New module 'wcsnrtombs'.
[gnulib.git] / ChangeLog
1 2008-12-21  Bruno Haible  <bruno@clisp.org>
2
3         New module 'wcsnrtombs'.
4         * lib/wchar.in.h (wcsnrtombs): New declaration.
5         * lib/wcsnrtombs.c: New file.
6         * lib/wcsrtombs-state.c: New file.
7         * lib/wcsrtombs.c: Refer to _gl_wcsrtombs_state.
8         (internal_state): Remove variable.
9         * m4/wcsnrtombs.m4: New file.
10         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Add wcsrtombs-state.c to the
11         compilation units.
12         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNRTOMBS,
13         HAVE_WCSNRTOMBS.
14         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNRTOMBS,
15         HAVE_WCSNRTOMBS.
16         * modules/wcsnrtombs: New file.
17         * modules/wcsrtombs (Files): Add lib/wcsrtombs-state.c.
18         * doc/posix-functions/wcsnrtombs.texi: Mention the new module.
19
20 2008-12-21  Bruno Haible  <bruno@clisp.org>
21
22         * modules/wcsrtombs-tests: New file.
23         * tests/test-wcsrtombs1.sh: New file.
24         * tests/test-wcsrtombs2.sh: New file.
25         * tests/test-wcsrtombs3.sh: New file.
26         * tests/test-wcsrtombs4.sh: New file.
27         * tests/test-wcsrtombs.c: New file.
28
29         New module 'wcsrtombs'.
30         * lib/wchar.in.h (wcsrtombs): New declaration.
31         * lib/wcsrtombs.c: New file.
32         * m4/wcsrtombs.m4: New file.
33         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSRTOMBS,
34         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
35         * modules/wchar (Makefile.am): Substitute GNULIB_WCSRTOMBS,
36         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
37         * modules/wcsrtombs: New file.
38         * doc/posix-functions/wcsrtombs.texi: Mention the new module and the
39         bugs.
40
41 2008-12-21  Bruno Haible  <bruno@clisp.org>
42
43         Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
44         * lib/wchar.in.h (wcrtomb): Override if REPLACE_WCRTOMB is set.
45         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Test the return value of wcrtomb
46         with NULL destination argument in various locales. Set REPLACE_WCRTOMB
47         if not correct.
48         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCRTOMB.
49         * modules/wchar (Makefile.am): Substitute REPLACE_WCRTOMB.
50         * modules/wcrtomb (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
51         m4/locale-zh.m4, m4/codeset.m4.
52         * doc/posix-functions/wcrtomb.texi: Document the bug.
53
54 2008-12-21  Bruno Haible  <bruno@clisp.org>
55
56         Work around a btowc() bug on IRIX 6.5.
57         * lib/wchar.in.h (btowc): Override if REPLACE_BTOWC is set.
58         * m4/btowc.m4 (gl_FUNC_BTOWC): Test whether btowc(EOF) is correct. Set
59         REPLACE_WTOBC if not.
60         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_BTOWC.
61         * modules/wchar (Makefile.am): Substitute REPLACE_BTOWC.
62         * doc/posix-functions/btowc.texi: Mention the IRIX bug.
63
64 2008-12-21  Bruno Haible  <bruno@clisp.org>
65
66         * modules/wcrtomb-tests: New file.
67         * tests/test-wcrtomb.sh: New file.
68         * tests/test-wcrtomb.c: New file.
69
70         New module 'wcrtomb'.
71         * lib/wchar.in.h (wcrtomb): New declaration.
72         * lib/wcrtomb.c: New file.
73         * m4/wcrtomb.m4: New file.
74         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCRTOMB,
75         HAVE_WCRTOMB.
76         * modules/wchar (Makefile.am): Substitute GNULIB_WCRTOMB,
77         HAVE_WCRTOMB.
78         * modules/wcrtomb: New file.
79         * doc/posix-functions/wcrtomb.texi: Mention the new module.
80
81 2008-12-21  Bruno Haible  <bruno@clisp.org>
82
83         * modules/mbrtowc (Files): Add m4/codeset.m4, needed by m4/locale-fr.m4.
84         * modules/mbsrtowcs (Files): Likewise.
85         * modules/wctob (Files): Likewise.
86         * modules/c-strcase-tests (Files): Likewise.
87         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
88         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
89         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
90         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
91         * modules/vasnprintf-posix-tests (Files): Likewise.
92
93 2008-12-21  William Pursell  <bill.pursell@gmail.com>
94
95         gitlog-to-changelog: pass all command-line arguments to git-log
96         * build-aux/gitlog-to-changelog: When producing a ChangeLog,
97         it is sometimes convenient to filter the commits in various ways.
98         gitlog-to-changelog only allows --since to specify a start date,
99         but git-log itself supports many other filtering mechanisms.
100         At the moment, I want to filter by branch name.  Rather than
101         adding a --branch option to gitlog-to-changelog, it seems more
102         flexible to simply pass all options directly to git-log and let
103         git do the work.  Notice that this effectively makes --since a
104         redundant option for gitlog-to-changelog, but removing it would
105         require current usage to change since calls would then require
106         an additional '--'.
107
108 2008-12-21  Bruno Haible  <bruno@clisp.org>
109
110         * modules/mbsnrtowcs-tests: New file.
111         * tests/test-mbsnrtowcs1.sh: New file.
112         * tests/test-mbsnrtowcs2.sh: New file.
113         * tests/test-mbsnrtowcs3.sh: New file.
114         * tests/test-mbsnrtowcs4.sh: New file.
115         * tests/test-mbsnrtowcs.c: New file.
116
117         New module 'mbsnrtowcs'.
118         * lib/wchar.in.h (mbsnrtowcs): New declaration.
119         * lib/mbsnrtowcs.c: New file.
120         * lib/mbsrtowcs-state.c: New file.
121         * lib/mbsrtowcs.c: Refer to _gl_mbsrtowcs_state.
122         (internal_state): Remove variable.
123         * m4/mbsnrtowcs.m4: New file.
124         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Add mbsrtowcs-state.c to the
125         compilation units.
126         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSNRTOWCS,
127         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
128         * modules/wchar (Makefile.am): Substitute GNULIB_MBSNRTOWCS,
129         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
130         * modules/mbsnrtowcs: New file.
131         * modules/mbsrtowcs (Files): Add lib/mbsrtowcs-state.c.
132         * doc/posix-functions/mbsnrtowcs.texi: Mention the new module and a
133         portability problem.
134
135 2008-12-21  Bruno Haible  <bruno@clisp.org>
136
137         Work around mbsrtowcs bug.
138         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): New macro.
139         (gl_FUNC_MBSRTOWCS): Invoke it.
140         * modules/mbsrtowcs (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
141         m4/locale-zh.m4.
142         * doc/posix-functions/mbsrtowcs.texi: Document the bug.
143
144 2008-12-21  Bruno Haible  <bruno@clisp.org>
145
146         * tests/test-mbsrtowcs.c (main): Execute the loop also for unlimited=1.
147
148 2008-12-21  Bruno Haible  <bruno@clisp.org>
149
150         Update doc for AIX.
151         * doc/pastposix-functions/wcswcs.texi: Mention that AIX has only a
152         16-bit wchar_t type.
153         * doc/posix-functions/btowc.texi: Likewise.
154         * doc/posix-functions/fgetwc.texi: Likewise.
155         * doc/posix-functions/fgetws.texi: Likewise.
156         * doc/posix-functions/fputwc.texi: Likewise.
157         * doc/posix-functions/fputws.texi: Likewise.
158         * doc/posix-functions/fwide.texi: Likewise.
159         * doc/posix-functions/fwprintf.texi: Likewise.
160         * doc/posix-functions/fwscanf.texi: Likewise.
161         * doc/posix-functions/getwchar.texi: Likewise.
162         * doc/posix-functions/getwc.texi: Likewise.
163         * doc/posix-functions/iswalnum.texi: Likewise.
164         * doc/posix-functions/iswalpha.texi: Likewise.
165         * doc/posix-functions/iswblank.texi: Likewise.
166         * doc/posix-functions/iswcntrl.texi: Likewise.
167         * doc/posix-functions/iswctype.texi: Likewise.
168         * doc/posix-functions/iswdigit.texi: Likewise.
169         * doc/posix-functions/iswgraph.texi: Likewise.
170         * doc/posix-functions/iswlower.texi: Likewise.
171         * doc/posix-functions/iswprint.texi: Likewise.
172         * doc/posix-functions/iswpunct.texi: Likewise.
173         * doc/posix-functions/iswspace.texi: Likewise.
174         * doc/posix-functions/iswupper.texi: Likewise.
175         * doc/posix-functions/iswxdigit.texi: Likewise.
176         * doc/posix-functions/mbrtowc.texi: Likewise.
177         * doc/posix-functions/mbsrtowcs.texi: Likewise.
178         * doc/posix-functions/mbstowcs.texi: Likewise.
179         * doc/posix-functions/mbtowc.texi: Likewise.
180         * doc/posix-functions/putwchar.texi: Likewise.
181         * doc/posix-functions/putwc.texi: Likewise.
182         * doc/posix-functions/swprintf.texi: Likewise.
183         * doc/posix-functions/tolower.texi: Likewise.
184         * doc/posix-functions/toupper.texi: Likewise.
185         * doc/posix-functions/towctrans.texi: Likewise.
186         * doc/posix-functions/ungetwc.texi: Likewise.
187         * doc/posix-functions/vswprintf.texi: Likewise.
188         * doc/posix-functions/wcrtomb.texi: Likewise.
189         * doc/posix-functions/wcscat.texi: Likewise.
190         * doc/posix-functions/wcschr.texi: Likewise.
191         * doc/posix-functions/wcscmp.texi: Likewise.
192         * doc/posix-functions/wcscoll.texi: Likewise.
193         * doc/posix-functions/wcscpy.texi: Likewise.
194         * doc/posix-functions/wcscspn.texi: Likewise.
195         * doc/posix-functions/wcsftime.texi: Likewise.
196         * doc/posix-functions/wcslen.texi: Likewise.
197         * doc/posix-functions/wcsncat.texi: Likewise.
198         * doc/posix-functions/wcsncmp.texi: Likewise.
199         * doc/posix-functions/wcsncpy.texi: Likewise.
200         * doc/posix-functions/wcspbrk.texi: Likewise.
201         * doc/posix-functions/wcsrchr.texi: Likewise.
202         * doc/posix-functions/wcsrtombs.texi: Likewise.
203         * doc/posix-functions/wcsspn.texi: Likewise.
204         * doc/posix-functions/wcsstr.texi: Likewise.
205         * doc/posix-functions/wcstod.texi: Likewise.
206         * doc/posix-functions/wcstof.texi: Likewise.
207         * doc/posix-functions/wcstoimax.texi: Likewise.
208         * doc/posix-functions/wcstok.texi: Likewise.
209         * doc/posix-functions/wcstold.texi: Likewise.
210         * doc/posix-functions/wcstoll.texi: Likewise.
211         * doc/posix-functions/wcstol.texi: Likewise.
212         * doc/posix-functions/wcstombs.texi: Likewise.
213         * doc/posix-functions/wcstoull.texi: Likewise.
214         * doc/posix-functions/wcstoul.texi: Likewise.
215         * doc/posix-functions/wcstoumax.texi: Likewise.
216         * doc/posix-functions/wcswidth.texi: Likewise.
217         * doc/posix-functions/wcsxfrm.texi: Likewise.
218         * doc/posix-functions/wctob.texi: Likewise.
219         * doc/posix-functions/wctomb.texi: Likewise.
220         * doc/posix-functions/wctrans.texi: Likewise.
221         * doc/posix-functions/wctype.texi: Likewise.
222         * doc/posix-functions/wcwidth.texi: Likewise.
223         * doc/posix-functions/wmemchr.texi: Likewise.
224         * doc/posix-functions/wmemcmp.texi: Likewise.
225         * doc/posix-functions/wmemcpy.texi: Likewise.
226         * doc/posix-functions/wmemmove.texi: Likewise.
227         * doc/posix-functions/wmemset.texi: Likewise.
228         * doc/posix-functions/wprintf.texi: Likewise.
229         * doc/posix-functions/wscanf.texi: Likewise.
230
231 2008-12-21  Bruno Haible  <bruno@clisp.org>
232
233         Update doc for HP-UX 11.11.
234         * doc/posix-functions/btowc.texi: Clarify that the function is missing
235         in HP-UX version 11.00, not in all versions of HP-UX 11.
236         * doc/posix-functions/fwide.texi: Likewise.
237         * doc/posix-functions/fwprintf.texi: Likewise.
238         * doc/posix-functions/fwscanf.texi: Likewise.
239         * doc/posix-functions/inet_ntop.texi: Likewise.
240         * doc/posix-functions/inet_pton.texi: Likewise.
241         * doc/posix-functions/mbrlen.texi: Likewise.
242         * doc/posix-functions/mbrtowc.texi: Likewise.
243         * doc/posix-functions/mbsinit.texi: Likewise.
244         * doc/posix-functions/mbsrtowcs.texi: Likewise.
245         * doc/posix-functions/swprintf.texi: Likewise.
246         * doc/posix-functions/swscanf.texi: Likewise.
247         * doc/posix-functions/towctrans.texi: Likewise.
248         * doc/posix-functions/vfwprintf.texi: Likewise.
249         * doc/posix-functions/vswprintf.texi: Likewise.
250         * doc/posix-functions/vwprintf.texi: Likewise.
251         * doc/posix-functions/wcrtomb.texi: Likewise.
252         * doc/posix-functions/wcsrtombs.texi: Likewise.
253         * doc/posix-functions/wcsstr.texi: Likewise.
254         * doc/posix-functions/wctob.texi: Likewise.
255         * doc/posix-functions/wctrans.texi: Likewise.
256         * doc/posix-functions/wmemchr.texi: Likewise.
257         * doc/posix-functions/wmemcmp.texi: Likewise.
258         * doc/posix-functions/wmemcpy.texi: Likewise.
259         * doc/posix-functions/wmemmove.texi: Likewise.
260         * doc/posix-functions/wmemset.texi: Likewise.
261         * doc/posix-functions/wprintf.texi: Likewise.
262         * doc/posix-functions/wscanf.texi: Likewise.
263
264 2008-12-21  Bruno Haible  <bruno@clisp.org>
265
266         Work around a portability problem.
267         * tests/test-mbsrtowcs.c (main): Use a temporary conversion state.
268         * doc/posix-functions/mbsrtowcs.texi: Document the portability problem.
269
270 2008-12-20  Bruno Haible  <bruno@clisp.org>
271
272         * lib/wchar.in.h (mbsrtowcs): Redefine if REPLACE_MBSRTOWCS is set.
273         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Invoke gl_MBSTATE_T_BROKEN. Set
274         REPLACE_MBSRTOWCS if mbsrtowcs needs to be overridden.
275         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSRTOWCS.
276         * modules/wchar (Makefile.am): Substitute REPLACE_MBSRTOWCS.
277
278         Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
279         * lib/wchar.in.h (mbstate_t): Redefine also if REPLACE_MBSTATE_T is
280         set.
281         (GNULIB_defined_mbstate_t): New macro.
282         (mbsinit): Redefine if REPLACE_MBSINIT is set.
283         (mbrtowc): Redefine if REPLACE_MBRTOWC is set.
284         * lib/mbrtowc.c (rpl_mbrtowc): Add an alternative implementation that
285         reuses the system's mbrtowc function but works around the bugs.
286         * m4/mbrtowc.m4 (gl_MBSTATE_T_BROKEN, gl_MBRTOWC_INCOMPLETE_STATE,
287         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL): New
288         macros.
289         (gl_FUNC_MBRTOWC): Invoke them. Set REPLACE_MBRTOWC if mbrtowc needs to
290         be overridden. Optionally define MBRTOWC_NULL_ARG_BUG,
291         MBRTOWC_RETVAL_BUG, MBRTOWC_NUL_RETVAL_BUG.
292         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_MBSTATE_T_BROKEN. Set
293         REPLACE_MBSINIT if mbsinit needs to be overridden.
294         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSTATE_T,
295         REPLACE_MBSINIT, REPLACE_MBRTOWC.
296         * modules/wchar (Makefile.am): Substitute REPLACE_MBSTATE_T,
297         REPLACE_MBSINIT, REPLACE_MBRTOWC.
298         * modules/mbrtowc (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
299         m4/locale-zh.m4.
300         (Depends): Add mbsinit.
301         * modules/mbsinit (Depends): Add mbrtowc.
302         * doc/posix-functions/mbrtowc.texi: Mention the various bugs.
303
304 2008-12-20  Bruno Haible  <bruno@clisp.org>
305
306         * tests/test-mbrtowc.c (main): Change sample string in EUC-JP encoding
307         so that there are no conversion errors on AIX.
308         * tests/test-mbsrtowcs.c (main): LIkewise.
309
310 2008-12-20  Bruno Haible  <bruno@clisp.org>
311
312         Work around wctob bug on Solaris <= 9.
313         * lib/wchar.in.h (wctob): Redefine if REPLACE_WCTOB is set.
314         * m4/wctob.m4 (gl_FUNC_WCTOB): Test whether wctob works.
315         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCTOB.
316         * modules/wchar (Makefile.am): Substitute REPLACE_WCTOB.
317         * modules/wctob (Files): Add m4/locale-fr.m4.
318         * doc/posix-functions/wctob.texi: Mention the Solaris bug.
319
320 2008-12-20  Bruno Haible  <bruno@clisp.org>
321
322         * doc/posix-functions/select.texi: Mention Solaris 2.6 bug with
323         /dev/null.
324         * tests/test-select-in.sh: Likewise.
325         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
326
327 2008-12-20  Bruno Haible  <bruno@clisp.org>
328
329         Don't pretend that Cygwin has a ja_JP.EUC-JP locale.
330         * m4/locale-ja.m4 (gt_LOCALE_JA): Add test for MB_CUR_MAX. Needed on
331         Cygwin 1.5.x.
332
333 2008-12-20  Bruno Haible  <bruno@clisp.org>
334
335         Ensure mbstate_t is defined on HP-UX 11.11.
336         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Require
337         AC_CANONICAL_HOST. On HP-UX, define _XOPEN_SOURCE to 500.
338         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Require
339         AC_USE_SYSTEM_EXTENSIONS.
340         * modules/fnmatch (Depends-on): Add extensions.
341         * modules/mbrlen (Depends-on): Likewise.
342         * modules/mbrtowc (Depends-on): Likewise.
343         * modules/mbsinit (Depends-on): Likewise.
344         * modules/mbsrtowcs (Depends-on): Likewise.
345         * modules/mbswidth (Depends-on): Likewise.
346         * modules/quotearg (Depends-on): Likewise.
347         * modules/strftime (Depends-on): Likewise.
348
349 2008-12-20  Bruno Haible  <bruno@clisp.org>
350
351         Ensure wctob is declared on IRIX 6.5.
352         * lib/wchar.in.h (wctob): Declare also when HAVE_DECL_WCTOB is 0.
353         * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_DECL_WCTOB instead of
354         HAVE_WCTOB. Also test whether <wchar.h> declares wctob.
355         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize HAVE_DECL_WCTOB instead
356         of HAVE_WCTOB.
357         * modules/wchar (Makefile.am): Substitute HAVE_DECL_WCTOB instead of
358         HAVE_WCTOB.
359         * doc/posix-functions/wctob.texi: Mention missing declaration on IRIX.
360
361 2008-12-19  Bruno Haible  <bruno@clisp.org>
362
363         * modules/mbsrtowcs-tests: New file.
364         * tests/test-mbsrtowcs1.sh: New file.
365         * tests/test-mbsrtowcs2.sh: New file.
366         * tests/test-mbsrtowcs3.sh: New file.
367         * tests/test-mbsrtowcs4.sh: New file.
368         * tests/test-mbsrtowcs.c: New file.
369
370         New module 'mbsrtowcs'.
371         * lib/wchar.in.h (mbsrtowcs): New declaration.
372         * lib/mbsrtowcs.c: New file.
373         * m4/mbsrtowcs.m4: New file.
374         * modules/mbsrtowcs: New file.
375         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSRTOWCS and
376         HAVE_MBSRTOWCS.
377         * modules/wchar (Makefile.am): Substitute GNULIB_MBSRTOWCS and
378         HAVE_MBSRTOWCS.
379         * doc/posix-functions/mbsrtowcs.texi: Document the new module.
380
381 2008-12-19  Bruno Haible  <bruno@clisp.org>
382
383         New module 'mbrlen'.
384         * lib/wchar.in.h (mbrlen): New declaration.
385         * lib/mbrlen.c: New file.
386         * m4/mbrlen.m4: New file.
387         * modules/mbrlen: New file.
388         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRLEN and
389         HAVE_MBRLEN.
390         * modules/wchar (Makefile.am): Substitute GNULIB_MBRLEN and
391         HAVE_MBRLEN.
392         * doc/posix-functions/mbrlen.texi: Document the new module.
393
394 2008-12-19  Bruno Haible  <bruno@clisp.org>
395
396         * lib/mbrtowc.c: Include verify.h. Verify an assumption.
397         * modules/mbrtowc (Depends-on): Add verify.
398         Suggested by Paul Eggert.
399
400 2008-12-18  Bruno Haible  <bruno@clisp.org>
401
402         * modules/mbsinit-tests: New file.
403         * tests/test-mbsinit.sh: New file.
404         * tests/test-mbsinit.c: New file.
405
406 2008-12-18  Bruno Haible  <bruno@clisp.org>
407
408         * modules/mbrtowc-tests: New file.
409         * tests/test-mbrtowc1.sh: New file.
410         * tests/test-mbrtowc2.sh: New file.
411         * tests/test-mbrtowc3.sh: New file.
412         * tests/test-mbrtowc4.sh: New file.
413         * tests/test-mbrtowc.c: New file.
414
415         New module 'mbrtowc'.
416         * lib/wchar.in.h (mbstate_t): Override when the system does not have
417         mbsinit and mbrtowc.
418         (mbrtowc): New declaration.
419         * lib/mbrtowc.c: New file.
420         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
421         * modules/mbrtowc: New file.
422         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
423         HAVE_MBRTOWC.
424         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
425         HAVE_MBRTOWC.
426         * doc/posix-functions/mbrtowc.texi: Document the new module.
427
428 2008-12-18  Bruno Haible  <bruno@clisp.org>
429
430         New module 'wctob'.
431         * lib/wchar.in.h (wctob): New declaration.
432         * lib/wctob.c: New file.
433         * m4/wctob.m4: New file.
434         * modules/wctob: New file.
435         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
436         HAVE_WCTOB.
437         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
438         * doc/posix-functions/wctob.texi: Document the new module.
439
440 2008-12-18  Bruno Haible  <bruno@clisp.org>
441
442         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
443         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
444
445 2008-12-18  Simon Josefsson  <simon@josefsson.org>
446
447         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
448         G. Christensen" <tgc@jupiterrise.com>.
449
450         * lib/flock.c: Need to include errno.h.  Reported by "Tom
451         G. Christensen" <tgc@jupiterrise.com>.
452
453         * lib/flock.c: Need to include string.h.  Reported by "Tom
454         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
455         <ebb9@byu.net>.
456
457 2008-12-18  Bruno Haible  <bruno@clisp.org>
458
459         * m4/locale-ja.m4: New file, from GNU gettext.
460
461 2008-12-17  Bruno Haible  <bruno@clisp.org>
462
463         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
464         Suggested by Eric Blake.
465
466 2008-12-17  Bruno Haible  <bruno@clisp.org>
467
468         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
469
470 2008-12-17  Bruno Haible  <bruno@clisp.org>
471
472         * lib/mbsinit.c: Include verify.h. Verify an assumption.
473         * modules/mbsinit (Depends-on): Add verify.
474         Suggested by Paul Eggert.
475
476 2008-12-17  Bruno Haible  <bruno@clisp.org>
477
478         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
479         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
480         gl_FUNC_MBRTOWC.
481         * m4/mbiter.m4 (gl_MBITER): LIkewise.
482         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
483         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
484         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
485         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
486         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
487         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
488         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
489         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
490         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
491         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
492         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
493         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
494         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
495         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
496         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
497         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
498         * modules/trim (configure.ac): Likewise.
499
500 2008-12-17  Bruno Haible  <bruno@clisp.org>
501
502         * modules/btowc-tests: New file.
503         * tests/test-btowc1.sh: New file.
504         * tests/test-btowc2.sh: New file.
505         * tests/test-btowc.c: New file.
506
507         New module 'btowc'.
508         * lib/wchar.in.h (btowc): New declaration.
509         * lib/btowc.c: New file.
510         * m4/btowc.m4: New file.
511         * modules/btowc: New file.
512         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
513         HAVE_BTOWC.
514         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
515         * doc/posix-functions/btowc.texi: Document the new module.
516
517 2008-12-17  Bruno Haible  <bruno@clisp.org>
518
519         New module 'mbsinit'.
520         * lib/wchar.in.h (mbsinit): New declaration.
521         * lib/mbsinit.c: New file.
522         * m4/mbsinit.m4: New file.
523         * modules/mbsinit: New file.
524         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
525         HAVE_MBSINIT.
526         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
527         HAVE_MBSINIT.
528         * doc/posix-functions/mbsinit.texi: Document the new module.
529
530 2008-12-16  Bruno Haible  <bruno@clisp.org>
531
532         * lib/unistd.in.h: Add comment.
533         * tests/test-environ.c: Don't include <stdlib.h>.
534
535 2008-12-16  Bruno Haible  <bruno@clisp.org>
536
537         * lib/parse-duration.h (parse_duration): Document return value
538         convention.
539         * lib/parse-duration.c: Include specification header first. Add
540         comments.
541         (_): Remove macro.
542         (parse_year_month_day, parse_hour_minute_second): Move side effects
543         outside of strchr call.
544         (parse_non_iso8601): Move side effects outside of isspace call.
545         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
546         call.
547
548 2008-12-16  Bruno Haible  <bruno@clisp.org>
549
550         * tests/test-parse-duration.sh: Produce no output when the test
551         succeeds.
552
553 2008-12-16  Bruno Haible  <bruno@clisp.org>
554
555         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
556         expressions.
557
558 2008-12-15  Bruno Haible  <bruno@clisp.org>
559
560         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
561         * doc/glibc-functions/flistxattr.texi: Likewise.
562         * doc/glibc-functions/fopencookie.texi: Likewise.
563         * doc/glibc-functions/fremovexattr.texi: Likewise.
564         * doc/glibc-functions/fsetxattr.texi: Likewise.
565         * doc/glibc-functions/getxattr.texi: Likewise.
566         * doc/glibc-functions/lgetxattr.texi: Likewise.
567         * doc/glibc-functions/listxattr.texi: Likewise.
568         * doc/glibc-functions/llistxattr.texi: Likewise.
569         * doc/glibc-functions/lremovexattr.texi: Likewise.
570         * doc/glibc-functions/lsetxattr.texi: Likewise.
571         * doc/glibc-functions/removexattr.texi: Likewise.
572         * doc/glibc-functions/setxattr.texi: Likewise.
573         * doc/posix-functions/open_memstream.texi: Likewise.
574
575 2008-12-15  Eric Blake  <ebb9@byu.net>
576
577         Update doc for cygwin 1.7.
578         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
579         functions.
580         * doc/posix-functions/fchmodat.texi: Likewise.
581         * doc/posix-functions/fchownat.texi: Likewise.
582         * doc/posix-functions/fdopendir.texi: Likewise.
583         * doc/posix-functions/fmemopen.texi: Likewise.
584         * doc/posix-functions/freeaddrinfo.texi: Likewise.
585         * doc/posix-functions/fstatat.texi: Likewise.
586         * doc/posix-functions/futimens.texi: Likewise.
587         * doc/posix-functions/gai_strerror.texi: Likewise.
588         * doc/posix-functions/getaddrinfo.texi: Likewise.
589         * doc/posix-functions/getnameinfo.texi: Likewise.
590         * doc/posix-functions/if_freenameindex.texi: Likewise.
591         * doc/posix-functions/if_indextoname.texi: Likewise.
592         * doc/posix-functions/if_nameindex.texi: Likewise.
593         * doc/posix-functions/if_nametoindex.texi: Likewise.
594         * doc/posix-functions/insque.texi: Likewise.
595         * doc/posix-functions/linkat.texi: Likewise.
596         * doc/posix-functions/llrint.texi: Likewise.
597         * doc/posix-functions/llrintf.texi: Likewise.
598         * doc/posix-functions/llrintl.texi: Likewise.
599         * doc/posix-functions/lockf.texi: Likewise.
600         * doc/posix-functions/lrintl.texi: Likewise.
601         * doc/posix-functions/mkdirat.texi: Likewise.
602         * doc/posix-functions/mkfifoat.texi: Likewise.
603         * doc/posix-functions/mknodat.texi: Likewise.
604         * doc/posix-functions/mq_close.texi: Likewise.
605         * doc/posix-functions/mq_getattr.texi: Likewise.
606         * doc/posix-functions/mq_notify.texi: Likewise.
607         * doc/posix-functions/mq_open.texi: Likewise.
608         * doc/posix-functions/mq_receive.texi: Likewise.
609         * doc/posix-functions/mq_send.texi: Likewise.
610         * doc/posix-functions/mq_setattr.texi: Likewise.
611         * doc/posix-functions/mq_timedreceive.texi: Likewise.
612         * doc/posix-functions/mq_timedsend.texi: Likewise.
613         * doc/posix-functions/mq_unlink.texi: Likewise.
614         * doc/posix-functions/open_memstream.texi: Likewise.
615         * doc/posix-functions/openat.texi: Likewise.
616         * doc/posix-functions/posix_fadvise.texi: Likewise.
617         * doc/posix-functions/posix_fallocate.texi: Likewise.
618         * doc/posix-functions/posix_madvise.texi: Likewise.
619         * doc/posix-functions/posix_memalign.texi: Likewise.
620         * doc/posix-functions/posix_openpt.texi: Likewise.
621         * doc/posix-functions/readlinkat.texi: Likewise.
622         * doc/posix-functions/remque.texi: Likewise.
623         * doc/posix-functions/renameat.texi: Likewise.
624         * doc/posix-functions/rintl.texi: Likewise.
625         * doc/posix-functions/sem_unlink.texi: Likewise.
626         * doc/posix-functions/shm_open.texi: Likewise.
627         * doc/posix-functions/shm_unlink.texi: Likewise.
628         * doc/posix-functions/signgam.texi: Likewise.
629         * doc/posix-functions/sigset.texi: Likewise.
630         * doc/posix-functions/stpcpy.texi: Likewise.
631         * doc/posix-functions/stpncpy.texi: Likewise.
632         * doc/posix-functions/strerror.texi: Likewise.
633         * doc/posix-functions/strtod.texi: Likewise.
634         * doc/posix-functions/symlinkat.texi: Likewise.
635         * doc/posix-functions/unlinkat.texi: Likewise.
636         * doc/posix-functions/utimensat.texi: Likewise.
637         * doc/glibc-functions/bindresvport.texi: Likewise.
638         * doc/glibc-functions/dn_expand.texi: Likewise.
639         * doc/glibc-functions/exp10.texi: Likewise.
640         * doc/glibc-functions/exp10f.texi: Likewise.
641         * doc/glibc-functions/fgetxattr.texi: Likewise.
642         * doc/glibc-functions/flistxattr.texi: Likewise.
643         * doc/glibc-functions/fopencookie.texi: Likewise.
644         * doc/glibc-functions/freeifaddrs.texi: Likewise.
645         * doc/glibc-functions/fremovexattr.texi: Likewise.
646         * doc/glibc-functions/fsetxattr.texi: Likewise.
647         * doc/glibc-functions/getifaddrs.texi: Likewise.
648         * doc/glibc-functions/getxattr.texi: Likewise.
649         * doc/glibc-functions/lgetxattr.texi: Likewise.
650         * doc/glibc-functions/listxattr.texi: Likewise.
651         * doc/glibc-functions/llistxattr.texi: Likewise.
652         * doc/glibc-functions/lremovexattr.texi: Likewise.
653         * doc/glibc-functions/lsetxattr.texi: Likewise.
654         * doc/glibc-functions/pow10.texi: Likewise.
655         * doc/glibc-functions/pow10f.texi: Likewise.
656         * doc/glibc-functions/rcmd_af.texi: Likewise.
657         * doc/glibc-functions/removexattr.texi: Likewise.
658         * doc/glibc-functions/res_init.texi: Likewise.
659         * doc/glibc-functions/res_mkquery.texi: Likewise.
660         * doc/glibc-functions/res_query.texi: Likewise.
661         * doc/glibc-functions/res_querydomain.texi: Likewise.
662         * doc/glibc-functions/res_send.texi: Likewise.
663         * doc/glibc-functions/rresvport_af.texi: Likewise.
664         * doc/glibc-functions/setxattr.texi: Likewise.
665         * doc/glibc-functions/strcasestr.texi: Likewise.
666
667 2008-12-15  Bruno Haible  <bruno@clisp.org>
668
669         Fix compilation error on OSF/1 4.0.
670         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
671         <sys/time.h>, simply delegate to the system header.
672         Reported by Daniel Richard G. <oss@teragram.com>.
673
674 2008-12-15  Bruno Haible  <bruno@clisp.org>
675
676         * doc/posix-functions/openat.texi: Mention the 'openat' module.
677         * doc/posix-functions/fchmodat.texi: Likewise.
678         * doc/posix-functions/fchownat.texi: Likewise.
679         * doc/posix-functions/fdopendir.texi: Likewise.
680         * doc/posix-functions/fstatat.texi: Likewise.
681         * doc/posix-functions/mkdirat.texi: Likewise.
682         * doc/posix-functions/unlinkat.texi: Likewise.
683
684 2008-12-14  Bruno Haible  <bruno@clisp.org>
685
686         Update doc for POSIX:2008.
687         * doc/posix-functions/faccessat.texi: New file.
688         * doc/posix-functions/fchmodat.texi: New file.
689         * doc/posix-functions/fchownat.texi: New file.
690         * doc/posix-functions/fdopendir.texi: New file.
691         * doc/posix-functions/fstatat.texi: New file.
692         * doc/posix-functions/futimens.texi: New file.
693         * doc/posix-functions/linkat.texi: New file.
694         * doc/posix-functions/mkdirat.texi: New file.
695         * doc/posix-functions/mkfifoat.texi: New file.
696         * doc/posix-functions/mknodat.texi: New file.
697         * doc/posix-functions/open_wmemstream.texi: New file.
698         * doc/posix-functions/openat.texi: New file.
699         * doc/posix-functions/psiginfo.texi: New file.
700         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
701         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
702         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
703         * doc/posix-functions/readlinkat.texi: New file.
704         * doc/posix-functions/renameat.texi: New file.
705         * doc/posix-functions/strerror_l.texi: New file.
706         * doc/posix-functions/symlinkat.texi: New file.
707         * doc/posix-functions/unlinkat.texi: New file.
708         * doc/posix-functions/utimensat.texi: New file.
709         * doc/gnulib.texi (Function Substitutes): Add these subsections.
710
711 2008-12-14  Bruno Haible  <bruno@clisp.org>
712
713         Update doc for POSIX:2008.
714         * doc/posix-functions/alphasort.texi: Renamed from
715         doc/glibc-functions/alphasort.texi.
716         * doc/posix-functions/dirfd.texi: Renamed from
717         doc/glibc-functions/dirfd.texi.
718         * doc/posix-functions/dprintf.texi: Renamed from
719         doc/glibc-functions/dprintf.texi.
720         * doc/posix-functions/duplocale.texi: Renamed from
721         doc/glibc-functions/duplocale.texi.
722         * doc/posix-functions/fexecve.texi: Renamed from
723         doc/glibc-functions/fexecve.texi.
724         * doc/posix-functions/fmemopen.texi: Renamed from
725         doc/glibc-functions/fmemopen.texi.
726         * doc/posix-functions/freelocale.texi: Renamed from
727         doc/glibc-functions/freelocale.texi.
728         * doc/posix-functions/getdate_err.texi: Renamed from
729         doc/glibc-functions/getdate_err.texi.
730         * doc/posix-functions/isalnum_l.texi: Renamed from
731         doc/glibc-functions/isalnum_l.texi.
732         * doc/posix-functions/isalpha_l.texi: Renamed from
733         doc/glibc-functions/isalpha_l.texi.
734         * doc/posix-functions/isblank_l.texi: Renamed from
735         doc/glibc-functions/isblank_l.texi.
736         * doc/posix-functions/iscntrl_l.texi: Renamed from
737         doc/glibc-functions/iscntrl_l.texi.
738         * doc/posix-functions/isdigit_l.texi: Renamed from
739         doc/glibc-functions/isdigit_l.texi.
740         * doc/posix-functions/isgraph_l.texi: Renamed from
741         doc/glibc-functions/isgraph_l.texi.
742         * doc/posix-functions/islower_l.texi: Renamed from
743         doc/glibc-functions/islower_l.texi.
744         * doc/posix-functions/isprint_l.texi: Renamed from
745         doc/glibc-functions/isprint_l.texi.
746         * doc/posix-functions/ispunct_l.texi: Renamed from
747         doc/glibc-functions/ispunct_l.texi.
748         * doc/posix-functions/isspace_l.texi: Renamed from
749         doc/glibc-functions/isspace_l.texi.
750         * doc/posix-functions/isupper_l.texi: Renamed from
751         doc/glibc-functions/isupper_l.texi.
752         * doc/posix-functions/iswalnum_l.texi: Renamed from
753         doc/glibc-functions/iswalnum_l.texi.
754         * doc/posix-functions/iswalpha_l.texi: Renamed from
755         doc/glibc-functions/iswalpha_l.texi.
756         * doc/posix-functions/iswblank_l.texi: Renamed from
757         doc/glibc-functions/iswblank_l.texi.
758         * doc/posix-functions/iswcntrl_l.texi: Renamed from
759         doc/glibc-functions/iswcntrl_l.texi.
760         * doc/posix-functions/iswctype_l.texi: Renamed from
761         doc/glibc-functions/iswctype_l.texi.
762         * doc/posix-functions/iswdigit_l.texi: Renamed from
763         doc/glibc-functions/iswdigit_l.texi.
764         * doc/posix-functions/iswgraph_l.texi: Renamed from
765         doc/glibc-functions/iswgraph_l.texi.
766         * doc/posix-functions/iswlower_l.texi: Renamed from
767         doc/glibc-functions/iswlower_l.texi.
768         * doc/posix-functions/iswprint_l.texi: Renamed from
769         doc/glibc-functions/iswprint_l.texi.
770         * doc/posix-functions/iswpunct_l.texi: Renamed from
771         doc/glibc-functions/iswpunct_l.texi.
772         * doc/posix-functions/iswspace_l.texi: Renamed from
773         doc/glibc-functions/iswspace_l.texi.
774         * doc/posix-functions/iswupper_l.texi: Renamed from
775         doc/glibc-functions/iswupper_l.texi.
776         * doc/posix-functions/iswxdigit_l.texi: Renamed from
777         doc/glibc-functions/iswxdigit_l.texi.
778         * doc/posix-functions/isxdigit_l.texi: Renamed from
779         doc/glibc-functions/isxdigit_l.texi.
780         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
781         doc/glibc-functions/mbsnrtowcs.texi.
782         * doc/posix-functions/mkdtemp.texi: Renamed from
783         doc/glibc-functions/mkdtemp.texi.
784         * doc/posix-functions/newlocale.texi: Renamed from
785         doc/glibc-functions/newlocale.texi.
786         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
787         doc/glibc-functions/nl_langinfo_l.texi.
788         * doc/posix-functions/open_memstream.texi: Renamed from
789         doc/glibc-functions/open_memstream.texi.
790         * doc/posix-functions/opterr.texi: Renamed from
791         doc/glibc-functions/opterr.texi.
792         * doc/posix-functions/optind.texi: Renamed from
793         doc/glibc-functions/optind.texi.
794         * doc/posix-functions/optopt.texi: Renamed from
795         doc/glibc-functions/optopt.texi.
796         * doc/posix-functions/psignal.texi: Renamed from
797         doc/glibc-functions/psignal.texi.
798         * doc/posix-functions/scandir.texi: Renamed from
799         doc/glibc-functions/scandir.texi.
800         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
801         doc/glibc-functions/sched_get_priority_min.texi.
802         * doc/posix-functions/signgam.texi: Renamed from
803         doc/glibc-functions/signgam.texi.
804         * doc/posix-functions/stpcpy.texi: Renamed from
805         doc/glibc-functions/stpcpy.texi.
806         * doc/posix-functions/stpncpy.texi: Renamed from
807         doc/glibc-functions/stpncpy.texi.
808         * doc/posix-functions/strcasecmp_l.texi: Renamed from
809         doc/glibc-functions/strcasecmp_l.texi.
810         * doc/posix-functions/strcoll_l.texi: Renamed from
811         doc/glibc-functions/strcoll_l.texi.
812         * doc/posix-functions/strfmon_l.texi: Renamed from
813         doc/glibc-functions/strfmon_l.texi.
814         * doc/posix-functions/strftime_l.texi: Renamed from
815         doc/glibc-functions/strftime_l.texi.
816         * doc/posix-functions/strncasecmp_l.texi: Renamed from
817         doc/glibc-functions/strncasecmp_l.texi.
818         * doc/posix-functions/strndup.texi: Renamed from
819         doc/glibc-functions/strndup.texi.
820         * doc/posix-functions/strnlen.texi: Renamed from
821         doc/glibc-functions/strnlen.texi.
822         * doc/posix-functions/strsignal.texi: Renamed from
823         doc/glibc-functions/strsignal.texi.
824         * doc/posix-functions/strxfrm_l.texi: Renamed from
825         doc/glibc-functions/strxfrm_l.texi.
826         * doc/posix-functions/timer_gettime.texi: Renamed from
827         doc/glibc-functions/timer_gettime.texi.
828         * doc/posix-functions/tolower_l.texi: Renamed from
829         doc/glibc-functions/tolower_l.texi.
830         * doc/posix-functions/toupper_l.texi: Renamed from
831         doc/glibc-functions/toupper_l.texi.
832         * doc/posix-functions/towctrans_l.texi: Renamed from
833         doc/glibc-functions/towctrans_l.texi.
834         * doc/posix-functions/towlower_l.texi: Renamed from
835         doc/glibc-functions/towlower_l.texi.
836         * doc/posix-functions/towupper_l.texi: Renamed from
837         doc/glibc-functions/towupper_l.texi.
838         * doc/posix-functions/uselocale.texi: Renamed from
839         doc/glibc-functions/uselocale.texi.
840         * doc/posix-functions/vdprintf.texi: Renamed from
841         doc/glibc-functions/vdprintf.texi.
842         * doc/posix-functions/wcpcpy.texi:
843         Renamed from doc/glibc-functions/wcpcpy.texi.
844         * doc/posix-functions/wcpncpy.texi: Renamed from
845         doc/glibc-functions/wcpncpy.texi.
846         * doc/posix-functions/wcscasecmp.texi: Renamed from
847         doc/glibc-functions/wcscasecmp.texi.
848         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
849         doc/glibc-functions/wcscasecmp_l.texi.
850         * doc/posix-functions/wcscoll_l.texi: Renamed from
851         doc/glibc-functions/wcscoll_l.texi.
852         * doc/posix-functions/wcsdup.texi: Renamed from
853         doc/glibc-functions/wcsdup.texi.
854         * doc/posix-functions/wcsncasecmp.texi: Renamed from
855         doc/glibc-functions/wcsncasecmp.texi.
856         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
857         doc/glibc-functions/wcsncasecmp_l.texi.
858         * doc/posix-functions/wcsnlen.texi: Renamed from
859         doc/glibc-functions/wcsnlen.texi.
860         * doc/posix-functions/wcsnrtombs.texi: Renamed from
861         doc/glibc-functions/wcsnrtombs.texi.
862         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
863         doc/glibc-functions/wcsxfrm_l.texi.
864         * doc/posix-functions/wctrans_l.texi: Renamed from
865         doc/glibc-functions/wctrans_l.texi.
866         * doc/posix-functions/wctype_l.texi: Renamed from
867         doc/glibc-functions/wctype_l.texi.
868         * doc/gnulib.texi (Function Substitutes): Add these subsections.
869         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
870         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
871         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
872         these subsections.
873         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
874         Remove sections.
875
876 2008-12-14  Bruno Haible  <bruno@clisp.org>
877
878         Update doc for POSIX:2008.
879         * doc/posix-functions/*.texi: Update URL of POSIX specification.
880
881 2008-12-14  Bruno Haible  <bruno@clisp.org>
882
883         Update doc for POSIX:2008.
884         * doc/pastposix-functions/bcmp.texi: Renamed from
885         doc/posix-functions/bcmp.texi.
886         * doc/pastposix-functions/bcopy.texi: Renamed from
887         doc/posix-functions/bcopy.texi.
888         * doc/pastposix-functions/bsd_signal.texi: Renamed from
889         doc/posix-functions/bsd_signal.texi.
890         * doc/pastposix-functions/bzero.texi: Renamed from
891         doc/posix-functions/bzero.texi.
892         * doc/pastposix-functions/ecvt.texi: Renamed from
893         doc/posix-functions/ecvt.texi.
894         * doc/pastposix-functions/fcvt.texi: Renamed from
895         doc/posix-functions/fcvt.texi.
896         * doc/pastposix-functions/ftime.texi: Renamed from
897         doc/posix-functions/ftime.texi.
898         * doc/pastposix-functions/gcvt.texi: Renamed from
899         doc/posix-functions/gcvt.texi.
900         * doc/pastposix-functions/getcontext.texi: Renamed from
901         doc/posix-functions/getcontext.texi.
902         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
903         doc/posix-functions/gethostbyaddr.texi.
904         * doc/pastposix-functions/gethostbyname.texi: Renamed from
905         doc/posix-functions/gethostbyname.texi.
906         * doc/pastposix-functions/getwd.texi: Renamed from
907         doc/posix-functions/getwd.texi.
908         * doc/pastposix-functions/h_errno.texi: Renamed from
909         doc/posix-functions/h_errno.texi.
910         * doc/pastposix-functions/index.texi: Renamed from
911         doc/posix-functions/index.texi.
912         * doc/pastposix-functions/makecontext.texi: Renamed from
913         doc/posix-functions/makecontext.texi.
914         * doc/pastposix-functions/mktemp.texi: Renamed from
915         doc/posix-functions/mktemp.texi.
916         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
917         doc/posix-functions/pthread_attr_getstackaddr.texi.
918         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
919         doc/posix-functions/pthread_attr_setstackaddr.texi.
920         * doc/pastposix-functions/rindex.texi: Renamed from
921         doc/posix-functions/rindex.texi.
922         * doc/pastposix-functions/scalb.texi: Renamed from
923         doc/posix-functions/scalb.texi.
924         * doc/pastposix-functions/setcontext.texi: Renamed from
925         doc/posix-functions/setcontext.texi.
926         * doc/pastposix-functions/swapcontext.texi: Renamed from
927         doc/posix-functions/swapcontext.texi.
928         * doc/pastposix-functions/ualarm.texi: Renamed from
929         doc/posix-functions/ualarm.texi.
930         * doc/pastposix-functions/usleep.texi: Renamed from
931         doc/posix-functions/usleep.texi.
932         * doc/pastposix-functions/vfork.texi: Renamed from
933         doc/posix-functions/vfork.texi.
934         * doc/pastposix-functions/wcswcs.texi: Renamed from
935         doc/posix-functions/wcswcs.texi.
936         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
937         (Function Substitutes): Update.
938
939 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
940
941         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
942         m4/strerror.m4.
943
944 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
945             Bruno Haible  <bruno@clisp.org>
946
947         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
948
949 2008-12-13  Bruno Haible  <bruno@clisp.org>
950
951         * modules/strtoull (Depends-on): Remove unistd.
952
953 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
954
955         * modules/strtoull (Depends-on): Add stdlib.
956
957 2008-12-11  Simon Josefsson  <simon@josefsson.org>
958
959         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
960
961 2008-12-10  Jim Meyering  <meyering@redhat.com>
962
963         gl_ASSERT: don't say assertions are disabled when they're not
964         * m4/assert.m4 (gl_ASSERT): Do not make configure report
965         "checking whether to enable assertions... no", when they are in
966         fact enabled.  This is solely a bug in the output of configure.
967         In spite of saying "no", NDEBUG was not defined in that case.
968         Also, as noted by Eric Blake, leave assertions enabled upon
969         --enable-assert=INVALID.
970
971 2008-12-10  Bruno Haible  <bruno@clisp.org>
972
973         Change MODULES.html to refer to POSIX:2008 where possible.
974         * MODULES.html.sh (POSIX2008_URL): New variable.
975         (posix_headers): Remove sys/timeb, ucontext.
976         (posix2001_headers): New variable.
977         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
978         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
979         index, makecontext, mktemp, pthread_attr_getstackaddr,
980         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
981         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
982         (posix2001_functions): New variable.
983         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
984         otherwise.
985
986 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
987
988         add missing include to parse-duration.c
989         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
990         * modules/parse-duration (Depends-on): Add xalloc.
991
992         fix sed script reading maint.mk
993         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
994         (syntax-check-rules): Use it.
995
996 2008-12-09  Bruno Haible  <bruno@clisp.org>
997
998         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
999         MacOS X 10.4/PowerPC.
1000         Reported by Simon Josefsson.
1001
1002 2008-12-08  Jim Meyering  <meyering@redhat.com>
1003
1004         work around mingw's lack of some S_IF definitions
1005         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
1006         Reported by Simon Josefsson.
1007
1008 2008-12-08  Bruno Haible  <bruno@clisp.org>
1009
1010         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
1011         applied to variables. Needed on MacOS X 10.4/PowerPC.
1012         Reported by Simon Josefsson.
1013
1014 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
1015         and Eric Blake  <ebb9@byu.net>
1016
1017         assert: honor --enable-assert
1018         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
1019         order to honor --enable-assert, rather than treating it as a
1020         synonym for --disable-assert.
1021
1022 2008-12-08  Jim Meyering  <meyering@redhat.com>
1023
1024         * lib/posixtm.c: Remove now-useless declaration of mktime.
1025
1026         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
1027
1028 2008-12-07  Bruno Haible  <bruno@clisp.org>
1029
1030         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
1031         test_once): Mark functions as static.
1032         * tests/test-tls.c (test_tls): Likewise.
1033
1034 2008-12-07  Bruno Haible  <bruno@clisp.org>
1035
1036         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
1037         iconv_register_autodetect.
1038
1039 2008-12-07  Jim Meyering  <meyering@redhat.com>
1040
1041         posixtm.c: avoid a warning
1042         * lib/posixtm.c (posixtime): Don't initialize tm0.
1043         It's no longer needed to placate gcc4's -Wuninitialized,
1044         and the attempt to placate would elicit a new warning.
1045
1046         unicodeio.c: mark unused parameters
1047         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
1048         (fallback_failure_callback): Likewise.
1049
1050 2008-12-07  Bruno Haible  <bruno@clisp.org>
1051
1052         * gnulib-tool (func_create_testdir): When building the tests
1053         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
1054         Reported by Simon Josefsson.
1055
1056 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1057
1058         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
1059
1060 2008-12-06  Bruno Haible  <bruno@clisp.org>
1061
1062         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
1063         Suggested by Eric Blake.
1064
1065 2008-12-06  Bruno Haible  <bruno@clisp.org>
1066
1067         Fix a c-stack test failure on MacOS X.
1068         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
1069         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
1070         handler for SIGBUS as well.
1071         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
1072         install a signal handler for SIGBUS as well.
1073         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
1074
1075 2008-12-06  Bruno Haible  <bruno@clisp.org>
1076
1077         Advocacy documentation.
1078         * doc/gnulib-intro.texi (Benefits): New section.
1079         * doc/gnulib.texi: Update.
1080
1081 2008-12-06  Bruno Haible  <bruno@clisp.org>
1082
1083         Document the 'manywarnings' module.
1084         * doc/manywarnings.texi: New file.
1085         * doc/gnulib.texi: Include it.
1086
1087 2008-12-05  Eric Blake  <ebb9@byu.net>
1088
1089         tests: silence some gcc warnings
1090         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
1091         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
1092         type mismatches.
1093
1094 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1095             Bruno Haible  <bruno@clisp.org>
1096
1097         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
1098
1099 2008-11-29  Jim Meyering  <meyering@redhat.com>
1100
1101         unicodeio.c: mark unused parameters
1102         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
1103         (fallback_failure_callback): Likewise.
1104
1105         fts: fix a thinko
1106         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
1107         (set_stat_type): Return S_IF*-valued "type" directly.
1108         Prompted by James Youngman's spotting a related bug.
1109         Confirmed by further testing through find.
1110
1111         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
1112         * lib/fts.c (D_TYPE): Define.
1113         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
1114         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
1115         (s_ifmt_shift_bits): New function.
1116         (set_stat_type): New function.
1117         (fts_build): When not calling fts_stat, call set_stat_type
1118         to propagate dirent.d_type info to fts_read caller.
1119         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
1120         fts_statp->st_mode type information may be valid.
1121
1122 2008-11-28  Simon Josefsson  <simon@josefsson.org>
1123
1124         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
1125         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
1126         <sds@gnu.org>.
1127
1128 2008-11-20  Bruno Haible  <bruno@clisp.org>
1129
1130         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
1131         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
1132         INCLUDE_NEXT.
1133         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
1134         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
1135         * modules/math (Makefile.am): Substitute
1136         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
1137         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
1138
1139 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
1140             Bruno Haible  <bruno@clisp.org>
1141
1142         * lib/stdint.in.h: Define all type macros so that their expansion is
1143         a single typedef'ed token. Fixes a compilation failure in Boost which
1144         does "using ::int8_t;".
1145
1146 2008-11-18  Simon Josefsson  <simon@josefsson.org>
1147
1148         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
1149         gl_MANYWARN_ALL_GCC.
1150         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
1151         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
1152         * modules/manywarnings: New file.
1153         * MODULES.html.sh: Mention manywarnings module.
1154
1155 2008-11-18  Bruno Haible  <bruno@clisp.org>
1156
1157         * doc/gnulib-tool.texi (Unit tests): New section.
1158
1159 2008-11-18  Simon Josefsson  <simon@josefsson.org>
1160
1161         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
1162         paths like 'lib/po/foo.po'.
1163
1164 2008-11-17  Simon Josefsson  <simon@josefsson.org>
1165
1166         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
1167         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
1168
1169 2008-11-17  Simon Josefsson  <simon@josefsson.org>
1170
1171         * m4/warnings.m4: Use CPPFLAGS to really check whether the
1172         parameter works.
1173
1174 2008-11-17  Simon Josefsson  <simon@josefsson.org>
1175
1176         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
1177
1178 2008-11-17  Bruce Korb  <bkorb@gnu.org>
1179
1180         * modules/parse-duration-tests: New file.
1181         * tests/test-parse-duration.sh: New file.
1182         * tests/test-parse-duration.c: New file.
1183
1184         New module 'parse-duration'.
1185         * lib/parse-duration.h: New file.
1186         * lib/parse-duration.c: New file.
1187         * modules/parse-duration: New file.
1188
1189 2008-11-17  Bruno Haible  <bruno@clisp.org>
1190
1191         * tests/test-select-out.sh: Comment out the first pipe test.
1192         Reported by Simon Josefsson.
1193
1194 2008-11-17  Bruno Haible  <bruno@clisp.org>
1195
1196         * modules/getaddrinfo (Depends-on): Add servent, hostent.
1197         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
1198         gl_HOSTENT.
1199
1200 2008-11-17  Bruno Haible  <bruno@clisp.org>
1201
1202         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
1203         -lnetwork and -lnet. Needed for Haiku and BeOS.
1204
1205 2008-11-16  Bruno Haible  <bruno@clisp.org>
1206
1207         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
1208
1209 2008-11-16  Bruno Haible  <bruno@clisp.org>
1210
1211         Avoid test failure on Haiku.
1212         * tests/test-fsync.c: Include <errno.h>.
1213         (main): Don't require that fsync (0) fails.
1214
1215 2008-11-15  Bruno Haible  <bruno@clisp.org>
1216
1217         New module 'hostent'.
1218         * modules/hostent: New file.
1219         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
1220
1221 2008-11-15  Bruno Haible  <bruno@clisp.org>
1222
1223         New module 'servent'.
1224         * modules/servent: New file.
1225         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
1226
1227 2008-11-15  Bruno Haible  <bruno@clisp.org>
1228
1229         Avoid generating same test program with two different rules.
1230         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
1231         test-frexp to test-frexp-nolibm.
1232         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
1233         test-frexpl to test-frexpl-nolibm.
1234
1235 2008-11-15  Bruno Haible  <bruno@clisp.org>
1236
1237         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
1238         $(FREXPL_LIBM).
1239
1240 2008-11-15  Bruno Haible  <bruno@clisp.org>
1241
1242         * lib/netdb.in.h: Activate the definitions also when the system's
1243         <netdb.h> has 'struct addrinfo'.
1244         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
1245         EAI_OVERFLOW or AI_NUMERICSERV.
1246         * doc/posix-headers/netdb.texi: Document the problem.
1247
1248 2008-11-15  Bruno Haible  <bruno@clisp.org>
1249
1250         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
1251
1252         Make the 'sched' module work on platforms where <sched.h> exists but
1253         is incomplete (such as Haiku).
1254         * lib/sched.in.h; Include the system's <sched.h> if it exists.
1255         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
1256         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
1257         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
1258         HAVE_STRUCT_SCHED_PARAM.
1259         * modules/sched (Depends-on): Add include_next.
1260         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
1261         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
1262         * doc/posix-headers/sched.texi: Document the issue.
1263
1264 2008-11-13  Jim Meyering  <meyering@redhat.com>
1265
1266         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
1267         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
1268         test would fail due to the difference in the Report bugs to ...
1269         line.  The expected address is empty, "<>", while the actual
1270         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
1271
1272 2008-11-12  Bruno Haible  <bruno@clisp.org>
1273
1274         lstat: don't compile lstat.c on systems lacking lstat
1275         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
1276         which don't have lstat; this is handled by lib/sys_stat.in.h already.
1277         Reported by Daniel P. Berrange via Jim Meyering.
1278
1279 2008-11-12  Jim Meyering  <meyering@redhat.com>
1280
1281         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
1282
1283 2008-11-12  Simon Josefsson  <simon@josefsson.org>
1284
1285         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
1286         instead.
1287
1288 2008-11-12  Bruno Haible  <bruno@clisp.org>
1289
1290         * lib/unicodeio.c: Include unistr.h.
1291         (utf8_wctomb): Remove function.
1292         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
1293
1294 2008-11-12  Simon Josefsson  <simon@josefsson.org>
1295
1296         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
1297         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
1298         <bruno@clisp.org>.
1299         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
1300
1301 2008-11-12  Simon Josefsson  <simon@josefsson.org>
1302
1303         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
1304         * doc/gnulib.texi: Add section for warnings.
1305
1306 2008-11-11  Bruno Haible  <bruno@clisp.org>
1307
1308         * lib/sockets.h: Add a comment.
1309
1310 2008-11-11  Karl Berry  <karl@gnu.org>
1311
1312         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
1313
1314 2008-11-11  Eric Blake  <ebb9@byu.net>
1315
1316         fdl.texi: avoid git symlinks
1317         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
1318
1319 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
1320
1321         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
1322
1323 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
1324
1325         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
1326         (gl_WARN_ADD): Substitute $2 if literal.
1327
1328 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
1329
1330         * m4/warning.m4: Remove.
1331
1332 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
1333
1334         * m4/warnings.m4: Almost complete rewrite. :-)
1335
1336 2008-11-10  Simon Josefsson  <simon@josefsson.org>
1337
1338         * modules/warnings: New module.
1339         * m4/warnings.m4: New file.
1340         * MODULES.html.sh: Mention warnings module.
1341         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
1342         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
1343
1344 2008-11-10  Eric Blake  <ebb9@byu.net>
1345
1346         fdl.texi: make a symlink to the latest version
1347         * doc/standards.texi: Revert today's earlier change.
1348         * doc/fdl-1.2.texi: Rename from old fdl.texi...
1349         * doc/fdl.texi: ...and replace this with a symlink to the newer
1350         fdl-1.3.texi.
1351
1352 2008-11-10  Bruno Haible  <bruno@clisp.org>
1353
1354         * tests/test-select-fd.c (main): Accept the result file name as fourth
1355         argument.
1356         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
1357         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
1358
1359 2008-11-10  Bruno Haible  <bruno@clisp.org>
1360
1361         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
1362         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
1363         as autoconf-substituted macros.
1364         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
1365         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
1366         gl_NETDB_H_DEFAULTS. Set these variables.
1367         * modules/netdb (Makefile.am): Substitute these variables.
1368
1369 2008-11-10  Eric Blake  <ebb9@byu.net>
1370
1371         standards.texi: include correct file for FDL 1.3
1372         * doc/standards.texi (GNU Free Documentation License): Change
1373         include file to pull in FDL 1.3, not 1.2.
1374
1375         fdl.texi: revert accidental change to license
1376         * doc/fdl.texi: This is FDL 1.2, not 1.3.
1377
1378 2008-11-10  Bruno Haible  <bruno@clisp.org>
1379
1380         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
1381         cross-compiling guesses also when the native compile gives no result.
1382
1383 2008-11-10  Bruno Haible  <bruno@clisp.org>
1384
1385         * lib/spawni.c (__spawni): Force variable into the stack.
1386
1387 2008-11-10  Bruno Haible  <bruno@clisp.org>
1388
1389         Add support for Haiku.
1390         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
1391         glibc and BeOS, but also on Haiku.
1392         * lib/fpurge.c (fpurge): Likewise.
1393         * lib/freadable.c (freadable): Likewise.
1394         * lib/freadahead.c (freadahead): Likewise.
1395         * lib/freading.c (freading): Likewise.
1396         * lib/freadptr.c (freadptr): Likewise.
1397         * lib/freadseek.c (freadptrinc): Likewise.
1398         * lib/fseeko.c (rpl_fseeko): Likewise.
1399         * lib/fseterr.c (fseterr): Likewise.
1400         * lib/fwritable.c (fwritable): Likewise.
1401         * lib/fwriting.c (fwriting): Likewise.
1402         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
1403
1404 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
1405
1406         * lib/config.charset: Treat Haiku like BeOS.
1407
1408 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
1409
1410         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
1411         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
1412
1413 2008-11-08  Bruno Haible  <bruno@clisp.org>
1414
1415         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
1416         AC_CACHE_CHECK.
1417
1418 2008-11-08  Bruno Haible  <bruno@clisp.org>
1419
1420         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
1421
1422 2008-11-08  Bruno Haible  <bruno@clisp.org>
1423
1424         * tests/test-select-fd.c: New file.
1425         * tests/test-select-in.sh: New file.
1426         * tests/test-select-out.sh: New file.
1427         * tests/test-select-stdin.c: New file.
1428         * modules/select-tests (Files): Add the new files.
1429         (Depends-on): Add gettimeofday.
1430         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
1431         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
1432         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
1433
1434 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
1435             Bruno Haible  <bruno@clisp.org>
1436
1437         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
1438
1439 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
1440
1441         * build-aux/pmccabe2html: Added support for C++ source files.
1442
1443 2008-11-05  Ben Pfaff  <blp@gnu.org>
1444
1445         Fix lib/close.c build on Windows.
1446         * modules/close (Files): Add lib/w32sock.h.
1447
1448 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
1449
1450         Accept Bison's NEWS format.
1451         * build-aux/announce-gen (print_news_deltas): Tweak
1452         $re_prefix.
1453
1454 2008-11-04  Bruno Haible  <bruno@clisp.org>
1455
1456         * modules/random_r (Maintainer): Add glibc.
1457
1458 2008-11-04  Simon Josefsson  <simon@josefsson.org>
1459
1460         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
1461         by karl@freefriends.org (Karl Berry).
1462         * doc/alloca.texi: Likewise.
1463         * doc/c-ctype.texi: Likewise.
1464         * doc/c-strcase.texi: Likewise.
1465         * doc/c-strcaseeq.texi: Likewise.
1466         * doc/c-strcasestr.texi: Likewise.
1467         * doc/c-strstr.texi: Likewise.
1468         * doc/c-strtod.texi: Likewise.
1469         * doc/c-strtold.texi: Likewise.
1470         * doc/ctime.texi: Likewise.
1471         * doc/error.texi: Likewise.
1472         * doc/fdl.texi: Likewise.
1473         * doc/gcd.texi: Likewise.
1474         * doc/getdate.texi: Likewise.
1475         * doc/gnulib-intro.texi: Likewise.
1476         * doc/gnulib-tool.texi: Likewise.
1477         * doc/gnulib.texi: Likewise.
1478         * doc/inet_ntoa.texi: Likewise.
1479         * doc/maintain.texi: Likewise.
1480         * doc/make-stds.texi: Likewise.
1481         * doc/quote.texi: Likewise.
1482         * doc/regexprops-generic.texi: Likewise.
1483         * doc/standards.texi: Likewise.
1484         * doc/verify.texi: Likewise.
1485         * doc/visibility.texi: Likewise.
1486         * doc/gnulib.texi (GNU Free Documentation License): Include
1487         fdl-1.3.texi instead of fdl.texi.
1488
1489 2008-11-04  Simon Josefsson  <simon@josefsson.org>
1490
1491         * doc/fdl-1.3.texi: New file, from
1492         <http://www.gnu.org/licenses/fdl-1.3.texi>.
1493         * modules/fdl-1.3: Add.
1494         * MODULES.html.sh: Add fdl-1.3.
1495
1496 2008-11-03  Bruno Haible  <bruno@clisp.org>
1497
1498         Make determination of absolute name of header file work with AIX xlc.
1499         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
1500         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
1501         preprocessing.
1502         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
1503         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
1504
1505 2008-11-03  Simon Josefsson  <simon@josefsson.org>
1506
1507         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
1508         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
1509         <ludo@gnu.org>.
1510
1511 2008-11-02  Bruno Haible  <bruno@clisp.org>
1512
1513         Mark 'strpbrk' obsolete.
1514         * modules/strpbrk (Status, Notice): New sections.
1515         * modules/strtok_r (Depends-on): Add strpbrk.
1516
1517 2008-11-02  Bruno Haible  <bruno@clisp.org>
1518
1519         Mark 'strdup' obsolete.
1520         * modules/strdup (Status, Notice): New sections.
1521         * modules/findprog (Depends-on): Add strdup.
1522         * modules/getaddrinfo (Depends-on): Likewise.
1523         * modules/localename (Depends-on): Likewise.
1524         * modules/relocatable-lib (Depends-on): Likewise.
1525         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
1526         * modules/relocatable-prog (Depends-on): Likewise.
1527         * modules/trim (Depends-on): Likewise.
1528         * modules/unictype/gen-ctype (Depends-on): Likewise.
1529         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
1530
1531 2008-11-02  Bruno Haible  <bruno@clisp.org>
1532
1533         Mark 'strcspn' obsolete.
1534         * modules/strcspn (Status, Notice): New sections.
1535
1536 2008-11-02  Bruno Haible  <bruno@clisp.org>
1537
1538         Mark 'rmdir' obsolete.
1539         * modules/rmdir (Status, Notice): New sections.
1540         * modules/clean-temp (Depends-on): Add rmdir.
1541         * modules/openat (Depends-on): Likewise.
1542
1543 2008-11-02  Bruno Haible  <bruno@clisp.org>
1544
1545         Mark 'raise' obsolete.
1546         * modules/raise (Status, Notice): New sections.
1547         (Include): Specify <signal.h>.
1548         * modules/stdio (Depends-on): Add raise.
1549         * modules/write (Depends-on): Likewise.
1550
1551 2008-11-02  Bruno Haible  <bruno@clisp.org>
1552
1553         Mark 'memset' obsolete.
1554         * modules/memset (Status, Notice): New sections.
1555
1556 2008-11-02  Bruno Haible  <bruno@clisp.org>
1557
1558         Mark 'memmove' obsolete.
1559         * modules/memmove (Status, Notice): New sections.
1560         * modules/argp (Depends-on): Add memmove.
1561         * modules/argz (Depends-on): Likewise.
1562         * modules/canonicalize (Depends-on): Likewise.
1563         * modules/canonicalize-lgpl (Depends-on): Likewise.
1564         * modules/fts (Depends-on): Likewise.
1565         * modules/getcwd (Depends-on): Likewise.
1566         * modules/human (Depends-on): Likewise.
1567         * modules/regex (Depends-on): Likewise.
1568         * modules/striconveh (Depends-on): Likewise.
1569         * modules/trim (Depends-on): Likewise.
1570         * modules/unistr/u8-move (Depends-on): Likewise.
1571         * modules/unistr/u16-move (Depends-on): Likewise.
1572         * modules/unistr/u32-move (Depends-on): Likewise.
1573
1574 2008-11-02  Bruno Haible  <bruno@clisp.org>
1575
1576         Mark 'memcpy' obsolete.
1577         * modules/memcpy (Status, Notice): New sections.
1578
1579 2008-11-02  Bruno Haible  <bruno@clisp.org>
1580
1581         Mark 'memcmp' obsolete.
1582         * modules/memcmp (Status, Notice): New sections.
1583         * modules/argmatch (Depends-on): Add memchr.
1584         * modules/backupfile (Depends-on): Likewise.
1585         * modules/c-strcasestr (Depends-on): Likewise.
1586         * modules/crypto/des (Depends-on): Likewise.
1587         * modules/csharpcomp (Depends-on): Likewise.
1588         * modules/fnmatch (Depends-on): Likewise.
1589         * modules/git-merge-changelog (Depends-on): Likewise.
1590         * modules/isnand (Depends-on): Likewise.
1591         * modules/isnand-nolibm (Depends-on): Likewise.
1592         * modules/isnanf (Depends-on): Likewise.
1593         * modules/isnanf-nolibm (Depends-on): Likewise.
1594         * modules/isnanl (Depends-on): Likewise.
1595         * modules/isnanl-nolibm (Depends-on): Likewise.
1596         * modules/mbchar (Depends-on): Likewise.
1597         * modules/memcoll (Depends-on): Likewise.
1598         * modules/quotearg (Depends-on): Likewise.
1599         * modules/regex (Depends-on): Likewise.
1600         * modules/relocatable-prog (Depends-on): Likewise.
1601         * modules/same (Depends-on): Likewise.
1602         * modules/signbit (Depends-on): Likewise.
1603         * modules/strcasestr-simple (Depends-on): Likewise.
1604         * modules/unictype/gen-ctype (Depends-on): Likewise.
1605         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
1606         * modules/uniname/uniname (Depends-on): Likewise.
1607         * modules/unistr/u8-cmp (Depends-on): Likewise.
1608
1609 2008-11-02  Bruno Haible  <bruno@clisp.org>
1610
1611         Mark 'memchr' obsolete.
1612         * modules/memchr (Status, Notice): New sections.
1613         * modules/argp (Depends-on): Add memchr.
1614         * modules/base64 (Depends-on): Likewise.
1615         * modules/c-strcasestr (Depends-on): Likewise.
1616         * modules/chdir-long (Depends-on): Likewise.
1617         * modules/fnmatch (Depends-on): Likewise.
1618         * modules/getsubopt (Depends-on): Likewise.
1619         * modules/git-merge-changelog (Depends-on): Likewise.
1620         * modules/glob (Depends-on): Likewise.
1621         * modules/strcasestr-simple (Depends-on): Likewise.
1622         * modules/strnlen (Depends-on): Likewise.
1623
1624 2008-11-02  Bruno Haible  <bruno@clisp.org>
1625
1626         Mark 'atexit' obsolete.
1627         * modules/atexit (Status, Notice): New sections.
1628         * modules/chdir-long (Depends-on): Add atexit.
1629         * modules/wait-process (Depends-on): Likewise.
1630
1631 2008-11-02  Bruno Haible  <bruno@clisp.org>
1632
1633         * gnulib-tool: New option --with-obsolete.
1634         (func_usage): Document it.
1635         (func_modules_transitive_closure): Drop obsolete dependencies if
1636         incobsolete is not true.
1637         (func_import): Read and save the incobsolete variable to the cache.
1638
1639 2008-11-02  Bruno Haible  <bruno@clisp.org>
1640
1641         * modules/TEMPLATE-EXTENDED: New field 'Status'.
1642         * gnulib-tool: New option --extract-status.
1643         (func_usage): Document it.
1644         (sed_extract_prog): Recognize it.
1645         (func_get_status): New function.
1646
1647 2008-10-30  Simon Josefsson  <simon@josefsson.org>
1648
1649         * modules/sockets (License): Change from LGPL to LGPLv2+.
1650
1651 2008-10-28  Simon Josefsson  <simon@josefsson.org>
1652
1653         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
1654
1655 2008-10-28  Simon Josefsson  <simon@josefsson.org>
1656
1657         * MODULES.html.sh (Support for systems lacking POSIX:2001):
1658         Mention times and sys_times.
1659         * modules/sys_times, modules/sys_times-tests: New modules.
1660         * modules/times, modules/times-tests: Likewise
1661         * m4/sys_times_h.m4: New file.
1662         * lib/sys_times.in.h: Likewise
1663         * lib/times.c: Likewise.
1664         * tests/test-sys_times.c: Likewise.
1665         * tests/test-times.c: Likewise.
1666         * doc/posix-headers/sys_times.texi: Update.
1667         * doc/posix-functions/times.texi: Update.
1668
1669 2008-10-28  Jim Meyering  <meyering@redhat.com>
1670
1671         * modules/tempname (Depends-on): Add lstat.
1672
1673         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
1674
1675 2008-10-28  Simon Josefsson  <simon@josefsson.org>
1676
1677         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
1678         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
1679         using idiom used elsewhere in gnulib.
1680
1681 2008-10-27  Jim Meyering  <meyering@redhat.com>
1682
1683         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
1684
1685 2008-10-27  Simon Josefsson  <simon@josefsson.org>
1686
1687         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
1688         TESTS_ENVIRONMENT, for shell scripts that needs to call built
1689         programs.
1690         * tests/test-argp-2.sh: Use $EXEEXT when needed.
1691
1692 2008-10-27  Simon Josefsson  <simon@josefsson.org>
1693
1694         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
1695
1696 2008-10-27  Bruno Haible  <bruno@clisp.org>
1697
1698         * tests/test-lstat.c: Include <stdio.h>.
1699
1700 2008-10-27  Simon Josefsson  <simon@josefsson.org>
1701
1702         * modules/lstat-tests: New module.
1703         * tests/test-lstat.c: New file.
1704
1705 2008-10-26  Jim Meyering  <meyering@redhat.com>
1706
1707         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
1708
1709 2008-10-26  Simon Josefsson  <simon@josefsson.org>
1710             Bruno Haible  <bruno@clisp.org>
1711
1712         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
1713         * modules/configmake (Include): Add a note that the include must come
1714         after all system headers.
1715         * lib/javaversion.c: Include configmake.h after all other includes.
1716
1717 2008-10-26  Bruno Haible  <bruno@clisp.org>
1718
1719         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
1720         HAVE_STRUCT_RANDOM_DATA to 1.
1721         (gl_STDLIB_H): Simplify.
1722
1723 2008-10-26  Simon Josefsson  <simon@josefsson.org>
1724
1725         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
1726         substitute HAVE_STRUCT_RANDOM_DATA.
1727         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
1728         random_data.
1729         * modules/stdlib (Makefile.am): Substitute
1730         HAVE_STRUCT_RANDOM_DATA.
1731
1732 2008-10-26  Simon Josefsson  <simon@josefsson.org>
1733
1734         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
1735         * doc/gnulib-intro.texi (Copyright): Likewise.
1736
1737 2008-10-26  Simon Josefsson  <simon@josefsson.org>
1738
1739         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
1740         findings.
1741
1742 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
1743             Bruno Haible  <bruno@clisp.org>
1744
1745         * lib/unistd.in.h: Include <winsock2.h>.
1746         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
1747         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
1748         Provide dummy declarations.
1749         (gethostname): Override.
1750         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
1751         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
1752         gl_PREREQ_SYS_H_WINSOCK2.
1753         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
1754         * doc/posix-functions/gethostname.texi: More details.
1755
1756 2008-10-25  Bruno Haible  <bruno@clisp.org>
1757
1758         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
1759         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
1760         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
1761
1762         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
1763         here ...
1764         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
1765         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
1766         gl_UNISTD_H_DEFAULTS.
1767
1768 2008-10-25  Eric Blake  <ebb9@byu.net>
1769
1770         signbit: avoid spurious compiler failure
1771         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
1772         declarations inside function.
1773
1774 2008-10-24  Simon Josefsson  <simon@josefsson.org>
1775             Bruno Haible  <bruno@clisp.org>
1776
1777         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
1778         * modules/random_r (Depends-on): Add stdint.
1779
1780 2008-10-24  Bruno Haible  <bruno@clisp.org>
1781
1782         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
1783         Eggert.
1784         * modules/strerror (License): Likewise.
1785
1786 2008-10-24  Jim Meyering  <meyering@redhat.com>
1787
1788         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
1789         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
1790
1791 2008-10-24  Eric Blake  <ebb9@byu.net>
1792
1793         getgroups: fix compilation when getgroups is available
1794         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
1795         but with <config.h> override of getgroups disabled.
1796
1797 2008-10-24  Simon Josefsson  <simon@josefsson.org>
1798
1799         * doc/gnulib.texi (Header files): Add note about C++ problems.
1800         Explained by Bruno Haible <bruno@clisp.org>.
1801
1802 2008-10-23  Bruno Haible  <bruno@clisp.org>
1803
1804         Define a dummy SA_NODEFER macro on Interix.
1805         * lib/signal.in.h (SA_NODEFER): Define fallback.
1806         Reported by Aleksey Cheusov <cheusov@tut.by> via
1807         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
1808
1809 2008-10-23  Bruno Haible  <bruno@clisp.org>
1810
1811         * modules/freadahead (License): Change to LGPLv2+.
1812         Suggested by Simon Josefsson.
1813
1814 2008-10-23  Jim Meyering  <meyering@redhat.com>
1815
1816         random_r: new module
1817         * modules/random_r: New file.
1818         * m4/random_r.m4: New file.
1819         * lib/random_r.c: New file, from glibc.
1820         * modules/random_r-tests: New file.
1821         * tests/test-random_r.c: New file.
1822         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
1823          Declare.
1824         (RAND_MAX): Define.
1825         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
1826         * modules/stdlib: Substitute them, too.
1827         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
1828         * doc/glibc-functions/initstate_r.texi: Mention the new module.
1829         * doc/glibc-functions/random_r.texi: Likewise.
1830         * doc/glibc-functions/setstate_r.texi: Likewise.
1831         * doc/glibc-functions/srandom_r.texi: Likewise.
1832         * config/srclist.txt: Mention it.
1833
1834 2008-10-23  David Lutterkort  <lutter@redhat.com>
1835
1836         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
1837         link requirement
1838
1839 2008-10-23  Jim Meyering  <meyering@redhat.com>
1840
1841         selinux-h: mark parameters of stub functions as intentionally unused
1842         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
1843         * lib/se-context.in.h: Likewise.
1844
1845 2008-10-22  Simon Josefsson  <simon@josefsson.org>
1846
1847         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
1848
1849 2008-10-22  Simon Josefsson  <simon@josefsson.org>
1850
1851         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
1852
1853 2008-10-22  Eric Blake  <ebb9@byu.net>
1854
1855         glthread/thread: avoid compiler warning
1856         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
1857         Add unreachable abort to silence compiler.
1858
1859 2008-10-22  Eric Blake  <ebb9@byu.net>
1860
1861         netdb: also supply struct addrinfo for cygwin 1.5.x
1862         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
1863         older cygwin.
1864         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
1865         cygwin.
1866         * doc/posix-headers/netdb.texi (netdb.h): Document this.
1867
1868 2008-10-22  Bruno Haible  <bruno@clisp.org>
1869
1870         * users.txt: Update entry about pspp.
1871
1872 2008-10-21  Bruno Haible  <bruno@clisp.org>
1873
1874         Simplification.
1875         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
1876         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
1877
1878         Simplification.
1879         * lib/ioctl.c (ioctl): Don't undefine.
1880         * lib/socket.c (socket): Don't undefine.
1881
1882         Remove unused module indicator macros.
1883         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
1884         GNULIB_$1 as a C macro.
1885
1886         * doc/posix-functions/close.texi: Undo last change.
1887         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
1888         Windows platforms.
1889
1890 2008-10-21  Bruno Haible  <bruno@clisp.org>
1891
1892         Add gethostname() declaration to <unistd.h>.
1893         * lib/unistd.in.h (gethostname): New declaration.
1894         * lib/gethostname.c: Include <unistd.h>.
1895         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
1896         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
1897         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
1898         and HAVE_GETHOSTNAME.
1899         * modules/gethostname (Depends-on): Add unistd.
1900         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
1901         (Include): Specify <unistd.h>.
1902         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
1903         HAVE_GETHOSTNAME.
1904         * tests/test-gethostname.c: Include <unistd.h> first.
1905
1906 2008-10-21  Bruno Haible  <bruno@clisp.org>
1907
1908         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
1909         * modules/select-tests (Depends-on): Likewise.
1910         Reported by Simon Josefsson.
1911
1912 2008-10-21  Simon Josefsson  <simon@josefsson.org>
1913
1914         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
1915         * lib/accept.c: New file, based on winsock.c.
1916         * lib/bind.c: New file, based on winsock.c.
1917         * lib/connect.c: New file, based on winsock.c.
1918         * lib/getpeername.c: New file, based on winsock.c.
1919         * lib/getsockname.c: New file, based on winsock.c.
1920         * lib/getsockopt.c: New file, based on winsock.c.
1921         * lib/ioctl.c: New file, based on winsock.c.
1922         * lib/listen.c: New file, based on winsock.c.
1923         * lib/recv.c: New file, based on winsock.c.
1924         * lib/recvfrom.c: New file, based on winsock.c.
1925         * lib/send.c: New file, based on winsock.c.
1926         * lib/sendto.c: New file, based on winsock.c.
1927         * lib/setsockopt.c: New file, based on winsock.c.
1928         * lib/shutdown.c: New file, based on winsock.c.
1929         * lib/socket.c: New file, based on winsock.c.
1930         * lib/w32sock.h: New file, based on winsock.c.
1931         * lib/winsock.c: Remove file.
1932         * modules/accept: Likewise.
1933         * modules/bind: Likewise.
1934         * modules/connect: Likewise.
1935         * modules/getpeername: Likewise.
1936         * modules/getsockname: Likewise.
1937         * modules/getsockopt: Likewise.
1938         * modules/ioctl: Likewise.
1939         * modules/listen: Likewise.
1940         * modules/recv: Likewise.
1941         * modules/recvfrom: Likewise.
1942         * modules/send: Likewise.
1943         * modules/sendto: Likewise.
1944         * modules/setsockopt: Likewise.
1945         * modules/shutdown: Likewise.
1946         * modules/socket: Use socket.c instead of winsock.c.
1947         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
1948         * doc/posix-functions/accept.texi: Doc fix.
1949         * doc/posix-functions/bind.texi: Doc fix.
1950         * doc/posix-functions/close.texi: Doc fix.
1951         * doc/posix-functions/connect.texi: Doc fix.
1952         * doc/posix-functions/getpeername.texi: Doc fix.
1953         * doc/posix-functions/getsockname.texi: Doc fix.
1954         * doc/posix-functions/getsockopt.texi: Doc fix.
1955         * doc/posix-functions/ioctl.texi: Doc fix.
1956         * doc/posix-functions/listen.texi: Doc fix.
1957         * doc/posix-functions/recv.texi: Doc fix.
1958         * doc/posix-functions/recvfrom.texi: Doc fix.
1959         * doc/posix-functions/send.texi: Doc fix.
1960         * doc/posix-functions/sendto.texi: Doc fix.
1961         * doc/posix-functions/setsockopt.texi: Doc fix.
1962         * doc/posix-functions/shutdown.texi: Doc fix.
1963         * doc/posix-functions/socket.texi: Doc fix.
1964
1965 2008-10-20  Bruno Haible  <bruno@clisp.org>
1966
1967         Take into account the role of SIGABRT_COMPAT on Windows 2008.
1968         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
1969         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
1970         as an alias for SIGABRT.
1971         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
1972         (sigaction): Map it to SIGABRT.
1973         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
1974
1975 2008-10-20  Bruno Haible  <bruno@clisp.org>
1976
1977         * lib/fts.c: Don't include lstat.h.
1978         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
1979
1980         Move the lstat() declaration to <sys/stat.h>.
1981         * lib/lstat.h: Remove file.
1982         * lib/sys_stat.in.h: Add special invocation convention.
1983         (lstat): New declaration.
1984         * lib/lstat.c (orig_lstat): New function.
1985         (rpl_lstat): Use orig_lstat instead of lstat.
1986         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
1987         AC_C_INLINE. Set REPLACE_LSTAT.
1988         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
1989         and REPLACE_LSTAT.
1990         * modules/lstat (Files): Remove lib/lstat.h.
1991         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
1992         (Include): Specify <sys/stat.h> instead of lstat.h.
1993         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
1994         REPLACE_LSTAT.
1995         * NEWS: Mention the change.
1996
1997 2008-10-20  Bruno Haible  <bruno@clisp.org>
1998
1999         * modules/posix_spawn-tests: New file.
2000         * tests/test-posix_spawn3.c: New file.
2001
2002 2008-10-20  Bruno Haible  <bruno@clisp.org>
2003
2004         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
2005         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
2006         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
2007         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
2008         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
2009
2010 2008-10-20  Bruno Haible  <bruno@clisp.org>
2011
2012         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
2013         of posix_spawn on AIX 5.3.
2014
2015 2008-10-20  Bruno Haible  <bruno@clisp.org>
2016
2017         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
2018
2019 2008-10-20  Bruno Haible  <bruno@clisp.org>
2020
2021         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
2022         of AC_LANG_PROGRAM.
2023
2024 2008-10-20  Simon Josefsson  <simon@josefsson.org>
2025
2026         * lib/netdb.in.h: Don't define GNU specific constants until they
2027         are supported or needed.  Reported by Bruno Haible
2028         <bruno@clisp.org>.
2029
2030 2008-10-20  Simon Josefsson  <simon@josefsson.org>
2031
2032         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
2033
2034 2008-10-20  Simon Josefsson  <simon@josefsson.org>
2035
2036         * lib/getaddrinfo.h: Remove file.
2037         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
2038         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
2039         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
2040         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
2041         * modules/netdb: Substitute GNULIB_GETADDRINFO.
2042         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
2043         * tests/test-getaddrinfo.c: Likewise.
2044         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
2045         * NEWS: Mention change.
2046
2047 2008-10-19  Bruno Haible  <bruno@clisp.org>
2048
2049         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
2050
2051 2008-10-19  Bruno Haible  <bruno@clisp.org>
2052
2053         * lib/wait-process.c: Include simply <sys/wait.h>.
2054         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
2055         WIFSTOPPED): Remove fallback definitions.
2056         * modules/wait-process (Depends-on): Add sys_wait.
2057
2058         New module 'sys_wait'.
2059         * modules/sys_wait: New file.
2060         * lib/sys_wait.in.h: New file, partially copied from
2061         lib/wait-process.c.
2062         * m4/sys_wait_h.m4: New file.
2063         * doc/posix-headers/sys_wait.texi: Mention the new module.
2064
2065 2008-10-19  Bruno Haible  <bruno@clisp.org>
2066
2067         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
2068
2069 2008-10-19  Bruno Haible  <bruno@clisp.org>
2070
2071         Assume that waitpid() fills an 'int' status, not a 'union wait'.
2072         * lib/wait-process.c (WAIT_T): Remove type.
2073         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
2074         (wait_subprocess): Update.
2075
2076 2008-10-19  Bruno Haible  <bruno@clisp.org>
2077
2078         New module 'atoll'.
2079         * modules/atoll: New file.
2080         * lib/stdlib.in.h (atoll): New declaration.
2081         * lib/atoll.c: New file, from glibc with modifications.
2082         * m4/atoll.m4: New file.
2083         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
2084         HAVE_ATOLL.
2085         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
2086         * doc/posix-functions/atoll.texi: Mention the new module.
2087
2088 2008-10-19  Bruno Haible  <bruno@clisp.org>
2089
2090         Add strtoull() declaration to <stdlib.h>.
2091         * lib/stdlib.in.h (strtoull): New declaration.
2092         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
2093         Set HAVE_STRTOULL.
2094         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
2095         HAVE_STRTOULL.
2096         * modules/strtoull (Depends-on): Add stdlib.
2097         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
2098         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
2099         HAVE_STRTOULL.
2100
2101 2008-10-19  Bruno Haible  <bruno@clisp.org>
2102
2103         Add strtoll() declaration to <stdlib.h>.
2104         * lib/stdlib.in.h (strtoll): New declaration.
2105         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
2106         Set HAVE_STRTOLL.
2107         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
2108         HAVE_STRTOLL.
2109         * modules/strtoll (Depends-on): Add stdlib.
2110         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
2111         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
2112
2113 2008-10-19  Bruno Haible  <bruno@clisp.org>
2114
2115         * modules/bcopy (Depends-on): Add strings.
2116         (Include): Specify <strings.h>.
2117
2118 2008-10-19  Bruno Haible  <bruno@clisp.org>
2119
2120         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
2121
2122 2008-10-19  Bruno Haible  <bruno@clisp.org>
2123
2124         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
2125         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
2126         mingw.
2127
2128 2008-10-19  Bruno Haible  <bruno@clisp.org>
2129
2130         * lib/atanl.c: Don't include isnanl.h.
2131         * lib/cosl.c: Likewise.
2132         * lib/ldexpl.c: Likewise.
2133         * lib/logl.c: Likewise.
2134         * lib/sinl.c: Likewise.
2135         * lib/sqrtl.c: Likewise.
2136         * lib/tanl.c: Likewise.
2137
2138         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
2139         * lib/isnanf.h: Remove file.
2140         * lib/isnand.h: Remove file.
2141         * lib/isnanl.h: Remove file.
2142         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
2143         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
2144         macros.
2145         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
2146         HAVE_ISNANF, don't define it as a C macro.
2147         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
2148         HAVE_ISNAND, don't define it as a C macro.
2149         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
2150         HAVE_ISNANL, don't define it as a C macro.
2151         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
2152         HAVE_ISNAN[FDL].
2153         * modules/isnanf (Files): Remove lib/isnanf.h.
2154         (Depends-on): Add math.
2155         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
2156         (Include): Specify <math.h> instead of isnanf.h.
2157         * modules/isnand (Files): Remove lib/isnand.h.
2158         (Depends-on): Add math.
2159         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
2160         (Include): Specify <math.h> instead of isnand.h.
2161         * modules/isnanl (Files): Remove lib/isnanl.h.
2162         (Depends-on): Add math.
2163         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
2164         (Include): Specify <math.h> instead of isnanl.h.
2165         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
2166         HAVE_ISNAN[FDL].
2167         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
2168         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
2169         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
2170         * NEWS: Mention the change.
2171
2172 2008-10-18  Bruno Haible  <bruno@clisp.org>
2173
2174         Add getusershell(), setusershell(), endusershell() declarations to
2175         <unistd.h>.
2176         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
2177         declarations.
2178         * lib/getusershell.c: Include unistd.h.
2179         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
2180         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
2181         HAVE_GETUSERSHELL.
2182         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
2183         and HAVE_GETUSERSHELL.
2184         * modules/getusershell (Depends-on): Add unistd, extensions.
2185         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2186         (Include): Specify <unistd.h>.
2187         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
2188         HAVE_GETUSERSHELL.
2189
2190 2008-10-18  Bruno Haible  <bruno@clisp.org>
2191
2192         Add a getloadavg() declaration to <stdlib.h>.
2193         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
2194         getloadavg declaration.
2195         (getloadavg): New declaration.
2196         * lib/getloadavg.c: Include <stdlib.h> first.
2197         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
2198         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
2199         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
2200         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
2201         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
2202         * modules/getloadavg (Depends-on): Add stdlib, extensions.
2203         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
2204         (Include): Specify <stdlib.h>.
2205         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
2206         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
2207
2208 2008-10-18  Bruno Haible  <bruno@clisp.org>
2209
2210         * lib/dirchownmod.c: Don't include lchmod.h.
2211
2212         Move the lchmod() declaration to <sys/stat.h>.
2213         * lib/lchmod.h: Remove file.
2214         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
2215         (lchmod): New declaration, moved here from lib/lchown.h.
2216         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
2217         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
2218         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
2219         and HAVE_LCHMOD.
2220         * modules/lchmod (Files): Remove lib/lchmod.h.
2221         (Depends-on): Add sys_stat, extensions.
2222         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
2223         (Include): Specify <sys/stat.h> instead of lchmod.h.
2224         * modules/sys_stat (Depends-on): Add link-warning.
2225         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
2226         definition of GL_LINK_WARNING.
2227         * NEWS: Mention the change.
2228
2229 2008-10-18  Bruno Haible  <bruno@clisp.org>
2230
2231         * lib/fchdir.c: Don't include dirfd.h.
2232         * lib/fts.c: Likewise.
2233         * lib/getcwd.c: Likewise.
2234         * lib/glob.c: Likewise.
2235
2236         Move the dirfd() declaration to <dirent.h>.
2237         * lib/dirfd.h: Remove file.
2238         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
2239         (dirfd): New declaration.
2240         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
2241         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
2242         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
2243         HAVE_DECL_DIRFD.
2244         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
2245         HAVE_DECL_DIRFD.
2246         * modules/dirfd (Files): Remove lib/dirfd.h.
2247         (Depends-on): Add dirent, extensions.
2248         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
2249         (Include): Specify <dirent.h> instead of dirfd.h.
2250         * modules/dirent (Depends-on): Add link-warning.
2251         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
2252         definition of GL_LINK_WARNING.
2253         * NEWS: Mention the change.
2254
2255 2008-10-18  Bruno Haible  <bruno@clisp.org>
2256
2257         Move the euidaccess() declaration to <unistd.h>.
2258         * lib/euidaccess.h: Remove file.
2259         * lib/unistd.in.h (euidaccess): New declaration.
2260         * lib/euidaccess.c: Don't include euidaccess.h.
2261         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
2262         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
2263         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
2264         and HAVE_EUIDACCESS.
2265         * modules/euidaccess (Files): Remove lib/euidaccess.h.
2266         (Depends-on): Add unistd.
2267         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2268         (Include): Specify <unistd.h> instead of euidaccess.h.
2269         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
2270         HAVE_EUIDACCESS.
2271         * NEWS: Mention the change.
2272
2273 2008-10-18  Bruno Haible  <bruno@clisp.org>
2274
2275         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
2276
2277         Move the getdomainname() declaration to <unistd.h>.
2278         * lib/getdomainname.h: Remove file.
2279         * lib/unistd.in.h (getdomainname): New declaration.
2280         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
2281         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
2282         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
2283         HAVE_GETDOMAINNAME.
2284         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
2285         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
2286         * modules/getdomainname (Files): Remove lib/getdomainname.h.
2287         (Depends-on): Add unistd, extensions.
2288         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2289         (Includes): Specify <unistd.h> instead of getdomainname.h.
2290         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
2291         HAVE_GETDOMAINNAME.
2292         * NEWS: Mention the change.
2293
2294 2008-10-18  Bruno Haible  <bruno@clisp.org>
2295
2296         * modules/dirent: New file.
2297         * m4/dirent_h.m4: New file.
2298         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
2299         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
2300         * modules/fchdir (Files): Remove lib/dirent.in.h.
2301         (Depends-on): Add dirent.
2302         (Makefile.am): Move rules to modules/dirent.
2303         * doc/posix-headers/dirent.texi: Mention the new module.
2304
2305 2008-10-18  Bruno Haible  <bruno@clisp.org>
2306
2307         Avoid -Wunused-parameter warnings in public gnulib header files.
2308         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
2309         macro.
2310         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
2311
2312 2008-10-18  Bruno Haible  <bruno@clisp.org>
2313
2314         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
2315         * doc/glibc-functions/error.texi: Mention the module 'error'.
2316         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
2317         * doc/glibc-functions/getdomainname.texi: Mention the module
2318         'getdomainname'.
2319         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
2320         * doc/glibc-functions/getpagesize.texi: Mention the module
2321         'getpagesize'.
2322         * doc/glibc-functions/getusershell.texi: Mention the module
2323         'getusershell'.
2324         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
2325         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
2326         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
2327         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
2328         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
2329         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
2330         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
2331         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
2332         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
2333         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
2334         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
2335         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
2336         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
2337         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
2338
2339 2008-10-17  Bruno Haible  <bruno@clisp.org>
2340
2341         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
2342         HP-UX and IRIX, use -0.0L.
2343         * tests/test-ceill.c (minus_zero): Likewise.
2344         * tests/test-floorl.c (minus_zero): Likewise.
2345         * tests/test-frexpl.c (minus_zero): Likewise.
2346         * tests/test-isnan.c (minus_zerol): Likewise.
2347         * tests/test-isnanl.h (minus_zero): Likewise.
2348         * tests/test-ldexpl.c (minus_zero): Likewise.
2349         * tests/test-roundl.c (minus_zero): Likewise.
2350         * tests/test-signbit.c (minus_zerol): Likewise.
2351         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
2352         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
2353         * tests/test-truncl.c (minus_zero): Likewise.
2354         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
2355         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
2356         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
2357         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
2358
2359 2008-10-17  Bruno Haible  <bruno@clisp.org>
2360
2361         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
2362         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
2363         that it gets activated only for gcc >= 3.0.
2364         * lib/dirent.in.h: Likewise.
2365         * lib/errno.in.h: Likewise.
2366         * lib/fcntl.in.h: Likewise.
2367         * lib/float.in.h: Likewise.
2368         * lib/iconv.in.h: Likewise.
2369         * lib/inttypes.in.h: Likewise.
2370         * lib/locale.in.h: Likewise.
2371         * lib/math.in.h: Likewise.
2372         * lib/netdb.in.h: Likewise.
2373         * lib/netinet_in.in.h: Likewise.
2374         * lib/search.in.h: Likewise.
2375         * lib/signal.in.h: Likewise.
2376         * lib/spawn.in.h: Likewise.
2377         * lib/stdarg.in.h: Likewise.
2378         * lib/stdint.in.h: Likewise.
2379         * lib/stdio.in.h: Likewise.
2380         * lib/stdlib.in.h: Likewise.
2381         * lib/string.in.h: Likewise.
2382         * lib/strings.in.h: Likewise.
2383         * lib/sys_file.in.h: Likewise.
2384         * lib/sys_ioctl.in.h: Likewise.
2385         * lib/sys_select.in.h: Likewise.
2386         * lib/sys_socket.in.h: Likewise.
2387         * lib/sys_stat.in.h: Likewise.
2388         * lib/sys_time.in.h: Likewise.
2389         * lib/sysexits.in.h: Likewise.
2390         * lib/time.in.h: Likewise.
2391         * lib/unistd.in.h: Likewise.
2392         * lib/wchar.in.h: Likewise.
2393         * lib/wctype.in.h: Likewise.
2394         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
2395
2396 2008-10-17  Jim Meyering  <meyering@redhat.com>
2397
2398         ignore-value: don't depend on inline module
2399         * modules/ignore-value (Depends-on): Remove 'inline'.
2400         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
2401         Suggestion from Bruno Haible.
2402
2403 2008-10-17  Bruno Haible  <bruno@clisp.org>
2404
2405         New implementation of condition variables for Win32.
2406         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
2407         (gl_linked_waitqueue_t): New type.
2408         (gl_cond_t): Use it.
2409         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
2410         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
2411         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
2412         (glthread_cond_init_func, glthread_cond_wait_func,
2413         glthread_cond_timedwait_func, glthread_cond_signal_func,
2414         glthread_cond_broadcast_func, glthread_cond_destroy_func):
2415         Reimplemented on the basis of gl_linked_waitqueue_t.
2416         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
2417         gl_waitqueue_t.
2418         (gl_rwlock_t): Update.
2419         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
2420
2421 2008-10-17  Simon Josefsson  <simon@josefsson.org>
2422
2423         * modules/recvfrom (Depends-on): Add dependency on getpeername.
2424         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
2425
2426 2008-10-17  Jim Meyering  <meyering@redhat.com>
2427
2428         ignore-value: new module
2429         * modules/ignore-value: New file.
2430         * lib/ignore-value.h: New file.
2431         * MODULES.html.sh (Compiler warning management): New section,
2432         just for this module.  More to come.
2433
2434 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
2435
2436         open-safer.c: avoid 'signed and unsigned in conditional...' warning
2437         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
2438         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
2439
2440 2008-10-16  Jim Meyering  <meyering@redhat.com>
2441
2442         openat-die.c: avoid 'no previous prototype' warning
2443         * lib/openat-die.c: Include "openat.h".
2444         Reported by Reuben Thomas <rrt@sc3d.org>.
2445
2446 2008-10-16  Simon Josefsson  <simon@josefsson.org>
2447
2448         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
2449         * lib/netdb.in.h: Fix typo.
2450         Reported by Bruno Haible  <bruno@clisp.org>
2451
2452         * lib/netdb.in.h: Include sys/socket.h for platforms without
2453         netdb.h, to get structures like hostent on MinGW.
2454         * modules/netdb (Depends-on): Add sys_socket.
2455
2456 2008-10-15  Simon Josefsson  <simon@josefsson.org>
2457
2458         * modules/netdb, modules/netdb-tests: New file.
2459         * m4/netdb_h.m4: New file.
2460         * lib/netdb.in.h: Add, currently just an empty file pending
2461         definitions.
2462         * tests/test-netdb.c: New file.
2463         * doc/posix-headers/netdb.texi: Mention that we replace it if
2464         needed.
2465         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
2466         netdb.
2467
2468 2008-10-15  Simon Josefsson  <simon@josefsson.org>
2469
2470         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
2471         with code.
2472
2473 2008-10-13  Bruno Haible  <bruno@clisp.org>
2474
2475         * lib/glthread/cond.c (glthread_cond_wait_func,
2476         glthread_cond_timedwait_func): Add a comment.
2477
2478 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
2479
2480         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
2481         * tests/test-select.c: Likewise,
2482
2483 2008-10-13  Bruno Haible  <bruno@clisp.org>
2484
2485         * lib/glthread/cond.c (glthread_cond_wait_func,
2486         glthread_cond_timedwait_func): Fix variable name.
2487         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
2488
2489 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
2490
2491         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
2492         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
2493         struct sockaddr.sa_len.
2494         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
2495
2496 2008-10-13  Simon Josefsson  <simon@josefsson.org>
2497
2498         * build-aux/pmccabe2html: Add css and css_url parameters.
2499
2500 2008-10-12  Bruno Haible  <bruno@clisp.org>
2501
2502         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
2503         calling aclx_get.
2504         Reported by Rainer Tammer <tammer@tammer.net>.
2505
2506 2008-10-12  Bruno Haible  <bruno@clisp.org>
2507
2508         Use msvcrt aware primitives for creation/termination of Win32 threads.
2509         * lib/glthread/thread.c: Include <process.h>.
2510         (glthread_create_func): Use _beginthreadex instead of CreateThread.
2511         (wrapper_func): Update signature.
2512         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
2513
2514 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
2515             Bruno Haible  <bruno@clisp.org>
2516
2517         Provide a Win32 implementation of the 'cond' module.
2518         * lib/glthread/cond.h [USE_WIN32]: New implementation.
2519         * lib/glthread/cond.c (glthread_cond_init_func,
2520         glthread_cond_wait_func, glthread_cond_timedwait_func,
2521         glthread_cond_signal_func, glthread_cond_broadcast_func,
2522         glthread_cond_destroy_func) [USE_WIN32]: New functions.
2523         * modules/cond (Dependencies): Add gettimeofday.
2524
2525 2008-10-11  Bruno Haible  <bruno@clisp.org>
2526
2527         Make sleep work on older versions of mingw.
2528         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
2529         only whether it exists.
2530         * doc/posix-functions/sleep.texi: Mention the problem with older
2531         versions of mingw.
2532
2533 2008-10-11  Bruno Haible  <bruno@clisp.org>
2534
2535         New module 'shutdown'.
2536         * modules/shutdown: New file.
2537         * lib/sys_socket.in.h (shutdown): New declaration.
2538         * lib/winsock.c (shutdown): New function.
2539         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
2540         GNULIB_SHUTDOWN.
2541         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
2542         * doc/posix-functions/shutdown.texi: Document the new module.
2543
2544 2008-10-11  Jim Meyering  <meyering@redhat.com>
2545
2546         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
2547
2548 2008-10-11  Bruno Haible  <bruno@clisp.org>
2549
2550         New module 'fclose'.
2551         * modules/fclose: New file.
2552         * lib/stdio.in.h (fclose): New declaration.
2553         * lib/fclose.c: New file.
2554         * m4/fclose.m4: New file.
2555         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
2556         REPLACE_FCLOSE.
2557         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
2558         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
2559         REPLACE_FCLOSE.
2560         * modules/close (Depends-on): fclose.
2561         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
2562
2563 2008-10-11  Bruno Haible  <bruno@clisp.org>
2564
2565         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
2566         set errno and don't call _close.
2567
2568 2008-10-10  Bruno Haible  <bruno@clisp.org>
2569
2570         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
2571         ACL, not afterwards. Fixes test failure on Cygwin.
2572
2573 2008-10-09  Ben Pfaff  <blp@gnu.org>
2574
2575         * build-aux/announce-gen: Fix gnulib version related part of usage
2576         message.  Die with a useful error message if no tarballs are
2577         found.
2578
2579 2008-10-10  Jim Meyering  <meyering@redhat.com>
2580
2581         bootstrap: use git's --depth=N option only if it's supported
2582         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
2583         recognize the --depth option.  Reported by Pádraig Brady.
2584
2585 2008-10-09  Bruno Haible  <bruno@clisp.org>
2586
2587         New module 'ioctl'.
2588         * modules/ioctl: New file.
2589         * lib/sys_socket.in.h (ioctl): Remove declaration.
2590         * lib/winsock.c: Include <sys/ioctl.h>.
2591         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
2592         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
2593         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
2594         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
2595         * doc/posix-functions/ioctl.texi: Mention the new module.
2596
2597 2008-10-09  Bruno Haible  <bruno@clisp.org>
2598
2599         New module 'sys_ioctl'.
2600         * lib/sys_ioctl.in.h: New file.
2601         * m4/sys_ioctl_h.m4: New file.
2602         * modules/sys_ioctl: New file.
2603         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
2604
2605 2008-10-09  Bruno Haible  <bruno@clisp.org>
2606
2607         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
2608         * lib/winsock.c: Include <stdarg.h>.
2609         (rpl_ioctl): Change to second argument 'int' and then varargs.
2610
2611 2008-10-09  Bruno Haible  <bruno@clisp.org>
2612
2613         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
2614         when the sys_socket module is present and the system has <winsock2.h>.
2615
2616 2008-10-09  Bruno Haible  <bruno@clisp.org>
2617
2618         * doc/posix-functions/close.texi: Mention module 'close' instead of
2619         module 'sys_socket'.
2620
2621 2008-10-09  Bruno Haible  <bruno@clisp.org>
2622
2623         * doc/glibc-headers/sys_ioctl.texi: New file.
2624         * doc/gnulib.texi: Include it.
2625
2626 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
2627             Bruno Haible  <bruno@clisp.org>
2628
2629         Combine the two replacements of 'close'.
2630         * lib/sys_socket.in.h (close): Define to a reminder to include
2631         <unistd.h>.
2632         (_gl_close_fd_maybe_socket): New declaration.
2633         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
2634         * lib/winsock.c (close): Remove undefinition.
2635         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
2636         needed for the gnulib module 'close'.
2637         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
2638         define to an error symbol or to a warning, if suitable.
2639         * lib/close.c: Include <sys/socket.h>.
2640         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
2641         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
2642         UNISTD_H_HAVE_WINSOCK2_H.
2643         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
2644         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
2645         UNISTD_H_HAVE_WINSOCK2_H.
2646         * modules/sys_socket (Files): Add m4/unistd_h.m4.
2647         (configure.ac): Set a module indicator.
2648         (Makefile.am): Substitute GNULIB_CLOSE.
2649         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
2650         * modules/poll-tests (Depends-on): Add close.
2651         * modules/select-tests (Depends-on): Likewise.
2652
2653 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
2654             Bruno Haible  <bruno@clisp.org>
2655
2656         New module 'close'.
2657         * modules/close: New file.
2658         * lib/unistd.in.h (close): Move declaration out of the
2659         FCHDIR_REPLACEMENT scope.
2660         (_gl_unregister_fd): New declaration.
2661         * lib/close.c: New file.
2662         * lib/fchdir.c (rpl_close): Remove function.
2663         * m4/close.m4: New file.
2664         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
2665         close.
2666         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
2667         REPLACE_CLOSE.
2668         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
2669         REPLACE_CLOSE.
2670         * modules/fchdir (Depends-on): Add close.
2671
2672 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
2673             Bruno Haible  <bruno@clisp.org>
2674
2675         * lib/fcntl.in.h (open): Simplify conditionals.
2676         (_gl_register_fd): New declaration.
2677         * lib/fchdir.c (rpl_open): Remove function.
2678         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
2679         also.
2680         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
2681         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
2682         open.
2683
2684 2008-10-09  Jim Meyering  <meyering@redhat.com>
2685
2686         GNUmakefile: use the more name-space-friendly "_version"
2687         * top/GNUmakefile (_dummy): Update.
2688         (_version): Rename from "version".
2689
2690 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
2691             Bruno Haible  <bruno@clisp.org>
2692
2693         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
2694         rpl_close.
2695         (_gl_register_fd): New function, extracted from rpl_open.
2696         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
2697         (rpl_open, rpl_opendir): Use _gl_register_fd.
2698
2699 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
2700
2701         Fix organization of 'open' replacement.
2702         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
2703         (gl_FUNC_OPEN): Use it.
2704         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
2705
2706 2008-10-08  Bruno Haible  <bruno@clisp.org>
2707
2708         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
2709
2710 2008-10-08  Simon Josefsson  <simon@josefsson.org>
2711
2712         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
2713         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
2714         listen).
2715
2716 2008-10-08  Eric Blake  <ebb9@byu.net>
2717
2718         GNUmakefile: add 'make version' target
2719         * top/GNUmakefile (_curr-ver): Split version update rules...
2720         (version): ...into a target.
2721
2722 2008-10-07  Bruno Haible  <bruno@clisp.org>
2723
2724         Use a more portable replacement expression for -0.0L.
2725         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
2726         instead of -0.0L. Fix m4 quotation.
2727
2728         * tests/test-signbit.c: Include <float.h>.
2729         (minus_zero): New variable.
2730         (test_signbitl): Use minus_zero instead of -zero.
2731         * modules/signbit-tests (Depends-on): Add float.
2732
2733         * tests/test-ceill.c: Include <float.h>.
2734         (zero): Remove variable.
2735         (minus_zero): New variable.
2736         (main): Use minus_zero instead of -zero.
2737         * modules/ceill-tests (Depends-on): Add float.
2738
2739         * tests/test-floorl.c: Include <float.h>.
2740         (zero): Remove variable.
2741         (minus_zero): New variable.
2742         (main): Use minus_zero instead of -zero.
2743         * modules/floorl-tests (Depends-on): Add float.
2744
2745         * tests/test-roundl.c: Include <float.h>.
2746         (zero): Remove variable.
2747         (minus_zero): New variable.
2748         (main): Use minus_zero instead of -zero.
2749         * modules/roundl-tests (Depends-on): Add float.
2750
2751         * tests/test-truncl.c: Include <float.h>.
2752         (zero): Remove variable.
2753         (minus_zero): New variable.
2754         (main): Use minus_zero instead of -zero.
2755         * modules/truncl-tests (Depends-on): Add float.
2756
2757         * tests/test-frexpl.c (zero): Remove variable.
2758         (minus_zero): New variable.
2759         (main): Use minus_zero instead of -zero.
2760         * modules/frexpl-tests (Depends-on): Add float.
2761
2762         * tests/test-isnan.c (zerol): Remove variable.
2763         (minus_zerol): New variable.
2764         (test_long_double): Use minus_zerol instead of -zerol.
2765         * modules/isnan-tests (Depends-on): Add float.
2766
2767         * tests/test-isnanl.h (zero): Remove variable.
2768         (minus_zero): New variable.
2769         (main): Use minus_zero instead of -zero.
2770         * modules/isnanl-nolibm-tests (Depends-on): Add float.
2771         * modules/isnanl-tests (Depends-on): Add float.
2772
2773         * tests/test-ldexpl.c (zero): Remove variable.
2774         (minus_zero): New variable.
2775         (main): Use minus_zero instead of -zero.
2776         * modules/ldexpl-tests (Depends-on): Add float.
2777
2778         * tests/test-snprintf-posix.h (zerol): Remove variable.
2779         (minus_zerol): New variable.
2780         (test_function): Use minus_zerol instead of -zerol.
2781         * modules/snprintf-posix-tests (Depends-on): Add float.
2782         * modules/vsnprintf-posix-tests (Depends-on): Add float.
2783
2784         * tests/test-sprintf-posix.h (zerol): Remove variable.
2785         (minus_zerol): New variable.
2786         (test_function): Use minus_zerol instead of -zerol.
2787         * modules/sprintf-posix-tests (Depends-on): Add float.
2788         * modules/vsprintf-posix-tests (Depends-on): Add float.
2789
2790         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
2791         (minus_zerol): New variable.
2792         (test_function): Use minus_zerol instead of -zerol.
2793         * modules/vasnprintf-posix-tests (Depends-on): Add float.
2794
2795         * tests/test-vasprintf-posix.c (zerol): Remove variable.
2796         (minus_zerol): New variable.
2797         (test_function): Use minus_zerol instead of -zerol.
2798         * modules/vasprintf-posix-tests (Depends-on): Add float.
2799
2800 2008-10-07  Simon Josefsson  <simon@josefsson.org>
2801
2802         * MODULES.html.sh (Support for building documentation): Mention
2803         pmccabe2html.  Sort entries.
2804
2805         Add pmccabe2html module, from gnupdf.
2806         * build-aux/pmccabe.css: New file.
2807         * build-aux/pmccabe2html: New file.
2808         * m4/pmccabe2html.m4: New file.
2809         * modules/pmccabe2html: New file.
2810
2811 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
2812
2813         flock: new module
2814         * MODULES.html.sh: Add to list of modules.
2815         * lib/flock.c: flock implementation for Windows and Unix systems
2816         which have fcntl.
2817         * doc/glibc-functions/flock.texi: Update documentation.
2818         * lib/sys_file.in.h: <sys/file.h> header file.
2819         * m4/flock.m4: M4 macros.
2820         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
2821         * modules/flock: flock module.
2822         * modules/flock-tests: flock tests module.
2823         * modules/sys_file: sys/file.h module.
2824         * tests/test-flock.c: test suite for flock.
2825
2826 2008-10-06  Jim Meyering  <meyering@redhat.com>
2827
2828         bootstrap: check for LT_INIT more portably still ;-)
2829         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
2830         Spotted by Bruno Haible.
2831
2832 2008-10-06  Eric Blake  <ebb9@byu.net>
2833
2834         test-signbit: avoid tripping Irix cc bug on -0.0L
2835         * tests/test-signbit.c (minus_zerol): Delete, and replace with
2836         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
2837         entire testsuite consistent and avoids an Irix 6.2 bug.
2838
2839 2008-10-05  Bruno Haible  <bruno@clisp.org>
2840             Jim Meyering  <jim@meyering.net>
2841
2842         Add an option for ignoring EPIPE during close_stdout.
2843         * lib/closeout.h: Include <stdbool.h>.
2844         (close_stdout_set_ignore_EPIPE): New declaration.
2845         * lib/closeout.c: Include <stdbool.h>.
2846         (ignore_EPIPE): New variable.
2847         (close_stdout_set_ignore_EPIPE): New function.
2848         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
2849         * lib/close-stream.c (close_stream): Mention the possible EPIPE
2850         failure.
2851         * modules/closeout (Depends-on): Add stdbool.
2852
2853 2008-10-05  Bruno Haible  <bruno@clisp.org>
2854
2855         * modules/accept: New file.
2856         * modules/bind: New file.
2857         * modules/connect: New file.
2858         * modules/getpeername: New file.
2859         * modules/getsockname: New file.
2860         * modules/getsockopt: New file.
2861         * modules/listen: New file.
2862         * modules/recv: New file.
2863         * modules/recvfrom: New file.
2864         * modules/send: New file.
2865         * modules/sendto: New file.
2866         * modules/setsockopt: New file.
2867         * modules/socket: New file.
2868         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
2869         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
2870         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
2871         the particular module is requested. Add a link warning when the
2872         particular module is not requested.
2873         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
2874         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
2875         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
2876         the particular module is requested.
2877         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
2878         gl_SYS_SOCKET_H_DEFAULTS): New macros.
2879         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
2880         * modules/sys_socket (Depends-on): Add link-warning.
2881         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
2882         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
2883         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
2884         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
2885         GL_LINK_WARNING.
2886         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
2887         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
2888         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
2889         * doc/posix-functions/getpeername.texi: Mention the new module
2890         'getpeername'.
2891         * doc/posix-functions/getsockname.texi: Mention the new module
2892         'getsockname'.
2893         * doc/posix-functions/getsockopt.texi: Mention the new module
2894         'getsockopt'.
2895         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
2896         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
2897         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
2898         * doc/posix-functions/send.texi: Mention the new module 'send'.
2899         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
2900         * doc/posix-functions/setsockopt.texi: Mention the new module
2901         'setsockopt'.
2902         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
2903         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
2904         listen, connect, accept.
2905         * modules/select-tests (Depends-on): Likewise.
2906
2907 2008-10-05  Bruno Haible  <bruno@clisp.org>
2908
2909         * lib/winsock.c (strerror): Remove unused #undef.
2910         (rpl_close): Remove unused local variable.
2911
2912         * modules/sys_socket (Depends-on); Add errno.
2913
2914 2008-10-05  Bruno Haible  <bruno@clisp.org>
2915
2916         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
2917         (select): Add a link warning when the 'select' module is not used.
2918         * modules/sys_select (Depends-on): Add link-warning.
2919         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
2920         Suggested by Paolo Bonzini.
2921
2922 2008-10-05  Jim Meyering  <meyering@redhat.com>
2923
2924         bootstrap: check for LT_INIT more portably
2925         * build-aux/bootstrap: Avoid using grep -E, since it's not
2926         portable enough.  Suggestion from Bruno Haible.
2927
2928 2008-10-05  Bruno Haible  <bruno@clisp.org>
2929
2930         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
2931         as being fixed by gnulib.
2932
2933 2008-10-05  Bruno Haible  <bruno@clisp.org>
2934
2935         * modules/select-tests: New file, mostly copied from
2936         modules/sys_select-tests.
2937         * tests/test-select.c: New file, mostly copied from
2938         tests/test-sys_select.c.
2939         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
2940         * modules/sys_select-tests (Depends-on): Remove all dependencies.
2941         (Makefile.am): Remove test_sys_select_LDADD.
2942
2943         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
2944         to an undefined symbol, for an error message.
2945         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
2946         (gl_SYS_SELECT_H_DEFAULTS): New macro.
2947         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
2948         winsock-select.c here.
2949         * modules/sys_select (Files): Remove lib/winsock-select.c.
2950         (Depends-on): Remove alloca.
2951         (Makefile.am): Substitute GNULIB_SELECT.
2952         * modules/select: New file.
2953         * doc/posix-functions/select.texi: Update.
2954
2955 2008-10-05  Bruno Haible  <bruno@clisp.org>
2956
2957         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
2958         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
2959         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
2960         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
2961         getdtablesize.
2962         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
2963         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
2964
2965 2008-10-05  Bruno Haible  <bruno@clisp.org>
2966
2967         * modules/getdtablesize-tests: New file.
2968         * tests/test-getdtablesize.c: New file.
2969
2970         New module 'getdtablesize'.
2971         * lib/unistd.in.h (getdtablesize): New declaration.
2972         * lib/getdtablesize.c: New file.
2973         * m4/getdtablesize.m4: New file.
2974         * modules/getdtablesize: New file.
2975         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
2976         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
2977         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
2978         HAVE_GETDTABLESIZE.
2979         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
2980
2981 2008-10-05  Bruno Haible  <bruno@clisp.org>
2982
2983         * modules/sched (Makefile.am): Fix typo.
2984         Reported by Simon Josefsson.
2985
2986 2008-10-05  Jim Meyering  <meyering@redhat.com>
2987
2988         bootstrap: check for LT_INIT, too
2989         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
2990         are deprecated.  Suggestion from Ralf Wildenhues.
2991
2992 2008-10-05  Bruno Haible  <bruno@clisp.org>
2993
2994         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
2995         overriding them by ours.
2996         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
2997
2998 2008-10-05  Jim Meyering  <meyering@redhat.com>
2999
3000         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
3001         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
3002         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
3003
3004 2008-10-04  Bruno Haible  <bruno@clisp.org>
3005
3006         * modules/dup2 (License): Change to LGPLv2+.
3007         * modules/sleep (License): Likewise.
3008         * modules/perror (License): Likewise.
3009         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
3010         Blake.
3011         * modules/signal (License): Likewise.
3012         * modules/sigprocmask (License): Likewise.
3013         * modules/raise (License): Change to LGPLv2+, with approval by Jim
3014         Meyering.
3015
3016 2008-10-04  Bruno Haible  <bruno@clisp.org>
3017
3018         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
3019         Reported by Rainer Tammer <tammer@tammer.net>.
3020
3021 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
3022             Bruno Haible  <bruno@clisp.org>
3023
3024         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
3025         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
3026         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
3027
3028 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
3029
3030         filevercmp: new module
3031         * lib/filevercmp.h: New function filevercmp comparing version strings.
3032         * lib/filevercmp.c: Implementation of filevercmp function.
3033         * modules/filevercmp: Module metadata.
3034         * tests/test-filevercmp.c: Unit test for new module.
3035         * modules/filevercmp-tests: Unit test metadata.
3036         * MODULES.html.sh: Add filevercmp module.
3037
3038 2008-10-03  Bruno Haible  <bruno@clisp.org>
3039
3040         * lib/c-ctype.h: Add comment.
3041         Reported by Jim Meyering.
3042
3043 2008-10-02  Bruno Haible  <bruno@clisp.org>
3044
3045         * modules/posix_spawn-internal (Depends-on): Add 'open'.
3046
3047 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
3048
3049         * build-aux/bootstrap: Allow renaming bootstrap, and change the
3050         name of bootstrap.conf accordingly.
3051
3052 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
3053
3054         * build-aux/bootstrap: Install git-merge-changelog configuration
3055         items into .gitconfig if needed.
3056
3057 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
3058
3059         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
3060         git repository, and initialize/update it accordingly.
3061
3062 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
3063
3064         * modules/fsync-tests: New file.
3065         * tests/test-fsync.c: New file.
3066
3067         New module 'fsync'.
3068         * lib/fsync.c: New file.
3069         * m4/fsync.m4: New file.
3070         * modules/fsync: New file.
3071         * lib/unistd.in.h (fsync): New declaration.
3072         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
3073         GNULIB_FSYNC and HAVE_FSYNC.
3074         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
3075         * MODULES.html.sh (posix_functions): Add fsync.
3076         * doc/posix-functions/fsync.texi: Mention the new module.
3077
3078 2008-10-02  Jim Meyering  <meyering@redhat.com>
3079
3080         fts.c: sync with similar code from coreutils' remove.c
3081         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
3082         Guard also with "#if defined __linux__", since for now at least,
3083         this code is Linux-kernel-specific.
3084
3085 2008-10-02  Jim Meyering  <meyering@redhat.com>
3086
3087         fts: bug fixes
3088         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
3089         Include <sys/vfs.h>, not <sys/statfs.h>.
3090
3091         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
3092         Include <sys/vfs.h>, not <sys/statfs.h>.
3093
3094 2008-10-01  Bruno Haible  <bruno@clisp.org>
3095
3096         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
3097         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
3098         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
3099         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
3100         * doc/posix-functions/posix_spawnp.texi: Likewise.
3101         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
3102         whether posix_spawn actually works.
3103         * m4/pipe.m4 (gl_PIPE): Likewise.
3104         * modules/execute (Files): Add m4/posix_spawn.m4.
3105         * modules/pipe (Files): Add m4/posix_spawn.m4.
3106         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
3107
3108 2008-10-01  Jim Meyering  <meyering@redhat.com>
3109
3110         remove trailing spaces
3111         * NEWS: Likewise.
3112         * lib/poll.c (poll): Likewise.
3113         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
3114         * lib/winsock.c (rpl_close): Likewise.
3115         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
3116         * modules/yield: Likewise.
3117         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
3118         * tests/test-sys_select.c (connect_to_socket): Likewise.
3119
3120         fts.c: adjust a new interface to be more generally useful
3121         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
3122         (fts_build): Adjust caller.
3123
3124 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3125
3126         * modules/cond-tests: New file.
3127         * tests/test-cond.c: New file.
3128
3129 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3130             Bruno Haible  <bruno@clisp.org>
3131
3132         * modules/cond (Dependencies): Add errno, time.
3133         * lib/glthread/cond.h: Include <time.h>.
3134         (gl_cond_define, gl_cond_define_initialized): Use the same definition
3135         across platforms.
3136
3137 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3138             Bruno Haible  <bruno@clisp.org>
3139
3140         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
3141
3142 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3143             Bruno Haible  <bruno@clisp.org>
3144
3145         * modules/tls-tests (Depends-on): Add thread, yield.
3146         (configure.ac): Remove all checks.
3147         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
3148         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
3149         gl_thread_self): Remove definitions. Include glthread/thread.h and
3150         glthread/yield.h instead.
3151         (test_tls): Pass an additional NULL argument to gl_thread_join.
3152
3153 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3154             Bruno Haible  <bruno@clisp.org>
3155
3156         * modules/lock-tests (Depends-on): Add thread, yield.
3157         (configure.ac): Remove all checks.
3158         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
3159         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
3160         gl_thread_self): Remove definitions. Include glthread/thread.h and
3161         glthread/yield.h instead.
3162         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
3163         additional NULL argument to gl_thread_join.
3164
3165 2008-09-30  Bruno Haible  <bruno@clisp.org>
3166
3167         Fix the Win32 implementation of the 'thread' module.
3168         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
3169         pointer type.
3170         (gl_thread_self): Invoke gl_thread_self_func.
3171         (gl_thread_self_func): New declaration.
3172         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
3173         (do_init_self_key, init_self_key): New functions.
3174         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
3175         Remove some fields.
3176         (running_threads, running_lock): Remove variables.
3177         (get_current_thread_handle): New function.
3178         (gl_thread_self_func, wrapper_func, glthread_create_func,
3179         glthread_join_func, gl_thread_exit_func): Largely rewritten and
3180         simplified.
3181
3182 2008-09-30  Bruno Haible  <bruno@clisp.org>
3183
3184         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
3185         files.
3186
3187 2008-09-30  Jim Meyering  <meyering@redhat.com>
3188
3189         fts.m4: correct the test for statfs.f_type
3190         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
3191         when checking for statfs.f_type.
3192
3193 2008-09-15  Simon Josefsson  <simon@josefsson.org>
3194
3195         tests: avoid some compiler warnings
3196         * tests/test-memchr.c (main): Pass NULL indirectly.
3197         * tests/test-getdate.c (main): Remove unused variable 'ret'.
3198
3199 2008-09-29  OndÅ™ej Vašík  <ovasik@redhat.com>
3200
3201         getdate.y: disallow countable dayshifts like "4 yesterday ago"
3202         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
3203         exactly specified dayshifts.
3204         (dayshift): New rule.
3205         (rel): Add dayshift.
3206         (relative_time_table) [tomorrow, yesterday, today, now]:
3207         Use tDAY_SHIFT in place of tDAY_UNIT.
3208         * tests/test-getdate.c: Add tests for now-disallowed countable
3209         dayshifts, e.g., "4 yesterday ago".
3210
3211 2008-09-29  Bruno Haible  <bruno@clisp.org>
3212
3213         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
3214         * tests/test-posix_spawn1.in.sh: Renamed from
3215         tests/test-posix_spawn.in.sh.
3216         * tests/test-posix_spawn2.c: New file.
3217         * tests/test-posix_spawn2.in.sh: New file.
3218         * modules/posix_spawnp-tests (Files): Update.
3219         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
3220
3221 2008-09-29  Bruno Haible  <bruno@clisp.org>
3222
3223         Propagate effects of putenv/setenv/unsetenv to child processes.
3224         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
3225         * lib/pipe.c (create_pipe): Likewise.
3226
3227 2008-09-29  Bruno Haible  <bruno@clisp.org>
3228
3229         Enable use of shell scripts as executables in mingw.
3230         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
3231         run the program as a shell script.
3232         * lib/pipe.c (create_pipe): Likewise.
3233         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
3234         resulting array.
3235
3236 2008-09-29  Eric Blake  <ebb9@byu.net>
3237
3238         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
3239
3240 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
3241
3242         * doc/posix-functions/accept.texi: Update mingw problems.
3243         * doc/posix-functions/bind.texi: Update mingw problems.
3244         * doc/posix-functions/close.texi: Update mingw problems.
3245         * doc/posix-functions/connect.texi: Update mingw problems.
3246         * doc/posix-functions/getpeername.texi: Update mingw problems.
3247         * doc/posix-functions/getsockname.texi: Update mingw problems.
3248         * doc/posix-functions/getsockopt.texi: Update mingw problems.
3249         * doc/posix-functions/ioctl.texi: Update mingw problems.
3250         * doc/posix-functions/listen.texi: Update mingw problems.
3251         * doc/posix-functions/recv.texi: Update mingw problems.
3252         * doc/posix-functions/recvfrom.texi: Update mingw problems.
3253         * doc/posix-functions/select.texi: Update mingw problems.
3254         * doc/posix-functions/send.texi: Update mingw problems.
3255         * doc/posix-functions/sendto.texi: Update mingw problems.
3256         * doc/posix-functions/setsockopt.texi: Update mingw problems.
3257         * doc/posix-functions/socket.texi: Update mingw problems.
3258
3259 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
3260             Bruno Haible  <bruno@clisp.org>
3261
3262         * lib/sys_select.in.h: Include sys/time.h.
3263         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
3264         * modules/sys_select: Depend on sys_time.
3265         * tests/test-sys_select.c: Test that sys/select.h defines struct
3266         timeval fully.
3267
3268 2008-09-29  Bruno Haible  <bruno@clisp.org>
3269
3270         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
3271         * lib/sys_select.in.h: Likewise.
3272
3273 2008-09-29  Bruno Haible  <bruno@clisp.org>
3274
3275         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
3276
3277 2008-09-29  Bruno Haible  <bruno@clisp.org>
3278
3279         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
3280         Set LIBSOCKET instead of augmenting LIBS.
3281         * modules/sockets (Link): New section.
3282         * modules/sockets-tests (test_sockets_LDADD): New variable.
3283         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
3284         * modules/poll-tests (test_poll_LDADD): New variable.
3285         * NEWS: Document the change.
3286
3287 2008-09-29  Bruno Haible  <bruno@clisp.org>
3288
3289         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
3290         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
3291         ARPA_INET_H directly.
3292         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
3293
3294 2008-09-28  Bruno Haible  <bruno@clisp.org>
3295
3296         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
3297         from gl_HEADER_SYS_SOCKET.
3298         (gl_HEADER_SYS_SOCKET): Invoke it.
3299         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
3300
3301 2008-09-28  Bruno Haible  <bruno@clisp.org>
3302
3303         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
3304         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
3305         Needed on OSF/1 4.0.
3306
3307 2008-09-28  Bruno Haible  <bruno@clisp.org>
3308
3309         Override open more carefully.
3310         * lib/open.c (orig_open): New function.
3311         (rpl_open): Use orig_open instead of open.
3312         * lib/fcntl.in.h: Add special invocation convention.
3313         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
3314         (gl_FUNC_OPEN): Invoke it.
3315
3316         Override freopen more carefully.
3317         * lib/freopen.c (orig_freopen): New function.
3318         (rpl_freopen): Use orig_freopen instead of freopen.
3319         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
3320         (gl_FUNC_FREOPEN): Invoke it.
3321
3322         Override fopen more carefully.
3323         * lib/fopen.c (orig_fopen): New function.
3324         (rpl_fopen): Use orig_fopen instead of fopen.
3325         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
3326         (gl_FUNC_FOPEN): Invoke it.
3327         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
3328
3329 2008-09-28  Bruno Haible  <bruno@clisp.org>
3330
3331         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
3332         SIGPIPE.
3333
3334 2008-09-28  Bruno Haible  <bruno@clisp.org>
3335
3336         * tests/test-sigaction.c (handler, main): Disable the check whether
3337         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
3338         glibc systems with LinuxThreads.
3339
3340 2008-09-28  Bruno Haible  <bruno@clisp.org>
3341
3342         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
3343
3344         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
3345         with AIX xlc.
3346         * lib/fcntl.in.h (open): Likewise.
3347         Reported by Rainer Tammer <tammer@tammer.net>.
3348
3349 2008-09-28  Bruno Haible  <bruno@clisp.org>
3350
3351         * modules/posix_spawnp-tests: New file.
3352         * tests/test-posix_spawn.c: New file.
3353         * tests/test-posix_spawn.in.sh: New file.
3354
3355         New module 'posix_spawnp'.
3356         * modules/posix_spawnp: New file.
3357         * lib/spawnp.c: New file, from GNU libc with modifications.
3358         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
3359
3360         New module 'posix_spawn'.
3361         * modules/posix_spawn: New file.
3362         * lib/spawn.c: New file, from GNU libc with modifications.
3363         * doc/posix-functions/posix_spawn.texi: Mention the new module.
3364
3365         New module 'posix_spawnattr_destroy'.
3366         * modules/posix_spawnattr_destroy: New file.
3367         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
3368         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
3369         module.
3370
3371         New module 'posix_spawnattr_setsigmask'.
3372         * modules/posix_spawnattr_setsigmask: New file.
3373         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
3374         modifications.
3375         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
3376         new module.
3377
3378         New module 'posix_spawnattr_getsigmask'.
3379         * modules/posix_spawnattr_getsigmask: New file.
3380         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
3381         modifications.
3382         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
3383         new module.
3384
3385         New module 'posix_spawnattr_setsigdefault'.
3386         * modules/posix_spawnattr_setsigdefault: New file.
3387         * lib/spawnattr_setdefault.c: New file, from GNU libc with
3388         modifications.
3389         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
3390         new module.
3391
3392         New module 'posix_spawnattr_getsigdefault'.
3393         * modules/posix_spawnattr_getsigdefault: New file.
3394         * lib/spawnattr_getdefault.c: New file, from GNU libc with
3395         modifications.
3396         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
3397         new module.
3398
3399         New module 'posix_spawnattr_setschedpolicy'.
3400         * modules/posix_spawnattr_setschedpolicy: New file.
3401         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
3402         modifications.
3403         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
3404         new module.
3405
3406         New module 'posix_spawnattr_getschedpolicy'.
3407         * modules/posix_spawnattr_getschedpolicy: New file.
3408         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
3409         modifications.
3410         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
3411         new module.
3412
3413         New module 'posix_spawnattr_setschedparam'.
3414         * modules/posix_spawnattr_setschedparam: New file.
3415         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
3416         modifications.
3417         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
3418         new module.
3419
3420         New module 'posix_spawnattr_getschedparam'.
3421         * modules/posix_spawnattr_getschedparam: New file.
3422         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
3423         modifications.
3424         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
3425         new module.
3426
3427         New module 'posix_spawnattr_setpgroup'.
3428         * modules/posix_spawnattr_setpgroup: New file.
3429         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
3430         modifications.
3431         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
3432         module.
3433
3434         New module 'posix_spawnattr_getpgroup'.
3435         * modules/posix_spawnattr_getpgroup: New file.
3436         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
3437         modifications.
3438         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
3439         module.
3440
3441         New module 'posix_spawnattr_setflags'.
3442         * modules/posix_spawnattr_setflags: New file.
3443         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
3444         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
3445         module.
3446
3447         New module 'posix_spawnattr_getflags'.
3448         * modules/posix_spawnattr_getflags: New file.
3449         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
3450         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
3451         module.
3452
3453         New module 'posix_spawnattr_init'.
3454         * modules/posix_spawnattr_init: New file.
3455         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
3456         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
3457         module.
3458
3459         New module 'posix_spawn_file_actions_destroy'.
3460         * modules/posix_spawn_file_actions_destroy: New file.
3461         * lib/spawn_faction_destroy.c: New file, from GNU libc with
3462         modifications.
3463         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
3464         the new module.
3465
3466         New module 'posix_spawn_file_actions_addopen'.
3467         * modules/posix_spawn_file_actions_addopen: New file.
3468         * lib/spawn_faction_addopen.c: New file, from GNU libc with
3469         modifications.
3470         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
3471         the new module.
3472
3473         New module 'posix_spawn_file_actions_adddup2'.
3474         * modules/posix_spawn_file_actions_adddup2: New file.
3475         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
3476         modifications.
3477         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
3478         the new module.
3479
3480         New module 'posix_spawn_file_actions_addclose'.
3481         * modules/posix_spawn_file_actions_addclose: New file.
3482         * lib/spawn_faction_addclose.c: New file, from GNU libc with
3483         modifications.
3484         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
3485         the new module.
3486
3487         New module 'posix_spawn_file_actions_init'.
3488         * modules/posix_spawn_file_actions_init: New file.
3489         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
3490         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
3491         new module.
3492
3493         New module 'posix_spawn-internal'.
3494         * modules/posix_spawn-internal: New file.
3495         * lib/spawn_int.h: New file, from GNU libc with modifications.
3496         * lib/spawni.c: New file, from GNU libc with modifications.
3497         * m4/posix_spawn.m4: New file.
3498
3499         New module 'spawn'.
3500         * modules/spawn: New file.
3501         * lib/spawn.in.h: New file, from GNU libc with modifications.
3502         * m4/spawn_h.m4: New file.
3503         * doc/posix-headers/spawn.texi: Mention the new module.
3504
3505 2008-09-28  Bruno Haible  <bruno@clisp.org>
3506
3507         * modules/sched-tests: New file.
3508         * tests/test-sched.c: New file.
3509
3510         New module 'sched'.
3511         * modules/sched: New file.
3512         * lib/sched.in.h: New file.
3513         * m4/sched_h.m4: New file.
3514         * doc/posix-headers/sched.texi: Mention the new module.
3515
3516 2008-09-27  Eric Blake  <ebb9@byu.net>
3517
3518         Fix previous patch, and tweak references to $0.
3519         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
3520         (func_version, func_gnulib_dir): Don't call this program
3521         gnulib-tool.
3522         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
3523         with using $0 in function.
3524         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
3525         (func_fatal_error): Reuse the name the user invoked us with.
3526
3527 2008-09-27  Bruno Haible  <bruno@clisp.org>
3528
3529         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
3530         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
3531         (gl_ICONV_H): Not here.
3532         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
3533         instead of assigning ICONV_H directly.
3534
3535         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
3536         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
3537         WCHAR_H directly.
3538
3539 2008-09-27  Bruno Haible  <bruno@clisp.org>
3540
3541         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
3542         * modules/arpa_inet (Depends-on): Add link-warning.
3543         (Makefile.am): Insert the definition of GL_LINK-WARNING.
3544         * modules/unistd (Makefile.am): Likewise.
3545
3546 2008-09-26  Bruno Haible  <bruno@clisp.org>
3547
3548         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
3549         variables.
3550         (func_version): Essentially copied from gnulib-tool.
3551         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
3552         func_readlink): Copied from gnulib-tool.
3553
3554 2008-09-26  Bruno Haible  <bruno@clisp.org>
3555
3556         * gnulib-tool (func_version): Change directory to $gnulib_dir before
3557         invoking git-version-gen.
3558
3559 2008-09-26  Bruno Haible  <bruno@clisp.org>
3560
3561         * posix-modules: Update to directory names changed on 2008-01-19.
3562         Remove commas in output before splitting into words. No more need to
3563         avoid 'ftruncate' since 2007-02-19.
3564
3565 2008-09-26  Bruno Haible  <bruno@clisp.org>
3566
3567         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
3568
3569 2008-09-26  Bruno Haible  <bruno@clisp.org>
3570
3571         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
3572         * modules/fwriteerror (Depends-on): Add errno.
3573
3574 2008-09-26  Bruno Haible  <bruno@clisp.org>
3575
3576         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
3577         * tests/test-vc-list-files-cvs.sh: Likewise.
3578
3579 2008-09-26  Bruno Haible  <bruno@clisp.org>
3580
3581         * doc/posix-headers/sys_resource.texi: Reorder items.
3582
3583 2008-09-26  Jim Meyering  <meyering@redhat.com>
3584
3585         fts: tweak inode comparison function
3586         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
3587         inode numbers, as documented.
3588
3589         fts: sort dirent entries on inode number before traversing
3590         This avoids a quadratic, seek-related performance penalty when
3591         operating on a directory containing many entries (measurable at 10k;
3592         3.5 hours at 2 million entries with a cold cache) on certain types
3593         of file systems, including ext3 and ext4, but not tmpfs.
3594         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
3595         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
3596         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
3597         (fs_handles_readdir_ordered_dirents_efficiently): New function.
3598         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
3599         (fts_build): Set the stat.st_ino member from D_INO.
3600         If it is likely to be useful, sort dirent entries on inode number.
3601
3602         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
3603         and the struct statfs.f_type member.
3604         * modules/fts (Depends-on): Add d-ino.
3605
3606 2008-09-26  Bruno Haible  <bruno@clisp.org>
3607
3608         * modules/sigpipe-die (Depends-on): Add sigpipe.
3609
3610         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
3611         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
3612         and GNULIB_STDIO_H_SIGPIPE are set.
3613         * lib/stdio-write.c: New file.
3614         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
3615         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
3616         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
3617         REPLACE_STDIO_WRITE_FUNCS.
3618         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
3619         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
3620         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
3621         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
3622         * modules/stdio (Files): Add lib/stdio-write.c.
3623         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
3624         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
3625         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
3626         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
3627         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
3628         REPLACE_FPRINTF_POSIX.
3629         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
3630         REPLACE_PRINTF_POSIX.
3631         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
3632         REPLACE_VFPRINTF_POSIX.
3633         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
3634         REPLACE_VPRINTF_POSIX.
3635         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
3636         SIGPIPE issue.
3637         * doc/posix-functions/fputc.texi: Likewise.
3638         * doc/posix-functions/fputs.texi: Likewise.
3639         * doc/posix-functions/fwrite.texi: Likewise.
3640         * doc/posix-functions/printf.texi: Likewise.
3641         * doc/posix-functions/putc.texi: Likewise.
3642         * doc/posix-functions/putchar.texi: Likewise.
3643         * doc/posix-functions/puts.texi: Likewise.
3644         * doc/posix-functions/vfprintf.texi: Likewise.
3645         * doc/posix-functions/vprintf.texi: Likewise.
3646
3647         * modules/safe-write (Depends-on): Add write.
3648
3649         * modules/sigpipe-tests: New file.
3650         * tests/test-sigpipe.c: New file.
3651         * tests/test-sigpipe.sh: New file.
3652
3653         * modules/write: New file.
3654         * lib/unistd.in.h: Include <sys/types.h>.
3655         (write): New declaration.
3656         * lib/write.c: New file.
3657         * m4/write.m4: New file.
3658         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
3659         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
3660         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
3661         GNULIB_WRITE, REPLACE_WRITE.
3662         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
3663         and the SIGPIPE issue.
3664
3665         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
3666         (raise): New declaration.
3667         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
3668         (ext_signal): New function.
3669         (rpl_raise): New function.
3670         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
3671         GNULIB_SIGNAL_H_SIGPIPE.
3672         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
3673         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
3674
3675         * modules/sigpipe: New file.
3676         * m4/sigpipe.m4: New file.
3677
3678 2008-09-25  Derek Price  <derek@ximbiot.com>
3679             Bruno Haible  <bruno@clisp.org>
3680
3681         * gnulib-tool (func_import): Report all license incompatibilities, not
3682         just the first one.
3683
3684 2008-09-25  Bruno Haible  <bruno@clisp.org>
3685
3686         * gnulib-tool (func_import): When computing the edits, consider not
3687         only the Makefile.ams that exist but also those that will be generated.
3688
3689 2008-09-25  Simon Josefsson  <simon@josefsson.org>
3690
3691         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
3692         fixes gnulib-tool --test warning about duplicate dependency.
3693
3694 2008-09-25  Bruno Haible  <bruno@clisp.org>
3695
3696         * gnulib-tool: Don't ask the user to perform edits in the generated
3697         Makefile.ams.
3698         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
3699         apply to the Makefile.am being generated.
3700         (func_emit_tests_Makefile_am): Execute edits that apply to the
3701         Makefile.am being generated.
3702         (func_import): Setup list of Makefile.am edits before emitting the
3703         Makefile.ams, not at the end.
3704         (func_create_testdir): Update.
3705         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
3706
3707 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3708
3709         * gnulib-tool (func_import): Store the --tests-base option in the
3710         comment in gnulib-cache.m4.
3711
3712 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
3713
3714         * NEWS: Document increased portability that sys_select now provides.
3715
3716         * lib/sys_select.in.h: Install select wrapper.
3717         * lib/sys_socket.in.h: Use more descriptive name when there is no
3718         select wrapper.
3719         * lib/winsock-select.c: New.
3720         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
3721         Require gl_HEADER_SYS_SOCKET.
3722         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
3723         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
3724         * tests/test-sys_select.c: Add functional tests.
3725
3726 2008-09-24  Eric Blake  <ebb9@byu.net>
3727
3728         open, fopen: close fd leak in last patch
3729         * lib/open.c (rpl_open): Close fd before returning error.
3730         * lib/fopen.c (rpl_fopen): Close fd before returning error.
3731         * doc/posix-functions/open.texi (open): Document that Irix also
3732         has the bug.
3733         * doc/posix-functions/fopen.texi (fopen): Likewise.
3734         Reported by Paolo Bonzini.
3735
3736 2008-09-24  Bruno Haible  <bruno@clisp.org>
3737
3738         Ensure that a filename ending in a slash cannot be used to access a
3739         non-directory.
3740         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
3741         to check whether it's really a directory.
3742         * lib/fopen.c: Include fcntl.h, unistd.h.
3743         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
3744         and fdopen().
3745         * modules/fopen (Depends-on): Add unistd.
3746         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
3747         * tests/test-fopen.c (main): Likewise.
3748         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
3749         * doc/posix-functions/fopen.texi: Likewise.
3750         Reported by Eric Blake.
3751
3752 2008-09-23  Eric Blake  <ebb9@byu.net>
3753
3754         c-stack: avoid compiler optimizations when provoking overflow
3755         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
3756         recursion harder to optimize, to ensure a stack overflow occurs.
3757         * tests/test-c-stack.c (recurse): Likewise.
3758         Borrowed from libsigsegv.
3759
3760         c-stack: work around Irix sigaltstack bug
3761         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
3762         whether sigaltstack uses wrong end of stack_t (copied in part from
3763         libsigsegv).
3764         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
3765         Irix bug, without requiring an over-allocation.
3766         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
3767         bug.
3768
3769         fopen: document mingw bug on directories
3770         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
3771         not allowing a stream visiting a directory, even though reading
3772         from such a stream is not portable.
3773
3774 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
3775
3776         * lib/poll.c: Rewrite.
3777         * modules/poll: Depend on alloca.
3778
3779 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
3780
3781         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
3782         instead define prototypes for a full set of wrappers.  Ensure
3783         that Cygwin does not use the compatibility code, which is only
3784         for MinGW.
3785         * lib/winsock.c: New.
3786         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
3787         * modules/sys_socket: Add lib/winsock.c.
3788
3789         * modules/poll-tests: Add errno and perror.
3790         * tests/test-poll.c: Use ioctl, not ioctlsocket.
3791
3792 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
3793
3794         * tests/test-poll.c: Downgrade minimum needed Winsock version.
3795
3796 2008-09-23  Bruno Haible  <bruno@clisp.org>
3797
3798         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
3799         * doc/glibc-functions/*: Likewise.
3800
3801 2008-09-23  Simon Josefsson  <simon@josefsson.org>
3802
3803         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
3804         success.
3805
3806 2008-09-22  Eric Blake  <ebb9@byu.net>
3807             Bruno Haible  <bruno@clisp.org>
3808
3809         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
3810         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
3811         supply %A but mishandle pseudo-NaN.
3812         Reported by Simon Josefsson.
3813
3814 2008-09-21  Bruno Haible  <bruno@clisp.org>
3815
3816         * tests/test-lock.c (main): Tweak skip message.
3817         * tests/test-tls.c (main): Likewise.
3818
3819 2008-09-21  Bruno Haible  <bruno@clisp.org>
3820
3821         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
3822         whether 'struct sigaction' has sa_sigaction here...
3823         (gl_PREREQ_SIG_HANDLER_H): ... not here.
3824         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
3825
3826 2008-09-21  Bruno Haible  <bruno@clisp.org>
3827
3828         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
3829         section.
3830         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
3831         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
3832         the new section.
3833         (Support for obsolete systems lacking POSIX:2001): New section.
3834         (String handling <string.h>): Move strdup to the new section.
3835         Suggested by Simon Josefsson and Paolo Bonzini.
3836
3837 2008-09-21  Bruno Haible  <bruno@clisp.org>
3838
3839         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
3840         exponents in %e and %g results on 'long double'. Needed for mingw's
3841         improved *printf functions.
3842         * tests/test-vasprintf-posix.c (test_function): Likewise.
3843         * tests/test-snprintf-posix.h (test_function): Likewise.
3844         * tests/test-sprintf-posix.h (test_function): Likewise.
3845         Reported by Eric Blake.
3846
3847 2008-09-21  Bruno Haible  <bruno@clisp.org>
3848
3849         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
3850         * tests/test-sprintf-posix.h (test_function): Likewise.
3851
3852 2008-09-21  Bruno Haible  <bruno@clisp.org>
3853
3854         * modules/getpass (Depends-on): Add strdup-posix.
3855
3856         New module 'strdup-posix'.
3857         * modules/strdup-posix: New file.
3858         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
3859         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
3860         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
3861         REPLACE_STRDUP.
3862         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
3863         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
3864         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
3865         strdup-posix.
3866
3867         * modules/strdup (Depends-on): Remove malloc-posix.
3868
3869 2008-09-20  Bruno Haible  <bruno@clisp.org>
3870
3871         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
3872         Wildenhues.
3873
3874 2008-09-20  Bruno Haible  <bruno@clisp.org>
3875
3876         Ensure that wint_t gets defined on IRIX 5.3.
3877         * lib/wchar.in.h (wint_t): Define if not defined by the system.
3878         * lib/wctype.in.h (wint_t): Likewise.
3879         (__wctype_wint_t): Remove type.
3880         (isw*): Use wint_t instead of __wctype_wint_t.
3881         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
3882         * modules/wchar (Files): Add m4/wint_t.m4.
3883         (Makefile.am): Substitute HAVE_WINT_T.
3884         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
3885         * tests/test-wctype.c: Check that wint_t is defined.
3886         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
3887         * doc/posix-headers/wctype.texi: Likewise.
3888         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
3889
3890 2008-09-18  Bruno Haible  <bruno@clisp.org>
3891
3892         * gnulib-tool (func_exit): Update comment.
3893
3894 2008-09-18  Simon Josefsson  <simon@josefsson.org>
3895
3896         * modules/getaddrinfo (Depends-on): Remove strdup, this module
3897         assumes strdup exists and does not depend on strdup to return
3898         ENOMEM on out of memory conditions.
3899
3900 2008-09-18  Bruno Haible  <bruno@clisp.org>
3901
3902         * lib/vasnprintf.c (VASNPRINTF): When printing Â±0.0L in
3903         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
3904         digits for the exponent.
3905
3906 2008-09-18  Jim Meyering  <meyering@redhat.com>
3907             Bruno Haible  <bruno@clisp.org>
3908
3909         * lib/vasnprintf.c (decimal_point_char): Define also if
3910         NEED_PRINTF_INFINITE_LONG_DOUBLE.
3911
3912 2008-09-16  Bruno Haible  <bruno@clisp.org>
3913         and Eric Blake  <ebb9@byu.net>
3914
3915         vasnprintf: support Irix 5.3
3916         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
3917         that mishandle long double infinity.
3918         Reported by Tom G. Christensen.
3919
3920 2008-09-16  Bruno Haible  <bruno@clisp.org>
3921
3922         * doc/glibc-functions/scandir.texi: Mention the function is missing on
3923         Solaris 9.
3924         * doc/glibc-functions/alphasort.texi: Likewise.
3925         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
3926
3927 2008-09-16  Jim Meyering  <meyering@redhat.com>
3928
3929         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
3930         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
3931         a umask modification leak out of a subshell.  Otherwise, the
3932         opensolaris /bin/sh would be accepted and thus cause unwarranted
3933         failures in the coreutils test suite.
3934
3935 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
3936
3937         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
3938         to succeed.
3939
3940 2008-09-16  Jim Meyering  <meyering@redhat.com>
3941
3942         avoid spurious test failure when library is built without ACL support
3943         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
3944         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
3945         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
3946         * tests/test-copy-acl.sh: Likewise.
3947
3948 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3949
3950         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
3951         based on character occurrence counts.
3952
3953 2008-09-15  Eric Blake  <ebb9@byu.net>
3954
3955         tests: avoid some compiler warnings
3956         * tests/test-memchr.c (main): Pass NULL indirectly.
3957         * tests/test-closein.c (main): Avoid unused variable.
3958
3959 2008-09-15  Bruno Haible  <bruno@clisp.org>
3960
3961         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
3962         are missing on OpenBSD 4.0 individually.
3963         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
3964
3965 2008-09-15  Bruno Haible  <bruno@clisp.org>
3966
3967         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
3968         * doc/posix-functions/strerror.texi: Mention also Cygwin.
3969         * doc/posix-functions/perror.texi: Likewise.
3970         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
3971         is missing.
3972         Reported by Eric Blake.
3973
3974         * lib/errno.in.h: Use replacement values >= 2000.
3975         Reported by Eric Blake.
3976
3977 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3978
3979         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
3980         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
3981         limit.
3982         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
3983         compareseq was aborted.
3984
3985 2008-09-14  Bruno Haible  <bruno@clisp.org>
3986
3987         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
3988         yvec_edit_count.
3989         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
3990         (fstrcmp_bounded): Simplify result computation accordingly.
3991
3992 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3993
3994         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
3995         (fstrcmp): Define in terms of fstrcmp_bounded.
3996         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
3997         lower_bound argument.
3998         Return quickly if the result is certainly < lower_bound.
3999         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
4000
4001 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4002
4003         * lib/diffseq.h (EARLY_ABORT): New macro.
4004         (compareseq): Change return type to bool. Return true when EARLY_ABORT
4005         evaluates to true.
4006
4007 2008-09-14  Bruno Haible  <bruno@clisp.org>
4008
4009         * modules/perror-tests: New file.
4010         * tests/test-perror.sh: New file.
4011         * tests/test-perror.c: New file.
4012
4013         New module 'perror'.
4014         * lib/stdio.in.h (perror): New declaration.
4015         * lib/perror.c: New file.
4016         * m4/perror.m4: New file.
4017         * modules/perror: New file.
4018         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
4019         * doc/posix-functions/perror.texi: Mention the perror module.
4020         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
4021         REPLACE_PERROR.
4022         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
4023         REPLACE_PERROR.
4024
4025 2008-09-14  Bruno Haible  <bruno@clisp.org>
4026
4027         * modules/stdio (Makefile.am): Reorder to match the order in
4028         lib/stdio.in.h.
4029         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
4030
4031 2008-09-13  Bruno Haible  <bruno@clisp.org>
4032
4033         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
4034
4035 2008-09-13  Bruno Haible  <bruno@clisp.org>
4036
4037         Extend strerror to cover the added errno values.
4038         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
4039         (rpl_strerror): Provide error messages for the added errno values and
4040         for the WSA* values.
4041         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
4042         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
4043         strerror.
4044         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
4045         * modules/strerror (Depends-on): Add errno.
4046         * doc/posix-functions/strerror.texi: Document the change.
4047         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
4048         and EOVERFLOW.
4049
4050 2008-09-13  Bruno Haible  <bruno@clisp.org>
4051
4052         * modules/EOVERFLOW: Remove file.
4053         * m4/eoverflow.m4: Remove file.
4054         * modules/EOVERFLOW-tests: Remove file.
4055         * tests/test-EOVERFLOW.c: Remove file.
4056         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
4057         * modules/ftell (Depends-on): Likewise.
4058         * modules/getdelim (Depends-on): Likewise.
4059         * modules/getugroups (Depends-on): Likewise.
4060         * modules/poll (Depends-on): Likewise.
4061         * modules/snprintf (Depends-on): Likewise.
4062         * modules/sprintf-posix (Depends-on): Likewise.
4063         * modules/vasnprintf (Depends-on): Likewise.
4064         * modules/vasprintf (Depends-on): Likewise.
4065         * modules/vfprintf-posix (Depends-on): Likewise.
4066         * modules/vsnprintf (Depends-on): Likewise.
4067         * modules/vsprintf-posix (Depends-on): Likewise.
4068         * modules/xvasprintf (Depends-on): Likewise.
4069         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
4070         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
4071         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
4072         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
4073         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
4074         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
4075         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
4076         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
4077         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
4078         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
4079         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
4080         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
4081         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
4082         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
4083         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
4084         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
4085         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
4086         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
4087         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
4088         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
4089         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
4090         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
4091         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
4092         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
4093         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
4094         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
4095         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
4096         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
4097         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
4098         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
4099         * MODULES.html.sh: Remove EOVERFLOW.
4100         * NEWS: Mention the change.
4101
4102 2008-09-13  Bruno Haible  <bruno@clisp.org>
4103
4104         * modules/errno-tests: New file.
4105         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
4106
4107         * lib/errno.in.h: New file.
4108         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
4109         * modules/errno: New file.
4110         * doc/posix-headers/errno.texi: Update documentation.
4111         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
4112
4113 2008-09-13  Bruno Haible  <bruno@clisp.org>
4114
4115         * tests/test-poll.c: Use #if for native Windows, rather than testing
4116         __MSVCRT__.
4117
4118 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4119             Bruno Haible  <bruno@clisp.org>
4120
4121         * lib/glob.c: Don't include <pwd.h> on native Windows.
4122         (WINDOWS32): New macro.
4123         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
4124
4125 2008-09-13  Bruno Haible  <bruno@clisp.org>
4126
4127         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
4128         (ETIMEDOUT): Remove macro.
4129         (glthread_cond_timedwait_multithreaded): New declaration.
4130         (glthread_cond_timedwait): Use it.
4131         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
4132         (glthread_cond_timedwait_multithreaded): New function.
4133
4134 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
4135
4136         * modules/poll-tests: Do not check for io.h.
4137         * tests/test-poll.c: Check for __MSVCRT__ instead.
4138
4139 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
4140
4141         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
4142         * modules/poll-tests: Add inet_pton, stdbool, sockets.
4143         * tests/test-poll.c: Use them.  Use _pipe on Windows.
4144
4145 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
4146
4147         * modules/poll-tests: New.
4148         * tests/test-poll.c: New.
4149
4150 2008-09-12  Eric Blake  <ebb9@byu.net>
4151
4152         frexp: test for NetBSD failure on -0.0
4153         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
4154         not all, bugs from NetBSD 3.0 have been fixed.
4155         * doc/posix-functions/frexp.texi (frexp): Document bug.
4156         Reported by Thomas Klausner.
4157
4158         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
4159         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
4160         literal -0.0.
4161         Reported by Jonathan C. Patschke <jp@centtech.com>.
4162
4163 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4164
4165         * lib/glthread/cond.h: Use dummy implementation also if
4166         USE_WIN32_THREADS.
4167
4168 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4169
4170         * modules/fnmatch-posix (License): Change to LGPLv2+.
4171         * modules/fnmatch-gnu (License): Likewise.
4172
4173 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4174
4175         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
4176
4177 2008-09-11  Jim Meyering  <meyering@redhat.com>
4178
4179         * users.txt: Add gtk-vnc.
4180
4181 2008-09-08  Simon Josefsson  <simon@josefsson.org>
4182
4183         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
4184         rotate amounts.
4185
4186         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
4187         required for 16-bit and 8-bit rotates.
4188         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
4189         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
4190         UINT8_MAX instead of hard-coded constants.
4191         Suggested by Paul Eggert.
4192
4193 2008-09-07  Bruno Haible  <bruno@clisp.org>
4194
4195         * tests/test-striconveh.c (main): Check behaviour when converting from
4196         UTF-7.
4197
4198         Make striconveh work better with stateful encodings.
4199         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
4200         that iconv does not increment the inptr when returning -1/EINVAL.
4201
4202 2008-09-07  Bruno Haible  <bruno@clisp.org>
4203
4204         * build-aux/config.rpath: Update according to libtool-2.2.6.
4205         * build-aux/config.libpath: Likewise.
4206
4207 2008-09-06  Bruno Haible  <bruno@clisp.org>
4208
4209         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
4210         * lib/freadptr.c (freadptr): Likewise.
4211         * lib/freadseek.c (freadptrinc): Likewise.
4212         Reported by Simon Josefsson.
4213
4214 2008-09-06  Bruno Haible  <bruno@clisp.org>
4215
4216         * modules/freadptr (License): Change to LGPLv2+.
4217         * modules/freadseek (License): Likewise.
4218         Suggested by Eric Blake.
4219
4220         * modules/memchr2 (License): Change to LGPLv2+.
4221         Approved by Eric Blake.
4222
4223 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4224             Bruno Haible  <bruno@clisp.org>
4225
4226         Make gnulib-tool work with native 'sed' on AIX.
4227         * gnulib-tool (sed_noop): New variable.
4228         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
4229         func_add_or_update, func_create_testdir): Use it to initialize sed
4230         script variables.
4231         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
4232
4233 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
4234             Bruno Haible  <bruno@clisp.org>
4235
4236         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
4237         also works after #include directives.
4238
4239 2008-09-04  OndÅ™ej Vašík  <ovasik@redhat.com>
4240
4241         getdate.y: reject an out-of-range timezone value
4242         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
4243         the range [-24...+24].  When specified with only one or two digits,
4244         * tests/test-getdate.c: Tests for the fix.
4245         * doc/getdate.texi: Document this change.
4246
4247 2008-09-03  Bruno Haible  <bruno@clisp.org>
4248
4249         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
4250
4251 2008-09-02  Simon Josefsson  <simon@josefsson.org>
4252
4253         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
4254         <bruce.korb@gmail.com> with ideas from Ben Pfaff
4255         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
4256         Blake <ebb9@byu.net>.
4257
4258         * tests/test-bitrotate.c: Add more test vectors.
4259
4260 2008-09-02  Eric Blake  <ebb9@byu.net>
4261
4262         vasnprintf-posix: handle large precision via %.*d
4263         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
4264         when handling it ourselves.
4265         * tests/test-vasnprintf-posix.c (test_function): Add test.
4266         * tests/test-snprintf-posix.h (test_function): Likewise.
4267         * tests/test-sprintf-posix.h (test_function): Likewise.
4268         * tests/test-vasprintf-posix.c (test_function): Likewise.
4269         Reported by Alain Guibert.
4270
4271 2008-09-01  Eric Blake  <ebb9@byu.net>
4272
4273         c-stack: make configure-time check more robust
4274         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
4275         successful sigaction call.
4276         Reported by Tom G. Christensen.
4277
4278 2008-09-01  Bruno Haible  <bruno@clisp.org>
4279
4280         New module 'findprog-lgpl'.
4281         * modules/findprog-lgpl: New file.
4282         * lib/findprog-lgpl.c: New file.
4283         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
4284         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
4285         to decide whether to use strdup or xstrdup, concatenated_filename or
4286         xconcatenated_filename.
4287
4288 2008-09-01  Bruno Haible  <bruno@clisp.org>
4289
4290         Split module 'concat-filename' into 'concat-filename' (LGPL) and
4291         'xconcat-filename' (GPL).
4292         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
4293         (License): Change to LGPLv2+.
4294         * modules/xconcat-filename: New file.
4295         * lib/concat-filename.h (concatenated_filename): Change specification.
4296         (xconcatenated_filename): New declaration.
4297         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
4298         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
4299         memory situations.
4300         * lib/xconcat-filename.c: New file.
4301         * NEWS: Mention the change.
4302         * lib/findprog.c: Include concat-filename.h, not filename.h.
4303         (find_in_path): Use xconcatenated_filename instead of
4304         concatenated_filename.
4305         * lib/javacomp.c: Include concat-filename.h, not filename.h.
4306         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
4307         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
4308         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
4309         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
4310         instead of concatenated_filename.
4311         * lib/javaexec.c: Include concat-filename.h, not filename.h.
4312         (execute_java_class): Use xconcatenated_filename instead of
4313         concatenated_filename.
4314         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
4315         * modules/javacomp (Depends-on): Likewise.
4316         * modules/javaexec (Depends-on): Likewise.
4317
4318 2008-09-01  Bruno Haible  <bruno@clisp.org>
4319
4320         Split module 'filename' into 'filename' and 'concat-filename'.
4321         * modules/filename: Keep only lib/filename.h.
4322         (License): Change to LGPLv2+.
4323         * modules/concat-filename: New file, extracted from modules/filename.
4324         * lib/filename.h (concatenated_filename): Remove declaration.
4325         * lib/concat-filename.h: New file, extracted from lib/filename.h.
4326         * lib/concat-filename.c: Include concat-filename.h.
4327         * NEWS: Mention the change.
4328
4329 2008-09-01  Simon Josefsson  <simon@josefsson.org>
4330
4331         * lib/bitrotate.h (rotl8, rotr8): Add.
4332
4333         * modules/bitrotate (configure.ac): Need
4334         AC_REQUIRE([AC_C_INLINE]).
4335         (Description): Mention stdint.h.  Reported by Bruno Haible
4336         <bruno@clisp.org>.
4337
4338         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
4339         Paolo Bonzini <bonzini@gnu.org>.
4340
4341 2008-08-31  Bruno Haible  <bruno@clisp.org>
4342
4343         Assume Solaris specific bi-arch conventions on Solaris systems.
4344         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
4345         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
4346         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
4347         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
4348         like acl_libdirstem.
4349         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
4350         acl_libdirstem.
4351         * NEWS: Mention the change.
4352         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
4353
4354 2008-08-31  Jim Meyering  <meyering@redhat.com>
4355
4356         * lib/strftime.h: Add comments describing the two added arguments.
4357
4358         remove duplicate #include directives
4359         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
4360         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
4361
4362 2008-08-31  Bruno Haible  <bruno@clisp.org>
4363
4364         New module 'sigpipe-die'.
4365         * modules/sigpipe-die: New file.
4366         * lib/sigpipe-die.h: New file.
4367         * lib/sigpipe-die.c: New file.
4368         * MODULES.html.sh (Signal handling): Add sigpipe-die.
4369
4370 2008-08-31  Bruno Haible  <bruno@clisp.org>
4371
4372         Don't override previously installed signal handlers.
4373         * lib/fatal-signal.c (saved_sigactions): New variable.
4374         (uninstall_handlers): Reset the signal to the saved handler, not
4375         to SIG_DFL (except when ignored).
4376         (install_handlers): Save the previous handlers.
4377
4378 2008-08-30  Bruno Haible  <bruno@clisp.org>
4379
4380         * gnulib-tool (func_reset_sigpipe): New function.
4381         (func_get_automake_snippet, func_modules_transitive_closure,
4382         func_import): Invoke it before a join command that reads from stdin,
4383         to avoid "echo: write error: Broken pipe" error messages on stderr.
4384         Reported by Sam Steingold <sds@gnu.org>.
4385
4386 2008-08-30  Bruno Haible  <bruno@clisp.org>
4387
4388         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
4389         Code copied from m4/open.m4.
4390         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
4391         access and the filename ends in a slash. Code copied from lib/open.c.
4392         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
4393         * tests/test-fopen.c (main): Check against bug with trailing slash.
4394
4395 2008-08-29  Bruno Haible  <bruno@clisp.org>
4396
4397         Avoid some "gcc -pedantic" warnings.
4398         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
4399         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
4400         * lib/dirent.in.h: Likewise.
4401         * lib/fcntl.in.h: Likewise.
4402         * lib/float.in.h: Likewise.
4403         * lib/iconv.in.h: Likewise.
4404         * lib/inttypes.in.h: Likewise.
4405         * lib/locale.in.h: Likewise.
4406         * lib/math.in.h: Likewise.
4407         * lib/netinet_in.in.h: Likewise.
4408         * lib/search.in.h: Likewise.
4409         * lib/signal.in.h: Likewise.
4410         * lib/stdarg.in.h: Likewise.
4411         * lib/stdint.in.h: Likewise.
4412         * lib/stdio.in.h: Likewise.
4413         * lib/stdlib.in.h: Likewise.
4414         * lib/string.in.h: Likewise.
4415         * lib/strings.in.h: Likewise.
4416         * lib/sys_select.in.h: Likewise.
4417         * lib/sys_socket.in.h: Likewise.
4418         * lib/sys_stat.in.h: Likewise.
4419         * lib/sys_time.in.h: Likewise.
4420         * lib/sysexits.in.h: Likewise.
4421         * lib/time.in.h: Likewise.
4422         * lib/unistd.in.h: Likewise.
4423         * lib/wchar.in.h: Likewise.
4424         * lib/wctype.in.h: Likewise.
4425         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
4426         * modules/fchdir (Makefile.am): Likewise.
4427         * modules/fcntl (Makefile.am): Likewise.
4428         * modules/float (Makefile.am): Likewise.
4429         * modules/iconv_open (Makefile.am): Likewise.
4430         * modules/inttypes (Makefile.am): Likewise.
4431         * modules/locale (Makefile.am): Likewise.
4432         * modules/math (Makefile.am): Likewise.
4433         * modules/netinet_in (Makefile.am): Likewise.
4434         * modules/search (Makefile.am): Likewise.
4435         * modules/signal (Makefile.am): Likewise.
4436         * modules/stdarg (Makefile.am): Likewise.
4437         * modules/stdint (Makefile.am): Likewise.
4438         * modules/stdio (Makefile.am): Likewise.
4439         * modules/stdlib (Makefile.am): Likewise.
4440         * modules/string (Makefile.am): Likewise.
4441         * modules/strings (Makefile.am): Likewise.
4442         * modules/sys_select (Makefile.am): Likewise.
4443         * modules/sys_socket (Makefile.am): Likewise.
4444         * modules/sys_stat (Makefile.am): Likewise.
4445         * modules/sys_time (Makefile.am): Likewise.
4446         * modules/sysexits (Makefile.am): Likewise.
4447         * modules/time (Makefile.am): Likewise.
4448         * modules/unistd (Makefile.am): Likewise.
4449         * modules/wchar (Makefile.am): Likewise.
4450         * modules/wctype (Makefile.am): Likewise.
4451         Reported by Reuben Thomas <rrt@sc3d.org>.
4452
4453 2008-08-29  Bruno Haible  <bruno@clisp.org>
4454
4455         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
4456         any more.
4457
4458 2008-08-29  Simon Josefsson  <simon@josefsson.org>
4459
4460         * MODULES.html.sh (Misc): Add bitrotate.
4461
4462         * modules/bitrotate: New file.
4463
4464         * lib/bitrotate.h: New file.
4465
4466         * modules/bitrotate-tests: New file.
4467
4468         * tests/test-bitrotate.c: New file.
4469
4470         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
4471         on the bitrotate module.
4472
4473         * lib/arctwo.c: Use new bitrotate module.
4474
4475 2008-08-29  Jim Meyering  <meyering@redhat.com>
4476
4477         bootstrap: merge changes from coreutils
4478         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
4479         of copied files.  Remove a kludge, now that this is fixed.
4480         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
4481         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
4482         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
4483
4484 2008-08-29  Bruno Haible  <bruno@clisp.org>
4485
4486         * MODULES.html.sh: Remove --cvs-urls option.
4487
4488 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
4489
4490         maint.mk: adjust to file name change
4491         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
4492
4493 2008-08-28  Jim Meyering  <meyering@redhat.com>
4494
4495         * modules/getndelim2 (License): Relicense to LGPLv2+.
4496         Approved by Richard Stallman for the version of 1995, and by
4497         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
4498
4499 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
4500
4501         * lib/getdelim.c (flockfile, funlockfile): Make all of them
4502         dummy if one is not available.  Do not touch them if
4503         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
4504         (getc_maybe_unlocked): New.
4505         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
4506
4507 2008-08-26  Eric Blake  <ebb9@byu.net>
4508
4509         doc/INSTALL: resync from autoconf
4510         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
4511         (INSTALL_PRELUDE): Delete; this is done more efficiently by
4512         moving...
4513         * install.texi [!autoconf]: ...here.  Resync from autoconf.
4514         * INSTALL: Regenerate.
4515         * INSTALL.ISO: New file.
4516         * INSTALL.UTF-8: Likewise.
4517
4518 2008-08-26  Jim Meyering  <meyering@redhat.com>
4519
4520         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
4521         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
4522         these definitions conditional, so that they may be overridden, too.
4523
4524 2008-08-26  Bruno Haible  <bruno@clisp.org>
4525
4526         Generate INSTALL file variants with prettier quotes.
4527         * doc/Makefile (INSTALL_PRELUDE): New macro.
4528         (INSTALL): Use it.
4529         (INSTALL.ISO, INSTALL.UTF-8): New rules.
4530
4531 2008-08-26  Bruno Haible  <bruno@clisp.org>
4532
4533         Run makeinfo in an English locale.
4534         * doc/Makefile (MAKEINFO): New variable.
4535
4536 2008-08-26  Bruno Haible  <bruno@clisp.org>
4537
4538         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
4539         Suggested by Eric Blake.
4540
4541 2008-08-25  Bruno Haible  <bruno@clisp.org>
4542
4543         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
4544
4545 2008-08-25  Eric Blake  <ebb9@byu.net>
4546
4547         c-stack: test that stack overflow can be caught
4548         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
4549         that platform allows handling stack overflow; at least OS/2 EMX
4550         has sigaltstack, but crashes before transferring control to
4551         handler on stack overflow.
4552         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
4553         check for HAVE_STACK_OVERFLOW_HANDLING.
4554         Reported by Elbert Pol.
4555
4556 2008-08-25  Bruno Haible  <bruno@clisp.org>
4557
4558         * doc/posix-functions/strftime.texi: Fix description of strftime
4559         module.
4560
4561 2008-08-24  Bruno Haible  <bruno@clisp.org>
4562
4563         * tests/uniwidth/test-uc_width2.c: New file.
4564         * tests/uniwidth/test-uc_width2.sh: New file.
4565         * modules/uniwidth/width-tests (Files): Add the new files.
4566         (TESTS): Add uniwidth/test-uc_width2.sh.
4567         (TESTS_ENVIRONMENT): New variable.
4568         (check_PROGRAMS): Add test-uc_width2.
4569         (test_uc_width2_SOURCES): New variable.
4570
4571         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
4572         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
4573         not 0x00AB.
4574         Reported by Alexander V. Lukyanov <lav@netis.ru>.
4575
4576 2008-08-22  Eric Blake  <ebb9@byu.net>
4577
4578         test-lock, test-tls: mention why a test is skipped
4579         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
4580         skipped.
4581         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
4582
4583         count-one-bits: relax license
4584         * modules/count-one-bits (License): Relicense to LGPLv2+.
4585         Suggested by Ludovic Courtès, approved by Ben Pfaff.
4586
4587 2008-08-22  Andreas Schwab  <schwab@suse.de>
4588
4589         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
4590         Remove spurious space in assignment.
4591
4592 2008-08-21  Simon Josefsson  <simon@josefsson.org>
4593
4594         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
4595         Paul Eggert <eggert@CS.UCLA.EDU>.
4596
4597 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
4598
4599         * modules/gettext: Add m4/threadlib.m4.
4600
4601 2008-08-19  Eric Blake  <ebb9@byu.net>
4602
4603         test-c-stack: fix compilation failure on FreeBSD 5.0
4604         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
4605         headers before <sys/resource.h>.
4606         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
4607         the bug.
4608         Reported by Nelson H. F. Beebe.
4609
4610         strverscmp: migrate from "strverscmp.h" to <string.h>
4611         * modules/string (Makefile.am): Add new hooks.
4612         * modules/strverscmp (Files): Remove strverscmp.h.
4613         (Depends-on): Add string.
4614         (configure.ac): Add indicator.
4615         (Include): Mention new header.
4616         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
4617         defaults.
4618         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
4619         results.
4620         * lib/strverscmp.h: Delete.
4621         * lib/string.in.h (strverscmp): Provide declaration, when needed.
4622         * tests/test-strverscmp.c (includes): Adjust client.
4623         * lib/check-version.c (includes): Likewise.
4624         * NEWS: Document the change.
4625
4626         strverscmp: add unit test
4627         * modules/strverscmp-tests: New file.
4628         * tests/test-strverscmp.c: Likewise.
4629
4630 2008-08-19  Simon Josefsson  <simon@josefsson.org>
4631
4632         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
4633         regarding Windows crypto stuff, from Mono.
4634
4635 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
4636
4637         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
4638         if present, for intel RND.  Return error on failures.
4639
4640 2008-08-18  Ben Pfaff  <blp@gnu.org>
4641
4642         gitlog-to-changelog: give better diagnostic for failed pipe-open
4643         * build-aux/gitlog-to-changelog: Improve error message: suggest
4644         that the version of Git may be too old.
4645
4646 2008-08-18  Simon Josefsson  <simon@josefsson.org>
4647
4648         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
4649         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
4650
4651 2008-08-18  Bruno Haible  <bruno@clisp.org>
4652
4653         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
4654         pthread_in_use().
4655
4656 2008-08-18  Bruno Haible  <bruno@clisp.org>
4657
4658         * lib/glthread/threadlib.c: Include <pthread.h>.
4659
4660 2008-08-18  Bruno Haible  <bruno@clisp.org>
4661
4662         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
4663         glthread_recursive_lock_* macros.
4664         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
4665         Fix syntax error.
4666
4667 2008-08-18  Bruno Haible  <bruno@clisp.org>
4668
4669         * lib/glthread/thread.c: Avoid forcing a context switch right after
4670         thread creation.
4671
4672 2008-08-17  Bruno Haible  <bruno@clisp.org>
4673
4674         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
4675         * lib/glthread/thread.h: Provide Win32 specific implementation.
4676         * modules/thread (Files): Add lib/glthread/thread.c.
4677         (Depends-on): Add lock.
4678         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
4679
4680 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4681
4682         New module 'yield'.
4683         * modules/yield: New file.
4684         * lib/glthread/yield.h: New file.
4685         * m4/yield.m4: New file.
4686         * MODULES.html.sh (Multithreading): Add yield.
4687
4688 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4689
4690         New module 'thread'.
4691         * modules/thread: New file.
4692         * lib/glthread/thread.h: New file.
4693         * m4/thread.m4: New file.
4694         * MODULES.html.sh (Multithreading): Add thread.
4695
4696 2008-08-17  Bruno Haible  <bruno@clisp.org>
4697
4698         * lib/glthread/lock.h: Include <stdlib.h> always.
4699         * lib/glthread/tls.h: Likewise.
4700         * lib/glthread/cond.h: Likewise.
4701
4702 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4703
4704         New module 'cond'.
4705         * modules/cond: New file.
4706         * lib/glthread/cond.h: New file.
4707         * lib/glthread/cond.c: New file.
4708         * m4/cond.m4: New file.
4709         * MODULES.html.sh (Multithreading): Add cond.
4710
4711 2008-08-16  Eric Blake  <ebb9@byu.net>
4712
4713         c-stack: fix regression on Irix 5.3 from 2008-06-21
4714         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
4715         sa_sigaction...
4716         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
4717         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
4718         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
4719         * modules/signal (Makefile.am): Use the value.
4720         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
4721         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
4722         * doc/posix-headers/signal.texi (signal.h): Document this
4723         portability issue.
4724         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
4725         Reported by Tom G. Christensen.
4726
4727 2008-08-17  Bruno Haible  <bruno@clisp.org>
4728
4729         New module 'threadlib'.
4730         * modules/threadlib: New file.
4731         * lib/glthread/threadlib.c: New file, extracted from
4732         lib/glthread/lock.c.
4733         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
4734         functions.
4735         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
4736         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
4737         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
4738         macros.
4739         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
4740         (gl_DISABLE_THREADS): Remove macro.
4741         * modules/lock (Files): Remove build-aux/config.rpath.
4742         (Depends-on): Remove havelib. Add threadlib.
4743         (configure.ac-early): Remove section.
4744         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
4745         * modules/tls (Depends-on): Remove lock. Add threadlib.
4746         (Link): New section, copied from threadlib.
4747         * MODULES.html.sh (Multithreading): Add threadlib.
4748
4749 2008-08-14  Bruno Haible  <bruno@clisp.org>
4750
4751         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
4752         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
4753         glthread_rwlock_unlock, glthread_rwlock_destroy,
4754         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
4755         glthread_recursive_lock_destroy): Define as macros always.
4756         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
4757         glthread_lock_lock.
4758         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
4759         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
4760         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
4761         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
4762         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
4763         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
4764         (glthread_recursive_lock_lock_func): Renamed from
4765         glthread_recursive_lock_lock.
4766         (glthread_recursive_lock_unlock_func): Renamed from
4767         glthread_recursive_lock_unlock.
4768         (glthread_recursive_lock_destroy_func): Renamed from
4769         glthread_recursive_lock_destroy.
4770
4771 2008-08-14  Bruno Haible  <bruno@clisp.org>
4772
4773         * lib/glthread/lock.h: Renamed from lib/lock.h.
4774         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
4775         * lib/glthread/tls.h: Renamed from lib/tls.h.
4776         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
4777         * lib/fstrcmp.c: Update includes.
4778         * lib/strsignal.c: Update includes.
4779         * modules/lock (Files, Makefile.am): Update.
4780         (Include): Change to "glthread/lock.h".
4781         * modules/tls (Files, Makefile.am): Update.
4782         (Include): Change to "glthread/tls.h".
4783         * tests/test-lock.c: Update includes.
4784         * tests/test-tls.c: Update includes.
4785         * NEWS: Mention the renamed header files.
4786
4787 2008-08-11  Jim Meyering  <meyering@redhat.com>
4788
4789         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
4790
4791 2008-08-11  Eric Blake  <ebb9@byu.net>
4792
4793         test-c-stack: avoid C99-ism
4794         * tests/test-c-stack.c (main): Fix whitespace, move declaration
4795         before statement.
4796         Reported by Alain Guibert.
4797
4798 2008-08-10  Jim Meyering  <meyering@redhat.com>
4799
4800         ensure that return value of uinttostr et al are not ignored
4801         * lib/inttostr.h (__GNUC_PREREQ): Define.
4802         (__attribute_warn_unused_result__): Define.
4803         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
4804
4805 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
4806
4807         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
4808         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
4809
4810 2008-08-07  Jim Meyering  <meyering@redhat.com>
4811
4812         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
4813
4814         * modules/mkstemp (License): Relicense under LGPLv2+.
4815         * modules/tempname (License): Likewise.
4816
4817 2008-08-06  Bruno Haible  <bruno@clisp.org>
4818
4819         * lib/poll.c (poll): Further micro-optimization.
4820
4821 2008-08-06  Jim Meyering  <meyering@redhat.com>
4822
4823         inet_pton.c: use locale-independent tolower
4824         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
4825         (inet_pton6): Use c_tolower rather than tolower.
4826         * modules/inet_pton (Depends-on): Add c-ctype.
4827
4828 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
4829
4830         * lib/poll.c (poll): Avoid division when timeout is 0, cache
4831         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
4832
4833 2008-08-06  Jim Meyering  <meyering@redhat.com>
4834
4835         * modules/inet_pton (License): Relicense under LGPLv2+.
4836
4837 2008-08-03  Bruno Haible  <bruno@clisp.org>
4838
4839         Additional non-aborting API for lock and tls.
4840         * lib/lock.h: Include <errno.h>.
4841         (glthread_lock_init): New macro/function.
4842         (gl_lock_init): Define as wrapper around glthread_lock_init.
4843         (glthread_lock_lock): New macro/function.
4844         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
4845         (glthread_lock_unlock): New macro/function.
4846         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
4847         (glthread_lock_destroy): New macro/function.
4848         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
4849         (glthread_rwlock_init): New macro/function.
4850         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
4851         (glthread_rwlock_rdlock): New macro/function.
4852         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
4853         (glthread_rwlock_wrlock): New macro/function.
4854         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
4855         (glthread_rwlock_unlock): New macro/function.
4856         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
4857         (glthread_rwlock_destroy): New macro/function.
4858         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
4859         (glthread_recursive_lock_init): New macro/function.
4860         (gl_recursive_lock_init): Define as wrapper around
4861         glthread_recursive_lock_init.
4862         (glthread_recursive_lock_lock): New macro/function.
4863         (gl_recursive_lock_lock): Define as wrapper around
4864         glthread_recursive_lock_lock.
4865         (glthread_recursive_lock_unlock): New macro/function.
4866         (gl_recursive_lock_unlock): Define as wrapper around
4867         glthread_recursive_lock_unlock.
4868         (glthread_recursive_lock_destroy): New macro/function.
4869         (gl_recursive_lock_destroy): Define as wrapper around
4870         glthread_recursive_lock_destroy.
4871         (glthread_once): New macro/function.
4872         (gl_once): Define as wrapper around glthread_once.
4873         Update function declarations.
4874         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
4875         glthread_rwlock_init. Return error code.
4876         (glthread_rwlock_rdlock_multithreaded): Renamed from
4877         glthread_rwlock_rdlock. Return error code.
4878         (glthread_rwlock_wrlock_multithreaded): Renamed from
4879         glthread_rwlock_wrlock. Return error code.
4880         (glthread_rwlock_unlock_multithreaded): Renamed from
4881         glthread_rwlock_unlock. Return error code.
4882         (glthread_rwlock_destroy_multithreaded): Renamed from
4883         glthread_rwlock_destroy. Return error code.
4884         (glthread_recursive_lock_init_multithreaded): Renamed from
4885         glthread_recursive_lock_init. Return error code.
4886         (glthread_recursive_lock_lock_multithreaded): Renamed from
4887         glthread_recursive_lock_lock. Return error code.
4888         (glthread_recursive_lock_unlock_multithreaded): Renamed from
4889         glthread_recursive_lock_unlock. Return error code.
4890         (glthread_recursive_lock_destroy_multithreaded): Renamed from
4891         glthread_recursive_lock_destroy. Return error code.
4892         (glthread_once_call): Make static.
4893         (glthread_once_multithreaded): Renamed from glthread_once.
4894         * lib/tls.h: Include <errno.h>.
4895         (glthread_tls_key_init): New macro/function.
4896         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
4897         (glthread_tls_set): New macro/function.
4898         (gl_tls_set): Define as wrapper around glthread_tls_set.
4899         (glthread_tls_key_destroy): New macro/function.
4900         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
4901         Update function declarations.
4902         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
4903         glthread_tls_get.
4904         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
4905
4906 2008-08-04  Eric Blake  <ebb9@byu.net>
4907
4908         gnumakefile: use space, not TAB, outside of targets
4909         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
4910
4911 2008-08-02  Jim Meyering  <meyering@redhat.com>
4912
4913         getdate.y: avoid locale-dependent date parsing failure
4914         In Turkish locales, getdate would fail to recognize keywords
4915         containing a lowercase "i".  The solution is not to rely on
4916         locale-sensitive case-conversion.
4917         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
4918         (lookup_word): Use c_toupper in place of toupper.
4919         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
4920         Reported by Vefa Bicakci <bicave@superonline.com> in
4921         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
4922         * modules/getdate (Depends-on): Add c-ctype.
4923
4924 2008-08-02  Bruno Haible  <bruno@clisp.org>
4925
4926         * gnulib-tool (func_import): When updating or creating a .gitignore
4927         file, prepend each added line with a slash, and ignore leading slashes
4928         from the existing lines.
4929         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
4930
4931 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4932
4933         Portability fix for GNU make 3.79.1.
4934         * top/GNUmakefile: Avoid 'else COND', which older GNU make
4935         versions do not understand.
4936
4937 2008-08-01  Bruno Haible  <bruno@clisp.org>
4938
4939         Work around bug of HP-UX 10.20 cc with -0.0 literal.
4940         * tests/test-isnanf.h (zero): New variable.
4941         (main): Avoid literal -0.0f.
4942         * tests/test-isnand.h (zero): New variable.
4943         (main): Avoid literal -0.0.
4944         * tests/test-isnanl.h (zero): New variable.
4945         (main): Avoid literal -0.0L.
4946         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
4947         (test_float, test_double, test_long_double): Avoid literals -0.0f,
4948         -0.0, -0.0L.
4949         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
4950         (test_signbitd): Avoid literal -0.0.
4951         (test_signbitl): Avoid literal -0.0L.
4952         * tests/test-ceilf1.c (zero): New variable.
4953         (main): Avoid literal -0.0f.
4954         * tests/test-ceill.c (zero): New variable.
4955         (main): Avoid literal -0.0L.
4956         * tests/test-floorf1.c (zero): New variable.
4957         (main): Avoid literal -0.0f.
4958         * tests/test-floorl.c (zero): New variable.
4959         (main): Avoid literal -0.0L.
4960         * tests/test-roundf1.c (zero): New variable.
4961         (main): Avoid literal -0.0f.
4962         * tests/test-round1.c (zero): New variable.
4963         (main): Avoid literal -0.0.
4964         * tests/test-roundl.c (zero): New variable.
4965         (main): Avoid literal -0.0L.
4966         * tests/test-truncf1.c (zero): New variable.
4967         (main): Avoid literal -0.0f.
4968         * tests/test-trunc1.c (zero): New variable.
4969         (main): Avoid literal -0.0.
4970         * tests/test-truncl.c (zero): New variable.
4971         (main): Avoid literal -0.0L.
4972         * tests/test-frexp.c (zero): New variable.
4973         (main): Avoid literal -0.0.
4974         * tests/test-frexpl.c (zero): New variable.
4975         (main): Avoid literal -0.0L.
4976         * tests/test-ldexpl.c (zero): New variable.
4977         (main): Avoid literal -0.0L.
4978         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
4979         (zerod, zerol): New variables.
4980         (test_function): Avoid literals -0.0, -0.0L.
4981         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
4982         (zerod, zerol): New variables.
4983         (test_function): Avoid literals -0.0, -0.0L.
4984         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
4985         (zerod, zerol): New variables.
4986         (test_function): Avoid literals -0.0, -0.0L.
4987         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
4988         (zerod, zerol): New variables.
4989         (test_function): Avoid literals -0.0, -0.0L.
4990         * tests/test-strtod.c (zero): New variable.
4991         (main): Avoid literal -0.0.
4992         Reported by Jonathan C. Patschke <jp@centtech.com>.
4993
4994 2008-07-31  Jim Meyering  <meyering@redhat.com>
4995
4996         sha256.h: correct definition of SHA224_DIGEST_SIZE
4997         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
4998         Reported by Paulie Pena IV <paulie4@gmail.com>.
4999         Define as 224 / 8, rather than as a literal.
5000         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
5001         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
5002         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
5003
5004 2008-07-31  Bruno Haible  <bruno@clisp.org>
5005
5006         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
5007         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
5008         Reported by Jonathan Patschke <jp@centtech.com>.
5009
5010 2008-07-31  Bruno Haible  <bruno@clisp.org>
5011
5012         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
5013         Reported by Paolo Bonzini <bonzini@gnu.org>.
5014
5015 2008-07-30  Eric Blake  <ebb9@byu.net>
5016
5017         test-strtod: allow compilation without -lm
5018         * tests/test-strtod.c (main): Avoid link dependence on fabs.
5019         Reported by Dennis Clarke <blastwave@gmail.com>.
5020
5021 2008-07-28  Jim Meyering  <meyering@redhat.com>
5022
5023         bootstrap: work also when there are no .po files in po/
5024         * build-aux/bootstrap (update_po_files): Complete the change
5025         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
5026
5027 2008-07-27  Jim Meyering  <meyering@redhat.com>
5028
5029         * users.txt: Add zile.
5030
5031 2008-07-26  Ben Pfaff  <blp@gnu.org>
5032
5033         Add missing dependencies on new m4/exponent[fdl].m4 files.
5034         * modules/isnanf-nolibm: Add m4/exponentf.m4.
5035         * modules/isnand-nolibm: Add m4/exponentd.m4.
5036         * modules/isnanl-nolibm: Add m4/exponentl.m4.
5037         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
5038         m4/isnan[fdl].m4, because the macros actually used moved.
5039         Reported by Jim Meyering.
5040
5041 2008-07-14  Ben Pfaff  <blp@gnu.org>
5042
5043         Add isinf module.
5044         * lib/isinf.c: New file.
5045         * lib/math.in.h: Define isinf macro if we have decided to replace
5046         it.
5047         * m4/isinf.m4: New file.
5048         * m4/math_h.m4: Initialize and substitute variables for isinf
5049         module.
5050         * modules/isinf: New file.
5051         * modules/isinf-tests: New file.
5052         * modules/math: Add substitutions for new module.
5053         * tests/test-isinf.c: New file.
5054         * doc/posix-functions/isinf.texi: Mention new module.
5055         * MODULES.html.sh: Mention new module.
5056
5057 2008-07-14  Ben Pfaff  <blp@gnu.org>
5058
5059         Factor out some macros for use by additional modules.
5060         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
5061         exponentf.m4.
5062         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
5063         exponentd.m4.
5064         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
5065         file exponentl.m4.
5066         * m4/exponentf.m4: New file.
5067         * m4/exponentd.m4: New file.
5068         * m4/exponentl.m4: New file.
5069         * modules/isnanf: Use new file m4/exponentf.m4.
5070         * modules/isnand: Use new file m4/exponentd.m4.
5071         * modules/isnanl: Use new file m4/exponentl.m4.
5072
5073 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
5074
5075         mktime.c: normalize tp->tm_isdst value to -1/0/1.
5076         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
5077         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
5078         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
5079
5080         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
5081         readlink on platforms without PATH_MAX.
5082
5083 2008-07-21  Eric Blake  <ebb9@byu.net>
5084
5085         Warn, not fail, on stale version.
5086         * top/GNUmakefile (_curr-ver): Tone down previous patch.
5087
5088         Don't allow installation with stale devel version number.
5089         * top/GNUmakefile (_is-install-target): New macro.
5090         (_curr-ver): Forbid installation with stale version number.
5091
5092 2008-07-20  Bruno Haible  <bruno@clisp.org>
5093
5094         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
5095         TESTS_ENVIRONMENT.
5096         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
5097
5098 2008-07-20  Bruno Haible  <bruno@clisp.org>
5099
5100         * lib/c-stack.h (c_stack_action): Add documentation.
5101         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
5102
5103 2008-07-20  Bruno Haible  <bruno@clisp.org>
5104
5105         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
5106         * modules/readlink (License): Likewise.
5107
5108 2008-07-17  Eric Blake  <ebb9@byu.net>
5109
5110         * modules/c-stack (Link): Fix typo.
5111
5112         Make c-stack use libsigsegv, when available.
5113         * modules/c-stack (Depends-on): Add libsigsegv.
5114         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
5115         needed.
5116         * lib/c-stack.c (SIGSTKSZ): Define fallback.
5117         (segv_handler, overflow_handler, c_stack_action)
5118         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
5119         implementation when libsigsegv is available, but only when using
5120         the library is necessary.
5121         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
5122         comment, explaining why XSI check fails on Linux.
5123         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
5124         * tests/test-c-stack2.sh: Tweak skip message.
5125         * NEWS: Document new link-time requirements.
5126
5127 2008-07-16  Eric Blake  <ebb9@byu.net>
5128
5129         c-stack: Expose false positives when not using libsigsegv.
5130         * modules/c-stack-tests (Files): Expand test.
5131         * tests/test-c-stack.c (main): Add means to conditionally trigger
5132         non-overflow SIGSEGV.
5133         * tests/test-c-stack2.sh: New file.
5134
5135 2008-07-14  Bruno Haible  <bruno@clisp.org>
5136
5137         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
5138         Reported by Eric Blake.
5139
5140 2008-07-14  Sam Steingold  <sds@gnu.org>
5141             Bruno Haible  <bruno@clisp.org>
5142
5143         New module libsigsegv.
5144         * modules/libsigsegv: New file.
5145         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
5146         modifications.
5147         * MODULES.html.sh (Signal handling): New section.
5148
5149 2008-07-14  Bruno Haible  <bruno@clisp.org>
5150
5151         * modules/unictype/ctype-* (Description): Add the word "function".
5152         Improves the resulting doc in MODULES.html.
5153
5154 2008-07-12  Ben Pfaff  <blp@gnu.org>
5155
5156         Add longlong module.
5157         * modules/longlong: New file.
5158
5159 2008-07-12  Bruno Haible  <bruno@clisp.org>
5160
5161         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
5162         to empty.
5163
5164 2008-07-10  Ben Pfaff  <blp@gnu.org>
5165
5166         Add isnan module.
5167         * doc/posix-functions/isnan.texi: Mention new module.
5168         * lib/math.in.h: Define isnan macro if we have decided to replace
5169         it.
5170         * m4/isnan.m4: New file.
5171         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
5172         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
5173         also.
5174         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
5175         redundancy.
5176         * m4/math_h.m4: Initialize and substitute variables for isnan
5177         module.
5178         * modules/isnan: New file.
5179         * modules/isnan-tests: New file.
5180         * modules/math: Add substitutions for new module.
5181         * tests/test-isnan.c: New file.
5182         * MODULES.html.sh: Mention new module.
5183
5184 2008-07-10  Ben Pfaff  <blp@gnu.org>
5185
5186         Add isnanf module.
5187         * lib/isnanf.m4: New file.
5188         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
5189         (gl_HAVE_ISNANF_IN_LIBM): New macro.
5190         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
5191         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
5192         * modules/isnanf: New file.
5193         * modules/isnanf-tests: New file.
5194         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
5195         files.
5196         * tests/test-isnanf-nolibm.c: factored most of its contents into
5197         new file tests/test-isnanf.h.
5198         * tests/test-isnanf.h: New file.
5199         * tests/test-isnanf.c: New file.
5200         * MODULES.html.sh: Mention new module.
5201         * doc/glibc-functions/isnanf.texi: Mention new module.
5202
5203 2008-07-10  Ben Pfaff  <blp@gnu.org>
5204
5205         Add isnand module.
5206         * lib/isnand.h: New file.
5207         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
5208         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
5209         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
5210         functionality also.
5211         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
5212         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
5213         (gl_HAVE_ISNAND_IN_LIBM): New macro.
5214         * modules/isnand: New file.
5215         * modules/isnand-tests: New file.
5216         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
5217         files.
5218         * tests/test-isnand-nolibm.c: factored most of its contents into
5219         new file tests/test-isnand.h.
5220         * tests/test-isnand.h: New file.
5221         * tests/test-isnand.c: New file.
5222         * MODULES.html.sh: Mention new module.
5223
5224 2008-07-10  Ben Pfaff  <blp@gnu.org>
5225
5226         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
5227         * lib/isnand.h: Rename lib/isnand-nolibm.h.
5228         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
5229         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
5230         * modules/isnanf-nolibm: Update references to renamed files.
5231         * modules/isnand-nolibm: Likewise.
5232         * modules/isnanf-nolibm-tests: Likewise.
5233         * modules/isnand-nolibm-tests: Likewise.
5234         * lib/frexp.c: Likewise.
5235         * lib/isfinite.c: Likewise.
5236         * lib/signbitd.c: Likewise.
5237         * lib/signbitf.c: Likewise.
5238         * lib/vasnprintf.c: Likewise.
5239         * tests/test-ceilf1.c: Likewise.
5240         * tests/test-ceilf2.c: Likewise.
5241         * tests/test-floorf1.c: Likewise.
5242         * tests/test-floorf2.c: Likewise.
5243         * tests/test-frexp.c: Likewise.
5244         * tests/test-round1.c: Likewise.
5245         * tests/test-round2.c: Likewise.
5246         * tests/test-roundf1.c: Likewise.
5247         * tests/test-strtod.c: Likewise.
5248         * tests/test-trunc1.c: Likewise.
5249         * tests/test-trunc2.c: Likewise.
5250         * tests/test-truncf1.c: Likewise.
5251         * tests/test-truncf2.c: Likewise.
5252         * NEWS: Mention the renamed header files.
5253
5254 2008-07-11  Jim Meyering  <meyering@redhat.com>
5255
5256         vc-list-files: make the last-resort awk code more portable
5257         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
5258         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
5259         does not support it.
5260
5261 2008-07-10  Eric Blake  <ebb9@byu.net>
5262
5263         Work with tar's bootstrap.
5264         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
5265         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
5266         an m4 comment.
5267
5268 2008-07-09  Jim Meyering  <meyering@redhat.com>
5269
5270         posix-shell.m4: fix typo that made this test malfunction
5271         * m4/posix-shell.m4: Remove capitalization in variable name.
5272
5273 2008-07-08  Bruno Haible  <bruno@clisp.org>
5274
5275         * m4/onceonly.m4: Update comments.
5276         Reported by Ben Pfaff <blp@cs.stanford.edu>.
5277
5278 2008-07-04  Jim Meyering  <meyering@redhat.com>
5279
5280         * users.txt: Add vc-dwim.
5281         (bison, coreutils): Use the gitweb URL.
5282
5283 2008-07-03  Jim Meyering  <meyering@redhat.com>
5284
5285         * users.txt: Add libffcall.  From Sam Steingold.
5286
5287 2008-07-03  OndÅ™ej Vašík  <ovasik@redhat.com>
5288
5289         getdate.y: do not ignore TZ with relative day, month or year offset
5290         * lib/getdate.y (get_date): Move the tz-handling block to follow the
5291         relative-date-handling, since otherwise, the latter would clobber the
5292         sole output (an updated Start value) of the tz-handling block.
5293         * tests/test-getdate.c: Tests for the fix
5294
5295 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5296
5297         Recognize 'foo_LIBRARIES += libgnu.a'.
5298         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
5299         makefile snippet has already specified an installation location,
5300         also using '+='.
5301
5302 2008-07-02  OndÅ™ej Vašík  <ovasik@redhat.com>
5303
5304         getdate.y: factor out common actions
5305         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
5306         Use them in place of open-coded actions.
5307
5308 2008-07-01  Simon Josefsson  <simon@josefsson.org>
5309
5310         Add self-test for getdate module.
5311         * modules/getdate-tests: New file.
5312         * tests/test-getdate.c: New file.
5313
5314 2008-06-29  Bruno Haible  <bruno@clisp.org>
5315
5316         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
5317         .gitignore.
5318         Reported by Sylvain Beucler <beuc@beuc.net>.
5319
5320 2008-06-29  Bruno Haible  <bruno@clisp.org>
5321
5322         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
5323         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
5324
5325 2008-06-29  Bruno Haible  <bruno@clisp.org>
5326
5327         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
5328         EXTRA_DIST.
5329         Reported by Sylvain Beucler <beuc@beuc.net>.
5330
5331 2008-06-26  Jim Meyering  <meyering@redhat.com>
5332
5333         make several modules depend on the "open" module
5334         This provides slightly increased consistency when opening-for-write
5335         the name of a non-directory spelled with a trailing slash.
5336         * modules/chdir-safer: Likewise.
5337         * modules/chown: Likewise.
5338         * modules/clean-temp: Likewise.
5339         * modules/copy-file: Likewise.
5340         * modules/fchdir: Likewise.
5341         * modules/fcntl-safer: Likewise.
5342         * modules/pipe: Likewise.
5343         * modules/utime: Likewise.
5344         Prompted by Eric Blake and Bruno Haible.
5345
5346 2008-06-24  Andreas Schwab  <schwab@suse.de>
5347
5348         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
5349         literals can be used as initializers for global variables.
5350
5351 2008-06-23  Eric Blake  <ebb9@byu.net>
5352
5353         Make gnulib-cache.m4 easier to diff.
5354         * gnulib-tool (func_import): Allow newlines when reading cached
5355         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
5356
5357 2008-06-23  Bruno Haible  <bruno@clisp.org>
5358
5359         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
5360         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
5361         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
5362         m4/signalblocking.m4.
5363         (gl_PREREQ_SIGACTION): Don't invoke it.
5364         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
5365         gl_PREREQ_SIG_HANDLER_H.
5366         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
5367         Don't check for sigaction here.
5368
5369 2008-06-23  Bruno Haible  <bruno@clisp.org>
5370
5371         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
5372         (install_handlers): Don't set the SA_RESETHAND flag.
5373
5374 2008-06-23  Bruno Haible  <bruno@clisp.org>
5375
5376         * m4/sigaction.m4: Comment fixes.
5377         * lib/signal.in.h: Likewise.
5378
5379 2008-06-23  Eric Blake  <ebb9@byu.net>
5380
5381         Fix typo.
5382         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
5383
5384         Avoid SA_ namespace.
5385         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
5386         Reported by Ralf Wildenhues.
5387
5388         Avoid test failure due to SA_RESTORER.
5389         * tests/test-sigaction.c (SA_MASK): New macro.
5390         (main): Avoid failing due to extension flags being set.
5391         Reported by Jim Meyering.
5392
5393         Revert use of sig-handler.h in sigprocmask.c.
5394         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
5395         it requires the existence of struct sigaction.
5396         * lib/sigprocmask.c (handler_t): Restore typedef.
5397         (rpl_signal, old_handlers): Use local type.
5398
5399 2008-06-22  Bruno Haible  <bruno@clisp.org>
5400
5401         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
5402         conditionally.
5403         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
5404
5405 2008-06-22  Bruno Haible  <bruno@clisp.org>
5406
5407         * doc/posix-functions/siginterrupt.texi: Move note.
5408
5409         * lib/signal.in.h (SA_RESTART): New macro.
5410         * lib/sigaction.c: Update comment.
5411
5412         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
5413
5414         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
5415         (gl_PREREQ_SIGPROCMASK): Invoke it.
5416         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
5417
5418         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
5419
5420         * lib/sigprocmask.c: Update a comment.
5421
5422 2008-06-21  Eric Blake  <ebb9@byu.net>
5423
5424         Use sigaction module rather than signal().
5425         * modules/c-stack (Depends-on): Add sigaction.
5426         * modules/fatal-signal (Depends-on): Likewise.
5427         * modules/nanosleep (Depends-on): Likewise.
5428         * modules/sigprocmask (Files): Add sig-handler.h.
5429         * modules/sigaction (Files): Likewise.
5430         * lib/sig-handler.h (get_handler): New file, suggested by Paul
5431         Eggert.
5432         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
5433         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
5434         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
5435         (init_fatal_signals): Likewise.
5436         * lib/nanosleep.c (rpl_nanosleep): Likewise.
5437         (siginterrupt): Delete fallback.
5438         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
5439         instead.
5440         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
5441         siginterrupt.
5442
5443         New module sigaction, for mingw.
5444         * modules/sigaction: New module...
5445         * modules/sigaction-tests: ...and its test.
5446         * m4/sigaction.m4: New file.
5447         * lib/sigaction.c: Likewise.
5448         * tests/test-sigaction.c: Likewise.
5449         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
5450         * modules/signal (Makefile.am): Likewise.
5451         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
5452         needed.
5453         * doc/posix-headers/signal.texi (signal.h): Mention provided
5454         types.
5455         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
5456         that sigaction is preferable.
5457         * doc/posix-functions/sigaction.texi (sigaction): Mention new
5458         module.
5459         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
5460         sigaction.
5461
5462         Improve robustness of sigprocmask by overriding signal.
5463         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
5464         is in use.
5465         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
5466         (SIGKILL, SIGSTOP): Provide fallbacks.
5467         (rpl_signal): Implement.
5468         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
5469         signal can be called inside handlers.
5470
5471         Fix nanosleep module on mingw.
5472         * modules/nanosleep (Depends-on): Add sys_select.
5473         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
5474
5475         Fix licensing of sigprocmask.
5476         * modules/raise (License): Relicense as LGPL.
5477
5478 2008-06-21  Bruno Haible  <bruno@clisp.org>
5479
5480         * lib/propername.c (proper_name_utf8): Don't use the transliterated
5481         result if it contains question marks.
5482         Reported by Michael Geng <linux@michaelgeng.de>.
5483
5484 2008-06-19  Bruno Haible  <bruno@clisp.org>
5485
5486         Fix CVS-ism.
5487         * doc/gnulib.texi: Include updated-stamp.texi.
5488         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
5489         (updated-stamp.texi): New rule.
5490         (gnulib.info): Depend on it.
5491         * doc/.gitignore: Add updated-stamp.texi.
5492         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
5493
5494 2008-06-19  Bruno Haible  <bruno@clisp.org>
5495
5496         * doc/Makefile (gnulib.info): Update and simplify dependencies.
5497         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
5498
5499 2008-06-19  Eric Blake  <ebb9@byu.net>
5500
5501         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
5502         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
5503         Reported by Stepan Kasal.
5504
5505 2008-06-18  Bruno Haible  <bruno@clisp.org>
5506
5507         * lib/fatal-signal.c (init_fatal_signals): Add comment.
5508         Reported by Eric Blake.
5509
5510 2008-06-18  Eric Blake  <ebb9@byu.net>
5511
5512         Work around cygwin 1.5.25 strsignal bug.
5513         * tests/test-strsignal.c: Allow for const char *.
5514         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
5515
5516 2008-06-18  Simon Josefsson  <simon@josefsson.org>
5517
5518         * users.txt: Update URL to article and add author/date
5519         information.
5520
5521 2008-06-17  Bruno Haible  <bruno@clisp.org>
5522
5523         New macro gl_DISABLE_THREADS.
5524         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
5525         if the user did not pass --enable-threads or --disable-threads option.
5526         (gl_DISABLE_THREADS): New macro.
5527         Reported by Eric Blake <ebb9@byu.net>.
5528
5529 2008-06-17  Bruno Haible  <bruno@clisp.org>
5530
5531         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
5532         when the macro ignores it.
5533         Based on a patch by Eric Blake <ebb9@byu.net>.
5534
5535 2008-06-17  Bruno Haible  <bruno@clisp.org>
5536
5537         * modules/tls (License): Change to LGPLv2+.
5538         Reported by Eric Blake.
5539
5540 2008-06-17  Eric Blake  <ebb9@byu.net>
5541
5542         Simplify c-stack prerequisites.
5543         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
5544         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
5545         no longer requires <ucontext.h> to exist.  Optimize setrlimit
5546         check.
5547         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
5548         <sys/resource.h>.
5549
5550         Move c-stack test into testsuite.
5551         * modules/c-stack-tests: New file.
5552         * lib/c-stack.c [DEBUG]: Move test program...
5553         * tests/test-c-stack.c: ...into this new file.  Skip rather than
5554         fail test if sigaltstack is lacking.
5555         * tests/test-c-stack.sh: New driver file.
5556
5557 2008-06-16  Eric Blake  <ebb9@byu.net>
5558
5559         Use raise module consistently.
5560         * modules/fatal-signal (Depends-on): Add raise.
5561         * modules/sigprocmask (Depends-on): Likewise.
5562         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
5563         * lib/sigprocmask.c (sigprocmask): Likewise.
5564         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
5565         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
5566
5567         Fix compliance bug in sigpending.
5568         * lib/sigprocmask.c (sigpending): Return pending array via
5569         parameter, not return value.
5570
5571 2008-06-14  Eric Blake  <ebb9@byu.net>
5572
5573         Improve obstack-printf test code.
5574         * tests/test-obstack-printf.c (test_function): Fix comment, and
5575         simplify usage of obstack_* in macros.  Add a test for coverage.
5576         Reported by Bruno Haible.
5577
5578 2008-06-14  Bruno Haible  <bruno@clisp.org>
5579
5580         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
5581         array size as a constant, not as a const variable.
5582         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
5583         AC_USE_SYSTEM_EXTENSIONS.
5584         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
5585         Test whether the obstack_printf function actually exists.
5586         * modules/obstack-printf (Depends-on): Add extensions.
5587         (Include): Remove obstack.h.
5588         * modules/obstack-printf-posix (Depends-on): Add extensions.
5589         (Include): Remove obstack.h.
5590
5591 2008-06-13  Eric Blake  <ebb9@byu.net>
5592
5593         Add obstack-printf and obstack-printf-posix modules.
5594         * modules/obstack-printf: New file.
5595         * modules/obstack-printf-posix: Likewise.
5596         * MODULES.html.sh (Misc): Mention them.
5597         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
5598         Likewise.
5599         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
5600         Likewise.
5601         * modules/stdio (Makefile.am): Accomodate new modules.
5602         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
5603         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
5604         Declare.
5605         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
5606         functions.
5607         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
5608         (gl_REPLACE_OBSTACK_PRINTF): New macros
5609         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
5610         * tests/test-obstack-printf.c: New file.
5611         * modules/obstack-printf-tests: Likewise.
5612         * modules/obstack-printf-posix-tests: Likewise.
5613
5614 2008-06-11  Bruno Haible  <bruno@clisp.org>
5615
5616         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
5617         * lib/open.c: Include errno.h.
5618         (open): Fail when attempting to write to a file that has a trailing
5619         slash.
5620         * tests/test-open.c (main): Test against trailing slash bug.
5621         * doc/posix-functions/open.texi: Mention the trailing slash bug.
5622
5623 2008-06-10  Bruno Haible  <bruno@clisp.org>
5624
5625         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
5626         for $? to work inside the trap command, with various /bin/sh-s.
5627         * tests/test-vc-list-files-cvs.sh: Likewise.
5628
5629 2008-06-10  Bruno Haible  <bruno@clisp.org>
5630
5631         * lib/acl-internal.h: Don't include gettext.h here.
5632         * lib/set-mode-acl.c: Include gettext.h here.
5633         * lib/copy-acl.c: Likewise.
5634
5635 2008-06-10  Bruno Haible  <bruno@clisp.org>
5636
5637         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
5638         * lib/wait-process.c (wait_subprocess): Likewise.
5639         * lib/execute.h (execute): Add termsigp argument.
5640         * lib/execute.c (execute): Likewise.
5641         * lib/csharpcomp.c (compile_csharp_using_pnet,
5642         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
5643         * lib/csharpexec.c (execute_csharp_using_pnet,
5644         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
5645         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
5646         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
5647         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
5648         is_jikes_present): Update.
5649         * lib/javaexec.c (execute_java_class): Update.
5650         * lib/javaversion.c (execute_and_read_line): Update.
5651         * NEWS: Document the changes.
5652         Reported by Eric Blake.
5653
5654 2008-06-10  Eric Blake  <ebb9@byu.net>
5655
5656         Add missing include.
5657         * tests/test-strstr.c (includes): Add <signal.h>.
5658         * tests/test-strcasestr.c (includes): Likewise.
5659         * tests/test-memmem.c (includes): Likewise.
5660
5661 2008-06-10  Bruno Haible  <bruno@clisp.org>
5662
5663         * lib/wait-process.c (wait_subprocess): Add an assertion.
5664
5665 2008-06-10  Bruno Haible  <bruno@clisp.org>
5666
5667         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
5668
5669 2008-06-10  Bruno Haible  <bruno@clisp.org>
5670
5671         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
5672         using alarm().
5673         * tests/test-strcasestr.c (main): Likewise.
5674         * tests/test-strstr.c (main): Likewise.
5675
5676 2008-06-09  Bruno Haible  <bruno@clisp.org>
5677
5678         Work around the Solaris 10 ACE ACLs ABI change.
5679         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
5680         declare if ACL_NO_TRIVIAL is present.
5681         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
5682         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
5683         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
5684         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
5685         define if ACL_NO_TRIVIAL is present.
5686         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
5687         and use the current ABI.
5688         (file_has_acl): Use same #if condition as elsewhere.
5689         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
5690         in use, and use the current ABI.
5691         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
5692         Reported by Jim Meyering.
5693
5694 2008-06-09  Eric Blake  <ebb9@byu.net>
5695
5696         Work around environments that (stupidly) ignore SIGALRM.
5697         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
5698         before using alarm().
5699         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
5700         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
5701         Reported by Ian Beckwith <ianb@erislabs.net>.
5702
5703         Produce autobuild blurb earlier in log.
5704         * modules/autobuild (configure.ac-early): Move AB_INIT here.
5705
5706 2008-06-09  Jim Meyering  <meyering@redhat.com>
5707         and OndÅ™ej Vašík  <ovasik@redhat.com>
5708
5709         utimens.c: correct kernel bug work-around
5710         OndÅ™ej Vašík found that the invalid return value of 280 indicates
5711         failure, not success, and the kernel bug we're trying to work
5712         around affects not just the utimensat call, but also the fallback
5713         futimens call.
5714         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
5715         not success.
5716         [HAVE_FUTIMENS]: Use the same work-around, here.
5717
5718 2008-06-09  Jim Meyering  <meyering@redhat.com>
5719
5720         add more guards around definition of ACE_-related code
5721         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
5722         ALLOW and ACE_OWNER are also defined.
5723
5724 2008-06-08  Bruno Haible  <bruno@clisp.org>
5725
5726         * lib/acl-internal.h: Add me as co-author.
5727         * lib/file-has-acl.c: Likewise.
5728         * lib/set-mode-acl.c: Likewise.
5729         * lib/copy-acl.c: Likewise.
5730
5731 2008-06-08  Bruno Haible  <bruno@clisp.org>
5732
5733         Add support for AIX ACLs.
5734         * lib/acl-internal.h (acl_nontrivial): New declaration.
5735         * lib/file-has-acl.c (acl_nontrivial): New function.
5736         (file_has_acl): Add implementation using AIX 4 ACL API.
5737         * lib/set-mode-acl.c (qset_acl): Likewise.
5738         * lib/copy-acl.c (qcopy_acl): Likewise.
5739
5740 2008-06-08  Bruno Haible  <bruno@clisp.org>
5741
5742         Add support for HP-UX ACLs.
5743         * lib/acl-internal.h (acl_nontrivial): New declaration.
5744         * lib/file-has-acl.c (acl_nontrivial): New function.
5745         (file_has_acl): Add implementation using HP-UX 11 ACL API.
5746         * lib/set-mode-acl.c (qset_acl): Likewise.
5747         * lib/copy-acl.c (qcopy_acl): Likewise.
5748
5749 2008-06-08  Bruno Haible  <bruno@clisp.org>
5750
5751         Add support for Cygwin ACLs.
5752         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
5753         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
5754         the chmod_or_fchmod call.
5755         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
5756
5757 2008-06-08  Bruno Haible  <bruno@clisp.org>
5758
5759         Fix bug with setuid modes in Solaris 10+ code.
5760         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
5761         succeeded, when the mode contains some special bits.
5762
5763 2008-06-08  Bruno Haible  <bruno@clisp.org>
5764
5765         Add support for Solaris 7..10 ACLs.
5766         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
5767         declarations.
5768         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
5769         functions.
5770         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
5771         * lib/set-mode-acl.c (qset_acl): Likewise.
5772         * lib/copy-acl.c (qcopy_acl): Likewise.
5773
5774 2008-06-08  Bruno Haible  <bruno@clisp.org>
5775
5776         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
5777         declaration.
5778         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
5779         (acl_access_nontrivial): Remove MacOS X case.
5780         (file_has_acl): Use acl_extended_nontrivial.
5781         * lib/copy-acl.c (qcopy_acl): Likewise.
5782
5783 2008-06-08  Bruno Haible  <bruno@clisp.org>
5784
5785         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
5786
5787 2008-06-08  Jim Meyering  <meyering@redhat.com>
5788
5789         * modules/acl (Maintainer): Add Bruno Haible.
5790
5791 2008-06-07  Bruno Haible  <bruno@clisp.org>
5792
5793         Improve support for Tru64 ACLs.
5794         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
5795         ACL on OSF/1.
5796
5797 2008-06-07  Bruno Haible  <bruno@clisp.org>
5798
5799         Add support for MacOS X ACLs.
5800         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
5801         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
5802         * lib/set-mode-acl.c (qset_acl): Likewise.
5803         * lib/copy-acl.c (qcopy_acl): Likewise.
5804
5805 2008-06-07  Bruno Haible  <bruno@clisp.org>
5806
5807         Fix memory leak introduced on 2008-05-22.
5808         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
5809         use.
5810
5811 2008-06-07  Bruno Haible  <bruno@clisp.org>
5812
5813         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
5814         to construct an empty ACL.
5815
5816 2008-06-07  Bruno Haible  <bruno@clisp.org>
5817
5818         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
5819         precisely.
5820         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
5821
5822 2008-06-07  Bruno Haible  <bruno@clisp.org>
5823
5824         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
5825         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
5826
5827 2008-06-07  Bruno Haible  <bruno@clisp.org>
5828
5829         * doc/posix-functions/_setjmp.texi: Explain the use of this function
5830         regardless of POSIX.
5831         * doc/posix-functions/_longjmp.texi: Likewise.
5832         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
5833         SystemV platform in this case.
5834
5835 2008-06-06  Eric Blake  <ebb9@byu.net>
5836
5837         Document abort() bugs.
5838         * doc/posix-functions/abort.texi (abort): Mention anomalies.
5839
5840         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
5841         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
5842         sigsetjmp.
5843         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
5844         siglongjmp, but only as a macro.
5845         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
5846         is obsolete.
5847         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
5848
5849         Tweak documentation to cover cygwin argz bugs.
5850         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
5851         argz bug fix; no code change needed since no cygwin releases
5852         occurred between the last fix and the bug being tested.
5853         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
5854         module and recently fixed cygwin bugs.
5855         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
5856         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
5857         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
5858         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
5859         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
5860         Likewise.
5861         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
5862         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
5863         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
5864         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
5865         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
5866         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
5867         Likewise.
5868
5869         Avoid gcc warning on cygwin.
5870         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
5871         !ACL_NO_TRIVIAL]: Avoid unused variable.
5872
5873 2008-06-05  Eric Blake  <ebb9@byu.net>
5874
5875         Be tolerant of UNKNOWN version in gnulib-tool test dir.
5876         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
5877         git-version-gen fails to come up with a version.
5878         Reported by Simon Josefsson.
5879
5880 2008-06-05  Jim Meyering  <meyering@redhat.com>
5881             Paul Eggert  <eggert@cs.ucla.edu>
5882
5883         utimens.c: work around a probable Linux kernel bug
5884         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
5885         appears to be a kernel bug that causes utimensat to return 280
5886         instead of 0, indicating success.
5887
5888 2008-06-04  Bruno Haible  <bruno@clisp.org>
5889
5890         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
5891         2008-06-01 commit.
5892
5893 2008-06-04  Bruno Haible  <bruno@clisp.org>
5894
5895         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
5896         * lib/file-has-acl.c (acl_access_nontrivial): New function.
5897         (file_has_acl): Use it. Save errno afterwards.
5898         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
5899
5900 2008-06-03  Bruno Haible  <bruno@clisp.org>
5901
5902         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
5903         draft code. Simplify #ifs.
5904         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
5905         Put Solaris code after POSIX-draft code. Fix comments regarding
5906         Solaris 10, HP-UX. Mention Cygwin.
5907         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
5908
5909 2008-06-03  Eric Blake  <ebb9@byu.net>
5910
5911         Provide fallback for older kernels.
5912         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
5913         Provide runtime fallback if kernel lacks support.
5914         Reported by Mike Frysinger.
5915
5916 2008-06-02  Bruno Haible  <bruno@clisp.org>
5917
5918         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
5919         it exists.
5920
5921 2008-06-02  Bruno Haible  <bruno@clisp.org>
5922
5923         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
5924         * lib/copy-acl.c (qcopy_acl): Update comment.
5925
5926 2008-06-02  Bruno Haible  <bruno@clisp.org>
5927
5928         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
5929         like ACL APIs.
5930
5931 2008-06-02  Bruno Haible  <bruno@clisp.org>
5932
5933         * tests/test-file-has-acl.sh: Use different code for Cygwin.
5934         * tests/test-set-mode-acl.sh: Likewise.
5935         * tests/test-copy-acl.sh: Likewise.
5936         * tests/test-copy-file.sh: Likewise.
5937
5938 2008-06-02  Bruno Haible  <bruno@clisp.org>
5939
5940         * tests/test-file-has-acl.sh: Remove unused code.
5941
5942 2008-06-01  Bruno Haible  <bruno@clisp.org>
5943
5944         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
5945         (copy_acl): Just a wrapper around qcopy_acl that emits the error
5946         messages.
5947         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
5948
5949 2008-06-01  Bruno Haible  <bruno@clisp.org>
5950
5951         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
5952         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
5953         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
5954         APIs.
5955         * modules/acl-tests (configure.ac): Remove tests now contained in
5956         m4/acl.m4.
5957
5958 2008-06-02  Jim Meyering  <meyering@redhat.com>
5959
5960         announce-gen: use a better key-server host name
5961         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
5962         it may be more consistently reliable.  Suggested by Werner Koch
5963         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
5964
5965 2008-06-01  Bruno Haible  <bruno@clisp.org>
5966
5967         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
5968         Reported by Voroskoi Andras <voroskoi@gmail.com>.
5969
5970 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
5971
5972         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
5973
5974 2008-06-01  Bruno Haible  <bruno@clisp.org>
5975
5976         New ACL tests.
5977         * tests/test-file-has-acl.sh: New file.
5978         * tests/test-file-has-acl.c: New file.
5979         * tests/test-set-mode-acl.sh: New file.
5980         * tests/test-set-mode-acl.c: New file.
5981         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
5982         * tests/test-copy-acl.c: New file.
5983         * modules/acl-tests: New file, based on modules/copy-file-tests.
5984         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
5985         (Depends-on): Add acl-tests.
5986         (configure.ac): Remove checks.
5987         (Makefile.am): Don't create test-sameacls program here any more.
5988
5989 2008-06-01  Bruno Haible  <bruno@clisp.org>
5990
5991         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
5992         * tests/test-sameacls.c: Include progname.h.
5993         (main): Invoke set_program_name. Portability fixes for MacOS X,
5994         Solaris, HP-UX.
5995
5996 2008-06-01  Bruno Haible  <bruno@clisp.org>
5997
5998         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
5999         function.
6000         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
6001
6002 2008-06-01  Bruno Haible  <bruno@clisp.org>
6003
6004         * modules/rpmatch (Depends-on): Add strdup.
6005
6006 2008-06-01  Bruno Haible  <bruno@clisp.org>
6007
6008         * lib/pipe.c: Include unistd-safer.h.
6009         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
6010         * modules/pipe (Depends-on): Add unistd-safer.
6011
6012 2008-05-30  Simon Josefsson  <simon@josefsson.org>
6013
6014         * modules/autobuild (configure.ac): Call AB_INIT.
6015
6016 2008-05-30  Simon Josefsson  <simon@josefsson.org>
6017
6018         * tests/test-getaddrinfo.c: Don't print debug messages by default.
6019         Suggested by Bruno Haible <bruno@clisp.org>.
6020
6021 2008-05-30  Simon Josefsson  <simon@josefsson.org>
6022
6023         * tests/test-base64.c: Cast size_t to unsigned long when invoking
6024         printf.  Use %lu instead of %d.  Reported by Bruno Haible
6025         <bruno@clisp.org>.
6026
6027 2008-05-29  Eric Blake  <ebb9@byu.net>
6028
6029         Prefer new POSIX 200x interfaces over futimesat.
6030         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
6031         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
6032         when available.
6033         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
6034
6035 2008-05-28  Bruno Haible  <bruno@clisp.org>
6036
6037         * modules/stpcpy (License): Change to LGPLv2+.
6038         Requested by David Lutterkort <dlutter@redhat.com>.
6039
6040 2008-05-27  Bruno Haible  <bruno@clisp.org>
6041
6042         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
6043         current mingw.
6044         Reported by Jose E. Marchesi <jemarch@gnu.org>.
6045
6046 2008-05-27  Bruno Haible  <bruno@clisp.org>
6047
6048         * modules/iconv_open (Link): New section, from module 'iconv'.
6049         * modules/striconv (Link): Likewise.
6050         * modules/striconveh (Link): Likewise.
6051         * modules/xstriconv (Link): Likewise.
6052         * modules/unicodeio (Link): Likewise.
6053         * modules/propername (Link): Likewise.
6054         Reported by Jim Meyering.
6055
6056 2008-05-26  Jim Meyering  <meyering@redhat.com>
6057
6058         sha256: do not artificially restrict buffer length to be < 2^32
6059         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
6060         uint32_t to size_t.
6061         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
6062         to match.
6063
6064         avoid unaligned access errors, e.g., on sparc
6065         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
6066         direct access through a possibly-unaligned uint64* pointer.
6067         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
6068         direct access through a possibly-unaligned uint32* pointer.
6069         Prompted by this patch from Tom "spot" Callaway:
6070         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
6071
6072         sha512.c: fix typo in comment
6073         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
6074
6075 2008-05-25  Bruno Haible  <bruno@clisp.org>
6076
6077         * lib/set-mode-acl.c: Renamed from lib/acl.c.
6078         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
6079         (Makefile.am): Update lib_SOURCES.
6080
6081 2008-05-25  Bruno Haible  <bruno@clisp.org>
6082
6083         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
6084
6085 2008-05-25  Jim Meyering  <meyering@redhat.com>
6086
6087         useless-if-before-free: freed expr may have white-space differences
6088         * build-aux/useless-if-before-free: Recognize cases in which the
6089         freed expression differs from the tested one in embedded white
6090         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
6091         $1 was used, so we can't make any regexp shy.  Improved tests now
6092         detect this.
6093
6094         useless-if-before-free: accept white space in the expression.
6095         * build-aux/useless-if-before-free: For now, any white space
6096         in the expression must be identical in the free argument.
6097
6098         useless-if-before-free: efficiency tweak
6099         * build-aux/useless-if-before-free: Make the expression-matching
6100         regexp "shy".
6101         Make the *outer* regexp shy, not the expr-matching one.
6102
6103         update code-in-comment to accept cast of free arg
6104         * build-aux/useless-if-before-free: Update regexp.
6105
6106 2008-05-25  Bruno Haible  <bruno@clisp.org>
6107
6108         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
6109         * modules/copy-file-tests (Files, Makefile.am): Update.
6110         * tests/test-copy-file.c (func_test_copy): Update.
6111
6112 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
6113
6114         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
6115
6116 2008-05-23  Bruno Haible  <bruno@clisp.org>
6117
6118         Improve support for ACLs on OSF/1.
6119         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
6120         Remove fallback for unknown flavors of ACLs.
6121
6122 2008-05-22  Bruno Haible  <bruno@clisp.org>
6123
6124         Add support for ACLs on OSF/1.
6125         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
6126         replacements.
6127         (acl_free_text): New macro fallback.
6128         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
6129         acl_free.
6130         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
6131         acl_free_text function. Require AC_C_INLINE.
6132
6133 2008-05-22  Bruno Haible  <bruno@clisp.org>
6134
6135         Make copy_acl work on MacOS X 10.5.
6136         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
6137         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
6138         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
6139         If MODE_INSIDE_ACL, don't assume that every system has the same text
6140         representation for ACLs as FreeBSD.
6141         * lib/copy-acl.c (copy_acl): Add support for platforms with
6142         !MODE_INSIDE_ACL.
6143         * lib/file-has-acl.c (file_has_acl): Likewise.
6144         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
6145         FreeBSD, MacOS X, or IRIX, respectively.
6146
6147 2008-05-22  Bruno Haible  <bruno@clisp.org>
6148
6149         * lib/acl.h: Don't include <sys/acl.h>.
6150         (GETACLCNT): Move fallback to lib/acl-internal.h.
6151         * lib/acl-internal.h: Include <sys/acl.h> here.
6152         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
6153
6154 2008-05-22  Bruno Haible  <bruno@clisp.org>
6155
6156         Split off copy_acl function to separate file.
6157         * lib/copy-acl.c: New file, extracted from lib/acl.c.
6158         * lib/acl.c (copy_acl): Moved function to separate file.
6159         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
6160         * modules/acl (Files): Add lib/copy-acl.c.
6161         (Makefiles.am): Augment lib_SOURCES.
6162
6163 2008-05-22  Bruno Haible  <bruno@clisp.org>
6164
6165         * modules/copy-file-tests: New file.
6166         * tests/test-copy-file.sh: New file.
6167         * tests/test-copy-file.c: New file.
6168         * tests/test-copy-file-sameacls.c: New file.
6169
6170 2008-05-22  Eric Blake  <ebb9@byu.net>
6171
6172         Avoid gcc warning.
6173         * tests/test-memcmp.c (main): Pass NULL indirectly.
6174
6175 2008-05-21  Bruno Haible  <bruno@clisp.org>
6176
6177         Add reference doc about ACLs.
6178         * doc/acl-resources.txt: New file.
6179         * doc/acl-cygwin.txt: New file.
6180
6181 2008-05-21  Bruno Haible  <bruno@clisp.org>
6182
6183         Avoid one more warning from gcc.
6184         * lib/vasnprintf.c (IF_LINT): Update comments.
6185         (VASNPRINTF): Use it also for the 'prefix' array initializer.
6186
6187 2008-05-21  Jim Meyering  <meyering@redhat.com>
6188
6189         avoid a warning from gcc
6190         * lib/vasnprintf.c (IF_LINT): Define.
6191         (scale10_round_decimal_long_double):
6192         Use it to avoid a "may be used uninitialized" warning.
6193         (scale10_round_decimal_double): Likewise.
6194
6195 2008-05-21  Simon Josefsson  <simon@josefsson.org>
6196
6197         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
6198         declared.
6199
6200 2008-05-20  Bruno Haible  <bruno@clisp.org>
6201
6202         * tests/test-memcmp.c (main): Test also the sign of the result. Test
6203         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
6204
6205 2008-05-20  Simon Josefsson  <simon@josefsson.org>
6206
6207         * modules/memcmp-tests: New file.
6208         * tests/test-memcmp.c: New file.
6209
6210 2008-05-19  Bruno Haible  <bruno@clisp.org>
6211
6212         * modules/propername (Notice, configure.ac): Put quoted "..." into
6213         --keyword option.
6214         * lib/propername.h: Update comments accordingly.
6215         Reported by Eric Blake.
6216
6217 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
6218
6219         * modules/getpass-gnu (Depends-on): Add fseeko.
6220
6221 2008-05-19  Simon Josefsson  <simon@josefsson.org>
6222
6223         * modules/base64-tests: New file.
6224
6225 2008-05-19  Bo Borgerson <gigabo@gmail.com>
6226
6227         * lib/base64.c (base64_decode_ctx): If a decode context structure
6228         was passed in use it to ignore newlines.  If a context structure
6229         was _not_ passed in, continue to treat newlines as garbage (this
6230         is the historical behavior).  Formerly base64_decode.
6231         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
6232         takes a decode context structure.
6233         * lib/base64.h (base64_decode): Macro for four-argument calls.
6234         (base64_decode_alloc): Likewise.
6235         * lib/base64.c (base64_decode_ctx): If a decode context structure
6236         was passed in use it to ignore newlines.  If a context structure
6237         was _not_ passed in, continue to treat newlines as garbage (this
6238         is the historical behavior).  Formerly base64_decode.
6239         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
6240         takes a decode context structure.
6241         * lib/base64.h (base64_decode): Macro for four-argument calls.
6242         (base64_decode_alloc): Likewise.
6243
6244 2008-05-19  Jim Meyering  <meyering@redhat.com>
6245
6246         avoid a warning from gcc
6247         * lib/trim.c (IF_LINT): Define.
6248         (trim2): Use it to avoid a "may be used uninitialized" warning.
6249
6250         Fix doc typo.
6251         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
6252
6253 2008-05-19  Bruno Haible  <bruno@clisp.org>
6254
6255         * doc/glibc-functions/getpass.texi: Document limits of other
6256         implementations.
6257
6258 2008-05-19  Simon Josefsson  <simon@josefsson.org>
6259             Bruno Haible <bruno@clisp.org>
6260
6261         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
6262
6263 2008-05-18  Bruno Haible  <bruno@clisp.org>
6264
6265         * modules/propername: New file, from GNU gettext.
6266         * lib/propername.h: New file, from GNU gettext.
6267         * lib/propername.c: New file, from GNU gettext.
6268         * MODULES.html.sh (Internationalization functions): Add propername.
6269
6270 2008-05-16  Jim Meyering  <meyering@redhat.com>
6271             Bruno Haible  <bruno@clisp.org>
6272
6273         Avoid some warnings from "gcc -Wshadow".
6274         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
6275
6276 2008-05-15  Eric Blake  <ebb9@byu.net>
6277
6278         Extend previous patch to cygwin 1.7.0.
6279         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
6280         fast implementation in cygwin >= 1.7.0.
6281         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
6282         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
6283
6284 2008-05-15  Bruno Haible  <bruno@clisp.org>
6285
6286         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
6287         implementation in glibc >= 2.9.
6288         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
6289         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
6290
6291 2008-05-15  Bruno Haible  <bruno@clisp.org>
6292
6293         * MODULES.html.sh (Internationalization functions): Remove linebreak.
6294         (Unicode string functions): Add unilbrk/*.
6295         Reported by Karl Berry.
6296
6297 2008-05-15  Eric Blake  <ebb9@byu.net>
6298
6299         Fix violation of <stdbool.h> replacement in regex.
6300         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
6301         * lib/regexec.c (re_search_internal): Likewise.
6302         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
6303
6304 2008-05-15  Jim Meyering  <meyering@redhat.com>
6305
6306         avoid distracting test output when git or cvs is not found
6307         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
6308         * tests/test-vc-list-files-git.sh: Likewise.
6309
6310 2008-05-15  Eric Blake  <ebb9@byu.net>
6311
6312         Glibc finally accepted the memmem speedup code, bugzilla #5514.
6313         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
6314         glibc version.
6315         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
6316         * doc/posix-functions/strstr.texi (strstr): Likewise.
6317         * lib/str-two-way.h (MAX): Sychronize with glibc.
6318
6319 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
6320
6321         * lib/regcomp.c (optimize_utf8): Add a note on why we test
6322         opr.ctx_type.
6323         (calc_first): Initialize constraint field.
6324         (duplicate_node_closure): Use it instead of special casing ANCHORS.
6325         Fix grammar.
6326         (duplicate_node): Merge constraint field for all node types.
6327         (calc_eclosure_iter): Look at constraint field for all node types.
6328         * lib/regex_internal.c (create_cd_newstate): Don't look at
6329         opr.ctx_type.
6330
6331 2008-05-14  Bruno Haible  <bruno@clisp.org>
6332
6333         Help GCC to do better code generation.
6334         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
6335         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
6336         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
6337         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
6338         Declare with attribute 'malloc' if supported.
6339
6340 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
6341
6342         use "echo STR|wc -c" rather than unportable "expr length STR"
6343         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
6344         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
6345
6346 2008-05-14  Jim Meyering  <meyering@redhat.com>
6347
6348         use dd ibs=$n count=1 ... rather than less-portable head -c$n
6349         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
6350         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
6351         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
6352         via Collin Lasse.
6353
6354 2008-05-14  Eric Blake  <ebb9@byu.net>
6355
6356         Avoid quadratic growth in gl_LIBSOURCES.
6357         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
6358         Suggested by Bruno Haible.
6359
6360         Test xmemdup0.
6361         * modules/xmemdup0-tests: New file.
6362         * tests/test-xmemdup0.c: Likewise.
6363
6364 2008-05-13  Eric Blake  <ebb9@byu.net>
6365
6366         Split xmemdup0 into its own module.
6367         * modules/xmemdup0: New file.
6368         * lib/xmemdup0.h: Likewise.
6369         * lib/xmemdup0.c: Likewise.
6370         * MODULES.html.sh (Memory management functions): Add xmemdup0.
6371         * lib/xalloc.h (xmemdup0): Remove.
6372         * lib/xmalloc.c (xmemdup0): Likewise.
6373
6374 2008-05-13  Eric Blake  <ebb9@byu.net>
6375             Bruno Haible  <bruno@clisp.org>
6376
6377         Reduce number of forks required during autoconf.
6378         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
6379         and gl_LIBSOURCES_DIR.
6380         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
6381         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
6382         m4_syscmd per file.
6383         <m4_foreach_w>: Move...
6384         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
6385
6386 2008-05-13  Eric Blake  <ebb9@byu.net>
6387
6388         * gnulib-tool: Fix various comment typos.
6389
6390 2008-05-12  Bruno Haible  <bruno@clisp.org>
6391
6392         Tailor the linebreaking algorithm.
6393         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
6394
6395 2008-05-12  Bruno Haible  <bruno@clisp.org>
6396
6397         Update to Unicode 5.0.0.
6398         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
6399         LBP_JV, LBP_JT. Redistribute values.
6400         (unilbrk_table): Change size.
6401         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
6402         Unicode TR#14 rev. 22.
6403         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
6404         LBP_JV, LBP_JT. Redistribute values.
6405         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
6406         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
6407         Update.
6408         * lib/unilbrk/lbrkprop1.h: Regenerated.
6409         * lib/unilbrk/lbrkprop2.h: Regenerated.
6410         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
6411         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
6412         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
6413         Likewise.
6414         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
6415         Likewise.
6416         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
6417         result.
6418         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
6419         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
6420         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
6421         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
6422         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
6423         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
6424
6425 2008-05-11  Bruno Haible  <bruno@clisp.org>
6426
6427         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
6428
6429 2008-05-11  Bruno Haible  <bruno@clisp.org>
6430
6431         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
6432         * modules/unilbrk/gen-lbrk: New file.
6433
6434 2008-05-11  Bruno Haible  <bruno@clisp.org>
6435
6436         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
6437         * m4/sha512.m4 (gl_SHA512): Likewise.
6438
6439 2008-05-11  Jim Meyering  <meyering@redhat.com>
6440
6441         New modules: crypto/sha256, crypto/sha512 (from coreutils)
6442         * modules/crypto/sha256: New file.
6443         * modules/crypto/sha512: Likewise.
6444         * lib/sha256.c: Likewise.
6445         * lib/sha256.h: Likewise.
6446         * lib/sha512.c: Likewise.
6447         * lib/sha512.h: Likewise.
6448         * lib/u64.h: Likewise.
6449         * m4/sha256.m4: Likewise.
6450         * m4/sha512.m4: Likewise.
6451         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
6452
6453 2008-05-10  Bruno Haible  <bruno@clisp.org>
6454
6455         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
6456         (Input/Output <stdio.h>): Add xprintf.
6457         (Signal handling <signal.h>): Add strsignal.
6458         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
6459         (Core language properties): Add func.
6460         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
6461         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
6462         strings.
6463         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
6464         (Input/output): New section.
6465         (File system functions): Add openat-die, stat-macros.
6466         (Networking functions): Add sockets.
6467         (Unicode string functions): Add unictype/*.
6468         (Support for building libraries and executables): Add gperf.
6469         (Support for building documentation): Add agpl-3.0.
6470         (Misc): Add nocrash.
6471
6472 2008-05-10  Bruno Haible  <bruno@clisp.org>
6473
6474         * modules/unictype/gen-ctype: New file.
6475
6476 2008-05-10  Jim Meyering  <meyering@redhat.com>
6477
6478         Make chdir-safer.c more efficient on a system with no symlinks.
6479         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
6480         also if ELOOP is zero.  Suggested by Bruno Haible.
6481
6482         Make chdir-safer.c slightly safer.
6483         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
6484         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
6485
6486         Avoid compile failure on systems without ELOOP (like mingw).
6487         * lib/chdir-safer.c (ELOOP): Define if not already defined.
6488         Reported by Bruno Haible.
6489
6490 2008-05-10  Bruno Haible  <bruno@clisp.org>
6491
6492         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
6493         (is_utf8_encoding): Use a case-insensitive comparison.
6494         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
6495         streq.
6496
6497 2008-05-10  Bruno Haible  <bruno@clisp.org>
6498
6499         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
6500         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
6501         * lib/unilbrk/ulc-common.h (iconv_string_length,
6502         iconv_string_keeping_offsets): Remove declarations.
6503         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
6504         Don't include <iconv.h>, streq.h, xsize.h.
6505         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
6506         conversion.
6507         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
6508         <iconv.h>, streq.h, xsize.h.
6509         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
6510         conversion.
6511         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
6512         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
6513         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
6514         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
6515
6516 2008-05-10  Bruno Haible  <bruno@clisp.org>
6517
6518         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
6519         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
6520
6521         * modules/unilbrk/u32-width-linebreaks-tests: New file.
6522         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
6523
6524         * modules/unilbrk/u16-width-linebreaks-tests: New file.
6525         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
6526
6527         * modules/unilbrk/u8-width-linebreaks-tests: New file.
6528         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
6529
6530         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
6531         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
6532
6533         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
6534         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
6535
6536         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
6537         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
6538
6539         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
6540         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
6541
6542 2008-05-10  Bruno Haible  <bruno@clisp.org>
6543
6544         Split up 'linebreak' module.
6545         * lib/unilbrk.h: New file, based on lib/linebreak.h.
6546         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
6547         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
6548         modifications.
6549         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
6550         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
6551         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
6552         lib/linebreak.c.
6553         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
6554         lib/linebreak.c.
6555         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
6556         lib/linebreak.c.
6557         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
6558         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
6559         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
6560         lib/linebreak.c.
6561         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
6562         lib/linebreak.c.
6563         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
6564         lib/linebreak.c.
6565         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
6566         lib/linebreak.c.
6567         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
6568         lib/linebreak.c.
6569         * modules/unilbrk/base: New file.
6570         * modules/unilbrk/tables: New file.
6571         * modules/unilbrk/u8-possible-linebreaks: New file.
6572         * modules/unilbrk/u16-possible-linebreaks: New file.
6573         * modules/unilbrk/u32-possible-linebreaks: New file.
6574         * modules/unilbrk/ulc-common: New file.
6575         * modules/unilbrk/ulc-possible-linebreaks: New file.
6576         * modules/unilbrk/u8-width-linebreaks: New file.
6577         * modules/unilbrk/u16-width-linebreaks: New file.
6578         * modules/unilbrk/u32-width-linebreaks: New file.
6579         * modules/unilbrk/ulc-width-linebreaks: New file.
6580         * lib/linebreak.h: Remove file.
6581         * lib/linebreak.c: Remove file.
6582         * m4/linebreak.m4: Remove file.
6583         * modules/linebreak: Remove file.
6584         * NEWS: Mention the changes.
6585
6586 2008-05-09  Eric Blake  <ebb9@byu.net>
6587
6588         Add xmemdup0.
6589         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
6590         implementation.
6591         * lib/xmalloc.c (xmemdup0): New C implementation.
6592
6593 2008-05-08  Bruno Haible  <bruno@clisp.org>
6594
6595         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
6596
6597 2008-05-07  Eric Blake  <ebb9@byu.net>
6598
6599         Support cross-compilation of <wctype.h>.
6600         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
6601         AC_CACHE_CHECK.
6602
6603 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
6604
6605         * build-aux/vc-list-files: Add support for bzr.
6606
6607 2008-05-03  Jim Meyering  <meyering@redhat.com>
6608
6609         avoid failed assertion with tight malloc
6610         * tests/test-getndelim2.c: Correct an off-by-one assertion.
6611
6612 2008-05-03  Simon Josefsson  <simon@josefsson.org>
6613
6614         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
6615         are needed from arpa/inet.h.
6616         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
6617         Reported by Bruno Haible.
6618
6619 2008-05-02  Jim Meyering  <meyering@redhat.com>
6620
6621         avoid compilation error on FreeBSD 6
6622         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
6623
6624 2008-05-01  Jim Meyering  <meyering@redhat.com>
6625
6626         useless-if-before-free: correct --help's exit status description
6627         * build-aux/useless-if-before-free (usage): Like grep, exit 0
6628         for one or more matches, etc.  Reported by Bruno Haible.
6629
6630         vc-list-files: make the stand-alone gnulib test work
6631         * modules/vc-list-files-tests (configure.ac):
6632         Define and AC_SUBST abs_aux_dir.
6633         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
6634         $(abs_top_srcdir) to each script and having each of them
6635         duplicate the work of setting PATH, set PATH here, using
6636         the new variable, abs_aux_dir instead.
6637         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
6638         * tests/test-vc-list-files-git.sh: Likewise.
6639         Reported by Bruno Haible.
6640
6641 2008-05-01  Bruno Haible  <bruno@clisp.org>
6642
6643         * lib/getndelim2.c (getndelim2): Fix newsize computation during
6644         reallocation. Rename 'done' to 'found_delimiter'.
6645
6646 2008-05-01  Jim Meyering  <meyering@redhat.com>
6647
6648         vc-list-files: accommodate /bin/sh like the one from Solaris 10
6649         * build-aux/vc-list-files: Use `...`, not $(...).
6650
6651 2008-04-30  Jim Meyering  <meyering@redhat.com>
6652
6653         add tests for vc-list-files
6654         * modules/vc-list-files-tests: New module.
6655         * tests/test-vc-list-files-cvs.sh: New file.
6656         * tests/test-vc-list-files-git.sh: New file.
6657
6658         avoid a warning from gcc
6659         * lib/getndelim2.c (IF_LINT): Define.
6660         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
6661
6662         vc-list-files: work properly with build-aux/cvsu, too
6663         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
6664         to all cvs-based clauses.
6665
6666         vc-list-files: work properly in the CVS+awk case, too
6667         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
6668
6669         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
6670         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
6671         take more than one file argument, so .  Add quotes, just in case $dir
6672         ever contains a shell meta-character.  Prompted by Soren Hansen in
6673         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
6674
6675 2008-04-29  Eric Blake  <ebb9@byu.net>
6676
6677         Optimize getndelim2 to use block operations when possible.
6678         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
6679         freadseek, and memchr2.
6680         * lib/getndelim2.c (getndelim2): Use them for block reads.
6681
6682 2008-04-29  Bruno Haible  <bruno@clisp.org>
6683
6684         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
6685         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
6686         * modules/inet_ntop (Depends-on): Add extensions.
6687         * modules/inet_pton (Depends-on): Likewise.
6688         Reported by Simon Josefsson.
6689
6690 2008-04-29  Jim Meyering  <meyering@redhat.com>
6691
6692         When the is more than one match in a block, match all of them.
6693         * build-aux/useless-if-before-free: Iterate through each block
6694         until there are no more matches.
6695
6696         Fix broken useless-if-before-free script.
6697         * build-aux/useless-if-before-free: Fix typo: missing "?" after
6698         the expression to match cast of argument to free-like function.
6699
6700 2008-04-29  Eric Blake  <ebb9@byu.net>
6701
6702         Use new header.
6703         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
6704
6705 2008-04-29  Jim Meyering  <meyering@redhat.com>
6706
6707         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
6708         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
6709         by gnulib to exist and to declare e.g., inet_ntop.
6710         Don't include "inet_ntop.h", now removed.
6711
6712         * m4/arpa_inet_h.m4: Remove trailing blanks.
6713
6714 2008-04-29  Eric Blake  <ebb9@byu.net>
6715
6716         Silence valgrind on safe reads beyond potential array bounds.
6717         * lib/rawmemchr.valgrind: New file.
6718         * lib/strchrnul.valgrind: Likewise.
6719         * modules/rawmemchr (Files): Distribute new file.
6720         * modules/strchrnul (Files): Likewise.
6721         Suggested by Bruno Haible.
6722
6723 2008-04-29  Bruno Haible  <bruno@clisp.org>
6724
6725         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
6726         (inet_ntop, inet_pton): Change portability warning's wording.
6727         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
6728         Invoke gl_CHECK_NEXT_HEADERS.
6729         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
6730         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
6731         set ARPA_INET_H.
6732         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
6733         * modules/arpa_inet (Description): No longer only for systems that
6734         lack it.
6735         (Depends-on): Add include_next.
6736         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
6737         HAVE_ARPA_INET_H.
6738
6739 2008-04-29  Jim Meyering  <meyering@redhat.com>
6740
6741         * modules/mkdir (License): Re-license as LGPLv2+.
6742
6743 2008-04-29  Bruno Haible  <bruno@clisp.org>
6744
6745         * modules/rawmemchr (Maintainer): Set to Eric.
6746         * modules/strchrnul (Maintainer): Likewise.
6747
6748 2008-04-29  Simon Josefsson  <simon@josefsson.org>
6749
6750         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
6751         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
6752
6753         * modules/arpa_inet (arpa/inet.h): Use them.
6754
6755 2008-04-28  Eric Blake  <ebb9@byu.net>
6756
6757         Test getndelim2.
6758         * modules/getndelim2-tests: New file.
6759         * tests/test-getndelim2.c: Likewise.
6760         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
6761         stream.
6762         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
6763
6764         * MODULES.html.sh: Document new module.
6765
6766 2008-04-20  Bruno Haible  <bruno@clisp.org>
6767
6768         * lib/c-stack.c (die): Use raise.
6769         * modules/c-stack (Depends-on): Add raise.
6770
6771 2008-04-28  Bruno Haible  <bruno@clisp.org>
6772
6773         Expect rpmatch to be declared.
6774         * lib/yesno.c (rpmatch): Remove declaration.
6775
6776         Declare rpmatch.
6777         * lib/stdlib.in.h (rpmatch): New declaration.
6778         * lib/rpmatch.c: Include <stdlib.h> first.
6779         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
6780         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
6781         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
6782         HAVE_RPMATCH.
6783         * modules/rpmatch (Depends-on): Add stdlib, extensions.
6784         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
6785         (Include): Set to <stdlib.h>.
6786         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
6787         HAVE_RPMATCH.
6788         * NEWS: Document the change.
6789
6790 2008-04-28  Bruno Haible  <bruno@clisp.org>
6791
6792         Change rpmatch to use nl_langinfo when appropriate.
6793         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
6794         (N_): New macro.
6795         (localized_pattern): New function/macro.
6796         (try): Remove match, nomatch arguments. Copy the pattern into safe
6797         memory before caching it.
6798         (rpmatch): Use localized_pattern. Add translator comments.
6799         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
6800         Suggested by Eric Blake.
6801         * modules/rpmatch (Depends-on): Add stdbool.
6802
6803 2008-04-28  Eric Blake  <ebb9@byu.net>
6804
6805         Add rawmemchr module, matching glibc.
6806         * modules/string (Makefile.am): New indicator.
6807         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
6808         * lib/string.in.h (rawmemchr): Declare when appropriate.
6809         * modules/rawmemchr: New file.
6810         * m4/rawmemchr.m4: Likewise.
6811         * lib/rawmemchr.c: Likewise.
6812         * modules/rawmemchr-tests: Likewise.
6813         * tests/test-rawmemchr.c: Likewise.
6814         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
6815         module.
6816         * modules/strchrnul (Depends-on): Add rawmemchr.
6817         * lib/strchrnul.c (strchrnul): Optimize a corner case.
6818
6819         Whitespace cleanup.
6820         * tests/test-strchrnul.c: Reindent.
6821         * lib/strchrnul.c: Likewise.
6822
6823         Optimize and test strchrnul.
6824         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
6825         * modules/strchrnul-tests: New file.
6826         * tests/test-strchrnul.c: Likewise.
6827
6828         Remove intprops dependency.
6829         * modules/memchr (Depends-on): Remove intprops.
6830         * modules/memrchr (Depends-on): Likewise.
6831         * modules/memchr2 (Depends-on): Likewise.
6832         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
6833         * lib/memrchr.c (__memrchr): Likewise.
6834         * lib/memrchr2.c (memchr2): Likewise.
6835         Reported by Simon Josefsson.
6836
6837 2008-04-28  Simon Josefsson  <simon@josefsson.org>
6838
6839         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
6840         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6841
6842 2008-04-28  Simon Josefsson  <simon@josefsson.org>
6843
6844         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
6845
6846         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
6847
6848         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
6849
6850         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
6851         declarations.
6852         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
6853
6854         * m4/inet_pton.m4: Don't check for header files.
6855
6856         * m4/inet_ntop.m4: Don't check for header files.
6857
6858 2008-04-28  Simon Josefsson  <simon@josefsson.org>
6859
6860         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
6861         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
6862         trigger for cygwin).
6863         Reported by Bruno Haible  <bruno@clisp.org>.
6864
6865 2008-04-28  Bruno Haible  <bruno@clisp.org>
6866
6867         * doc/posix-functions/strdup.texi: Mention mingw problem.
6868
6869 2008-04-27  Bruno Haible  <bruno@clisp.org>
6870
6871         * modules/stat-time-tests (Depends-on): Add sleep.
6872         * tests/test-stat-time.c (force_unlink): New function.
6873         (cleanup): Use it.
6874         (test_mtime): Remove the ctime related tests.
6875         (test_ctime): New function, containing the ctime related tests.
6876         (main): Call test_ctime, except on native Windows platforms.
6877
6878 2008-04-27  Bruno Haible  <bruno@clisp.org>
6879
6880         * lib/rpmatch.c (rpmatch): Add some comments.
6881         Reported by James Youngman <jay@gnu.org>.
6882
6883 2008-04-27  Bruno Haible  <bruno@clisp.org>
6884
6885         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
6886         quiet NaNs.
6887
6888 2008-04-27  Bruno Haible  <bruno@clisp.org>
6889
6890         Make test-yesno.sh work on mingw.
6891         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
6892         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
6893         (main): Set stdin to binary mode.
6894         * modules/yesno-tests (Depends-on): Add binary-io.
6895
6896 2008-04-27  Bruno Haible  <bruno@clisp.org>
6897
6898         Fix 'isfinite' on x86, x86_64, ia64 platforms.
6899         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
6900         argument that lie outside the IEEE 854 domain.
6901         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
6902         (gl_ISFINITE): Use it.
6903         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
6904
6905 2008-04-27  Bruno Haible  <bruno@clisp.org>
6906
6907         Allow local renaming in config.h.
6908         * lib/memrchr.c (memrchr): Don't undefine outside libc.
6909
6910 2008-04-27  Bruno Haible  <bruno@clisp.org>
6911
6912         * lib/memchr.c (__memchr): Change type of 'i'.
6913         * lib/memchr2.c (memchr2): Likewise.
6914
6915 2008-04-26  Eric Blake  <ebb9@byu.net>
6916         and Bruno Haible  <bruno@clisp.org>
6917
6918         Optimize and test memrchr.
6919         * modules/memrchr (Depends-on): Add intprops.
6920         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
6921         * modules/memrchr-tests: New file.
6922         * tests/test-memrchr.c: New file.
6923
6924 2008-04-26  Bruno Haible  <bruno@clisp.org>
6925
6926         Add tentative support for DragonFly BSD.
6927         * lib/stdio-impl.h: Add macros for DragonFly BSD.
6928         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
6929         fp.
6930         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
6931         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
6932         * lib/fpurge.c (fpurge): Likewise.
6933         * lib/freadable.c (freaadable): Likewise.
6934         * lib/freadahead.c (freadahead): Likewise.
6935         * lib/freading.c (freading): Likewise.
6936         * lib/freadptr.c (freadptr): Likewise.
6937         * lib/freadseek.c (freadptrinc): Likewise.
6938         * lib/fseeko.c (fseeko): Likewise.
6939         * lib/fseterr.c (fseterr): Likewise.
6940         * lib/fwritable.c (fwritable): Likewise.
6941         * lib/fwriting.c (fwriting): Likewise.
6942
6943 2008-04-26  Bruno Haible  <bruno@clisp.org>
6944
6945         * lib/stdio-impl.h: New file.
6946         * lib/fbufmode.c: Include stdio-impl.h.
6947         (fbufmode): Use fp_, remove redundant #defines.
6948         * lib/fflush.c: Include stdio-impl.h.
6949         (clear_ungetc_buffer): Remove redundant #defines.
6950         * lib/fpurge.c: Include stdio-impl.h.
6951         (fpurge): Remove redundant #defines.
6952         * lib/freadable.c: Include stdio-impl.h.
6953         (freadable): Remove redundant #defines.
6954         * lib/freadahead.c: Include stdio-impl.h.
6955         (freadahead): Remove redundant #defines.
6956         * lib/freading.c: Include stdio-impl.h.
6957         (freading): Remove redundant #defines.
6958         * lib/freadptr.c: Include stdio-impl.h.
6959         (freadptr): Remove redundant #defines.
6960         * lib/freadseek.c: Include stdio-impl.h.
6961         (freadptrinc): Remove redundant #defines.
6962         * lib/fseeko.c: Include stdio-impl.h.
6963         (rpl_fseeko): Remove redundant #defines.
6964         * lib/fseterr.c: Include stdio-impl.h.
6965         (fseterr): Remove redundant #defines.
6966         * lib/fwritable.c: Include stdio-impl.h.
6967         (fwritable: Remove redundant #defines.
6968         * lib/fwriting.c: Include stdio-impl.h.
6969         (fwriting): Remove redundant #defines.
6970         * modules/fbufmode (Files): Add lib/stdio-impl.h.
6971         * modules/fflush (Files): Likewise.
6972         * modules/fpurge (Files): Likewise.
6973         * modules/freadable (Files): Likewise.
6974         * modules/freadahead (Files): Likewise.
6975         * modules/freading (Files): Likewise.
6976         * modules/freadptr (Files): Likewise.
6977         * modules/freadseek (Files): Likewise.
6978         * modules/fseeko (Files): Likewise.
6979         * modules/fseterr (Files): Likewise.
6980         * modules/fwritable (Files): Likewise.
6981         * modules/fwriting (Files): Likewise.
6982
6983 2008-04-26  Bruno Haible  <bruno@clisp.org>
6984
6985         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
6986         restore_seek_optimization, update_fpos_cache): New functions, extracted
6987         from rpl_fflush.
6988         (rpl_fflush): Use them.
6989         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
6990         (gl_REPLACE_FFLUSH): Use it.
6991
6992 2008-04-26  Bruno Haible  <bruno@clisp.org>
6993
6994         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
6995         on Solaris.
6996         * tests/test-xstrtoimax.sh: Likewise.
6997         * tests/test-xstrtoumax.sh: Likewise.
6998         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6999
7000 2008-04-26  Bruno Haible  <bruno@clisp.org>
7001
7002         * modules/memchr-tests: New file.
7003         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
7004
7005 2008-04-26  Eric Blake  <ebb9@byu.net>
7006             Bruno Haible  <bruno@clisp.org>
7007
7008         * lib/memchr.c: Include intprops.h.
7009         (__memchr): Optimize parallel detection of matching bytes. Rename local
7010         variables. Add explanatory comments.
7011
7012 2008-04-26  Bruno Haible  <bruno@clisp.org>
7013
7014         Fix module 'memchr', broken since 2000-10-28.
7015         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
7016
7017 2008-04-26  Bruno Haible  <bruno@clisp.org>
7018
7019         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
7020         comments.
7021
7022 2008-04-25  Eric Blake  <ebb9@byu.net>
7023
7024         Use native fstatat on cygwin 1.7.0.
7025         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
7026         first.
7027
7028 2008-04-23  Eric Blake  <ebb9@byu.net>
7029
7030         Improve memchr2 performance.
7031         * lib/memchr2.c (memchr2): Further optimize parallel detection of
7032         NUL bytes.
7033         * modules/memchr2 (Depends-on): Use intprops.h.
7034
7035 2008-04-23  Simon Josefsson  <simon@josefsson.org>
7036
7037         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
7038         an inline function instead of a CPP macro.  Patch by Ben Pfaff
7039         <blp@cs.stanford.edu>.
7040
7041 2008-04-23  Simon Josefsson  <simon@josefsson.org>
7042
7043         * lib/arpa_inet.in.h: New file.
7044
7045         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
7046         (Makefile.am): Sed in substitute header file.
7047
7048         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
7049         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
7050
7051         * modules/inet_ntop (configure.ac): Use
7052         gl_ARPA_INET_MODULE_INDICATOR.
7053
7054         * modules/inet_pton (configure.ac): Use
7055         gl_ARPA_INET_MODULE_INDICATOR.
7056
7057 2008-04-22  Jim Meyering  <meyering@redhat.com>
7058
7059         * modules/verify (License): Re-license as LGPLv2+.
7060
7061 2008-04-22  Simon Josefsson  <simon@josefsson.org>
7062
7063         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
7064         parameter to void* as per POSIX standard (MinGW uses char*).
7065
7066 2008-04-21  Bruno Haible  <bruno@clisp.org>
7067
7068         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
7069         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
7070         Define to replacements if REPLACE_ISWCNTRL is 1.
7071         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
7072         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
7073         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
7074         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
7075         what it fixes.
7076         * doc/posix-functions/iswalpha.texi: Likewise.
7077         * doc/posix-functions/iswblank.texi: Likewise.
7078         * doc/posix-functions/iswcntrl.texi: Likewise.
7079         * doc/posix-functions/iswdigit.texi: Likewise.
7080         * doc/posix-functions/iswgraph.texi: Likewise.
7081         * doc/posix-functions/iswlower.texi: Likewise.
7082         * doc/posix-functions/iswprint.texi: Likewise.
7083         * doc/posix-functions/iswpunct.texi: Likewise.
7084         * doc/posix-functions/iswspace.texi: Likewise.
7085         * doc/posix-functions/iswupper.texi: Likewise.
7086         * doc/posix-functions/iswxdigit.texi: Likewise.
7087         Reported by Alain Guibert.
7088
7089 2008-04-21  Bruno Haible  <bruno@clisp.org>
7090
7091         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
7092         Patch by Alain Guibert.
7093
7094 2008-04-21  Bruno Haible  <bruno@clisp.org>
7095
7096         Fix test failures on mingw.
7097         * tests/test-xstrtol.c (print_no_progname): New function.
7098         (main): Install it in error_print_progname hook.
7099         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
7100         * tests/test-xstrtoimax.sh: Likewise.
7101         * tests/test-xstrtoumax.sh: Likewise.
7102
7103 2008-04-21  Bruno Haible  <bruno@clisp.org>
7104
7105         Fix test failure on mingw.
7106         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
7107
7108 2008-04-21  Bruno Haible  <bruno@clisp.org>
7109
7110         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
7111         Actually assign a value.
7112
7113 2008-04-20  Bruno Haible  <bruno@clisp.org>
7114
7115         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
7116         take 2.
7117         * lib/canonicalize.c (canonicalize_file_name): Elide if the
7118         'canonicalize-lgpl' module is also used.
7119         * lib/canonicalize-lgpl.c: Undo last change.
7120         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
7121
7122 2008-04-20  Bruno Haible  <bruno@clisp.org>
7123
7124         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
7125         config.h. Provide _mkdir based fallback for mingw.
7126         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
7127         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
7128         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
7129         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
7130         rather than defining mkdir in config.h.
7131         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
7132         (gl_SYS_STAT_H_DEFAULTS): New macro.
7133         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
7134         HAVE_IO_H any more.
7135         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
7136         HAVE_DECL_MKDIR and HAVE_IO_H.
7137
7138 2008-04-20  Bruno Haible  <bruno@clisp.org>
7139
7140         * lib/isapipe.c: Port to native Windows platforms.
7141
7142 2008-04-20  Bruno Haible  <bruno@clisp.org>
7143
7144         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
7145
7146 2008-04-21  Eric Blake  <ebb9@byu.net>
7147
7148         Work around preprocessors that don't handle UINTMAX_MAX.
7149         * lib/memchr2.c (memchr2): Avoid embedded #if.
7150         Reported by Alain Guibert, fix suggested by Bruno Haible.
7151
7152 2008-04-21  Simon Josefsson  <simon@josefsson.org>
7153
7154         * doc/posix-functions/strftime.texi (strftime): Explain better
7155         Windows incompatibility.  Suggested by Micah Cowan
7156         <micah@cowan.name>.
7157
7158 2008-04-20  Bruno Haible  <bruno@clisp.org>
7159
7160         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
7161         unistr/u8-mblen.
7162
7163 2008-04-20  Bruno Haible  <bruno@clisp.org>
7164
7165         Fix test failure on platforms with non-GNU iconv.
7166         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
7167         (U_TO_U8): Use it, rather than u16_to_u8.
7168         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
7169         units at the end of the input string.
7170         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
7171
7172 2008-04-20  Bruno Haible  <bruno@clisp.org>
7173
7174         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
7175         when the resulting length is 0.
7176         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
7177
7178 2008-04-20  Bruno Haible  <bruno@clisp.org>
7179
7180         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
7181         works.
7182         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
7183
7184 2008-04-20  Bruno Haible  <bruno@clisp.org>
7185
7186         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
7187         * modules/tsearch-tests (configure.ac): Test for initstate function.
7188
7189 2008-04-20  Bruno Haible  <bruno@clisp.org>
7190
7191         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
7192         for nlink_t if missing.
7193         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
7194
7195 2008-04-19  Bruno Haible  <bruno@clisp.org>
7196
7197         Work around snprintf bug on Linux libc5.
7198         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
7199         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
7200         gl_SNPRINTF_SIZE1.
7201         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
7202         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
7203         that test failed.
7204         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
7205         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
7206         * modules/snprintf (Files): Add m4/printf.m4.
7207         * modules/vsnprintf (Files): Likewise.
7208         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
7209         * doc/posix-functions/vsnprintf.texi: Likewise.
7210
7211 2008-04-19  Bruno Haible  <bruno@clisp.org>
7212
7213         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
7214         from 0.0058 to less than 10^-7.
7215
7216 2008-04-19  Bruno Haible  <bruno@clisp.org>
7217
7218         Fix rounding when a precision is given.
7219         * lib/vasnprintf.c (is_borderline): New function.
7220         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
7221         9...9x.
7222         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
7223         %e, %g.
7224         * tests/test-vasprintf-posix.c (test_function): Likewise.
7225         * tests/test-snprintf-posix.h (test_function): Likewise.
7226         * tests/test-sprintf-posix.h (test_function): Likewise.
7227         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
7228         * tests/test-printf-posix.h (test_function): Likewise.
7229         * tests/test-printf-posix.output: Update.
7230         Reported by John Darrington <john@darrington.wattle.id.au> via
7231         Ben Pfaff <blp@cs.stanford.edu>.
7232
7233 2008-04-18  Simon Josefsson  <simon@josefsson.org>
7234
7235         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
7236         Suggested by Bruno Haible <bruno@clisp.org>.
7237
7238 2008-04-17  Bruno Haible  <bruno@clisp.org>
7239
7240         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
7241         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
7242         implementation.
7243         Patch by Bruce Merry <bmerry@gmail.com>.
7244
7245 2008-04-17  Simon Josefsson  <simon@josefsson.org>
7246
7247         * doc/posix-functions/strftime.texi (strftime): Mention that %e
7248         doesn't work under Windows.
7249
7250 2008-04-16  Bruno Haible  <bruno@clisp.org>
7251
7252         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
7253         New macros.
7254         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
7255         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
7256         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
7257         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
7258         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
7259         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
7260         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
7261         macros.
7262         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
7263         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
7264         Northern Sotho, Uighur.
7265
7266 2008-04-16  Bruno Haible  <bruno@clisp.org>
7267
7268         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
7269         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
7270         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
7271         Reported by Daniel Bergström <daniel@octocode.com>.
7272
7273 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
7274             Bruno Haible  <bruno@clisp.org>
7275
7276         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
7277         function.
7278         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
7279         New functions, mostly extracted from gl_locale_name_default.
7280         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
7281
7282 2008-04-16  Eric Blake  <ebb9@byu.net>
7283
7284         Adjust strtod detection to catch glibc 2.7 bug.
7285         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
7286         Reported by John Gatewood Ham.
7287
7288 2008-04-16  Bruno Haible  <bruno@clisp.org>
7289
7290         Add tentative support for Linux libc5.
7291         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
7292         * lib/fpurge.c (fpurge): Likewise.
7293         * lib/freadable.c (freadable): Likewise.
7294         * lib/freadahead.c (freadahead): Likewise.
7295         * lib/freading.c (freading): Likewise.
7296         * lib/freadptr.c (freadptr): Likewise.
7297         * lib/freadseek.c (freadptrinc): Likewise.
7298         * lib/fseeko.c (rpl_fseeko): Likewise.
7299         * lib/fseterr.c (fseterr): Likewise.
7300         * lib/fwritable.c (fwritable): Likewise.
7301         * lib/fwriting.c (fwriting): Likewise.
7302         Reported by Alain Guibert <alguibert+bts@free.fr>.
7303
7304 2008-04-15  Bruno Haible  <bruno@clisp.org>
7305
7306         * modules/mathl (configure.ac): Define module indicator.
7307
7308 2008-04-15  Bruno Haible  <bruno@clisp.org>
7309
7310         * lib/logl.c (logl): Remove unused variables.
7311
7312 2008-04-15  Bruno Haible  <bruno@clisp.org>
7313
7314         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
7315         fails.
7316
7317 2008-04-15  Bruno Haible  <bruno@clisp.org>
7318
7319         * lib/trim.c (trim2): Fix argument of isspace() macro.
7320
7321 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
7322
7323         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
7324         to 0.
7325         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
7326
7327 2008-04-14  Bruno Haible  <bruno@clisp.org>
7328
7329         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
7330         AC_LANG_PROGRAM argument.
7331         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
7332         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
7333         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
7334         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
7335         * m4/math_h.m4 (gl_MATH_H): Likewise.
7336         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
7337         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
7338         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
7339         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
7340         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
7341         * m4/regex.m4 (gl_REGEX): Likewise.
7342         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
7343         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
7344         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
7345         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
7346         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
7347         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
7348         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
7349         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
7350
7351 2008-04-14  Jim Meyering  <meyering@redhat.com>
7352
7353         test-strtod: fix typos: s/abs/fabs/
7354         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
7355
7356 2008-04-13  Bruno Haible  <bruno@clisp.org>
7357
7358         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
7359         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
7360         module is also used and while not building the reloc-wrapper.
7361
7362 2008-04-13  Bruno Haible  <bruno@clisp.org>
7363
7364         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
7365
7366 2008-04-13  Bruno Haible  <bruno@clisp.org>
7367
7368         Fix AIX compilation failure introduced on 2008-04-02.
7369         * tests/test-frexp.c (exp): Undefine before redefining.
7370         * tests/test-frexpl.c (exp): Likewise.
7371
7372 2008-04-13  Bruno Haible  <bruno@clisp.org>
7373
7374         Work around a HP-UX stdio bug.
7375         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
7376         * tests/test-ftello.c (main): Likewise.
7377         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
7378         * doc/posix-functions/ftello.texi: Likewise.
7379
7380 2008-04-13  Bruno Haible  <bruno@clisp.org>
7381
7382         Make test-signbit pass on HP-UX/hppa.
7383         * tests/test-signbit.c (minus_zerol): New variable.
7384         (test_signbitl): Use it.
7385
7386 2008-04-13  Bruno Haible  <bruno@clisp.org>
7387
7388         Make truncl work on OSF/1 4.0.
7389         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
7390         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
7391         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
7392         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
7393         HAVE_DECL_TRUNCL.
7394         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
7395         HAVE_DECL_TRUNCL.
7396         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
7397
7398 2008-04-13  Bruno Haible  <bruno@clisp.org>
7399
7400         * lib/unictype.h: Remove trailing comma from enumeration definitions.
7401
7402 2008-04-13  Bruno Haible  <bruno@clisp.org>
7403
7404         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
7405         expression, so as to avoid HP-UX 11 cc compiler bug.
7406
7407 2008-04-13  Bruno Haible  <bruno@clisp.org>
7408
7409         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
7410
7411 2008-04-13  Bruno Haible  <bruno@clisp.org>
7412
7413         * lib/git-merge-changelog.c: Remove empty declaration outside of
7414         functions.
7415
7416 2008-04-13  Bruno Haible  <bruno@clisp.org>
7417
7418         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
7419
7420 2008-04-13  Bruno Haible  <bruno@clisp.org>
7421
7422         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
7423         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
7424         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
7425         also if it exists but lacks definitions of the SHUT_* macros.
7426         * modules/sys_socket (Description): Update.
7427         Reported by Elbert Pol <e.pol@chello.nl>.
7428
7429 2008-04-13  Bruno Haible  <bruno@clisp.org>
7430
7431         * lib/localcharset.c (OS2): Don't redefine if already defined.
7432         Reported by Elbert Pol <e.pol@chello.nl>.
7433
7434 2008-04-13  Bruno Haible  <bruno@clisp.org>
7435
7436         * lib/binary-io.h [__EMX__]: Include <io.h>.
7437         Reported by Elbert Pol <e.pol@chello.nl>.
7438
7439 2008-04-12  Bruno Haible  <bruno@clisp.org>
7440
7441         * lib/fpucw.h: Enable the definitions also for x86_64.
7442         Needed for NetBSD/x86_64.
7443         Reported by Thomas Klausner <tk@giga.or.at>.
7444
7445 2008-04-12  Bruno Haible  <bruno@clisp.org>
7446
7447         * tests/test-strtod.c: Include isnand.h.
7448         (main): Use isnand instead of isnan.
7449         Reported by Jim Meyering.
7450
7451 2008-04-12  Bruno Haible  <bruno@clisp.org>
7452
7453         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
7454         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
7455
7456 2008-04-12  Jim Meyering  <meyering@redhat.com>
7457
7458         * m4/math_h.m4 (gl_MATH_H): Fix typos.
7459
7460 2008-04-12  Bruno Haible  <bruno@clisp.org>
7461
7462         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
7463         Reported by Elbert Pol <e.pol@chello.nl>.
7464
7465 2008-04-12  Eric Blake  <ebb9@byu.net>
7466
7467         Work around Solaris 10 math.h bug.
7468         * m4/math_h.m4 (gl_MATH_H): Check for bug.
7469         (gl_MATH_H_DEFAULTS): Set up default.
7470         * modules/math (Makefile.am): Replace new indicators.
7471         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
7472         * tests/test-math.c (main): Test this.
7473         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
7474         * doc/posix-headers/math.texi (math.h): Mention bug.
7475         Reported by Nelson H. F. Beebe and Jim Meyering.
7476
7477 2008-04-11  Bruno Haible  <bruno@clisp.org>
7478
7479         Adapt to future versions of Apple GCC.
7480         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
7481         Reported by Peter O'Gorman <peter@pogma.com>.
7482
7483 2008-04-11  Bruno Haible  <bruno@clisp.org>
7484
7485         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
7486
7487 2008-04-11  Bruno Haible  <bruno@clisp.org>
7488
7489         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
7490
7491         * modules/getaddrinfo-tests (Makefile.am): Define
7492         test_getaddrinfo_LDADD.
7493
7494 2008-04-11  Bruno Haible  <bruno@clisp.org>
7495
7496         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
7497         (init): Fix syntax error.
7498         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
7499         is declared.
7500
7501 2008-04-11  Bruno Haible  <bruno@clisp.org>
7502
7503         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
7504         * modules/glob (Depends-on): Add stdbool.
7505
7506 2008-04-11  Bruno Haible  <bruno@clisp.org>
7507
7508         * lib/trim.c: Include <string.h>.
7509
7510 2008-04-11  Eric Blake  <ebb9@byu.net>
7511
7512         Avoid compile failure on OS/2.
7513         * lib/regex_internal.h (internal_function): Disable optimization
7514         on OS/2 (__EMX__), where it caused compiler error.
7515         Reported by Elbert Pol.
7516
7517 2008-04-11  Bruno Haible  <bruno@clisp.org>
7518
7519         Flush the standard error stream before aborting. Needed on mingw.
7520         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
7521         * tests/test-array_list.c (ASSERT): Likewise.
7522         * tests/test-array_oset.c (ASSERT): Likewise.
7523         * tests/test-avltree_list.c (ASSERT): Likewise.
7524         * tests/test-avltree_oset.c (ASSERT): Likewise.
7525         * tests/test-avltreehash_list.c (ASSERT): Likewise.
7526         * tests/test-binary-io.c (ASSERT): Likewise.
7527         * tests/test-byteswap.c (ASSERT): Likewise.
7528         * tests/test-c-ctype.c (ASSERT): Likewise.
7529         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
7530         * tests/test-c-strcasestr.c (ASSERT): Likewise.
7531         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
7532         * tests/test-c-strstr.c (ASSERT): Likewise.
7533         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
7534         * tests/test-canonicalize.c (ASSERT): Likewise.
7535         * tests/test-carray_list.c (ASSERT): Likewise.
7536         * tests/test-ceilf1.c (ASSERT): Likewise.
7537         * tests/test-ceilf2.c (ASSERT): Likewise.
7538         * tests/test-ceill.c (ASSERT): Likewise.
7539         * tests/test-count-one-bits.c (ASSERT): Likewise.
7540         * tests/test-fbufmode.c (ASSERT): Likewise.
7541         * tests/test-fflush2.c (ASSERT): Likewise.
7542         * tests/test-floorf1.c (ASSERT): Likewise.
7543         * tests/test-floorf2.c (ASSERT): Likewise.
7544         * tests/test-floorl.c (ASSERT): Likewise.
7545         * tests/test-fopen.c (ASSERT): Likewise.
7546         * tests/test-fpending.c (ASSERT): Likewise.
7547         * tests/test-fprintf-posix.c (ASSERT): Likewise.
7548         * tests/test-fpurge.c (ASSERT): Likewise.
7549         * tests/test-freadable.c (ASSERT): Likewise.
7550         * tests/test-freadahead.c (ASSERT): Likewise.
7551         * tests/test-freading.c (ASSERT): Likewise.
7552         * tests/test-freadptr.c (ASSERT): Likewise.
7553         * tests/test-freadptr2.c (ASSERT): Likewise.
7554         * tests/test-freadseek.c (ASSERT): Likewise.
7555         * tests/test-freopen.c (ASSERT): Likewise.
7556         * tests/test-frexp.c (ASSERT): Likewise.
7557         * tests/test-frexpl.c (ASSERT): Likewise.
7558         * tests/test-fseek.c (ASSERT): Likewise.
7559         * tests/test-fseeko.c (ASSERT): Likewise.
7560         * tests/test-fstrcmp.c (ASSERT): Likewise.
7561         * tests/test-ftell.c (ASSERT): Likewise.
7562         * tests/test-ftello.c (ASSERT): Likewise.
7563         * tests/test-func.c (ASSERT): Likewise.
7564         * tests/test-fwritable.c (ASSERT): Likewise.
7565         * tests/test-fwriting.c (ASSERT): Likewise.
7566         * tests/test-getdelim.c (ASSERT): Likewise.
7567         * tests/test-getline.c (ASSERT): Likewise.
7568         * tests/test-i-ring.c (ASSERT): Likewise.
7569         * tests/test-iconv-utf.c (ASSERT): Likewise.
7570         * tests/test-iconv.c (ASSERT): Likewise.
7571         * tests/test-isfinite.c (ASSERT): Likewise.
7572         * tests/test-isnand.c (ASSERT): Likewise.
7573         * tests/test-isnanf.c (ASSERT): Likewise.
7574         * tests/test-isnanl.h (ASSERT): Likewise.
7575         * tests/test-ldexpl.c (ASSERT): Likewise.
7576         * tests/test-linked_list.c (ASSERT): Likewise.
7577         * tests/test-linkedhash_list.c (ASSERT): Likewise.
7578         * tests/test-localename.c (ASSERT): Likewise.
7579         * tests/test-lseek.c (ASSERT): Likewise.
7580         * tests/test-mbscasecmp.c (ASSERT): Likewise.
7581         * tests/test-mbscasestr1.c (ASSERT): Likewise.
7582         * tests/test-mbscasestr2.c (ASSERT): Likewise.
7583         * tests/test-mbscasestr3.c (ASSERT): Likewise.
7584         * tests/test-mbscasestr4.c (ASSERT): Likewise.
7585         * tests/test-mbschr.c (ASSERT): Likewise.
7586         * tests/test-mbscspn.c (ASSERT): Likewise.
7587         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
7588         * tests/test-mbspbrk.c (ASSERT): Likewise.
7589         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
7590         * tests/test-mbsrchr.c (ASSERT): Likewise.
7591         * tests/test-mbsspn.c (ASSERT): Likewise.
7592         * tests/test-mbsstr1.c (ASSERT): Likewise.
7593         * tests/test-mbsstr2.c (ASSERT): Likewise.
7594         * tests/test-mbsstr3.c (ASSERT): Likewise.
7595         * tests/test-memchr2.c (ASSERT): Likewise.
7596         * tests/test-memmem.c (ASSERT): Likewise.
7597         * tests/test-open.c (ASSERT): Likewise.
7598         * tests/test-printf-frexp.c (ASSERT): Likewise.
7599         * tests/test-printf-frexpl.c (ASSERT): Likewise.
7600         * tests/test-printf-posix.c (ASSERT): Likewise.
7601         * tests/test-quotearg.c (ASSERT): Likewise.
7602         * tests/test-rbtree_list.c (ASSERT): Likewise.
7603         * tests/test-rbtree_oset.c (ASSERT): Likewise.
7604         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
7605         * tests/test-round1.c (ASSERT): Likewise.
7606         * tests/test-roundf1.c (ASSERT): Likewise.
7607         * tests/test-roundl.c (ASSERT): Likewise.
7608         * tests/test-signbit.c (ASSERT): Likewise.
7609         * tests/test-sleep.c (ASSERT): Likewise.
7610         * tests/test-snprintf-posix.c (ASSERT): Likewise.
7611         * tests/test-snprintf.c (ASSERT): Likewise.
7612         * tests/test-sprintf-posix.c (ASSERT): Likewise.
7613         * tests/test-stat-time.c (ASSERT): Likewise.
7614         * tests/test-strcasestr.c (ASSERT): Likewise.
7615         * tests/test-strerror.c (ASSERT): Likewise.
7616         * tests/test-striconv.c (ASSERT): Likewise.
7617         * tests/test-striconveh.c (ASSERT): Likewise.
7618         * tests/test-striconveha.c (ASSERT): Likewise.
7619         * tests/test-strsignal.c (ASSERT): Likewise.
7620         * tests/test-strstr.c (ASSERT): Likewise.
7621         * tests/test-strtod.c (ASSERT): Likewise.
7622         * tests/test-trunc1.c (ASSERT): Likewise.
7623         * tests/test-trunc2.c (ASSERT): Likewise.
7624         * tests/test-truncf1.c (ASSERT): Likewise.
7625         * tests/test-truncf2.c (ASSERT): Likewise.
7626         * tests/test-truncl.c (ASSERT): Likewise.
7627         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
7628         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
7629         * tests/test-vasnprintf.c (ASSERT): Likewise.
7630         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
7631         * tests/test-vasprintf.c (ASSERT): Likewise.
7632         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
7633         * tests/test-vprintf-posix.c (ASSERT): Likewise.
7634         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
7635         * tests/test-vsnprintf.c (ASSERT): Likewise.
7636         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
7637         * tests/test-wcwidth.c (ASSERT): Likewise.
7638         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
7639         * tests/test-xprintf-posix.c (ASSERT): Likewise.
7640         * tests/test-xvasprintf.c (ASSERT): Likewise.
7641         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
7642         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
7643         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
7644         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
7645         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
7646         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
7647         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
7648         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
7649         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
7650         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
7651         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
7652         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
7653         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
7654         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
7655         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
7656         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
7657         * tests/unictype/test-block_list.c (ASSERT): Likewise.
7658         * tests/unictype/test-block_of.c (ASSERT): Likewise.
7659         * tests/unictype/test-block_test.c (ASSERT): Likewise.
7660         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
7661         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
7662         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
7663         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
7664         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
7665         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
7666         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
7667         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
7668         * tests/unictype/test-combining.c (ASSERT): Likewise.
7669         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
7670         * tests/unictype/test-digit.c (ASSERT): Likewise.
7671         * tests/unictype/test-mirror.c (ASSERT): Likewise.
7672         * tests/unictype/test-numeric.c (ASSERT): Likewise.
7673         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
7674         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
7675         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
7676         * tests/unictype/test-scripts.c (ASSERT): Likewise.
7677         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
7678         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
7679         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
7680         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
7681         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
7682         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
7683         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
7684         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
7685         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
7686         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
7687         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
7688         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
7689         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
7690         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
7691         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
7692         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
7693         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
7694         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
7695         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
7696         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
7697         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
7698         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
7699         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
7700         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
7701         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
7702         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
7703         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
7704         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
7705         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
7706         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
7707         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
7708         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
7709         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
7710         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
7711         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
7712         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
7713         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
7714         Reported by Eric Blake.
7715
7716 2008-04-11  Bruno Haible  <bruno@clisp.org>
7717
7718         * lib/wchar.in.h: Tweak comment.
7719
7720 2008-04-11  Bruno Haible  <bruno@clisp.org>
7721
7722         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
7723         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
7724         gl_COMMON.
7725         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
7726
7727 2008-04-11  Bruno Haible  <bruno@clisp.org>
7728
7729         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
7730
7731 2008-04-11  Simon Josefsson  <simon@josefsson.org>
7732
7733         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
7734         of attempting to use non-existing /dev/*random.  Based on patch
7735         from Adam Strzelecki <ono@java.pl> in
7736         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
7737
7738 2008-04-08  Bruno Haible  <bruno@clisp.org>
7739
7740         Add tentative support for emx+gcc.
7741         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
7742         * lib/fpurge.c (fpurge): Likewise.
7743         * lib/freadable.c (freadable): Likewise.
7744         * lib/freadahead.c (freadahead): Likewise.
7745         * lib/freading.c (freading): Likewise.
7746         * lib/freadptr.c (freadptr): Likewise.
7747         * lib/freadseek.c (freadptrinc): Likewise.
7748         * lib/fseeko.c (rpl_fseeko): Likewise.
7749         * lib/fseterr.c (fseterr): Likewise.
7750         * lib/fwritable.c (fwritable): Likewise.
7751         * lib/fwriting.c (fwriting): Likewise.
7752         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
7753
7754 2008-04-09  Eric Blake  <ebb9@byu.net>
7755
7756         Avoid some autoconf warnings.
7757         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
7758         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
7759         * m4/afs.m4 (gl_AFS): Likewise.
7760         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
7761         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
7762         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
7763         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
7764         (gl_INTEGER_TYPE_SUFFIX): Likewise.
7765         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
7766         (AC_CHECK_DECLS_ONCE): Likewise.
7767         Rename file...
7768         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
7769         gnulib-tool requires autoconf 2.59 or better.
7770         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
7771
7772 2008-04-08  Eric Blake  <ebb9@byu.net>
7773
7774         Use 'git describe --match' if present (added in git 1.5.5).
7775         * build-aux/git-version-gen: Limit result to tags that match 'v*'
7776         if possible.
7777
7778 2008-04-08  Bruno Haible  <bruno@clisp.org>
7779
7780         Add tentative support for OpenServer.
7781         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
7782         _ptr, _cnt.
7783         * lib/fpurge.c (fpurge): Likewise.
7784         * lib/freadable.c (freadable): Likewise.
7785         * lib/freadahead.c (freadahead): Likewise.
7786         * lib/freading.c (freading): Likewise.
7787         * lib/freadptr.c (freadptr): Likewise.
7788         * lib/freadseek.c (freadptrinc): Likewise.
7789         * lib/fseeko.c (rpl_fseeko): Likewise.
7790         * lib/fseterr.c (fseterr): Likewise.
7791         * lib/fwritable.c (fwritable): Likewise.
7792         * lib/fwriting.c (fwriting): Likewise.
7793         Reported by Roger Cornelius <rac@tenzing.org> and
7794         Brian K. White <brian@aljex.com>.
7795
7796 2008-04-06  Jim Meyering  <meyering@redhat.com>
7797
7798         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
7799
7800 2008-04-06  Bruno Haible  <bruno@clisp.org>
7801
7802         Avoid possible error with non-ASCII bytes in UTF-8 locales.
7803         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
7804         * tests/test-printf-posix.sh: Likewise.
7805         * tests/test-vfprintf-posix.sh: Likewise.
7806         * tests/test-vprintf-posix.sh: Likewise.
7807         * tests/test-xprintf-posix.sh: Likewise.
7808
7809 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7810
7811         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
7812         hide error from 'ls', needed on OS/2.
7813         Report by Elbert Pol <elbert.pol@gmail.com>.
7814
7815 2008-04-04  Eric Blake  <ebb9@byu.net>
7816
7817         Make test-fseeko.c failures meaningful.
7818         * tests/test-fseeko.c: Print line number on failure.
7819         * tests/test-fseek.c: Likewise.
7820         Reported by Nelson H. F. Beebe.
7821
7822         Improve strtod bug detection check.
7823         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
7824         required for Solaris 10.
7825         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
7826
7827 2008-04-04  Bruno Haible  <bruno@clisp.org>
7828
7829         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
7830         by m4/setenv.m4.
7831
7832 2008-04-03  Eric Blake  <ebb9@byu.net>
7833
7834         Ensure sane .version contents.
7835         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
7836         version string.
7837         * build-aux/git-version-gen: Improve documentation.
7838
7839         Make GNU make output nicer.
7840         * top/GNUmakefile [!_have-Makefile]: Add dependency on
7841         MAKECMDGOALS to enforce message for all command line targets.  Set
7842         srcdir for use in maint.mk.
7843
7844         Another maintainer tweak.
7845         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
7846         a target that regenerates version.
7847
7848 2008-04-03  Jim Meyering  <meyering@redhat.com>
7849
7850         vc-list-files: don't cause coreutils "make po-check" failure
7851         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
7852
7853 2008-04-03  Eric Blake  <ebb9@byu.net>
7854
7855         Allow VPATH usage of vc-list-files.
7856         * build-aux/vc-list-files (scriptversion): Add timestamp.
7857         (options): Add --help, --version, -C.
7858         (CVS): Support installed cvsu.
7859
7860 2008-04-02  Bruno Haible  <bruno@clisp.org>
7861
7862         Avoid some "statement with no effect" warnings from gcc.
7863         * tests/test-wctype.c (main): Explicitly ignore unused values.
7864         Reported by Jim Meyering.
7865
7866 2008-04-02  Jim Meyering  <meyering@redhat.com>
7867
7868         Avoid some warnings from "gcc -Wshadow".
7869         * tests/test-frexp.c (exp): Define to a different identifier.
7870         * tests/test-frexpl.c (exp): Likewise.
7871
7872 2008-04-03  Jim Meyering  <meyering@redhat.com>
7873
7874         bootstrap: remove dangling *.[ch] symlinks from lib
7875         * build-aux/bootstrap [dangling symlink removal]: Move find's
7876         -depth option to precede all others, to avoid a warning.
7877         Remove *.[ch] files too, and from "$source_base" (usually lib/).
7878
7879 2008-04-02  Bruno Haible  <bruno@clisp.org>
7880
7881         Avoid some warnings from "gcc -Wshadow".
7882         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
7883         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
7884         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
7885         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
7886         Reported by Jim Meyering.
7887
7888 2008-04-01  Bruno Haible  <bruno@clisp.org>
7889
7890         Fix test to work on IRIX 6.5 with cc.
7891         * tests/test-math.c (numeric_equal): New function.
7892         (main): Use it.
7893
7894 2008-04-01  Bruno Haible  <bruno@clisp.org>
7895
7896         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
7897
7898 2008-04-01  Bruno Haible  <bruno@clisp.org>
7899
7900         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
7901         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
7902         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
7903         (Depends-on): Remove math.
7904
7905         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
7906         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
7907         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
7908         (Depends-on): Remove math.
7909
7910         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
7911         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
7912         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
7913         (Depends-on): Remove math.
7914         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
7915         (Depends-on): Remove math.
7916
7917         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
7918         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
7919         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
7920         (Depends-on): Remove math.
7921         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
7922         (Depends-on): Remove math.
7923
7924         * tests/test-round1.c: Include nan.h.
7925         (main): Use NaNd instead of NAN.
7926         * modules/round-tests (Files): Add tests/nan.h.
7927
7928         * tests/test-trunc1.c: Include nan.h.
7929         (main): Use NaNd instead of NAN.
7930         * modules/trunc-tests (Files): Add tests/nan.h.
7931
7932         * tests/test-roundf1.c: Include nan.h.
7933         (main): Use NaNf instead of NAN.
7934         * modules/roundf-tests (Files): Add tests/nan.h.
7935
7936         * tests/test-truncf1.c: Include nan.h.
7937         (main): Use NaNf instead of NAN.
7938         * modules/truncf-tests (Files): Add tests/nan.h.
7939
7940         * tests/test-ceilf1.c: Include nan.h.
7941         (main): Use NaNf instead of NAN.
7942         * modules/ceilf-tests (Files): Add tests/nan.h.
7943
7944         * tests/test-floorf1.c: Include nan.h.
7945         (main): Use NaNf instead of NAN.
7946         * modules/floorf-tests (Files): Add tests/nan.h.
7947
7948         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
7949         (main): Use NaNf instead of NAN.
7950         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
7951
7952         * tests/test-isnand.c: Include nan.h instead of <math.h>.
7953         (main): Use NaNd instead of NAN.
7954         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
7955
7956         * tests/test-frexp.c: Include nan.h.
7957         (main): Use NaNd instead of NAN.
7958         * modules/frexp-tests (Files): Add tests/nan.h.
7959
7960         * lib/isnan.c: Don't include <math.h>.
7961         (FUNC): Don't use NAN macro.
7962         * modules/isnand-nolibm (Depends-on): Remove math.
7963         * modules/isnanf-nolibm (Depends-on): Remove math.
7964         * modules/isnanl (Depends-on): Remove math.
7965         * modules/isnanl-nolibm (Depends-on): Remove math.
7966
7967         * tests/nan.h: New file.
7968
7969 2008-04-01  Eric Blake  <ebb9@byu.net>
7970
7971         Fix typos.
7972         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
7973         values to be the right type.
7974
7975         For now, cater to gnulib strtod inaccuracies.
7976         * tests/test-strtod.c (main): Allow 1-ulp error on expected
7977         fractional results.  While not as nice from a QoI perspective, it
7978         is a quicker patch than correctly implementing decimal to binary
7979         rounding.
7980
7981 2008-03-31  Eric Blake  <ebb9@byu.net>
7982
7983         Guarantee a definition of NAN.
7984         * lib/math.in.h (NAN): Define if missing.
7985         * tests/test-math.c (main): Test it.
7986         * doc/posix-headers/math.texi (math.h): Document this.
7987         * lib/isnan.c (rpl_isnand): Use it.
7988         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
7989         * tests/test-floorf1.c (NaN): Likewise.
7990         * tests/test-frexp.c (NaN): Likewise.
7991         * tests/test-isnand.c (NaN): Likewise.
7992         * tests/test-isnanf.c (NaN): Likewise.
7993         * tests/test-round1.c (NaN): Likewise.
7994         * tests/test-roundf1.c (NaN): Likewise.
7995         * tests/test-snprintf-posix.h (NaN): Likewise.
7996         * tests/test-sprintf-posix.h (NaN): Likewise.
7997         * tests/test-trunc1.c (NaN): Likewise.
7998         * tests/test-truncf1.c (NaN): Likewise.
7999         * tests/test-vasnprintf-posix.c (NaN): Likewise.
8000         * tests/test-vasprintf-posix.c (NaN): Likewise.
8001         * modules/isnand-nolibm (Depends-on): Add math.
8002         * modules/isnanf-nolibm (Depends-on): Likewise.
8003         * modules/isnanl (Depends-on): Likewise.
8004         * modules/isnanl-nolibm (Depends-on): Likewise.
8005         * modules/snprintf-posix-tests (Depends-on): Likewise.
8006         * modules/sprintf-posix-tests (Depends-on): Likewise.
8007         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
8008         * modules/vsprintf-posix-tests (Depends-on): Likewise.
8009         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
8010         * modules/vasprintf-posix-tests (Depends-on): Likewise.
8011
8012 2008-03-31  Bruno Haible  <bruno@clisp.org>
8013
8014         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
8015         * doc/posix-functions/strtod.texi: Likewise.
8016
8017 2008-03-31  Bruno Haible  <bruno@clisp.org>
8018
8019         * tests/test-strtod.c (main): Don't use C99 syntax.
8020
8021 2008-03-31  Bruno Haible  <bruno@clisp.org>
8022
8023         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
8024         Reported by Eric Blake.
8025
8026 2008-03-31  Jim Meyering  <meyering@redhat.com>
8027
8028         Don't compare actual signbit return values.
8029         * tests/test-strtod.c (main): Rather, compare only their
8030         zero/non-zero nature.
8031
8032 2008-03-31  Eric Blake  <ebb9@byu.net>
8033
8034         More strtod documentation.
8035         * doc/posix-functions/strtod.texi (strtod): Interpret more test
8036         failures as distinct bugs.
8037
8038 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
8039
8040         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
8041         Problem reported by Erik Benada in
8042         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
8043
8044 2008-03-30  Bruno Haible  <bruno@clisp.org>
8045
8046         * tests/test-strtod.c: Add comments about which assertion fails on which
8047         platform.
8048         * doc/posix-functions/strtod.texi: Add info about many more platforms.
8049
8050 2008-03-30  Eric Blake  <ebb9@byu.net>
8051
8052         Test signbit behavior on zeros.
8053         * tests/test-signbit.c (test_signbitf): Add tests for zero.
8054         (test_signbitd, test_signbitl): Likewise.
8055
8056         More strtod touchups.
8057         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
8058         sign of negative underflow, for now.  Use .5, not .1.
8059         * doc/posix-functions/strtod.texi (strtod): Mention these
8060         limitations.
8061         Reported by Jim Meyering.
8062
8063 2008-03-30  Bruno Haible  <bruno@clisp.org>
8064
8065         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
8066         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
8067
8068 2008-03-30  Bruno Haible  <bruno@clisp.org>
8069
8070         Avoid failure when attempting to return empty iconv results on some
8071         platforms.
8072         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
8073         allocation, don't report ENOMEM when the resulting string is empty.
8074
8075 2008-03-30  Bruno Haible  <bruno@clisp.org>
8076
8077         Fix buffer overrun.
8078         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
8079         Don't consider the width for tmp_length. Check count against tmp_length
8080         before doing the padding. Ensure enough allocation during padding.
8081
8082 2008-03-30  Eric Blake  <ebb9@byu.net>
8083
8084         strtod touchups.
8085         * lib/strtod.c (strtod): Avoid compiler warnings.
8086         Reported by Jim Meyering.
8087
8088 2008-03-30  Bruno Haible  <bruno@clisp.org>
8089
8090         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
8091         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
8092         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
8093         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
8094         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
8095         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
8096         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
8097         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
8098
8099         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
8100         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
8101         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
8102         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
8103         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
8104         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
8105         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
8106         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
8107
8108         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
8109         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
8110         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
8111         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
8112         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
8113         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
8114         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
8115         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
8116
8117         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
8118         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
8119
8120         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
8121         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
8122
8123         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
8124         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
8125
8126         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
8127         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
8128         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
8129
8130         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
8131         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
8132         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
8133
8134         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
8135         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
8136         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
8137
8138         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
8139         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
8140         * modules/vasprintf (Depends-on): Add EOVERFLOW.
8141
8142         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
8143         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
8144         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
8145         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
8146         (Depends-on): Add EOVERFLOW.
8147         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
8148         (Depends-on): Add EOVERFLOW.
8149         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
8150         (Depends-on): Add EOVERFLOW.
8151         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
8152         (Depends-on): Add EOVERFLOW.
8153         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
8154         (Depends-on): Add EOVERFLOW.
8155         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
8156         (Depends-on): Add EOVERFLOW.
8157         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
8158         (Depends-on): Add EOVERFLOW.
8159         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
8160         (Depends-on): Add EOVERFLOW.
8161
8162         * lib/sprintf.c (EOVERFLOW): Remove fallback.
8163         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
8164         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
8165
8166         * lib/snprintf.c (EOVERFLOW): Remove fallback.
8167         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
8168         * modules/snprintf (Depends-on): Add EOVERFLOW.
8169
8170         * lib/poll.c (EOVERFLOW): Remove fallback.
8171         * modules/poll (Depends-on): Add EOVERFLOW.
8172
8173         * lib/getugroups.c (EOVERFLOW): Remove fallback.
8174         * modules/getugroups (Depends-on): Add EOVERFLOW.
8175
8176         * lib/getdelim.c (EOVERFLOW): Remove fallback.
8177         * modules/getdelim (Depends-on): Add EOVERFLOW.
8178
8179         * lib/ftell.c (EOVERFLOW): Remove fallback.
8180         * modules/ftell (Depends-on): Add EOVERFLOW.
8181
8182         * lib/fprintf.c (EOVERFLOW): Remove fallback.
8183         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
8184         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
8185
8186         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
8187
8188         * modules/EOVERFLOW-tests: New file.
8189         * tests/test-EOVERFLOW.c: New file.
8190
8191         * modules/EOVERFLOW: New file.
8192         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
8193
8194 2008-03-30  Bruno Haible  <bruno@clisp.org>
8195
8196         Fix bug introduced on 2007-06-10.
8197         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
8198         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
8199
8200 2008-03-30  Bruno Haible  <bruno@clisp.org>
8201
8202         Improve freadseek's efficiency after ungetc.
8203         * lib/freadseek.c: Include freadahead.h.
8204         (freadptrinc): New function, extracted from freadseek.
8205         (freadseek): Use it in a loop. Use freadahead to determine the number
8206         of loop iterations.
8207         * modules/freadseek (Depends-on): Add freadahead.
8208         (configure.ac): Require AC_C_INLINE.
8209
8210 2008-03-30  Bruno Haible  <bruno@clisp.org>
8211
8212         * lib/freadseek.c (freadseek): Don't ignore the return value of
8213         freadptr.
8214
8215 2008-03-29  Eric Blake  <ebb9@byu.net>
8216
8217         Add hex float support.
8218         * modules/strtod (Depends-on): Add c-ctype.
8219         (Link): Mention POW_LIB.
8220         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
8221         whitespace between 'e' and exponent.
8222         * tests/test-strtod.c (main): Enable hex float tests.
8223         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
8224         now provides.
8225
8226         Document various strtod bugs, with some fixes.
8227         * doc/posix-functions/strtod.texi (strtod): Document bugs with
8228         "-0x", "inf", "nan", and hex constants.
8229         * doc/posix-functions/atof.texi (atof): Likewise.
8230         * modules/stdlib (Makefile.am): Support strtod.
8231         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
8232         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
8233         detect additional strtod bugs.
8234         * lib/stdlib.in.h (rpl_strtod): Add declarations.
8235         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
8236         bool where appropriate.  Parse 'inf' and 'nan'.
8237         * tests/test-strtod.c: New file.
8238         * modules/strtod (Depends-on): Add stdbool, stdlib.
8239         (configure.ac): Turn on module indicator.
8240         * modules/strtod-tests: New module.
8241
8242 2008-03-29  Eric Blake  <ebb9@byu.net>
8243
8244         Fix ftell on mingw.
8245         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
8246         * modules/ftell-tests (Depends-on): Add binary-io.
8247         * modules/ftello-tests (Depends-on): Likewise.
8248         * tests/test-ftell.c (main): Enhance test to cover behavior after
8249         ungetc.  Enforce binary mode.
8250         * tests/test-ftello.c (main): Likewise.
8251
8252         Pass test-freadseek on cygwin.
8253         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
8254         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
8255         ungetc buffer.
8256
8257         * tests/test-fflush2.c (main): Fix typo.
8258
8259 2008-03-29  Bruno Haible  <bruno@clisp.org>
8260
8261         * tests/test-fflush2.c (main): Temporarily disable the contents of
8262         this test.
8263         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
8264         Reported by Eric Blake.
8265
8266 2008-03-28  Simon Josefsson  <simon@josefsson.org>
8267
8268         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
8269         (GC_SHA224_DIGEST_SIZE): Add.
8270
8271         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
8272         (gc_hash_digest_length): Likewise.
8273         (gc_hash_buffer): Likewise.
8274
8275 2008-03-25  Bruno Haible  <bruno@clisp.org>
8276
8277         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
8278         detail which gettext release to use.
8279         Reported by Simon Josefsson.
8280
8281 2008-03-26  Jim Meyering  <meyering@redhat.com>
8282
8283         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
8284         * modules/gnumakefile (clean-GNUmakefile): Also, use
8285         test ... && ... || : syntax rather than if-then ... fi.
8286
8287         gnumakefile: Don't double-quote-expand $(VPATH) value.
8288         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
8289
8290 2008-03-24  Eric Blake  <ebb9@byu.net>
8291
8292         Alter GNUmakefile to install into top directory.
8293         * modules/maintainer-makefile: Split, and add dependency...
8294         * modules/gnumakefile: to this new module.
8295         * build-aux/GNUmakefile: Move...
8296         * top/GNUmakefile: ...here.
8297         * build-aux/maint.mk: Move...
8298         * top/maint.mk: ...here.
8299         * MODULES.html.sh (Support for maintaining...): Document new
8300         module.
8301
8302 2008-03-23  Bruno Haible  <bruno@clisp.org>
8303
8304         * gnulib-tool: New options --vc-files, --no-vc-files.
8305         (func_usage): Document them.
8306         (vc_files): New variable.
8307         (func_import): Consider vc_files.
8308         (func_create_testdir): Set vc_files to empty.
8309         Suggested by Jim Meyering and Karl Berry.
8310
8311 2008-03-23  Bruno Haible  <bruno@clisp.org>
8312
8313         Fix regex compilation error on HP-UX 11.
8314         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
8315         * modules/regex (Files): Add m4/mbstate_t.m4.
8316         Reported by Ton Voon <ton.voon@altinity.com>.
8317
8318 2008-03-23  Bruno Haible  <bruno@clisp.org>
8319
8320         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
8321
8322 2008-03-23  Eric Blake  <ebb9@byu.net>
8323             Bruno Haible  <bruno@clisp.org>
8324
8325         Install files from top/ in the destination directory.
8326         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
8327         augmentation also for the files from top/.
8328         (func_import, func_create_testdir): Rewrite file names:
8329         top/filename -> filename.
8330
8331 2008-03-23  Bruno Haible  <bruno@clisp.org>
8332
8333         Tweak "gnulib --version" output.
8334         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
8335
8336 2008-03-23  Bruno Haible  <bruno@clisp.org>
8337
8338         Tweak "gnulib --version" output.
8339         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
8340         rather than contents of ChangeLog, when possible.
8341
8342 2008-03-21  Eric Blake  <ebb9@byu.net>
8343
8344         More --version tweaks.
8345         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
8346         date of last ChangeLog entry.
8347
8348 2008-03-21  Jim Meyering  <meyering@redhat.com>
8349
8350         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
8351
8352 2008-03-20  Eric Blake  <ebb9@byu.net>
8353
8354         VPATH fix.
8355         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
8356
8357 2008-03-20  Simon Josefsson  <simon@josefsson.org>
8358
8359         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
8360         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
8361
8362 2008-03-20  Eric Blake  <ebb9@byu.net>
8363
8364         Sync GNUmakefile with coreutils.
8365         * build-aux/GNUmakefile (have-Makefile): Rename...
8366         (_have-Makefile): ...to this, for namespace consideration.
8367         (GNUmakefile.cfg): Include, if present.
8368         (_autoreconf): Define a default.
8369         (_is-dist-target): New rule for rebuilds to pick up intra-release
8370         version.
8371         (maint-cfg.mk): Rename...
8372         (cfg.mk): ...to this.
8373
8374 2008-03-18  Jim Meyering  <meyering@redhat.com>
8375
8376         New script and module: mktempd
8377         * MODULES.html.sh (maint+release support): Add mktempd.
8378         * build-aux/mktempd: New file.
8379         * modules/mktempd: New file.
8380
8381 2008-03-15  Jim Meyering  <meyering@redhat.com>
8382
8383         Undo last change.
8384         * lib/sha1.c, lib/md5.c: 63 != ~63.
8385         Reported by Andreas Schwab.
8386
8387         sha1.c, md5.c: Hoist a redundant expression.
8388         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
8389         "ctx->buflen" only once, before calling *_process_block.
8390         * lib/md5.c (md5_process_bytes): Likewise.
8391
8392 2008-03-14  Eric Blake  <ebb9@byu.net>
8393
8394         Bump copyright year in files generated by gnulib-tool.
8395         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
8396         gnulib-tool, rather than hard-coding it.
8397
8398         Fix 'gnulib-tool --version' output to work with git.
8399         * gnulib-tool (func_gnulib_dir): New function, extracted from...
8400         (startup): ...here.
8401         (func_version): Use it to invoke git-version-gen, rather than
8402         relying on CVS keyword expansion.  Modernize wording.
8403         (cvsdatestamp, last_checkin_date, version): Kill unused
8404         variables.
8405
8406 2008-03-12  Jim Meyering  <meyering@redhat.com>
8407
8408         Recognize optional cast of the argument to free.
8409         * build-aux/useless-if-before-free: Update regexps.
8410
8411         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
8412
8413 2008-03-11  Bruno Haible  <bruno@clisp.org>
8414
8415         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
8416         by a single package.
8417         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
8418         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
8419         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
8420         Reported by Sam Steingold <sds@gnu.org>.
8421
8422 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
8423
8424         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
8425         repositories.
8426
8427 2008-03-11  Bruno Haible  <bruno@clisp.org>
8428
8429         Avoid conflicts between local macro definitions.
8430         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
8431         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
8432
8433 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
8434             Bruno Haible  <bruno@clisp.org>
8435
8436         Make va_copy work with some version of xlc on AIX 5.1.
8437         * lib/stdarg.in.h: New file.
8438         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
8439         On AIX, use a <stdarg.h> file substitute.
8440         * modules/stdarg (Files): Add lib/stdarg.in.h.
8441         (Depends-on): Add include_next.
8442         (Makefile.am): Build a stdarg.h substitute if requested.
8443         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
8444
8445 2008-03-10  Bruno Haible  <bruno@clisp.org>
8446
8447         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
8448         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
8449         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
8450
8451 2008-03-10  Bruno Haible  <bruno@clisp.org>
8452
8453         * modules/stdlib (Depends-on): Add include_next, remove
8454         absolute-header.
8455
8456 2008-03-09  Bruno Haible  <bruno@clisp.org>
8457
8458         * lib/freadahead.h (freadahead): Document more precisely.
8459         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
8460         the sum of both buffer sizes.
8461         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
8462         * NEWS: Document the change.
8463
8464 2008-03-09  Bruno Haible  <bruno@clisp.org>
8465
8466         Extend freadptr to return also the buffer size.
8467         * lib/freadptr.h (freadptr): Add sizep argument.
8468         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
8469         (freadptr): Add sizep argument. Determine buffer size like freadahead
8470         does.
8471         * tests/test-freadptr.c: Don't include freadahead.h.
8472         (main): Adapt for new calling convention of freadptr.
8473         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
8474         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
8475         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
8476         tests/test-freadptr2.sh.
8477         (Depends): Remove freadahead.
8478         (TESTS): Add test-freadptr2.sh.
8479         (check_PROGRAMS): Add test-freadptr2.
8480
8481 2008-03-09  Bruno Haible  <bruno@clisp.org>
8482
8483         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
8484         Report and solution by Simon Josefsson.
8485
8486 2008-03-06  Bruno Haible  <bruno@clisp.org>
8487
8488         Make fflush after ungetc work on BSD platforms.
8489         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
8490         * tests/test-fflush2.c: New file.
8491         * tests/test-fflush2.sh: New file.
8492         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
8493         tests/test-fflush2.c.
8494         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
8495         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
8496
8497 2008-03-06  Eric Blake  <ebb9@byu.net>
8498
8499         Likewise for ftello.
8500         * modules/ftello (Dependencies): Add extensions.
8501         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
8502
8503 2008-03-06  Bruno Haible  <bruno@clisp.org>
8504
8505         * modules/fseeko (Dependencies): Add extensions.
8506         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
8507         Needed on glibc systems.
8508
8509 2008-03-06  Bruno Haible  <bruno@clisp.org>
8510
8511         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
8512         email address.
8513         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
8514
8515 2008-03-06  Bruno Haible  <bruno@clisp.org>
8516
8517         * users.txt: Add libgnupdf.
8518
8519 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
8520
8521         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
8522         (Header File Substitutes, Function Substitutes,
8523         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
8524         (Build robot for gnulib): Fix typo.
8525
8526 2008-03-06  Bruno Haible  <bruno@clisp.org>
8527
8528         * doc/gnulib-tool.texi (VCS Issues): Small updates.
8529         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
8530
8531 2008-03-06  Bruno Haible  <bruno@clisp.org>
8532
8533         * doc/func.texi: New file, extracted from doc/gnulib.texi.
8534         * doc/gnulib.texi: Include it.
8535
8536 2008-03-06  Simon Josefsson  <simon@josefsson.org>
8537
8538         * modules/func (License): Change license to unlimited; there was
8539         no LGPL parts in the module anyway.
8540
8541 2008-03-06  Simon Josefsson  <simon@josefsson.org>
8542
8543         * modules/__func__: Renamed to modules/func.
8544         * modules/__func__-tests: Renamed to modules/func-tests.
8545         * tests/test-__func__.c: Renamed to tests/test-func.c.
8546         * m4/__func__.m4: Renamed to m4/func.m4.
8547         * doc/gnulib.texi (__func__): Section renamed to func.
8548         Suggested by Eric Blake <ebb9@byu.net>.
8549
8550 2008-03-06  Simon Josefsson  <simon@josefsson.org>
8551
8552         * doc/gnulib.texi (__func__): Use C99 terminology when talking
8553         about __func__.  Make example self-contained.  Suggested by Eric
8554         Blake <ebb9@byu.net>.
8555
8556         * tests/test-__func__.c (main): Avoid extraneous () around __func.
8557         Suggested by Eric Blake <ebb9@byu.net>.
8558
8559 2008-03-06  Simon Josefsson  <simon@josefsson.org>
8560
8561         * modules/__func__: New file.
8562         * modules/__func__-tests: New file.
8563         * tests/test-__func__.c: New file.
8564         * m4/__func__.m4: New file.
8565         * doc/gnulib.texi (__func__): Document __func__ module.
8566
8567 2008-03-05  Simon Josefsson  <simon@josefsson.org>
8568
8569         * modules/byteswap (License): Re-license as LGPLv2+.
8570
8571 2008-03-05  Simon Josefsson  <simon@josefsson.org>
8572
8573         * doc/Makefile: Add pdf target.
8574
8575 2008-03-05  Simon Josefsson  <simon@josefsson.org>
8576
8577         * modules/inline (License): Use 'unlimited', since there are only
8578         *.m4 files in this module.
8579
8580 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
8581             Bruno Haible  <bruno@clisp.org>
8582
8583         Add support for HP C 7.1 on OpenVMS 8.3.
8584         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
8585
8586 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
8587
8588         Update VMS specifics.
8589         * lib/getopt.c [VMS]: Remove include of unixlib.h.
8590
8591 2008-03-02  Jim Meyering  <meyering@redhat.com>
8592
8593         Remove the last dependency on the "free" module.
8594         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
8595         Reported by Bob Proulx.
8596
8597         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
8598
8599         Remove useless "if" tests before free.  Deprecate "free" module.
8600         * doc/posix-functions/free.texi: Mention that this
8601         module is no longer useful.
8602         * modules/free (Notice): Say this module is obsolete.
8603         * modules/readutmp (Depends-on): Remove free.
8604         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
8605         * lib/putenv.c (putenv): Likewise.
8606         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
8607         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
8608         * tests/test-c-strcasestr.c (main): Likewise.
8609         * tests/test-c-strstr.c (main): Likewise.
8610         * tests/test-mbscasestr1.c (main): Likewise.
8611         * tests/test-mbscasestr2.c (main): Likewise.
8612         * tests/test-mbsstr1.c (main): Likewise.
8613         * tests/test-mbsstr2.c (main): Likewise.
8614         * tests/test-memmem.c (main): Likewise.
8615         * tests/test-strcasestr.c (main): Likewise.
8616         * tests/test-striconv.c (main): Likewise.
8617         * tests/test-striconveh.c (main): Likewise.
8618         * tests/test-striconveha.c (main): Likewise.
8619         * tests/test-strstr.c (main): Likewise.
8620
8621         * build-aux/git-version-gen: Adjust a comment and the Usage string.
8622
8623         bootstrap: sync from coreutils again
8624         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
8625
8626 2008-03-01  Jim Meyering  <meyering@redhat.com>
8627
8628         bootstrap: sync from coreutils
8629         * build-aux/bootstrap (update_po_files): Copy a .po file into place
8630         also when the target doesn't exist.
8631
8632 2008-03-01  Eric Blake  <ebb9@byu.net>
8633
8634         Fix bugs in last patch.
8635         * lib/memchr2.c (memchr2): Fix typo.
8636         * tests/test-memchr2.c: Test previous bug, and don't use GNU
8637         extension.
8638         Reported by Bruce Korb.
8639
8640         New module 'memchr2'.
8641         * modules/memchr2: New file.
8642         * modules/memchr2-tests: Likewise.
8643         * lib/memchr2.h: Likewise.
8644         * lib/memchr2.c: Likewise, based on memchr.c.
8645         * tests/test-memchr2.c: New test.
8646         * MODULES.html.sh (String handling): Add memchr2.
8647
8648 2008-02-29  Bruno Haible  <bruno@clisp.org>
8649
8650         * modules/freadseek-tests: New file.
8651         * tests/test-freadseek.sh: New file.
8652         * tests/test-freadseek.c: New file.
8653
8654         New module 'freadseek'.
8655         * modules/freadseek: New file.
8656         * lib/freadseek.h: New file.
8657         * lib/freadseek.c: New file.
8658         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
8659
8660 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
8661
8662         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
8663         wydawca.
8664
8665         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
8666         program_invocation_name and program_invocation_short_name are
8667         present.
8668
8669 2008-02-28  Bruno Haible  <bruno@clisp.org>
8670
8671         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
8672         * tests/test-freadptr.sh: Also test non-seekable stdin.
8673
8674 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
8675
8676         * build-aux/bootstrap (source_base, m4_base)
8677         (doc_base, tests_base): New variables.
8678         (gnulib_tool_options): Do not hardcode base directories, use
8679         the above variables instead.
8680
8681 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
8682
8683         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
8684
8685 2008-02-28  Bruno Haible  <bruno@clisp.org>
8686
8687         * modules/freadptr-tests: New file.
8688         * tests/test-freadptr.sh: New file.
8689         * tests/test-freadptr.c: New file.
8690
8691         New module 'freadptr'.
8692         * modules/freadptr: New file.
8693         * lib/freadptr.h: New file.
8694         * lib/freadptr.c: New file.
8695         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
8696
8697 2008-02-26  Karl Berry  <karl@freefriends.org>
8698
8699         Sync from Libtool:
8700         * libltdl/argz.c (argz_add, argz_count): New functions.
8701         * libltdl/argz.in.h: Declare them.
8702         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
8703
8704 2008-02-22  Bruno Haible  <bruno@clisp.org>
8705
8706         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
8707         is a pointer type.  Needed for HP-UX 10.
8708         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
8709         * doc/posix-functions/gmtime_r.texi: Likewise.
8710         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
8711
8712 2008-02-24  Bruno Haible  <bruno@clisp.org>
8713
8714         * modules/environ-tests: New file.
8715         * tests/test-environ.c: New file.
8716
8717         New module 'environ'.
8718         * modules/environ: New file.
8719         * lib/unistd.in.h (environ): New declaration.
8720         * m4/environ.m4: New file.
8721         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
8722         after use.
8723         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
8724         HAVE_DECL_ENVIRON.
8725         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
8726         HAVE_DECL_ENVIRON.
8727         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
8728         wrong claim that 'environ' is missing on some systems.
8729         * modules/execute (Depends-on): Add environ.
8730         * lib/execute.c (environ): Remove fallback declaration.
8731         * modules/pipe (Depends-on): Add environ.
8732         * lib/pipe.c (environ): Remove fallback declaration.
8733         * modules/setenv (Depends-on): Add environ.
8734         * lib/setenv.c (environ): Remove fallback declaration.
8735         * modules/unsetenv (Depends-on): Add environ.
8736         * lib/unsetenv.c (environ): Remove fallback declaration.
8737         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
8738         m4/environ.m4.
8739         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
8740         (gl_PREREQ_UNSETENV): Likewise.
8741
8742 2008-02-24  Bruno Haible  <bruno@clisp.org>
8743
8744         * doc/posix-functions/environ.texi: Document the MacOS X problem.
8745
8746 2008-02-20  Bob Proulx  <bob@proulx.com>
8747
8748         Enable use of older two part flavor 'git describe'.
8749         * build-aux/git-version-gen: If using the older two part flavor of
8750         git version then recreate the third part now present in the
8751         newer three part flavor of git describe.
8752
8753 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
8754
8755         * lib/fts.c (fts_build): Typo correction to comment.
8756
8757 2008-02-17  Bruno Haible  <bruno@clisp.org>
8758
8759         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
8760         generating no-op conflicts.
8761
8762 2008-02-17  Bruno Haible  <bruno@clisp.org>
8763
8764         Speed up by 10%.
8765         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
8766         result_entries, rather than an index-based loop.
8767
8768 2008-02-17  Bruno Haible  <bruno@clisp.org>
8769
8770         Speed up by 25%.
8771         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
8772         'hashcode_cached'.
8773         (entry_create): New function.
8774         (entry_hashcode): Use the cached hashcode if possible.
8775         (read_changelog_file, try_split_merged_entry): Use entry_create.
8776
8777 2008-02-17  Bruno Haible  <bruno@clisp.org>
8778
8779         Speed up from O(n^2) to O(n) for long ChangeLog files.
8780         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
8781         (read_changelog_file): Change implementation of entries_reversed list
8782         to rbtreehash.
8783         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
8784
8785 2008-02-17  Bruno Haible  <bruno@clisp.org>
8786
8787         New option --split-merged-entry.
8788         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
8789         (find_paragraph_end, try_split_merged_entry): New functions.
8790         (long_options): Add option --split-merged-entry.
8791         (usage): Document option --split-merged-entry.
8792         (main): Implement option --split-merged-entry.
8793         Reported by Eric Blake.
8794
8795 2008-02-17  Bruno Haible  <bruno@clisp.org>
8796
8797         * lib/git-merge-changelog.c: Include c-strstr.h.
8798         (main): Support the "git pull --rebase" situation.
8799         * modules/git-merge-changelog (Depends-on): Add c-strstr.
8800         Reported by Eric Blake.
8801
8802 2008-02-16  Eric Blake  <ebb9@byu.net>
8803
8804         Avoid doubling \ in common case of "c-maybe" quoting style.
8805         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
8806         eliding outer quotes.
8807         * lib/quotearg.h: Document this.
8808         * tests/test-quotearg.c (result_strings, inputs, results_g)
8809         (flag_results, locale_results): Test it by adding a new string to
8810         each test group.
8811         (compare_strings): Test new string.
8812
8813 2008-02-13  Eric Blake  <ebb9@byu.net>
8814
8815         Avoid trigraph quoting in default output.
8816         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
8817         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
8818         unless explicitly requested.
8819         * tests/test-quotearg.c (flag_results, main): Add additional tests.
8820
8821 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
8822
8823         Don't rely on signed integer overflowing to negative value.
8824         * lib/getugroups.c (getugroups): Include <limits.h>.
8825         Instead, compare against INT_MAX, and increment only if the test passes.
8826
8827 2008-02-13  Jim Meyering  <meyering@redhat.com>
8828         and Eric Blake  <ebb9@byu.net>
8829
8830         Avoid shadowing warning and compile errors on Linux.
8831         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
8832         forwarding macros on Linux.
8833         (dcgettext): Define a stub, for Linux.
8834         (results_g, main): Avoid warnings.
8835
8836 2008-02-12  Eric Blake  <ebb9@byu.net>
8837
8838         Silence warning in last patch.
8839         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
8840
8841         Quotearg part 4: add tests, fix c-maybe colon quoting.
8842         * lib/quotearg.h: Improve documentation.
8843         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
8844         escapes when adding outer quotes.  When quoting trigraphs, use
8845         valid C notation.  When quoting NUL, omit extra characters if next
8846         character is not digit.  Alter prototype.
8847         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
8848         callers.
8849         * modules/quotearg-tests: New module.
8850         * tests/test-quotearg.c: New test.
8851
8852 2008-02-07  Eric Blake  <ebb9@byu.net>
8853
8854         Quotearg part 3: add flag to control outer quote elision.
8855         * lib/quotearg.h (c_maybe_quoting_style): New style.
8856         (enum quoting_flags): Better documentation of flags.
8857         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
8858         c-maybe style.
8859         (quotearg_buffer_restyled): Handle new flag to elide outer
8860         quotes.
8861
8862         Quotearg part 2: add flag that can control NUL elision.
8863         * lib/quotearg.h (set_quoting_flags): New prototype.
8864         * lib/quotearg.c (struct quoting_options): Add flag field.
8865         (set_quoting_flags): New function.
8866         (quotearg_buffer_restyled): Add flags parameter.
8867         (quotearg_alloc_mem): Set the flag if length cannot be returned.
8868         (quotearg_n_options): Set the flag, since length cannot be
8869         returned.
8870         (quoting_options_from_style): Default flags correctly.
8871
8872         Quotearg part 1: more wrappers, restore quotearg_char state.
8873         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
8874         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
8875         (quotearg_colon_mem): New wrappers.
8876         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
8877         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
8878         functions.
8879         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
8880         (quotearg_colon_mem): New functions.
8881
8882 2008-02-11  Bruno Haible  <bruno@clisp.org>
8883
8884         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
8885         library in the current directory: it does not work with parallel make.
8886         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8887
8888 2008-02-11  Bruno Haible  <bruno@clisp.org>
8889
8890         * .gitattributes: New file.
8891
8892 2008-02-11  Jim Meyering  <meyering@redhat.com>
8893
8894         useless-if-before-free: Fix reversed exit values.
8895         * build-aux/useless-if-before-free: Use correct values
8896         for EXIT_MATCH and EXIT_NO_MATCH.
8897
8898         * build-aux/useless-if-before-free: Close stdout carefully.
8899
8900 2008-02-10  Bruno Haible  <bruno@clisp.org>
8901
8902         New module 'git-merge-changelog'.
8903         * modules/git-merge-changelog: New file.
8904         * lib/git-merge-changelog.c: New file.
8905
8906 2008-02-10  Jim Meyering  <meyering@redhat.com>
8907
8908         useless-if-before-free: New option: --list (-l).
8909
8910         useless-if-before-free: Don't exit immediately upon open failure.
8911         * build-aux/useless-if-before-free: Exit 2 for errors.
8912         Upon failure to open a file, don't exit immediately.
8913         Rather, just warn and continue with any remaining files.
8914
8915 2008-02-10  Bruno Haible  <bruno@clisp.org>
8916
8917         New abstract list operation 'node_set_value'.
8918         * lib/gl_list.h (gl_list_node_set_value): New function.
8919         (struct gl_list_implementation): New field node_set_value.
8920         * lib/gl_list.c (gl_list_node_set_value): New function.
8921         * lib/gl_array_list.c (gl_array_node_set_value): New function.
8922         (gl_array_list_implementation): Update.
8923         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
8924         (gl_carray_list_implementation): Update.
8925         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
8926         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
8927         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
8928         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
8929         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
8930         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
8931         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
8932         Update.
8933         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
8934         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
8935         (gl_sublist_list_implementation): Update.
8936
8937 2008-02-10  Bruno Haible  <bruno@clisp.org>
8938
8939         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
8940         Needed when ELEMENT is #defined to 'some_type *'.
8941
8942 2008-02-10  Jim Meyering  <meyering@redhat.com>
8943
8944         New script and module: useless-if-before-free
8945         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
8946         * build-aux/useless-if-before-free: New file.
8947         * modules/useless-if-before-free: New file.
8948
8949         * build-aux/gitlog-to-changelog: Use committer date, not author date.
8950
8951         xstrtol_error: Fix typo.
8952         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
8953         s/exit_failure/exit_status/.
8954
8955 2008-02-09  Jim Meyering  <meyering@redhat.com>
8956
8957         New script and module: gitlog-to-changelog
8958         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
8959         * modules/gitlog-to-changelog: New file.
8960         * build-aux/gitlog-to-changelog: New file.
8961
8962 2008-02-08  Jim Meyering  <meyering@redhat.com>
8963
8964         Avoid two "parameter unused" warnings.
8965         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
8966         Mark "st" as used.
8967
8968         Use "git COMMAND", not "git-COMMAND".
8969         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
8970         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
8971         * build-aux/git-version-gen: Use "git status", not "git-status".
8972
8973 2008-02-07  Bruno Haible  <bruno@clisp.org>
8974
8975         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
8976         Avoids a crash on Windows Vista.
8977         Reported by Adam Strzelecki <ono@java.pl> via
8978         Simon Josefsson <simon@josefsson.org>.
8979
8980 2008-02-06  Bruno Haible  <bruno@clisp.org>
8981
8982         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
8983         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
8984         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
8985         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
8986         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
8987         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
8988         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
8989         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
8990         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
8991         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
8992         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
8993         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
8994         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
8995         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
8996         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
8997         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
8998         left-adjust flag.
8999         * tests/test-snprintf-posix.h (test_function): Likewise.
9000         * tests/test-sprintf-posix.h (test_function): Likewise.
9001         * tests/test-vasprintf-posix.c (test_function): Likewise.
9002         * doc/posix-functions/fprintf.texi: Update.
9003         * doc/posix-functions/printf.texi: Update.
9004         * doc/posix-functions/snprintf.texi: Update.
9005         * doc/posix-functions/sprintf.texi: Update.
9006         * doc/posix-functions/vfprintf.texi: Update.
9007         * doc/posix-functions/vprintf.texi: Update.
9008         * doc/posix-functions/vsnprintf.texi: Update.
9009         * doc/posix-functions/vsprintf.texi: Update.
9010         Reported by Peter Fales <psfales@alcatel-lucent.com>.
9011
9012 2008-02-06  Bruno Haible  <bruno@clisp.org>
9013
9014         Fix bug introduced on 2008-01-26.
9015         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
9016
9017 2008-02-06  Bruno Haible  <bruno@clisp.org>
9018
9019         Fix bug introduced on 2007-06-10.
9020         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
9021         !NEED_PRINTF_FLAG_ZERO.
9022
9023 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
9024
9025         getloadavg: use libperfstat on AIX5
9026         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
9027
9028 2008-02-03  Bruno Haible  <bruno@clisp.org>
9029
9030         * lib/diffseq.h: Add comments about required #includes.
9031         Reported by Michael Biggs <gnulib@doubleplum.net>.
9032
9033 2008-02-01  Bruno Haible  <bruno@clisp.org>
9034
9035         * users.txt: Add gnuit.
9036
9037 2008-01-31  Bruno Haible  <bruno@clisp.org>
9038
9039         * lib/md4.c (set_uint32): Mark as inline.
9040         * lib/md5.c (set_uint32): Likewise.
9041         * lib/sha1.c (set_uint32): Likewise.
9042         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
9043         * m4/md5.m4 (gl_MD5): Likewise.
9044         * m4/sha1.m4 (gl_SHA1): Likewise.
9045
9046 2008-01-31  Jim Meyering  <meyering@redhat.com>
9047
9048         Use "sizeof VAR", rather than a literal "4".
9049         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
9050         * lib/md4.c (md4_read_ctx): Likewise.
9051         * lib/sha1.c (sha1_read_ctx): Likewise.
9052
9053 2008-01-31  Simon Josefsson  <simon@josefsson.org>
9054
9055         * tests/test-sha1.c: New file, based on test-md5.c.
9056
9057         * modules/crypto/sha1-tests: New file.
9058
9059 2008-01-31  Simon Josefsson  <simon@josefsson.org>
9060
9061         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
9062
9063 2008-01-31  Jim Meyering  <meyering@redhat.com>
9064
9065         Prefer "sizeof v" over the equivalent "4".
9066         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
9067         * lib/md5.c (set_uint32): Likewise.
9068         * lib/sha1.c (set_uint32): Likewise.
9069
9070 2008-01-31  Simon Josefsson  <simon@josefsson.org>
9071
9072         * lib/sha1.c (set_uint32): Mark function as static.
9073
9074 2008-01-31  Simon Josefsson  <simon@josefsson.org>
9075
9076         md2: clarify comments to say that alignment is not required.
9077         * lib/md2.h: Remove warning about alignment in comment.
9078         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
9079         never been required.
9080
9081 2008-01-31  Simon Josefsson  <simon@josefsson.org>
9082
9083         md4: adapt alignment constraint fix from sha1.
9084         * lib/md4.c (set_uint32): New function, from sha1.c
9085         (md4_read_ctx): Use it.
9086         (md4_finish_ctx): Doc fix.
9087         * lib/md4.h: Doc fix.
9088
9089 2008-01-31  Simon Josefsson  <simon@josefsson.org>
9090
9091         md5: adapt alignment constraint fix from sha1.
9092         * lib/md5.c (set_uint32): New function, from sha1.c
9093         (md5_read_ctx): Use it.
9094         (md5_finish_ctx): Doc fix.
9095         * lib/md5.h: Doc fix.
9096
9097 2008-01-30  Peter Palfrader  <weasel@debian.org>
9098
9099         sha1: remove the result buffer alignment constraint
9100         * lib/sha1.c (set_uint32): New function.
9101         (sha1_read_ctx): Rewrite to remove the result buffer alignment
9102         constraint.
9103         (sha1_finish_ctx): Remove comment warning about alignment constraint.
9104         * lib/sha1.h: Likewise.
9105
9106 2008-01-30  Andreas Schwab  <schwab@suse.de>
9107             Bruno Haible  <bruno@clisp.org>
9108
9109         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
9110         correct definition of LDBL_MIN_EXP.
9111
9112 2008-01-30  Karl Berry  <karl@gnu.org>
9113
9114         * config/srclist-update: try to preserve x bit on updates.
9115         * config/srclistvars.sh: update for karl.
9116
9117 2008-01-29  Jim Meyering  <meyering@redhat.com>
9118
9119         vasnprintf.c: Avoid warning about unused label
9120         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
9121         "overflow" label definition and associated code with the
9122         same cpp condition that guards the sole use of that label.
9123
9124 2008-01-26  Bruno Haible  <bruno@clisp.org>
9125
9126         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
9127         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
9128         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
9129         * lib/isnanl-nolibm.h (isnanl): Likewise.
9130         Reported by Paul Eggert <eggert@cs.ucla.edu>.
9131
9132 2008-01-26  Bruno Haible  <bruno@clisp.org>
9133
9134         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
9135         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
9136
9137 2008-01-26  Bruno Haible  <bruno@clisp.org>
9138
9139         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
9140         GCC >= 4.0 built-in.
9141         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
9142
9143 2008-01-26  Bruno Haible  <bruno@clisp.org>
9144
9145         Rename isnan, applicable to 'double' only, to isnand.
9146         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
9147         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
9148         (configure.ac): Update.
9149         (Include): Replace "isnan.h" with "isnand.h".
9150         * m4/isnand.m4: Renamed from m4/isnan.m4.
9151         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
9152         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
9153         instead of isnan.c.
9154         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
9155         instead of HAVE_ISNAN_IN_LIBC.
9156         (isnand): Renamed from isnan.
9157         * lib/isnand.c: New file.
9158         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
9159         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
9160         (Makefile.am): Update.
9161         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
9162         Include isnand.h instead of isnan.h.
9163         (main): Test isnand instead of isnan.
9164         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
9165         isnan-nolibm.
9166         * modules/frexp (Depends-on): Likewise.
9167         * modules/frexp-tests (Depends-on): Likewise.
9168         * modules/frexp-nolibm (Depends-on): Likewise.
9169         * modules/frexp-nolibm-tests (Depends-on): Likewise.
9170         * modules/isfinite (Depends-on): Likewise.
9171         * modules/round-tests (Depends-on): Likewise.
9172         * modules/signbit (Depends-on): Likewise.
9173         * modules/signbit-tests (Depends-on): Likewise.
9174         * modules/snprintf-posix (Depends-on): Likewise.
9175         * modules/sprintf-posix (Depends-on): Likewise.
9176         * modules/trunc-tests (Depends-on): Likewise.
9177         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
9178         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
9179         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
9180         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
9181         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
9182         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
9183         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
9184         * modules/vasnprintf-posix (Depends-on): Likewise.
9185         * modules/vasprintf-posix (Depends-on): Likewise.
9186         * modules/vfprintf-posix (Depends-on): Likewise.
9187         * modules/vsnprintf-posix (Depends-on): Likewise.
9188         * modules/vsprintf-posix (Depends-on): Likewise.
9189         * lib/frexp.c: Include isnand.h instead of isnan.h.
9190         (ISNAN): Set to isnand instead of isnan.
9191         * lib/isfinite.c: Include isnand.h instead of isnan.h.
9192         (gl_isfinited): Use isnand instead of isnan.
9193         * lib/signbitd.c: Include isnand.h instead of isnan.h.
9194         (gl_signbitd): Use isnand instead of isnan.
9195         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
9196         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
9197         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
9198         (main): Use isnand instead of isnan.
9199         * tests/test-round1.c: Include isnand.h.
9200         (main): Use isnand instead of isnan.
9201         * tests/test-round2.c: Include isnand.h instead of isnan.h.
9202         (ISNAN): Set to isnand instead of isnan.
9203         * tests/test-trunc1.c: Include isnand.h.
9204         (main): Use isnand instead of isnan.
9205         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
9206         (equal): Use isnand instead of isnan.
9207         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
9208         isnand-nolibm.
9209         * NEWS: Mention the change.
9210
9211 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
9212             Bruno Haible  <bruno@clisp.org>
9213
9214         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
9215         the GCC builtins for signbits are present and set
9216         REPLACE_SIGNBIT_USING_GCC if so.
9217         * lib/math.in.h (signbit): Define using GCC builtins if
9218         REPLACE_SIGNBIT_USING_GCC is set.
9219         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
9220         REPLACE_SIGNBIT_USING_GCC.
9221         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
9222
9223 2008-01-25  Jim Meyering  <meyering@redhat.com>
9224
9225         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
9226         * lib/poll.c: Include <config.h>, not "config.h".
9227         * tests/test-getaddrinfo.c: Likewise.
9228
9229 2008-01-25  Simon Josefsson  <simon@josefsson.org>
9230
9231         * modules/sockets-tests: New file.
9232
9233 2008-01-24  Simon Josefsson  <simon@josefsson.org>
9234
9235         * modules/sockets: New module, can be used to call WSA_Startup and
9236         WSA_Cleanup when needed.
9237
9238         * lib/sockets.h, lib/sockets.c: New files.
9239
9240         * m4/sockets.m4: New file.
9241
9242         * tests/test-sockets.c: New file.
9243
9244 2008-01-19  Bruno Haible  <bruno@clisp.org>
9245
9246         * doc/posix-headers: Renamed from doc/headers.
9247         * doc/posix-functions: Renamed from doc/functions.
9248         * doc/gnulib.texi: Update.
9249
9250 2008-01-19  Bruno Haible  <bruno@clisp.org>
9251
9252         * doc/glibc-functions/strcasestr.texi: Include contents of
9253         doc/functions/strcasestr.texi, fixing the list of platforms.
9254         * doc/functions/strcasestr.texi: Remove file.
9255
9256 2008-01-19  Bruno Haible  <bruno@clisp.org>
9257
9258         * doc/glibc-functions/memmem.texi: Include contents of
9259         doc/functions/memmem.texi.
9260         * doc/functions/memmem.texi: Remove file.
9261
9262 2008-01-18  Bruno Haible  <bruno@clisp.org>
9263
9264         * doc/glibc-functions/*.texi: New files.
9265         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
9266         to use the new files.
9267
9268 2008-01-17  Bruno Haible  <bruno@clisp.org>
9269
9270         * tests/test-gethostname.c (main): Fix printf statement.
9271
9272 2008-01-17  Simon Josefsson  <simon@josefsson.org>
9273
9274         * modules/gethostname-tests: New file.
9275
9276         * tests/test-gethostname.c: New file.
9277
9278 2008-01-17  Simon Josefsson  <simon@josefsson.org>
9279
9280         * lib/gethostname.c: Include string.h unconditionally, strncpy is
9281         used by the UNAME case.  Reported by Bruno Haible
9282         <bruno@clisp.org>.
9283
9284 2008-01-17  Eric Blake  <ebb9@byu.net>
9285
9286         Convert c-strcasestr to be more efficient.
9287         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
9288         (Depends-on): Add c-strcase, remove malloca, strnlen.
9289         * tests/test-c-strcasestr.c (main): Enhance test.
9290         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
9291
9292 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
9293
9294         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
9295         Use it in creating po/Makevars.
9296
9297 2008-01-15  Simon Josefsson  <simon@josefsson.org>
9298
9299         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
9300         Applications that requires it should initialize libgcrypt
9301         manually.
9302
9303 2008-01-16  Simon Josefsson  <simon@josefsson.org>
9304
9305         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
9306
9307 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
9308
9309         Fix problem with getdate on mingw32 reported by Simon Josefsson
9310         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
9311         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
9312         tzname", when deciding whether to declare tzname.
9313         * lib/strftime.c (tzname): Likewise.
9314
9315 2008-01-15  Bruno Haible  <bruno@clisp.org>
9316
9317         Work around a MacOS X 10.5 bug in frexpl().
9318         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
9319         * doc/functions/frexpl.texi: Document the bug.
9320         Reported by Elias Pipping <pipping@gentoo.org>.
9321
9322 2008-01-14  Eric Blake  <ebb9@byu.net>
9323
9324         Touch up previous patch.
9325         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
9326         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
9327
9328         Convert strcasestr module to use Two-Way algorithm.
9329         * modules/strcasestr-simple: New module, based on the old
9330         strcasestr, but with Two-Way rather than KMP.
9331         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
9332         * lib/string.in.h (rpl_strcasestr): Declare.
9333         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
9334         performance.
9335         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
9336         * modules/string (Makefile.am): Support strcasestr.
9337         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
9338         * modules/strcasestr-tests (Depends-on): Check for alarm.
9339         * tests/test-strcasestr.c: Augment test.
9340         * lib/str-two-way.h: Clean up stray macro.
9341         * NEWS: Document new module.
9342         * MODULES.html.sh (string handling): Likewise.
9343         * doc/functions/strcasestr.texi: New file.
9344         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
9345         here, since it is not a POSIX function.
9346
9347 2008-01-14  Colin Watson  <cjwatson@debian.org>
9348             Bruno Haible  <bruno@clisp.org>
9349
9350         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
9351         works fine; if not, set REPLACE_STRSIGNAL.
9352         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
9353         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
9354         REPLACE_STRSIGNAL.
9355         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
9356         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
9357         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
9358
9359 2008-01-14  Bruno Haible  <bruno@clisp.org>
9360
9361         * modules/strsignal (Include): Change to <string.h>.
9362
9363 2008-01-14  Colin Watson  <cjwatson@debian.org>
9364
9365         * modules/argp (Notice): Add a notice recommending to change
9366         XGETTEXT_OPTIONS.
9367         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
9368
9369 2008-01-13  Colin Watson  <cjwatson@debian.org>
9370
9371         * modules/strsignal-tests: New file.
9372         * tests/test-strsignal.c: New file.
9373
9374         * lib/strsignal.c: New file, from glibc with modifications.
9375         * lib/siglist.h: New file, from glibc with modifications.
9376         * lib/string.in.h (strsignal): New declaration.
9377         * m4/strsignal.m4: New file.
9378         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
9379         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
9380         * modules/strsignal: New file.
9381         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
9382         HAVE_DECL_STRSIGNAL.
9383
9384 2008-01-13  Bruno Haible  <bruno@clisp.org>
9385
9386         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
9387         locale encoding is not ASCII. Needed for OpenBSD 4.0.
9388         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
9389         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
9390
9391 2008-01-13  Bruno Haible  <bruno@clisp.org>
9392
9393         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
9394         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
9395         * lib/argp.h (__attribute__): Likewise.
9396         * lib/c-stack.c (__attribute__): Likewise.
9397         * lib/error.h (__attribute__): Likewise.
9398         * lib/fts.c (__attribute__): Likewise.
9399         * lib/openat.h (__attribute__): Likewise.
9400         * lib/stdio.in.h (__attribute__): Likewise.
9401         * lib/string.in.h (__attribute__): Likewise.
9402         * lib/utimens.c (__attribute__): Likewise.
9403         * lib/vasnprintf.h (__attribute__): Likewise.
9404         * lib/xalloc.h (__attribute__): Likewise.
9405         * lib/xprintf.h (__attribute__): Likewise.
9406         * lib/xstrtol.h (__attribute__): Likewise.
9407         * lib/xvasprintf.h (__attribute__): Likewise.
9408
9409 2008-01-12  Bruno Haible  <bruno@clisp.org>
9410
9411         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
9412         * doc/glibc-headers/a.out.texi: New file.
9413         * doc/glibc-headers/aliases.texi: New file.
9414         * doc/glibc-headers/alloca.texi: New file.
9415         * doc/glibc-headers/ar.texi: New file.
9416         * doc/glibc-headers/argp.texi: New file.
9417         * doc/glibc-headers/argz.texi: New file.
9418         * doc/glibc-headers/byteswap.texi: New file.
9419         * doc/glibc-headers/crypt.texi: New file.
9420         * doc/glibc-headers/endian.texi: New file.
9421         * doc/glibc-headers/envz.texi: New file.
9422         * doc/glibc-headers/err.texi: New file.
9423         * doc/glibc-headers/error.texi: New file.
9424         * doc/glibc-headers/execinfo.texi: New file.
9425         * doc/glibc-headers/fpu_control.texi: New file.
9426         * doc/glibc-headers/fstab.texi: New file.
9427         * doc/glibc-headers/fts.texi: New file.
9428         * doc/glibc-headers/getopt.texi: New file.
9429         * doc/glibc-headers/ieee754.texi: New file.
9430         * doc/glibc-headers/ifaddrs.texi: New file.
9431         * doc/glibc-headers/libintl.texi: New file.
9432         * doc/glibc-headers/mcheck.texi: New file.
9433         * doc/glibc-headers/mntent.texi: New file.
9434         * doc/glibc-headers/obstack.texi: New file.
9435         * doc/glibc-headers/paths.texi: New file.
9436         * doc/glibc-headers/printf.texi: New file.
9437         * doc/glibc-headers/pty.texi: New file.
9438         * doc/glibc-headers/resolv.texi: New file.
9439         * doc/glibc-headers/shadow.texi: New file.
9440         * doc/glibc-headers/sysexits.texi: New file.
9441         * doc/glibc-headers/ttyent.texi: New file.
9442
9443 2008-01-12  Jim Meyering  <meyering@redhat.com>
9444
9445         announce-gen: emit Gnulib's git-based version string.
9446         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
9447         New option --gnulib-version=V, where V is expected to be
9448         the output of running git describe in the gnulib directory.
9449         (get_tool_versions): Request feedback on xdelta.  I suspect it's
9450         not useful, and plan to stop publishing an xdelta file with each
9451         coreutils release.
9452
9453         * build-aux/announce-gen: Also check for lzma-compressed files.
9454
9455 2008-01-11  Bruno Haible  <bruno@clisp.org>
9456
9457         * tests/test-memmem.c (main): Increase maximum allowed time.
9458         * tests/test-strstr.c (main): Likewise.
9459
9460 2008-01-11  Bruno Haible  <bruno@clisp.org>
9461
9462         * doc/functions/memmem.texi: Add more precisions about platforms.
9463         * doc/functions/strstr.texi: Likewise.
9464
9465 2008-01-10  Eric Blake  <ebb9@byu.net>
9466
9467         * m4/strstr.m4: Delete cruft from copy-n-paste.
9468         Reported by Bruno Haible.
9469
9470 2008-01-10  Bruno Haible  <bruno@clisp.org>
9471
9472         Make c-strstr rely on strstr.
9473         * lib/c-strstr.c: Don't include str-kmp.h.
9474         (c_strstr): Define in terms of strstr.
9475         * modules/c-strstr (Files): Remove lib/str-kmp.h.
9476         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
9477
9478 2008-01-10  Bruno Haible  <bruno@clisp.org>
9479
9480         * doc/gnulib.texi (String Functions in C Locale): New section.
9481         * doc/c-ctype.texi: New file.
9482         * doc/c-strcase.texi: New file.
9483         * doc/c-strcaseeq.texi: New file.
9484         * doc/c-strcasestr.texi: New file.
9485         * doc/c-strstr.texi: New file.
9486         * doc/c-strtod.texi: New file.
9487         * doc/c-strtold.texi: New file.
9488
9489 2008-01-10  Eric Blake  <ebb9@byu.net>
9490
9491         * lib/relocatable.h: Fix a comment.
9492
9493 2008-01-10  Eric Blake  <ebb9@byu.net>
9494
9495         Share two-way algorithm.
9496         * lib/str-two-way.h: New file, merged from...
9497         * lib/memmem.c: ...here...
9498         * lib/strstr.c: ...and here.
9499         * modules/memmem (Files): Use it.
9500         * modules/strstr (Files): Likewise.
9501
9502         Avoid quadratic strstr implementations.
9503         * lib/strstr.c: New file.
9504         * m4/strstr.m4: Likewise.
9505         * modules/strstr: Likewise.
9506         * modules/strstr-tests: Likewise.
9507         * tests/test-strstr.c: Likewise.
9508         * lib/string.in.h (rpl_strstr): Declare.
9509         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
9510         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
9511         * modules/string (Makefile.am): Likewise.
9512         * MODULES.html.sh (string handling): Mention new module.
9513         * doc/functions/strstr.texi (strstr): Document the bug.
9514
9515 2008-01-10  Bruno Haible  <bruno@clisp.org>
9516
9517         * lib/relocatable.h (relocate): State whether result is freshly
9518         allocated or not.
9519         * lib/relocatable.c (relocate): Return a freshly allocated string
9520         instead of a pointer to a privately held string.
9521         Reported by Sylvain Beucler <beuc@gnu.org>.
9522
9523 2008-01-10  Colin Watson  <cjwatson@debian.org>
9524
9525         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
9526         s/S_ISNLK/S_ISLNK/.
9527
9528 2008-01-09  Bruno Haible  <bruno@clisp.org>
9529
9530         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
9531         and other files.
9532         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
9533         if it's only a guess.
9534         * modules/memmem: Simplify by depending on memmem-simple.
9535
9536 2008-01-09  Bruno Haible  <bruno@clisp.org>
9537
9538         Work around OpenBSD 4.0 tdelete() bug.
9539         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
9540         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
9541         macros and don't redefine the enum values.
9542         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
9543         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
9544         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
9545
9546 2008-01-09  Bruno Haible  <bruno@clisp.org>
9547
9548         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
9549         (main): Don't perform the tests if setlocale did not install a UTF-8
9550         locale. Needed on OpenBSD 4.0.
9551         * modules/wcwidth-tests (Depends-on): Add localcharset.
9552
9553 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
9554
9555         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
9556         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
9557         * NEWS: announce this.
9558         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
9559
9560 2008-01-09  Simon Josefsson  <simon@josefsson.org>
9561         and Eric Blake  <ebb9@byu.net>
9562
9563         Add memmem-simple module.
9564         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
9565         (gl_FUNC_MEMMEM): Separate performance from presence checks.
9566         * modules/memmem-simple: New file.
9567         * modules/memmem (Description): Tweak.
9568         * MODULES.html.sh (string handling): Mention new module.
9569         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
9570         addressed by memmem-simple.
9571         * NEWS: Document the difference.
9572
9573 2008-01-09  Eric Blake  <ebb9@byu.net>
9574
9575         Give gcc some memmem optimization hints.
9576         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
9577         (strcasestr): Declare as pure.
9578         * modules/memmem (Maintainer): Claim my implementation.
9579
9580 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9581
9582         Support AIX 6.1 and higher.
9583         * build-aux/config.libpath: Likewise.
9584         * build-aux/config.rpath: Likewise.
9585
9586 2008-01-08  Jim Meyering  <meyering@redhat.com>
9587             Bruno Haible  <bruno@clisp.org>
9588
9589         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
9590         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
9591         Reported by Peter Fales in
9592         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
9593
9594 2008-01-08  Bruno Haible  <bruno@clisp.org>
9595
9596         * modules/unictype/category-of (Depends-on): Add
9597         unictype/category-none.
9598         * modules/unictype/category-and-tests (Depends-on): Add
9599         unictype/category-{L,N,Lu,Nd}.
9600         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
9601         * modules/unictype/category-or-tests (Depends-on): Add
9602         unictype/category-{L,N}.
9603         * modules/unictype/category-name-tests (Depends-on): Add
9604         unictype/category-{Z,Nl}.
9605         Reported by Simon Josefsson.
9606
9607 2008-01-08  Bruno Haible  <bruno@clisp.org>
9608
9609         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
9610         convention better.
9611         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
9612         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
9613         Reported by Peter Miller <millerp@canb.auug.org.au>.
9614
9615 2008-01-08  Eric Blake  <ebb9@byu.net>
9616
9617         Rewrite memmem to guarantee linear complexity without malloc.
9618         * lib/memmem.c (memmem): Use Two-Way rather than
9619         Knuth-Morris-Pratt, to allow O(1) space usage.
9620         (critical_factorization, two_way_short_needle)
9621         (two_way_long_needle): New functions.
9622         (knuth_morris_pratt): Delete.
9623         * modules/memmem (Depends-on): No longer need malloca or stdbool.
9624         Add stdint.
9625         * tests/test-memmem.c (main): Add tests for periodic needle and
9626         sublinear performance.
9627         * doc/functions/memmem.texi (memmem): Document other deficiencies
9628         in cygwin and older glibc.
9629
9630 2008-01-08  Bruno Haible  <bruno@clisp.org>
9631
9632         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
9633         augmentation.
9634
9635 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
9636
9637         Add a configure time option: --disable-acl.
9638         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
9639         AC_ARG_ENABLE(acl).
9640
9641 2008-01-06  Simon Josefsson  <simon@josefsson.org>
9642
9643         * tests/test-localename.c: Don't include obsolete "setenv.h".
9644
9645         * modules/localename-tests (Depends-on): Need unsetenv.
9646
9647 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9648
9649         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
9650
9651 2008-01-06  Colin Watson  <cjwatson@debian.org>
9652
9653         * users.txt: Add man-db.
9654
9655 2008-01-07  Bruno Haible  <bruno@clisp.org>
9656
9657         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
9658         previous section name.
9659
9660 2008-01-07  Bruno Haible  <bruno@clisp.org>
9661
9662         * lib/progname.c (set_program_name): Don't strip off a leading
9663         "lt-" prefix outside a .libs directory.
9664         Suggested by Paul Eggert.
9665
9666 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
9667             Bruno Haible  <bruno@clisp.org>
9668
9669         Improve memory cleanup in 'relocatable' module.
9670         * lib/relocatable.h (compute_curr_prefix): Change return type to
9671         'char *'.
9672         * lib/relocatable.c (compute_curr_prefix): Change return type to
9673         'char *'. Free curr_installdir after use.
9674         (relocate): Free curr_prefix_better after use.
9675         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
9676
9677 2008-01-01  Bruno Haible  <bruno@clisp.org>
9678
9679         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
9680         failure on older glibc systems.
9681         Reported by Peter Fales <psfales@alcatel-lucent.com>.
9682
9683 2008-01-05  Eric Blake  <ebb9@byu.net>
9684
9685         Avoid quadratic system memmem.
9686         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
9687         Reported by Ralf Wildenhues.
9688
9689         Fix memmem test for mingw.
9690         * modules/memmem-tests (configure.ac): Check for alarm.
9691         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
9692         it.
9693         * doc/functions/memmem.texi: New file.
9694         * doc/gnulib.texi (Function Substitutes): Add memmem.
9695         Reported by Bruno Haible.
9696
9697 2008-01-04  Bruno Haible  <bruno@clisp.org>
9698
9699         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
9700         Require gl_HEADER_STRINGS_H_DEFAULTS, not
9701         gl_HEADER_STRING_H_DEFAULTS.
9702
9703 2008-01-04  Eric Blake  <ebb9@byu.net>
9704
9705         Shorten duration of memmem test.
9706         * tests/test-memmem.c (main): Use alarm to declare failure if test
9707         is taking too long.
9708         Reported by Ralf Wildenhues.
9709
9710 2007-12-21  Simon Josefsson  <simon@josefsson.org>
9711
9712         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
9713         string, needed by strerror.
9714
9715 2008-01-03  Colin Watson  <cjwatson@debian.org>
9716             Bruno Haible  <bruno@clisp.org>
9717
9718         * doc/gnulib-tool.texi (Localization): New section.
9719
9720 2008-01-02  Bruno Haible  <bruno@clisp.org>
9721
9722         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
9723         variables to 'unsigned char *' type.
9724         Reported by Paul Eggert.
9725
9726 2008-01-02  Jim Meyering  <jim@meyering.net>
9727
9728         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
9729
9730 2007-12-31  Jim Meyering  <jim@meyering.net>
9731
9732         Avoid use of private FTS type name.
9733         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
9734
9735 2007-12-30  Karl Berry  <karl@gnu.org>
9736
9737         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
9738         work around defect in Texinfo and/or the standalone Info browser.
9739
9740 2007-12-30  Bruno Haible  <bruno@clisp.org>
9741
9742         Unify 5 copies of the KMP code.
9743         * lib/str-kmp.h: New file.
9744         * lib/c-strcasestr.c: Include str-kmp.h.
9745         (knuth_morris_pratt): Remove function.
9746         (c_strcasestr): Update.
9747         * lib/c-strstr.c: Include str-kmp.h.
9748         (knuth_morris_pratt): Remove function.
9749         (c_strcasestr): Update.
9750         * lib/mbscasestr.c: Include str-kmp.h.
9751         (knuth_morris_pratt_unibyte): Remove function.
9752         * lib/mbsstr.c: Include str-kmp.h.
9753         (knuth_morris_pratt_unibyte): Remove function.
9754         * lib/strcasestr.c: Include str-kmp.h.
9755         (knuth_morris_pratt): Remove function.
9756         (strcasestr): Update.
9757         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
9758         * modules/c-strstr (Files): Likewise.
9759         * modules/mbscasestr (Files): Likewise.
9760         * modules/mbsstr (Files): Likewise.
9761         * modules/strcasestr (Files): Likewise.
9762         Suggested by Paul Eggert.
9763
9764 2007-12-30  Bruno Haible  <bruno@clisp.org>
9765
9766         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
9767         defined.
9768
9769 2007-12-30  Bruno Haible  <bruno@clisp.org>
9770
9771         * lib/xmalloca.h: Include xalloc.h.
9772         (xnmalloca): New macro.
9773
9774 2007-12-30  Bruno Haible  <bruno@clisp.org>
9775
9776         * lib/malloca.h (nmalloca): New macro.
9777         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
9778         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
9779         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
9780         knuth_morris_pratt_multibyte): Likewise.
9781         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
9782         knuth_morris_pratt_multibyte): Likewise.
9783         * lib/memmem.c (knuth_morris_pratt): Likewise.
9784         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
9785
9786 2007-12-25  Bruno Haible  <bruno@clisp.org>
9787
9788         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
9789         * lib/glob.c: Don't include openat.h.
9790         (link_exists2_p): Add back the code that deals with the
9791         !GLOB_ALTDIRFUNC case.
9792         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
9793         let it do the filename concatenation.
9794         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
9795         * modules/glob (Depends-on): Remove openat.
9796
9797 2007-12-31  Bruno Haible  <bruno@clisp.org>
9798
9799         * modules/dirfd (License): Change to LGPLv2+.
9800         Approved by Jim Meyering.
9801
9802 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
9803
9804         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
9805         when multiplying M by sizeof (size_t).
9806
9807 2007-12-10  Martin Lambers  <marlam@marlam.de>
9808
9809         Override getpagesize on mingw.
9810         * lib/getpagesize.c: New file.
9811         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
9812         * modules/getpagesize (Files): Add lib/getpagesize.c.
9813         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
9814         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
9815         REPLACE_GETPAGESIZE.
9816         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
9817
9818 2007-12-25  Bruno Haible  <bruno@clisp.org>
9819
9820         * modules/localcharset (Notice): New field.
9821         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
9822         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
9823
9824 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
9825             Bruno Haible  <bruno@clisp.org>
9826
9827         Avoid using the syntax symbol() in formatted documentation.
9828         * MODULES.html.sh (func_module): When replacing symbol() with a
9829         hyperlink, remove the parentheses. Show an error if some remain.
9830         Recognize and render the '...' syntax.
9831         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
9832         Rework. Add paragraph about GCC's inlining.
9833         * doc/alloca.texi: Likewise.
9834         * doc/error.texi: Remove parentheses from symbol reference.
9835         * doc/gnulib-intro.texi: Likewise.
9836         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
9837         * modules/fnmatch (Description): Reword to say "the ... function".
9838         * modules/full-read (Description): Likewise.
9839         * modules/full-write (Description): Likewise.
9840         * modules/safe-read (Description): Likewise.
9841         * modules/safe-write (Description): Likewise.
9842         * modules/strchrnul (Description): Likewise.
9843         * modules/trim (Description): Likewise.
9844         * modules/error (Description): Remove parentheses from symbol
9845         references.
9846         * modules/verror (Description): Likewise.
9847         Reported by Karl Berry.
9848
9849 2007-12-25  Bruno Haible  <bruno@clisp.org>
9850
9851         Fixup after 2007-10-16 commit.
9852         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
9853
9854 2007-12-24  Bruno Haible  <bruno@clisp.org>
9855
9856         Make --enable-relocatable work with DESTDIR.
9857         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
9858         to compute installdir from destprog.
9859         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
9860         also set the RELOC_DESTDIR variable.
9861         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
9862
9863 2007-12-24  Bruno Haible  <bruno@clisp.org>
9864
9865         Fix link error due to xalloc_die().
9866         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
9867         of xreadlink.
9868         * lib/relocwrapper.c: Update comments.
9869         * build-aux/install-reloc: Remove xreadlink.c from file list.
9870         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
9871         xreadlink.c.
9872         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
9873
9874 2007-12-24  Bruno Haible  <bruno@clisp.org>
9875
9876         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
9877         * lib/setenv.h: Remove file.
9878         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
9879         lib/setenv.h.
9880         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
9881         (Depends-on): Add stdlib.
9882         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
9883         gl_FUNC_UNSETENV.
9884         (Include): Replace setenv.h with <stdlib.h>.
9885         * modules/unsetenv: New file.
9886         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
9887         * lib/unsetenv.c: Include <stdlib.h> first.
9888         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
9889         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
9890         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
9891         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
9892         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
9893         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
9894         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
9895         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
9896         * doc/functions/unsetenv.texi: Update.
9897         * modules/xsetenv (Depends-on): Add unsetenv.
9898         * modules/getdate (Depends-on): Likewise.
9899         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
9900         * lib/xsetenv.c: Don't include setenv.h.
9901         * lib/getdate.y: Likewise.
9902         * lib/relocwrapper.c: Likewise.
9903         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
9904         (Depends-on): Add stdlib.
9905         * NEWS: Mention the changes.
9906         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
9907
9908 2007-12-23  Bruno Haible  <bruno@clisp.org>
9909
9910         * lib/memmem.c (memmem): Use lowercase variable names. Tab
9911         indentation.
9912
9913 2007-12-23  Bruno Haible  <bruno@clisp.org>
9914
9915         * lib/c-strcasestr.c: Add more comments.
9916         * lib/c-strstr.c: Likewise.
9917         * lib/mbscasestr.c: Likewise.
9918         * lib/mbsstr.c: Likewise.
9919         * lib/strcasestr.c: Likewise.
9920         * lib/memmem.c: Likewise.
9921
9922 2007-12-23  Bruno Haible  <bruno@clisp.org>
9923
9924         * tests/test-memmem.c: Include <string.h> first.
9925
9926 2007-12-22  Bruno Haible  <bruno@clisp.org>
9927
9928         * gnulib-tool (func_create_testdir): Change $auxdir while generating
9929         the contents of $testsbase.
9930         Reported by Ralf Wildenhues.
9931
9932 2007-12-22  Bruno Haible  <bruno@clisp.org>
9933
9934         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
9935         two variables local_ldadd_before, local_ldadd_last.
9936
9937 2007-12-20  Eric Blake  <ebb9@byu.net>
9938
9939         Work around circular library issue when cross-compiling.
9940         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
9941         that progname.o does not need to pull in rpl_memcmp.
9942
9943 2007-12-19  Eric Blake  <ebb9@byu.net>
9944
9945         Fix memmem to avoid O(n^2) worst-case complexity.
9946         * lib/memmem.c (knuth_morris_pratt): New function.
9947         (memmem): Use it if first few naive iterations fail.
9948         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
9949         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
9950         * modules/memchr (License): Likewise.
9951         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
9952         malloca.
9953         * tests/test-memmem.c: Rewrite, borrowing ideas from
9954         test-mbsstr1.c; the old version wouldn't even compile!
9955         * modules/memmem-tests: New file.
9956         * lib/string.in.h (rpl_memmem): Add declaration.
9957         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
9958         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
9959         REPLACE_MEMMEM.
9960
9961 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
9962
9963         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
9964         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
9965         before any system include files, and undef after them all.  This
9966         should fix a problem on VMS reported by John E. Malmberg in
9967         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
9968
9969 2007-12-17  Eric Blake  <ebb9@byu.net>
9970
9971         Revert addition of verify, for BSD/OS.
9972         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
9973         can't handle large files, for the sake of obsolete platforms.
9974         * modules/fseeko (Depends-on): Remove verify.
9975         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
9976         * doc/functions/ftello.texi (ftello): Likewise.
9977         * doc/functions/fgetpos.texi (fgetpos): Likewise.
9978         Reported by Larry Jones.
9979
9980 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
9981
9982         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
9983         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
9984
9985 2007-12-17  Jim Meyering  <meyering@redhat.com>
9986
9987         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
9988         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
9989         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
9990         * modules/getcwd (Depends-on): Add openat.
9991         Reported by Petr Salinger.
9992
9993 2007-12-17  Bruno Haible  <bruno@clisp.org>
9994
9995         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
9996         avoid a segmentation fault of the configure test on x86_64 systems.
9997
9998 2007-12-15  Jim Meyering  <meyering@redhat.com>
9999
10000         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
10001
10002 2007-12-13  Eric Blake  <ebb9@byu.net>
10003
10004         Another fseek test.
10005         * tests/test-fseek.c (main): Also test ungetc handling.
10006         * tests/test-fseeko.c (main): Likewise.
10007         * modules/fseeko (Depends-on): Add verify.
10008         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
10009         large.
10010         Reported by Larry Jones.
10011
10012         Fix fseeko on mingw.
10013         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
10014         seek.
10015
10016         Beef up fseek tests.
10017         * tests/test-fseek.c (main): Also test eof handling.
10018         * tests/test-fseeko.c (main): Likewise.
10019         Reported by Larry Jones.
10020
10021 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
10022
10023         Fix fseeko on BSD-based platforms.
10024         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
10025         successful seek.
10026
10027 2007-12-12  Eric Blake  <ebb9@byu.net>
10028
10029         Allow circular dependency of separate libtests.a
10030         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
10031         when use_libtests.
10032
10033 2007-12-11  Eric Blake  <ebb9@byu.net>
10034
10035         Fix bug with -0.0L in previous patch.
10036         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
10037         * tests/test-isnan.c (main): Also test on zeroes.
10038         * tests/test-isnanf.c (main): Likewise.
10039         * tests/test-isnanl.h (main): Likewise.
10040
10041         Detect pseudo-denormals on x86 even when cross-compiling.
10042         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
10043         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
10044         invalid bit patterns that happen to satisfy ==.
10045
10046         Avoid link failures with separate libtests.a.
10047         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
10048         last, to satisfy circular dependencies.
10049
10050 2007-12-11  Eric Blake  <ebb9@byu.net>
10051         and Bruno Haible  <bruno@clisp.org>
10052
10053         Fix OpenBSD 4.0 <float.h> handling of long double.
10054         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
10055         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
10056         * doc/headers/float.texi (float.h): Document OpenBSD bug.
10057
10058 2007-12-11  Jim Meyering  <meyering@redhat.com>
10059
10060         * users.txt: Add libvirt.
10061
10062         Support versions of autoconf prior to 2.59c.
10063         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
10064         if it is not already defined.
10065
10066 2007-12-09  Bruno Haible  <bruno@clisp.org>
10067
10068         Let 'gnulib-tool --import' collect sources needed for the tests in
10069         tests/ rather than in lib/.
10070         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
10071         argument. If true, add rules to generate libtests.a, and put libtests.a
10072         into $(LDADD). Consider source files in subdirectories and set
10073         uses_subdirs.
10074         (func_emit_initmacro_start, func_emit_initmacro_end,
10075         func_emit_initmacro_done): Pass all arguments explicitly.
10076         (func_import): Determine two module lists main_modules,
10077         testsrelated_modules. Determine use_libtests. Determine two variables
10078         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
10079         instead of just sed_transform_lib_file. Determine two variables
10080         main_files and testsrelated_files. Compute 'files' as the union of
10081         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
10082         func_add_or_update. In the generated gnulib-comp.m4, collect the
10083         object files for tests/ in different variables than those for lib/.
10084         Substitute LIBTESTS_LIBDEPS.
10085         (func_create_testdir): Combine the uses_subdirs results from
10086         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
10087
10088 2007-12-09  Bruno Haible  <bruno@clisp.org>
10089
10090         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
10091         the build-aux directory.
10092
10093 2007-12-09  Bruno Haible  <bruno@clisp.org>
10094
10095         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
10096         introduced on 2006-09-09.
10097
10098 2007-12-07  Jim Meyering  <meyering@redhat.com>
10099
10100         Let these macros work also with autoconf-2.59.
10101         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
10102         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
10103         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
10104
10105 2007-12-06  Jim Meyering  <meyering@redhat.com>
10106
10107         Avoid a configure-time syntax error in gl_FUNC_ACL.
10108         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
10109         function in each branch, before testing the cache variable.
10110
10111 2007-12-04  Eric Blake  <ebb9@byu.net>
10112
10113         Make scripts executable.
10114         * build-aux/config.guess: Add execute permissions.
10115         * build-aux/config.sub: Likewise.
10116         * build-aux/gendocs.sh: Likewise.
10117
10118         Fix frexp on mingw.
10119         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
10120         cross-compiling.
10121         * doc/functions/frexp.texi (frexp): Document the bug.
10122
10123         Make cygwin fseeko check more reliable.
10124         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
10125         version numbers, rather than unrelated feature check.
10126         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
10127         * doc/functions/ftello.texi (ftello): Likewise.
10128         Reported by Bruno Haible.
10129
10130         * m4/strerror.m4: Bump version number.
10131
10132 2007-12-03  Bruno Haible  <bruno@clisp.org>
10133
10134         * doc/functions/mprotect.texi: Mention the mingw problem.
10135
10136 2007-12-03  Eric Blake  <ebb9@byu.net>
10137
10138         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
10139         REPLACE_STRERROR is initialized before this macro.
10140
10141 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
10142
10143         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
10144         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
10145         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
10146         put -lsec in even for programs other than 'ls'.  This fixes a problem
10147         for gettext reported by Bruno Haible in
10148         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
10149         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
10150         Add support for Solaris 10.  This isn't efficient, but should get the
10151         job done for now.
10152
10153 2007-12-03  James Youngman  <jay@gnu.org>
10154
10155         * doc/regexprops-generic.texi: change "an close-group" to "a
10156         close-group" and "illegal" to "not allowed".
10157
10158 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10159
10160         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
10161         pr_byname.h. Needed for the rare case when the maintainer has done
10162         "make maintainer-clean" in the source directory and then attempts a
10163         build outside the source directory.
10164         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
10165         scripts_byname.h.
10166
10167 2007-12-02  Martin Lambers <marlam@marlam.de>
10168             Bruno Haible  <bruno@clisp.org>
10169
10170         * lib/getpagesize.h: Remove file.
10171         * lib/unistd.in.h: Include declaration of getpagesize here.
10172         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
10173         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
10174         HAVE_SYS_PARAM_H.
10175         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
10176         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
10177         * modules/getpagesize (Files): Remove lib/getpagesize.h.
10178         (Depends-on): Add unistd.
10179         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
10180         (Include): Use <unistd.h> instead of getpagesize.h.
10181         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
10182         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
10183         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
10184         gl_GETPAGESIZE invocation, already handled by module dependency.
10185         * lib/pagealign_alloc.c: Don't include getpagesize.h.
10186
10187 2007-12-02  Bruno Haible  <bruno@clisp.org>
10188
10189         * modules/strings-tests: New file.
10190         * tests/test-strings.c: New file.
10191
10192         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
10193         * lib/strings.in.h: New file.
10194         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
10195         * m4/strings_h.m4: New file.
10196         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
10197         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
10198         * modules/strings: New file.
10199         * modules/string (Makefile.am): Update.
10200         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
10201         Reported by Karl Berry.
10202
10203 2007-12-01  Eric Blake  <ebb9@byu.net>
10204
10205         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
10206         accomodate fix in cygwin 1.5.25.
10207
10208 2007-12-01  Jim Meyering  <meyering@redhat.com>
10209
10210         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
10211         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
10212         that would inhibit utf8-optimization of a regexp containing line-
10213         or buffer-anchors, e.g., `^', `$'.
10214
10215 2007-11-30  Bruno Haible  <bruno@clisp.org>
10216
10217         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
10218         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
10219         glthread_recursive_lock_init.
10220         * lib/lock.c (glthread_recursive_lock_init)
10221         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
10222         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
10223
10224 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
10225
10226         New function qset_acl, like set_acl but with syscall semantics.
10227         * lib/acl.h (qset_acl): New decl.
10228         * lib/acl.c (qset_acl): New function.
10229         (set_acl): Use new function.  Use more-consistent diagnostics.
10230
10231 2007-11-28  Jim Meyering  <meyering@redhat.com>
10232
10233         * modules/physmem (License): Change from GPL to LGPLv2+.
10234
10235 2007-11-26  Bruno Haible  <bruno@clisp.org>
10236
10237         * lib/vasnprintf.c (decode_long_double): Don't abort if the
10238         'long double' type has excess precision.
10239         Reported by Jim Meyering in
10240         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
10241
10242 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10243
10244         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
10245         Sync from <http://gnu.org/licenses>.
10246         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
10247         with license text from same location.
10248         * doc/maintain.texi, doc/standards.texi:  Sync from
10249         <http://savannah.gnu.org/projects/gnustandards>.
10250
10251 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
10252         and Jim Meyering  <meyering@redhat.com>
10253
10254         Adjust getdate' grammar to accept a slightly more regular language.
10255         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
10256         Before, the former was rejected.
10257         * lib/getdate.y (digits_to_date_time): New function, factored
10258         out of ...
10259         (number): ...here.  Just call digits_to_date_time.
10260         (hybrid): New non-terminal to handle an <unsigned number,
10261         signed relative offset> sequence consistently.
10262
10263 2007-11-18  Jim Meyering  <meyering@redhat.com>
10264
10265         Pull my changes from coreutils:
10266         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
10267         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
10268         use of $gnulib_tool_option_extras, so that it's separated from the
10269         preceding argument.
10270
10271         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
10272         * build-aux/bootstrap (cp_mark_as_generated): Create any required
10273         parent destination directories before copying a file into place.
10274
10275 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
10276
10277         bootstrap: work also with 4-argument variant of AC_INIT
10278         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
10279
10280 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
10281
10282         Port test-getaddrinfo to Solaris.
10283         Problem reported by Bruno Haible in
10284         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
10285         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
10286         explanation of setting 'hints'.
10287         Don't reject an implementation merely because it returns EAI_SERVICE.
10288         (EAI_SERVICE): Define to 0 if not defined.
10289
10290 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
10291
10292         The license of gnu-make and posix-shell is now "GPLed build tool".
10293         * modules/gnu-make (License): Likewise.
10294         * modules/posix-shell (License): Likewise.
10295
10296         New module posix-shell, for determining a POSIX shell
10297         or perhaps something that is close enough to a POSIX shell.
10298         * m4/posix-shell.m4: New file.
10299         * modules/posix-shell: New file.
10300
10301         * MODULES.html.sh: Mention new module.
10302
10303         New module gnu-make, for determining whether we're using GNU Make.
10304         * m4/gnu-make.m4: New file.
10305         * modules/gnu-make: New file.
10306         * MODULES.html.sh: Mention new module.
10307
10308 2007-11-14  Jim Meyering  <meyering@redhat.com>
10309
10310         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
10311         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
10312         use this macro to create a function _definition_.
10313         Remove useless "#undef ARGMATCH_DIE".
10314
10315 2007-11-14  Bruno Haible  <bruno@clisp.org>
10316
10317         * lib/config.charset: Update for OpenBSD 4.1.
10318         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
10319
10320 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
10321
10322         Document 64-bit #if problems in stdint.texi.
10323         * doc/headers/stdint.texi (stdint.h): Mention problems with
10324         64-bit-#if, and how to work around them.
10325
10326         Don't insist on 'long long int' support in the preprocessor.  It
10327         breaks too many things.  For example, PRIdMAX still uses a 'long
10328         long int' format with the latest Sun compiler, even though
10329         HAVE_LONG_LONG_INT isn't defined due to that compiler's
10330         preprocessor problem.  This causes the latest coreutils to dump
10331         core on Solaris 10 sparc with the Sun C compiler.
10332         Instead, fix the 2007-10-16 problem in a different way, by evaluating
10333         the troublesome expressions at configure-time, not at #if-time.
10334         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
10335         preprocessor.
10336         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
10337         compile-time C checks, done at 'configure'-time.
10338         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
10339         * modules/inttypes (Makefile): Substitute the new symbols that
10340         gl_INTTYPES_H now generates.
10341         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
10342
10343 2007-11-12  Bruno Haible  <bruno@clisp.org>
10344
10345         Tests for Unicode character classification functions.
10346
10347         * modules/unictype/bidicategory-byname-tests: New file.
10348         * modules/unictype/bidicategory-name-tests: New file.
10349         * modules/unictype/bidicategory-of-tests: New file.
10350         * modules/unictype/bidicategory-test-tests: New file.
10351         * modules/unictype/block-list-tests: New file.
10352         * modules/unictype/block-of-tests: New file.
10353         * modules/unictype/block-test-tests: New file.
10354         * modules/unictype/category-C-tests: New file.
10355         * modules/unictype/category-Cc-tests: New file.
10356         * modules/unictype/category-Cf-tests: New file.
10357         * modules/unictype/category-Cn-tests: New file.
10358         * modules/unictype/category-Co-tests: New file.
10359         * modules/unictype/category-Cs-tests: New file.
10360         * modules/unictype/category-L-tests: New file.
10361         * modules/unictype/category-Ll-tests: New file.
10362         * modules/unictype/category-Lm-tests: New file.
10363         * modules/unictype/category-Lo-tests: New file.
10364         * modules/unictype/category-Lt-tests: New file.
10365         * modules/unictype/category-Lu-tests: New file.
10366         * modules/unictype/category-M-tests: New file.
10367         * modules/unictype/category-Mc-tests: New file.
10368         * modules/unictype/category-Me-tests: New file.
10369         * modules/unictype/category-Mn-tests: New file.
10370         * modules/unictype/category-N-tests: New file.
10371         * modules/unictype/category-Nd-tests: New file.
10372         * modules/unictype/category-Nl-tests: New file.
10373         * modules/unictype/category-No-tests: New file.
10374         * modules/unictype/category-P-tests: New file.
10375         * modules/unictype/category-Pc-tests: New file.
10376         * modules/unictype/category-Pd-tests: New file.
10377         * modules/unictype/category-Pe-tests: New file.
10378         * modules/unictype/category-Pf-tests: New file.
10379         * modules/unictype/category-Pi-tests: New file.
10380         * modules/unictype/category-Po-tests: New file.
10381         * modules/unictype/category-Ps-tests: New file.
10382         * modules/unictype/category-S-tests: New file.
10383         * modules/unictype/category-Sc-tests: New file.
10384         * modules/unictype/category-Sk-tests: New file.
10385         * modules/unictype/category-Sm-tests: New file.
10386         * modules/unictype/category-So-tests: New file.
10387         * modules/unictype/category-Z-tests: New file.
10388         * modules/unictype/category-Zl-tests: New file.
10389         * modules/unictype/category-Zp-tests: New file.
10390         * modules/unictype/category-Zs-tests: New file.
10391         * modules/unictype/category-and-not-tests: New file.
10392         * modules/unictype/category-and-tests: New file.
10393         * modules/unictype/category-byname-tests: New file.
10394         * modules/unictype/category-name-tests: New file.
10395         * modules/unictype/category-none-tests: New file.
10396         * modules/unictype/category-of-tests: New file.
10397         * modules/unictype/category-or-tests: New file.
10398         * modules/unictype/category-test-withtable-tests: New file.
10399         * modules/unictype/combining-class-tests: New file.
10400         * modules/unictype/ctype-alnum-tests: New file.
10401         * modules/unictype/ctype-alpha-tests: New file.
10402         * modules/unictype/ctype-blank-tests: New file.
10403         * modules/unictype/ctype-cntrl-tests: New file.
10404         * modules/unictype/ctype-digit-tests: New file.
10405         * modules/unictype/ctype-graph-tests: New file.
10406         * modules/unictype/ctype-lower-tests: New file.
10407         * modules/unictype/ctype-print-tests: New file.
10408         * modules/unictype/ctype-punct-tests: New file.
10409         * modules/unictype/ctype-space-tests: New file.
10410         * modules/unictype/ctype-upper-tests: New file.
10411         * modules/unictype/ctype-xdigit-tests: New file.
10412         * modules/unictype/decimal-digit-tests: New file.
10413         * modules/unictype/digit-tests: New file.
10414         * modules/unictype/mirror-tests: New file.
10415         * modules/unictype/numeric-tests: New file.
10416         * modules/unictype/property-alphabetic-tests: New file.
10417         * modules/unictype/property-ascii-hex-digit-tests: New file.
10418         * modules/unictype/property-bidi-arabic-digit-tests: New file.
10419         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
10420         * modules/unictype/property-bidi-block-separator-tests: New file.
10421         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
10422         * modules/unictype/property-bidi-common-separator-tests: New file.
10423         * modules/unictype/property-bidi-control-tests: New file.
10424         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
10425         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
10426         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
10427         * modules/unictype/property-bidi-european-digit-tests: New file.
10428         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
10429         * modules/unictype/property-bidi-left-to-right-tests: New file.
10430         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
10431         * modules/unictype/property-bidi-other-neutral-tests: New file.
10432         * modules/unictype/property-bidi-pdf-tests: New file.
10433         * modules/unictype/property-bidi-segment-separator-tests: New file.
10434         * modules/unictype/property-bidi-whitespace-tests: New file.
10435         * modules/unictype/property-byname-tests: New file.
10436         * modules/unictype/property-combining-tests: New file.
10437         * modules/unictype/property-composite-tests: New file.
10438         * modules/unictype/property-currency-symbol-tests: New file.
10439         * modules/unictype/property-dash-tests: New file.
10440         * modules/unictype/property-decimal-digit-tests: New file.
10441         * modules/unictype/property-default-ignorable-code-point-tests: New file.
10442         * modules/unictype/property-deprecated-tests: New file.
10443         * modules/unictype/property-diacritic-tests: New file.
10444         * modules/unictype/property-extender-tests: New file.
10445         * modules/unictype/property-format-control-tests: New file.
10446         * modules/unictype/property-grapheme-base-tests: New file.
10447         * modules/unictype/property-grapheme-extend-tests: New file.
10448         * modules/unictype/property-grapheme-link-tests: New file.
10449         * modules/unictype/property-hex-digit-tests: New file.
10450         * modules/unictype/property-hyphen-tests: New file.
10451         * modules/unictype/property-id-continue-tests: New file.
10452         * modules/unictype/property-id-start-tests: New file.
10453         * modules/unictype/property-ideographic-tests: New file.
10454         * modules/unictype/property-ids-binary-operator-tests: New file.
10455         * modules/unictype/property-ids-trinary-operator-tests: New file.
10456         * modules/unictype/property-ignorable-control-tests: New file.
10457         * modules/unictype/property-iso-control-tests: New file.
10458         * modules/unictype/property-join-control-tests: New file.
10459         * modules/unictype/property-left-of-pair-tests: New file.
10460         * modules/unictype/property-line-separator-tests: New file.
10461         * modules/unictype/property-logical-order-exception-tests: New file.
10462         * modules/unictype/property-lowercase-tests: New file.
10463         * modules/unictype/property-math-tests: New file.
10464         * modules/unictype/property-non-break-tests: New file.
10465         * modules/unictype/property-not-a-character-tests: New file.
10466         * modules/unictype/property-numeric-tests: New file.
10467         * modules/unictype/property-other-alphabetic-tests: New file.
10468         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
10469         * modules/unictype/property-other-grapheme-extend-tests: New file.
10470         * modules/unictype/property-other-id-continue-tests: New file.
10471         * modules/unictype/property-other-id-start-tests: New file.
10472         * modules/unictype/property-other-lowercase-tests: New file.
10473         * modules/unictype/property-other-math-tests: New file.
10474         * modules/unictype/property-other-uppercase-tests: New file.
10475         * modules/unictype/property-paired-punctuation-tests: New file.
10476         * modules/unictype/property-paragraph-separator-tests: New file.
10477         * modules/unictype/property-pattern-syntax-tests: New file.
10478         * modules/unictype/property-pattern-white-space-tests: New file.
10479         * modules/unictype/property-private-use-tests: New file.
10480         * modules/unictype/property-punctuation-tests: New file.
10481         * modules/unictype/property-quotation-mark-tests: New file.
10482         * modules/unictype/property-radical-tests: New file.
10483         * modules/unictype/property-sentence-terminal-tests: New file.
10484         * modules/unictype/property-soft-dotted-tests: New file.
10485         * modules/unictype/property-space-tests: New file.
10486         * modules/unictype/property-terminal-punctuation-tests: New file.
10487         * modules/unictype/property-test-tests: New file.
10488         * modules/unictype/property-titlecase-tests: New file.
10489         * modules/unictype/property-unassigned-code-value-tests: New file.
10490         * modules/unictype/property-unified-ideograph-tests: New file.
10491         * modules/unictype/property-uppercase-tests: New file.
10492         * modules/unictype/property-variation-selector-tests: New file.
10493         * modules/unictype/property-white-space-tests: New file.
10494         * modules/unictype/property-xid-continue-tests: New file.
10495         * modules/unictype/property-xid-start-tests: New file.
10496         * modules/unictype/property-zero-width-tests: New file.
10497         * modules/unictype/scripts-tests: New file.
10498         * modules/unictype/syntax-c-ident-tests: New file.
10499         * modules/unictype/syntax-c-whitespace-tests: New file.
10500         * modules/unictype/syntax-java-ident-tests: New file.
10501         * modules/unictype/syntax-java-whitespace-tests: New file.
10502         * tests/unictype/test-bidi_byname.c: New file.
10503         * tests/unictype/test-bidi_name.c: New file.
10504         * tests/unictype/test-bidi_of.c: New file.
10505         * tests/unictype/test-bidi_test.c: New file.
10506         * tests/unictype/test-block_list.c: New file.
10507         * tests/unictype/test-block_of.c: New file.
10508         * tests/unictype/test-block_test.c: New file.
10509         * tests/unictype/test-categ_and.c: New file.
10510         * tests/unictype/test-categ_and_not.c: New file.
10511         * tests/unictype/test-categ_byname.c: New file.
10512         * tests/unictype/test-categ_name.c: New file.
10513         * tests/unictype/test-categ_none.c: New file.
10514         * tests/unictype/test-categ_of.c: New file.
10515         * tests/unictype/test-categ_or.c: New file.
10516         * tests/unictype/test-categ_test_withtable.c: New file.
10517         * tests/unictype/test-combining.c: New file.
10518         * tests/unictype/test-decdigit.c: New file.
10519         * tests/unictype/test-digit.c: New file.
10520         * tests/unictype/test-mirror.c: New file.
10521         * tests/unictype/test-numeric.c: New file.
10522         * tests/unictype/test-pr_byname.c: New file.
10523         * tests/unictype/test-pr_test.c: New file.
10524         * tests/unictype/test-predicate-part1.h: New file.
10525         * tests/unictype/test-predicate-part2.h: New file.
10526         * tests/unictype/test-scripts.c: New file.
10527         * tests/unictype/test-sy_c_ident.c: New file.
10528         * tests/unictype/test-sy_java_ident.c: New file.
10529
10530         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
10531         for Unicode 5.0.0.
10532         * tests/unictype/test-categ_Cc.c: Likewise.
10533         * tests/unictype/test-categ_Cf.c: Likewise.
10534         * tests/unictype/test-categ_Cn.c: Likewise.
10535         * tests/unictype/test-categ_Co.c: Likewise.
10536         * tests/unictype/test-categ_Cs.c: Likewise.
10537         * tests/unictype/test-categ_L.c: Likewise.
10538         * tests/unictype/test-categ_Ll.c: Likewise.
10539         * tests/unictype/test-categ_Lm.c: Likewise.
10540         * tests/unictype/test-categ_Lo.c: Likewise.
10541         * tests/unictype/test-categ_Lt.c: Likewise.
10542         * tests/unictype/test-categ_Lu.c: Likewise.
10543         * tests/unictype/test-categ_M.c: Likewise.
10544         * tests/unictype/test-categ_Mc.c: Likewise.
10545         * tests/unictype/test-categ_Me.c: Likewise.
10546         * tests/unictype/test-categ_Mn.c: Likewise.
10547         * tests/unictype/test-categ_N.c: Likewise.
10548         * tests/unictype/test-categ_Nd.c: Likewise.
10549         * tests/unictype/test-categ_Nl.c: Likewise.
10550         * tests/unictype/test-categ_No.c: Likewise.
10551         * tests/unictype/test-categ_P.c: Likewise.
10552         * tests/unictype/test-categ_Pc.c: Likewise.
10553         * tests/unictype/test-categ_Pd.c: Likewise.
10554         * tests/unictype/test-categ_Pe.c: Likewise.
10555         * tests/unictype/test-categ_Pf.c: Likewise.
10556         * tests/unictype/test-categ_Pi.c: Likewise.
10557         * tests/unictype/test-categ_Po.c: Likewise.
10558         * tests/unictype/test-categ_Ps.c: Likewise.
10559         * tests/unictype/test-categ_S.c: Likewise.
10560         * tests/unictype/test-categ_Sc.c: Likewise.
10561         * tests/unictype/test-categ_Sk.c: Likewise.
10562         * tests/unictype/test-categ_Sm.c: Likewise.
10563         * tests/unictype/test-categ_So.c: Likewise.
10564         * tests/unictype/test-categ_Z.c: Likewise.
10565         * tests/unictype/test-categ_Zl.c: Likewise.
10566         * tests/unictype/test-categ_Zp.c: Likewise.
10567         * tests/unictype/test-categ_Zs.c: Likewise.
10568         * tests/unictype/test-ctype_alnum.c: Likewise.
10569         * tests/unictype/test-ctype_alpha.c: Likewise.
10570         * tests/unictype/test-ctype_blank.c: Likewise.
10571         * tests/unictype/test-ctype_cntrl.c: Likewise.
10572         * tests/unictype/test-ctype_digit.c: Likewise.
10573         * tests/unictype/test-ctype_graph.c: Likewise.
10574         * tests/unictype/test-ctype_lower.c: Likewise.
10575         * tests/unictype/test-ctype_print.c: Likewise.
10576         * tests/unictype/test-ctype_punct.c: Likewise.
10577         * tests/unictype/test-ctype_space.c: Likewise.
10578         * tests/unictype/test-ctype_upper.c: Likewise.
10579         * tests/unictype/test-ctype_xdigit.c: Likewise.
10580         * tests/unictype/test-decdigit.h: Likewise.
10581         * tests/unictype/test-digit.h: Likewise.
10582         * tests/unictype/test-numeric.h: Likewise.
10583         * tests/unictype/test-pr_alphabetic.c: Likewise.
10584         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
10585         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
10586         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
10587         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
10588         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
10589         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
10590         * tests/unictype/test-pr_bidi_control.c: Likewise.
10591         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
10592         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
10593         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
10594         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
10595         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
10596         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
10597         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
10598         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
10599         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
10600         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
10601         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
10602         * tests/unictype/test-pr_combining.c: Likewise.
10603         * tests/unictype/test-pr_composite.c: Likewise.
10604         * tests/unictype/test-pr_currency_symbol.c: Likewise.
10605         * tests/unictype/test-pr_dash.c: Likewise.
10606         * tests/unictype/test-pr_decimal_digit.c: Likewise.
10607         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
10608         * tests/unictype/test-pr_deprecated.c: Likewise.
10609         * tests/unictype/test-pr_diacritic.c: Likewise.
10610         * tests/unictype/test-pr_extender.c: Likewise.
10611         * tests/unictype/test-pr_format_control.c: Likewise.
10612         * tests/unictype/test-pr_grapheme_base.c: Likewise.
10613         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
10614         * tests/unictype/test-pr_grapheme_link.c: Likewise.
10615         * tests/unictype/test-pr_hex_digit.c: Likewise.
10616         * tests/unictype/test-pr_hyphen.c: Likewise.
10617         * tests/unictype/test-pr_id_continue.c: Likewise.
10618         * tests/unictype/test-pr_id_start.c: Likewise.
10619         * tests/unictype/test-pr_ideographic.c: Likewise.
10620         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
10621         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
10622         * tests/unictype/test-pr_ignorable_control.c: Likewise.
10623         * tests/unictype/test-pr_iso_control.c: Likewise.
10624         * tests/unictype/test-pr_join_control.c: Likewise.
10625         * tests/unictype/test-pr_left_of_pair.c: Likewise.
10626         * tests/unictype/test-pr_line_separator.c: Likewise.
10627         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
10628         * tests/unictype/test-pr_lowercase.c: Likewise.
10629         * tests/unictype/test-pr_math.c: Likewise.
10630         * tests/unictype/test-pr_non_break.c: Likewise.
10631         * tests/unictype/test-pr_not_a_character.c: Likewise.
10632         * tests/unictype/test-pr_numeric.c: Likewise.
10633         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
10634         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
10635         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
10636         * tests/unictype/test-pr_other_id_continue.c: Likewise.
10637         * tests/unictype/test-pr_other_id_start.c: Likewise.
10638         * tests/unictype/test-pr_other_lowercase.c: Likewise.
10639         * tests/unictype/test-pr_other_math.c: Likewise.
10640         * tests/unictype/test-pr_other_uppercase.c: Likewise.
10641         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
10642         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
10643         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
10644         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
10645         * tests/unictype/test-pr_private_use.c: Likewise.
10646         * tests/unictype/test-pr_punctuation.c: Likewise.
10647         * tests/unictype/test-pr_quotation_mark.c: Likewise.
10648         * tests/unictype/test-pr_radical.c: Likewise.
10649         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
10650         * tests/unictype/test-pr_soft_dotted.c: Likewise.
10651         * tests/unictype/test-pr_space.c: Likewise.
10652         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
10653         * tests/unictype/test-pr_titlecase.c: Likewise.
10654         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
10655         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
10656         * tests/unictype/test-pr_uppercase.c: Likewise.
10657         * tests/unictype/test-pr_variation_selector.c: Likewise.
10658         * tests/unictype/test-pr_white_space.c: Likewise.
10659         * tests/unictype/test-pr_xid_continue.c: Likewise.
10660         * tests/unictype/test-pr_xid_start.c: Likewise.
10661         * tests/unictype/test-pr_zero_width.c: Likewise.
10662         * tests/unictype/test-sy_c_whitespace.c: Likewise.
10663         * tests/unictype/test-sy_java_whitespace.c: Likewise.
10664
10665 2007-11-12  Bruno Haible  <bruno@clisp.org>
10666
10667         Unicode character classification functions.
10668         * lib/unictype.h: New file.
10669         * modules/unictype/base: New file.
10670         * modules/unictype/category-L: New file.
10671         * modules/unictype/category-Lu: New file.
10672         * modules/unictype/category-Ll: New file.
10673         * modules/unictype/category-Lt: New file.
10674         * modules/unictype/category-Lm: New file.
10675         * modules/unictype/category-Lo: New file.
10676         * modules/unictype/category-M: New file.
10677         * modules/unictype/category-Mn: New file.
10678         * modules/unictype/category-Mc: New file.
10679         * modules/unictype/category-Me: New file.
10680         * modules/unictype/category-N: New file.
10681         * modules/unictype/category-Nd: New file.
10682         * modules/unictype/category-Nl: New file.
10683         * modules/unictype/category-No: New file.
10684         * modules/unictype/category-P: New file.
10685         * modules/unictype/category-Pc: New file.
10686         * modules/unictype/category-Pd: New file.
10687         * modules/unictype/category-Ps: New file.
10688         * modules/unictype/category-Pe: New file.
10689         * modules/unictype/category-Pi: New file.
10690         * modules/unictype/category-Pf: New file.
10691         * modules/unictype/category-Po: New file.
10692         * modules/unictype/category-S: New file.
10693         * modules/unictype/category-Sm: New file.
10694         * modules/unictype/category-Sc: New file.
10695         * modules/unictype/category-Sk: New file.
10696         * modules/unictype/category-So: New file.
10697         * modules/unictype/category-Z: New file.
10698         * modules/unictype/category-Zs: New file.
10699         * modules/unictype/category-Zl: New file.
10700         * modules/unictype/category-Zp: New file.
10701         * modules/unictype/category-C: New file.
10702         * modules/unictype/category-Cc: New file.
10703         * modules/unictype/category-Cf: New file.
10704         * modules/unictype/category-Cs: New file.
10705         * modules/unictype/category-Co: New file.
10706         * modules/unictype/category-Cn: New file.
10707         * modules/unictype/category-or: New file.
10708         * modules/unictype/category-of: New file.
10709         * modules/unictype/category-test: New file.
10710         * modules/unictype/category-test-withtable: New file.
10711         * modules/unictype/category-byname: New file.
10712         * modules/unictype/category-none: New file.
10713         * modules/unictype/category-and: New file.
10714         * modules/unictype/category-and-not: New file.
10715         * modules/unictype/category-name: New file.
10716         * modules/unictype/combining-class: New file.
10717         * modules/unictype/category-all: New file.
10718         * modules/unictype/bidicategory-all: New file.
10719         * modules/unictype/bidicategory-byname: New file.
10720         * modules/unictype/bidicategory-name: New file.
10721         * modules/unictype/bidicategory-of: New file.
10722         * modules/unictype/bidicategory-test: New file.
10723         * modules/unictype/decimal-digit: New file.
10724         * modules/unictype/digit: New file.
10725         * modules/unictype/numeric: New file.
10726         * modules/unictype/mirror: New file.
10727         * modules/unictype/property-white-space: New file.
10728         * modules/unictype/property-alphabetic: New file.
10729         * modules/unictype/property-other-alphabetic: New file.
10730         * modules/unictype/property-not-a-character: New file.
10731         * modules/unictype/property-default-ignorable-code-point: New file.
10732         * modules/unictype/property-other-default-ignorable-code-point: New
10733         file.
10734         * modules/unictype/property-deprecated: New file.
10735         * modules/unictype/property-logical-order-exception: New file.
10736         * modules/unictype/property-variation-selector: New file.
10737         * modules/unictype/property-private-use: New file.
10738         * modules/unictype/property-unassigned-code-value: New file.
10739         * modules/unictype/property-uppercase: New file.
10740         * modules/unictype/property-other-uppercase: New file.
10741         * modules/unictype/property-lowercase: New file.
10742         * modules/unictype/property-other-lowercase: New file.
10743         * modules/unictype/property-titlecase: New file.
10744         * modules/unictype/property-soft-dotted: New file.
10745         * modules/unictype/property-id-start: New file.
10746         * modules/unictype/property-other-id-start: New file.
10747         * modules/unictype/property-id-continue: New file.
10748         * modules/unictype/property-other-id-continue: New file.
10749         * modules/unictype/property-xid-start: New file.
10750         * modules/unictype/property-xid-continue: New file.
10751         * modules/unictype/property-pattern-white-space: New file.
10752         * modules/unictype/property-pattern-syntax: New file.
10753         * modules/unictype/property-join-control: New file.
10754         * modules/unictype/property-grapheme-base: New file.
10755         * modules/unictype/property-grapheme-extend: New file.
10756         * modules/unictype/property-other-grapheme-extend: New file.
10757         * modules/unictype/property-grapheme-link: New file.
10758         * modules/unictype/property-bidi-control: New file.
10759         * modules/unictype/property-bidi-left-to-right: New file.
10760         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
10761         * modules/unictype/property-bidi-arabic-right-to-left: New file.
10762         * modules/unictype/property-bidi-european-digit: New file.
10763         * modules/unictype/property-bidi-eur-num-separator: New file.
10764         * modules/unictype/property-bidi-eur-num-terminator: New file.
10765         * modules/unictype/property-bidi-arabic-digit: New file.
10766         * modules/unictype/property-bidi-common-separator: New file.
10767         * modules/unictype/property-bidi-block-separator: New file.
10768         * modules/unictype/property-bidi-segment-separator: New file.
10769         * modules/unictype/property-bidi-whitespace: New file.
10770         * modules/unictype/property-bidi-non-spacing-mark: New file.
10771         * modules/unictype/property-bidi-boundary-neutral: New file.
10772         * modules/unictype/property-bidi-pdf: New file.
10773         * modules/unictype/property-bidi-embedding-or-override: New file.
10774         * modules/unictype/property-bidi-other-neutral: New file.
10775         * modules/unictype/property-hex-digit: New file.
10776         * modules/unictype/property-ascii-hex-digit: New file.
10777         * modules/unictype/property-ideographic: New file.
10778         * modules/unictype/property-unified-ideograph: New file.
10779         * modules/unictype/property-radical: New file.
10780         * modules/unictype/property-ids-binary-operator: New file.
10781         * modules/unictype/property-ids-trinary-operator: New file.
10782         * modules/unictype/property-zero-width: New file.
10783         * modules/unictype/property-space: New file.
10784         * modules/unictype/property-non-break: New file.
10785         * modules/unictype/property-iso-control: New file.
10786         * modules/unictype/property-format-control: New file.
10787         * modules/unictype/property-dash: New file.
10788         * modules/unictype/property-hyphen: New file.
10789         * modules/unictype/property-punctuation: New file.
10790         * modules/unictype/property-line-separator: New file.
10791         * modules/unictype/property-paragraph-separator: New file.
10792         * modules/unictype/property-quotation-mark: New file.
10793         * modules/unictype/property-sentence-terminal: New file.
10794         * modules/unictype/property-terminal-punctuation: New file.
10795         * modules/unictype/property-currency-symbol: New file.
10796         * modules/unictype/property-math: New file.
10797         * modules/unictype/property-other-math: New file.
10798         * modules/unictype/property-paired-punctuation: New file.
10799         * modules/unictype/property-left-of-pair: New file.
10800         * modules/unictype/property-combining: New file.
10801         * modules/unictype/property-composite: New file.
10802         * modules/unictype/property-decimal-digit: New file.
10803         * modules/unictype/property-numeric: New file.
10804         * modules/unictype/property-diacritic: New file.
10805         * modules/unictype/property-extender: New file.
10806         * modules/unictype/property-ignorable-control: New file.
10807         * modules/unictype/property-test: New file.
10808         * modules/unictype/property-byname: New file.
10809         * modules/unictype/property-all: New file.
10810         * modules/unictype/scripts: New file.
10811         * modules/unictype/scripts-all: New file.
10812         * modules/unictype/block-of: New file.
10813         * modules/unictype/block-test: New file.
10814         * modules/unictype/block-list: New file.
10815         * modules/unictype/block-all: New file.
10816         * modules/unictype/syntax-c-whitespace: New file.
10817         * modules/unictype/syntax-java-whitespace: New file.
10818         * modules/unictype/syntax-c-ident: New file.
10819         * modules/unictype/syntax-java-ident: New file.
10820         * modules/unictype/ctype-alnum: New file.
10821         * modules/unictype/ctype-alpha: New file.
10822         * modules/unictype/ctype-cntrl: New file.
10823         * modules/unictype/ctype-digit: New file.
10824         * modules/unictype/ctype-graph: New file.
10825         * modules/unictype/ctype-lower: New file.
10826         * modules/unictype/ctype-print: New file.
10827         * modules/unictype/ctype-punct: New file.
10828         * modules/unictype/ctype-space: New file.
10829         * modules/unictype/ctype-upper: New file.
10830         * modules/unictype/ctype-xdigit: New file.
10831         * modules/unictype/ctype-blank: New file.
10832         * lib/unictype/bidi_byname.c: New file.
10833         * lib/unictype/bidi_name.c: New file.
10834         * lib/unictype/bidi_of.c: New file.
10835         * lib/unictype/bidi_test.c: New file.
10836         * lib/unictype/bitmap.h: New file.
10837         * lib/unictype/block_test.c: New file.
10838         * lib/unictype/blocks.c: New file.
10839         * lib/unictype/categ_C.c: New file.
10840         * lib/unictype/categ_Cc.c: New file.
10841         * lib/unictype/categ_Cf.c: New file.
10842         * lib/unictype/categ_Cn.c: New file.
10843         * lib/unictype/categ_Co.c: New file.
10844         * lib/unictype/categ_Cs.c: New file.
10845         * lib/unictype/categ_L.c: New file.
10846         * lib/unictype/categ_Ll.c: New file.
10847         * lib/unictype/categ_Lm.c: New file.
10848         * lib/unictype/categ_Lo.c: New file.
10849         * lib/unictype/categ_Lt.c: New file.
10850         * lib/unictype/categ_Lu.c: New file.
10851         * lib/unictype/categ_M.c: New file.
10852         * lib/unictype/categ_Mc.c: New file.
10853         * lib/unictype/categ_Me.c: New file.
10854         * lib/unictype/categ_Mn.c: New file.
10855         * lib/unictype/categ_N.c: New file.
10856         * lib/unictype/categ_Nd.c: New file.
10857         * lib/unictype/categ_Nl.c: New file.
10858         * lib/unictype/categ_No.c: New file.
10859         * lib/unictype/categ_P.c: New file.
10860         * lib/unictype/categ_Pc.c: New file.
10861         * lib/unictype/categ_Pd.c: New file.
10862         * lib/unictype/categ_Pe.c: New file.
10863         * lib/unictype/categ_Pf.c: New file.
10864         * lib/unictype/categ_Pi.c: New file.
10865         * lib/unictype/categ_Po.c: New file.
10866         * lib/unictype/categ_Ps.c: New file.
10867         * lib/unictype/categ_S.c: New file.
10868         * lib/unictype/categ_Sc.c: New file.
10869         * lib/unictype/categ_Sk.c: New file.
10870         * lib/unictype/categ_Sm.c: New file.
10871         * lib/unictype/categ_So.c: New file.
10872         * lib/unictype/categ_Z.c: New file.
10873         * lib/unictype/categ_Zl.c: New file.
10874         * lib/unictype/categ_Zp.c: New file.
10875         * lib/unictype/categ_Zs.c: New file.
10876         * lib/unictype/categ_and.c: New file.
10877         * lib/unictype/categ_and_not.c: New file.
10878         * lib/unictype/categ_byname.c: New file.
10879         * lib/unictype/categ_name.c: New file.
10880         * lib/unictype/categ_none.c: New file.
10881         * lib/unictype/categ_of.c: New file.
10882         * lib/unictype/categ_or.c: New file.
10883         * lib/unictype/categ_test.c: New file.
10884         * lib/unictype/combining.c: New file.
10885         * lib/unictype/ctype_alnum.c: New file.
10886         * lib/unictype/ctype_alpha.c: New file.
10887         * lib/unictype/ctype_blank.c: New file.
10888         * lib/unictype/ctype_cntrl.c: New file.
10889         * lib/unictype/ctype_digit.c: New file.
10890         * lib/unictype/ctype_graph.c: New file.
10891         * lib/unictype/ctype_lower.c: New file.
10892         * lib/unictype/ctype_print.c: New file.
10893         * lib/unictype/ctype_punct.c: New file.
10894         * lib/unictype/ctype_space.c: New file.
10895         * lib/unictype/ctype_upper.c: New file.
10896         * lib/unictype/ctype_xdigit.c: New file.
10897         * lib/unictype/decdigit.c: New file.
10898         * lib/unictype/digit.c: New file.
10899         * lib/unictype/identsyntaxmap.h: New file.
10900         * lib/unictype/mirror.c: New file.
10901         * lib/unictype/numeric.c: New file.
10902         * lib/unictype/pr_alphabetic.c: New file.
10903         * lib/unictype/pr_ascii_hex_digit.c: New file.
10904         * lib/unictype/pr_bidi_arabic_digit.c: New file.
10905         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
10906         * lib/unictype/pr_bidi_block_separator.c: New file.
10907         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
10908         * lib/unictype/pr_bidi_common_separator.c: New file.
10909         * lib/unictype/pr_bidi_control.c: New file.
10910         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
10911         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
10912         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
10913         * lib/unictype/pr_bidi_european_digit.c: New file.
10914         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
10915         * lib/unictype/pr_bidi_left_to_right.c: New file.
10916         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
10917         * lib/unictype/pr_bidi_other_neutral.c: New file.
10918         * lib/unictype/pr_bidi_pdf.c: New file.
10919         * lib/unictype/pr_bidi_segment_separator.c: New file.
10920         * lib/unictype/pr_bidi_whitespace.c: New file.
10921         * lib/unictype/pr_byname.c: New file.
10922         * lib/unictype/pr_byname.gperf: New file.
10923         * lib/unictype/pr_combining.c: New file.
10924         * lib/unictype/pr_composite.c: New file.
10925         * lib/unictype/pr_currency_symbol.c: New file.
10926         * lib/unictype/pr_dash.c: New file.
10927         * lib/unictype/pr_decimal_digit.c: New file.
10928         * lib/unictype/pr_default_ignorable_code_point.c: New file.
10929         * lib/unictype/pr_deprecated.c: New file.
10930         * lib/unictype/pr_diacritic.c: New file.
10931         * lib/unictype/pr_extender.c: New file.
10932         * lib/unictype/pr_format_control.c: New file.
10933         * lib/unictype/pr_grapheme_base.c: New file.
10934         * lib/unictype/pr_grapheme_extend.c: New file.
10935         * lib/unictype/pr_grapheme_link.c: New file.
10936         * lib/unictype/pr_hex_digit.c: New file.
10937         * lib/unictype/pr_hyphen.c: New file.
10938         * lib/unictype/pr_id_continue.c: New file.
10939         * lib/unictype/pr_id_start.c: New file.
10940         * lib/unictype/pr_ideographic.c: New file.
10941         * lib/unictype/pr_ids_binary_operator.c: New file.
10942         * lib/unictype/pr_ids_trinary_operator.c: New file.
10943         * lib/unictype/pr_ignorable_control.c: New file.
10944         * lib/unictype/pr_iso_control.c: New file.
10945         * lib/unictype/pr_join_control.c: New file.
10946         * lib/unictype/pr_left_of_pair.c: New file.
10947         * lib/unictype/pr_line_separator.c: New file.
10948         * lib/unictype/pr_logical_order_exception.c: New file.
10949         * lib/unictype/pr_lowercase.c: New file.
10950         * lib/unictype/pr_math.c: New file.
10951         * lib/unictype/pr_non_break.c: New file.
10952         * lib/unictype/pr_not_a_character.c: New file.
10953         * lib/unictype/pr_numeric.c: New file.
10954         * lib/unictype/pr_other_alphabetic.c: New file.
10955         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
10956         * lib/unictype/pr_other_grapheme_extend.c: New file.
10957         * lib/unictype/pr_other_id_continue.c: New file.
10958         * lib/unictype/pr_other_id_start.c: New file.
10959         * lib/unictype/pr_other_lowercase.c: New file.
10960         * lib/unictype/pr_other_math.c: New file.
10961         * lib/unictype/pr_other_uppercase.c: New file.
10962         * lib/unictype/pr_paired_punctuation.c: New file.
10963         * lib/unictype/pr_paragraph_separator.c: New file.
10964         * lib/unictype/pr_pattern_syntax.c: New file.
10965         * lib/unictype/pr_pattern_white_space.c: New file.
10966         * lib/unictype/pr_private_use.c: New file.
10967         * lib/unictype/pr_punctuation.c: New file.
10968         * lib/unictype/pr_quotation_mark.c: New file.
10969         * lib/unictype/pr_radical.c: New file.
10970         * lib/unictype/pr_sentence_terminal.c: New file.
10971         * lib/unictype/pr_soft_dotted.c: New file.
10972         * lib/unictype/pr_space.c: New file.
10973         * lib/unictype/pr_terminal_punctuation.c: New file.
10974         * lib/unictype/pr_test.c: New file.
10975         * lib/unictype/pr_titlecase.c: New file.
10976         * lib/unictype/pr_unassigned_code_value.c: New file.
10977         * lib/unictype/pr_unified_ideograph.c: New file.
10978         * lib/unictype/pr_uppercase.c: New file.
10979         * lib/unictype/pr_variation_selector.c: New file.
10980         * lib/unictype/pr_white_space.c: New file.
10981         * lib/unictype/pr_xid_continue.c: New file.
10982         * lib/unictype/pr_xid_start.c: New file.
10983         * lib/unictype/pr_zero_width.c: New file.
10984         * lib/unictype/scripts.c: New file.
10985         * lib/unictype/sy_c_ident.c: New file.
10986         * lib/unictype/sy_c_whitespace.c: New file.
10987         * lib/unictype/sy_java_ident.c: New file.
10988         * lib/unictype/sy_java_whitespace.c: New file.
10989
10990         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
10991         Unicode 5.0.0.
10992         * lib/unictype/blocks.h: Likewise.
10993         * lib/unictype/categ_C.h: Likewise.
10994         * lib/unictype/categ_Cc.h: Likewise.
10995         * lib/unictype/categ_Cf.h: Likewise.
10996         * lib/unictype/categ_Cn.h: Likewise.
10997         * lib/unictype/categ_Co.h: Likewise.
10998         * lib/unictype/categ_Cs.h: Likewise.
10999         * lib/unictype/categ_L.h: Likewise.
11000         * lib/unictype/categ_Ll.h: Likewise.
11001         * lib/unictype/categ_Lm.h: Likewise.
11002         * lib/unictype/categ_Lo.h: Likewise.
11003         * lib/unictype/categ_Lt.h: Likewise.
11004         * lib/unictype/categ_Lu.h: Likewise.
11005         * lib/unictype/categ_M.h: Likewise.
11006         * lib/unictype/categ_Mc.h: Likewise.
11007         * lib/unictype/categ_Me.h: Likewise.
11008         * lib/unictype/categ_Mn.h: Likewise.
11009         * lib/unictype/categ_N.h: Likewise.
11010         * lib/unictype/categ_Nd.h: Likewise.
11011         * lib/unictype/categ_Nl.h: Likewise.
11012         * lib/unictype/categ_No.h: Likewise.
11013         * lib/unictype/categ_P.h: Likewise.
11014         * lib/unictype/categ_Pc.h: Likewise.
11015         * lib/unictype/categ_Pd.h: Likewise.
11016         * lib/unictype/categ_Pe.h: Likewise.
11017         * lib/unictype/categ_Pf.h: Likewise.
11018         * lib/unictype/categ_Pi.h: Likewise.
11019         * lib/unictype/categ_Po.h: Likewise.
11020         * lib/unictype/categ_Ps.h: Likewise.
11021         * lib/unictype/categ_S.h: Likewise.
11022         * lib/unictype/categ_Sc.h: Likewise.
11023         * lib/unictype/categ_Sk.h: Likewise.
11024         * lib/unictype/categ_Sm.h: Likewise.
11025         * lib/unictype/categ_So.h: Likewise.
11026         * lib/unictype/categ_Z.h: Likewise.
11027         * lib/unictype/categ_Zl.h: Likewise.
11028         * lib/unictype/categ_Zp.h: Likewise.
11029         * lib/unictype/categ_Zs.h: Likewise.
11030         * lib/unictype/categ_of.h: Likewise.
11031         * lib/unictype/combining.h: Likewise.
11032         * lib/unictype/ctype_alnum.h: Likewise.
11033         * lib/unictype/ctype_alpha.h: Likewise.
11034         * lib/unictype/ctype_blank.h: Likewise.
11035         * lib/unictype/ctype_cntrl.h: Likewise.
11036         * lib/unictype/ctype_digit.h: Likewise.
11037         * lib/unictype/ctype_graph.h: Likewise.
11038         * lib/unictype/ctype_lower.h: Likewise.
11039         * lib/unictype/ctype_print.h: Likewise.
11040         * lib/unictype/ctype_punct.h: Likewise.
11041         * lib/unictype/ctype_space.h: Likewise.
11042         * lib/unictype/ctype_upper.h: Likewise.
11043         * lib/unictype/ctype_xdigit.h: Likewise.
11044         * lib/unictype/decdigit.h: Likewise.
11045         * lib/unictype/digit.h: Likewise.
11046         * lib/unictype/mirror.h: Likewise.
11047         * lib/unictype/numeric.h: Likewise.
11048         * lib/unictype/pr_alphabetic.h: Likewise.
11049         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
11050         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
11051         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
11052         * lib/unictype/pr_bidi_block_separator.h: Likewise.
11053         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
11054         * lib/unictype/pr_bidi_common_separator.h: Likewise.
11055         * lib/unictype/pr_bidi_control.h: Likewise.
11056         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
11057         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
11058         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
11059         * lib/unictype/pr_bidi_european_digit.h: Likewise.
11060         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
11061         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
11062         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
11063         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
11064         * lib/unictype/pr_bidi_pdf.h: Likewise.
11065         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
11066         * lib/unictype/pr_bidi_whitespace.h: Likewise.
11067         * lib/unictype/pr_combining.h: Likewise.
11068         * lib/unictype/pr_composite.h: Likewise.
11069         * lib/unictype/pr_currency_symbol.h: Likewise.
11070         * lib/unictype/pr_dash.h: Likewise.
11071         * lib/unictype/pr_decimal_digit.h: Likewise.
11072         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
11073         * lib/unictype/pr_deprecated.h: Likewise.
11074         * lib/unictype/pr_diacritic.h: Likewise.
11075         * lib/unictype/pr_extender.h: Likewise.
11076         * lib/unictype/pr_format_control.h: Likewise.
11077         * lib/unictype/pr_grapheme_base.h: Likewise.
11078         * lib/unictype/pr_grapheme_extend.h: Likewise.
11079         * lib/unictype/pr_grapheme_link.h: Likewise.
11080         * lib/unictype/pr_hex_digit.h: Likewise.
11081         * lib/unictype/pr_hyphen.h: Likewise.
11082         * lib/unictype/pr_id_continue.h: Likewise.
11083         * lib/unictype/pr_id_start.h: Likewise.
11084         * lib/unictype/pr_ideographic.h: Likewise.
11085         * lib/unictype/pr_ids_binary_operator.h: Likewise.
11086         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
11087         * lib/unictype/pr_ignorable_control.h: Likewise.
11088         * lib/unictype/pr_iso_control.h: Likewise.
11089         * lib/unictype/pr_join_control.h: Likewise.
11090         * lib/unictype/pr_left_of_pair.h: Likewise.
11091         * lib/unictype/pr_line_separator.h: Likewise.
11092         * lib/unictype/pr_logical_order_exception.h: Likewise.
11093         * lib/unictype/pr_lowercase.h: Likewise.
11094         * lib/unictype/pr_math.h: Likewise.
11095         * lib/unictype/pr_non_break.h: Likewise.
11096         * lib/unictype/pr_not_a_character.h: Likewise.
11097         * lib/unictype/pr_numeric.h: Likewise.
11098         * lib/unictype/pr_other_alphabetic.h: Likewise.
11099         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
11100         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
11101         * lib/unictype/pr_other_id_continue.h: Likewise.
11102         * lib/unictype/pr_other_id_start.h: Likewise.
11103         * lib/unictype/pr_other_lowercase.h: Likewise.
11104         * lib/unictype/pr_other_math.h: Likewise.
11105         * lib/unictype/pr_other_uppercase.h: Likewise.
11106         * lib/unictype/pr_paired_punctuation.h: Likewise.
11107         * lib/unictype/pr_paragraph_separator.h: Likewise.
11108         * lib/unictype/pr_pattern_syntax.h: Likewise.
11109         * lib/unictype/pr_pattern_white_space.h: Likewise.
11110         * lib/unictype/pr_private_use.h: Likewise.
11111         * lib/unictype/pr_punctuation.h: Likewise.
11112         * lib/unictype/pr_quotation_mark.h: Likewise.
11113         * lib/unictype/pr_radical.h: Likewise.
11114         * lib/unictype/pr_sentence_terminal.h: Likewise.
11115         * lib/unictype/pr_soft_dotted.h: Likewise.
11116         * lib/unictype/pr_space.h: Likewise.
11117         * lib/unictype/pr_terminal_punctuation.h: Likewise.
11118         * lib/unictype/pr_titlecase.h: Likewise.
11119         * lib/unictype/pr_unassigned_code_value.h: Likewise.
11120         * lib/unictype/pr_unified_ideograph.h: Likewise.
11121         * lib/unictype/pr_uppercase.h: Likewise.
11122         * lib/unictype/pr_variation_selector.h: Likewise.
11123         * lib/unictype/pr_white_space.h: Likewise.
11124         * lib/unictype/pr_xid_continue.h: Likewise.
11125         * lib/unictype/pr_xid_start.h: Likewise.
11126         * lib/unictype/pr_zero_width.h: Likewise.
11127         * lib/unictype/scripts.h: Likewise.
11128         * lib/unictype/scripts_byname.gperf: Likewise.
11129         * lib/unictype/sy_c_ident.h: Likewise.
11130         * lib/unictype/sy_c_whitespace.h: Likewise.
11131         * lib/unictype/sy_java_ident.h: Likewise.
11132         * lib/unictype/sy_java_whitespace.h: Likewise.
11133
11134         * lib/unictype/Makefile: New file.
11135         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
11136         glibc.
11137         * lib/unictype/3level.h: New file, copied from glibc.
11138         * lib/unictype/3levelbit.h: New file.
11139
11140 2007-11-11  Bruno Haible  <bruno@clisp.org>
11141
11142         * modules/gperf: New file.
11143         * modules/iconv_open (Depends-on): Add it.
11144         (Makefile.am): Remove the GPERF definition.
11145
11146 2007-11-11  Bruno Haible  <bruno@clisp.org>
11147
11148         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
11149         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
11150
11151 2007-11-11  Bruno Haible  <bruno@clisp.org>
11152
11153         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
11154         (usage): Remove function.
11155
11156 2007-11-11  Bruno Haible  <bruno@clisp.org>
11157
11158         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
11159         gl_FUNC_CEILF_LIBS.
11160         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
11161         gl_FUNC_CEIL_LIBS.
11162         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
11163         gl_FUNC_CEILL_LIBS.
11164         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
11165         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
11166         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
11167
11168 2007-11-11  Bruno Haible  <bruno@clisp.org>
11169
11170         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
11171         roundf were declared but do not exist on functions.
11172         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
11173         roundl were declared but do not exist on functions.
11174         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
11175         HAVE_FLOORL_AND_CEILL, respectively.
11176         Needed for Sun C on Solaris 10.
11177
11178 2007-11-11  Bruno Haible  <bruno@clisp.org>
11179
11180         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
11181         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
11182         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
11183         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
11184         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
11185         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
11186         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
11187         HAVE_DECL_ROUNDF.
11188         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
11189         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
11190         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
11191         of HAVE_DECL_ROUND*.
11192         * modules/math (Makefile.am): Update.
11193
11194 2007-11-10  Bruno Haible  <bruno@clisp.org>
11195
11196         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
11197         ptrdiff_t as m4/intl.m4.
11198
11199 2007-11-10  Jim Meyering  <meyering@redhat.com>
11200
11201         Avoid link failure for the argmatch test.
11202         * tests/test-argmatch.c (usage): Define function to avoid a link
11203         failure: argmatch_die requires a usage function.
11204
11205 2007-11-09  Bruno Haible  <bruno@clisp.org>
11206
11207         * doc/functions/snprintf.texi: Mention BeOS deficiency.
11208         * doc/functions/vsnprintf.texi: Likewise.
11209         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
11210         with a size argument < 2.
11211
11212 2007-11-09  Bruno Haible  <bruno@clisp.org>
11213
11214         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
11215         buffer. Fixes an inefficiency introduced on 2007-11-03.
11216
11217 2007-11-09  Bruno Haible  <bruno@clisp.org>
11218
11219         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
11220         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
11221
11222 2007-11-08  Jim Meyering  <meyering@redhat.com>
11223
11224         Change cache variable name prefix "jm_" to "gl_" everywhere.
11225         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
11226         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
11227         * m4/uptime.m4: s/gl_/jm_/
11228
11229 2007-11-07  Bruno Haible  <bruno@clisp.org>
11230
11231         Update to GNU gettext 0.17.
11232         * m4/intl.m4: Update to GNU gettext 0.17.
11233         * m4/po.m4: Likewise.
11234         * modules/gettext (Files): Remove m4/ulonglong.m4.
11235         (configure.ac): Require gettext infrastructure from version 0.17.
11236
11237 2007-11-06  Bruno Haible  <bruno@clisp.org>
11238
11239         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
11240         symbolic values are not defined in a public header.
11241         * lib/freadable.c (freadable) [QNX]: Likewise.
11242         * lib/freadahead.c (freadahead) [QNX]: Likewise.
11243         * lib/freading.c (freading) [QNX]: Likewise.
11244         * lib/fseterr.c (fseterr) [QNX]: Likewise.
11245         * lib/fwritable.c (fwritable) [QNX]: Likewise.
11246         * lib/fwriting.c (fwriting) [QNX]: Likewise.
11247         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
11248         Reported by Alain Magloire.
11249
11250         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
11251
11252 2007-11-05  Bruno Haible  <bruno@clisp.org>
11253
11254         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
11255         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
11256         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
11257         Reported by Eric Blake.
11258
11259 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11260             Bruno Haible  <bruno@clisp.org>
11261
11262         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
11263         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
11264         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
11265         (malloc): Undefine also before including <stdlib.h>.
11266         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
11267         Needed on OSF/1 4.0.
11268
11269 2007-11-05  Jim Meyering  <meyering@redhat.com>
11270
11271         git-version-gen: sync from coreutils.
11272         * build-aux/git-version-gen: Add comments.
11273         Change the first '-' to '.' in the snapshot version string,
11274         e.g., 6.9-377-08144 -> 6.9.377-08144
11275         Remove first parameter.
11276         Don't declare a version "-dirty" merely because a time
11277         stamp has changed.
11278
11279 2007-11-04  Bruno Haible  <bruno@clisp.org>
11280
11281         * lib/lock.h: Protect all macro definitions containing an 'if'
11282         statement through a "do { ... } while (0)".
11283         * lib/tls.h: Likewise.
11284
11285 2007-11-04  Bruno Haible  <bruno@clisp.org>
11286
11287         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
11288
11289 2007-11-04  Bruno Haible  <bruno@clisp.org>
11290
11291         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
11292         * modules/fprintf-posix (Depends-on): Add nocrash.
11293         * modules/snprintf-posix (Depends-on): Likewise.
11294         * modules/sprintf-posix (Depends-on): Likewise.
11295         * modules/vasnprintf-posix (Depends-on): Likewise.
11296         * modules/vasprintf-posix (Depends-on): Likewise.
11297         * modules/vfprintf-posix (Depends-on): Likewise.
11298         * modules/vsnprintf-posix (Depends-on): Likewise.
11299         * modules/vsprintf-posix (Depends-on): Likewise.
11300         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
11301         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
11302         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
11303         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
11304         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
11305         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
11306         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
11307
11308 2007-11-04  Bruno Haible  <bruno@clisp.org>
11309
11310         * modules/nocrash: New file.
11311         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
11312         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
11313
11314 2007-11-04  Bruno Haible  <bruno@clisp.org>
11315
11316         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
11317         precision handling.
11318         * tests/test-vasprintf-posix.c (test_function): Likewise.
11319         * tests/test-snprintf-posix.h (test_function): Likewise.
11320         * tests/test-sprintf-posix.h (test_function): Likewise.
11321
11322         Fix *printf behaviour for large precisions on mingw and BeOS.
11323         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
11324         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
11325         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
11326         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
11327         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
11328         gl_PRINTF_PRECISION and test its result. Invoke
11329         gl_PREREQ_VASNPRINTF_PRECISION.
11330         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
11331         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
11332         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
11333         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
11334         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
11335         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
11336         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
11337         * doc/functions/fprintf.texi: Update.
11338         * doc/functions/printf.texi: Update.
11339         * doc/functions/snprintf.texi: Update.
11340         * doc/functions/sprintf.texi: Update.
11341         * doc/functions/vfprintf.texi: Update.
11342         * doc/functions/vprintf.texi: Update.
11343         * doc/functions/vsnprintf.texi: Update.
11344         * doc/functions/vsprintf.texi: Update.
11345
11346 2007-11-04  Bruno Haible  <bruno@clisp.org>
11347
11348         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
11349
11350 2007-11-04  Bruno Haible  <bruno@clisp.org>
11351
11352         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
11353         Reported by Sylvain Beucler <beuc@gnu.org>.
11354
11355 2007-11-03  Bruno Haible  <bruno@clisp.org>
11356
11357         * tests/test-fprintf-posix2.sh: New file.
11358         * tests/test-fprintf-posix2.c: New file.
11359         * modules/fprintf-posix-tests (Files): Add them.
11360         (TESTS): Add test-fprintf-posix2.sh.
11361         (configure.ac): Check for getrlimit and setrlimit.
11362         (check_PROGRAMS): Add test-fprintf-posix2.
11363
11364         * tests/test-printf-posix2.sh: New file.
11365         * tests/test-printf-posix2.c: New file.
11366         * modules/printf-posix-tests (Files): Add them.
11367         (TESTS): Add test-printf-posix2.sh.
11368         (configure.ac): Check for getrlimit and setrlimit.
11369         (check_PROGRAMS): Add test-printf-posix2.
11370
11371         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
11372         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
11373         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
11374         (decode_double): New function, copied from decode_long_double.
11375         (scale10_round_decimal_decoded): New function, extracted from
11376         scale10_round_decimal_long_double.
11377         (scale10_round_decimal_long_double): Use it.
11378         (scale10_round_decimal_double): New function.
11379         (floorlog10): New function.
11380         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
11381         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
11382         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
11383         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
11384         gl_PRINTF_ENOMEM and test its result. Invoke
11385         gl_PREREQ_VASNPRINTF_ENOMEM.
11386         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
11387         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
11388         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
11389         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
11390         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
11391         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
11392         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
11393         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
11394         * modules/snprintf-posix (Depends-on): Likewise.
11395         * modules/sprintf-posix (Depends-on): Likewise.
11396         * modules/vasnprintf-posix (Depends-on): Likewise.
11397         * modules/vasprintf-posix (Depends-on): Likewise.
11398         * modules/vfprintf-posix (Depends-on): Likewise.
11399         * modules/vsnprintf-posix (Depends-on): Likewise.
11400         * modules/vsprintf-posix (Depends-on): Likewise.
11401         * doc/functions/fprintf.texi: Update.
11402         * doc/functions/printf.texi: Update.
11403         * doc/functions/snprintf.texi: Update.
11404         * doc/functions/sprintf.texi: Update.
11405         * doc/functions/vfprintf.texi: Update.
11406         * doc/functions/vprintf.texi: Update.
11407         * doc/functions/vsnprintf.texi: Update.
11408         * doc/functions/vsprintf.texi: Update.
11409
11410 2007-11-03  Bruno Haible  <bruno@clisp.org>
11411
11412         * modules/frexp-nolibm-tests: New file.
11413
11414         * modules/frexp-nolibm: New file.
11415         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
11416
11417 2007-11-03  Bruno Haible  <bruno@clisp.org>
11418
11419         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
11420         value is C99 compliant.
11421         Needed for OSF/1 5.1.
11422
11423 2007-11-03  Bruno Haible  <bruno@clisp.org>
11424
11425         Fix out-of-memory handling of vasnprintf.
11426         * lib/printf-parse.c: Include <errno.h>.
11427         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
11428         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
11429         is already set.
11430
11431 2007-11-02  Eric Blake  <ebb9@byu.net>
11432
11433         Fix tests on cygwin.
11434         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
11435
11436 2007-11-01  Bruno Haible  <bruno@clisp.org>
11437
11438         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
11439         warning.
11440         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
11441         needed for POSIX compatibility.
11442
11443 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
11444
11445         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
11446         for compatibility with GNU.
11447
11448 2007-11-01  Bruno Haible  <bruno@clisp.org>
11449
11450         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
11451         (putenv): Renamed from rpl_putenv. Change argument type from
11452         'const char *' to 'char *'.
11453         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
11454         of defining putenv in config.h, just set REPLACE_PUTENV.
11455         * modules/putenv (Depends-on): Add stdlib.
11456         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
11457         (Include): Use <stdlib.h>.
11458         * lib/stdlib.in.h (putenv): New declaration.
11459         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
11460         REPLACE_PUTENV.
11461         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
11462         REPLACE_PUTENV.
11463         Needed for MacOS X 10.5.0.
11464         Reported by Peter O'Gorman <peter@pogma.com>.
11465
11466 2007-11-01  Jim Meyering  <meyering@redhat.com>
11467
11468         Treat an empty date string exactly like "0".
11469         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
11470         if the remaining date string (to be parsed) is empty, use "0".
11471         Reported by Mischa Molhoek and discussed in this thread:
11472         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
11473
11474 2007-10-31  Bruno Haible  <bruno@clisp.org>
11475
11476         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
11477         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
11478         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
11479         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
11480         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
11481         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
11482
11483 2007-10-31  Bruno Haible  <bruno@clisp.org>
11484
11485         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
11486         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
11487         (AC_TYPE_LONG_LONG_INT): Use it.
11488         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
11489         it as well.
11490         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
11491         to m4/longlong.m4.
11492         * modules/stdint (Files): Remove m4/ulonglong.m4.
11493         * modules/strtoull (Files): Use m4/longlong.m4 instead of
11494         m4/ulonglong.m4.
11495         * modules/strtoumax (Files): Likewise.
11496
11497 2007-10-30  Bruno Haible  <bruno@clisp.org>
11498
11499         * modules/xvasprintf-posix: New file.
11500         Suggested by Eric Blake.
11501
11502 2007-10-30  Bruno Haible  <bruno@clisp.org>
11503
11504         * modules/xprintf-posix-tests: New file.
11505         * tests/test-xprintf-posix.sh: New file.
11506         * tests/test-xprintf-posix.c: New file.
11507         * tests/test-xfprintf-posix.c: New file.
11508
11509         * modules/xprintf-posix: New file.
11510
11511 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11512
11513         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
11514         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
11515         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
11516
11517 2007-10-29  Bruno Haible  <bruno@clisp.org>
11518
11519         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
11520         contain the special marker '_cv_'.
11521         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
11522         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
11523         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
11524         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
11525         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
11526         Reported by Ralf Wildenhues.
11527
11528 2007-10-29  Bruno Haible  <bruno@clisp.org>
11529
11530         * gnulib-tool (func_import): When --lgpl is not specified, set
11531         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
11532         GPLv3.
11533         Reported by Simon Josefsson.
11534
11535 2007-10-28  Bruno Haible  <bruno@clisp.org>
11536
11537         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
11538         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
11539         HAVE_DECL_ISFINITE.
11540         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
11541         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
11542         HAVE_DECL_ISFINITE.
11543
11544 2007-10-28  Bruno Haible  <bruno@clisp.org>
11545
11546         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
11547         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
11548
11549 2007-10-28  Bruno Haible  <bruno@clisp.org>
11550
11551         Fix link errors with Sun C 5.0 on Solaris 10.
11552         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
11553         function is declared but not present in the compiler's libm.
11554         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
11555         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
11556         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
11557         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
11558         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
11559         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
11560         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
11561         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
11562         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
11563         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
11564         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
11565         HAVE_DECL_FLOORL.
11566
11567 2007-10-28  Bruno Haible  <bruno@clisp.org>
11568
11569         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
11570         gl_FUNC_FLOORL. Cache the result.
11571         (gl_FUNC_FLOORL): Use it.
11572         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
11573         gl_FUNC_CEILL. Cache the result.
11574         (gl_FUNC_CEILL): Use it.
11575
11576         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
11577         gl_FUNC_FLOOR. Cache the result.
11578         (gl_FUNC_FLOOR): Use it.
11579         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
11580         gl_FUNC_CEIL. Cache the result.
11581         (gl_FUNC_CEIL): Use it.
11582
11583         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
11584         gl_FUNC_FLOORF. Cache the result.
11585         (gl_FUNC_FLOORF): Use it.
11586         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
11587         gl_FUNC_CEILF. Cache the result.
11588         (gl_FUNC_CEILF): Use it.
11589
11590 2007-10-28  Bruno Haible  <bruno@clisp.org>
11591
11592         * gnulib-tool: Allow specifying the LGPL version number through
11593         --lgpl=2 or --lgpl=3.
11594         (func_usage): Document --lgpl with argument.
11595         Handle --lgpl=... arguments.
11596         (func_import): Recognize also gl_LGPL calls with an argument. When
11597         --lgpl=2 is used and the module's license is just LGPL, report an
11598         error. Set sed_transform_lib_file according to the lgpl variable. In
11599         the generated files, use --lgpl or gl_LGPL invocations with argument,
11600         if necessary.
11601         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
11602         an LGPv2+ license.
11603         * doc/gnulib-tool.texi (Modified imports): Update explanation of
11604         gl_LGPL macro.
11605
11606 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11607             Bruno Haible  <bruno@clisp.org>
11608
11609         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
11610         (u16_uctomb_aux): Likewise.
11611         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
11612         !HAVE_INLINE.
11613         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
11614
11615 2007-10-28  Bruno Haible  <bruno@clisp.org>
11616
11617         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
11618         Invoke AM_GETTEXT_OPTION if it exists.
11619         * modules/vasprintf: Likewise.
11620         * modules/verror: Likewise.
11621         * modules/xprintf: Likewise.
11622         * modules/xvasprintf: Likewise.
11623
11624 2007-10-27  Ben Pfaff  <blp@gnu.org>
11625
11626         * lib/math.in.h: Define isfinite macro and prototypes for
11627         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
11628         implementations.
11629         * m4/math_h.m4: New substitutions for isfinite module.
11630         * lib/isfinite.c: New file.
11631         * m4/isfinite.m4: New file.
11632         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
11633         * modules/isfinite: New file.
11634         * modules/isfinite-tests: New file.
11635         * tests/tests-isfinite.c: New file.
11636         * doc/functions/isfinite.texi: Mention isfinite module.
11637         * MODULES.html.sh: Mention new module.
11638
11639 2007-10-27  Ben Pfaff  <blp@gnu.org>
11640
11641         Ralf Wildenhues reported that Tru64 4.0D declares the round
11642         functions but does not have definitions.
11643         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
11644         cannot be found in any library, set the output variable to
11645         "missing" instead of "".
11646         * m4/round.m4: Also use our substitute if we cannot find round in
11647         any library, even if it is declared.
11648         * m4/roundf.m4: Likewise for roundf.
11649         * m4/roundl.m4: Likewise for roundl.
11650         * lib/math.in.h: Undefine roundf, round, roundl before defining
11651         their replacements, to allow for hypothetical systems where these
11652         may be defined as macros but not available in libraries.
11653
11654 2007-10-27  Bruno Haible  <bruno@clisp.org>
11655
11656         * doc/gnulib.texi: Invoke @firstparagraphindent.
11657         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
11658         changes in gnulib.
11659         (Source changes): New section.
11660
11661 2007-10-26  Bruno Haible  <bruno@clisp.org>
11662
11663         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
11664         borrowed from autoconf.
11665
11666 2007-10-26  Bruno Haible  <bruno@clisp.org>
11667
11668         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
11669         strerror returned the empty string. Needed on HP-UX 11.00.
11670
11671 2007-10-24  Micah Cowan  <micah@cowan.name>
11672
11673         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
11674         * build-aux/bootstrap: Remove support for now-unnecessary option,
11675         --cvs-user, and envvars CVS_USER, CVS_RSH.
11676
11677 2007-10-24  Jim Meyering  <meyering@redhat.com>
11678
11679         Avoid diagnostics from sha1sum when there is no cached checksum.
11680         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
11681         if the po.s1 file hasn't been created yet.
11682
11683         * build-aux/bootstrap: Sync from coreutils:
11684         2007-10-24  Jim Meyering  <meyering@redhat.com>
11685         Get gnulib from the git repository, not from an obsolete cvs one.
11686         * build-aux/bootstrap: Suggestion from Micah Cowan.
11687         2007-10-04  Jim Meyering  <jim@meyering.net>
11688         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
11689         (update_po_files): Work also when there are no .po files in po/.
11690
11691 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
11692
11693         * README: Append ".git" to git and cg examples.
11694         Problem reported by Benoit Sigoure.
11695
11696 2007-10-23  Micah Cowan  <micah@cowan.name>
11697
11698         * users.txt: Add wget.
11699
11700 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11701
11702         Fix linking of some unistdio tests on FreeBSD.
11703         * modules/unistdio/u16-vsnprintf-tests
11704         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
11705         * modules/unistdio/u16-vsprintf-tests
11706         (test_u16_vsnprintf1_LDADD): Likewise.
11707         * modules/unistdio/u32-vsnprintf-tests
11708         (test_u32_vsnprintf1_LDADD): Likewise.
11709         * modules/unistdio/u32-vsprintf-tests
11710         (test_u32_vsprintf1_LDADD): Likewise.
11711         * modules/unistdio/u8-vsnprintf-tests
11712         (test_u8_vsnprintf1_LDADD): Likewise.
11713         * modules/unistdio/u8-vsprintf-tests
11714         (test_u8_vsprintf1_LDADD): Likewise.
11715         * modules/unistdio/ulc-vsnprintf-tests
11716         (test_ulc_vsnprintf1_LDADD): Likewise.
11717         * modules/unistdio/ulc-vsprintf-tests
11718         (test_ulc_vsprintf1_LDADD): Likewise.
11719
11720         Fix linking of some uniconv tests on FreeBSD.
11721         * modules/uniconv/u16-conv-from-enc-tests
11722         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
11723         * modules/uniconv/u16-conv-to-enc-tests
11724         (test_u16_conv_to_enc_LDADD): Likewise.
11725         * modules/uniconv/u16-strconv-from-enc-tests
11726         (test_u16_strconv_from_enc_LDADD): Likewise.
11727         * modules/uniconv/u16-strconv-to-enc-tests
11728         (test_u16_strconv_to_enc_LDADD): Likewise.
11729         * modules/uniconv/u32-conv-from-enc-tests
11730         (test_u32_conv_from_enc_LDADD): Likewise.
11731         * modules/uniconv/u32-conv-to-enc-tests
11732         (test_u32_conv_to_enc_LDADD): Likewise.
11733         * modules/uniconv/u32-strconv-from-enc-tests
11734         (test_u32_strconv_from_enc_LDADD): Likewise.
11735         * modules/uniconv/u32-strconv-to-enc-tests
11736         (test_u32_strconv_to_enc_LDADD): Likewise.
11737         * modules/uniconv/u8-conv-from-enc-tests
11738         (test_u8_conv_from_enc_LDADD): Likewise.
11739         * modules/uniconv/u8-conv-to-enc-tests
11740         (test_u8_conv_to_enc_LDADD): Likewise.
11741         * modules/uniconv/u8-strconv-from-enc-tests
11742         (test_u8_strconv_from_enc_LDADD): Likewise.
11743         * modules/uniconv/u8-strconv-to-enc-tests
11744         (test_u8_strconv_to_enc_LDADD): Likewise.
11745
11746 2007-10-22  Bruno Haible  <bruno@clisp.org>
11747
11748         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
11749         size.
11750
11751 2007-10-22  Eric Blake  <ebb9@byu.net>
11752
11753         Tweak x*printf documentation.
11754         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
11755         variable name and comments.
11756         Suggested by Bruno Haible.
11757
11758 2007-10-22  Bruno Haible  <bruno@clisp.org>
11759
11760         * lib/acl.c (copy_acl): Fix file name in comment.
11761
11762 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
11763
11764         Fix Tru64 problem with stdbool.h.
11765         * lib/stdbool.in.h (false, true):
11766         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
11767         Don't declare as an enum in this situation; it runs afoul of Tru64.
11768         Problem reported by Steven M. Schweda in
11769         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
11770
11771 2007-10-22  Eric Blake  <ebb9@byu.net>
11772
11773         Also wrap vf?printf.
11774         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
11775         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
11776         (xvprintf, xvfprintf): New functions.
11777
11778 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11779
11780         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
11781         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
11782
11783         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
11784         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
11785
11786 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
11787
11788         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
11789         by Bruno Haible.
11790
11791 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11792
11793         * lib/getloadavg.c
11794         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
11795         Undef `sys' after including sys/table.h, for Tru64 4.0D.
11796
11797         * tests/test-i-ring.c: Work for C89.
11798
11799 2007-10-22  Bruno Haible  <bruno@clisp.org>
11800
11801         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
11802         -1u, in preprocessor expression, so that we don't test for the bug
11803         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
11804         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
11805
11806 2007-10-22  Eric Blake  <ebb9@byu.net>
11807
11808         * tests/test-yesno.sh: Silence stderr during test.
11809
11810 2007-10-22  Simon Josefsson  <simon@josefsson.org>
11811
11812         * modules/crypto/gc-camellia: New file.
11813
11814         * m4/gc-camellia.m4: New file.
11815
11816         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
11817
11818         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
11819
11820 2007-10-22  Simon Josefsson  <simon@josefsson.org>
11821
11822         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
11823         --help to stdout.  Reported by sms@antinode.org (Steven
11824         M. Schweda).
11825
11826 2007-10-22  Simon Josefsson  <simon@josefsson.org>
11827
11828         * users.txt: Fix link to libksba.
11829
11830 2007-10-21  Ben Pfaff  <blp@gnu.org>
11831
11832         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
11833         round.c roundf implementation that depends on floorf and ceilf to
11834         be tested unconditionally.
11835
11836 2007-10-21  Ben Pfaff  <blp@gnu.org>
11837
11838         * m4/check-libm-func.m4: Removed.
11839         * m4/check-math-lib.m4: New file.
11840         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
11841         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
11842         definition and lack of AC_LIBOBJ([roundf]).
11843         * m4/roundl.m4: Ditto, and similarly for roundl.
11844         * modules/round: Reference new m4 file.
11845         * modules/roundf: Ditto.
11846         * modules/roundl: Ditto.
11847         * tests/test-round2.c (main): Use ROUND instead of round.
11848         Bug report from Bruno Haible.
11849
11850 2007-10-21  Bruno Haible  <bruno@clisp.org>
11851
11852         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
11853         context.
11854
11855 2007-10-21  Bruno Haible  <bruno@clisp.org>
11856
11857         * tests/test-wcwidth.c (main): Allow negative result for some control
11858         characters.
11859
11860         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
11861         Needed on OSF/1 5.1.
11862
11863 2007-10-21  Bruno Haible  <bruno@clisp.org>
11864
11865         * tests/test-floorf1.c: Include isnanf.h.
11866         (main): Use isnanf() instead of isnan().
11867         * tests/test-ceilf1.c: Include isnanf.h.
11868         (main): Use isnanf() instead of isnan().
11869         * tests/test-truncf1.c: Include isnanf.h.
11870         (main): Use isnanf() instead of isnan().
11871         * tests/test-roundf1.c: Include isnanf.h.
11872         (main): Use isnanf() instead of isnan().
11873
11874 2007-10-21  Eric Blake  <ebb9@byu.net>
11875
11876         * users.txt: Update URL for m4.
11877
11878 2007-10-21  Bruno Haible  <bruno@clisp.org>
11879
11880         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
11881
11882 2007-10-21  Bruno Haible  <bruno@clisp.org>
11883
11884         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
11885         Git's management files if the CVS files are not present.
11886
11887 2007-10-20  Bruno Haible  <bruno@clisp.org>
11888
11889         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
11890         gcc-3.4.x.
11891
11892 2007-10-20  Ben Pfaff  <blp@gnu.org>
11893
11894         * lib/math.in.h: Declare round, roundf, roundl if we are providing
11895         implementations.
11896         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
11897         * lib/round.c: New file.
11898         * lib/roundf.c: New file.
11899         * lib/roundl.c: New file.
11900         * m4/round.m4: New file.
11901         * m4/roundf.m4: New file.
11902         * m4/roundl.m4: New file.
11903         * m4/check-libm-func-m4: New file.
11904         * modules/math: Replace round, roundf, roundl related @VARS@ in
11905         math.in.h.
11906         * modules/round: New file.
11907         * modules/round-tests: New file.
11908         * modules/roundf: New file.
11909         * modules/roundf-tests: New file.
11910         * modules/roundl: New file.
11911         * modules/roundl-tests: New file.
11912         * tests/test-round1.c: New file.
11913         * tests/test-round2.c: New file.
11914         * tests/test-roundf1.c: New file.
11915         * tests/test-roundf2.c: New file.
11916         * tests/test-roundl.c: New file.
11917         * doc/functions/round.texi: Mention round module.
11918         * doc/functions/roundf.texi: Mention roundf module.
11919         * doc/functions/roundl.texi: Mention roundl module.
11920         * MODULES.html.sh: Mention new modules.
11921         Thanks to Bruno Haible for suggestions.
11922
11923 2007-10-20  Jim Meyering  <meyering@redhat.com>
11924
11925         * lib/xprintf.c: Include <config.h> unconditionally.
11926
11927         Change xprintf's license to GPL.
11928         * modules/xprintf (License): s/LGPL/GPL/, since this module
11929         depends on modules (exit and exitfail) which are GPL.
11930         Suggestion from Bruno Haible.
11931
11932         xprintf fixes.
11933         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
11934         Use a clearer diagnostic.
11935         Patch from Bruno Haible.
11936
11937 2007-10-20  Bruno Haible  <bruno@clisp.org>
11938
11939         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
11940         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
11941         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11942
11943 2007-10-20  Bruno Haible  <bruno@clisp.org>
11944
11945         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
11946         precision in the comparison result > x - 1 or similar.
11947         * tests/test-ceilf2.c (correct_result_p): Likewise.
11948         * tests/test-truncf2.c (correct_result_p): Likewise.
11949         * tests/test-trunc2.c (correct_result_p): Likewise.
11950         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11951
11952 2007-10-20  Bruno Haible  <bruno@clisp.org>
11953
11954         * modules/ceil: New file.
11955         * m4/ceil.m4: New file.
11956         * doc/functions/ceil.texi: Mention the 'ceil' module.
11957
11958 2007-10-20  Bruno Haible  <bruno@clisp.org>
11959
11960         * modules/floor: New file.
11961         * m4/floor.m4: New file.
11962         * doc/functions/floor.texi: Mention the 'floor' module.
11963
11964 2007-10-20  Bruno Haible  <bruno@clisp.org>
11965
11966         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
11967         of %a.
11968         * modules/floorf-tests (Depends-on): Likewise.
11969         * modules/truncf-tests (Depends-on): Likewise.
11970         * modules/trunc-tests (Depends-on): Likewise.
11971         Reported by Ben Pfaff.
11972
11973 2007-10-19  Jim Meyering  <meyering@redhat.com>
11974
11975         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
11976         Don't bother testing specific errno values.  Just test ferror.
11977
11978         New module: xprintf
11979         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
11980
11981 2007-10-19  Bruno Haible  <bruno@clisp.org>
11982
11983         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
11984         syntax.
11985         * modules/javaexec (Makefile.am): Likewise.
11986         * modules/relocatable-prog (Makefile.am): Likewise.
11987         Suggested by Jim Meyering.
11988
11989 2007-10-18  Bruno Haible  <bruno@clisp.org>
11990
11991         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
11992         Reported by Jim Meyering.
11993
11994 2007-10-18  Eric Blake  <ebb9@byu.net>
11995
11996         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
11997
11998 2007-10-18  Bruno Haible  <bruno@clisp.org>
11999
12000         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
12001         the format string into writable memory. Needed in Fortify conditions.
12002
12003 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
12004             Bruno Haible  <bruno@clisp.org>
12005
12006         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
12007         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
12008         * modules/trim (Depends-on): Add mbchar.
12009         (configure.ac): Add gl_FUNC_MBRTOWC.
12010         (Makefile.am): Augment lib_SOURCES.
12011
12012 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
12013
12014         Modify glob.c to use fstatat and dirfd, to simplify it.
12015         Suggested by Eric Blake.
12016         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
12017         Don't include <stdbool.h>; not used.
12018         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
12019         (link_exists_p): Simplify implementation, since we can now assume
12020         dirfd and fstatat.
12021         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
12022
12023 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12024
12025         * gnulib-tool (func_get_dependencies): Fix sed script to
12026         match only tests.
12027
12028 2007-10-17  Bruno Haible  <bruno@clisp.org>
12029
12030         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
12031         allow locale names without encoding suffix.
12032         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
12033         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
12034
12035 2007-10-16  Bruno Haible  <bruno@clisp.org>
12036
12037         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
12038         * lib/getgroups.c (getgroups): Likewise.
12039         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
12040
12041 2007-10-16  Bruno Haible  <bruno@clisp.org>
12042
12043         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
12044         * modules/malloc-posix (License): Likewise.
12045         * modules/realloc-posix (License): Likewise.
12046         * modules/calloc-posix (License): Likewise.
12047         * modules/intprops (License): Change from GPL to LGPL, with
12048         Paul Eggert's approval.
12049
12050 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
12051
12052         Merge glibc changes into lib/glob.c.
12053
12054         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
12055         2007-10-15 04:59:03 UTC.  Here are the changes:
12056
12057         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
12058
12059         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
12060
12061         * lib/glob.c: Add some branch prediction throughout.
12062
12063         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
12064
12065         [BZ #5103]
12066         * lib/glob.c (glob): Recognize patterns starting \/.
12067
12068         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
12069
12070         [BZ #3996]
12071         * lib/glob.c (attribute_hidden): Define if not defined.
12072         (glob): Unescape dirname, filename or username when needed and not
12073         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
12074         is NULL.  Handle unescaped [ in pattern without closing ].
12075         Don't pass GLOB_CHECK down to recursive glob for directories.
12076         (__glob_pattern_type): New function.
12077         (__glob_pattern_p): Implement using __glob_pattern_type.
12078         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
12079         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
12080         Remove unreachable code.
12081
12082         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
12083
12084         * lib/glob.c (glob_in_dir): Add some comments and asserts to
12085         explain why there are no leaks.
12086
12087         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
12088
12089         [BZ #3253]
12090         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
12091         time, rather allocate increasingly bigger arrays of pointers, if
12092         possible with alloca, if too large with malloc.
12093
12094 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
12095
12096         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
12097         Problem reported by H.Merijn Brand in
12098         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
12099         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
12100         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
12101
12102 2007-10-15  Bruno Haible  <bruno@clisp.org>
12103
12104         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
12105         with explicit rpl_ prefix.
12106         * lib/fopen.c (fopen): Likewise.
12107         * lib/freopen.c (freopen): Likewise.
12108         * lib/iconv.c (iconv): Likewise.
12109         * lib/iconv_close.c (iconv_close): Likewise.
12110
12111 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12112
12113         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
12114
12115 2007-10-15  Bruno Haible  <bruno@clisp.org>
12116
12117         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
12118         <stddef.h> instead of <stdlib.h> since we only need NULL.
12119         Reported by Ben Pfaff <blp@cs.stanford.edu>.
12120
12121 2007-10-15  Bruno Haible  <bruno@clisp.org>
12122
12123         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
12124         Replace paragraph talking about LIBOBJS.
12125         Reported by Colin Watson <cjwatson@debian.org>.
12126
12127 2007-10-15  Bruno Haible  <bruno@clisp.org>
12128
12129         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
12130         <stdlib.h> before using NULL.
12131
12132 2007-10-15  Simon Josefsson  <simon@josefsson.org>
12133
12134         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
12135         Reported by Albert Chin <china@thewrittenword.com>.
12136
12137 2007-10-14  Bruno Haible  <bruno@clisp.org>
12138
12139         * modules/iconv_open-utf-tests: New file.
12140         * tests/test-iconv-utf.c: New file.
12141
12142         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
12143         * modules/iconv_open-utf: New file.
12144         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
12145         (iconv, iconv_close): New declarations.
12146         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
12147         be defined.
12148         (iconv_open): Add special handling of conversion between UTF-8 and
12149         UTF-{16,32}{BE,LE}.
12150         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
12151         * lib/iconv_close.c: New file.
12152         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
12153         gl_FUNC_ICONV_OPEN.
12154         (gl_FUNC_ICONV_OPEN): Use it.
12155         (gl_FUNC_ICONV_OPEN_UTF): New macro.
12156         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
12157         and REPLACE_ICONV_UTF.
12158         * modules/iconv_open (Depends-on): Add c-strcase.
12159         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
12160         ICONV_CONST.
12161         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
12162
12163 2007-10-13  Albert Chin  <china@thewrittenword.com>
12164             Bruno Haible  <bruno@clisp.org>
12165
12166         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
12167         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
12168
12169 2007-10-13  Bruno Haible  <bruno@clisp.org>
12170
12171         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
12172         defined, use the ISO C99 inline semantics.
12173         * lib/argp.h (ARGP_EI): Likewise.
12174
12175 2007-10-13  Bruno Haible  <bruno@clisp.org>
12176
12177         Handle 'inline' change in gcc 4.3.0.
12178         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
12179         argp_fmtstream_write, argp_fmtstream_set_lmargin,
12180         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
12181         argp_fmtstream_point): Disable 'extern' declaration if the function
12182         definition is going to be provided inline.
12183         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
12184         semantics, not the ISO C99 inline semantics.
12185         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
12186         'extern' declaration if the function definition is going to be provided
12187         inline.
12188         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
12189         the GNU C inline semantics, not the ISO C99 inline semantics. With
12190         GCC 4.2, avoid a warning.
12191
12192 2007-10-13  Bruno Haible  <bruno@clisp.org>
12193
12194         * lib/freading.h (freading): Enable the use of __freading for
12195         glibc >= 2.7.
12196         * lib/freading.c (freading): Likewise.
12197
12198 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
12199
12200         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
12201         "warning: C99 inline functions are not supported; using GNU89".
12202
12203 2007-10-12  Bruno Haible  <bruno@clisp.org>
12204
12205         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
12206         of 2.
12207         * tests/test-ceilf2.c: New file.
12208         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
12209
12210         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
12211         * modules/ceilf-tests: Update.
12212
12213 2007-10-12  Bruno Haible  <bruno@clisp.org>
12214
12215         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
12216         of 2.
12217         * tests/test-floorf2.c: New file.
12218         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
12219
12220         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
12221         * modules/floorf-tests: Update.
12222
12223 2007-10-12  Bruno Haible  <bruno@clisp.org>
12224
12225         * tests/test-trunc2.c: New file.
12226         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
12227
12228         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
12229         * modules/trunc-tests: Update.
12230
12231 2007-10-12  Bruno Haible  <bruno@clisp.org>
12232
12233         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
12234         of 2.
12235         * tests/test-truncf2.c: New file.
12236         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
12237
12238         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
12239         * modules/truncf-tests: Update.
12240
12241 2007-10-11  Eric Blake  <ebb9@byu.net>
12242
12243         Don't claim strerror is broken on Interix.
12244         * doc/functions/strerror.texi (strerror): Known broken systems are
12245         now Solaris 8, and not Interix.
12246         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
12247         Interix on cross-compile.
12248         Reported by Martin Koeppe in
12249         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
12250
12251 2007-10-11  Bruno Haible  <bruno@clisp.org>
12252
12253         * modules/i-ring-tests: New file.
12254         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
12255         instead of assert.
12256
12257 2007-10-11  Bruno Haible  <bruno@clisp.org>
12258
12259         * modules/filenamecat-tests: New file.
12260         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
12261         * lib/filenamecat.c: Remove test code.
12262
12263 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
12264
12265         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
12266
12267         * lib/strerror.c: Include <string.h> always, to test interface,
12268         and to remove the need for the dummy.
12269         Include intprops.h to compute width instead of doing it ourselves
12270         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
12271         (strerror): Define it to return NULL if there's no system strerror.
12272         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
12273         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
12274         ancient pre-strerror Unix systems well any more.  Saying "unknown
12275         system error" is enough.
12276         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
12277         simpler strerror.c implementation.
12278         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
12279         Simplify the tests to reflect the simpler strerror implementation.
12280         * modules/strerror (Depends-on): Add intprops.
12281
12282 2007-10-09  Eric Blake  <ebb9@byu.net>
12283
12284         Silence test-fpending.
12285         * modules/fpending-tests (Files): Add wrapper script.
12286         * tests/test-fpending.sh: New file.
12287
12288 2007-10-09  Bruno Haible  <bruno@clisp.org>
12289
12290         * MODULES.html.sh (func_module): Don't create a hyperlink for
12291         function names like 'printf_frexp'.
12292         (Misc): Add crc, memxor.
12293         (Characteristics of floating types): New section.
12294         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
12295         isnanf-nolibm, signbit, trunc, truncf, truncl.
12296         (Enhancements for ISO C 99 functions): New subsection Input/output.
12297         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
12298         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
12299         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
12300         (Compatibility checks for POSIX:2001 functions): Add clock-time.
12301         (Enhancements for POSIX:2001 functions): Add chdir-long.
12302         (File system functions): Add areadlink, chdir-safer, read-file.
12303         Remove cycle-check.
12304         (File system as inode set): New section.
12305         (Date and time): Add gethrxtime.
12306         (Multithreading): Add openmp.
12307         (Internationalization functions): Add localename.
12308         (Unicode string functions): Add unistr/u*-mbsnlen.
12309         (Support for maintaining and releasing projects): Add git-version-gen.
12310         (Lone files): Remove directories.
12311
12312 2007-10-08  Ben Pfaff  <blp@gnu.org>
12313
12314         * lib/xmalloca.h: Fix typo in comment.
12315
12316 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
12317
12318         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
12319         when avoiding problems with integer overflow.  Use a portable test
12320         instead.
12321
12322 2007-10-08  Simon Josefsson  <simon@josefsson.org>
12323
12324         * modules/dummy (License): Change to LGPLv2+.
12325         * modules/float (License): Likewise
12326         * modules/realloc (License): Likewise
12327         * modules/stdlib (License): Likewise
12328
12329 2007-10-07  Bruno Haible  <bruno@clisp.org>
12330
12331         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
12332         * floor.c (TWO_MANT_DIG): Likewise.
12333         * ceil.c (TWO_MANT_DIG): Likewise.
12334         Reported by Ben Pfaff.
12335
12336 2007-10-07  Bruno Haible  <bruno@clisp.org>
12337
12338         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
12339         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
12340         * lib/frexp.c (FUNC): Likewise.
12341         * lib/printf-frexp.h (printf_frexp): Likewise.
12342         * lib/printf-frexpl.h (printf_frexpl): Likewise.
12343         * lib/printf-frexp.c (FUNC): Likewise.
12344         Suggested by Jim Meyering.
12345
12346 2007-10-07  Jim Meyering  <meyering@redhat.com>
12347
12348         Make xnanosleep's integer overflow test more robust.
12349         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
12350         so that gcc-4.3.0 doesn't optimize away this test for overflow.
12351
12352 2007-10-07  Bruno Haible  <bruno@clisp.org>
12353
12354         * NEWS: Mention the license change.
12355
12356         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
12357         abbreviations in the modules files.
12358
12359         Change copyright notice from GPLv2+ to GPLv3+.
12360         * README: Change copyright notice.
12361         * MODULES.html.sh: Likewise.
12362         * build-aux/bootstrap.conf: Likewise.
12363         * build-aux/config.libpath: Likewise.
12364         * build-aux/csharpcomp.sh.in: Likewise.
12365         * build-aux/csharpexec.sh.in: Likewise.
12366         * build-aux/install-reloc: Likewise.
12367         * build-aux/javacomp.sh.in: Likewise.
12368         * build-aux/javaexec.sh.in: Likewise.
12369         * build-aux/ldd.sh.in: Likewise.
12370         * build-aux/reloc-ldflags: Likewise.
12371         * build-aux/relocatable.sh.in: Likewise.
12372         * build-aux/x-to-1.in: Likewise.
12373         * check-module: Likewise.
12374         * config/srclistvars.sh: Likewise.
12375         * gnulib-tool: Likewise.
12376         * lib/acl-internal.h: Likewise.
12377         * lib/acl.c: Likewise.
12378         * lib/acl.h: Likewise.
12379         * lib/acl_entries.c: Likewise.
12380         * lib/areadlink-with-size.c: Likewise.
12381         * lib/areadlink.c: Likewise.
12382         * lib/areadlink.h: Likewise.
12383         * lib/argmatch.c: Likewise.
12384         * lib/argmatch.h: Likewise.
12385         * lib/argp-ba.c: Likewise.
12386         * lib/argp-eexst.c: Likewise.
12387         * lib/argp-fmtstream.c: Likewise.
12388         * lib/argp-fmtstream.h: Likewise.
12389         * lib/argp-fs-xinl.c: Likewise.
12390         * lib/argp-help.c: Likewise.
12391         * lib/argp-namefrob.h: Likewise.
12392         * lib/argp-parse.c: Likewise.
12393         * lib/argp-pin.c: Likewise.
12394         * lib/argp-pv.c: Likewise.
12395         * lib/argp-pvh.c: Likewise.
12396         * lib/argp-xinl.c: Likewise.
12397         * lib/argp.h: Likewise.
12398         * lib/at-func.c: Likewise.
12399         * lib/atanl.c: Likewise.
12400         * lib/backupfile.c: Likewise.
12401         * lib/backupfile.h: Likewise.
12402         * lib/basename.c: Likewise.
12403         * lib/binary-io.h: Likewise.
12404         * lib/byteswap.in.h: Likewise.
12405         * lib/c-stack.c: Likewise.
12406         * lib/c-stack.h: Likewise.
12407         * lib/c-strcasestr.c: Likewise.
12408         * lib/c-strcasestr.h: Likewise.
12409         * lib/c-strstr.c: Likewise.
12410         * lib/c-strstr.h: Likewise.
12411         * lib/c-strtod.c: Likewise.
12412         * lib/calloc.c: Likewise.
12413         * lib/canon-host.c: Likewise.
12414         * lib/canon-host.h: Likewise.
12415         * lib/canonicalize-lgpl.c: Likewise.
12416         * lib/canonicalize.c: Likewise.
12417         * lib/canonicalize.h: Likewise.
12418         * lib/ceil.c: Likewise.
12419         * lib/ceilf.c: Likewise.
12420         * lib/ceill.c: Likewise.
12421         * lib/chdir-long.c: Likewise.
12422         * lib/chdir-long.h: Likewise.
12423         * lib/chdir-safer.c: Likewise.
12424         * lib/chdir-safer.h: Likewise.
12425         * lib/chown.c: Likewise.
12426         * lib/classpath.c: Likewise.
12427         * lib/classpath.h: Likewise.
12428         * lib/clean-temp.c: Likewise.
12429         * lib/clean-temp.h: Likewise.
12430         * lib/cloexec.c: Likewise.
12431         * lib/close-stream.c: Likewise.
12432         * lib/closein.c: Likewise.
12433         * lib/closein.h: Likewise.
12434         * lib/closeout.c: Likewise.
12435         * lib/closeout.h: Likewise.
12436         * lib/concat-filename.c: Likewise.
12437         * lib/copy-file.c: Likewise.
12438         * lib/copy-file.h: Likewise.
12439         * lib/count-one-bits.h: Likewise.
12440         * lib/crc.c: Likewise.
12441         * lib/crc.h: Likewise.
12442         * lib/creat-safer.c: Likewise.
12443         * lib/csharpcomp.c: Likewise.
12444         * lib/csharpcomp.h: Likewise.
12445         * lib/csharpexec.c: Likewise.
12446         * lib/csharpexec.h: Likewise.
12447         * lib/cycle-check.c: Likewise.
12448         * lib/cycle-check.h: Likewise.
12449         * lib/diacrit.c: Likewise.
12450         * lib/diacrit.h: Likewise.
12451         * lib/diffseq.h: Likewise.
12452         * lib/dirchownmod.c: Likewise.
12453         * lib/dirent.in.h: Likewise.
12454         * lib/dirfd.c: Likewise.
12455         * lib/dirfd.h: Likewise.
12456         * lib/dirname.c: Likewise.
12457         * lib/dirname.h: Likewise.
12458         * lib/dummy.c: Likewise.
12459         * lib/dup-safer.c: Likewise.
12460         * lib/dup2.c: Likewise.
12461         * lib/eealloc.h: Likewise.
12462         * lib/error.c: Likewise.
12463         * lib/error.h: Likewise.
12464         * lib/euidaccess.c: Likewise.
12465         * lib/exclude.c: Likewise.
12466         * lib/exclude.h: Likewise.
12467         * lib/execute.c: Likewise.
12468         * lib/execute.h: Likewise.
12469         * lib/exitfail.c: Likewise.
12470         * lib/exitfail.h: Likewise.
12471         * lib/expl.c: Likewise.
12472         * lib/fatal-signal.c: Likewise.
12473         * lib/fatal-signal.h: Likewise.
12474         * lib/fbufmode.c: Likewise.
12475         * lib/fbufmode.h: Likewise.
12476         * lib/fchdir.c: Likewise.
12477         * lib/fchmodat.c: Likewise.
12478         * lib/fchownat.c: Likewise.
12479         * lib/fcntl--.h: Likewise.
12480         * lib/fcntl-safer.h: Likewise.
12481         * lib/fcntl.in.h: Likewise.
12482         * lib/fd-safer.c: Likewise.
12483         * lib/fflush.c: Likewise.
12484         * lib/file-has-acl.c: Likewise.
12485         * lib/file-set.c: Likewise.
12486         * lib/file-type.c: Likewise.
12487         * lib/file-type.h: Likewise.
12488         * lib/fileblocks.c: Likewise.
12489         * lib/filemode.c: Likewise.
12490         * lib/filemode.h: Likewise.
12491         * lib/filename.h: Likewise.
12492         * lib/filenamecat.c: Likewise.
12493         * lib/filenamecat.h: Likewise.
12494         * lib/findprog.c: Likewise.
12495         * lib/findprog.h: Likewise.
12496         * lib/float.in.h: Likewise.
12497         * lib/floor.c: Likewise.
12498         * lib/floorf.c: Likewise.
12499         * lib/floorl.c: Likewise.
12500         * lib/fopen-safer.c: Likewise.
12501         * lib/fopen.c: Likewise.
12502         * lib/fpending.c: Likewise.
12503         * lib/fpending.h: Likewise.
12504         * lib/fprintf.c: Likewise.
12505         * lib/fprintftime.h: Likewise.
12506         * lib/fpucw.h: Likewise.
12507         * lib/fpurge.c: Likewise.
12508         * lib/fpurge.h: Likewise.
12509         * lib/freadable.c: Likewise.
12510         * lib/freadable.h: Likewise.
12511         * lib/freadahead.c: Likewise.
12512         * lib/freadahead.h: Likewise.
12513         * lib/freading.c: Likewise.
12514         * lib/freading.h: Likewise.
12515         * lib/free.c: Likewise.
12516         * lib/freopen.c: Likewise.
12517         * lib/frexp.c: Likewise.
12518         * lib/frexpl.c: Likewise.
12519         * lib/fseek.c: Likewise.
12520         * lib/fseterr.c: Likewise.
12521         * lib/fseterr.h: Likewise.
12522         * lib/fstatat.c: Likewise.
12523         * lib/fstrcmp.c: Likewise.
12524         * lib/fstrcmp.h: Likewise.
12525         * lib/fsusage.c: Likewise.
12526         * lib/fsusage.h: Likewise.
12527         * lib/ftell.c: Likewise.
12528         * lib/ftello.c: Likewise.
12529         * lib/fts-cycle.c: Likewise.
12530         * lib/fts.c: Likewise.
12531         * lib/fts_.h: Likewise.
12532         * lib/full-read.c: Likewise.
12533         * lib/full-read.h: Likewise.
12534         * lib/full-write.c: Likewise.
12535         * lib/full-write.h: Likewise.
12536         * lib/fwritable.c: Likewise.
12537         * lib/fwritable.h: Likewise.
12538         * lib/fwriteerror.c: Likewise.
12539         * lib/fwriteerror.h: Likewise.
12540         * lib/fwriting.c: Likewise.
12541         * lib/fwriting.h: Likewise.
12542         * lib/gcd.c: Likewise.
12543         * lib/gcd.h: Likewise.
12544         * lib/getcwd.c: Likewise.
12545         * lib/getdate.h: Likewise.
12546         * lib/getdate.y: Likewise.
12547         * lib/getdomainname.c: Likewise.
12548         * lib/getdomainname.h: Likewise.
12549         * lib/getgroups.c: Likewise.
12550         * lib/gethostname.c: Likewise.
12551         * lib/gethrxtime.c: Likewise.
12552         * lib/gethrxtime.h: Likewise.
12553         * lib/getloadavg.c: Likewise.
12554         * lib/getndelim2.c: Likewise.
12555         * lib/getndelim2.h: Likewise.
12556         * lib/getnline.c: Likewise.
12557         * lib/getnline.h: Likewise.
12558         * lib/getopt.c: Likewise.
12559         * lib/getopt.in.h: Likewise.
12560         * lib/getopt1.c: Likewise.
12561         * lib/getopt_int.h: Likewise.
12562         * lib/getpagesize.h: Likewise.
12563         * lib/getsubopt.c: Likewise.
12564         * lib/gettime.c: Likewise.
12565         * lib/getugroups.c: Likewise.
12566         * lib/getugroups.h: Likewise.
12567         * lib/getusershell.c: Likewise.
12568         * lib/gl_anyavltree_list1.h: Likewise.
12569         * lib/gl_anyavltree_list2.h: Likewise.
12570         * lib/gl_anyhash_list1.h: Likewise.
12571         * lib/gl_anyhash_list2.h: Likewise.
12572         * lib/gl_anylinked_list1.h: Likewise.
12573         * lib/gl_anylinked_list2.h: Likewise.
12574         * lib/gl_anyrbtree_list1.h: Likewise.
12575         * lib/gl_anyrbtree_list2.h: Likewise.
12576         * lib/gl_anytree_list1.h: Likewise.
12577         * lib/gl_anytree_list2.h: Likewise.
12578         * lib/gl_anytree_oset.h: Likewise.
12579         * lib/gl_anytreehash_list1.h: Likewise.
12580         * lib/gl_anytreehash_list2.h: Likewise.
12581         * lib/gl_array_list.c: Likewise.
12582         * lib/gl_array_list.h: Likewise.
12583         * lib/gl_array_oset.c: Likewise.
12584         * lib/gl_array_oset.h: Likewise.
12585         * lib/gl_avltree_list.c: Likewise.
12586         * lib/gl_avltree_list.h: Likewise.
12587         * lib/gl_avltree_oset.c: Likewise.
12588         * lib/gl_avltree_oset.h: Likewise.
12589         * lib/gl_avltreehash_list.c: Likewise.
12590         * lib/gl_avltreehash_list.h: Likewise.
12591         * lib/gl_carray_list.c: Likewise.
12592         * lib/gl_carray_list.h: Likewise.
12593         * lib/gl_linked_list.c: Likewise.
12594         * lib/gl_linked_list.h: Likewise.
12595         * lib/gl_linkedhash_list.c: Likewise.
12596         * lib/gl_linkedhash_list.h: Likewise.
12597         * lib/gl_list.c: Likewise.
12598         * lib/gl_list.h: Likewise.
12599         * lib/gl_oset.c: Likewise.
12600         * lib/gl_oset.h: Likewise.
12601         * lib/gl_rbtree_list.c: Likewise.
12602         * lib/gl_rbtree_list.h: Likewise.
12603         * lib/gl_rbtree_oset.c: Likewise.
12604         * lib/gl_rbtree_oset.h: Likewise.
12605         * lib/gl_rbtreehash_list.c: Likewise.
12606         * lib/gl_rbtreehash_list.h: Likewise.
12607         * lib/gl_sublist.c: Likewise.
12608         * lib/gl_sublist.h: Likewise.
12609         * lib/group-member.c: Likewise.
12610         * lib/group-member.h: Likewise.
12611         * lib/hard-locale.c: Likewise.
12612         * lib/hard-locale.h: Likewise.
12613         * lib/hash-pjw.c: Likewise.
12614         * lib/hash-pjw.h: Likewise.
12615         * lib/hash-triple.c: Likewise.
12616         * lib/hash.c: Likewise.
12617         * lib/hash.h: Likewise.
12618         * lib/human.c: Likewise.
12619         * lib/human.h: Likewise.
12620         * lib/i-ring.c: Likewise.
12621         * lib/i-ring.h: Likewise.
12622         * lib/idcache.c: Likewise.
12623         * lib/imaxabs.c: Likewise.
12624         * lib/imaxdiv.c: Likewise.
12625         * lib/inet_pton.c: Likewise.
12626         * lib/inet_pton.h: Likewise.
12627         * lib/intprops.h: Likewise.
12628         * lib/inttostr.c: Likewise.
12629         * lib/inttostr.h: Likewise.
12630         * lib/inttypes.in.h: Likewise.
12631         * lib/isapipe.c: Likewise.
12632         * lib/isdir.c: Likewise.
12633         * lib/isnan.c: Likewise.
12634         * lib/isnan.h: Likewise.
12635         * lib/isnanf.c: Likewise.
12636         * lib/isnanf.h: Likewise.
12637         * lib/isnanl-nolibm.h: Likewise.
12638         * lib/isnanl.c: Likewise.
12639         * lib/isnanl.h: Likewise.
12640         * lib/javacomp.c: Likewise.
12641         * lib/javacomp.h: Likewise.
12642         * lib/javaexec.c: Likewise.
12643         * lib/javaexec.h: Likewise.
12644         * lib/javaversion.c: Likewise.
12645         * lib/javaversion.h: Likewise.
12646         * lib/javaversion.java: Likewise.
12647         * lib/lbrkprop.h: Likewise.
12648         * lib/lchmod.h: Likewise.
12649         * lib/lchown.c: Likewise.
12650         * lib/ldexpl.c: Likewise.
12651         * lib/linebreak.c: Likewise.
12652         * lib/linebreak.h: Likewise.
12653         * lib/linebuffer.c: Likewise.
12654         * lib/linebuffer.h: Likewise.
12655         * lib/locale.in.h: Likewise.
12656         * lib/logl.c: Likewise.
12657         * lib/long-options.c: Likewise.
12658         * lib/long-options.h: Likewise.
12659         * lib/lstat.c: Likewise.
12660         * lib/lstat.h: Likewise.
12661         * lib/math.in.h: Likewise.
12662         * lib/mbchar.c: Likewise.
12663         * lib/mbchar.h: Likewise.
12664         * lib/mbfile.h: Likewise.
12665         * lib/mbiter.h: Likewise.
12666         * lib/mbscasecmp.c: Likewise.
12667         * lib/mbscasestr.c: Likewise.
12668         * lib/mbschr.c: Likewise.
12669         * lib/mbscspn.c: Likewise.
12670         * lib/mbslen.c: Likewise.
12671         * lib/mbsncasecmp.c: Likewise.
12672         * lib/mbsnlen.c: Likewise.
12673         * lib/mbspbrk.c: Likewise.
12674         * lib/mbspcasecmp.c: Likewise.
12675         * lib/mbsrchr.c: Likewise.
12676         * lib/mbssep.c: Likewise.
12677         * lib/mbsspn.c: Likewise.
12678         * lib/mbsstr.c: Likewise.
12679         * lib/mbstok_r.c: Likewise.
12680         * lib/mbswidth.c: Likewise.
12681         * lib/mbswidth.h: Likewise.
12682         * lib/mbuiter.h: Likewise.
12683         * lib/memcasecmp.c: Likewise.
12684         * lib/memcasecmp.h: Likewise.
12685         * lib/memchr.c: Likewise.
12686         * lib/memcmp.c: Likewise.
12687         * lib/memcoll.c: Likewise.
12688         * lib/memcoll.h: Likewise.
12689         * lib/memcpy.c: Likewise.
12690         * lib/memrchr.c: Likewise.
12691         * lib/mkancesdirs.c: Likewise.
12692         * lib/mkdir-p.c: Likewise.
12693         * lib/mkdir-p.h: Likewise.
12694         * lib/mkdir.c: Likewise.
12695         * lib/mkdirat.c: Likewise.
12696         * lib/mkdtemp.c: Likewise.
12697         * lib/mkstemp-safer.c: Likewise.
12698         * lib/mkstemp.c: Likewise.
12699         * lib/modechange.c: Likewise.
12700         * lib/modechange.h: Likewise.
12701         * lib/mountlist.c: Likewise.
12702         * lib/mountlist.h: Likewise.
12703         * lib/mpsort.c: Likewise.
12704         * lib/nanosleep.c: Likewise.
12705         * lib/obstack.c: Likewise.
12706         * lib/obstack.h: Likewise.
12707         * lib/open-safer.c: Likewise.
12708         * lib/open.c: Likewise.
12709         * lib/openat-die.c: Likewise.
12710         * lib/openat-priv.h: Likewise.
12711         * lib/openat-proc.c: Likewise.
12712         * lib/openat.c: Likewise.
12713         * lib/openat.h: Likewise.
12714         * lib/pagealign_alloc.c: Likewise.
12715         * lib/pagealign_alloc.h: Likewise.
12716         * lib/physmem.c: Likewise.
12717         * lib/physmem.h: Likewise.
12718         * lib/pipe-safer.c: Likewise.
12719         * lib/pipe.c: Likewise.
12720         * lib/pipe.h: Likewise.
12721         * lib/posixtm.c: Likewise.
12722         * lib/posixtm.h: Likewise.
12723         * lib/posixver.c: Likewise.
12724         * lib/printf-frexp.c: Likewise.
12725         * lib/printf-frexp.h: Likewise.
12726         * lib/printf-frexpl.c: Likewise.
12727         * lib/printf-frexpl.h: Likewise.
12728         * lib/printf.c: Likewise.
12729         * lib/progname.c: Likewise.
12730         * lib/progname.h: Likewise.
12731         * lib/progreloc.c: Likewise.
12732         * lib/putenv.c: Likewise.
12733         * lib/quote.c: Likewise.
12734         * lib/quote.h: Likewise.
12735         * lib/quotearg.c: Likewise.
12736         * lib/quotearg.h: Likewise.
12737         * lib/raise.c: Likewise.
12738         * lib/readline.c: Likewise.
12739         * lib/readline.h: Likewise.
12740         * lib/readlink.c: Likewise.
12741         * lib/readtokens.c: Likewise.
12742         * lib/readtokens.h: Likewise.
12743         * lib/readtokens0.c: Likewise.
12744         * lib/readtokens0.h: Likewise.
12745         * lib/readutmp.c: Likewise.
12746         * lib/readutmp.h: Likewise.
12747         * lib/realloc.c: Likewise.
12748         * lib/relocwrapper.c: Likewise.
12749         * lib/rename-dest-slash.c: Likewise.
12750         * lib/rename.c: Likewise.
12751         * lib/rmdir.c: Likewise.
12752         * lib/rpmatch.c: Likewise.
12753         * lib/safe-read.c: Likewise.
12754         * lib/safe-read.h: Likewise.
12755         * lib/safe-write.c: Likewise.
12756         * lib/safe-write.h: Likewise.
12757         * lib/same-inode.h: Likewise.
12758         * lib/same.c: Likewise.
12759         * lib/same.h: Likewise.
12760         * lib/save-cwd.c: Likewise.
12761         * lib/save-cwd.h: Likewise.
12762         * lib/savedir.c: Likewise.
12763         * lib/savedir.h: Likewise.
12764         * lib/savewd.c: Likewise.
12765         * lib/savewd.h: Likewise.
12766         * lib/search.in.h: Likewise.
12767         * lib/setenv.c: Likewise.
12768         * lib/setenv.h: Likewise.
12769         * lib/settime.c: Likewise.
12770         * lib/sh-quote.c: Likewise.
12771         * lib/sh-quote.h: Likewise.
12772         * lib/sig2str.c: Likewise.
12773         * lib/sig2str.h: Likewise.
12774         * lib/signal.in.h: Likewise.
12775         * lib/signbitd.c: Likewise.
12776         * lib/signbitf.c: Likewise.
12777         * lib/signbitl.c: Likewise.
12778         * lib/sigprocmask.c: Likewise.
12779         * lib/sincosl.c: Likewise.
12780         * lib/sleep.c: Likewise.
12781         * lib/sprintf.c: Likewise.
12782         * lib/sqrtl.c: Likewise.
12783         * lib/stat-time.h: Likewise.
12784         * lib/stdio--.h: Likewise.
12785         * lib/stdio-safer.h: Likewise.
12786         * lib/stdlib--.h: Likewise.
12787         * lib/stdlib-safer.h: Likewise.
12788         * lib/stdlib.in.h: Likewise.
12789         * lib/stpcpy.c: Likewise.
12790         * lib/stpncpy.c: Likewise.
12791         * lib/strchrnul.c: Likewise.
12792         * lib/strcspn.c: Likewise.
12793         * lib/strerror.c: Likewise.
12794         * lib/strftime.c: Likewise.
12795         * lib/strftime.h: Likewise.
12796         * lib/striconveh.c: Likewise.
12797         * lib/striconveh.h: Likewise.
12798         * lib/striconveha.c: Likewise.
12799         * lib/striconveha.h: Likewise.
12800         * lib/stripslash.c: Likewise.
12801         * lib/strnlen1.c: Likewise.
12802         * lib/strnlen1.h: Likewise.
12803         * lib/strtod.c: Likewise.
12804         * lib/strtoimax.c: Likewise.
12805         * lib/strtok_r.c: Likewise.
12806         * lib/strtol.c: Likewise.
12807         * lib/strtoll.c: Likewise.
12808         * lib/strtoul.c: Likewise.
12809         * lib/strtoull.c: Likewise.
12810         * lib/sysexits.in.h: Likewise.
12811         * lib/tempname.c: Likewise.
12812         * lib/tempname.h: Likewise.
12813         * lib/timespec.h: Likewise.
12814         * lib/tls.c: Likewise.
12815         * lib/tls.h: Likewise.
12816         * lib/tmpdir.c: Likewise.
12817         * lib/tmpdir.h: Likewise.
12818         * lib/tmpfile-safer.c: Likewise.
12819         * lib/tmpfile.c: Likewise.
12820         * lib/trigl.c: Likewise.
12821         * lib/trigl.h: Likewise.
12822         * lib/trim.c: Likewise.
12823         * lib/trim.h: Likewise.
12824         * lib/trunc.c: Likewise.
12825         * lib/truncf.c: Likewise.
12826         * lib/truncl.c: Likewise.
12827         * lib/tsearch.c: Likewise.
12828         * lib/unicodeio.c: Likewise.
12829         * lib/unicodeio.h: Likewise.
12830         * lib/unistd--.h: Likewise.
12831         * lib/unistd-safer.h: Likewise.
12832         * lib/unistdio/ulc-fprintf.c: Likewise.
12833         * lib/unistdio/ulc-vfprintf.c: Likewise.
12834         * lib/unlinkdir.c: Likewise.
12835         * lib/unlinkdir.h: Likewise.
12836         * lib/unlocked-io.h: Likewise.
12837         * lib/unsetenv.c: Likewise.
12838         * lib/userspec.c: Likewise.
12839         * lib/utime.c: Likewise.
12840         * lib/utimecmp.c: Likewise.
12841         * lib/utimecmp.h: Likewise.
12842         * lib/utimens.c: Likewise.
12843         * lib/verify.h: Likewise.
12844         * lib/verror.c: Likewise.
12845         * lib/verror.h: Likewise.
12846         * lib/version-etc-fsf.c: Likewise.
12847         * lib/version-etc.c: Likewise.
12848         * lib/version-etc.h: Likewise.
12849         * lib/vfprintf.c: Likewise.
12850         * lib/vprintf.c: Likewise.
12851         * lib/vsprintf.c: Likewise.
12852         * lib/w32spawn.h: Likewise.
12853         * lib/wait-process.c: Likewise.
12854         * lib/wait-process.h: Likewise.
12855         * lib/wcwidth.c: Likewise.
12856         * lib/write-any-file.c: Likewise.
12857         * lib/xalloc-die.c: Likewise.
12858         * lib/xalloc.h: Likewise.
12859         * lib/xasprintf.c: Likewise.
12860         * lib/xgetcwd.c: Likewise.
12861         * lib/xgetcwd.h: Likewise.
12862         * lib/xgetdomainname.c: Likewise.
12863         * lib/xgetdomainname.h: Likewise.
12864         * lib/xgethostname.c: Likewise.
12865         * lib/xmalloc.c: Likewise.
12866         * lib/xmalloca.c: Likewise.
12867         * lib/xmalloca.h: Likewise.
12868         * lib/xmemcoll.c: Likewise.
12869         * lib/xnanosleep.c: Likewise.
12870         * lib/xreadlink.c: Likewise.
12871         * lib/xreadlink.h: Likewise.
12872         * lib/xsetenv.c: Likewise.
12873         * lib/xsetenv.h: Likewise.
12874         * lib/xstriconv.c: Likewise.
12875         * lib/xstriconv.h: Likewise.
12876         * lib/xstrndup.c: Likewise.
12877         * lib/xstrndup.h: Likewise.
12878         * lib/xstrtod.c: Likewise.
12879         * lib/xstrtod.h: Likewise.
12880         * lib/xstrtol-error.c: Likewise.
12881         * lib/xstrtol.c: Likewise.
12882         * lib/xstrtol.h: Likewise.
12883         * lib/xtime.h: Likewise.
12884         * lib/xvasprintf.c: Likewise.
12885         * lib/xvasprintf.h: Likewise.
12886         * lib/yesno.c: Likewise.
12887         * lib/yesno.h: Likewise.
12888         * posix-modules: Likewise.
12889         * tests/test-alloca-opt.c: Likewise.
12890         * tests/test-arcfour.c: Likewise.
12891         * tests/test-arctwo.c: Likewise.
12892         * tests/test-argmatch.c: Likewise.
12893         * tests/test-argp-2.sh: Likewise.
12894         * tests/test-argp.c: Likewise.
12895         * tests/test-arpa_inet.c: Likewise.
12896         * tests/test-array_list.c: Likewise.
12897         * tests/test-array_oset.c: Likewise.
12898         * tests/test-atexit.c: Likewise.
12899         * tests/test-avltree_list.c: Likewise.
12900         * tests/test-avltree_oset.c: Likewise.
12901         * tests/test-avltreehash_list.c: Likewise.
12902         * tests/test-base64.c: Likewise.
12903         * tests/test-binary-io.c: Likewise.
12904         * tests/test-byteswap.c: Likewise.
12905         * tests/test-c-ctype.c: Likewise.
12906         * tests/test-c-strcasecmp.c: Likewise.
12907         * tests/test-c-strcasestr.c: Likewise.
12908         * tests/test-c-strncasecmp.c: Likewise.
12909         * tests/test-c-strstr.c: Likewise.
12910         * tests/test-canonicalize-lgpl.c: Likewise.
12911         * tests/test-canonicalize.c: Likewise.
12912         * tests/test-carray_list.c: Likewise.
12913         * tests/test-ceilf.c: Likewise.
12914         * tests/test-ceill.c: Likewise.
12915         * tests/test-count-one-bits.c: Likewise.
12916         * tests/test-crc.c: Likewise.
12917         * tests/test-dirname.c: Likewise.
12918         * tests/test-fbufmode.c: Likewise.
12919         * tests/test-fcntl.c: Likewise.
12920         * tests/test-fflush.c: Likewise.
12921         * tests/test-floorf.c: Likewise.
12922         * tests/test-floorl.c: Likewise.
12923         * tests/test-fopen.c: Likewise.
12924         * tests/test-fprintf-posix.c: Likewise.
12925         * tests/test-fprintf-posix.h: Likewise.
12926         * tests/test-fpurge.c: Likewise.
12927         * tests/test-freadable.c: Likewise.
12928         * tests/test-freadahead.c: Likewise.
12929         * tests/test-freading.c: Likewise.
12930         * tests/test-freopen.c: Likewise.
12931         * tests/test-frexp.c: Likewise.
12932         * tests/test-frexpl.c: Likewise.
12933         * tests/test-fseek.c: Likewise.
12934         * tests/test-fseeko.c: Likewise.
12935         * tests/test-fseterr.c: Likewise.
12936         * tests/test-fstrcmp.c: Likewise.
12937         * tests/test-ftell.c: Likewise.
12938         * tests/test-ftello.c: Likewise.
12939         * tests/test-fwritable.c: Likewise.
12940         * tests/test-fwriting.c: Likewise.
12941         * tests/test-getaddrinfo.c: Likewise.
12942         * tests/test-getpass.c: Likewise.
12943         * tests/test-gettimeofday.c: Likewise.
12944         * tests/test-hmac-md5.c: Likewise.
12945         * tests/test-hmac-sha1.c: Likewise.
12946         * tests/test-iconv.c: Likewise.
12947         * tests/test-iconvme.c: Likewise.
12948         * tests/test-inttypes.c: Likewise.
12949         * tests/test-isnan.c: Likewise.
12950         * tests/test-isnanf.c: Likewise.
12951         * tests/test-isnanl-nolibm.c: Likewise.
12952         * tests/test-isnanl.c: Likewise.
12953         * tests/test-isnanl.h: Likewise.
12954         * tests/test-ldexpl.c: Likewise.
12955         * tests/test-linked_list.c: Likewise.
12956         * tests/test-linkedhash_list.c: Likewise.
12957         * tests/test-locale.c: Likewise.
12958         * tests/test-localename.c: Likewise.
12959         * tests/test-lock.c: Likewise.
12960         * tests/test-lseek.c: Likewise.
12961         * tests/test-malloca.c: Likewise.
12962         * tests/test-math.c: Likewise.
12963         * tests/test-mbscasecmp.c: Likewise.
12964         * tests/test-mbscasestr1.c: Likewise.
12965         * tests/test-mbscasestr2.c: Likewise.
12966         * tests/test-mbscasestr3.c: Likewise.
12967         * tests/test-mbscasestr4.c: Likewise.
12968         * tests/test-mbschr.c: Likewise.
12969         * tests/test-mbscspn.c: Likewise.
12970         * tests/test-mbsncasecmp.c: Likewise.
12971         * tests/test-mbspbrk.c: Likewise.
12972         * tests/test-mbspcasecmp.c: Likewise.
12973         * tests/test-mbsrchr.c: Likewise.
12974         * tests/test-mbsspn.c: Likewise.
12975         * tests/test-mbsstr1.c: Likewise.
12976         * tests/test-mbsstr2.c: Likewise.
12977         * tests/test-mbsstr3.c: Likewise.
12978         * tests/test-md5.c: Likewise.
12979         * tests/test-memmem.c: Likewise.
12980         * tests/test-netinet_in.c: Likewise.
12981         * tests/test-open.c: Likewise.
12982         * tests/test-printf-frexp.c: Likewise.
12983         * tests/test-printf-frexpl.c: Likewise.
12984         * tests/test-printf-posix.c: Likewise.
12985         * tests/test-printf-posix.h: Likewise.
12986         * tests/test-rbtree_list.c: Likewise.
12987         * tests/test-rbtree_oset.c: Likewise.
12988         * tests/test-rbtreehash_list.c: Likewise.
12989         * tests/test-read-file.c: Likewise.
12990         * tests/test-rijndael.c: Likewise.
12991         * tests/test-search.c: Likewise.
12992         * tests/test-signbit.c: Likewise.
12993         * tests/test-sleep.c: Likewise.
12994         * tests/test-snprintf-posix.c: Likewise.
12995         * tests/test-snprintf-posix.h: Likewise.
12996         * tests/test-snprintf.c: Likewise.
12997         * tests/test-sprintf-posix.c: Likewise.
12998         * tests/test-sprintf-posix.h: Likewise.
12999         * tests/test-stat-time.c: Likewise.
13000         * tests/test-stdbool.c: Likewise.
13001         * tests/test-stdint.c: Likewise.
13002         * tests/test-stdio.c: Likewise.
13003         * tests/test-stdlib.c: Likewise.
13004         * tests/test-stpncpy.c: Likewise.
13005         * tests/test-strcasestr.c: Likewise.
13006         * tests/test-striconv.c: Likewise.
13007         * tests/test-striconveh.c: Likewise.
13008         * tests/test-striconveha.c: Likewise.
13009         * tests/test-string.c: Likewise.
13010         * tests/test-sys_select.c: Likewise.
13011         * tests/test-sys_socket.c: Likewise.
13012         * tests/test-sys_stat.c: Likewise.
13013         * tests/test-sys_time.c: Likewise.
13014         * tests/test-sysexits.c: Likewise.
13015         * tests/test-time.c: Likewise.
13016         * tests/test-tls.c: Likewise.
13017         * tests/test-trunc.c: Likewise.
13018         * tests/test-truncf.c: Likewise.
13019         * tests/test-truncl.c: Likewise.
13020         * tests/test-unistd.c: Likewise.
13021         * tests/test-vasnprintf-posix.c: Likewise.
13022         * tests/test-vasnprintf-posix2.c: Likewise.
13023         * tests/test-vasnprintf.c: Likewise.
13024         * tests/test-vasprintf-posix.c: Likewise.
13025         * tests/test-vasprintf.c: Likewise.
13026         * tests/test-verify.c: Likewise.
13027         * tests/test-vfprintf-posix.c: Likewise.
13028         * tests/test-vprintf-posix.c: Likewise.
13029         * tests/test-vsnprintf-posix.c: Likewise.
13030         * tests/test-vsnprintf.c: Likewise.
13031         * tests/test-vsprintf-posix.c: Likewise.
13032         * tests/test-wchar.c: Likewise.
13033         * tests/test-wctype.c: Likewise.
13034         * tests/test-wcwidth.c: Likewise.
13035         * tests/test-xstrtol.c: Likewise.
13036         * tests/test-xvasprintf.c: Likewise.
13037         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
13038         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
13039         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
13040         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
13041         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
13042         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
13043         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
13044         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
13045         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
13046         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
13047         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
13048         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
13049         * tests/uniname/test-uninames.c: Likewise.
13050         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
13051         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
13052         * tests/unistdio/test-u16-printf1.h: Likewise.
13053         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
13054         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
13055         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
13056         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
13057         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
13058         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
13059         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
13060         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
13061         * tests/unistdio/test-u32-printf1.h: Likewise.
13062         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
13063         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
13064         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
13065         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
13066         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
13067         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
13068         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
13069         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
13070         * tests/unistdio/test-u8-printf1.h: Likewise.
13071         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
13072         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
13073         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
13074         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
13075         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
13076         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
13077         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
13078         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
13079         * tests/unistdio/test-ulc-printf1.h: Likewise.
13080         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
13081         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
13082         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
13083         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
13084         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
13085         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
13086         * tests/uniwidth/test-u16-strwidth.c: Likewise.
13087         * tests/uniwidth/test-u16-width.c: Likewise.
13088         * tests/uniwidth/test-u32-strwidth.c: Likewise.
13089         * tests/uniwidth/test-u32-width.c: Likewise.
13090         * tests/uniwidth/test-u8-strwidth.c: Likewise.
13091         * tests/uniwidth/test-u8-width.c: Likewise.
13092         * tests/uniwidth/test-uc_width.c: Likewise.
13093         * config/srclist-update: Likewise.
13094         (fixlicense): Update to GPLv3+.
13095
13096         Change copyright notice from LGPLv2.1+ to LGPLv3+.
13097         * tests/test-tsearch.c: Change copyright notice.
13098
13099         Change copyright notice from LGPLv2.0+ to LGPLv3+.
13100         * lib/c-strcaseeq.h: Change copyright notice.
13101         * lib/streq.h: Likewise.
13102         * lib/uniconv.h: Likewise.
13103         * lib/uniconv/u-conv-from-enc.h: Likewise.
13104         * lib/uniconv/u-conv-to-enc.h: Likewise.
13105         * lib/uniconv/u-strconv-from-enc.h: Likewise.
13106         * lib/uniconv/u-strconv-to-enc.h: Likewise.
13107         * lib/uniconv/u16-conv-from-enc.c: Likewise.
13108         * lib/uniconv/u16-conv-to-enc.c: Likewise.
13109         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
13110         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
13111         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
13112         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
13113         * lib/uniconv/u32-conv-from-enc.c: Likewise.
13114         * lib/uniconv/u32-conv-to-enc.c: Likewise.
13115         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
13116         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
13117         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
13118         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
13119         * lib/uniconv/u8-conv-from-enc.c: Likewise.
13120         * lib/uniconv/u8-conv-to-enc.c: Likewise.
13121         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
13122         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
13123         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
13124         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
13125         * lib/uniname.h: Likewise.
13126         * lib/uniname/uniname.c: Likewise.
13127         * lib/unistdio.h: Likewise.
13128         * lib/unistdio/u-asnprintf.h: Likewise.
13129         * lib/unistdio/u-asprintf.h: Likewise.
13130         * lib/unistdio/u-printf-args.c: Likewise.
13131         * lib/unistdio/u-printf-args.h: Likewise.
13132         * lib/unistdio/u-printf-parse.h: Likewise.
13133         * lib/unistdio/u-snprintf.h: Likewise.
13134         * lib/unistdio/u-sprintf.h: Likewise.
13135         * lib/unistdio/u-vasprintf.h: Likewise.
13136         * lib/unistdio/u-vsnprintf.h: Likewise.
13137         * lib/unistdio/u-vsprintf.h: Likewise.
13138         * lib/unistdio/u16-asnprintf.c: Likewise.
13139         * lib/unistdio/u16-asprintf.c: Likewise.
13140         * lib/unistdio/u16-printf-parse.c: Likewise.
13141         * lib/unistdio/u16-snprintf.c: Likewise.
13142         * lib/unistdio/u16-sprintf.c: Likewise.
13143         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
13144         * lib/unistdio/u16-u16-asprintf.c: Likewise.
13145         * lib/unistdio/u16-u16-snprintf.c: Likewise.
13146         * lib/unistdio/u16-u16-sprintf.c: Likewise.
13147         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
13148         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
13149         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
13150         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
13151         * lib/unistdio/u16-vasnprintf.c: Likewise.
13152         * lib/unistdio/u16-vasprintf.c: Likewise.
13153         * lib/unistdio/u16-vsnprintf.c: Likewise.
13154         * lib/unistdio/u16-vsprintf.c: Likewise.
13155         * lib/unistdio/u32-asnprintf.c: Likewise.
13156         * lib/unistdio/u32-asprintf.c: Likewise.
13157         * lib/unistdio/u32-printf-parse.c: Likewise.
13158         * lib/unistdio/u32-snprintf.c: Likewise.
13159         * lib/unistdio/u32-sprintf.c: Likewise.
13160         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
13161         * lib/unistdio/u32-u32-asprintf.c: Likewise.
13162         * lib/unistdio/u32-u32-snprintf.c: Likewise.
13163         * lib/unistdio/u32-u32-sprintf.c: Likewise.
13164         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
13165         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
13166         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
13167         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
13168         * lib/unistdio/u32-vasnprintf.c: Likewise.
13169         * lib/unistdio/u32-vasprintf.c: Likewise.
13170         * lib/unistdio/u32-vsnprintf.c: Likewise.
13171         * lib/unistdio/u32-vsprintf.c: Likewise.
13172         * lib/unistdio/u8-asnprintf.c: Likewise.
13173         * lib/unistdio/u8-asprintf.c: Likewise.
13174         * lib/unistdio/u8-printf-parse.c: Likewise.
13175         * lib/unistdio/u8-snprintf.c: Likewise.
13176         * lib/unistdio/u8-sprintf.c: Likewise.
13177         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
13178         * lib/unistdio/u8-u8-asprintf.c: Likewise.
13179         * lib/unistdio/u8-u8-snprintf.c: Likewise.
13180         * lib/unistdio/u8-u8-sprintf.c: Likewise.
13181         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
13182         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
13183         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
13184         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
13185         * lib/unistdio/u8-vasnprintf.c: Likewise.
13186         * lib/unistdio/u8-vasprintf.c: Likewise.
13187         * lib/unistdio/u8-vsnprintf.c: Likewise.
13188         * lib/unistdio/u8-vsprintf.c: Likewise.
13189         * lib/unistdio/ulc-asnprintf.c: Likewise.
13190         * lib/unistdio/ulc-asprintf.c: Likewise.
13191         * lib/unistdio/ulc-printf-parse.c: Likewise.
13192         * lib/unistdio/ulc-snprintf.c: Likewise.
13193         * lib/unistdio/ulc-sprintf.c: Likewise.
13194         * lib/unistdio/ulc-vasnprintf.c: Likewise.
13195         * lib/unistdio/ulc-vasprintf.c: Likewise.
13196         * lib/unistdio/ulc-vsnprintf.c: Likewise.
13197         * lib/unistdio/ulc-vsprintf.c: Likewise.
13198         * lib/unistr.h: Likewise.
13199         * lib/unistr/u-cpy-alloc.h: Likewise.
13200         * lib/unistr/u-cpy.h: Likewise.
13201         * lib/unistr/u-endswith.h: Likewise.
13202         * lib/unistr/u-move.h: Likewise.
13203         * lib/unistr/u-set.h: Likewise.
13204         * lib/unistr/u-startswith.h: Likewise.
13205         * lib/unistr/u-stpcpy.h: Likewise.
13206         * lib/unistr/u-stpncpy.h: Likewise.
13207         * lib/unistr/u-strcat.h: Likewise.
13208         * lib/unistr/u-strcpy.h: Likewise.
13209         * lib/unistr/u-strcspn.h: Likewise.
13210         * lib/unistr/u-strdup.h: Likewise.
13211         * lib/unistr/u-strlen.h: Likewise.
13212         * lib/unistr/u-strncat.h: Likewise.
13213         * lib/unistr/u-strncpy.h: Likewise.
13214         * lib/unistr/u-strnlen.h: Likewise.
13215         * lib/unistr/u-strpbrk.h: Likewise.
13216         * lib/unistr/u-strspn.h: Likewise.
13217         * lib/unistr/u-strstr.h: Likewise.
13218         * lib/unistr/u-strtok.h: Likewise.
13219         * lib/unistr/u16-check.c: Likewise.
13220         * lib/unistr/u16-chr.c: Likewise.
13221         * lib/unistr/u16-cmp.c: Likewise.
13222         * lib/unistr/u16-cpy-alloc.c: Likewise.
13223         * lib/unistr/u16-cpy.c: Likewise.
13224         * lib/unistr/u16-endswith.c: Likewise.
13225         * lib/unistr/u16-mblen.c: Likewise.
13226         * lib/unistr/u16-mbsnlen.c: Likewise.
13227         * lib/unistr/u16-mbtouc-aux.c: Likewise.
13228         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
13229         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
13230         * lib/unistr/u16-mbtouc.c: Likewise.
13231         * lib/unistr/u16-mbtoucr.c: Likewise.
13232         * lib/unistr/u16-move.c: Likewise.
13233         * lib/unistr/u16-next.c: Likewise.
13234         * lib/unistr/u16-prev.c: Likewise.
13235         * lib/unistr/u16-set.c: Likewise.
13236         * lib/unistr/u16-startswith.c: Likewise.
13237         * lib/unistr/u16-stpcpy.c: Likewise.
13238         * lib/unistr/u16-stpncpy.c: Likewise.
13239         * lib/unistr/u16-strcat.c: Likewise.
13240         * lib/unistr/u16-strchr.c: Likewise.
13241         * lib/unistr/u16-strcmp.c: Likewise.
13242         * lib/unistr/u16-strcpy.c: Likewise.
13243         * lib/unistr/u16-strcspn.c: Likewise.
13244         * lib/unistr/u16-strdup.c: Likewise.
13245         * lib/unistr/u16-strlen.c: Likewise.
13246         * lib/unistr/u16-strmblen.c: Likewise.
13247         * lib/unistr/u16-strmbtouc.c: Likewise.
13248         * lib/unistr/u16-strncat.c: Likewise.
13249         * lib/unistr/u16-strncmp.c: Likewise.
13250         * lib/unistr/u16-strncpy.c: Likewise.
13251         * lib/unistr/u16-strnlen.c: Likewise.
13252         * lib/unistr/u16-strpbrk.c: Likewise.
13253         * lib/unistr/u16-strrchr.c: Likewise.
13254         * lib/unistr/u16-strspn.c: Likewise.
13255         * lib/unistr/u16-strstr.c: Likewise.
13256         * lib/unistr/u16-strtok.c: Likewise.
13257         * lib/unistr/u16-to-u32.c: Likewise.
13258         * lib/unistr/u16-to-u8.c: Likewise.
13259         * lib/unistr/u16-uctomb-aux.c: Likewise.
13260         * lib/unistr/u16-uctomb.c: Likewise.
13261         * lib/unistr/u32-check.c: Likewise.
13262         * lib/unistr/u32-chr.c: Likewise.
13263         * lib/unistr/u32-cmp.c: Likewise.
13264         * lib/unistr/u32-cpy-alloc.c: Likewise.
13265         * lib/unistr/u32-cpy.c: Likewise.
13266         * lib/unistr/u32-endswith.c: Likewise.
13267         * lib/unistr/u32-mblen.c: Likewise.
13268         * lib/unistr/u32-mbsnlen.c: Likewise.
13269         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
13270         * lib/unistr/u32-mbtouc.c: Likewise.
13271         * lib/unistr/u32-mbtoucr.c: Likewise.
13272         * lib/unistr/u32-move.c: Likewise.
13273         * lib/unistr/u32-next.c: Likewise.
13274         * lib/unistr/u32-prev.c: Likewise.
13275         * lib/unistr/u32-set.c: Likewise.
13276         * lib/unistr/u32-startswith.c: Likewise.
13277         * lib/unistr/u32-stpcpy.c: Likewise.
13278         * lib/unistr/u32-stpncpy.c: Likewise.
13279         * lib/unistr/u32-strcat.c: Likewise.
13280         * lib/unistr/u32-strchr.c: Likewise.
13281         * lib/unistr/u32-strcmp.c: Likewise.
13282         * lib/unistr/u32-strcpy.c: Likewise.
13283         * lib/unistr/u32-strcspn.c: Likewise.
13284         * lib/unistr/u32-strdup.c: Likewise.
13285         * lib/unistr/u32-strlen.c: Likewise.
13286         * lib/unistr/u32-strmblen.c: Likewise.
13287         * lib/unistr/u32-strmbtouc.c: Likewise.
13288         * lib/unistr/u32-strncat.c: Likewise.
13289         * lib/unistr/u32-strncmp.c: Likewise.
13290         * lib/unistr/u32-strncpy.c: Likewise.
13291         * lib/unistr/u32-strnlen.c: Likewise.
13292         * lib/unistr/u32-strpbrk.c: Likewise.
13293         * lib/unistr/u32-strrchr.c: Likewise.
13294         * lib/unistr/u32-strspn.c: Likewise.
13295         * lib/unistr/u32-strstr.c: Likewise.
13296         * lib/unistr/u32-strtok.c: Likewise.
13297         * lib/unistr/u32-to-u16.c: Likewise.
13298         * lib/unistr/u32-to-u8.c: Likewise.
13299         * lib/unistr/u32-uctomb.c: Likewise.
13300         * lib/unistr/u8-check.c: Likewise.
13301         * lib/unistr/u8-chr.c: Likewise.
13302         * lib/unistr/u8-cmp.c: Likewise.
13303         * lib/unistr/u8-cpy-alloc.c: Likewise.
13304         * lib/unistr/u8-cpy.c: Likewise.
13305         * lib/unistr/u8-endswith.c: Likewise.
13306         * lib/unistr/u8-mblen.c: Likewise.
13307         * lib/unistr/u8-mbsnlen.c: Likewise.
13308         * lib/unistr/u8-mbtouc-aux.c: Likewise.
13309         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
13310         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
13311         * lib/unistr/u8-mbtouc.c: Likewise.
13312         * lib/unistr/u8-mbtoucr.c: Likewise.
13313         * lib/unistr/u8-move.c: Likewise.
13314         * lib/unistr/u8-next.c: Likewise.
13315         * lib/unistr/u8-prev.c: Likewise.
13316         * lib/unistr/u8-set.c: Likewise.
13317         * lib/unistr/u8-startswith.c: Likewise.
13318         * lib/unistr/u8-stpcpy.c: Likewise.
13319         * lib/unistr/u8-stpncpy.c: Likewise.
13320         * lib/unistr/u8-strcat.c: Likewise.
13321         * lib/unistr/u8-strchr.c: Likewise.
13322         * lib/unistr/u8-strcmp.c: Likewise.
13323         * lib/unistr/u8-strcpy.c: Likewise.
13324         * lib/unistr/u8-strcspn.c: Likewise.
13325         * lib/unistr/u8-strdup.c: Likewise.
13326         * lib/unistr/u8-strlen.c: Likewise.
13327         * lib/unistr/u8-strmblen.c: Likewise.
13328         * lib/unistr/u8-strmbtouc.c: Likewise.
13329         * lib/unistr/u8-strncat.c: Likewise.
13330         * lib/unistr/u8-strncmp.c: Likewise.
13331         * lib/unistr/u8-strncpy.c: Likewise.
13332         * lib/unistr/u8-strnlen.c: Likewise.
13333         * lib/unistr/u8-strpbrk.c: Likewise.
13334         * lib/unistr/u8-strrchr.c: Likewise.
13335         * lib/unistr/u8-strspn.c: Likewise.
13336         * lib/unistr/u8-strstr.c: Likewise.
13337         * lib/unistr/u8-strtok.c: Likewise.
13338         * lib/unistr/u8-to-u16.c: Likewise.
13339         * lib/unistr/u8-to-u32.c: Likewise.
13340         * lib/unistr/u8-uctomb-aux.c: Likewise.
13341         * lib/unistr/u8-uctomb.c: Likewise.
13342         * lib/unitypes.h: Likewise.
13343         * lib/uniwidth.h: Likewise.
13344         * lib/uniwidth/cjk.h: Likewise.
13345         * lib/uniwidth/u16-strwidth.c: Likewise.
13346         * lib/uniwidth/u16-width.c: Likewise.
13347         * lib/uniwidth/u32-strwidth.c: Likewise.
13348         * lib/uniwidth/u32-width.c: Likewise.
13349         * lib/uniwidth/u8-strwidth.c: Likewise.
13350         * lib/uniwidth/u8-width.c: Likewise.
13351         * lib/uniwidth/width.c: Likewise.
13352
13353 2007-10-07  Bruno Haible  <bruno@clisp.org>
13354
13355         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
13356         The file is still under LGPL (see modules/inttypes).
13357
13358 2007-10-06  Bruno Haible  <bruno@clisp.org>
13359
13360         * modules/trunc (Dependencies): Add 'extensions'.
13361         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
13362         Reported by Ben Pfaff <blp@gnu.org>.
13363
13364 2007-10-06  Bruno Haible  <bruno@clisp.org>
13365
13366         * modules/freopen-tests: New file.
13367         * tests/test-freopen.c: New file.
13368
13369         * modules/fopen-tests: New file.
13370         * tests/test-fopen.c: New file.
13371
13372         * modules/fopen: New file.
13373         * lib/fopen.c: New file.
13374         * m4/fopen.m4: New file.
13375         * modules/freopen: New file.
13376         * lib/freopen.c: New file.
13377         * m4/freopen.m4: New file.
13378         * lib/stdio.in.h (fopen, freopen): New declarations.
13379         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
13380         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
13381         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
13382         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
13383         * doc/functions/fopen.texi: Mention the 'fopen' module.
13384         * doc/functions/freopen.texi: Mention the 'freopen' module.
13385
13386 2007-10-06  Bruno Haible  <bruno@clisp.org>
13387
13388         * modules/open-tests: New file.
13389         * tests/test-open.c: New file.
13390
13391         * modules/open: New file.
13392         * lib/open.c: New file.
13393         * m4/open.m4: New file.
13394         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
13395         lib/open.c does.
13396         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
13397         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
13398         macros.
13399         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
13400         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
13401         REPLACE_OPEN.
13402         * doc/functions/open.texi: Mention the 'open' module.
13403
13404 2007-10-04  Bruno Haible  <bruno@clisp.org>
13405
13406         * modules/ceill-tests: New file.
13407         * tests/test-ceill.c: New file.
13408
13409         * modules/ceill: New file.
13410         * lib/ceill.c: Replace entire file.
13411         * m4/ceill.m4: New file.
13412         * lib/math.in.h (ceill): Replace declaration.
13413         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
13414         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
13415         * doc/functions/ceill.texi: Mention the 'ceill' module.
13416         * modules/mathl (Files): Remove lib/ceill.c.
13417         (Depends-on): Add ceill.
13418
13419 2007-10-04  Bruno Haible  <bruno@clisp.org>
13420
13421         * modules/ceilf-tests: New file.
13422         * tests/test-ceilf.c: New file.
13423
13424         * modules/ceilf: New file.
13425         * lib/ceil.c: New file.
13426         * lib/ceilf.c: New file.
13427         * m4/ceilf.m4: New file.
13428         * lib/math.in.h (ceilf): New declaration.
13429         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
13430         HAVE_DECL_CEILF.
13431         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
13432         HAVE_DECL_CEILF.
13433         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
13434
13435 2007-10-04  Bruno Haible  <bruno@clisp.org>
13436
13437         * modules/floorl-tests: New file.
13438         * tests/test-floorl.c: New file.
13439
13440         * modules/floorl: New file.
13441         * lib/floorl.c: Replace entire file.
13442         * m4/floorl.m4: New file.
13443         * lib/math.in.h (floorl): Replace declaration.
13444         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
13445         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
13446         * doc/functions/floorl.texi: Mention the 'floorl' module.
13447         * modules/mathl (Files): Remove lib/floorl.c.
13448         (Depends-on): Add floorl.
13449
13450 2007-10-04  Bruno Haible  <bruno@clisp.org>
13451
13452         * modules/floorf-tests: New file.
13453         * tests/test-floorf.c: New file.
13454
13455         * modules/floorf: New file.
13456         * lib/floor.c: New file.
13457         * lib/floorf.c: New file.
13458         * m4/floorf.m4: New file.
13459         * lib/math.in.h (floorf): New declaration.
13460         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
13461         HAVE_DECL_FLOORF.
13462         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
13463         HAVE_DECL_FLOORF.
13464         * doc/functions/floorf.texi: Mention the 'floorf' module.
13465
13466 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
13467             Bruno Haible  <bruno@clisp.org>
13468
13469         Advertise for the Git server instead of the CVS server.
13470         * doc/gnulib-intro.texi (Steady Development): Mention the Git
13471         repository instead of the CVS one.
13472         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
13473         about all VCS systems generically.
13474         * doc/gnulib.texi (Introduction): Capitalize `Git'.
13475
13476 2007-10-04  Bruno Haible  <bruno@clisp.org>
13477
13478         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
13479         means.
13480         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
13481
13482 2007-10-04  Bruno Haible  <bruno@clisp.org>
13483
13484         * modules/truncl-tests: New file.
13485         * tests/test-truncl.c: New file.
13486
13487         * modules/truncl: New file.
13488         * lib/truncl.c: New file.
13489         * m4/truncl.m4: New file.
13490         * lib/math.in.h (truncl): New declaration.
13491         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
13492         HAVE_DECL_TRUNCL.
13493         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
13494         HAVE_DECL_TRUNCL.
13495         * doc/functions/truncl.texi: Mention the 'truncl' module.
13496
13497 2007-10-04  Bruno Haible  <bruno@clisp.org>
13498
13499         * modules/truncf-tests: New file.
13500         * tests/test-truncf.c: New file.
13501
13502         * modules/truncf: New file.
13503         * lib/trunc.c: Make paramerizable through USE_* macros.
13504         * lib/truncf.c: New file.
13505         * m4/truncf.m4: New file.
13506         * lib/math.in.h (truncf): New declaration.
13507         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
13508         HAVE_DECL_TRUNCF.
13509         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
13510         HAVE_DECL_TRUNCF.
13511         * doc/functions/truncf.texi: Mention the 'truncf' module.
13512
13513 2007-10-03  Bruno Haible  <bruno@clisp.org>
13514
13515         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
13516         augmentation also for tests modules.
13517         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
13518         * modules/atexit-tests (Makefile.am): Likewise.
13519         * modules/binary-io-tests (Makefile.am): Likewise.
13520         * modules/c-strcase-tests (Makefile.am): Likewise.
13521         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
13522         * modules/canonicalize-tests (Makefile.am): Likewise.
13523         * modules/closein-tests (Makefile.am): Likewise.
13524         * modules/fprintf-posix-tests (Makefile.am): Likewise.
13525         * modules/freadahead-tests (Makefile.am): Likewise.
13526         * modules/fseek-tests (Makefile.am): Likewise.
13527         * modules/fseeko-tests (Makefile.am): Likewise.
13528         * modules/ftell-tests (Makefile.am): Likewise.
13529         * modules/ftello-tests (Makefile.am): Likewise.
13530         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
13531         * modules/isnanl-tests (Makefile.am): Likewise.
13532         * modules/lseek-tests (Makefile.am): Likewise.
13533         * modules/mbscasecmp-tests (Makefile.am): Likewise.
13534         * modules/mbscasestr-tests (Makefile.am): Likewise.
13535         * modules/mbschr-tests (Makefile.am): Likewise.
13536         * modules/mbscspn-tests (Makefile.am): Likewise.
13537         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
13538         * modules/mbspbrk-tests (Makefile.am): Likewise.
13539         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
13540         * modules/mbsrchr-tests (Makefile.am): Likewise.
13541         * modules/mbsspn-tests (Makefile.am): Likewise.
13542         * modules/mbsstr-tests (Makefile.am): Likewise.
13543         * modules/printf-posix-tests (Makefile.am): Likewise.
13544         * modules/snprintf-posix-tests (Makefile.am): Likewise.
13545         * modules/sprintf-posix-tests (Makefile.am): Likewise.
13546         * modules/tsearch-tests (Makefile.am): Likewise.
13547         * modules/uniname/uniname-tests (Makefile.am): Likewise.
13548         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
13549         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
13550         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
13551         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
13552         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
13553         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
13554         * modules/vprintf-posix-tests (Makefile.am): Likewise.
13555         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
13556         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
13557         * modules/xstrtoimax-tests (Makefile.am): Likewise.
13558         * modules/xstrtol-tests (Makefile.am): Likewise.
13559         * modules/xstrtoumax-tests (Makefile.am): Likewise.
13560         * modules/yesno-tests (Makefile.am): Likewise.
13561
13562 2007-10-03  Bruno Haible  <bruno@clisp.org>
13563
13564         * modules/trunc-tests: New file.
13565         * tests/test-trunc.c: New file.
13566
13567         * modules/trunc: New file.
13568         * lib/trunc.c: New file.
13569         * m4/trunc.m4: New file.
13570         * lib/math.in.h (trunc): New declaration.
13571         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
13572         HAVE_DECL_TRUNC.
13573         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
13574         HAVE_DECL_TRUNC.
13575         * doc/functions/trunc.texi: Mention the 'trunc' module.
13576
13577 2007-10-03  Bruno Haible  <bruno@clisp.org>
13578
13579         * tests/test-fpending.c: New file, mostly copied
13580         from coreutils/lib/t-fpending.c.
13581         * modules/fpending-tests: New file.
13582
13583 2007-10-03  Bruno Haible  <bruno@clisp.org>
13584
13585         Port the stdio extensions to QNX (untested).
13586         * lib/fseterr.c (fseterr): Add support for QNX.
13587         * lib/fbufmode.c (fbufmode): Likewise.
13588         * lib/freadable.c (freadable): Likewise.
13589         * lib/fwritable.c (fwritable): Likewise.
13590         * lib/freading.c (freading): Likewise.
13591         * lib/fwriting.c (fwriting): Likewise.
13592         * lib/freadahead.c (freadahed): Likewise.
13593         * lib/fpurge.c (fpurge): Likewise.
13594         * lib/fseeko.c (rpl_fseeko): Likewise.
13595
13596 2007-10-03  Bruno Haible  <bruno@clisp.org>
13597             Jim Meyering  <jim@meyering.net>
13598             Eric Blake  <ebb9@byu.net>
13599
13600         * doc/relocatable.texi: Use @command instead of @program.
13601
13602 2007-10-02  Jim Meyering  <jim@meyering.net>
13603
13604         Perform one more "_.h" -> ".in.h" substitution.
13605         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
13606         instead of unistd_.h here, too.
13607
13608 2007-10-01  Bruno Haible  <bruno@clisp.org>
13609
13610         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
13611         Needed for the alloca-opt module.
13612
13613 2007-09-30  Bruno Haible  <bruno@clisp.org>
13614
13615         * lib/alloca.in.h: Renamed from lib/alloca_.h.
13616         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
13617         alloca_.h.
13618         * lib/argz.in.h: Renamed from lib/argz_.h.
13619         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
13620         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
13621         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
13622         byteswap_.h.
13623         * lib/dirent.in.h: Renamed from lib/dirent_.h.
13624         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
13625         dirent_.h.
13626         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
13627         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
13628         fcntl_.h.
13629         * lib/float.in.h: Renamed from lib/float_.h.
13630         * modules/float (Files, Makefile.am): Use float.in.h instead of
13631         float_.h.
13632         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
13633         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
13634         fnmatch_.h.
13635         * lib/getopt.in.h: Renamed from lib/getopt_.h.
13636         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
13637         getopt_.h.
13638         * lib/glob.in.h: Renamed from lib/glob_.h.
13639         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
13640         * lib/iconv.in.h: Renamed from lib/iconv_.h.
13641         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
13642         iconv_.h.
13643         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
13644         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
13645         inttypes_.h.
13646         * lib/locale.in.h: Renamed from lib/locale_.h.
13647         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
13648         locale_.h.
13649         * lib/math.in.h: Renamed from lib/math_.h.
13650         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
13651         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
13652         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
13653         of netinet_in_.h. Add dependency.
13654         * lib/poll.in.h: Renamed from lib/poll_.h.
13655         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
13656         * lib/search.in.h: Renamed from lib/search_.h.
13657         * modules/search (Files, Makefile.am): Use search.in.h instead of
13658         search_.h.
13659         * lib/signal.in.h: Renamed from lib/signal_.h.
13660         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
13661         _signal.h.
13662         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
13663         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
13664         stdbool_.h.
13665         * lib/stdint.in.h: Renamed from lib/stdint_.h.
13666         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
13667         stdint_.h.
13668         * lib/stdio.in.h: Renamed from lib/stdio_.h.
13669         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
13670         stdio_.h.
13671         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
13672         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
13673         stdlib_.h.
13674         * lib/string.in.h: Renamed from lib/string_.h.
13675         * modules/string (Files, Makefile.am): Use string.in.h instead of
13676         string_.h.
13677         * doc/gnulib-tool.texi (Initial import): Update.
13678         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
13679         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
13680         of sys_select_.h. Add dependency.
13681         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
13682         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
13683         of sys_socket_.h.
13684         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
13685         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
13686         sys_stat_.h.
13687         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
13688         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
13689         sys_time_.h.
13690         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
13691         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
13692         sysexits_.h.
13693         * lib/time.in.h: Renamed from lib/time_.h.
13694         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
13695         * lib/unistd.in.h: Renamed from lib/unistd_.h.
13696         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
13697         unistd_.h.
13698         * lib/wchar.in.h: Renamed from lib/wchar_.h.
13699         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
13700         wchar_.h.
13701         * lib/wctype.in.h: Renamed from lib/wctype_.h.
13702         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
13703         wctype_.h.
13704         * build-aux/bootstrap (slurp): Update.
13705         * lib/.cppi-disable: Update.
13706
13707 2007-09-30  Bruno Haible  <bruno@clisp.org>
13708
13709         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
13710         Needed on BeOS.
13711
13712 2007-09-30  Bruno Haible  <bruno@clisp.org>
13713
13714         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
13715
13716 2007-09-29  Bruno Haible  <bruno@clisp.org>
13717
13718         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
13719
13720 2007-09-29  Bruno Haible  <bruno@clisp.org>
13721
13722         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
13723         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
13724         * build-aux/install-reloc: Compile also areadlink.c.
13725         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
13726
13727 2007-09-29  Bruno Haible  <bruno@clisp.org>
13728
13729         * gnulib-tool (func_emit_initmacro_done): Indentation.
13730
13731 2007-09-29  Bruno Haible  <bruno@clisp.org>
13732
13733         * README: Add CVS checkout update instructions.
13734         Info from Bob Proulx <bob@proulx.com>.
13735
13736 2007-09-28  Eric Blake  <ebb9@byu.net>
13737
13738         Provide move-if-change.
13739         * build-aux/move-if-change: New file, based on best practice
13740         rather than any canonical upstream location.
13741
13742 2007-09-28  Jim Meyering  <jim@meyering.net>
13743
13744         Fix canonicalize loop-detection corner case.
13745         Do not attempt to stat the symlink values stored via seen_triple.
13746         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
13747         on linux-2.6.18, (but not 2.6.22).
13748         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
13749         triple_compare.  The former compares dev,ino,filename, while the latter
13750         would actually stat dirname(filename) when dev and ino were equal.
13751         * lib/hash-triple.c: Install <string.h>.
13752         (STREQ): Define.
13753         (triple_compare_ino_str): New function.
13754         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
13755
13756 2007-09-28  Eric Blake  <ebb9@byu.net>
13757
13758         Enforce that AC_REPLACE_FUNCS files exist.
13759         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
13760         override check for typos.
13761
13762         Fix test-closein on Solaris 10.
13763         * tests/test-closein.c (main): Don't assume stdin can be inherited
13764         closed on all systems.
13765         * tests/test-closein.sh: Likewise.
13766         Reported by Piotr Tarnowski.
13767
13768 2007-09-28  Jim Meyering  <jim@meyering.net>
13769
13770         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
13771
13772 2007-09-27  Jim Meyering  <jim@meyering.net>
13773
13774         canonicalize: Avoid a false-positive cycle failure.
13775         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
13776         Sort.  Remove cycle-check.
13777         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
13778         not cycle-check.h.
13779         (seen_triple): New function.
13780         (canonicalize_filename_mode): Use it instead of cycle-check.
13781         * tests/test-canonicalize.c: Add a test for this bug.
13782         * tests/test-canonicalize.sh: Set up and run the test.
13783
13784         New module, file-set, from coreutils.
13785         * modules/file-set: Define it.
13786         * lib/file-set.c, lib/file-set.h: Implement.
13787
13788         New module, hash-triple, from coreutils.
13789         * modules/hash-triple: Define it.
13790         * lib/hash-triple.c, lib/hash-triple.h: Implement.
13791
13792 2007-09-25  Eric Blake  <ebb9@byu.net>
13793
13794         Fix strerror on Interix.
13795         * lib/string_.h (strerror): Declare replacement.
13796         * doc/functions/strerror.texi (strerror): Document the Interix
13797         shortcoming.
13798         * modules/string (Makefile.am): Support new hooks.
13799         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
13800         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
13801         gl_FUNC_STRERROR_SEPARATE.
13802         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
13803         * lib/strerror.c (rpl_strerror): Provide replacement.
13804         * modules/strerror (Depends-on): Add string.
13805         (configure.ac): Detect use of module.
13806         * tests/test-strerror.c: New file.
13807         * modules/strerror-tests: New test module.
13808         * modules/argp (Depends-on): Add strerror.
13809         * modules/error (Depends-on): Likewise.
13810         Reported by Martin Koeppe.
13811
13812 2007-09-24  Bruno Haible  <bruno@clisp.org>
13813
13814         * README: Update git instructions.
13815
13816 2007-09-24  Eric Blake  <ebb9@byu.net>
13817
13818         Revert fpending breakage from 2007-09-08.
13819         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
13820         __fpending.c.
13821
13822 2007-09-24  Jim Meyering  <jim@meyering.net>
13823
13824         filenamecat.c: Add a test.
13825         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
13826         showing how the function works when DIR is the empty string.
13827
13828 2007-09-21  Simon Josefsson  <simon@josefsson.org>
13829
13830         * tests/test-canonicalize.sh: Turn on executable bit.
13831
13832 2007-09-19  Eric Blake  <ebb9@byu.net>
13833
13834         * README: Update CVS instructions.
13835
13836 2007-09-18  Bruno Haible  <bruno@clisp.org>
13837
13838         * modules/areadlink: New file.
13839         * lib/areadlink.h (areadlink): New declaration.
13840         * lib/areadlink.c: New file, based on lib/xreadlink.c.
13841
13842 2007-09-17  Jim Meyering  <jim@meyering.net>
13843
13844         * lib/savewd.c (ESTALE) [!defined]: Define.
13845         Reported to be required on Interix by Martin Koeppe.
13846
13847 2007-09-17  Bruno Haible  <bruno@clisp.org>
13848
13849         * gnulib-tool (func_version): Use $version.
13850
13851 2007-09-16  Bruno Haible  <bruno@clisp.org>
13852
13853         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
13854         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
13855         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
13856         Reported by Greg Schafer <gschafer@zip.com.au>.
13857
13858 2007-09-15  Bruno Haible  <bruno@clisp.org>
13859
13860         * gnulib-tool (sed): Try a little harder to make bash understand the
13861         alias.
13862         Reported by Bruce Korb <bruce.korb@gmail.com>.
13863
13864 2007-09-13  Eric Blake  <ebb9@byu.net>
13865
13866         * ChangeLog: Remove conflict markers.
13867
13868 2007-09-13  Simon Josefsson  <simon@josefsson.org>
13869
13870         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
13871         Reported by Bruno Haible <bruno@clisp.org>.
13872
13873 2007-09-12  Bruno Haible  <bruno@clisp.org>
13874
13875         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
13876         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
13877         is not defined.
13878
13879 2007-09-12  Eric Blake  <ebb9@byu.net>
13880
13881         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
13882         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
13883         Autoconf definition.
13884         * modules/euidaccess (Depends-on): Add extensions, for
13885         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
13886         * modules/fnmatch (Depends-on): Likewise.
13887         * modules/getaddrinfo (Depends-on): Likewise.
13888         * modules/getdelim (Depends-on): Likewise.
13889         * modules/getline (Depends-on): Likewise.
13890         * modules/getsubopt (Depends-on): Likewise.
13891         * modules/gettext (Depends-on): Likewise.
13892         * modules/group-member (Depends-on): Likewise.
13893         * modules/mbchar (Depends-on): Likewise.
13894         * modules/memmem (Depends-on): Likewise.
13895         * modules/mempcpy (Depends-on): Likewise.
13896         * modules/memrchr (Depends-on): Likewise.
13897         * modules/pagealign_alloc (Depends-on): Likewise.
13898         * modules/readutmp (Depends-on): Likewise.
13899         * modules/stpcpy (Depends-on): Likewise.
13900         * modules/stpncpy (Depends-on): Likewise.
13901         * modules/strchrnul (Depends-on): Likewise.
13902         * modules/strndup (Depends-on): Likewise.
13903         * modules/strsep (Depends-on): Likewise.
13904         * modules/strverscmp (Depends-on): Likewise.
13905         * modules/vasprintf (Depends-on): Likewise.
13906         * modules/wcwidth (Depends-on): Likewise.
13907         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
13908         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
13909         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
13910         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
13911         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
13912         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
13913         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
13914         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
13915         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
13916         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
13917         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
13918         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
13919         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
13920         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
13921         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
13922         * m4/readutmp.m4 (gl_READUTMP): Likewise.
13923         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
13924         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
13925         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
13926         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
13927         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
13928         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
13929         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
13930         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
13931         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
13932         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
13933         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
13934         so that lock.m4 can be used in gettext without extensions module.
13935
13936 2007-09-11  Bruno Haible  <bruno@clisp.org>
13937
13938         * m4/isc-posix.m4: Remove file.
13939         Suggested by Eric Blake.
13940
13941 2007-09-11  Eric Blake  <ebb9@byu.net>
13942
13943         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
13944
13945 2007-09-10  Bruno Haible  <bruno@clisp.org>
13946
13947         * posix-modules: Fix typo in error message.
13948         Reported by Matt <mkraai@beckman.com>.
13949
13950 2007-09-09  Bruno Haible  <bruno@clisp.org>
13951
13952         * doc/functions/getdelim.texi: Update list of platforms lacking the
13953         function.
13954         * doc/functions/getline.texi: Likewise.
13955
13956 2007-09-09  Jim Meyering  <jim@meyering.net>
13957
13958         * lib/hash.c (hash_initialize): Detect calloc failure.
13959         Reported by Bruno Haible.
13960
13961 2007-09-09  Bruno Haible  <bruno@clisp.org>
13962
13963         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
13964         malloc or realloc fails.
13965
13966 2007-09-09  Bruno Haible  <bruno@clisp.org>
13967
13968         * modules/getcwd (Depends-on): Add malloc-posix.
13969         * modules/glob (Depends-on): Likewise.
13970         * modules/putenv (Depends-on): Likewise.
13971         * modules/strdup (Depends-on): Likewise.
13972         * modules/getdelim (Depends-on): Add realloc-posix.
13973         * modules/read-file (Depends-on): Likewise.
13974
13975 2007-09-09  Bruno Haible  <bruno@clisp.org>
13976
13977         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
13978         (gl_FUNC_MALLOC_POSIX): Require it.
13979         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
13980         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
13981         * modules/realloc (Files): Add m4/malloc.m4.
13982         * modules/calloc (Files): Likewise.
13983
13984 2007-09-09  Bruno Haible  <bruno@clisp.org>
13985
13986         * modules/malloc-posix: New file.
13987         * modules/malloc (Depends-on): Add malloc-posix.
13988         * lib/malloc.c: Include errno.h.
13989         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
13990         and a POSIX-compatible malloc into a single function. Set ENOMEM
13991         when returning NULL.
13992         * m4/malloc.m4: New file.
13993         * doc/functions/malloc.texi: Mention the malloc-posix module.
13994         * lib/stdlib_.h (malloc): New declaration.
13995         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
13996         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
13997         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
13998         and HAVE_MALLOC_POSIX.
13999
14000 2007-09-09  Bruno Haible  <bruno@clisp.org>
14001
14002         * modules/realloc-posix: New file.
14003         * modules/realloc (Depends-on): Add realloc-posix.
14004         * lib/realloc.c: Include errno.h.
14005         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
14006         and a POSIX-compatible realloc into a single function. Set ENOMEM
14007         when returning NULL.
14008         * m4/realloc.m4: New file.
14009         * doc/functions/realloc.texi: Mention the realloc-posix module.
14010         * lib/stdlib_.h (realloc): New declaration.
14011         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
14012         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
14013         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
14014         and HAVE_REALLOC_POSIX.
14015
14016 2007-09-09  Bruno Haible  <bruno@clisp.org>
14017
14018         * modules/calloc-posix: New file.
14019         * modules/calloc (Depends-on): Add calloc-posix.
14020         * lib/calloc.c: Include errno.h.
14021         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
14022         and a POSIX-compatible calloc into a single function. Set ENOMEM
14023         when returning NULL.
14024         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
14025         * doc/functions/calloc.texi: Mention the calloc-posix module.
14026         * lib/stdlib_.h (calloc): New declaration.
14027         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
14028         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
14029         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
14030         and HAVE_CALLOC_POSIX.
14031
14032 2007-09-09  Bruno Haible  <bruno@clisp.org>
14033
14034         Allow for modules to show an arbitrary notice.
14035         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
14036         * gnulib-tool: New option --extract-notice.
14037         (func_usage): Document it.
14038         (sed_extract_prog): Update.
14039         (func_get_notice): New function.
14040         (func_modules_notice): New function.
14041         (func_import, func_create_testdir): Invoke it.
14042         Suggested by Jim Meyering.
14043
14044 2007-09-09  Bruno Haible  <bruno@clisp.org>
14045
14046         * gnulib-tool: New options --verbose, --quiet.
14047         (func_usage): Document them.
14048         (verbose): New variable.
14049         (func_execute_command): New function.
14050         (func_import): Don't show the module list and the file list if
14051         $verbose < 0.
14052         (func_create_testdir): Likewise. Use func_execute_command.
14053         (func_create_megatestdir): Use func_execute_command.
14054
14055 2007-09-08  Bruno Haible  <bruno@clisp.org>
14056
14057         * gnulib-tool (func_import): Prefer rsync over wget when available,
14058         for fetching the PO files.
14059
14060 2007-09-08  Bruno Haible  <bruno@clisp.org>
14061
14062         * posix-modules: New file. Portions copied from gnulib-tool.
14063         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
14064
14065 2007-09-08  Jim Meyering  <jim@meyering.net>
14066
14067         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
14068         * lib/fpending.h: Rename from __fpending.h.
14069         * lib/fpending.c: Rename from __fpending.c.
14070         Include "fpending.h", not "__fpending.h".
14071         * lib/__fpending.h, lib/__fpending.c: Remove files.
14072         * modules/fpending (Files): Reflect new file names.
14073         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
14074
14075 2007-09-08  Bruno Haible  <bruno@clisp.org>
14076
14077         * m4/inttypes-h.m4: Remove stub file.
14078
14079 2007-09-07  Simon Josefsson  <simon@josefsson.org>
14080
14081         * doc/headers/stdint.texi: Discuss #include_next issue.
14082
14083 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
14084
14085         * build-aux/bootstrap: Remove obsolete comment about wget --help.
14086
14087 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14088
14089         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
14090         in variable name.
14091
14092 2007-09-03  Jim Meyering  <jim@meyering.net>
14093
14094         New module: git-version-gen.
14095         * modules/git-version-gen: New file.
14096
14097         Import changes from coreutils for bootstrap script.
14098
14099         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
14100
14101         bootstrap: uses rsync to download the .po files
14102         * build-aux/bootstrap (po_download_command_format): New global.
14103         (download_po_files): Use rsync.
14104         (update_po_files): Don't remove .po files after download,
14105         so future rsync runs can take advantage of the copies.
14106
14107         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
14108
14109         Solve the unnecessary-.po-file-regeneration problem once and for all.
14110         * build-aux/bootstrap (download_po_files): New function, renamed from
14111         get_translations.  Now, downloads, but doesn't update LINGUAS.
14112         (update_po_files): New function.
14113
14114         bootstrap: Ignore more.
14115         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
14116         uniwidth to e.g., lib/.gitignore.
14117         (slurp): Handle the sys_stat_.h -> sys mapping, too.
14118
14119         * build-aux/bootstrap: New setting: vc_ignore.
14120         (insert_sorted_if_absent): Create $file if absent.
14121         Adapt to new, possibly empty, list: $vc_ignore.
14122
14123         bootstrap: generate more ignorable names
14124         * build-aux/bootstrap (slurp): When generating ignorable names,
14125         also map .sin to .sed, .gperf to .c, and .y to .c.
14126
14127 2007-09-03  Jim Meyering  <jim@meyering.net>
14128
14129         * build-aux/git-version-gen: New file, from coreutils.  For details, see
14130         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
14131
14132 2007-09-02  Bruno Haible  <bruno@clisp.org>
14133
14134         Fix mis-recognition of 'mcs' on QNX 6.
14135         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
14136         output contains the string "Mono".
14137         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
14138         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
14139
14140 2007-09-01  Bruno Haible  <bruno@clisp.org>
14141
14142         Fix collision between uniwidth/* and linebreak modules.
14143         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
14144         u32_width): Remove declarations.
14145         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
14146         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
14147         streq3, streq2, streq1, streq0): Remove functions.
14148         (STREQ): Remove macro.
14149         (is_cjk_encoding): Remove function.
14150         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
14151         (uc_width, u8_width, u16_width, u32_width): Remove functions.
14152         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
14153         * NEWS: Document the change.
14154
14155 2007-09-01  Bruno Haible  <bruno@clisp.org>
14156
14157         * lib/streq.h: Add double-inclusion guard.
14158
14159 2007-09-01  Karl Berry  <karl@gnu.org>
14160
14161         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
14162
14163 2007-08-28  Jim Meyering  <jim@meyering.net>
14164
14165         Rename mreadlink_with_size to areadlink_with_size.
14166         * NEWS: Document the change.
14167         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
14168         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
14169         * lib/mreadlink.h: Rename this to...
14170         * lib/areadlink.h: ...this.
14171         * modules/mreadlink-with-size: Rename this to...
14172         * modules/areadlink-with-size: ...this.
14173         * lib/canonicalize.c: Reflect the renaming.
14174         * modules/canonicalize: Likewise.
14175
14176 2007-08-26  Bruno Haible  <bruno@clisp.org>
14177
14178         * gnulib-tool (func_import): When deciding which files to remove,
14179         consider also dangling symbolic links.
14180         Reported by Eric Blake.
14181
14182 2007-08-26  Bruno Haible  <bruno@clisp.org>
14183
14184         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
14185
14186 2007-08-23  Simon Josefsson  <simon@josefsson.org>
14187
14188         * lib/readline.c: Don't include getline.h, the prototype is now
14189         found in stdio.h.
14190
14191 2007-08-23  Jim Meyering  <jim@meyering.net>
14192
14193         Getdelim touchup.
14194         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
14195         around the funlockfile call, since funlockfile never sets errno.
14196         Don't set errno upon failed realloc.
14197
14198 2007-08-22  Eric Blake  <ebb9@byu.net>
14199
14200         Getline touchups.
14201         * lib/getdelim.c (getdelim): Revert regression that required *n to
14202         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
14203         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
14204         getdelim, rather than whether implementation is missing.
14205         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
14206         * lib/stdio_.h (getline): Also declare if replacement is
14207         required.
14208         * doc/functions/getdelim.texi: New file.
14209         * doc/functions/getline.texi: Likewise.
14210         * doc/gnulib.texi (Function Substitutes): Add new files.
14211         Reported by Bruno Haible.
14212
14213 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
14214
14215         * users.txt: Add Guile.
14216
14217 2007-08-22  Eric Blake  <ebb9@byu.net>
14218
14219         * tests/test-getdelim.c (main): Use remove, not unlink.
14220         * tests/test-getline.c (main): Likewise.
14221
14222         Move getline and getdelim into stdio.h, per POSIX 200x.
14223         * modules/getline (Files): Remove getline.h.
14224         (Depends-on): Add stdio.
14225         (configure.ac): Add module indicator.
14226         * modules/getdelim (Files): Remove getdelim.h.
14227         (Depends-on): Add stdio.
14228         (configure.ac): Add module indicator.
14229         * modules/stdio (Makefile.am): Work with new indicators.
14230         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
14231         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
14232         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
14233         * lib/getdelim.h: Delete.
14234         * lib/getline.h: Delete.
14235         * lib/stdio_.h (getdelim, getline): Declare.
14236         * modules/getdelim-tests: New module.
14237         * modules/getline-tests: Likewise.
14238         * tests/test-getdelim.c: New file.
14239         * tests/test-getline.c: Likewise.
14240         * NEWS: Document the change.
14241         * lib/getline.c: Update choice of header.
14242         * lib/csharpcomp.c: Likewise.
14243         * lib/getpass.c: Likewise.
14244         * lib/javacomp.c: Likewise.
14245         * lib/javaversion.c: Likewise.
14246         * lib/yesno.c: Likewise.
14247         * lib/getdelim.c: Likewise.
14248         (getdelim): Set errno on failure, and avoid memory leak.
14249
14250 2007-08-19  Bruno Haible  <bruno@clisp.org>
14251
14252         * modules/closein (Depends-on): Add freadahead.
14253         * lib/closein.c: Include freadahead.h.
14254         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
14255         is zero.
14256
14257 2007-08-19  Bruno Haible  <bruno@clisp.org>
14258
14259         * modules/freadahead-tests: New file.
14260         * tests/test-freadahead.sh: New file.
14261         * tests/test-freadahead.c: New file.
14262
14263         * modules/freadahead: New file.
14264         * lib/freadahead.h: New file.
14265         * lib/freadahead.c: New file.
14266         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
14267         fbufmode, fpurge, freadable, fwritable.
14268
14269 2007-08-19  Eric Blake  <ebb9@byu.net>
14270
14271         Test yesno in combination with closein.
14272         * lib/yesno.c (yesno): Document use of stdin.
14273         * modules/yesno-tests (Files): New module.
14274         * tests/test-yesno.c (main): New file.
14275         * tests/test-yesno.sh: Likewise.
14276
14277 2007-08-19  Bruno Haible  <bruno@clisp.org>
14278
14279         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
14280         * lib/fseeko.c (rpl_fseeko): Likewise.
14281         * lib/fseterr.c (fseterr): Likewise.
14282
14283 2007-08-19  Bruno Haible  <bruno@clisp.org>
14284
14285         * tests/test-lseek.c (main): Disable a test for BeOS.
14286         * doc/functions/lseek.texi: Document the BeOS bug.
14287
14288 2007-08-19  Bruno Haible  <bruno@clisp.org>
14289             Eric Blake  <ebb9@byu.net>
14290
14291         * lib/lseek.c: Include <sys/stat.h>.
14292         (rpl_lseek): Add workaround code also for Unix platforms.
14293         Needed for BeOS.
14294         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
14295         * doc/functions/lseek.texi: Document BeOS definiency.
14296
14297 2007-08-18  Bruno Haible  <bruno@clisp.org>
14298
14299         * modules/fstrcmp-tests: New file.
14300         * tests/test-fstrcmp.c: New file.
14301
14302 2007-08-18  Bruno Haible  <bruno@clisp.org>
14303
14304         * modules/fstrcmp: New file, from GNU gettext with modifications.
14305         * lib/fstrcmp.h: New file, from GNU gettext.
14306         * lib/fstrcmp.c: New file, from GNU gettext.
14307         * MODULES.html.sh (String handling): Add fstrcmp.
14308
14309 2007-08-18  Bruno Haible  <bruno@clisp.org>
14310
14311         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
14312         'bool'.
14313         (diag, compareseq): Remove const from the ctxt argument.
14314         (USE_HEURISTIC): Undefine at the end.
14315
14316 2007-08-18  Jim Meyering  <jim@meyering.net>
14317
14318         New file: lib/idcache.h
14319         * NEWS: Mention the addition.
14320         * modules/idcache (Files): Add lib/idcache.h
14321         * lib/idcache.c: Include "idcache.h".
14322         Don't include <sys/types.h>.
14323         Add a FIXME comment.
14324         Move file-scoped "static" declarations to the top.
14325         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
14326
14327 2007-08-17  Bruno Haible  <bruno@clisp.org>
14328         and Paul Eggert  <eggert@cs.ucla.edu>
14329
14330         * MODULES.html.sh: Add diffseq.
14331         * modules/diffseq: New file.
14332         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
14333         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
14334
14335 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
14336
14337         Import changes from coreutils for bootstrap script.
14338
14339         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
14340
14341         * build-aux/bootstrap (slurp): Work even in environments where
14342         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
14343         current code does not slurp files whose names start with ".", and
14344         this looks like it might be a troublesome area.
14345
14346         2007-07-11  Jim Meyering  <jim@meyering.net>
14347
14348         If there's a GPL vN copyright comment, require that N == 3.
14349
14350         2007-07-08  Jim Meyering  <jim@meyering.net>
14351
14352         Run the coreutils-specific code only if tests/Makefile.am.in exists.
14353         * build-aux/bootstrap (mam_template): Move definition out of loop.
14354
14355         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
14356
14357         * build-aux/bootstrap (symlink_to_dir): Rename function from
14358         symlink_to_gnulib.  Add a directory parameter.  Update all
14359         callers.
14360         (cp_mark_as_generated): Also check for -- and link to -- files in
14361         gl/.
14362
14363         2007-07-08  Jim Meyering  <jim@meyering.net>
14364
14365         Adapt to deeper hierarchy in gnulib.
14366         * build-aux/bootstrap (symlink_to_dir): If the destination
14367         directory doesn't exist, create it. This is required at least for
14368         "lib/uniwidth/cjk.h".
14369
14370         2007-05-15  Jim Meyering  <jim@meyering.net>
14371
14372         * build-aux/bootstrap: Now that generated Makefile.am files
14373         are no longer under version control, they must be created at
14374         bootstrap time.
14375
14376 2007-08-14  Ben Pfaff  <blp@gnu.org>
14377
14378         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
14379
14380 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
14381
14382         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
14383         given the changes below.
14384         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
14385         even on hosts that have padding bits beyond the supported 64.
14386
14387 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
14388
14389         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
14390         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
14391         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
14392         depends on it.
14393         (xstrtol_error): Remove.
14394         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
14395         but with a different signature.
14396         (ATTRIBUTE_NORETURN, __attribute__): New macros.
14397         * lib/xstrtol-error.c: Include exitfail.h.
14398         (xstrtol_fatal): New function, with a different signature from the
14399         old xstrtol_error, so that the caller need not worry about passing
14400         in an exit status, or about storage management of the option argument.
14401         (xstrtol_error): Now a static function.  Redo signature to
14402         implement xstrtol_fatal.  Output the correct number of hyphens in
14403         front of the option so that the caller need not worry about
14404         storage management.
14405         (N_): New macro.
14406         (_): Remove; not used now.
14407         * modules/xstrtol: Depend on getopt.
14408         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
14409         of old STRTOL_FATAL_ERROR macro.
14410         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
14411         of test program.
14412         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
14413         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
14414
14415 2007-08-08  Eric Blake  <ebb9@byu.net>
14416
14417         * lib/xstrtol-error.c: Add missing include.
14418
14419         Move xstrtol messages into gnulib domain, when --pobase is used.
14420         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
14421         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
14422         * modules/xstrtol (Files): Distribute new file.
14423         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
14424         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
14425         * tests/test-xstrtol.c: ...into new file.
14426         * tests/test-xstrtoul.c: Also test xstrtoul.
14427         * tests/test-xstrtoimax.c: Also test xstrtoimax.
14428         * tests/test-xstrtoumax.c: Also test xstrtoumax.
14429         * tests/test-xstrtol.sh: Drive the tests.
14430         * tests/test-xstrtoimax.sh: Likewise.
14431         * tests/test-xstrtoumax.sh: Likewise.
14432         * modules/xstrtol-tests: New module.
14433         * modules/xstrtoimax-tests: Likewise.
14434         * modules/xstrtoumax-tests: Likewise.
14435
14436 2007-08-08  Jim Meyering  <jim@meyering.net>
14437
14438         New function: mfile_name_concat.
14439         * lib/filenamecat.c (mfile_name_concat): New function, just like
14440         file_name_concat, but return NULL upon failure rather than exiting
14441         with a diagnostic.
14442         * lib/filenamecat.h: Declare it.
14443
14444 2007-08-07  Bruno Haible  <bruno@clisp.org>
14445
14446         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
14447         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
14448         warning from gcc.
14449         Reported by Eric Blake.
14450
14451 2007-08-07  Simon Josefsson  <simon@josefsson.org>
14452
14453         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
14454         * modules/crypto/arcfour (License): Likewise.
14455         * modules/crypto/des-tests (License): Likewise.
14456         * modules/crypto/gc-arctwo-tests (License): Likewise.
14457         * modules/crypto/gc-des-tests (License): Likewise.
14458         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
14459         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
14460         * modules/crypto/gc-md2-tests (License): Likewise.
14461         * modules/crypto/gc-md4-tests (License): Likewise.
14462         * modules/crypto/gc-md5-tests (License): Likewise.
14463         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
14464         * modules/crypto/gc-rijndael-tests (License): Likewise.
14465         * modules/crypto/gc-sha1-tests (License): Likewise.
14466         * modules/crypto/gc-tests (License): Likewise.
14467         * modules/crypto/hmac-md5 (License): Likewise.
14468         * modules/crypto/hmac-sha1 (License): Likewise.
14469         * modules/crypto/md2-tests (License): Likewise.
14470         * modules/crypto/md4-tests (License): Likewise.
14471         * modules/crypto/md5 (License): Likewise.
14472         * modules/crypto/rijndael (License): Likewise.
14473         * modules/crypto/sha1 (License): Likewise.
14474         * modules/memxor (License): Likewise.
14475
14476 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
14477         and Bruno Haible  <bruno@clisp.org>
14478
14479         * NEWS: Describe interface changes to human, xstrtol.
14480         * lib/human.h: Include <xstrtol.h>.
14481         (human_options): Return enum strtol_error, not int.  Remove
14482         bool arg; take int * instead.
14483         * lib/human.c: Don't include "gettext.h".
14484         (_): Remove; no longer used.
14485         Don't include <xstrtol.h>, since human.h does it.
14486         (human_options): Adjust to abovementioned interface changes.
14487         Do not report error to stderr; that's now the caller's
14488         responsibility.
14489         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
14490         interface change.
14491         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
14492         Str, Argument_type_string.  All uses changed.  Put " argument"
14493         in diagnostics to make them clearer.  Change wording of suffix
14494         message for clarity.
14495         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
14496         Argument_type_string.
14497         (STRTOL_FATAL_WARN): Remove; no longer used.
14498         * modules/human (Depends-on): Remove gettext-h.
14499
14500 2007-08-06  Simon Josefsson  <simon@josefsson.org>
14501
14502         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
14503
14504 2007-07-31  Bruno Haible  <bruno@clisp.org>
14505
14506         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
14507         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
14508         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
14509
14510 2007-07-31  Bruno Haible  <bruno@clisp.org>
14511
14512         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
14513         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
14514
14515 2007-07-30  Bruno Haible  <bruno@clisp.org>
14516
14517         * modules/base64 (License): Use the synonymous term "LGPLv2+".
14518         * modules/c-ctype (License): Likewise.
14519         * modules/c-strcase (License): Likewise.
14520         * modules/check-version (License): Likewise.
14521         * modules/iconv (License): Likewise.
14522         * modules/iconv_open (License): Likewise.
14523         * modules/read-file (License): Likewise.
14524         * modules/striconv (License): Likewise.
14525         * modules/strverscmp (License): Likewise.
14526         * modules/vasprintf (License): Likewise.
14527         * modules/crypto/des (License): Likewise.
14528         * modules/crypto/gc (License): Likewise.
14529         * modules/crypto/gc-arcfour (License): Likewise.
14530         * modules/crypto/gc-arctwo (License): Likewise.
14531         * modules/crypto/gc-des (License): Likewise.
14532         * modules/crypto/gc-hmac-md5 (License): Likewise.
14533         * modules/crypto/gc-hmac-sha1 (License): Likewise.
14534         * modules/crypto/gc-md2 (License): Likewise.
14535         * modules/crypto/gc-md4 (License): Likewise.
14536         * modules/crypto/gc-md5 (License): Likewise.
14537         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
14538         * modules/crypto/gc-random (License): Likewise.
14539         * modules/crypto/gc-rijndael (License): Likewise.
14540         * modules/crypto/gc-sha1 (License): Likewise.
14541         * modules/crypto/md2 (License): Likewise.
14542         * modules/crypto/md4 (License): Likewise.
14543
14544 2007-07-30  Jim Meyering  <jim@meyering.net>
14545
14546         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
14547         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
14548         it has valid stat data.  This bug would cause du not to count the
14549         sizes of inaccessible directories.
14550         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
14551         in <http://bugzilla.redhat.com/250077>.
14552
14553 2007-07-25  Peter O'Gorman  <peter@pogma.com>
14554             Bruno Haible  <bruno@clisp.org>
14555
14556         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
14557         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
14558         #include_next, gives a diagnostic about it, but reports no error in
14559         the exit code.
14560         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
14561
14562 2007-07-24  Ben Pfaff  <blp@gnu.org>
14563
14564         Improve name: "count-one-bits" is better than "popcount".
14565         * MODULES.html.sh: Update name.
14566         * lib/popcount.h: Renamed lib/count-one-bits.h.
14567         (popcount): Renamed count_one_bits.
14568         (popcountl): Renamed count_one_bits_l.
14569         (popcountll): Renamed count_one_bits_ll.
14570         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
14571         * modules/popcount: Renamed module/count-one-bits.
14572         * modules/popcount-tests: Renamed module/count-one-bits-tests.
14573         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
14574
14575 2007-07-23  Ben Pfaff  <blp@gnu.org>
14576
14577         * lib/popcount.h (popcount32): Reduce size of constants, to allow
14578         better code generation, and add U to large constants to avoid
14579         warnings, in non-GCC case.
14580         Suggested by Bruno Haible.
14581
14582 2007-07-23  Ben Pfaff  <blp@gnu.org>
14583
14584         * lib/popcount.h: Use verify_true instead of if...abort.
14585         * modules/popcount: Depend on verify module.
14586         Suggested by Jim Meyering.
14587
14588 2007-07-23  Bruno Haible  <bruno@clisp.org>
14589
14590         * gnulib-tool (func_import): Create a .cvsignore file also when the
14591         directory is not yet in CVS but the toplevel directory is. When
14592         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
14593         Reported by Karl Berry.
14594
14595 2007-07-22  Ben Pfaff  <blp@gnu.org>
14596
14597         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
14598         case.
14599         Suggested by Eric Blake.
14600
14601 2007-07-22  Ben Pfaff  <blp@gnu.org>
14602
14603         New module: popcount.
14604         * MODULES.html.sh: Add popcount.
14605         * modules/popcount: New file.
14606         * modules/popcount-tests: New file.
14607         * tests/test-popcount.c: New file.
14608         * lib/popcount.h: New file.
14609         * m4/popcount.m4: New file.
14610
14611 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
14612
14613         * build-aux/announce-gen: Update to GPLv3.
14614
14615         * build-aux/config.guess: Update from config.
14616
14617 2007-07-21  Bruno Haible  <bruno@clisp.org>
14618
14619         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
14620         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
14621
14622 2007-07-20  Jim Meyering  <jim@meyering.net>
14623
14624         * check-module: Diagnose a self-dependency.
14625
14626 2007-07-19  Bruno Haible  <bruno@clisp.org>
14627
14628         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
14629         empty.
14630         Reported by Eric Blake.
14631
14632 2007-07-18  Bruno Haible  <bruno@clisp.org>
14633
14634         * gnulib-tool: New options --po-base, --po-domain.
14635         (func_usage): Document them.
14636         (pobase, po_domain): New variables.
14637         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
14638         DEFAULT_TEXT_DOMAIN.
14639         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
14640         (func_import): Consider pobase and po_domain. Create a po/ directory.
14641         (func_create_testdir): Set pobase and po_domain to empty.
14642         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
14643         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
14644
14645 2007-07-18  Bruno Haible  <bruno@clisp.org>
14646
14647         * gnulib-tool (func_get_automake_snippet): Synthesize also an
14648         EXTRA_DIST augmentation for files in build-aux/.
14649
14650 2007-07-16  Bruno Haible  <bruno@clisp.org>
14651
14652         * modules/lseek (License): Use the synonymous term "LGPLv2+".
14653         * modules/getdelim (License): Likewise.
14654
14655 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14656
14657         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
14658         * modules/d-type (License): Likewise.
14659         * modules/extensions (License): Likewise.
14660         * modules/fnmatch (License): Likewise.
14661         * modules/fseeko (License): Likewise.
14662         * modules/getaddrinfo (License): Likewise.
14663         * modules/getline (License): Likewise.
14664         * modules/getlogin_r (License): Likewise.
14665         * modules/getpass (License): Likewise.
14666         * modules/gettimeofday (License): Likewise.
14667         * modules/glob (License): Likewise.
14668         * modules/inet_ntop (License): Likewise.
14669         * modules/malloc (License): Likewise.
14670         * modules/malloca (License): Likewise.
14671         * modules/memmem (License): Likewise.
14672         * modules/mempcpy (License): Likewise.
14673         * modules/memset (License): Likewise.
14674         * modules/minmax (License): Likewise.
14675         * modules/mktime (License): Likewise.
14676         * modules/netinet_in (License): Likewise.
14677         * modules/pathmax (License): Likewise.
14678         * modules/poll (License): Likewise.
14679         * modules/regex (License): Likewise.
14680         * modules/snprintf (License): Likewise.
14681         * modules/stdbool (License): Likewise.
14682         * modules/stdint (License): Likewise.
14683         * modules/stdio (License): Likewise.
14684         * modules/strcase (License): Likewise.
14685         * modules/strcasestr (License): Likewise.
14686         * modules/strdup (License): Likewise.
14687         * modules/string (License): Likewise.
14688         * modules/strndup (License): Likewise.
14689         * modules/strnlen (License): Likewise.
14690         * modules/strpbrk (License): Likewise.
14691         * modules/strptime (License): Likewise.
14692         * modules/strsep (License): Likewise.
14693         * modules/sys_select (License): Likewise.
14694         * modules/sys_socket (License): Likewise.
14695         * modules/sys_stat (License): Likewise.
14696         * modules/sys_time (License): Likewise.
14697         * modules/time (License): Likewise.
14698         * modules/time_r (License): Likewise.
14699         * modules/timegm (License): Likewise.
14700         * modules/unistd (License): Likewise.
14701         * modules/vsnprintf (License): Likewise.
14702         * modules/wctype (License): Likewise.
14703
14704 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14705
14706         * modules/argz (License): LGPLv2+.
14707
14708 2007-07-15  Karl Berry  <karl@gnu.org>
14709
14710         * doc/gnulib.texi: revise node structure per new fdl.texi.
14711
14712 2007-07-14  Bruno Haible  <bruno@clisp.org>
14713
14714         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
14715         the output file.
14716         * lib/uniname/uninames.h: Regenerated.
14717
14718 2007-07-14  Karl Berry  <karl@gnu.org>
14719
14720         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
14721         omitting sectioning and index commands.
14722
14723 2007-07-13  Bruno Haible  <bruno@clisp.org>
14724
14725         New gnulib-tool option --more-symlinks.
14726         * gnulib-tool (func_usage): Document --more-symlinks.
14727         (do_copyrights): New variable.
14728         Recognize option --more-symlinks.
14729         (func_import): Don't add a copyright notice transform to
14730         sed_transform_lib_file if do_copyrights is empty.
14731
14732 2007-07-13  Bruno Haible  <bruno@clisp.org>
14733
14734         * lib/vasnprintf.c (decimal_point_char): Define also if
14735         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
14736         && !NEED_PRINTF_DIRECTIVE_A.
14737         Reported by Clemens Koller <clemens.koller@anagramm.de> via
14738         Gary V. Vaughan <gary@gnu.org>.
14739
14740 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
14741
14742         * lib/inttypes_.h: Undo previous change, since it was fixed
14743         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
14744
14745 2007-07-13  Bruno Haible  <bruno@clisp.org>
14746
14747         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
14748         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
14749
14750 2007-07-13  Jim Meyering  <jim@meyering.net>
14751
14752         df: Don't fail for Tru64's "file-on-file mount".
14753         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
14754         so we fall through and use statfs instead.  Details here:
14755         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
14756         Reported by Albert Chin.
14757
14758 2007-07-13  Bruno Haible  <bruno@clisp.org>
14759
14760         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
14761         * modules/configmake (License): Likewise.
14762         * modules/gettext (License): Likewise.
14763         * modules/gettext-h (License): Likewise.
14764         * modules/include_next (License): Likewise.
14765         * modules/link-warning (License): Likewise.
14766         * modules/localcharset (License): Likewise.
14767         * modules/localename (License): Likewise.
14768         * modules/lock (License): Likewise.
14769         * modules/relocatable-lib-lgpl (License): Likewise.
14770         * modules/size_max (License): Likewise.
14771         * modules/vasnprintf (License): Likewise.
14772         * modules/wchar (License): Likewise.
14773         * modules/xsize (License): Likewise.
14774
14775 2007-07-13  Bruno Haible  <bruno@clisp.org>
14776
14777         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
14778         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
14779
14780 2007-07-12  Bruno Haible  <bruno@clisp.org>
14781
14782         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
14783         in the modules files.
14784
14785 2007-07-11  Karl Berry  <karl@gnu.org>
14786
14787         * MODULES.html.sh (func_module): use
14788          sed -e '\|^'"${includefile}"'$|d'
14789          instead of /.../d, to avoid errors on $includefile's containing /.
14790
14791 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
14792
14793         * gnulib-tool (func_import): Avoid duplication of --avoid
14794         statements
14795         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
14796         names to `_' in variable names.
14797
14798 2007-07-10  Eric Blake  <ebb9@byu.net>
14799
14800         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
14801         * NEWS: Document this change.
14802
14803 2007-07-08  Bruno Haible  <bruno@clisp.org>
14804
14805         Update to Unicode 5.0.
14806         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
14807         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
14808         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
14809         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
14810         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
14811         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
14812         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
14813         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
14814         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
14815         U+10A3F, U+1D242..U+1D244.
14816         (nonspacing_table_ind): Update.
14817         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
14818         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
14819
14820 2007-07-08  Bruno Haible  <bruno@clisp.org>
14821
14822         Update to Unicode 5.0.
14823         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
14824         code transform. Extend the name index field of unicode_name_to_code and
14825         unicode_code_to_name from 16 to 24 bits.
14826         * lib/uniname/uniname.c (unicode_character_name,
14827         unicode_name_character): Add the range 0x12xxx to the code transform.
14828         * lib/uniname/uninames.h: Regenerated.
14829         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
14830
14831 2007-07-07  Bruno Haible  <bruno@clisp.org>
14832
14833         * modules/wcwidth-tests: New file.
14834         * tests/test-wcwidth.c: New file.
14835
14836         Work around MacOS X wcwidth() bug.
14837         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
14838         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
14839         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
14840         original wcwidth in non-UTF-8 locales.
14841         * modules/wcwidth (Depends-on): Add localcharset, streq,
14842         uniwidth/width.
14843         * doc/functions/wcwidth.texi: Update.
14844
14845 2007-07-07  Bruno Haible  <bruno@clisp.org>
14846
14847         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
14848         (wcwidth): New declaration.
14849         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
14850         macros.
14851         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
14852         here. Prepare for creating <wchar.h> unconditionally.
14853         * modules/wchar (Depends-on): Add link-warning.
14854         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
14855         REPLACE_WCWIDTH, and GL_LINK_WARNING.
14856         * lib/wcwidth.h: Remove file.
14857         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
14858         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
14859         * modules/wcwidth (Files): Remove lib/wcwidth.h.
14860         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
14861         (Include): Replace wcwidth.h with <wchar.h>.
14862         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
14863         * lib/mbchar.h: Don't include wcwidth.h.
14864         * lib/mbswidth.c: Likewise.
14865         * NEWS: Mention the change.
14866
14867 2007-07-07  Bruno Haible  <bruno@clisp.org>
14868
14869         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
14870         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
14871         definition with an external declaration.
14872         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
14873         defined as a function. Remove AC_C_INLINE requirement.
14874         * modules/wcwidth (Files): Add lib/wcwidth.c.
14875         (Makefile.am): Remove redundant statement.
14876
14877 2007-07-07  Bruno Haible  <bruno@clisp.org>
14878
14879         * MODULES.html.sh (Unicode string functions): Add the new modules.
14880
14881         * tests/uniwidth/test-u32-strwidth.c: New file.
14882         * modules/uniwidth/u32-strwidth-tests: New file.
14883
14884         * lib/uniwidth/u32-strwidth.c: New file.
14885         * modules/uniwidth/u32-strwidth: New file.
14886
14887         * tests/uniwidth/test-u16-strwidth.c: New file.
14888         * modules/uniwidth/u16-strwidth-tests: New file.
14889
14890         * lib/uniwidth/u16-strwidth.c: New file.
14891         * modules/uniwidth/u16-strwidth: New file.
14892
14893         * tests/uniwidth/test-u8-strwidth.c: New file.
14894         * modules/uniwidth/u8-strwidth-tests: New file.
14895
14896         * lib/uniwidth/u8-strwidth.c: New file.
14897         * modules/uniwidth/u8-strwidth: New file.
14898
14899         * tests/uniwidth/test-u32-width.c: New file.
14900         * modules/uniwidth/u32-width-tests: New file.
14901
14902         * lib/uniwidth/u32-width.c: New file.
14903         * modules/uniwidth/u32-width: New file.
14904
14905         * tests/uniwidth/test-u16-width.c: New file.
14906         * modules/uniwidth/u16-width-tests: New file.
14907
14908         * lib/uniwidth/u16-width.c: New file.
14909         * modules/uniwidth/u16-width: New file.
14910
14911         * tests/uniwidth/test-u8-width.c: New file.
14912         * modules/uniwidth/u8-width-tests: New file.
14913
14914         * lib/uniwidth/u8-width.c: New file.
14915         * modules/uniwidth/u8-width: New file.
14916
14917         * tests/uniwidth/test-uc_width.c: New file.
14918         * modules/uniwidth/width-tests: New file.
14919
14920         * lib/uniwidth/width.c: New file, from GNU libiconv.
14921         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
14922         * modules/uniwidth/width: New file.
14923
14924         * lib/uniwidth.h: New file, from GNU libiconv.
14925         * modules/uniwidth/base: New file.
14926
14927 2007-07-07  Bruno Haible  <bruno@clisp.org>
14928
14929         * lib/uniname.h: New file, from GNU gettext.
14930         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
14931         * lib/uniname/uninames.h: New file, from GNU gettext.
14932         * lib/uniname/uniname.c: New file, from GNU gettext.
14933         * tests/uniname/test-uninames.sh: New file.
14934         * tests/uniname/test-uninames.c: New file, from GNU gettext.
14935         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
14936         * modules/uniname/base: New file.
14937         * modules/uniname/uniname: New file.
14938         * modules/uniname/uniname-tests: New file.
14939         * MODULES.html.sh (Unicode string functions): Add the new modules.
14940
14941 2007-07-06  Bruno Haible  <bruno@clisp.org>
14942
14943         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
14944
14945 2007-07-06  Bruno Haible  <bruno@clisp.org>
14946
14947         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
14948         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
14949         includes <cygwin/sys_time.h> which includes <sys/select.h> which
14950         include <sys/time.h>.
14951         Reported by Eric Blake.
14952
14953 2007-07-06  Eric Blake  <ebb9@byu.net>
14954
14955         Fix testing canonicalize on cygwin.
14956         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
14957         Revert patch from 2007-06-19.
14958         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
14959         canonicalize module is also in use.
14960         * tests/test-canonicalize.c: New file.
14961         * tests/test-canonicalize.sh: Likewise.
14962         * modules/canonicalize-tests: Likewise.
14963
14964 2007-07-06  Jim Meyering  <jim@meyering.net>
14965
14966         * lib/getugroups.c (getugroups): Detect getgrent failure.
14967         Adjust comment to reflect reality: this function may return -1.
14968
14969 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
14970
14971         * build-aux/bootstrap (TP_URL,get_translations): Update to use
14972         the new TP address.
14973         (usage): Fix typo
14974         (gnulib_mk): New variable.
14975
14976 2007-07-05  Jim Meyering  <jim@meyering.net>
14977
14978         Don't let endgrent clobber errno, no matter how improbable.
14979         * lib/getugroups.c (getugroups): Save and restore errno around
14980         endgrent call.
14981
14982         Close the group DB even when failing with 2^31 or more members.
14983         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
14984
14985 2007-07-04  Jim Meyering  <jim@meyering.net>
14986
14987         * lib/getugroups.h: New file.
14988         * lib/getugroups.c: Include "getugroups.h".
14989         Remove uses of "register" keyword.
14990         Move local variable, "cp", down into scope where used.
14991         Give "username" parameter the "const" attribute.
14992         * modules/getugroups (Files): Add lib/getugroups.h
14993
14994 2007-07-04  Karl Berry  <karl@gnu.org>
14995
14996         * MODULES.html.sh (func_all_modules): Complete rename of
14997         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
14998
14999 2007-07-02  Bruno Haible  <bruno@clisp.org>
15000
15001         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
15002         mode, when inttypes.h comes from gnulib.
15003         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
15004
15005 2007-07-02  Simon Josefsson  <simon@josefsson.org>
15006
15007         * NEWS: Mention lgpl module name change.
15008
15009         * modules/lgpl-2.1: Renamed from lgpl.
15010
15011         * NEWS: Mention gpl module name change.
15012
15013         * modules/gpl-3.0: New file, based on gpl-2.0.
15014
15015         * modules/gpl-2.0: Renamed from gpl.
15016
15017         * modules/gpl: Fix filename, doc/gpl.texi is now found at
15018         doc/gpl-2.0.texi.
15019
15020 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
15021
15022         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
15023         #define __STDC_LIMIT_MACROS temporarily while including
15024         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
15025         Problem reported by Joel E. Denny in
15026         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
15027
15028 2007-07-01  Bruno Haible  <bruno@clisp.org>
15029
15030         * lib/unistdio.h: New file.
15031         * lib/unistdio/u-asnprintf.h: New file.
15032         * lib/unistdio/u-asprintf.h: New file.
15033         * lib/unistdio/u-printf-args.c: New file.
15034         * lib/unistdio/u-printf-args.h: New file.
15035         * lib/unistdio/u-printf-parse.h: New file.
15036         * lib/unistdio/u-snprintf.h: New file.
15037         * lib/unistdio/u-sprintf.h: New file.
15038         * lib/unistdio/u-vasprintf.h: New file.
15039         * lib/unistdio/u-vsnprintf.h: New file.
15040         * lib/unistdio/u-vsprintf.h: New file.
15041         * lib/unistdio/ulc-asnprintf.c: New file.
15042         * lib/unistdio/ulc-asprintf.c: New file.
15043         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
15044         * lib/unistdio/ulc-printf-parse.c: New file.
15045         * lib/unistdio/ulc-snprintf.c: New file.
15046         * lib/unistdio/ulc-sprintf.c: New file.
15047         * lib/unistdio/ulc-vasnprintf.c: New file.
15048         * lib/unistdio/ulc-vasprintf.c: New file.
15049         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
15050         * lib/unistdio/ulc-vsnprintf.c: New file.
15051         * lib/unistdio/ulc-vsprintf.c: New file.
15052         * lib/unistdio/u8-asnprintf.c: New file.
15053         * lib/unistdio/u8-asprintf.c: New file.
15054         * lib/unistdio/u8-printf-parse.c: New file.
15055         * lib/unistdio/u8-snprintf.c: New file.
15056         * lib/unistdio/u8-sprintf.c: New file.
15057         * lib/unistdio/u8-vasnprintf.c: New file.
15058         * lib/unistdio/u8-vasprintf.c: New file.
15059         * lib/unistdio/u8-vsnprintf.c: New file.
15060         * lib/unistdio/u8-vsprintf.c: New file.
15061         * lib/unistdio/u8-u8-asnprintf.c: New file.
15062         * lib/unistdio/u8-u8-asprintf.c: New file.
15063         * lib/unistdio/u8-u8-snprintf.c: New file.
15064         * lib/unistdio/u8-u8-sprintf.c: New file.
15065         * lib/unistdio/u8-u8-vasnprintf.c: New file.
15066         * lib/unistdio/u8-u8-vasprintf.c: New file.
15067         * lib/unistdio/u8-u8-vsnprintf.c: New file.
15068         * lib/unistdio/u8-u8-vsprintf.c: New file.
15069         * lib/unistdio/u16-asnprintf.c: New file.
15070         * lib/unistdio/u16-asprintf.c: New file.
15071         * lib/unistdio/u16-printf-parse.c: New file.
15072         * lib/unistdio/u16-snprintf.c: New file.
15073         * lib/unistdio/u16-sprintf.c: New file.
15074         * lib/unistdio/u16-vasnprintf.c: New file.
15075         * lib/unistdio/u16-vasprintf.c: New file.
15076         * lib/unistdio/u16-vsnprintf.c: New file.
15077         * lib/unistdio/u16-vsprintf.c: New file.
15078         * lib/unistdio/u16-u16-asnprintf.c: New file.
15079         * lib/unistdio/u16-u16-asprintf.c: New file.
15080         * lib/unistdio/u16-u16-snprintf.c: New file.
15081         * lib/unistdio/u16-u16-sprintf.c: New file.
15082         * lib/unistdio/u16-u16-vasnprintf.c: New file.
15083         * lib/unistdio/u16-u16-vasprintf.c: New file.
15084         * lib/unistdio/u16-u16-vsnprintf.c: New file.
15085         * lib/unistdio/u16-u16-vsprintf.c: New file.
15086         * lib/unistdio/u32-asnprintf.c: New file.
15087         * lib/unistdio/u32-asprintf.c: New file.
15088         * lib/unistdio/u32-printf-parse.c: New file.
15089         * lib/unistdio/u32-snprintf.c: New file.
15090         * lib/unistdio/u32-sprintf.c: New file.
15091         * lib/unistdio/u32-vasnprintf.c: New file.
15092         * lib/unistdio/u32-vasprintf.c: New file.
15093         * lib/unistdio/u32-vsnprintf.c: New file.
15094         * lib/unistdio/u32-vsprintf.c: New file.
15095         * lib/unistdio/u32-u32-asnprintf.c: New file.
15096         * lib/unistdio/u32-u32-asprintf.c: New file.
15097         * lib/unistdio/u32-u32-snprintf.c: New file.
15098         * lib/unistdio/u32-u32-sprintf.c: New file.
15099         * lib/unistdio/u32-u32-vasnprintf.c: New file.
15100         * lib/unistdio/u32-u32-vasprintf.c: New file.
15101         * lib/unistdio/u32-u32-vsnprintf.c: New file.
15102         * lib/unistdio/u32-u32-vsprintf.c: New file.
15103         * tests/unistdio/test-ulc-asnprintf1.c: New file.
15104         * tests/unistdio/test-ulc-asnprintf1.h: New file.
15105         * tests/unistdio/test-ulc-printf1.h: New file.
15106         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
15107         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
15108         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
15109         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
15110         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
15111         * tests/unistdio/test-ulc-vasprintf1.c: New file.
15112         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
15113         * tests/unistdio/test-ulc-vsprintf1.c: New file.
15114         * tests/unistdio/test-u8-asnprintf1.c: New file.
15115         * tests/unistdio/test-u8-asnprintf1.h: New file.
15116         * tests/unistdio/test-u8-printf1.h: New file.
15117         * tests/unistdio/test-u8-vasnprintf1.c: New file.
15118         * tests/unistdio/test-u8-vasnprintf2.c: New file.
15119         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
15120         * tests/unistdio/test-u8-vasnprintf3.c: New file.
15121         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
15122         * tests/unistdio/test-u8-vasprintf1.c: New file.
15123         * tests/unistdio/test-u8-vsnprintf1.c: New file.
15124         * tests/unistdio/test-u8-vsprintf1.c: New file.
15125         * tests/unistdio/test-u16-asnprintf1.c: New file.
15126         * tests/unistdio/test-u16-asnprintf1.h: New file.
15127         * tests/unistdio/test-u16-printf1.h: New file.
15128         * tests/unistdio/test-u16-vasnprintf1.c: New file.
15129         * tests/unistdio/test-u16-vasnprintf2.c: New file.
15130         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
15131         * tests/unistdio/test-u16-vasnprintf3.c: New file.
15132         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
15133         * tests/unistdio/test-u16-vasprintf1.c: New file.
15134         * tests/unistdio/test-u16-vsnprintf1.c: New file.
15135         * tests/unistdio/test-u16-vsprintf1.c: New file.
15136         * tests/unistdio/test-u32-asnprintf1.c: New file.
15137         * tests/unistdio/test-u32-asnprintf1.h: New file.
15138         * tests/unistdio/test-u32-printf1.h: New file.
15139         * tests/unistdio/test-u32-vasnprintf1.c: New file.
15140         * tests/unistdio/test-u32-vasnprintf2.c: New file.
15141         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
15142         * tests/unistdio/test-u32-vasnprintf3.c: New file.
15143         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
15144         * tests/unistdio/test-u32-vasprintf1.c: New file.
15145         * tests/unistdio/test-u32-vsnprintf1.c: New file.
15146         * tests/unistdio/test-u32-vsprintf1.c: New file.
15147         * modules/unistdio/base: New file.
15148         * modules/unistdio/u-printf-args: New file.
15149         * modules/unistdio/ulc-asnprintf: New file.
15150         * modules/unistdio/ulc-asprintf: New file.
15151         * modules/unistdio/ulc-fprintf: New file.
15152         * modules/unistdio/ulc-printf-parse: New file.
15153         * modules/unistdio/ulc-snprintf: New file.
15154         * modules/unistdio/ulc-sprintf: New file.
15155         * modules/unistdio/ulc-vasnprintf: New file.
15156         * modules/unistdio/ulc-vasprintf: New file.
15157         * modules/unistdio/ulc-vfprintf: New file.
15158         * modules/unistdio/ulc-vsnprintf: New file.
15159         * modules/unistdio/ulc-vsprintf: New file.
15160         * modules/unistdio/u8-asnprintf: New file.
15161         * modules/unistdio/u8-asprintf: New file.
15162         * modules/unistdio/u8-printf-parse: New file.
15163         * modules/unistdio/u8-snprintf: New file.
15164         * modules/unistdio/u8-sprintf: New file.
15165         * modules/unistdio/u8-vasnprintf: New file.
15166         * modules/unistdio/u8-vasprintf: New file.
15167         * modules/unistdio/u8-vsnprintf: New file.
15168         * modules/unistdio/u8-vsprintf: New file.
15169         * modules/unistdio/u8-u8-asnprintf: New file.
15170         * modules/unistdio/u8-u8-asprintf: New file.
15171         * modules/unistdio/u8-u8-snprintf: New file.
15172         * modules/unistdio/u8-u8-sprintf: New file.
15173         * modules/unistdio/u8-u8-vasnprintf: New file.
15174         * modules/unistdio/u8-u8-vasprintf: New file.
15175         * modules/unistdio/u8-u8-vsnprintf: New file.
15176         * modules/unistdio/u8-u8-vsprintf: New file.
15177         * modules/unistdio/u16-asnprintf: New file.
15178         * modules/unistdio/u16-asprintf: New file.
15179         * modules/unistdio/u16-printf-parse: New file.
15180         * modules/unistdio/u16-snprintf: New file.
15181         * modules/unistdio/u16-sprintf: New file.
15182         * modules/unistdio/u16-vasnprintf: New file.
15183         * modules/unistdio/u16-vasprintf: New file.
15184         * modules/unistdio/u16-vsnprintf: New file.
15185         * modules/unistdio/u16-vsprintf: New file.
15186         * modules/unistdio/u16-u16-asnprintf: New file.
15187         * modules/unistdio/u16-u16-asprintf: New file.
15188         * modules/unistdio/u16-u16-snprintf: New file.
15189         * modules/unistdio/u16-u16-sprintf: New file.
15190         * modules/unistdio/u16-u16-vasnprintf: New file.
15191         * modules/unistdio/u16-u16-vasprintf: New file.
15192         * modules/unistdio/u16-u16-vsnprintf: New file.
15193         * modules/unistdio/u16-u16-vsprintf: New file.
15194         * modules/unistdio/u32-asnprintf: New file.
15195         * modules/unistdio/u32-asprintf: New file.
15196         * modules/unistdio/u32-printf-parse: New file.
15197         * modules/unistdio/u32-snprintf: New file.
15198         * modules/unistdio/u32-sprintf: New file.
15199         * modules/unistdio/u32-vasnprintf: New file.
15200         * modules/unistdio/u32-vasprintf: New file.
15201         * modules/unistdio/u32-vsnprintf: New file.
15202         * modules/unistdio/u32-vsprintf: New file.
15203         * modules/unistdio/u32-u32-asnprintf: New file.
15204         * modules/unistdio/u32-u32-asprintf: New file.
15205         * modules/unistdio/u32-u32-snprintf: New file.
15206         * modules/unistdio/u32-u32-sprintf: New file.
15207         * modules/unistdio/u32-u32-vasnprintf: New file.
15208         * modules/unistdio/u32-u32-vasprintf: New file.
15209         * modules/unistdio/u32-u32-vsnprintf: New file.
15210         * modules/unistdio/u32-u32-vsprintf: New file.
15211         * modules/unistdio/ulc-asnprintf-tests: New file.
15212         * modules/unistdio/ulc-vasnprintf-tests: New file.
15213         * modules/unistdio/ulc-vasprintf-tests: New file.
15214         * modules/unistdio/ulc-vsnprintf-tests: New file.
15215         * modules/unistdio/ulc-vsprintf-tests: New file.
15216         * modules/unistdio/u8-asnprintf-tests: New file.
15217         * modules/unistdio/u8-vasnprintf-tests: New file.
15218         * modules/unistdio/u8-vasprintf-tests: New file.
15219         * modules/unistdio/u8-vsnprintf-tests: New file.
15220         * modules/unistdio/u8-vsprintf-tests: New file.
15221         * modules/unistdio/u16-asnprintf-tests: New file.
15222         * modules/unistdio/u16-vasnprintf-tests: New file.
15223         * modules/unistdio/u16-vasprintf-tests: New file.
15224         * modules/unistdio/u16-vsnprintf-tests: New file.
15225         * modules/unistdio/u16-vsprintf-tests: New file.
15226         * modules/unistdio/u32-asnprintf-tests: New file.
15227         * modules/unistdio/u32-vasnprintf-tests: New file.
15228         * modules/unistdio/u32-vasprintf-tests: New file.
15229         * modules/unistdio/u32-vsnprintf-tests: New file.
15230         * modules/unistdio/u32-vsprintf-tests: New file.
15231         * MODULES.html.sh (Unicode string functions): Add the new modules.
15232
15233 2007-07-01  Bruno Haible  <bruno@clisp.org>
15234
15235         * lib/sprintf.c (sprintf): Limit the available length estimation,
15236         to avoid address wraparound.
15237         * lib/vsprintf.c (vsprintf): Likewise.
15238         * modules/sprintf-posix (Dependencies): Add stdint.
15239         * modules/vsprintf-posix (Dependencies): Likewise.
15240
15241 2007-07-01  Bruno Haible  <bruno@clisp.org>
15242
15243         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
15244         Windows PATH as well. Conservative double-quoting. Comments.
15245
15246 2007-07-01  Bruno Haible  <bruno@clisp.org>
15247             Eric Blake  <ebb9@byu.net>
15248             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15249
15250         * gnulib-tool (self_abspathname): Fix algorithm to cope with
15251         empty components in $PATH, denoting '.'.
15252
15253 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15254
15255         * gnulib-tool: Fix indentation.
15256         (func_create_megatestdir): Likewise.
15257         Report by Bruno Haible.
15258
15259 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15260
15261         Sync from Automake.
15262         * build-aux/gnupload: Fix shell portability issues with for loops.
15263         Report by Karl Berry.
15264
15265 2007-06-29  Simon Josefsson  <simon@josefsson.org>
15266
15267         * build-aux/maint.mk (POURL): Use translationproject.org.
15268
15269 2007-06-27  Simon Josefsson  <simon@josefsson.org>
15270             Bruno Haible  <bruno@clisp.org>
15271
15272         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
15273         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
15274         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
15275         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
15276         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
15277
15278 2007-06-27  Bruno Haible  <bruno@clisp.org>
15279
15280         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
15281         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
15282
15283 2007-06-26  Karl Berry  <karl@gnu.org>
15284
15285         * MODULES.html.sh: remove xreadlink-with-size.
15286
15287 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
15288
15289         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
15290         method that I hope also handles the double-include problem noted
15291         by Bruno Haible in
15292         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
15293
15294 2007-06-23  Bruno Haible  <bruno@clisp.org>
15295
15296         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
15297         Don't let the 'mostlyclean' target fail if the last subdirectory could
15298         not be removed.
15299         Reported by Karl Berry.
15300
15301 2007-06-23  Bruno Haible  <bruno@clisp.org>
15302
15303         * gnulib-tool (echo): Add a speedier workaround for ksh.
15304         * tests/test-echo.sh: Likewise.
15305
15306 2007-06-23  Bruno Haible  <bruno@clisp.org>
15307
15308         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
15309         * tests/test-echo.sh: Likewise.
15310
15311 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15312
15313         * gnulib-tool (IFS): Initialize early, so we don't set it to
15314         empty later.
15315         (self_abspathname): Rewrite algorithm to set it, reindent.
15316         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
15317         (func_create_megatestdir): Merge some sed scripts.
15318
15319 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
15320
15321         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
15322         exposed by Sun Studio 11 cc on Solaris 8.
15323
15324 2007-06-22  Bruno Haible  <bruno@clisp.org>
15325
15326         * gnulib-tool (echo): Ensure the echo primitive does not interpret
15327         backslashes.
15328         * tests/test-echo.sh: New file.
15329
15330 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15331
15332         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
15333         simplify `sed_replace_build_aux' scripts, they are portable but
15334         echoing them with `echo' is not.
15335         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
15336
15337 2007-06-21  Karl Berry  <karl@gnu.org>
15338
15339         * config/srclist.txt: guess we can't handle the licenses via
15340         srclist at the moment.
15341
15342 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
15343
15344         * MODULES.html.sh: Add include_next.
15345         * modules/include_next: New file.
15346
15347 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
15348
15349         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
15350         INCLUDE_NEXT.
15351         (gl_CHECK_NEXT_HEADERS): New macro.
15352         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
15353         the obsolescent gl_ABSOLUTE_HEADER.
15354         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
15355         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
15356         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
15357         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
15358         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
15359         * m4/math_h.m4 (gl_MATH_H): Likewise.
15360         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
15361         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
15362         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
15363         * m4/stdint.m4 (gl_STDINT_H): Likewise.
15364         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
15365         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
15366         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
15367         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
15368         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
15369         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
15370         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
15371         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
15372         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
15373         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
15374         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
15375         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
15376         * m4/inttypes.m4 (gl_INTTYPES_H): Define
15377         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
15378         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
15379         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
15380         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
15381         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
15382         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
15383         * lib/float_.h: Likewise.
15384         * lib/inttypes_.h: Likewise.
15385         * lib/math_.h: Likewise.
15386         * lib/search_.h: Likewise.
15387         * lib/signal_.h: Likewise.
15388         * lib/stdint_.h: Likewise.
15389         * lib/stdio_.h: Likewise.
15390         * lib/stdlib_.h: Likewise.
15391         * lib/string_.h: Likewise.
15392         * lib/sys_stat_.h: Likewise.
15393         * lib/sys_time_.h: Likewise.
15394         * lib/time_.h: Likewise.
15395         * lib/unistd_.h: Likewise.
15396         * lib/wchar_.h: Likewise.
15397         * lib/wctype_.h: Likewise.
15398         * lib/dirent_.h: Likewise.
15399         * lib/iconv_.h: Likewise.
15400         * lib/locale_.h: Likewise.
15401         * lib/netinet_in_.h: Likewise.
15402         * lib/sys_select_.h: Likewise.
15403         * lib/sys_socket_.h: Likewise.
15404         * lib/sysexits_.h: Likewise.
15405         * modules/fcntl (Depends-on): Depend on include_next, not
15406         absolute_header.
15407         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
15408         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
15409         * modules/fchdir: Likewise.
15410         * modules/float: Likewise.
15411         * modules/iconv_open: Likewise.
15412         * modules/inttypes: Likewise.
15413         * modules/locale: Likewise.
15414         * modules/math: Likewise.
15415         * modules/netinet_in: Likewise.
15416         * modules/search: Likewise.
15417         * modules/signal: Likewise.
15418         * modules/stdint: Likewise.
15419         * modules/stdio: Likewise.
15420         * modules/stdlib: Likewise.
15421         * modules/string: Likewise.
15422         * modules/sys_select: Likewise.
15423         * modules/sys_socket: Likewise.
15424         * modules/sys_stat: Likewise.
15425         * modules/sys_time: Likewise.
15426         * modules/sysexits: Likewise.
15427         * modules/time: Likewise.
15428         * modules/unistd: Likewise.
15429         * modules/wchar: Likewise.
15430         * modules/wctype: Likewise.
15431         * modules/sys_stat: Change maintainer to "all".
15432         * modules/unistd: Likewise.
15433
15434 2007-06-20  Karl Berry  <karl@gnu.org>
15435
15436         * config/srclist.txt: track www changes in license files.
15437
15438 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
15439
15440         * build-aux/bootstrap: Remove stray dot.
15441         Make sure build_aux settings are honored when linking
15442         gnulib_extra_files.
15443
15444 2007-06-19  Eric Blake  <ebb9@byu.net>
15445
15446         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
15447         Allow compilation on cygwin.
15448
15449 2007-06-19  Jim Meyering  <jim@meyering.net>
15450
15451         xreadlink-with-size: Remove module.  No longer used.
15452         Ex-callers now use xreadlink or mreadlink-with-size.
15453         * modules/xreadlink-with-size: Remove module.
15454         * lib/xreadlink-with-size.c: Remove file.
15455         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
15456         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
15457         just before the function definition *is* accurate.
15458
15459         Eliminate one way canonicalize_filename_mode could exit.
15460         * lib/canonicalize.c (canonicalize_filename_mode):
15461         Use mreadlink_with_size, not xreadlink_with_size.
15462
15463 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
15464
15465         Detect porting problems to FreeBSD/arm, which has time_t wider than
15466         long int.  Original problem reported for GNU diff by Xin Li in
15467         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
15468         * modules/getdate (Depends-on): Add intprops, verify.
15469         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
15470         is an integer type no wider than long int.
15471
15472 2007-06-18  Jim Meyering  <jim@meyering.net>
15473
15474         New module: mreadlink-with-size.
15475         * MODULES.html.sh: Add mreadlink-with-size.
15476         * modules/mreadlink-with-size: New module
15477         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
15478         not xreadlink-with-size.
15479         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
15480
15481 2007-06-16  Bruno Haible  <bruno@clisp.org>
15482
15483         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
15484         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
15485         Reported by Gary V. Vaughan <gary@gnu.org>.
15486
15487 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
15488
15489         Revamp lchown so that it lives in unistd.h where it belongs.
15490         * lib/lchown.h: Remove.
15491         * lib/dirchownmod.c: Don't include lib/lchown.h.
15492         * lib/fchownat.c: Likewise.
15493         * lib/openat.c: Likewise.
15494         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
15495         does not follow symlinks.
15496         (EOPNOTSUPP): Define if not defined.
15497         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
15498         is defined to 0.
15499         (lchown): New decl.
15500         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
15501         Do not check for lchown decl.
15502         Set REPLACE_LCHOWN.
15503         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
15504         REPLACE_LCHOWN.
15505         * modules/chown: Make it clear it follows symlinks.
15506         * modules/lchown: Make it clear it doesn't follow symlinks.
15507         (Files): Remove lib/lchown.h
15508         (Depends-on): Add unistd.
15509         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
15510         (Include): Include <unistd.h>, not "lchown.h".
15511         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
15512         REPLACE_LCHOWN.
15513
15514 2007-06-15  Jim Meyering  <jim@meyering.net>
15515
15516         Change license (GPL to LGPL) of fsusage and dependents.
15517         * modules/fsusage (License): Change to LGPL.
15518         * modules/full-read (License): Likewise.
15519         * modules/full-write (License): Likewise.
15520         * modules/safe-read (License): Likewise.
15521         * modules/safe-write (License): Likewise.
15522
15523 2007-06-14  Ben Pfaff  <blp@gnu.org>
15524
15525         Missing part of allocsa -> malloca transition.
15526         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
15527         gl_MALLOCA.
15528
15529 2007-06-12  Bruno Haible  <bruno@clisp.org>
15530
15531         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
15532         to ia64, x86_64, i386.
15533         Reported by Eric Blake.
15534
15535 2007-06-12  Bruno Haible  <bruno@clisp.org>
15536
15537         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
15538         cross-compiling to x86_64.
15539
15540 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
15541
15542         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
15543         glitch reported by Ralf Wildenhues in
15544         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
15545
15546         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
15547         Vin Shelton.
15548
15549 2007-06-11  Bruno Haible  <bruno@clisp.org>
15550
15551         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
15552         replacement string.
15553         Reported by Eric Blake.
15554
15555 2007-06-10  Bruno Haible  <bruno@clisp.org>
15556
15557         Prepare vasnprintf code for use with Unicode strings.
15558         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
15559         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
15560         TYPE_U32_STRING.
15561         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
15562         a_u32_string variants.
15563         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
15564         * lib/printf-args.c: Don't include config.h and the specification
15565         header if PRINTF_FETCHARGS is already defined.
15566         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
15567         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
15568         TYPE_U16_STRING, TYPE_U32_STRING.
15569         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
15570         u16_directive, u16_directives, u32_directive, u32_directives): New
15571         types.
15572         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
15573         New declarations.
15574         * lib/printf-parse.c: Don't include config.h and the specification
15575         header if PRINTF_PARSE is already defined. Eliminate the set of
15576         parameters for WIDE_CHAR_VERSION; the user of this file must provide
15577         them now. Include c-ctype.h.
15578         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
15579         directive and CHAR_T_ONLY_ASCII.
15580         * lib/vasnprintf.c: Don't include config.h and the specification header
15581         if VASNPRINTF is already defined.
15582         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
15583         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
15584         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
15585         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
15586         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
15587         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
15588         code accordingly.
15589         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
15590         pad_ourselves also in this case, with the 'c' and 's' directives, and
15591         with a different notion of "width".
15592         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
15593
15594 2007-06-10  Bruno Haible  <bruno@clisp.org>
15595
15596         * modules/unistr/u32-mbsnlen: New file.
15597         * lib/unistr/u32-mbsnlen.c: New file.
15598
15599         * modules/unistr/u16-mbsnlen: New file.
15600         * lib/unistr/u16-mbsnlen.c: New file.
15601
15602         * modules/unistr/u8-mbsnlen: New file.
15603         * lib/unistr/u8-mbsnlen.c: New file.
15604
15605         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
15606         declarations.
15607
15608 2007-06-10  Bruno Haible  <bruno@clisp.org>
15609
15610         * lib/string_.h (mbsnlen): New declaration.
15611         * lib/mbsnlen.c: New file.
15612         * m4/mbsnlen.m4: New file.
15613         * modules/mbsnlen: New file.
15614         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
15615         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
15616         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
15617
15618 2007-06-10  Bruno Haible  <bruno@clisp.org>
15619
15620         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
15621
15622 2007-06-10  Bruno Haible  <bruno@clisp.org>
15623
15624         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
15625         * lib/mbuiter.h: Likewise.
15626
15627 2007-06-10  Bruno Haible  <bruno@clisp.org>
15628
15629         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
15630         declaration.
15631
15632 2007-06-10  Karl Berry  <karl@gnu.org>
15633
15634         * config/srclist.txt: remove gettext entries, Bruno prefers
15635         to update individually.
15636
15637 2007-06-10  Bruno Haible  <bruno@clisp.org>
15638
15639         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
15640         'maxlen'. Ensure only length + width bytes are allocated, not
15641         length + 1 + width.
15642
15643 2007-06-09  Bruno Haible  <bruno@clisp.org>
15644
15645         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
15646         (CHAR_T): Remove macro.
15647         (VASNPRINTF): Update.
15648
15649 2007-06-09  Bruno Haible  <bruno@clisp.org>
15650
15651         * MODULES.html.sh (Unicode string functions): Add the new modules.
15652
15653         * modules/uniconv/u32-conv-to-enc: New file.
15654         * lib/uniconv/u32-conv-to-enc.c: New file.
15655         * modules/uniconv/u32-conv-to-enc-tests: New file.
15656         * tests/uniconv/test-u32-conv-to-enc.c: New file.
15657
15658         * modules/uniconv/u16-conv-to-enc: New file.
15659         * lib/uniconv/u16-conv-to-enc.c: New file.
15660         * lib/uniconv/u-conv-to-enc.h: New file.
15661         * modules/uniconv/u16-conv-to-enc-tests: New file.
15662         * tests/uniconv/test-u16-conv-to-enc.c: New file.
15663
15664         * modules/uniconv/u8-conv-to-enc: New file.
15665         * lib/uniconv/u8-conv-to-enc.c: New file.
15666         * modules/uniconv/u8-conv-to-enc-tests: New file.
15667         * tests/uniconv/test-u8-conv-to-enc.c: New file.
15668
15669         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
15670         u32_conv_to_encoding): New declarations.
15671
15672 2007-06-09  Bruno Haible  <bruno@clisp.org>
15673
15674         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
15675
15676 2007-06-09  Bruno Haible  <bruno@clisp.org>
15677
15678         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
15679         * modules/malloca: Renamed from modules/allocsa, updated.
15680         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
15681         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
15682         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
15683         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
15684         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
15685         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
15686         * modules/xmalloca: Renamed from modules/xallocsa, updated.
15687         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
15688         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
15689         * modules/c-strcasestr (Depends-on): Update.
15690         * lib/c-strcasestr.c: Update.
15691         * modules/c-strstr (Depends-on): Update.
15692         * lib/c-strstr.c: Update.
15693         * modules/canonicalize-lgpl (Depends-on): Update.
15694         * lib/canonicalize-lgpl.c: Update.
15695         * modules/clean-temp (Depends-on): Update.
15696         * lib/clean-temp.c: Update.
15697         * modules/csharpcomp (Depends-on): Update.
15698         * lib/csharpcomp.c: Update.
15699         * modules/csharpexec (Depends-on): Update.
15700         * lib/csharpexec.c: Update.
15701         * modules/javacomp (Depends-on): Update.
15702         * lib/javacomp.c: Update.
15703         * modules/javaexec (Depends-on): Update.
15704         * lib/javaexec.c: Update.
15705         * modules/mbscasestr (Depends-on): Update.
15706         * lib/mbscasestr.c: Update.
15707         * modules/mbsstr (Depends-on): Update.
15708         * lib/mbsstr.c: Update.
15709         * modules/setenv (Depends-on): Update.
15710         * lib/setenv.c: Update.
15711         * modules/strcasestr (Depends-on): Update.
15712         * lib/strcasestr.c: Update.
15713         * modules/striconveha (Depends-on): Update.
15714         * lib/striconveha.c: Update.
15715         * modules/relocatable-prog-wrapper (Files): Update.
15716         * lib/relocwrapper.c: Update.
15717         * build-aux/install-reloc: Update.
15718         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
15719
15720 2007-06-08  Bruno Haible  <bruno@clisp.org>
15721
15722         Port to uClibc.
15723         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
15724         * lib/fpurge.c (fpurge): Likewise.
15725         * lib/freading.c (freading): Likewise.
15726         * lib/fseeko.c (rpl_fseeko): Likewise.
15727         * lib/fseterr.c (fseterr): Likewise.
15728         * lib/fwriting.c (fwriting): Likewise.
15729         * tests/test-fflush.c (main): Avoid a failure on uClibc.
15730
15731 2007-06-08  Bruno Haible  <bruno@clisp.org>
15732
15733         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
15734         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
15735         * modules/gettext (Files): Add m4/intlmacosx.m4.
15736
15737 2007-06-07  Bruno Haible  <bruno@clisp.org>
15738
15739         * modules/localename-tests: New file.
15740         * tests/test-localename.c: New file.
15741
15742         New module 'localename'.
15743         * lib/localename.h: New file.
15744         * lib/localename.c: New file, from GNU gettext.
15745         * m4/localename.m4: New file.
15746         * modules/localename: New file.
15747
15748 2007-06-07  Bruno Haible  <bruno@clisp.org>
15749
15750         Work around the lack of <wchar.h> on some builds of uClibc.
15751         * doc/headers/wchar.texi: Update.
15752         * lib/wchar_.h: Include <wchar.h> only if it exists.
15753         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
15754         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
15755         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
15756         doesn't exist.
15757         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
15758         * modules/mbfile (Depends-on): Add wchar.
15759         * modules/mbiter (Depends-on): Likewise.
15760         * modules/mbuiter (Depends-on): Likewise.
15761         Reported by Simon Josefsson.
15762
15763 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
15764
15765         Work around problem reported by Steven M. Schweda in
15766         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
15767         Tru64 5.1B with the Compaq compiler environment installed declares
15768         an 'isblank' function but does not define it in the C library.
15769         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
15770         * lib/regex_internal.h (isblank): Likewise.
15771         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
15772         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
15773
15774 2007-06-05  Bruno Haible  <bruno@clisp.org>
15775
15776         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
15777         ia64.
15778         * modules/printf-safe: New file.
15779         * modules/fprintf-posix (Depends-on): Add printf-safe.
15780         * modules/printf-posix (Depends-on): Likewise.
15781         * modules/snprintf-posix (Depends-on): Likewise.
15782         * modules/sprintf-posix (Depends-on): Likewise.
15783         * modules/vasnprintf-posix (Depends-on): Likewise.
15784         * modules/vasprintf-posix (Depends-on): Likewise.
15785         * modules/vfprintf-posix (Depends-on): Likewise.
15786         * modules/vprintf-posix (Depends-on): Likewise.
15787         * modules/vsnprintf-posix (Depends-on): Likewise.
15788         * modules/vsprintf-posix (Depends-on): Likewise.
15789         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
15790         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
15791         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
15792         "no" on i386, x86_64, ia64.
15793         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
15794         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
15795         on i386, x86_64, ia64.
15796         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
15797         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
15798         on i386, x86_64, ia64.
15799         * tests/test-vasnprintf-posix.c: Include float.h.
15800         (LDBL80_WORDS): New macro.
15801         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
15802         on i386, x86_64, ia64.
15803         * tests/test-vasprintf-posix.c: Include float.h.
15804         (LDBL80_WORDS): New macro.
15805         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
15806         on i386, x86_64, ia64.
15807         * tests/test-snprintf-posix.c: Include float.h.
15808         * tests/test-sprintf-posix.c: Likewise.
15809         * tests/test-vsnprintf-posix.c: Likewise.
15810         * tests/test-vsprintf-posix.c: Likewise.
15811
15812 2007-06-05  Bruno Haible  <bruno@clisp.org>
15813
15814         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
15815         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
15816         non-IEEE numbers on i386, x86_64, ia64.
15817         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
15818         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
15819         * tests/test-isnanl.h: Include float.h.
15820         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
15821
15822 2007-06-05  Bruno Haible  <bruno@clisp.org>
15823
15824         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
15825         also the %a / %A. Handle the %a / %A code before this extra handling.
15826
15827 2007-06-05  Bruno Haible  <bruno@clisp.org>
15828
15829         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
15830         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
15831
15832 2007-06-05  Bruno Haible  <bruno@clisp.org>
15833
15834         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
15835         typo in variable name.
15836
15837 2007-06-05  Eric Blake  <ebb9@byu.net>
15838
15839         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
15840         Reported by Simon Josefsson.
15841
15842 2007-06-04  Bruno Haible  <bruno@clisp.org>
15843
15844         Avoid test failures on some PowerPC platforms.
15845         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
15846         Define differently for PowerPC.
15847         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
15848         Reported by Gary V. Vaughan <gary@gnu.org>.
15849
15850 2007-06-02  Bruno Haible  <bruno@clisp.org>
15851
15852         Fix test-stdint failure on FreeBSD/ia64.
15853         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
15854         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
15855         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
15856         * doc/headers/stdint.texi: Update.
15857
15858 2007-06-01  Bruno Haible  <bruno@clisp.org>
15859
15860         * tests/test-binary-io.c (main): Pass a third argument to open().
15861         Reported by Gary V. Vaughan <gary@gnu.org>.
15862
15863 2007-06-01  Bruno Haible  <bruno@clisp.org>
15864
15865         * doc/functions/frexpl.texi: Update for mingw.
15866
15867 2007-06-01  Bruno Haible  <bruno@clisp.org>
15868
15869         * tests/test-lseek.c (main): Disable test of errno for invalid third
15870         argument.
15871         * doc/functions/lseek.texi: Update.
15872         Reported by Gary V. Vaughan <gary@gnu.org>.
15873
15874 2007-05-28  Bruno Haible  <bruno@clisp.org>
15875
15876         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
15877
15878 2007-05-31  Eric Blake  <ebb9@byu.net>
15879
15880         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
15881         cross compiling.
15882
15883 2007-05-30  Eric Blake  <ebb9@byu.net>
15884         and Bruno Haible  <bruno@clisp.org>
15885
15886         Work around mingw test failures exposed by m4-1.4.9b.
15887         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
15888         * tests/test-unistd.c: Disable uid_t and git_t tests for the
15889         moment.
15890
15891 2007-05-30  Bruno Haible  <bruno@clisp.org>
15892
15893         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
15894         assuming that they are closed. Needed on HP-UX 11.
15895
15896 2007-05-29  Bruno Haible  <bruno@clisp.org>
15897
15898         Fix a problem with #include_next.
15899         * lib/dirent_.h: Split the double-inclusion guard.
15900         * lib/fcntl_.h: Likewise.
15901         * lib/float_.h: Likewise.
15902         * lib/iconv_.h: Likewise.
15903         * lib/inttypes_.h: Likewise.
15904         * lib/locale_.h: Likewise.
15905         * lib/math_.h: Likewise.
15906         * lib/netinet_in_.h: Likewise.
15907         * lib/search_.h: Likewise.
15908         * lib/signal_.h: Likewise.
15909         * lib/stdint_.h: Likewise.
15910         * lib/stdio_.h: Likewise.
15911         * lib/stdlib_.h: Likewise.
15912         * lib/string_.h: Likewise.
15913         * lib/sys_select_.h: Likewise.
15914         * lib/sys_socket_.h: Likewise.
15915         * lib/sys_stat_.h: Likewise.
15916         * lib/sys_time_.h: Likewise.
15917         * lib/sysexits_.h: Likewise.
15918         * lib/time_.h: Likewise.
15919         * lib/unistd_.h: Likewise.
15920         * lib/wchar_.h: Likewise.
15921         * lib/wctype_.h: Likewise.
15922
15923 2007-05-29  Bruno Haible  <bruno@clisp.org>
15924
15925         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
15926         for the moment.
15927
15928 2007-05-29  Bruno Haible  <bruno@clisp.org>
15929
15930         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
15931         invocation.
15932         Reported by Eric Blake.
15933
15934 2007-05-29  Bruno Haible  <bruno@clisp.org>
15935
15936         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
15937         compiling case.
15938
15939 2007-05-29  Eric Blake  <ebb9@byu.net>
15940             Bruno Haible  <bruno@clisp.org>
15941
15942         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
15943         cross compiles.
15944
15945 2007-05-28  Eric Blake  <ebb9@byu.net>
15946
15947         * modules/closein-tests (test_closein_LDADD): Support test on
15948         cygwin with libtool.
15949
15950 2007-05-28  Bruno Haible  <bruno@clisp.org>
15951
15952         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
15953         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
15954         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
15955         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
15956         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
15957         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
15958         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
15959         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
15960         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
15961
15962 2007-05-28  Eric Blake  <ebb9@byu.net>
15963
15964         Unconditionally include <config.h> in unit tests.
15965         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
15966         * tests/test-allocsa.c, tests/test-arcfour.c,
15967         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
15968         tests/test-array_list.c, tests/test-array_oset.c,
15969         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
15970         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
15971         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
15972         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
15973         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
15974         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
15975         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
15976         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
15977         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
15978         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
15979         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
15980         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
15981         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
15982         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
15983         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
15984         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
15985         test-md5.c, test-memmem.c, test-printf-posix.c,
15986         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
15987         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
15988         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
15989         test-strcasestr.c, test-striconv.c, test-striconveh.c,
15990         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
15991         test-vasnprintf-posix2.c, test-vasnprintf.c,
15992         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
15993         test-vfprintf-posix.c, test-vprintf-posix.c,
15994         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
15995         test-xvasprintf.c: Likewise.
15996
15997 2007-05-28  Bruno Haible  <bruno@clisp.org>
15998
15999         * gnulib-tool (func_import): Remember the --with-tests command-line
16000         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
16001         Reported by Eric Blake.
16002
16003 2007-05-28  Bruno Haible  <bruno@clisp.org>
16004
16005         * modules/ftell-tests: New file.
16006         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
16007         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
16008
16009         * lib/ftell.c: New file.
16010         * modules/ftell: New file.
16011         * m4/ftell.m4: New file.
16012         * doc/functions/ftell.texi: Update.
16013         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
16014         REPLACE_FTELL.
16015         * lib/stdio_.h (rpl_ftell): New declaration.
16016         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
16017         REPLACE_FTELL.
16018
16019 2007-05-28  Eric Blake  <ebb9@byu.net>
16020
16021         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
16022
16023 2007-05-28  Bruno Haible  <bruno@clisp.org>
16024
16025         * modules/fseek-tests: New file.
16026         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
16027         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
16028
16029         * lib/fseek.c: New file.
16030         * modules/fseek: New file.
16031         * m4/fseek.m4: New file.
16032         * doc/functions/fseek.texi: Update.
16033         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
16034         REPLACE_FSEEK.
16035         * lib/stdio_.h (rpl_fseek): New declaration.
16036         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
16037         REPLACE_FSEEK.
16038
16039 2007-05-28  Bruno Haible  <bruno@clisp.org>
16040
16041         * lib/stdio_.h (fflush): More comments.
16042
16043 2007-05-28  Bruno Haible  <bruno@clisp.org>
16044
16045         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
16046         runtime test.
16047
16048 2007-05-28  Eric Blake  <ebb9@byu.net>
16049
16050         Improve lseek module.
16051         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
16052         * lib/unistd_.h (lseek): Scale back link warning message.
16053         * tests/test-lseek.c: Beef up test.
16054         * tests/test-lseek.sh: Exercise more facets of lseek.
16055         Reported by Bruno Haible.
16056
16057 2007-05-28  Bruno Haible  <bruno@clisp.org>
16058
16059         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
16060         to define.
16061
16062 2007-05-27  Bruno Haible  <bruno@clisp.org>
16063
16064         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
16065
16066 2007-05-27  Bruno Haible  <bruno@clisp.org>
16067
16068         * modules/openmp: New file.
16069         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
16070         Noah Misch.
16071
16072 2007-05-26  Bruno Haible  <bruno@clisp.org>
16073
16074         * modules/chdir-long (Depends-on): Add fchdir.
16075         * modules/chdir-safer (Depends-on): Likewise.
16076         * modules/fts (Depends-on): Likewise.
16077         * modules/fts-lgpl (Depends-on): Likewise.
16078         * modules/openat (Depends-on): Likewise.
16079         * modules/savewd (Depends-on): Likewise.
16080
16081 2007-05-24  Eric Blake  <ebb9@byu.net>
16082
16083         Fix lseek on mingw.
16084         * modules/lseek: New module.
16085         * m4/lseek.m4: New file.
16086         * lib/lseek.c: New file.
16087         * modules/lseek-tests: New file.
16088         * tests/test-lseek.c: New file.
16089         * tests/test-lseek.sh: New file.
16090         * MODULES.html.sh: Document lseek module.
16091         * modules/fflush (Depends-on): Add lseek, fseeko.
16092         * modules/fseeko (Depends-on): Likewise.
16093         * modules/ftello (Depends-on): Likewise.
16094         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
16095         broken.
16096         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
16097         broken.
16098         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
16099         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
16100         * lib/ftello.c (rpl_ftello): Likewise.
16101         * tests/test-fseeko.c (main): Test this.
16102         * tests/test-fseeko.sh: Likewise.
16103         * tests/test-ftello.c (main): Likewise.
16104         * tests/test-ftello.sh: Likewise.
16105         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
16106         implies replacing fseek.
16107         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
16108         HAVE_FTELLO.
16109         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
16110         * modules/unistd (Makefile.am): Likewise.
16111         * lib/unistd_.h (lseek): Declare a replacement.
16112         * doc/functions/lseek.texi (lseek): Document this fix.
16113         * doc/functions/fseek.texi (fseek): Likewise.
16114         * doc/functions/ftell.texi (ftell): Likewise.
16115
16116 2007-05-24  Bruno Haible  <bruno@clisp.org>
16117
16118         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
16119         in the printed representation of a NaN.
16120         * tests/test-vasprintf-posix.c (test_function): Likewise.
16121         * tests/test-snprintf-posix.h (test_function): Likewise.
16122         * tests/test-sprintf-posix.h (test_function): Likewise.
16123         Reported by Eric Blake.
16124
16125 2007-05-23  Eric Blake  <ebb9@byu.net>
16126
16127         Fix fseeko/ftello on cygwin 1.5.24.
16128         * doc/functions/fseeko.texi (fseeko): Document the fix.
16129         * doc/functions/ftello.texi (ftello): Document the fix.
16130         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
16131         * doc/functions/stdout.text (stdout): New file.
16132         * doc/functions/stderr.text (stderr): New file.
16133         * doc/gnulib.texi (Function Substitutes): Use new files.
16134         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
16135         prior to 1.7.0.
16136         * tests/test-ftello.c (main): Likewise for ftello.
16137         * tests/test-fseeko.sh: New file.
16138         * tests/test-ftello.sh: New file.
16139         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
16140         with seekable stdin.
16141         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
16142         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
16143         (gl_REPLACE_FSEEKO): New macro.
16144         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
16145         * modules/fseeko (Files): Distribute fseeko.c.
16146         * modules/ftello (Files): Distribute ftello.c.
16147         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
16148         mode.
16149         * lib/ftello.c (rpl_ftello): New file.
16150         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
16151         fseeko, ftello.
16152         (gl_STDIN_LARGE_OFFSET): New macro.
16153         * modules/stdio (Makefile.am): Perform the replacement.
16154         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
16155
16156 2007-05-23  Bruno Haible  <bruno@clisp.org>
16157
16158         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
16159         GNULIB_POSIXCHECK is defined.
16160
16161 2007-05-21  Bruno Haible  <bruno@clisp.org>
16162
16163         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
16164         Check also the output for NaN arguments. When cross-compiling, guess
16165         no on IRIX.
16166         * lib/vasnprintf.c: Update comments.
16167         * tests/test-vasnprintf-posix.c (strisnan): New function.
16168         (test_function): Use it.
16169         * tests/test-vasprintf-posix.c (strisnan): New function.
16170         (test_function): Use it.
16171         * tests/test-snprintf-posix.h (strisnan): New function.
16172         (test_function): Use it.
16173         * tests/test-sprintf-posix.h (strisnan): New function.
16174         (test_function): Use it.
16175         Reported by Eric Blake.
16176
16177 2007-05-20  Bruno Haible  <bruno@clisp.org>
16178
16179         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
16180         numbers that fails on BeOS.
16181         * doc/functions/frexpl.texi: Update.
16182
16183 2007-05-20  Jim Meyering  <jim@meyering.net>
16184
16185         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
16186         forced upon us by glibc-2.6.
16187
16188 2007-05-20  Bruno Haible  <bruno@clisp.org>
16189
16190         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
16191         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
16192         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
16193         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
16194         NEED_PRINTF_INFINITE.
16195         (is_infinitel): New function.
16196         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
16197         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
16198         gl_PREREQ_VASNPRINTF_INFINITE.
16199         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
16200         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
16201         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
16202         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
16203         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
16204         gl_PREREQ_VASNPRINTF_INFINITE.
16205         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
16206         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
16207         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
16208         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
16209         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
16210         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
16211         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
16212         * doc/functions/fprintf.texi: Update.
16213         * doc/functions/printf.texi: Update.
16214         * doc/functions/snprintf.texi: Update.
16215         * doc/functions/sprintf.texi: Update.
16216         * doc/functions/vfprintf.texi: Update.
16217         * doc/functions/vprintf.texi: Update.
16218         * doc/functions/vsnprintf.texi: Update.
16219         * doc/functions/vsprintf.texi: Update.
16220
16221 2007-05-20  Bruno Haible  <bruno@clisp.org>
16222
16223         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
16224         was not found in libc.
16225         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
16226
16227 2007-05-20  Bruno Haible  <bruno@clisp.org>
16228
16229         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
16230         printed as "-nan" instead of "nan".
16231         * tests/test-vasprintf-posix.c (test_function): Likewise.
16232         * tests/test-snprintf-posix.h (test_function): Likewise.
16233         * tests/test-sprintf-posix.h (test_function): Likewise.
16234         Needed for HP-UX 11.
16235
16236 2007-05-20  Jim Meyering  <jim@meyering.net>
16237
16238         Fix buggy test for the fchownat-deref bug.
16239         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
16240         symlink required for the run-test.  Without it, this test would
16241         always declare that fchownat doesn't work, and client code would
16242         unnecessarily use the replacement function with fixed libc.
16243         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
16244         Reported by Greg Schafer.
16245
16246 2007-05-19  Bruno Haible  <bruno@clisp.org>
16247
16248         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
16249         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
16250         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
16251         Needed for IRIX 6.5 and Solaris 2.5.1.
16252
16253 2007-05-19  Bruno Haible  <bruno@clisp.org>
16254
16255         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
16256         (test_function): Skip tests involving -0.0 on platforms where
16257         -0.0 = 0.0.
16258         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
16259         (test_function): Skip tests involving -0.0 on platforms where
16260         -0.0 = 0.0.
16261         * tests/test-snprintf-posix.h (have_minus_zero): New function.
16262         (test_function): Skip tests involving -0.0 on platforms where
16263         -0.0 = 0.0.
16264         * tests/test-sprintf-posix.h (have_minus_zero): New function.
16265         (test_function): Skip tests involving -0.0 on platforms where
16266         -0.0 = 0.0.
16267         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
16268         tests.
16269         * tests/test-printf-posix.h (test_function): Likewise.
16270         * tests/test-printf-posix.output: Remove all -0.0 related results.
16271         Needed for IRIX 6.5.
16272
16273 2007-05-19  Bruno Haible  <bruno@clisp.org>
16274
16275         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
16276         printed as "nan0x7fffffff" instead of "nan".
16277         * tests/test-vasprintf-posix.c (test_function): Likewise.
16278         * tests/test-snprintf-posix.h (test_function): Likewise.
16279         * tests/test-sprintf-posix.h (test_function): Likewise.
16280         * tests/test-fprintf-posix.h (NaN): Remove macro.
16281         (test_function): Remove all NaN related tests.
16282         * tests/test-printf-posix.h (NaN): Remove macro.
16283         (test_function): Remove all NaN related tests.
16284         * tests/test-printf-posix.output: Remove all NaN related results.
16285         Needed for IRIX 6.5.
16286
16287 2007-05-19  Bruno Haible  <bruno@clisp.org>
16288
16289         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
16290         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
16291
16292 2007-05-19  Bruno Haible  <bruno@clisp.org>
16293
16294         * lib/float_.h: New file.
16295         * m4/float_h.m4: New file.
16296         * modules/float: New file.
16297         * modules/isnanl (Dependencies): Add float.
16298         * modules/isnanl-nolibm (Dependencies): Likewise.
16299         * modules/mathl (Dependencies): Likewise.
16300         * modules/printf-frexpl (Dependencies): Likewise.
16301         * modules/signbit (Dependencies): Likewise.
16302         * modules/vasnprintf (Dependencies): Likewise.
16303         * doc/headers/float.texi: Update.
16304
16305 2007-05-19  Jim Meyering  <jim@meyering.net>
16306
16307         * lib/utimens.c (gl_futimens): Rename from futimens,
16308         now that glibc-2.6 declares futimens.
16309         * lib/utimens.h: Likewise.
16310
16311 2007-05-19  Bruno Haible  <bruno@clisp.org>
16312
16313         Avoid test failures on mingw.
16314         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
16315         * tests/test-printf-posix.sh: Likewise.
16316         * tests/test-vfprintf-posix.sh: Likewise.
16317         * tests/test-vprintf-posix.sh: Likewise.
16318
16319 2007-05-19  Bruno Haible  <bruno@clisp.org>
16320
16321         Fix *printf result for NaN, Inf, -0.0 on mingw.
16322         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
16323         * lib/vasnprintf.c: Include math.h and isnan.h.
16324         (is_infinite_or_zero): New function.
16325         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
16326         values in the %f, %F, %e, %E, %g, %G directives.
16327         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
16328         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
16329         gl_PRINTF_INFINITE and test its result. Invoke
16330         gl_PREREQ_VASNPRINTF_INFINITE.
16331         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
16332         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
16333         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
16334         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
16335         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
16336         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
16337         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
16338         * doc/functions/fprintf.texi: Update.
16339         * doc/functions/printf.texi: Update.
16340         * doc/functions/snprintf.texi: Update.
16341         * doc/functions/sprintf.texi: Update.
16342         * doc/functions/vfprintf.texi: Update.
16343         * doc/functions/vprintf.texi: Update.
16344         * doc/functions/vsnprintf.texi: Update.
16345         * doc/functions/vsprintf.texi: Update.
16346
16347 2007-05-19  Bruno Haible  <bruno@clisp.org>
16348
16349         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
16350         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
16351         Instead of multiplying with 10^k, set extra_zeroes to k.
16352         (scale10_round_long_double): Remove function.
16353
16354 2007-05-18  Bruno Haible  <bruno@clisp.org>
16355
16356         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
16357         introduced on 2007-05-06.
16358
16359 2007-05-18  Bruno Haible  <bruno@clisp.org>
16360
16361         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
16362         %g directives.
16363         * tests/test-vasprintf-posix.c (test_function): Likewise.
16364         * tests/test-snprintf-posix.h (test_function): Likewise.
16365         * tests/test-sprintf-posix.h (test_function): Likewise.
16366
16367 2007-05-18  Bruno Haible  <bruno@clisp.org>
16368
16369         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
16370         (strmatch): New function.
16371         (test_function): Test the %f directive on numbers of various exponents.
16372         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
16373         (strmatch): New function.
16374         (test_function): Test the %f directive on numbers of various exponents.
16375         * tests/test-snprintf-posix.h (strmatch): New function.
16376         (test_function): Test the %f directive on numbers of various exponents.
16377         * tests/test-sprintf-posix.h (strmatch): New function.
16378         (test_function): Test the %f directive on numbers of various exponents.
16379         * tests/test-snprintf-posix.c (SIZEOF): New macro.
16380         * tests/test-sprintf-posix.c (SIZEOF): New macro.
16381         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
16382         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
16383
16384 2007-05-18  Bruno Haible  <bruno@clisp.org>
16385
16386         Add support for 'long double' number output.
16387         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
16388         * lib/vasnprintf.c: Include math.h and float+.h.
16389         (mp_limb_t): New type.
16390         (GMP_LIMB_BITS): New macro.
16391         (mp_twolimb_t): New type.
16392         (GMP_TWOLIMB_BITS): New macro.
16393         (mpn_t): New type.
16394         (multiply, divide, convert_to_decimal, decode_long_double,
16395         scale10_round_long_double, scale10_round_decimal_long_double,
16396         floorlog10l): New functions.
16397         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
16398         for the %f, %F, %e, %E, %g, %G directives.
16399         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
16400         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
16401         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
16402         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
16403         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
16404         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
16405         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
16406         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
16407         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
16408         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
16409         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
16410         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
16411         * modules/snprintf-posix (Depends-on): Likewise.
16412         * modules/sprintf-posix (Depends-on): Likewise.
16413         * modules/vasnprintf-posix (Depends-on): Likewise.
16414         * modules/vasprintf-posix (Depends-on): Likewise.
16415         * modules/vfprintf-posix (Depends-on): Likewise.
16416         * modules/vsnprintf-posix (Depends-on): Likewise.
16417         * modules/vsprintf-posix (Depends-on): Likewise.
16418         * modules/vasnprintf (Files): Add lib/float+.h.
16419         * doc/functions/fprintf.texi: Update.
16420         * doc/functions/printf.texi: Update.
16421         * doc/functions/snprintf.texi: Update.
16422         * doc/functions/sprintf.texi: Update.
16423         * doc/functions/vfprintf.texi: Update.
16424         * doc/functions/vprintf.texi: Update.
16425         * doc/functions/vsnprintf.texi: Update.
16426         * doc/functions/vsprintf.texi: Update.
16427
16428 2007-05-18  Bruno Haible  <bruno@clisp.org>
16429
16430         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
16431
16432 2007-05-18  Bruno Haible  <bruno@clisp.org>
16433
16434         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
16435         for printing 64-bit integers. Needed for mingw.
16436
16437 2007-05-18  Bruno Haible  <bruno@clisp.org>
16438
16439         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
16440         gl_FUNC_FREXPL_WORKS.
16441         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
16442
16443 2007-05-18  Bruno Haible  <bruno@clisp.org>
16444
16445         * modules/frexpl-nolibm-tests: New file.
16446
16447         * modules/frexpl-nolibm: New file.
16448         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
16449
16450 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
16451
16452         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
16453         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
16454         GCC 4.2, which otherwise issues a lot of warnings.
16455         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
16456         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
16457         Likewise.
16458         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
16459         * modules/iconv_open (iconv.h): Likewise.
16460         * modules/locale (locale.h): Likewise.
16461         * modules/netinet_in (netinet/in.h): Likewise.
16462         * modules/sys_select (sys_select.h): Likewise.
16463         * modules/sys_socket (sys/socket.h): Likewise.
16464         * modules/sys_stat (sys/stat.h): Likewise.
16465         * modules/sysexits (sysexits.h): Likewise.
16466         * modules/unistd (unistd.h): Likewise.
16467
16468 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16469
16470         * modules/closein-tests (Makefile.am): Distribute
16471         `test-closein.sh'.
16472
16473 2007-05-17  Bruno Haible  <bruno@clisp.org>
16474
16475         * tests/test-printf-posix.output: Renamed from
16476         tests/test-fprintf-posix.out.
16477         * modules/fprintf-posix-tests: Update.
16478         * modules/printf-posix-tests: Update.
16479         * modules/vfprintf-posix-tests: Update.
16480         * modules/vprintf-posix-tests: Update.
16481         * tests/test-fprintf-posix.sh: Update.
16482         * tests/test-printf-posix.sh: Update.
16483         * tests/test-vfprintf-posix.sh: Update.
16484         * tests/test-vprintf-posix.sh: Update.
16485         Reported by Ralf Wildenhues.
16486
16487 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
16488
16489         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
16490         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
16491         GCC 4.2, which otherwise issues a lot of warnings.
16492         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
16493         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
16494         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
16495         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
16496         it should no longer be needed.
16497         * lib/string_.h: Likewise.
16498         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
16499         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
16500         * modules/inttypes (inttypes.h): Likewise.
16501         * modules/math (math.h): Likewise.
16502         * modules/search (search.h): Likewise.
16503         * modules/signal (signal.h): Likewise.
16504         * modules/stdint (stdint.h): Likewise.
16505         * modules/stdio (stdio.h): Likewise.
16506         * modules/stdlib (stdlib.h): Likewise.
16507         * modules/string (string.h): Likewise.
16508         * modules/sys_time (sys/time.h): Likewise.
16509         * modules/time (time.h): Likewise.
16510         * modules/wchar (wchar.h): Likewise.
16511         * modules/wctype (wtype.h): Likewise.
16512
16513 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
16514
16515         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
16516
16517 2007-05-13  Bruno Haible  <bruno@clisp.org>
16518
16519         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
16520         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
16521         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
16522         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
16523         (gl_PREREQ_STRTOK_R): Don't require it here.
16524
16525 2007-05-13  Bruno Haible  <bruno@clisp.org>
16526
16527         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
16528         when used in C++ mode.
16529
16530 2007-05-12  Bruno Haible  <bruno@clisp.org>
16531
16532         * lib/linebuffer.h: Tweak doc.
16533         * lib/linebuffer.c: Likewise.
16534
16535 2007-05-12  James Youngman  <jay@gnu.org>
16536
16537         * lib/linebuffer.c (readlinebuffer_delim): New function,
16538         like readlinebuffer, but use a caller-specified delimiter.
16539         (readlinebuffer): Just call readlinebuffer_delim with '\n'
16540         as the delimiter.
16541         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
16542
16543 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
16544
16545         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
16546         * modules/openat (Files): Remove openat-die.c.
16547         (Depends-on): Add openat-die.
16548         * modules/openat-die: New module.
16549
16550 2007-05-06  Bruno Haible  <bruno@clisp.org>
16551
16552         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
16553         Update with info about Cygwin.
16554         * doc/functions/fprintf.texi: Update.
16555         * doc/functions/printf.texi: Update.
16556         * doc/functions/snprintf.texi: Update.
16557         * doc/functions/sprintf.texi: Update.
16558         * doc/functions/vfprintf.texi: Update.
16559         * doc/functions/vprintf.texi: Update.
16560         * doc/functions/vsnprintf.texi: Update.
16561         * doc/functions/vsprintf.texi: Update.
16562         Reported by Eric Blake.
16563
16564 2007-05-06  Bruno Haible  <bruno@clisp.org>
16565
16566         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
16567         padding ourselves for the floating-point directives.
16568         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
16569         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
16570         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
16571         gl_PRINTF_FLAG_ZERO and test its result. Invoke
16572         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
16573         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
16574         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
16575         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
16576         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
16577         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
16578         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
16579         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
16580         * tests/test-snprintf-posix.h (test_function): Also check the width
16581         and some flags in the %f directive.
16582         * tests/test-sprintf-posix.h (test_function): Likewise.
16583         * tests/test-vasnprintf-posix.c (test_function): Likewise.
16584         * tests/test-vasprintf-posix.c (test_function): Likewise.
16585         * doc/functions/fprintf.texi: Update.
16586         * doc/functions/printf.texi: Update.
16587         * doc/functions/snprintf.texi: Update.
16588         * doc/functions/sprintf.texi: Update.
16589         * doc/functions/vfprintf.texi: Update.
16590         * doc/functions/vprintf.texi: Update.
16591         * doc/functions/vsnprintf.texi: Update.
16592         * doc/functions/vsprintf.texi: Update.
16593
16594 2007-05-06  Bruno Haible  <bruno@clisp.org>
16595
16596         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
16597         pass the ' flag character to sprintf or snprintf.
16598         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
16599         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
16600         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
16601         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
16602         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
16603         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
16604         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
16605         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
16606         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
16607         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
16608         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
16609         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
16610         * tests/test-snprintf-posix.h (test_function): Also check the grouping
16611         flag.
16612         * tests/test-sprintf-posix.h (test_function): Likewise.
16613         * tests/test-vasnprintf-posix.c (test_function): Likewise.
16614         * tests/test-vasprintf-posix.c (test_function): Likewise.
16615         * doc/functions/fprintf.texi: Update.
16616         * doc/functions/printf.texi: Update.
16617         * doc/functions/snprintf.texi: Update.
16618         * doc/functions/sprintf.texi: Update.
16619         * doc/functions/vfprintf.texi: Update.
16620         * doc/functions/vprintf.texi: Update.
16621         * doc/functions/vsnprintf.texi: Update.
16622         * doc/functions/vsprintf.texi: Update.
16623
16624 2007-05-01  Bruno Haible  <bruno@clisp.org>
16625
16626         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
16627
16628 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
16629
16630         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
16631         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
16632
16633 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
16634
16635         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
16636         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
16637         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
16638
16639 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
16640
16641         * lib/argp-help.c (struct hol_entry): New member `ord'.
16642         (HOL_ENTRY_PTRCMP): Use ord for comparison
16643         (hol_sort): Initialize ord.
16644
16645 2007-05-01  Bruno Haible  <bruno@clisp.org>
16646
16647         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
16648         Reported by Eric Blake.
16649         * doc/gnulib.texi (Function Substitutes): Update.
16650
16651 2007-05-01  Bruno Haible  <bruno@clisp.org>
16652
16653         * doc/functions.texi: Remove file, now redundant through
16654         doc/functions/*.texi.
16655
16656 2007-05-01  Bruno Haible  <bruno@clisp.org>
16657
16658         * modules/argp (Depends-on): Add sleep.
16659
16660 2007-05-01  Bruno Haible  <bruno@clisp.org>
16661
16662         * modules/sleep-tests: New file.
16663         * tests/test-sleep.c: New file.
16664
16665         * modules/sleep: New file.
16666         * lib/sleep.c: New file.
16667         * m4/sleep.m4: New file.
16668         * lib/unistd_.h (sleep): New declaration.
16669         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
16670         HAVE_SLEEP.
16671         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
16672         * doc/functions/sleep.texi: Document the sleep module.
16673
16674 2007-05-01  Bruno Haible  <bruno@clisp.org>
16675
16676         * lib/sigprocmask.h: Remove file.
16677         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
16678         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
16679         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
16680         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
16681         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
16682         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
16683         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
16684         HAVE_SIGSET_T as a shell variable.
16685         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
16686         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
16687         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
16688         (Depends-on): Add signal. Remove verify.
16689         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
16690         (Include): Mention <signal.h> instead of sigprocmask.h.
16691         * NEWS: Mention the change.
16692         * lib/fatal-signal.c: Don't include sigprocmask.h.
16693
16694 2007-05-01  Bruno Haible  <bruno@clisp.org>
16695
16696         * modules/signal: New file.
16697         * lib/signal_.h: New file.
16698         * m4/signal_h.m4: New file.
16699
16700 2007-05-01  Bruno Haible  <bruno@clisp.org>
16701
16702         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
16703         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
16704         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
16705         HAVE_WCTYPE_CTMP_BUG into wctype.h.
16706
16707 2007-05-01  Bruno Haible  <bruno@clisp.org>
16708
16709         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
16710         configure time.
16711         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
16712         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
16713         * modules/sys_stat (Makefile.am): Substitute their values into
16714         sys/stat.h.
16715
16716 2007-05-01  Bruno Haible  <bruno@clisp.org>
16717
16718         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
16719         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
16720         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
16721
16722 2007-05-01  Bruno Haible  <bruno@clisp.org>
16723
16724         * doc/header/assert.texi: Undo last change: don't mention the gnulib
16725         'assert' module here.
16726
16727 2007-05-01  Bruno Haible  <bruno@clisp.org>
16728
16729         * doc/functions/*.texi: New files.
16730         * doc/functions/google-ranking.txt: New file.
16731         * doc/gnulib.texi (Function Substitutes): New chapter.
16732         (ctime, inet_ntoa): Remove sections.
16733         * doc/ctime.texi: Remove file.
16734         * doc/inet_ntoa.texi: Remove file.
16735         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
16736         dependencies.
16737         (%.info): New rule, specifying a --reference-limit.
16738
16739 2007-05-01  Bruno Haible  <bruno@clisp.org>
16740
16741         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
16742
16743 2007-05-01  Bruno Haible  <bruno@clisp.org>
16744
16745         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
16746         the portability of 'mkdir' to mingw systems.
16747
16748 2007-05-01  Bruno Haible  <bruno@clisp.org>
16749
16750         * doc/headers/google-ranking.txt: New file.
16751
16752 2007-04-30  Eric Blake  <ebb9@byu.net>
16753
16754         Prefer fseeko to fseek.
16755         * modules/getpass (Depends-on): Add fseeko.
16756         * lib/getpass.c (getpass): Use fseeko, not fseek.
16757
16758 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
16759
16760         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
16761         assumes the sorting is stable, while most qsort implementations
16762         are not.  Use argument addresses to ensure they never compare as
16763         equal.
16764
16765         * tests/test-argp-2.sh (usage-indent test): Fix output
16766         (func_compare): Restore diff options
16767         * tests/test-argp.c: Restore #include "progname.h"
16768
16769 2007-04-29  Bruno Haible  <bruno@clisp.org>
16770
16771         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
16772         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
16773         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
16774         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
16775         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
16776         (configure.ac): Define CHECK_SNPRINTF_POSIX.
16777         (TESTS, check_PROGRAMS): Add test-snprintf.
16778         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
16779         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
16780         (TESTS, check_PROGRAMS): Add test-vsnprintf.
16781         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
16782         assertions that fail on HP-UX, OSF/1, or IRIX.
16783         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
16784
16785 2007-04-29  Bruno Haible  <bruno@clisp.org>
16786
16787         * MODULES.html.sh (posix_functions): Remove 'contents'.
16788
16789 2007-04-29  Karl Berry  <karl@gnu.org>
16790
16791         * config/srclist.txt (gendocs_template_min): new entry.
16792
16793 2007-04-29  Bruno Haible  <bruno@clisp.org>
16794
16795         Work around fpurge bug on BSD systems.
16796         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
16797         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
16798         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
16799         fpurge to rpl_fpurge if the system already has this function.
16800         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
16801         the case where the system already has this function. Correct invariants
16802         on BSD systems.
16803         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
16804         BSD systems.
16805
16806 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
16807
16808         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
16809         proposed by Sven Verdoolaege.
16810
16811         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
16812         options.
16813         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
16814         (usage and help tests): Update
16815
16816 2007-04-29  Bruno Haible  <bruno@clisp.org>
16817
16818         * tests/test-fflush.c (main): Use a file of size 17, not 10.
16819         Print more information in case of failure. Disable a test on BeOS.
16820
16821 2007-04-29  Bruno Haible  <bruno@clisp.org>
16822
16823         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
16824         This helps debugging on systems on which no gdb is available.
16825
16826 2007-04-29  Bruno Haible  <bruno@clisp.org>
16827
16828         * lib/freading.h: Improve comments.
16829         * lib/fwriting.h: Likewise.
16830         * tests/test-freading.c (main): Don't check freading immediately after
16831         repositioning. Needed for glibc.
16832
16833 2007-04-29  Bruno Haible  <bruno@clisp.org>
16834
16835         * lib/freading.c (freading): Trivial simplification.
16836
16837 2007-04-28  Bruno Haible  <bruno@clisp.org>
16838
16839         * tests/test-fwriting.c (main): Also test the interaction between
16840         fflush and fwriting.
16841         * modules/fwriting-tests (Depends-on): Add fflush.
16842
16843         * tests/test-freading.c (main): Also test the interaction between
16844         fflush and freading.
16845         * modules/freading-tests (Depends-on): Add fflush.
16846
16847 2007-04-28  Bruno Haible  <bruno@clisp.org>
16848
16849         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
16850         fseeko and ftello.
16851         Suggested by Eric Blake.
16852
16853 2007-04-28  Jim Meyering  <jim@meyering.net>
16854
16855         Avoid false-negative in gl_STDINT_H's C99 conformance test.
16856         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
16857         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
16858
16859 2007-04-27  Eric Blake  <ebb9@byu.net>
16860
16861         * doc/headers/assert.texi (assert.h): Document assert module use.
16862
16863 2007-04-27  Bruno Haible  <bruno@clisp.org>
16864
16865         * doc/headers/*.texi: New files.
16866         * doc/gnulib.texi (Header File Substitutes): New chapter.
16867         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
16868         dependencies.
16869         (standards.info ,standards.html, standards.dvi): Update dependencies.
16870         (mostlyclean, clean): New targets.
16871
16872 2007-04-27  Bruno Haible  <bruno@clisp.org>
16873
16874         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
16875         * modules/sysexits (Files, Makefile.am): Update.
16876
16877         * lib/sys_socket_.h: Renamed from lib/socket_.h.
16878         * modules/sys_socket (Files, Makefile.am): Update.
16879
16880         * lib/sys_stat_.h: Renamed from lib/stat_.h.
16881         * modules/sys_stat (Files, Makefile.am): Update.
16882
16883 2007-04-27  Eric Blake  <ebb9@byu.net>
16884
16885         * lib/freading.h: Improve comments.
16886         * lib/fwriting.h: Likewise.
16887         * lib/fflush.c: Likewise.
16888
16889         Fix closein for mingw.
16890         * modules/closein-tests: Add tests for closein.
16891         * tests/test-closein.c: New file.
16892         * tests/test-closein.sh: Likewise.
16893         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
16894         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
16895
16896 2007-04-27  Bruno Haible  <bruno@clisp.org>
16897
16898         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
16899         version is < 6.
16900         * lib/math_.h [__DECC]: Likewise.
16901         * lib/stdio_.h [__DECC]: Likewise.
16902         * lib/stdlib_.h [__DECC]: Likewise.
16903         * lib/string_.h [__DECC]: Likewise.
16904         * lib/time_.h [__DECC]: Likewise.
16905         * lib/wchar_.h [__DECC]: Likewise.
16906         * lib/wctype_.h [__DECC]: Likewise.
16907
16908 2007-04-27  Bruno Haible  <bruno@clisp.org>
16909
16910         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
16911
16912 2007-04-27  Bruno Haible  <bruno@clisp.org>
16913
16914         * lib/fflush.c: Add comments.
16915         * modules/fpurge-tests (Depends-on): Add fflush.
16916         * modules/freadable-tests (Depends-on): Likewise.
16917         * modules/fwritable-tests (Depends-on): Likewise.
16918
16919 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
16920
16921         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
16922         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
16923         Report by Bruno Haible <bruno@clisp.org>.
16924
16925 2007-04-26  Eric Blake  <ebb9@byu.net>
16926
16927         Fix fflush on mingw.
16928         * modules/fflush (Depends-on): Add freading.
16929         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
16930         but unread data.
16931
16932 2007-04-26  Eric Blake  <ebb9@byu.net>
16933         and Bruno Haible  <bruno@clisp.org>
16934
16935         Implement freading and fwriting.
16936         * lib/freading.c: New file.
16937         * lib/freading.h: Likewise.
16938         * m4/freading.m4: Likewise.
16939         * modules/freading: Likewise.
16940         * modules/freading-tests: Likewise.
16941         * tests/test-freading.c: Likewise.
16942         * lib/fwriting.c: New file.
16943         * lib/fwriting.h: Likewise.
16944         * m4/fwriting.m4: Likewise.
16945         * modules/fwriting: Likewise.
16946         * modules/fwriting-tests: Likewise.
16947         * tests/test-fwriting.c: Likewise.
16948         * MODULES.html.sh (File stream based Input/Output): Mention them.
16949
16950 2007-04-26  Bruno Haible  <bruno@clisp.org>
16951
16952         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
16953         'long' when we assume it.
16954         Suggested by Eric Blake.
16955
16956 2007-04-26  Bruno Haible  <bruno@clisp.org>
16957
16958         Ensure fseeko, ftello are declared on glibc systems.
16959         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
16960         * modules/fseeko (configure.ac-early): Likewise.
16961         * modules/ftello (configure.ac-early): Likewise.
16962         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
16963         AC_FUNC_FSEEKO for this.
16964         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
16965         (gl_CHECK_FSEEKO): Remove macro.
16966
16967 2007-04-26  Bruno Haible  <bruno@clisp.org>
16968
16969         * tests/test-fflush.c (main): Also check the ftell result after
16970         fflush and fseek/fseeko.
16971         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
16972         file descriptor position cache in the stream.
16973         * lib/fseeko.c (rpl_fseeko): Likewise.
16974
16975 2007-04-26  Bruno Haible  <bruno@clisp.org>
16976
16977         * modules/fflush-tests (Depends-on): Add fseeko.
16978
16979 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
16980             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16981
16982         * lib/argz_.h: ensure error_t definition is obtained in same
16983         mechanism system argz.h would have.
16984         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
16985         argz facilities are known bad.  Err on the side of caution if
16986         cross-compiling.
16987
16988 2007-04-25  Eric Blake  <ebb9@byu.net>
16989
16990         * lib/fpurge.c (includes): Use stdlib.h for free.
16991         * tests/test-fflush.c (main): Also test fflush-fseeko.
16992
16993 2007-04-25  Bruno Haible  <bruno@clisp.org>
16994
16995         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
16996         * lib/fseeko.c: New file.
16997         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
16998         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
16999         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
17000         gl_FUNC_FSEEKO.
17001         (gl_FUNC_FSEEKO): Invoke it.
17002         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
17003         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
17004         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
17005
17006 2007-04-25  Bruno Haible  <bruno@clisp.org>
17007
17008         * modules/fflush (Depends-on): Add ftello.
17009
17010 2007-04-25  Bruno Haible  <bruno@clisp.org>
17011
17012         * modules/ftello-tests: New file.
17013         * tests/test-ftello.c: New file.
17014
17015         * modules/ftello: New file.
17016         * m4/ftello.m4: New file.
17017         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
17018         HAVE_FTELLO.
17019         * lib/stdio_.h (ftello): New declaration.
17020         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
17021         HAVE_FTELLO.
17022
17023 2007-04-25  Bruno Haible  <bruno@clisp.org>
17024
17025         * modules/fseeko-tests: New file.
17026         * tests/test-fseeko.c: New file.
17027
17028         * modules/fseeko: New file.
17029         * m4/fseeko.m4: New file.
17030         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
17031         HAVE_FSEEKO.
17032         * lib/stdio_.h (fseeko): New declaration.
17033         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
17034         HAVE_FSEEKO.
17035
17036 2007-04-25  Bruno Haible  <bruno@clisp.org>
17037
17038         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
17039
17040 2007-04-25  Bruno Haible  <bruno@clisp.org>
17041
17042         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
17043         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
17044         * tests/test-unistd.c: Likewise.
17045         * tests/test-fcntl.c: Likewise.
17046
17047 2007-04-23  Eric Blake  <ebb9@byu.net>
17048
17049         * lib/fflush.c: Fix missing include.
17050         Reported by Bruno Haible.
17051
17052 2007-04-23  Bruno Haible  <bruno@clisp.org>
17053
17054         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
17055         Reported by Eric Blake.
17056
17057 2007-04-23  Bruno Haible  <bruno@clisp.org>
17058
17059         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
17060
17061 2007-04-23  Bruno Haible  <bruno@clisp.org>
17062
17063         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
17064
17065 2007-04-23  Bruno Haible  <bruno@clisp.org>
17066
17067         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
17068         Needed on HP-UX 11.
17069
17070 2007-04-16  Eric Blake  <ebb9@byu.net>
17071
17072         Make fflush rely on fpurge.
17073         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
17074         open coding all variants.
17075         * modules/fflush (Depends-on): Add fpurge and unistd.
17076         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
17077         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
17078
17079         Fix --with-tests compilation on cygwin.
17080         * modules/argmatch-tests (Makefile.am): List gnulib library first
17081         in LDADD.
17082         * modules/argp-tests (Makefile.am): Likewise.
17083         * modules/array-list-tests (Makefile.am): Likewise.
17084         * modules/array-oset-tests (Makefile.am): Likewise.
17085         * modules/avltree-list-tests (Makefile.am): Likewise.
17086         * modules/avltree-oset-tests (Makefile.am): Likewise.
17087         * modules/avltreehash-list-tests (Makefile.am): Likewise.
17088         * modules/carray-list-tests (Makefile.am): Likewise.
17089         * modules/dirname-tests (Makefile.am): Likewise.
17090         * modules/frexp-tests (Makefile.am): Likewise.
17091         * modules/isnanl-tests (Makefile.am): Likewise.
17092         * modules/linked-list-tests (Makefile.am): Likewise.
17093         * modules/linkedhash-list-tests (Makefile.am): Likewise.
17094         * modules/lock-tests (Makefile.am): Likewise.
17095         * modules/rbtree-list-tests (Makefile.am): Likewise.
17096         * modules/rbtree-oset-tests (Makefile.am): Likewise.
17097         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
17098         * modules/tls-tests (Makefile.am): Likewise.
17099         * modules/tsearch-tests (Makefile.am): Likewise.
17100         * modules/xvasprintf-tests (Makefile.am): Likewise.
17101
17102         Fix fpurge for cygwin.
17103         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
17104         value.
17105         * modules/fpurge-tests (Depends-on): Clean up trash.
17106
17107 2007-04-16  Simon Josefsson  <simon@josefsson.org>
17108
17109         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
17110
17111         * m4/autobuild.m4: Re-indent.
17112
17113 2007-04-13  Bruno Haible  <bruno@clisp.org>
17114
17115         * modules/fpurge-tests: New file.
17116         * tests/test-fpurge.c: New file.
17117
17118         * modules/fpurge: New file.
17119         * lib/fpurge.h: New file.
17120         * lib/fpurge.c: New file.
17121         * m4/fpurge.m4: New file.
17122
17123 2007-04-13  Bruno Haible  <bruno@clisp.org>
17124
17125         * modules/fbufmode-tests: New file.
17126         * tests/test-fbufmode.c: New file.
17127
17128         * modules/fbufmode: New file.
17129         * lib/fbufmode.h: New file.
17130         * lib/fbufmode.c: New file.
17131         * m4/fbufmode.m4: New file.
17132
17133 2007-04-13  Bruno Haible  <bruno@clisp.org>
17134
17135         * modules/fwritable-tests: New file.
17136         * tests/test-fwritable.c: New file.
17137
17138         * modules/fwritable: New file.
17139         * lib/fwritable.h: New file.
17140         * lib/fwritable.c: New file.
17141         * m4/fwritable.m4: New file.
17142
17143 2007-04-13  Bruno Haible  <bruno@clisp.org>
17144
17145         * modules/freadable-tests: New file.
17146         * tests/test-freadable.c: New file.
17147
17148         * modules/freadable: New file.
17149         * lib/freadable.h: New file.
17150         * lib/freadable.c: New file.
17151         * m4/freadable.m4: New file.
17152
17153 2007-04-13  Bruno Haible  <bruno@clisp.org>
17154
17155         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
17156         MOSTLYCLEANFILES.
17157
17158 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
17159
17160         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
17161         gzip bootstrap.conf to avoid dragging in i18n machinery.
17162         (gnulib_tool_option): Use it.
17163
17164 2007-04-13  Bruno Haible  <bruno@clisp.org>
17165
17166         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
17167         %F directives.
17168         * tests/test-vasprintf-posix.c (test_function): Likewise.
17169         * tests/test-snprintf-posix.h (test_function): Likewise.
17170         * tests/test-sprintf-posix.h (test_function): Likewise.
17171         * tests/test-fprintf-posix.h (test_function): Likewise.
17172         * tests/test-printf-posix.h (test_function): Likewise.
17173         * tests/test-fprintf-posix.out: Likewise.
17174
17175 2007-04-13  Bruno Haible  <bruno@clisp.org>
17176
17177         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
17178         * modules/tls-tests (configure.ac): Likewise.
17179         Reported by Arto C. Nirkko <anirkko@insel.ch>.
17180
17181 2007-04-13  Bruno Haible  <bruno@clisp.org>
17182
17183         * lib/tls.c (glthread_tls_get): Fix return type.
17184         Patch by Arto C. Nirkko <anirkko@insel.ch>.
17185
17186 2007-04-12  Eric Blake  <ebb9@byu.net>
17187
17188         * modules/gettime (Depends-on): Remove gettime.
17189         Reported by Dmitry V. Levin.
17190
17191 2007-04-12  Bruno Haible  <bruno@clisp.org>
17192
17193         * modules/fflush (Include): Mention <stdio.h>.
17194         * modules/strtoimax (Include): Mention <inttypes.h>.
17195         * modules/strtoumax (Include): Likewise.
17196
17197 2007-04-12  Eric Blake  <ebb9@byu.net>
17198
17199         * .cvsignore: New file.
17200         * .gitignore: Likewise.
17201
17202 2007-04-12  Bruno Haible  <bruno@clisp.org>
17203
17204         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
17205         not before, since $(LDADD) often contains libgnu.a.
17206         * modules/striconv-tests (test_striconv_LDADD): Likewise.
17207         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
17208         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
17209         Needed on Cygwin.
17210
17211 2007-04-12  Eric Blake  <ebb9@byu.net>
17212
17213         Work around glibc's failure to flush stdin on fclose.
17214         * lib/closein.c (close_stdin): Flush stdin before closing.
17215
17216         Work around glibc's failure to reset seekable stdin on exit.
17217         * modules/closein: New module.
17218         * lib/closein.c: New file.
17219         * lib/closein.h: Likewise.
17220         * m4/closein.m4: Likewise.
17221         * MODULES.html.sh (File stream based Input/Output): Document it.
17222
17223 2007-04-12  Simon Josefsson  <simon@josefsson.org>
17224
17225         * gnulib-tool: Rename generated 'autobuild' script to
17226         'do-autobuild' in --create-megatestdir output.
17227
17228         * doc/gnulib.texi (Build robot for gnulib): Fix.
17229
17230 2007-04-12  Simon Josefsson  <simon@josefsson.org>
17231
17232         * modules/sysexits (Depends-on): Add absolute-header.
17233
17234 2007-04-12  Eric Blake  <ebb9@byu.net>
17235
17236         No need to preserve errno on success.
17237         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
17238         Reported by Bruno Haible.
17239
17240 2007-04-12  Simon Josefsson  <simon@josefsson.org>
17241
17242         * MODULES.html.sh (Support for maintaining and releasing
17243         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
17244
17245 2007-04-12  Simon Josefsson  <simon@josefsson.org>
17246
17247         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
17248
17249 2007-04-12  Simon Josefsson  <simon@josefsson.org>
17250
17251         * modules/autobuild: New module.
17252
17253         * m4/autobuild.m4: New file.
17254
17255 2007-04-11  Bruno Haible  <bruno@clisp.org>
17256
17257         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
17258         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
17259         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
17260         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
17261         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
17262         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
17263         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
17264         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
17265         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
17266         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
17267         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
17268         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
17269         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
17270         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
17271         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
17272         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
17273         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
17274         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
17275         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
17276         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
17277         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
17278         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
17279         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
17280         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
17281         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
17282         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
17283         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
17284         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
17285         Reported by Eric Blake.
17286
17287 2007-04-11  Bruno Haible  <bruno@clisp.org>
17288
17289         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
17290
17291 2007-04-10  Bruno Haible  <bruno@clisp.org>
17292
17293         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
17294         for NaN and Infinity. Needed on FreeBSD 6.1.
17295         * tests/test-vasnprintf-posix.c (test_function): Undo last change
17296         regarding results for "%010a" of Infinity and NaN.
17297         * tests/test-vasprintf-posix.c (test_function): Likewise.
17298         * tests/test-snprintf-posix.h (test_function): Likewise.
17299         * tests/test-sprintf-posix.h (test_function): Likewise.
17300         * tests/test-fprintf-posix.h (test_function): Likewise.
17301         * tests/test-printf-posix.h (test_function): Likewise.
17302         * tests/test-fprintf-posix.out: Likewise.
17303
17304 2007-04-10  Bruno Haible  <bruno@clisp.org>
17305
17306         * modules/locale-tests: New file.
17307         * tests/test-locale.c: New file.
17308
17309         * modules/locale: New file.
17310         * lib/locale_.h: New file.
17311         * m4/locale_h.m4: New file.
17312
17313 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
17314             Bruno Haible  <bruno@clisp.org>
17315
17316         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
17317         be determined, test for availability of the copysignf, copysign,
17318         copysignl functions.
17319         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
17320         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
17321         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
17322
17323 2007-04-09  Eric Blake  <ebb9@byu.net>
17324
17325         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
17326         * modules/stdio (Makefile.am): Support fflush.
17327         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
17328         * modules/fflush: New file.
17329         * lib/fflush.c: Likewise.
17330         * m4/fflush.m4: Likewise.
17331         * modules/fflush-tests: New test.
17332         * tests/test-fflush.c: Likewise.
17333         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
17334
17335 2007-04-06  Bruno Haible  <bruno@clisp.org>
17336
17337         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
17338         (VASNPRINTF): Use signbit for faster determination whether to print a
17339         minus sign.
17340         * modules/vasnprintf (Files): Remove lib/float+.h.
17341         * modules/fprintf-posix (Depends-on): Add signbit.
17342         * modules/snprintf-posix (Depends-on): Likewise.
17343         * modules/sprintf-posix (Depends-on): Likewise.
17344         * modules/vasnprintf-posix (Depends-on): Likewise.
17345         * modules/vasprintf-posix (Depends-on): Likewise.
17346         * modules/vfprintf-posix (Depends-on): Likewise.
17347         * modules/vsnprintf-posix (Depends-on): Likewise.
17348         * modules/vsprintf-posix (Depends-on): Likewise.
17349
17350 2007-04-06  Bruno Haible  <bruno@clisp.org>
17351
17352         * tests/test-frexp.c (main): Test also the sign bit of zero results.
17353         * tests/test-frexpl.c (main): Likewise.
17354         * tests/test-ldexpl.c (main): Likewise.
17355         * modules/frexp-tests (Depends-on): Add signbit.
17356         * modules/frexpl-tests (Depdends-on): Likewise.
17357         * modules/ldexpl-tests (Depdends-on): Likewise.
17358
17359 2007-04-06  Bruno Haible  <bruno@clisp.org>
17360
17361         * modules/signbit-tests: New file.
17362         * tests/test-signbit.c: New file.
17363
17364         * modules/signbit: New file.
17365         * lib/signbitf.c: New file.
17366         * lib/signbitd.c: New file.
17367         * lib/signbitl.c: New file.
17368         * m4/signbit.m4: New file.
17369         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
17370         (signbit): New macro.
17371         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
17372         REPLACE_SIGNBIT.
17373         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
17374         REPLACE_FREXPL into math.h.
17375
17376 2007-04-06  Bruno Haible  <bruno@clisp.org>
17377
17378         * modules/isnanf-nolibm-tests: New file.
17379         * tests/test-isnanf.c: New file.
17380
17381         * modules/isnanf-nolibm: New file.
17382         * lib/isnanf.h: New file.
17383         * lib/isnanf.c: New file.
17384         * lib/isnan.c: Consider the USE_FLOAT macro.
17385         * m4/isnanf.m4: New file.
17386
17387 2007-04-06  Bruno Haible  <bruno@clisp.org>
17388
17389         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
17390         (Link): New section.
17391
17392         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
17393
17394 2007-04-06  Bruno Haible  <bruno@clisp.org>
17395
17396         Assume the 'long double' type.
17397         * m4/longdouble.m4: Remove file.
17398         * config/srclist.txt: Don't mention longdouble.m4.
17399         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
17400         * lib/float+.h: Likewise.
17401         * lib/frexp.c: Likewise.
17402         * lib/printf-args.h: Likewise.
17403         * lib/printf-args.c: Likewise.
17404         * lib/printf-frexp.c: Likewise.
17405         * lib/printf-parse.c: Likewise.
17406         * lib/vasnprintf.c: Likewise.
17407         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
17408         * m4/intl.m4: Likewise.
17409         * m4/isnanl.m4: Likewise.
17410         * m4/printf.m4: Likewise.
17411         * m4/printf-frexpl.m4: Likewise.
17412         * m4/vasnprintf.m4: Likewise.
17413         * modules/allocsa (Files): Remove m4/longdouble.m4.
17414         * modules/gettext (Files): Likewise.
17415         * modules/relocatable-prog-wrapper (Files): Likewise.
17416         * modules/vasnprintf (Files): Likewise.
17417         * modules/isnanl (Files): Likewise.
17418         (Include): Simplify.
17419         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
17420         (Include): Simplify.
17421         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
17422         (Include): Simplify.
17423         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
17424         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
17425         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
17426         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
17427         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
17428         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
17429         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
17430         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
17431         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
17432         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
17433         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
17434         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
17435         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
17436         * tests/test-isnanl.c: Likewise.
17437         * tests/test-snprintf-posix.h: Likewise.
17438         * tests/test-sprintf-posix.h: Likewise.
17439         * tests/test-vasnprintf-posix.c: Likewise.
17440         * tests/test-vasnprintf-posix2.c: Likewise.
17441         * tests/test-vasprintf-posix.c: Likewise.
17442
17443 2007-04-06  Bruno Haible  <bruno@clisp.org>
17444
17445         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
17446         * lib/math_.h [__DECC]: Include the overridden include file through
17447         #include_next, outside the double-inclusion guard.
17448         * lib/stdio_.h [__DECC]: Likewise.
17449         * lib/stdlib_.h [__DECC]: Likewise.
17450         * lib/string_.h [__DECC]: Likewise.
17451         * lib/time_.h [__DECC]: Likewise.
17452         * lib/wchar_.h [__DECC]: Likewise.
17453         * lib/wctype_.h [__DECC]: Likewise.
17454         * lib/inttypes_.h [__DECC]: Likewise.
17455         Reported by Albert Chin <china@thewrittenword.com> in
17456         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
17457
17458 2007-04-04  Eric Blake  <ebb9@byu.net>
17459
17460         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
17461         1.5.x.
17462
17463 2007-04-04  Bruno Haible  <bruno@clisp.org>
17464
17465         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
17466         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
17467
17468 2007-04-04  Bruno Haible  <bruno@clisp.org>
17469
17470         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
17471         results for "%010a" of Infinity and NaN.
17472         * tests/test-vasprintf-posix.c (test_function): Likewise.
17473         * tests/test-snprintf-posix.h (test_function): Likewise.
17474         * tests/test-sprintf-posix.h (test_function): Likewise.
17475         * tests/test-fprintf-posix.h (test_function): Remove these tests.
17476         * tests/test-printf-posix.h (test_function): Likewise.
17477         * tests/test-fprintf-posix.out: Update.
17478         Needed for FreeBSD 6.1.
17479
17480 2007-04-04  Bruno Haible  <bruno@clisp.org>
17481
17482         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
17483         directly used by the gnulib modules nor by gnulib-tool.
17484
17485 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
17486
17487         * DEPENDENCIES: Give overall description of version dependency
17488         desirability.  Use more-typical names for apps.
17489         Add shell, coreutils, diffutils, grep, tar, gzip.
17490
17491 2007-04-04  Simon Josefsson  <simon@josefsson.org>
17492
17493         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
17494
17495 2007-04-04  Karl Berry  <karl@gnu.org>
17496
17497         * MODULES.html.sh (func_module): missing '.
17498
17499 2007-04-03  Bruno Haible  <bruno@clisp.org>
17500
17501         * modules/argmatch-tests (Makefile.am): New variable
17502         test_argmatch_LDADD.
17503         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
17504         * modules/array-list-tests (Makefile.am): New variable
17505         test_array_list_LDADD.
17506         * modules/array-oset-tests (Makefile.am): New variable
17507         test_array_oset_LDADD.
17508         * modules/avltree-list-tests (Makefile.am): New variable
17509         test_avltree_list_LDADD.
17510         * modules/avltree-oset-tests (Makefile.am): New variable
17511         test_avltree_oset_LDADD.
17512         * modules/avltreehash-list-tests (Makefile.am): New variable
17513         test_avltreehash_list_LDADD.
17514         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
17515         test_canonicalize_lgpl_LDADD.
17516         * modules/carray-list-tests (Makefile.am): New variable
17517         test_carray_list_LDADD.
17518         * modules/dirname-tests (Makefile.am): New variable
17519         test_dirname_LDADD.
17520         * modules/linked-list-tests (Makefile.am): New variable
17521         test_linked_list_LDADD.
17522         * modules/linkedhash-list-tests (Makefile.am): New variable
17523         test_linkedhash_list_LDADD.
17524         * modules/rbtree-list-tests (Makefile.am): New variable
17525         test_rbtree_list_LDADD.
17526         * modules/rbtree-oset-tests (Makefile.am): New variable
17527         test_rbtree_oset_LDADD.
17528         * modules/rbtreehash-list-tests (Makefile.am): New variable
17529         test_rbtreehash_list_LDADD.
17530         * modules/xvasprintf-tests (Makefile.am): New variable
17531         test_xvasprintf_LDADD.
17532         Reported by Eric Blake.
17533
17534 2007-04-03  Eric Blake  <ebb9@byu.net>
17535
17536         * DEPENDENCIES: Weaken m4 requirements.
17537
17538 2007-04-03  Bruno Haible  <bruno@clisp.org>
17539
17540         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
17541         * modules/isnanl-tests (configure.ac): Likewise.
17542
17543 2007-04-03  Ben Pfaff  <blp@gnu.org>
17544
17545         * modules/iconv_open: Add $(srcdir)/ to source directory
17546         references in Makefile fragments that call gperf, to fix VPATH
17547         builds.
17548
17549 2007-04-03  Bruno Haible  <bruno@clisp.org>
17550
17551         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
17552         * lib/ldexpl.c: Undo last change.
17553
17554 2007-04-03  Bruno Haible  <bruno@clisp.org>
17555
17556         * modules/printf-frexpl (Depends-on): Undo last change.
17557         (Files): Add m4/ldexpl.m4.
17558
17559 2007-04-03  Bruno Haible  <bruno@clisp.org>
17560
17561         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
17562         * modules/isnanl (Link): New section.
17563
17564         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
17565         * modules/frexp (Link): New section.
17566
17567         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
17568         * modules/frexpl (Link): New section.
17569
17570         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
17571         * modules/ldexpl (Link): New section.
17572
17573 2007-04-03  Bruno Haible  <bruno@clisp.org>
17574
17575         * modules/TEMPLATE-EXTENDED: New file.
17576         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
17577
17578 2007-04-03  Bruno Haible  <bruno@clisp.org>
17579
17580         * DEPENDENCIES: New file.
17581         Suggested by Simon Josefsson.
17582
17583 2007-04-03  Bruno Haible  <bruno@clisp.org>
17584
17585         * doc/gnulib.texi: Escape @.
17586
17587 2007-04-03  James Youngman  <jay@gnu.org>
17588         and Paul Eggert  <eggert@cs.ucla.edu>
17589
17590         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
17591         birthtime on all systems that have birthtime, not just those which
17592         use st_birthtimensec rather than st_birthtim.  Putting zero in
17593         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
17594         that the birth time is not available for files on an NFS mount.
17595
17596 2007-04-03  Simon Josefsson  <simon@josefsson.org>
17597
17598         * modules/memxor: Move back from crypto/, suggested by Bruno.
17599         * modules/crypto/hmac-sha1: Fix memxor dependency.
17600
17601         * modules/crypto/gc: Moved from ../.
17602
17603 2007-04-02  Eric Blake  <ebb9@byu.net>
17604
17605         * lib/ldexpl.c (includes): Avoid libm.
17606
17607         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
17608
17609 2007-04-02  Bruno Haible  <bruno@clisp.org>
17610
17611         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
17612         on IRIX.
17613
17614 2007-04-02  Bruno Haible  <bruno@clisp.org>
17615
17616         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
17617         x86 or x86_64 platforms running MacOS X.
17618         Reported by Ryan Schmidt <@ryandesign.com>.
17619
17620 2007-04-02  Bruno Haible  <bruno@clisp.org>
17621
17622         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
17623         i386.
17624
17625 2007-04-01  Simon Josefsson  <simon@josefsson.org>
17626
17627         * modules/crypto/arcfour: Moved from ../.
17628         * modules/crypto/arcfour-tests: Moved from ../.
17629         * modules/crypto/arctwo: Moved from ../.
17630         * modules/crypto/arctwo-tests: Moved from ../.
17631         * modules/crypto/des: Moved from ../.
17632         * modules/crypto/des-tests: Moved from ../.
17633         * modules/crypto/gc-arcfour: Moved from ../.
17634         * modules/crypto/gc-arcfour-tests: Moved from ../.
17635         * modules/crypto/gc-arctwo: Moved from ../.
17636         * modules/crypto/gc-arctwo-tests: Moved from ../.
17637         * modules/crypto/gc-des: Moved from ../.
17638         * modules/crypto/gc-des-tests: Moved from ../.
17639         * modules/crypto/gc-hmac-md5: Moved from ../.
17640         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
17641         * modules/crypto/gc-hmac-sha1: Moved from ../.
17642         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
17643         * modules/crypto/gc-md2: Moved from ../.
17644         * modules/crypto/gc-md2-tests: Moved from ../.
17645         * modules/crypto/gc-md4: Moved from ../.
17646         * modules/crypto/gc-md4-tests: Moved from ../.
17647         * modules/crypto/gc-md5: Moved from ../.
17648         * modules/crypto/gc-md5-tests: Moved from ../.
17649         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
17650         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
17651         * modules/crypto/gc-random: Moved from ../.
17652         * modules/crypto/gc-rijndael: Moved from ../.
17653         * modules/crypto/gc-rijndael-tests: Moved from ../.
17654         * modules/crypto/gc-sha1: Moved from ../.
17655         * modules/crypto/gc-sha1-tests: Moved from ../.
17656         * modules/crypto/gc-tests: Moved from ../.
17657         * modules/crypto/hmac-md5: Moved from ../.
17658         * modules/crypto/hmac-md5-tests: Moved from ../.
17659         * modules/crypto/hmac-sha1: Moved from ../.
17660         * modules/crypto/hmac-sha1-tests: Moved from ../.
17661         * modules/crypto/md2: Moved from ../.
17662         * modules/crypto/md2-tests: Moved from ../.
17663         * modules/crypto/md4: Moved from ../.
17664         * modules/crypto/md4-tests: Moved from ../.
17665         * modules/crypto/md5: Moved from ../.
17666         * modules/crypto/md5-tests: Moved from ../.
17667         * modules/crypto/memxor: Moved from ../.
17668         * modules/crypto/rijndael: Moved from ../.
17669         * modules/crypto/rijndael-tests: Moved from ../.
17670         * modules/crypto/sha1: Moved from ../.
17671
17672 2007-03-30  James Youngman  <jay@gnu.org>
17673
17674         * tests/test-stat-time.c (prepare_test): use chmod() rather than
17675         rename() to change the ctime of a file (because ctime is unaffected
17676         by rename on jfs2 on AIX 5.1).
17677         (main): Start by doing cleanup, in case a previous run failed leaving
17678         test files behind.
17679
17680 2007-03-31  Bruno Haible  <bruno@clisp.org>
17681
17682         Support old proprietary implementations of iconv.
17683         * modules/iconv_open: New file.
17684         * lib/iconv_.h: New file.
17685         * m4/iconv_h.m4: New file.
17686         * lib/iconv_open.c: New file.
17687         * lib/iconv_open-aix.gperf: New file.
17688         * lib/iconv_open-hpux.gperf: New file.
17689         * lib/iconv_open-irix.gperf: New file.
17690         * lib/iconv_open-osf.gperf: New file.
17691         * m4/iconv_open.m4: New file.
17692         * modules/linebreak (Depends-on): Add iconv_open.
17693         * modules/striconv (Depends-on): Likewise.
17694         * modules/striconveh (Depends-on): Likewise.
17695         * modules/unicodeio (Depends-on): Likewise.
17696         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
17697         (iconv_t)(-1).
17698         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
17699         conversion if cd is (iconv_t)(-1).
17700         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
17701         is not possible.
17702
17703 2007-03-31  Bruno Haible  <bruno@clisp.org>
17704
17705         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
17706         work on Solaris either. Protect also second use of "autodetect_jp".
17707
17708 2007-03-31  Bruno Haible  <bruno@clisp.org>
17709
17710         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
17711         the function is not present.
17712
17713 2007-03-31  Bruno Haible  <bruno@clisp.org>
17714
17715         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
17716         the function is not present.
17717
17718 2007-03-31  Bruno Haible  <bruno@clisp.org>
17719
17720         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
17721         a bug in HP-UX iconv_open().
17722
17723 2007-03-31  Bruno Haible  <bruno@clisp.org>
17724
17725         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
17726         (Mathematics <math.h>): New section, add fpieee.
17727         (Input/output <stdio.h>): Add fseterr.
17728         (Mathematics <math.h>): New section, add printf-frexp.
17729         (Container data structures): Add sublist.
17730         (Core language properties): Add fpucw, inline.
17731         (Functions for greatest-width integer types <inttypes.h>): Add
17732         imaxabs, imaxdiv, inttypes.
17733         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
17734         isnanl-nolibm, ldexp.
17735         (Mathematics <math.h>): New section, add printf-frexpl.
17736         (Support for systems lacking POSIX:2001): Add fprintf-posix,
17737         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
17738         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
17739         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
17740         (Unicode string functions): Add unistr/u*-mbtoucr.
17741         (Java): Add javacomp-script, javaexec-script.
17742         (C#): Add csharpcomp-script, csharpexec-script.
17743         (Support for building libraries and executables): Add havelib,
17744         relocatable-*.
17745         (Support for maintaining and releasing projects): Renamed from
17746         'Support for maintaining and release projects'. Add announce-gen.
17747
17748 2007-03-31  Bruno Haible  <bruno@clisp.org>
17749
17750         * README: Talk primarily about git.
17751         (git and CVS): Renamed from CVS.
17752         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
17753         gnulib is available through git.
17754         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
17755
17756 2007-03-30  Bruno Haible  <bruno@clisp.org>
17757
17758         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
17759         * lib/poll_.h: Likewise.
17760         * lib/stat_.h: Likewise.
17761         * lib/sys_time_.h: Likewise.
17762         * lib/sysexit_.h: Likewise.
17763         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
17764         * lib/stdbool_.h: Likewise.
17765         * lib/byteswap_.h: Add double-inclusion guard.
17766
17767 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
17768
17769         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
17770
17771 2007-03-30  Karl Berry  <karl@gnu.org>
17772
17773         * config/srclist-update: double space after USA in the license
17774         substitution, since that's how it's usually (?) written.
17775
17776 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
17777
17778         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
17779         reported by Bruno Haible.
17780
17781 2007-03-29  Bruno Haible  <bruno@clisp.org>
17782
17783         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
17784         a bug in AIX iconv().
17785
17786 2007-03-29  Bruno Haible  <bruno@clisp.org>
17787
17788         * modules/ldexpl-tests: New file.
17789         * tests/test-ldexpl.c: New file.
17790
17791 2007-03-29  Bruno Haible  <bruno@clisp.org>
17792
17793         * lib/ldexpl.c: Include fpucw.h.
17794         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
17795         multiplication.
17796         * modules/ldexpl (Depends-on): Add fpucw.
17797
17798 2007-03-29  Bruno Haible  <bruno@clisp.org>
17799
17800         * modules/ldexpl: New file.
17801         * m4/ldexpl.m4: New file.
17802         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
17803         set.
17804         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
17805         REPLACE_LDEXPL.
17806         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
17807         REPLACE_LDEXPL.
17808         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
17809         gl_FUNC_LDEXPL_WORKS.
17810         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
17811         * modules/mathl (Files): Remove lib/ldexpl.c.
17812         (Depends-on): Add ldexpl.
17813
17814 2007-03-29  Bruno Haible  <bruno@clisp.org>
17815
17816         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
17817
17818 2007-03-29  Bruno Haible  <bruno@clisp.org>
17819
17820         * tests/test-striconveh.c (main): Don't assume that a direct conversion
17821         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
17822         and possibly also HP-UX.
17823         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
17824         work on AIX, IRIX, HP-UX, OSF/1.
17825         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
17826         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
17827         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
17828         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
17829         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
17830         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
17831
17832 2007-03-29  Bruno Haible  <bruno@clisp.org>
17833
17834         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
17835
17836 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
17837
17838         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
17839         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
17840
17841 2007-03-29  Eric Blake  <ebb9@byu.net>
17842
17843         * lib/acl-internal.h: Remove redundant include.
17844         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
17845         Cygwin when a file is locked.
17846
17847 2007-03-29  Bruno Haible  <bruno@clisp.org>
17848
17849         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
17850         file.
17851         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
17852
17853 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
17854
17855         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
17856         try to remove a parent directory if the child couldn't be removed
17857         (except for the first rmdir, which could fail because the child
17858         doesn't exist).  Problem reported by Jeff Blaine in
17859         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
17860
17861 2007-03-28  Bruno Haible  <bruno@clisp.org>
17862
17863         * lib/striconveh.c (utf8conv_carefully): New function.
17864         (mem_cd_iconveh_internal): Invoke it.
17865
17866 2007-03-28  Bruno Haible  <bruno@clisp.org>
17867
17868         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
17869         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
17870         input.
17871         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
17872         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
17873         unistr/u8-uctomb.
17874
17875 2007-03-28  Bruno Haible  <bruno@clisp.org>
17876
17877         * modules/unistr/u8-mbtoucr: New file.
17878         * lib/unistr/u8-mbtoucr.c: New file.
17879         * modules/unistr/u16-mbtoucr: New file.
17880         * lib/unistr/u16-mbtoucr.c: New file.
17881         * modules/unistr/u16-mbtoucr: New file.
17882         * lib/unistr/u16-mbtoucr.c: New file.
17883         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
17884
17885 2007-03-27  Simon Josefsson  <simon@josefsson.org>
17886             Bruno Haible  <bruno@clisp.org>
17887
17888         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
17889         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
17890         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
17891
17892         * m4/stdio_h.m4: Add stubs for vasprintf too.
17893
17894         * modules/stdio: Support vasprintf in sed command.
17895
17896         * modules/vasprintf: Depend on stdio for prototypes.  Remove
17897         vasprintf.h.  Add stdio module indicator.
17898
17899         * lib/stdio_.h: Declare asprintf and vasprintf, based on
17900         vasprintf.h.
17901
17902         * lib/vasprintf.h: File removed.
17903
17904         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
17905         * lib/vasprintf.c: Ditto.
17906         * lib/xvasprintf.c: Ditto.
17907         * tests/test-vasprintf-posix.c: Ditto.
17908         * tests/test-vasprintf.c: Ditto.
17909
17910 2007-03-27  Bruno Haible  <bruno@clisp.org>
17911
17912         Make vasnprintf multithread-safe.
17913         * lib/vasnprintf.c (decimal_point_char): New function.
17914         (VASNPRINTF): Use it.
17915         Suggested by Simon Josefsson.
17916
17917 2007-03-27  Eric Blake  <ebb9@byu.net>
17918
17919         Support sub-second birthtime on cygwin.
17920         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
17921         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
17922         (get_stat_birthtime): Also work with st_birthtim.
17923
17924 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
17925
17926         * lib/stat-time.h (USE_BIRTHTIME): Remove.
17927         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
17928         (get_stat_birthtime_ns): Do not try to use "spare" fields.
17929         (get_stat_birthtime_ns): Simplify compile-time tests.
17930         (get_stat_birthtime): Change the API to look like
17931         get_stat_mtime etc., except return a negative tv_nsec on error.
17932         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
17933         Don't check for "spare" fields.
17934         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
17935         or for struct stat.st_birthtime, as these tests aren't used.
17936         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
17937
17938 2007-03-27  Bruno Haible  <bruno@clisp.org>
17939
17940         * lib/stat-time.h: Include <sys/stat.h>.
17941
17942 2007-03-27  James Youngman  <jay@gnu.org>
17943
17944         * lib/stat-time.h (get_stat_birthtime): New function for
17945           retrieving st_birthtime as provided by UFS2 (hence *BSD).
17946         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
17947           and its variants.
17948         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
17949         * modules/stat-time-test: New file.
17950         * tests/test-stat-time.c: New test, devised by Bruno Haible.
17951
17952 2007-03-26  Bruno Haible  <bruno@clisp.org>
17953
17954         Better support of signalling NaNs.
17955         * lib/atanl.c: Include isnanl.h.
17956         (atanl): Perform test for NaN at the beginning of the function and
17957         through a call to isnanl.
17958         * lib/cosl.c: Include isnanl.h.
17959         (cosl): Perform test for NaN at the beginning of the function and
17960         through a call to isnanl.
17961         * lib/ldexpl.c: Include isnanl.h.
17962         (ldexpl): Perform test for NaN through a call to isnanl.
17963         * lib/logl.c: Include isnanl.h.
17964         (logl): Perform test for NaN at the beginning of the function and
17965         through a call to isnanl.
17966         * lib/sinl.c: Include isnanl.h.
17967         (sinl): Perform test for NaN at the beginning of the function and
17968         through a call to isnanl.
17969         * lib/sqrtl.c: Include isnanl.h.
17970         (sqrtl): Perform test for NaN at the beginning of the function and
17971         through a call to isnanl.
17972         * lib/tanl.c: Include isnanl.h.
17973         (tanl): Perform test for NaN at the beginning of the function and
17974         through a call to isnanl.
17975         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
17976         * modules/mathl (Depends-on): Add isnanl.
17977
17978 2007-03-26  Eric Blake  <ebb9@byu.net>
17979
17980         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
17981         regression in logic sense of previous patch.
17982
17983 2007-03-26  Bruno Haible  <bruno@clisp.org>
17984
17985         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
17986         unportable shell command "if ! ...".
17987         Reported by Ralf Wildenhues.
17988
17989 2007-03-25  Bruno Haible  <bruno@clisp.org>
17990
17991         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
17992         <sysexits.h> file, and only add EX_CONFIG.
17993         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
17994         absolute file name and whether it is sufficient. Substitute also
17995         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
17996         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
17997         ABSOLUTE_SYSEXITS_H into sysexits.h.
17998
17999 2007-03-25  Bruno Haible  <bruno@clisp.org>
18000
18001         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
18002         hints is NULL.
18003
18004 2007-03-25  Bruno Haible  <bruno@clisp.org>
18005
18006         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
18007         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
18008
18009 2007-03-25  Bruno Haible  <bruno@clisp.org>
18010
18011         * lib/vasnprintf.c: Include langinfo.h.
18012         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
18013         multithread-safe.
18014         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
18015         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
18016         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
18017         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
18018         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
18019         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
18020         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
18021         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
18022         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
18023         Reported by Simon Josefsson.
18024
18025 2007-03-25  Bruno Haible  <bruno@clisp.org>
18026
18027         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
18028         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
18029         * modules/vasnprintf (Depends-on): Add stdint.
18030
18031 2007-03-25  Bruno Haible  <bruno@clisp.org>
18032
18033         * modules/fpieee: New file.
18034         * m4/fpieee.m4: New file.
18035         * modules/isnan-nolibm (Depends-on): Add fpieee.
18036         * modules/isnanl-nolibm (Depends-on): Add fpieee.
18037         * modules/isnanl (Depends-on): Add fpieee.
18038
18039 2007-03-25  Bruno Haible  <bruno@clisp.org>
18040
18041         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
18042
18043 2007-03-25  Bruno Haible  <bruno@clisp.org>
18044
18045         Avoid test failures on IRIX 6.5.
18046         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
18047         (main): Use it.
18048         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
18049         macros.
18050         (main): Use them.
18051
18052 2007-03-25  Bruno Haible  <bruno@clisp.org>
18053
18054         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
18055         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
18056         exists but doesn't work.
18057         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
18058         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
18059         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
18060         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
18061
18062 2007-03-25  Bruno Haible  <bruno@clisp.org>
18063
18064         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
18065         returns inf. Needed on IRIX 6.5.
18066
18067 2007-03-25  Bruno Haible  <bruno@clisp.org>
18068
18069         * tests/test-frexpl.c: Include isnanl-nolibm.h.
18070         (main): Use isnanl instead of x != x idiom.
18071         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
18072
18073         * tests/test-frexp.c: Include isnan.h.
18074         (main): Use isnan instead of x != x idiom.
18075         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
18076
18077 2007-03-25  Bruno Haible  <bruno@clisp.org>
18078
18079         * tests/test-frexp.c (NaN): New function/macro.
18080         (main): Use it instead of 0.0 / 0.0.
18081         * tests/test-isnan.c (NaN): New function/macro.
18082         (main): Use it instead of 0.0 / 0.0.
18083         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
18084         (test_function): Use it instead of 0.0 / 0.0.
18085         * tests/test-vasprintf-posix.c (NaN): New function/macro.
18086         (test_function): Use it instead of 0.0 / 0.0.
18087         * tests/test-snprintf-posix.h (NaN): New function/macro.
18088         (test_function): Use it instead of 0.0 / 0.0.
18089         * tests/test-sprintf-posix.h (NaN): New function/macro.
18090         (test_function): Use it instead of 0.0 / 0.0.
18091         * tests/test-fprintf-posix.h (NaN): New function/macro.
18092         (test_function): Use it instead of 0.0 / 0.0.
18093         * tests/test-printf-posix.h (NaN): New function/macro.
18094         (test_function): Use it instead of 0.0 / 0.0.
18095
18096         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
18097
18098 2007-03-25  Bruno Haible  <bruno@clisp.org>
18099
18100         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
18101
18102 2007-03-25  Bruno Haible  <bruno@clisp.org>
18103
18104         * lib/regexec.c (merge_state_with_log): Make static.
18105
18106 2007-03-25  Bruno Haible  <bruno@clisp.org>
18107
18108         * lib/trigl.c (kernel_rem_pio2): Make static.
18109
18110 2007-03-25  Bruno Haible  <bruno@clisp.org>
18111
18112         * lib/sincosl.c (sincosl_table): Make static.
18113
18114 2007-03-25  Bruno Haible  <bruno@clisp.org>
18115
18116         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
18117         if the compiler does not support C99.
18118
18119 2007-03-25  Bruno Haible  <bruno@clisp.org>
18120
18121         * modules/time (Makefile.am): Ensure all rule action lines start with a
18122         tab.
18123
18124 2007-03-24  Bruno Haible  <bruno@clisp.org>
18125
18126         * modules/tsearch-tests: New file.
18127         * tests/test-tsearch.sh: New file.
18128         * tests/test-tsearch.c: New file, mostly copied from glibc.
18129
18130         * modules/search-tests: New file.
18131         * tests/test-search.c: New file.
18132
18133         * modules/search: New file.
18134         * lib/search_.h: New file, incorporating lib/tsearch.h.
18135         * m4/search_h.m4: New file.
18136         * lib/tsearch.h: Remove file.
18137         * lib/tsearch.c: Include search.h instead of tsearch.h.
18138         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
18139         HAVE_TSEARCH.
18140         * modules/tsearch (Files): Remove lib/tsearch.h.
18141         (Depends-on): Add search.
18142         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
18143         (Include): Change tsearch.h into search.h.
18144
18145 2007-03-24  Bruno Haible  <bruno@clisp.org>
18146
18147         * modules/fpucw: New file.
18148         * lib/fpucw.h: New file.
18149         * lib/frexp.c: Include fpucw.h.
18150         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
18151         (FUNC): Use them.
18152         * lib/printf-frexp.c: Include fpucw.h.
18153         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
18154         (FUNC): Use them.
18155         * lib/vasnprintf.c: Include fpucw.h.
18156         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
18157         'long double' calculations.
18158         * tests/test-frexpl.c: Include fpucw.h.
18159         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
18160         * tests/test-printf-frexpl.c: Include fpucw.h.
18161         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
18162         * modules/frexpl (Depends-on): Add fpucw.
18163         * modules/printf-frexpl (Depends-on): Likewise.
18164         * modules/fprintf-posix (Depends-on): Likewise.
18165         * modules/snprintf-posix (Depends-on): Likewise.
18166         * modules/sprintf-posix (Depends-on): Likewise.
18167         * modules/vasnprintf-posix (Depends-on): Likewise.
18168         * modules/vasprintf-posix (Depends-on): Likewise.
18169         * modules/vfprintf-posix (Depends-on): Likewise.
18170         * modules/vsnprintf-posix (Depends-on): Likewise.
18171         * modules/vsprintf-posix (Depends-on): Likewise.
18172         * modules/frexpl-tests (Depends-on): Likewise.
18173         * modules/printf-frexpl-tests (Depends-on): Likewise.
18174
18175 2007-03-24  Bruno Haible  <bruno@clisp.org>
18176
18177         * lib/float+.h: New file.
18178         * lib/isnan.c: Include float+.h.
18179         (SIZE): New macro.
18180         (FUNC): Compare only SIZE bytes of the value.
18181         * lib/vasnprintf.c: Include float+.h.
18182         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
18183         SIZEOF_LDBL or SIZEOF_DBL bytes.
18184         * modules/isnan-nolibm (Files): Add lib/float+.h.
18185         * modules/isnanl-nolibm (Files): Add lib/float+.h.
18186         * modules/isnanl (Files): Add lib/float+.h.
18187         * modules/vasnprintf (Files): Add lib/float+.h.
18188
18189 2007-03-24  Bruno Haible  <bruno@clisp.org>
18190
18191         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
18192         include isnanl-nolibm.h.
18193
18194 2007-03-24  Bruno Haible  <bruno@clisp.org>
18195
18196         * tests/test-read-file.c (main): Don't produce spurious output for
18197         expected situations. Make the test fail if it encountered unexpected
18198         results.
18199
18200 2007-03-24  Bruno Haible  <bruno@clisp.org>
18201
18202         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
18203         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
18204
18205 2007-03-24  Bruno Haible  <bruno@clisp.org>
18206
18207         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
18208
18209 2007-03-24  Bruno Haible  <bruno@clisp.org>
18210
18211         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
18212         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
18213
18214         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
18215         * modules/utf8-ucs4: Turn into a symbolic link to module
18216         unistr/u8-mbtouc.
18217
18218         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
18219         utf8-ucs4-unsafe.
18220         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
18221         unistr/u8-mbtouc-unsafe.
18222
18223         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
18224         * modules/utf16-ucs4: Turn into a symbolic link to module
18225         unistr/u16-mbtouc.
18226
18227         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
18228         utf16-ucs4-unsafe.
18229         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
18230         unistr/u16-mbtouc-unsafe.
18231
18232         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
18233         * modules/ucs4-utf8: Turn into a symbolic link to module
18234         unistr/u8-ubtomb.
18235
18236         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
18237         * modules/ucs4-utf16: Turn into a symbolic link to module
18238         unistr/u16-ubtomb.
18239
18240 2007-03-24  Bruno Haible  <bruno@clisp.org>
18241
18242         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
18243         Enable the function only if HAVE_INLINE.
18244         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
18245         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
18246         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
18247         Enable the function only if HAVE_INLINE.
18248         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
18249         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
18250         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
18251         Enable the function only if HAVE_INLINE.
18252         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
18253         Enable the function only if HAVE_INLINE.
18254         * modules/utf8-ucs4: Update.
18255         * modules/utf8-ucs4-unsafe: Update.
18256         * modules/utf16-ucs4: Update.
18257         * modules/utf16-ucs4-unsafe: Update.
18258         * modules/ucs4-utf8: Update.
18259         * modules/ucs4-utf16: Update.
18260
18261 2007-03-24  Bruno Haible  <bruno@clisp.org>
18262
18263         * lib/utf8-ucs4.h: Remove file.
18264         * lib/utf8-ucs4-unsafe.h: Remove file.
18265         * lib/utf16-ucs4.h: Remove file.
18266         * lib/utf16-ucs4-unsafe.h: Remove file.
18267         * lib/ucs4-utf8.h: Remove file.
18268         * lib/ucs4-utf16.h: Remove file.
18269         * lib/unistr.h: Include their previous contents.
18270         * m4/utf-ucs4.m4: Remove file.
18271         * m4/ucs4-utf.m4: Remove file.
18272         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
18273         (Depends-on): Add unistr/base.
18274         (configure.ac): Remove gl_UTF_UCS4.
18275         (Makefile.am): Update.
18276         (Include): Change to unistr.h.
18277         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
18278         (Depends-on): Add unistr/base.
18279         (configure.ac): Remove gl_UTF_UCS4.
18280         (Makefile.am): Update.
18281         (Include): Change to unistr.h.
18282         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
18283         (Depends-on): Add unistr/base.
18284         (configure.ac): Remove gl_UTF_UCS4.
18285         (Makefile.am): Update.
18286         (Include): Change to unistr.h.
18287         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
18288         (Depends-on): Add unistr/base.
18289         (configure.ac): Remove gl_UTF_UCS4.
18290         (Makefile.am): Update.
18291         (Include): Change to unistr.h.
18292         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
18293         (Depends-on): Add unistr/base.
18294         (configure.ac): Remove gl_UCS4_UTF.
18295         (Makefile.am): Update.
18296         (Include): Change to unistr.h.
18297         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
18298         (Depends-on): Add unistr/base.
18299         (configure.ac): Remove gl_UCS4_UTF.
18300         (Makefile.am): Update.
18301         (Include): Change to unistr.h.
18302         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
18303         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
18304         utf8-ucs4-unsafe.h.
18305         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
18306         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
18307         utf16-ucs4-unsafe.h.
18308         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
18309         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
18310         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
18311         * lib/unistr/u8-strchr.c: Likewise.
18312         * lib/unistr/u8-strrchr.c: Likewise.
18313         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
18314         * lib/unistr/u16-strchr.c: Likewise.
18315         * lib/unistr/u16-strrchr.c: Likewise.
18316         * lib/striconveh.c: Update.
18317         * lib/linebreak.c: Update.
18318
18319 2007-03-24  Bruno Haible  <bruno@clisp.org>
18320
18321         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
18322         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
18323
18324 2007-03-22  Bruno Haible  <bruno@clisp.org>
18325
18326         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
18327
18328 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
18329
18330         * MODULES.html.sh (File system functions): New module write-any-file.
18331         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
18332         * m4/write-any-file.m4: New files.
18333
18334 2007-03-23  Eric Blake  <ebb9@byu.net>
18335
18336         * gnulib-tool: Rearrange space-tab sequences, since some editors
18337         like to eat them.
18338
18339 2007-03-23  Eric Blake  <ebb9@byu.net>
18340
18341         * lib/version-etc.c (version_etc_va): Update license wording to
18342         be more concise.  Recommended by Richard Stallman.
18343
18344 2007-03-22  Bruno Haible  <bruno@clisp.org>
18345
18346         * lib/poll.c (MSG_PEEK): New fallback definition.
18347
18348 2007-03-22  Bruno Haible  <bruno@clisp.org>
18349
18350         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
18351         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
18352         (main): Update.
18353         Fixes a compilation error on BeOS.
18354
18355 2007-03-22  Bruno Haible  <bruno@clisp.org>
18356
18357         * modules/frexpl-tests: New file.
18358         * tests/test-frexpl.c: New file.
18359
18360         * modules/frexpl: New file.
18361         * m4/frexpl.m4: New file.
18362         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
18363         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
18364         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
18365         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
18366         (Depends-on): Add frexpl. Remove isnanl-nolibm.
18367         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
18368
18369 2007-03-22  Bruno Haible  <bruno@clisp.org>
18370
18371         * lib/frexpl.c: Share code with lib/frexp.c.
18372         * modules/mathl (Files): Add lib/frexp.c.
18373         (Depends-on): Add isnanl-nolibm.
18374
18375 2007-03-22  Bruno Haible  <bruno@clisp.org>
18376
18377         * modules/printf-frexp (Files): Add m4/frexp.m4.
18378         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
18379         only if the found frexp function actually works.
18380
18381 2007-03-22  Bruno Haible  <bruno@clisp.org>
18382
18383         * lib/frexp.c: Remove older implementation that uses divisions.
18384
18385 2007-03-21  Bruno Haible  <bruno@clisp.org>
18386
18387         * modules/frexp-tests: New file.
18388         * tests/test-frexp.c: New file.
18389
18390         * modules/frexp: New file.
18391         * lib/frexp.c: New file.
18392         * m4/frexp.m4: New file.
18393         * lib/math_.h (frexp): New declaration.
18394         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
18395         REPLACE_FREXP.
18396         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
18397
18398 2007-03-21  Bruno Haible  <bruno@clisp.org>
18399
18400         * modules/isnanl-tests: New file.
18401         * tests/test-isnanl.c: New file.
18402
18403         * modules/isnanl: New file.
18404         * lib/isnanl.h: New file.
18405         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
18406         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
18407         gl_FUNC_ISNANL_WORKS.
18408         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
18409         New macros.
18410
18411 2007-03-21  Bruno Haible  <bruno@clisp.org>
18412
18413         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
18414         lib/isnanl.h.
18415         (Include): Update.
18416         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
18417         * lib/vasnprintf.c: Update.
18418         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
18419         tests/test-isnanl.h, remove tests/test-isnanl.c.
18420         (Makefile.am): Update.
18421         * tests/test-isnanl-nolibm.c: New file.
18422         * tests/test-isnanl.h: New file.
18423         * tests/test-isnanl.c: Remove file.
18424
18425 2007-03-21  Jim Meyering  <jim@meyering.net>
18426
18427         When trying to open ".", treat ESTALE like EACCES.
18428         * lib/savewd.c (savewd_save): Resort to forking not just upon
18429         failure with EACCES, but also when errno is ESTALE.
18430
18431 2007-03-20  Bruno Haible  <bruno@clisp.org>
18432
18433         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
18434         Needed on AIX 5.1. Reported by Matthew Woehlke.
18435
18436 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
18437
18438         Suggestions by Bruno Haible:
18439         * lib/acl-internal.h: Include "gettext.h" rather than rolling
18440         our own.
18441         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
18442         * modules/acl (Depends-on): Add gettext.
18443
18444 2007-03-19  Bruno Haible  <bruno@clisp.org>
18445
18446         * modules/iconvme: Remove file.
18447         * lib/iconvme.h: Remove file.
18448         * lib/iconvme.c: Remove file.
18449         * m4/iconvme.m4: Remove file.
18450
18451 2007-03-19  Bruno Haible  <bruno@clisp.org>
18452
18453         * doc/relocatable-maint.texi: Break long shell script line.
18454         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
18455
18456 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
18457
18458         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
18459         handle file_has_acl.
18460         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
18461         * lib/acl.c: Move header inclusions and related macro defns into
18462         lib/acl-internal.h.
18463         (S_ISLNK): Remove defn, since that's now done for us.
18464         (file_has_acl): Move to lib/file-has-acl.c.
18465         Call acl_trivial if available.  This is the crucial part of the fix.
18466         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
18467         shared within the library.  Rewrite a bit, partly to make it compatible
18468         with the GNU coding style.
18469         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
18470         Remove unnecessary double-quotes.
18471         Don't test for acl_to_text; the build will catch that.
18472         Replace acl_entries if it doesn't exist and it is needed.
18473         Check for -lsec and acl_trivial (as used on Solaris 10).
18474         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
18475         lib/file-has-acl.c.
18476         (Depends-on): Add sys_stat, for S_ISLNK.
18477
18478 2007-03-19  Ben Pfaff  <blp@gnu.org>
18479
18480         * doc/gnulib.texi: Fix typos.
18481         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
18482
18483 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
18484
18485         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
18486         If size is zero here, buf must be zero.
18487
18488 2007-03-19  Simon Josefsson  <simon@josefsson.org>
18489
18490         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
18491         <bruno@clisp.org>.
18492
18493 2007-03-18  Bruno Haible  <bruno@clisp.org>
18494
18495         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
18496         Suggested by Eric Blake.
18497
18498 2007-03-18  Ben Pfaff  <blp@gnu.org>
18499
18500         * doc/relocatable.texi: Recommend using as prefix a directory
18501         that does not exist and will never be created.  Based on
18502         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
18503         and others.
18504
18505 2007-03-17  Bruno Haible  <bruno@clisp.org>
18506
18507         * lib/fchownat.c: Include lchown.h.
18508
18509 2007-03-17  Bruno Haible  <bruno@clisp.org>
18510
18511         Fix endless loop when the given allocated size was > INT_MAX.
18512         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
18513         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
18514         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
18515         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
18516         * lib/sprintf.c (sprintf): Likewise.
18517
18518 2007-03-17  Bruno Haible  <bruno@clisp.org>
18519
18520         * tests/test-argp-2.sh (func_compare): Output a context diff.
18521
18522 2007-03-17  Bruno Haible  <bruno@clisp.org>
18523
18524         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
18525         locale's decimal-point character.
18526
18527 2007-03-17  Bruno Haible  <bruno@clisp.org>
18528
18529         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
18530         before comparing it. Needed because on some platforms (e.g. x86) a
18531         'long double' occupies less bytes than sizeof (long double).
18532
18533 2007-03-17  Bruno Haible  <bruno@clisp.org>
18534
18535         * tests/test-crc.c (main): Make printf statements 64-bit clean.
18536         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
18537         * tests/test-getaddrinfo.c (simple): Likewise.
18538         * tests/test-read-file.c (main): Likewise.
18539
18540 2007-03-17  Bruno Haible  <bruno@clisp.org>
18541
18542         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
18543
18544 2007-03-17  Bruno Haible  <bruno@clisp.org>
18545
18546         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
18547         unused variable.
18548
18549 2007-03-17  Bruno Haible  <bruno@clisp.org>
18550
18551         * tests/test-c-strcasecmp.c: Include c-strcase.h.
18552         * tests/test-c-strncasecmp.c: Likewise.
18553
18554 2007-03-17  Bruno Haible  <bruno@clisp.org>
18555
18556         * modules/stdlib (Depends-on): Add unistd.
18557         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
18558         Needed for MacOS X 10.3.
18559
18560 2007-03-17  Bruno Haible  <bruno@clisp.org>
18561
18562         * lib/unistr/u-strdup.h: Include <stdlib.h>.
18563
18564 2007-03-17  Bruno Haible  <bruno@clisp.org>
18565
18566         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
18567
18568 2007-03-17  Bruno Haible  <bruno@clisp.org>
18569
18570         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
18571         to reflect files copied from gnulib (with or without modifications).
18572         Suggested by Jim Meyering.
18573
18574 2007-03-17  Eric Blake  <ebb9@byu.net>
18575
18576         * NEWS: Document stdlib change from 2007-02-18.
18577
18578 2007-03-17  Jim Meyering  <jim@meyering.net>
18579
18580         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
18581         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
18582         someone uses a name containing shell meta-characters.
18583         Reported by Alfred M. Szmidt.
18584
18585         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
18586
18587 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
18588
18589         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
18590         and copy gettext configuration files only if configure.ac contains
18591         a use of AM_GNU_GETTEXT_VERSION.
18592
18593 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
18594
18595         * build-aux/bootstrap (gnulib_name): New variable.
18596         (gnulib_tool_options): Use it.
18597
18598 2007-03-13  Simon Josefsson  <simon@josefsson.org>
18599
18600         * tests/test-des.c: Use new namespace.
18601
18602 2007-03-15  Bruno Haible  <bruno@clisp.org>
18603
18604         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
18605         Reported by James Youngman <jay@gnu.org>.
18606
18607 2007-03-15  Bruno Haible  <bruno@clisp.org>
18608
18609         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
18610         declared prototype. Needed with cc on OSF/1 5.1.
18611
18612 2007-03-15  Bruno Haible  <bruno@clisp.org>
18613
18614         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
18615         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
18616         (struct gl_list_implementation): Add dispose_fn argument to the
18617         'create_empty', 'create' methods.
18618         (struct gl_list_impl_base): Add field 'dispose_fn'.
18619         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
18620         argument.
18621         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
18622         dispose_fn argument.
18623         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
18624         dispose_fn on the dropped values.
18625         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
18626         dispose_fn argument.
18627         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
18628         dropped values.
18629         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
18630         (gl_tree_remove_node): Call dispose_fn on the dropped value.
18631         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
18632         (gl_tree_remove_node): Call dispose_fn on the dropped value.
18633         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
18634         argument.
18635         (gl_tree_list_free): Call dispose_fn on the dropped values.
18636         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
18637         the dropped values.
18638         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
18639         Add dispose_fn argument.
18640         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
18641         Call dispose_fn on the dropped values.
18642         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
18643         Add dispose_fn argument.
18644         (gl_sublist_create): Initialize the 'dispose_fn' field.
18645         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
18646         * tests/test-array_list.c (main): Update.
18647         * tests/test-carray_list.c (main): Update.
18648         * tests/test-avltree_list.c (main): Update.
18649         * tests/test-rbtree_list.c (main): Update.
18650         * tests/test-avltreehash_list.c (main): Update.
18651         * tests/test-rbtreehash_list.c (main): Update.
18652         * tests/test-linked_list.c (main): Update.
18653         * tests/test-linkedhash_list.c (main): Update.
18654         * tests/test-array_oset.c (main): Update.
18655
18656 2007-03-15  Bruno Haible  <bruno@clisp.org>
18657
18658         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
18659         (gl_oset_create_empty): Add dispose_fn argument.
18660         (struct gl_oset_implementation): Add dispose_fn argument to
18661         'create_empty' method.
18662         (struct gl_oset_impl_base): Add dispose_fn field.
18663         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
18664         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
18665         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
18666         values.
18667         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
18668         (gl_tree_oset_free): Call dispose_fn on the dropped values.
18669         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
18670         dropped value.
18671         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
18672         dropped value.
18673         * tests/test-array_oset.c (main): Update.
18674         * tests/test-avltree_oset.c (main): Update.
18675         * tests/test-rbtree_oset.c (main): Update.
18676         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
18677
18678 2007-03-13  Bruno Haible  <bruno@clisp.org>
18679
18680         * tests/test-stdbool.c (i): Update after last patch.
18681
18682 2007-03-12  Bruno Haible  <bruno@clisp.org>
18683
18684         * lib/quotearg.c: Include <wctype.h> early, before the definition of
18685         the iswprint macro. Needed on Solaris 2.5.1.
18686
18687 2007-03-12  Bruno Haible  <bruno@clisp.org>
18688
18689         * tests/test-printf-frexp.c (main): Declare x as volatile.
18690
18691 2007-03-12  Simon Josefsson  <simon@josefsson.org>
18692
18693         * doc/gnulib.texi (Build robot for gnulib): New section.
18694
18695 2007-03-12  Jim Meyering  <jim@meyering.net>
18696
18697         * build-aux/bootstrap: New file.
18698         * build-aux/bootstrap.conf: New file, from coreutils.
18699
18700 2007-03-11  Bruno Haible  <bruno@clisp.org>
18701
18702         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
18703
18704 2007-03-12  Simon Josefsson  <simon@josefsson.org>
18705
18706         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
18707         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
18708         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
18709
18710 2007-03-11  Bruno Haible  <bruno@clisp.org>
18711
18712         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
18713         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
18714
18715 2007-03-11  Bruno Haible  <bruno@clisp.org>
18716
18717         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
18718         formula. Needed for SunPRO C 5.0.
18719
18720 2007-03-11  Bruno Haible  <bruno@clisp.org>
18721
18722         * modules/long-options (Depends-on): Add getopt.
18723
18724 2007-03-11  Bruno Haible  <bruno@clisp.org>
18725
18726         * modules/modechange (Depends-on): Add stdbool.
18727
18728 2007-03-11  Bruno Haible  <bruno@clisp.org>
18729
18730         * modules/i-ring (Depends-on): Add stdbool.
18731
18732 2007-03-11  Bruno Haible  <bruno@clisp.org>
18733
18734         * modules/gc-des (Depends-on): Add stdbool.
18735
18736 2007-03-11  Bruno Haible  <bruno@clisp.org>
18737
18738         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
18739
18740 2007-03-11  Bruno Haible  <bruno@clisp.org>
18741
18742         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
18743
18744 2007-03-11  Bruno Haible  <bruno@clisp.org>
18745
18746         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
18747
18748 2007-03-11  Bruno Haible  <bruno@clisp.org>
18749
18750         * lib/vasnprintf.c (sprintf): Undefine.
18751
18752 2007-03-11  Bruno Haible  <bruno@clisp.org>
18753
18754         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
18755         initializers in SunPRO C and Compaq C compilers.
18756
18757 2007-03-11  Bruno Haible  <bruno@clisp.org>
18758
18759         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
18760         decrementing code ANSI C compliant.
18761
18762 2007-03-11  Bruno Haible  <bruno@clisp.org>
18763
18764         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
18765         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
18766
18767 2007-03-11  Bruno Haible  <bruno@clisp.org>
18768
18769         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
18770         <stdbool.h> substitute doesn't pass.
18771
18772 2007-03-11  Bruno Haible  <bruno@clisp.org>
18773
18774         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
18775
18776 2007-03-11  Bruno Haible  <bruno@clisp.org>
18777
18778         * gnulib-tool (func_create_megatestdir): Create also an autobuild
18779         script, for submission to autobuild.josefsson.org.
18780
18781 2007-03-10  Bruno Haible  <bruno@clisp.org>
18782
18783         * modules/canonicalize-lgpl-tests: New file.
18784         * tests/test-canonicalize-lgpl.sh: New file.
18785         * tests/test-canonicalize-lgpl.c: New file.
18786
18787         * modules/c-strcase-tests: New file.
18788         * tests/test-c-strcase.sh: New file.
18789         * tests/test-c-strcasecmp.c: New file.
18790         * tests/test-c-strncasecmp.c: New file.
18791
18792         * modules/atexit-tests: New file.
18793         * tests/test-atexit.sh: New file.
18794         * tests/test-atexit.c: New file.
18795
18796 2007-03-10  Bruno Haible  <bruno@clisp.org>
18797
18798         * tests/test-binary-io.sh: Use temporary filenames that are not so
18799         likely to clash with those of other tests (in a parallel make).
18800         * tests/test-binary-io.c: Likewise.
18801
18802 2007-03-10  Bruno Haible  <bruno@clisp.org>
18803
18804         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
18805         fallback; use #error instead.
18806         Suggested by Simon Josefsson.
18807
18808 2007-03-10  Bruno Haible  <bruno@clisp.org>
18809
18810         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
18811         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
18812         first and the last.
18813
18814 2007-03-10  Bruno Haible  <bruno@clisp.org>
18815
18816         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
18817
18818 2007-03-10  Bruno Haible  <bruno@clisp.org>
18819
18820         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
18821         "make distcheck".
18822         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
18823         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
18824         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
18825
18826 2007-03-10  Bruno Haible  <bruno@clisp.org>
18827
18828         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
18829         variable.
18830         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
18831         variable.
18832
18833 2007-03-09  Eric Blake  <ebb9@byu.net>
18834         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
18835
18836         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
18837         types are not being provided by gnulib.
18838         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
18839         types are supported.
18840
18841 2007-03-10  Bruno Haible  <bruno@clisp.org>
18842
18843         * lib/stdio_.h (__attribute__): New macro.
18844         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
18845         vsprintf): Specify __attribute__ __format__ for GCC.
18846         Suggested by Eric Blake.
18847
18848 2007-03-09  Bruno Haible  <bruno@clisp.org>
18849
18850         * modules/printf-posix-tests: New file.
18851         * tests/test-printf-posix.sh: New file.
18852         * tests/test-printf-posix.c: New file.
18853
18854         * modules/printf-posix: New file.
18855         * lib/printf.c: New file.
18856         * m4/printf-posix-rpl.m4: New file.
18857         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
18858         REPLACE_PRINTF.
18859         * lib/stdio_.h (printf): New declaration.
18860         (format, __format__, ____printf____, ____scanf____, ____strftime____,
18861         ____strfmon____): New macros.
18862         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
18863         REPLACE_PRINTF.
18864
18865 2007-03-09  Bruno Haible  <bruno@clisp.org>
18866
18867         * tests/test-vasnprintf-posix2.sh: New file.
18868         * tests/test-vasnprintf-posix2.c: New file.
18869         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
18870         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
18871         (Makefile.am): Activate test-vasnprintf-posix2.sh.
18872
18873         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
18874         a locale dependent decimal point, rather than always '.'.
18875
18876 2007-03-09  Eric Blake  <ebb9@byu.net>
18877
18878         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
18879         spite of platforms like Tandem/NSK that define it to -1.
18880
18881 2007-03-08  Bruno Haible  <bruno@clisp.org>
18882
18883         * modules/vprintf-posix-tests: New file.
18884         * tests/test-vprintf-posix.sh: New file.
18885         * tests/test-vprintf-posix.c: New file.
18886         * tests/test-printf-posix.h: New file.
18887
18888         * modules/vprintf-posix: New file.
18889         * lib/vprintf.c: New file.
18890         * m4/vprintf-posix.m4: New file.
18891         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
18892         REPLACE_VPRINTF.
18893         * lib/stdio_.h (vprintf): New declaration.
18894         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
18895         REPLACE_VPRINTF.
18896
18897 2007-03-08  Bruno Haible  <bruno@clisp.org>
18898
18899         * modules/fprintf-posix-tests: New file.
18900         * tests/test-fprintf-posix.sh: New file.
18901         * tests/test-fprintf-posix.c: New file.
18902
18903         * modules/fprintf-posix: New file.
18904         * lib/fprintf.c: New file.
18905         * m4/fprintf-posix.m4: New file.
18906         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
18907         REPLACE_FPRINTF.
18908         * lib/stdio_.h (fprintf): New declaration.
18909         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
18910         REPLACE_FPRINTF.
18911
18912 2007-03-08  Bruno Haible  <bruno@clisp.org>
18913
18914         * modules/vfprintf-posix-tests: New file.
18915         * tests/test-vfprintf-posix.sh: New file.
18916         * tests/test-vfprintf-posix.c: New file.
18917         * tests/test-fprintf-posix.h: New file.
18918         * tests/test-fprintf-posix.out: New file.
18919
18920         * modules/vfprintf-posix: New file.
18921         * lib/vfprintf.c: New file.
18922         * m4/vfprintf-posix.m4: New file.
18923         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
18924         REPLACE_VFPRINTF.
18925         * lib/stdio_.h (vfprintf): New declaration.
18926         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
18927         REPLACE_VFPRINTF.
18928
18929 2007-03-08  Bruno Haible  <bruno@clisp.org>
18930
18931         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
18932
18933 2007-03-08  Bruno Haible  <bruno@clisp.org>
18934
18935         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
18936         instead of 'expr' invocations.
18937         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
18938         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
18939         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
18940         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
18941         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
18942         Suggested by Paul Eggert.
18943
18944 2007-03-08  Bruno Haible  <bruno@clisp.org>
18945
18946         * modules/fseterr-tests: New file.
18947         * tests/test-fseterr.c: New file.
18948
18949         * modules/fseterr: New file.
18950         * lib/fseterr.h: New file.
18951         * lib/fseterr.c: New file.
18952
18953 2007-03-08  Bruno Haible  <bruno@clisp.org>
18954
18955         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
18956         * lib/getopt_.h: Likewise.
18957         * lib/mbswidth.h: Likewise.
18958         * lib/setenv.h: Likewise.
18959         * lib/vasnprintf.h: Likewise.
18960         * lib/vasprintf.h: Likewise.
18961         * lib/verror.h: Likewise.
18962         * lib/xsetenv.h: Likewise.
18963         * lib/xvasprintf.h: Likewise.
18964
18965 2007-03-08  Jim Meyering  <jim@meyering.net>
18966
18967         * users.txt: Add parted.
18968
18969         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
18970
18971 2007-03-07  Bruno Haible  <bruno@clisp.org>
18972
18973         * m4/printf.m4: Make the shell script snippets copy&pastable.
18974
18975 2007-03-02  Bruno Haible  <bruno@clisp.org>
18976
18977         * lib/netinet_in_.h: New file.
18978         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
18979         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
18980         * modules/netinet_in (Files): Add lib/netinet_in_.h.
18981         (Depends-on): Add absolute-header.
18982         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
18983         into netinet/in.h.
18984
18985 2007-03-03  Bruno Haible  <bruno@clisp.org>
18986
18987         * lib/sys_select_.h: New file.
18988         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
18989         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
18990         * modules/sys_select (Files): Add lib/sys_select_.h.
18991         (Depends-on): Add absolute-header.
18992         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
18993         into sys/select.h.
18994
18995 2007-03-02  Bruno Haible  <bruno@clisp.org>
18996
18997         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
18998         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
18999         values.
19000         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
19001         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
19002         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
19003         * modules/sys_socket (Depends-on): Add absolute-header.
19004         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
19005         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
19006         (Include): Remove requirement of inclusion of <sys/types.h>.
19007
19008 2007-03-02  Bruno Haible  <bruno@clisp.org>
19009
19010         * lib/byteswap_.h (bswap_32): Fix formula.
19011
19012 2007-03-06  Bruno Haible  <bruno@clisp.org>
19013
19014         * modules/sprintf-posix-tests: New file.
19015         * tests/test-sprintf-posix.c: New file.
19016
19017         * modules/sprintf-posix: New file.
19018         * lib/sprintf.c: New file.
19019         * m4/sprintf-posix.m4: New file.
19020         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
19021         REPLACE_SPRINTF.
19022         * lib/stdio_.h (sprintf): New declaration.
19023         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
19024         REPLACE_SPRINTF.
19025
19026 2007-03-06  Bruno Haible  <bruno@clisp.org>
19027
19028         * modules/vsprintf-posix-tests: New file.
19029         * tests/test-vsprintf-posix.c: New file.
19030         * tests/test-sprintf-posix.h: New file.
19031
19032         * modules/vsprintf-posix: New file.
19033         * lib/vsprintf.c: New file.
19034         * m4/vsprintf-posix.m4: New file.
19035         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
19036         REPLACE_VSPRINTF.
19037         * lib/stdio_.h (vsprintf): New declaration.
19038         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
19039         REPLACE_VSPRINTF.
19040
19041 2007-03-06  Bruno Haible  <bruno@clisp.org>
19042
19043         * modules/vsnprintf (Depend-on): Remove minmax.
19044
19045 2007-03-06  Bruno Haible  <bruno@clisp.org>
19046
19047         * modules/snprintf-posix-tests: New file.
19048         * tests/test-snprintf-posix.c: New file.
19049
19050         * modules/snprintf-posix: New file.
19051         * m4/snprintf-posix.m4: New file.
19052         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
19053         gl_FUNC_SNPRINTF.
19054         (gl_FUNC_SNPRINTF): Invoke it.
19055         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
19056         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
19057         is set.
19058         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
19059
19060 2007-03-06  Bruno Haible  <bruno@clisp.org>
19061
19062         * modules/vsnprintf-posix-tests: New file.
19063         * tests/test-vsnprintf-posix.c: New file.
19064         * tests/test-snprintf-posix.h: New file.
19065
19066         * modules/vsnprintf-posix: New file.
19067         * m4/vsnprintf-posix.m4: New file.
19068         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
19069         gl_FUNC_VSNPRINTF.
19070         (gl_FUNC_VSNPRINTF): Invoke it.
19071         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
19072         * lib/stdio_.h (vsnprintf): Define as a replacement if
19073         REPLACE_VSNPRINTF is set.
19074         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
19075
19076 2007-03-06  Bruno Haible  <bruno@clisp.org>
19077
19078         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
19079         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
19080
19081 2007-03-06  Bruno Haible  <bruno@clisp.org>
19082
19083         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
19084         (asinl): Declare also if HAVE_DECL_ASINL is set.
19085         (atanl): Declare also if HAVE_DECL_ATANL is set.
19086         (ceill): Declare also if HAVE_DECL_CEILL is set.
19087         (cosl): Declare also if HAVE_DECL_COSL is set.
19088         (expl): Declare also if HAVE_DECL_EXPL is set.
19089         (floorl): Declare also if HAVE_DECL_FLOORL is set.
19090         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
19091         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
19092         (logl): Declare also if HAVE_DECL_LOGL is set.
19093         (sinl): Declare also if HAVE_DECL_SINL is set.
19094         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
19095         (tanl): Declare also if HAVE_DECL_TANL is set.
19096         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
19097         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
19098         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
19099         declaration of frexpl, ldexpl.
19100         * modules/printf-frexpl (Depends-on): Add math.
19101         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
19102
19103 2007-03-05  Bruno Haible  <bruno@clisp.org>
19104
19105         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
19106         frexpl and ldexpl are declared.
19107         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
19108
19109 2007-03-05  Bruno Haible  <bruno@clisp.org>
19110
19111         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
19112         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
19113
19114 2007-03-05  Bruno Haible  <bruno@clisp.org>
19115
19116         * lib/stdio_.h: Include <stddef.h>.
19117
19118 2007-03-05  Bruno Haible  <bruno@clisp.org>
19119
19120         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
19121
19122 2007-03-05  Bruno Haible  <bruno@clisp.org>
19123
19124         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
19125         NetBSD 4, from Ralf Wildenhues.
19126
19127 2007-03-04  Bruno Haible  <bruno@clisp.org>
19128
19129         * lib/vasprintf.h: Update #if logic for the case when the functions
19130         exist but are overridden.
19131
19132 2007-03-04  Bruno Haible  <bruno@clisp.org>
19133
19134         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
19135         implementations: glibc-2.4 and MacOS X 10.3.
19136         * tests/test-vasnprintf-posix.c (test_function): Test also the case
19137         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
19138         * tests/test-vasprintf-posix.c (test_function): Likewise.
19139
19140 2007-03-04  Bruno Haible  <bruno@clisp.org>
19141
19142         * modules/vasprintf-posix-tests: New file.
19143         * tests/test-vasprintf-posix.c: New file.
19144
19145         * modules/vasprintf-posix: New file.
19146         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
19147         defined.
19148         * m4/vasprintf-posix.m4: New file.
19149         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
19150         gl_FUNC_VASPRINTF.
19151         (gl_FUNC_VASPRINTF): Invoke it.
19152         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
19153         here.
19154         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
19155
19156 2007-03-04  Bruno Haible  <bruno@clisp.org>
19157
19158         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
19159         REPLACE_GETTIMEOFDAY.
19160         * modules/sys_time (Makefile.am): Likewise.
19161         * m4/sys_time_h.m4: Likewise.
19162         * m4/gettimeofday.m4: Likewise.
19163
19164 2007-03-04  Bruno Haible  <bruno@clisp.org>
19165
19166         * modules/vasnprintf-posix-tests: New file.
19167         * tests/test-vasnprintf-posix.c: New file.
19168
19169         * modules/vasnprintf-posix: New file.
19170         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
19171         printf-frexpl.h.
19172         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
19173         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
19174         REPLACE_VASNPRINTF is defined.
19175         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
19176         gl_FUNC_VASNPRINTF.
19177         (gl_FUNC_VASNPRINTF): Invoke it.
19178         * m4/vasnprintf-posix.m4: New file.
19179         * m4/printf.m4: New file.
19180
19181 2007-03-04  Bruno Haible  <bruno@clisp.org>
19182
19183         Compile progreloc.c only if --enable-relocatable is specified.
19184         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
19185         if --enable-relocatable was specified.
19186         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
19187         lib_SOURCES.
19188
19189 2007-03-04  Jim Meyering  <jim@meyering.net>
19190
19191         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
19192         Use it consistently, rather than enumerating errno constants.
19193
19194 2007-03-04  Bruno Haible  <bruno@clisp.org>
19195
19196         * modules/xvasprintf-tests: New file.
19197         * tests/test-xvasprintf.c: New file.
19198
19199         * modules/vasprintf-tests: New file.
19200         * tests/test-vasprintf.c: New file.
19201
19202         * modules/vasnprintf-tests: New file.
19203         * tests/test-vasnprintf.c: New file.
19204
19205         * modules/vsnprintf-tests: New file.
19206         * tests/test-vsnprintf.c: New file.
19207
19208         * modules/snprintf-tests: New file.
19209         * tests/test-snprintf.c: New file.
19210
19211 2007-03-04  Bruno Haible  <bruno@clisp.org>
19212
19213         Compile relocatable.c only if --enable-relocatable is specified.
19214         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
19215         gl_RELOCATABLE_LIBRARY.
19216         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
19217         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
19218         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
19219         gl_RELOCATABLE_LIBRARY.
19220         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
19221         (Makefile.am): Remove lib_SOURCES.
19222         * modules/relocatable-lib-lgpl (configure.ac): Invoke
19223         gl_RELOCATABLE_LIBRARY.
19224         (Makefile.am): Remove lib_SOURCES.
19225         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
19226         always.
19227         * modules/relocatable-prog-wrapper (configure.ac): Invoke
19228         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
19229
19230 2007-03-04  Bruno Haible  <bruno@clisp.org>
19231
19232         * modules/argmatch-tests: New file.
19233         * tests/test-argmatch.c: New file.
19234
19235         * tests/test-allocsa.c (main): Halve the number of loop runs.
19236
19237         * modules/alloca-opt-tests: New file.
19238         * tests/test-alloca-opt.c: New file.
19239
19240 2007-03-04  Jim Meyering  <jim@meyering.net>
19241
19242         Work around difference between Linux ACLs and Solaris 10 ZFS.
19243         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
19244         for EINVAL.
19245
19246 2007-03-03  Bruno Haible  <bruno@clisp.org>
19247
19248         * modules/relocatable-prog (Depends-on): Add back progreloc's
19249         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
19250
19251 2007-03-03  Bruno Haible  <bruno@clisp.org>
19252
19253         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
19254         * modules/relocatable-lib: New file.
19255
19256 2007-03-03  Bruno Haible  <bruno@clisp.org>
19257
19258         * modules/relocatable-prog: Renamed from modules/relocatable.
19259         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
19260
19261 2007-03-03  Bruno Haible  <bruno@clisp.org>
19262
19263         * modules/relocatable-script (Files): Add doc/relocatable.texi,
19264         m4/relocatable-lib.m4.
19265         (Depends-on): Remove 'relocatable'.
19266         (configure.ac): Add gl_RELOCATABLE_NOP.
19267
19268 2007-03-03  Bruno Haible  <bruno@clisp.org>
19269
19270         * modules/relocatable-prog-wrapper: New file.
19271         * modules/relocatable (Depends-on): Add it. Remove all other
19272         dependencies except progname.
19273         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
19274
19275         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
19276         (gl_FUNC_STRERROR): Nop.
19277         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
19278
19279         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
19280         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
19281
19282         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
19283         (gl_FUNC_READLINK): Update.
19284
19285         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
19286
19287 2007-03-03  Bruno Haible  <bruno@clisp.org>
19288
19289         * lib/xreadlink.c: Include <unistd.h> unconditionally.
19290         * modules/xreadlink (Depends-on): Add unistd.
19291         * modules/xreadlink-with-size (Depends-on): Likewise.
19292
19293 2007-03-03  Bruno Haible  <bruno@clisp.org>
19294
19295         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
19296         extracted from gt_FUNC_SETENV.
19297         (gt_FUNC_SETENV): Remove macro.
19298         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
19299         remove gt_FUNC_SETENV.
19300
19301 2007-03-03  Bruno Haible  <bruno@clisp.org>
19302
19303         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
19304         ENABLE_RELOCATABLE here.
19305         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
19306
19307 2007-03-03  Bruno Haible  <bruno@clisp.org>
19308
19309         * modules/rbtreehash-list-tests (Depends-on): Add progname.
19310         * tests/test-rbtreehash_list.c: Include progname.h.
19311         (main): Call set_program_name.
19312
19313         * modules/rbtree-oset-tests (Depends-on): Add progname.
19314         * tests/test-rbtree_oset.c: Include progname.h.
19315         (main): Call set_program_name.
19316
19317         * modules/rbtree-list-tests (Depends-on): Add progname.
19318         * tests/test-rbtree_list.c: Include progname.h.
19319         (main): Call set_program_name.
19320
19321         * modules/linked-list-tests (Depends-on): Add progname.
19322         * tests/test-linked_list.c: Include progname.h.
19323         (main): Call set_program_name.
19324
19325 2007-03-03  Bruno Haible  <bruno@clisp.org>
19326
19327         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
19328         All uses of __restrict changed to _Restrict_.
19329         * lib/glob_.h (__restrict): Remove macro.
19330
19331 2007-03-02  Bruno Haible  <bruno@clisp.org>
19332
19333         * modules/gettext (configure.ac): Require gettext infrastructure
19334         from version 0.16.1.
19335
19336 2007-03-02  Bruno Haible  <bruno@clisp.org>
19337
19338         * modules/linkedhash-list-tests (Depends-on): Add progname.
19339         * tests/test-linkedhash_list.c: Include progname.h.
19340         (main): Call set_program_name.
19341
19342         * modules/carray-list-tests (Depends-on): Add progname.
19343         * tests/test-carray_list.c: Include progname.h.
19344         (main): Call set_program_name.
19345
19346         * modules/avltreehash-list-tests (Depends-on): Add progname.
19347         * tests/test-avltreehash_list.c: Include progname.h.
19348         (main): Call set_program_name.
19349
19350         * modules/avltree-oset-tests (Depends-on): Add progname.
19351         * tests/test-avltree_oset.c: Include progname.h.
19352         (main): Call set_program_name.
19353
19354         * modules/avltree-list-tests (Depends-on): Add progname.
19355         * tests/test-avltree_list.c: Include progname.h.
19356         (main): Call set_program_name.
19357
19358         * modules/array-oset-tests (Depends-on): Add progname.
19359         * tests/test-array_oset.c: Include progname.h.
19360         (main): Call set_program_name.
19361
19362         * modules/array-list-tests (Depends-on): Add progname.
19363         * tests/test-array_list.c: Include progname.h.
19364         (main): Call set_program_name.
19365
19366         * modules/argp-tests (Depends-on): Add progname.
19367         * tests/test-argp.c: Include argp.h first. Include progname.h.
19368         (main): Call set_program_name.
19369
19370 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
19371
19372         * doc/gnulib-tool.texi (Initial import): Reword description of
19373         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
19374         limited effect even if defined after the first system include.
19375
19376 2007-03-01  Bruno Haible  <bruno@clisp.org>
19377
19378         * build-aux/config.libpath: Update to libtool-1.5.22.
19379         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
19380
19381 2007-03-01  Bruno Haible  <bruno@clisp.org>
19382
19383         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
19384         foo_CFLAGS.
19385         Reported by Ralf Wildenhues.
19386
19387 2007-03-01  Bruno Haible  <bruno@clisp.org>
19388
19389         * build-aux/install-reloc: Remove object files left over by some
19390         compilers.
19391         Reported by Ralf Wildenhues.
19392
19393 2007-03-01  Bruno Haible  <bruno@clisp.org>
19394
19395         * build-aux/install-reloc: Break long lines.
19396
19397 2007-03-01  Bruno Haible  <bruno@clisp.org>
19398
19399         * doc/relocatable.texi: Document that it may not work on OpenBSD.
19400         Reported by Ralf Wildenhues.
19401
19402 2007-03-01  Bruno Haible  <bruno@clisp.org>
19403
19404         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
19405         include ordering constraints.
19406
19407 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
19408
19409         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
19410         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
19411         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
19412         as another example.
19413         * lib/time_.h: Fix misspelling.
19414         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
19415         Require gl_HEADER_TIME_H_DEFAULTS.
19416         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
19417         * m4/time_r.m4 (gl_TIME_R): Likewise.
19418         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
19419
19420 2007-03-01  Bruno Haible  <bruno@clisp.org>
19421
19422         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
19423         * m4/utimens.m4 (gl_UTIMENS): Likewise.
19424
19425 2007-03-01  Jim Meyering  <jim@meyering.net>
19426
19427         * modules/xreadlink (Maintainer): Add my name.
19428         * modules/xreadlink-with-size (Depends-on): Alphabetize.
19429
19430 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
19431             Bruno Haible  <bruno@clisp.org>
19432
19433         * build-aux/install-reloc: Compile also c-ctype.c.
19434         * build-aux/relocatable.sh.in: New file.
19435         * doc/relocatable.texi: New file.
19436         * doc/relocatable-maint.texi: New file.
19437         * doc/gnulib.texi: Include relocatable-maint.texi.
19438         * lib/progreloc.c: Include unistd.h unconditionally.
19439         * lib/relocwrapper.c: Include unistd.h unconditionally.
19440         Include c-ctype.h.
19441         (add_dotbin): Use c_tolower.
19442         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
19443         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
19444         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
19445         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
19446         to m4/relocatable-lib.m4.
19447         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
19448         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
19449         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
19450         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
19451         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
19452         * modules/relocatable: New file.
19453         * modules/relocatable-lib: New file.
19454         * modules/relocatable-script: New file.
19455
19456 2007-02-28  Bruno Haible  <bruno@clisp.org>
19457
19458         Import --enable-relocatable infrastructure.
19459         * build-aux/config.libpath: New file, from GNU gettext.
19460         * build-aux/install-reloc: New file, from GNU gettext.
19461         * build-aux/reloc-ldflags: New file, from GNU gettext.
19462         * lib/relocatable.h: New file, from GNU gettext.
19463         * lib/relocatable.c: New file, from GNU gettext.
19464         * lib/relocwrapper.c: New file, from GNU gettext.
19465         * m4/relocatable.m4: New file, from GNU gettext.
19466
19467 2007-02-28  Bruno Haible  <bruno@clisp.org>
19468
19469         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
19470
19471         * modules/xreadlink: New file, from GNU gettext with modifications.
19472         * lib/xreadlink.c: New file, from GNU gettext.
19473         * lib/xreadlink.h: Add comments.
19474         (xreadlink): New declaration.
19475
19476         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
19477         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
19478         lib/xreadlink-with-size.c.
19479         (configure.ac): Remove gl_XREADLINK invocation.
19480         (Makefile.am): Augment lib_SOURCES.
19481         * m4/xreadlink.m4: Remove file.
19482         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
19483         (xreadlink_with_size): Renamed from xreadink.
19484         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
19485         * modules/canonicalize (Depends-on): Replace xreadlink with
19486         xreadlink-with-size.
19487         * lib/canonicalize.c (canonicalize_filename_mode): Update.
19488
19489 2007-02-25  Jim Meyering  <jim@meyering.net>
19490
19491         * build-aux/announce-gen: When complaining about excess arguments,
19492         list them.
19493
19494 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
19495
19496         * README: Document signed integer overflow situation more
19497         accurately.
19498
19499 2007-02-25  Bruno Haible  <bruno@clisp.org>
19500
19501         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
19502         'a' or 'A' conversion.
19503
19504 2007-02-25  Bruno Haible  <bruno@clisp.org>
19505
19506         * modules/filename: Renamed from modules/pathname.
19507         (Files): Replace lib/pathname.h with lib/filename.h. Replace
19508         lib/concatpath.c with lib/concat-filename.c.
19509         (Makefile.am): Update.
19510         (Include): Replace pathname.h with filename.h.
19511         * lib/filename.h: Renamed from lib/pathname.h.
19512         (concatenated_filename): Renamed from concatenated_pathname.
19513         * lib/concat-filename.c: Renamed from lib/concatpath.c.
19514         (concatenated_filename): Renamed from concatenated_pathname.
19515         * lib/findprog.c: Include filename.h instead of pathname.h.
19516         (find_in_path): Update.
19517         * lib/javacomp.c: Include filename.h instead of pathname.h.
19518         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
19519         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
19520         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
19521         is_oldgcj_14_13_usable, is_javac_usable): Update.
19522         * lib/javaexec.c: Include filename.h instead of pathname.h.
19523         (execute_java_class): Update.
19524         * modules/findprog: Update.
19525         * modules/javacomp: Update.
19526         * modules/javaexec: Update.
19527         * MODULES.html.sh (File system functions): Add 'filename', remove
19528         'pathname'.
19529
19530 2007-02-25  Bruno Haible  <bruno@clisp.org>
19531
19532         * modules/printf-frexpl-tests: New file.
19533         * tests/test-printf-frexpl.c: New file.
19534
19535         * modules/printf-frexpl: New file.
19536         * lib/printf-frexpl.h: New file.
19537         * lib/printf-frexpl.c: New file.
19538         * m4/printf-frexpl.m4: New file.
19539
19540 2007-02-25  Bruno Haible  <bruno@clisp.org>
19541
19542         * modules/printf-frexp-tests: New file.
19543         * tests/test-printf-frexp.c: New file.
19544
19545         * modules/printf-frexp: New file.
19546         * lib/printf-frexp.h: New file.
19547         * lib/printf-frexp.c: New file.
19548         * m4/printf-frexp.m4: New file.
19549
19550 2007-02-25  Bruno Haible  <bruno@clisp.org>
19551
19552         Assume automake >= 1.10 for the tests.
19553         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
19554         * modules/arctwo-tests: Likewise.
19555         * modules/argp-tests: Likewise.
19556         * modules/avltree-list-tests: Likewise.
19557         * modules/avltree-oset-tests: Likewise.
19558         * modules/avltreehash-list-tests: Likewise.
19559         * modules/carray-list-tests: Likewise.
19560         * modules/crc-tests: Likewise.
19561         * modules/des-tests: Likewise.
19562         * modules/gc-arcfour-tests: Likewise.
19563         * modules/gc-arctwo-tests: Likewise.
19564         * modules/gc-des-tests: Likewise.
19565         * modules/gc-hmac-md5-tests: Likewise.
19566         * modules/gc-hmac-sha1-tests: Likewise.
19567         * modules/gc-md2-tests: Likewise.
19568         * modules/gc-md4-tests: Likewise.
19569         * modules/gc-md5-tests: Likewise.
19570         * modules/gc-pbkdf2-sha1-tests: Likewise.
19571         * modules/gc-rijndael-tests: Likewise.
19572         * modules/gc-sha1-tests: Likewise.
19573         * modules/gc-tests: Likewise.
19574         * modules/getaddrinfo-tests: Likewise.
19575         * modules/hmac-md5-tests: Likewise.
19576         * modules/hmac-sha1-tests: Likewise.
19577         * modules/linked-list-tests: Likewise.
19578         * modules/linkedhash-list-tests: Likewise.
19579         * modules/lock-tests: Likewise.
19580         * modules/md2-tests: Likewise.
19581         * modules/md4-tests: Likewise.
19582         * modules/md5-tests: Likewise.
19583         * modules/rbtree-list-tests: Likewise.
19584         * modules/rbtree-oset-tests: Likewise.
19585         * modules/rbtreehash-list-tests: Likewise.
19586         * modules/read-file-tests: Likewise.
19587         * modules/rijndael-tests: Likewise.
19588         * modules/stdint-tests: Likewise.
19589         * modules/tls-tests: Likewise.
19590
19591 2007-02-24  Bruno Haible  <bruno@clisp.org>
19592
19593         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
19594         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
19595         function; instead check whether isnan with a double argument links.
19596         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
19597         function; instead check whether isnan with a 'long double' argument
19598         links.
19599         Reported by Eric Blake <ebb9@byu.net>.
19600
19601 2007-02-24  Bruno Haible  <bruno@clisp.org>
19602
19603         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
19604         defined.
19605         * lib/isnanl.c: Remove all code. Just include isnan.c.
19606         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
19607
19608 2007-02-25  Jim Meyering  <jim@meyering.net>
19609
19610         Avoid conflicting types for 'unsetenv' on FreeBSD.
19611         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
19612         conflicting with FreeBSD's (5.0 and 6.1) function declaration
19613         in stdlib.h.
19614
19615 2007-02-24  Bruno Haible  <bruno@clisp.org>
19616
19617         * modules/isnanl-nolibm-tests: New file.
19618         * tests/test-isnanl.c: New file.
19619
19620         * modules/isnanl-nolibm: New file.
19621         * lib/isnanl.h: New file.
19622         * lib/isnanl.c: New file.
19623         * m4/isnanl.m4: New file.
19624
19625 2007-02-24  Bruno Haible  <bruno@clisp.org>
19626
19627         * modules/isnan-nolibm-tests: New file.
19628         * tests/test-isnan.c: New file.
19629
19630         * modules/isnan-nolibm: New file.
19631         * lib/isnan.h: New file.
19632         * lib/isnan.c: New file.
19633         * m4/isnan.m4: New file.
19634
19635 2007-02-24  Bruno Haible  <bruno@clisp.org>
19636
19637         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
19638         assume that an exponent fits in 20 bits.
19639
19640 2007-02-24  Jim Meyering  <jim@meyering.net>
19641
19642         * m4/regex.m4: Update the description of the configure-time option,
19643         --without-included-regex, to state accurately what the defaults are,
19644         and perhaps to give people an idea why using this option is risky.
19645
19646 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
19647
19648         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
19649         loops on small arguments.  This attempts to avoid the problem
19650         Bruno Haible reported for AIX 4.3.2 in
19651         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
19652
19653 2007-02-23  Bruno Haible  <bruno@clisp.org>
19654
19655         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
19656         Needed for help2man.
19657
19658 2007-02-23  Karl Berry  <karl@gnu.org>
19659
19660         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
19661         exists, foo.h should be cvs-ignored, not committed.
19662
19663 2007-02-23  Eric Blake  <ebb9@byu.net>
19664
19665         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
19666         * lib/stat-time.h (includes): Likewise.
19667         * lib/utimecmp.c (includes): Likewise.
19668         * lib/utimens.h (includes): Likewise.
19669         * lib/getdate.y (includes): Also include "timespec.h" for use
19670         internal to the module.
19671         * modules/utimens (Depends-on): Revert yesterday's patch.
19672         * modules/nanosleep (Depends-on): Add missing dependency.
19673
19674 2007-02-22  Bruno Haible  <bruno@clisp.org>
19675
19676         * lib/glob.c: Don't include getlogin_r.h.
19677
19678 2007-02-22  Jim Meyering  <jim@meyering.net>
19679
19680         * modules/utimens (Depends-on): Add timespec, required for
19681         utimens.h's inclusion of timespec.h.
19682
19683 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
19684
19685         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
19686         long unreadable paths in GNU/Linux.  Problem reported by Andreas
19687         Schwab in
19688         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
19689         I'll try to think of a better way to fix the Solaris problem.
19690
19691         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
19692         like glibc; on Solaris 10, it fails with errno == EINVAL.
19693         POSIX says the behavior is unspecified if the first argument is NULL,
19694         so play it safe and never pass NULL to the system getcwd.
19695
19696 2007-02-21  Jim Meyering  <jim@meyering.net>
19697
19698         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
19699         of gettimeofday.  It would conflict with the one now always
19700         provided via sys_time_.h.  Reported by Matthew Woehlke, as
19701         an IRIX 6.5 build failure.
19702
19703 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
19704
19705         Minor fixups to port to Solaris 10 with Sun C 5.8.
19706         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
19707         * modules/getcwd (Depends-on): Add dirfd.
19708         * lib/putenv.c (putenv): #undef it.
19709         (rpl_putenv): New decl.
19710         (malloc, free): Include <stdlib.h> rather than prototyping separately.
19711
19712 2007-02-20  Bruno Haible  <bruno@clisp.org>
19713
19714         * modules/stdio-tests: New file.
19715         * tests/test-stdio.c: New file.
19716
19717         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
19718         (Depends-on): Add stdio.
19719         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
19720         (Include): Use <stdio.h> instead of vsnprintf.h.
19721         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
19722         HAVE_DECL_VSNPRINTF.
19723         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
19724
19725         * modules/snprintf (Files): Remove lib/snprintf.h.
19726         (Depends-on): Add stdio.
19727         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
19728         (Include): Use <stdio.h> instead of snprintf.h.
19729         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
19730         HAVE_DECL_SNPRINTF.
19731         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
19732         * lib/getaddrinfo.c: Likewise.
19733
19734         * modules/stdio: New file.
19735         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
19736         * lib/snprintf.h: Remove file.
19737         * lib/vsnprintf.h: Remove file.
19738         * lib/.cppi-disable: Remove snprintf.h.
19739         * m4/stdio_h.m4: New file.
19740         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
19741
19742 2007-02-20  Jim Meyering  <jim@meyering.net>
19743
19744         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
19745         used by e.g., mingw.  From Bruno Haible.
19746
19747 2007-02-19  Bruno Haible  <bruno@clisp.org>
19748
19749         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
19750         warnings.
19751         Reported by Ben Pfaff <blp@cs.stanford.edu>.
19752
19753 2007-02-19  Bruno Haible  <bruno@clisp.org>
19754
19755         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
19756         from mingw users.
19757
19758 2007-02-19  Bruno Haible  <bruno@clisp.org>
19759
19760         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
19761         warnings.
19762         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
19763
19764 2007-02-19  Jim Meyering  <jim@meyering.net>
19765
19766         Don't use FD after a successful "fdopendir (fd)".
19767         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
19768         Reset it by calling dirfd on the just-obtained DIR*.
19769
19770         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
19771         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
19772
19773 2007-02-18  Bruno Haible  <bruno@clisp.org>
19774
19775         * lib/readlink.c: Include <unistd.h>.
19776         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
19777         HAVE_READLINK.
19778         * modules/readlink (Depends-on): Add unistd.
19779         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
19780         (Include): Add <unistd.h>.
19781
19782         * lib/getlogin_r.h: Remove file.
19783         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
19784         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
19785         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
19786         HAVE_DECL_GETLOGIN_R.
19787         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
19788         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
19789         (Include): Use <unistd.h> instead of getlogin_r.h.
19790
19791         * lib/getcwd.h: Remove file.
19792         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
19793         * lib/xgetcwd.c: Likewise.
19794         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
19795         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
19796         * modules/getcwd (Files): Remove lib/getcwd.h.
19797         (Depends-on): Add unistd.
19798         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
19799         (Include): Use <unistd.h> instad of getcwd.h.
19800
19801         * lib/ftruncate.c: Include <unistd.h> first.
19802         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
19803         Set HAVE_FTRUNCATE.
19804         * modules/ftruncate (Depends-on): Add unistd.
19805         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
19806
19807         * lib/fchdir.c: Include <unistd.h> first.
19808         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
19809         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
19810         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
19811         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
19812         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
19813
19814         * lib/dup2.c: Include <unistd.h> first.
19815         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
19816         HAVE_DUP2.
19817         * modules/dup2 (Depends-on): Add unistd.
19818         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
19819
19820         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
19821         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
19822         REPLACE_CHOWN. Don't define chown as a macro here.
19823         * modules/chown (Depends-on): Add unistd.
19824         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
19825
19826         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
19827         Add definition for GL_LINK_WARNING.
19828         (chown, dup2): New declarations.
19829         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
19830         link warning.
19831         (ftruncate): New declaration.
19832         (getcwd): New declaration, taken from old getcwd.h.
19833         (getlogin_r): New declaration, taken from old getlogin_r.h.
19834         (readlink): New declaration.
19835         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
19836         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
19837         (gl_PREREQ_UNISTD): Remove macro.
19838         (gl_UNISTD_MODULE_INDICATOR): New macro.
19839         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
19840         many new variables. Don't set UNISTD_H.
19841         * modules/unistd (Description): Change.
19842         (Depends-on): Add link-warning.
19843         (configure.ac): Update.
19844         (Makefile.am): Create unistd.h always. Substitute many new variables
19845         into it.
19846
19847 2007-02-18  Bruno Haible  <bruno@clisp.org>
19848
19849         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
19850         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
19851         HAVE_GETSUBOPT.
19852         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
19853         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
19854         * lib/getsubopt.h: Remove file.
19855         * modules/getsubopt (Files): Remove lib/getsubopt.h.
19856         (Depends-on): Add stdlib.
19857         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
19858         (Includes): Use <stdlib.h> instead of getsubopt.h.
19859         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
19860         Set HAVE_GETSUBOPT.
19861         * lib/getsubopt.c: Don't include getsubopt.h.
19862
19863 2007-02-18  Bruno Haible  <bruno@clisp.org>
19864
19865         * modules/fchdir (Depends-on): Add dup2.
19866
19867 2007-02-18  Bruno Haible  <bruno@clisp.org>
19868
19869         * lib/stdlib_.h: Handle glibc's special invocation convention
19870         specially.
19871
19872 2007-02-18  Bruno Haible  <bruno@clisp.org>
19873
19874         * modules/stdlib-tests: New file.
19875         * tests/test-stdlib.c: New file.
19876
19877         * modules/mkstemp (Files): Remove lib/mkstemp.h.
19878         (Depends-on): Add stdlib.
19879         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
19880         (Includes): Use <stdlib.h> instead of mkstemp.h.
19881         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
19882         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
19883         * lib/mkstemp.c: Don't include mkstemp.h.
19884         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
19885         * lib/stdlib--.h: Don't include mkstemp.h.
19886
19887         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
19888         (Depends-on): Add stdlib.
19889         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
19890         (Includes): Use <stdlib.h> instead of mkdtemp.h.
19891         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
19892         HAVE_MKDTEMP.
19893         * lib/mkdtemp.c: Don't include mkdtemp.h.
19894         * lib/clean-temp.c: Don't include mkdtemp.h.
19895
19896         * modules/exit (Files): Remove lib/exit.h.
19897         (Depends-on): Add stdlib.
19898         (Makefile.am): Remove lib_SOURCES.
19899         (Include): Use <stdlib.h> instead of exit.h.
19900         * lib/argmatch.c: Don't include exit.h.
19901         * lib/execute.c: Likewise.
19902         * lib/pagealign_alloc.c: Likewise.
19903         * lib/pipe.c: Likewise.
19904         * lib/wait-process.c: Likewise.
19905         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
19906         * lib/exitfail.c: Likewise.
19907         * lib/savewd.c: Likewise.
19908         * lib/xsetenv.c: Likewise.
19909
19910         * modules/stdlib: New file.
19911         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
19912         and extra comments about mkstemp().
19913         * lib/exit.h: Remove file.
19914         * lib/mkdtemp.h: Remove file.
19915         * lib/mkstemp.h: Remove file.
19916         * m4/stdlib_h.m4: New file.
19917         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
19918
19919 2007-02-18  Bruno Haible  <bruno@clisp.org>
19920
19921         * modules/math-tests: New file.
19922         * tests/test-math.c: New file.
19923
19924         * modules/math: New file.
19925         * modules/mathl (Files): Remove lib/mathl.h.
19926         (Depends-on): Add math.
19927         (Makefile.am): Don't mention mathl.h.
19928         (Include): Use <math.h> instead of mathl.h.
19929         * lib/math_.h: New file.
19930         * lib/mathl.h: Remove file.
19931         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
19932         mathl.h.
19933         * lib/asinl.c: Likewise.
19934         * lib/atanl.c: Likewise.
19935         * lib/ceill.c: Likewise.
19936         * lib/cosl.c: Likewise.
19937         * lib/expl.c: Likewise.
19938         * lib/floorl.c: Likewise.
19939         * lib/frexpl.c: Likewise.
19940         * lib/ldexpl.c: Likewise.
19941         * lib/logl.c: Likewise.
19942         * lib/sincosl.c: Likewise.
19943         * lib/sinl.c: Likewise.
19944         * lib/sqrtl.c: Likewise.
19945         * lib/tanl.c: Likewise.
19946         * lib/trigl.c: Likewise.
19947         * m4/math_h.m4: New file.
19948         * MODULES.html.sh (Mathematics): Add math.
19949
19950 2007-02-17  Bruno Haible  <bruno@clisp.org>
19951
19952         * modules/wctype-tests: New file.
19953         * tests/test-wctype.c: New file.
19954
19955         * modules/wchar-tests: New file.
19956         * tests/test-wchar.c: New file.
19957
19958         * modules/unistd-tests: New file.
19959         * tests/test-unistd.c: New file.
19960
19961         * modules/time-tests: New file.
19962         * tests/test-time.c: New file.
19963
19964         * modules/sysexits-tests: New file.
19965         * tests/test-sysexits.c: New file.
19966
19967         * modules/sys_time-tests: New file.
19968         * tests/test-sys_time.c: New file.
19969
19970         * modules/sys_stat-tests: New file.
19971         * tests/test-sys_stat.c: New file.
19972
19973         * modules/sys_socket-tests: New file.
19974         * tests/test-sys_socket.c: New file.
19975
19976         * modules/sys_select-tests: New file.
19977         * tests/test-sys_select.c: New file.
19978
19979         * modules/string-tests: New file.
19980         * tests/test-string.c: New file.
19981
19982         * modules/stdbool-tests: New file.
19983         * tests/test-stdbool.c: New file.
19984
19985         * modules/netinet_in-tests: New file.
19986         * tests/test-netinet_in.c: New file.
19987
19988         * modules/inttypes-tests: New file.
19989         * tests/test-inttypes.c: New file.
19990
19991         * modules/fcntl-tests: New file.
19992         * tests/test-fcntl.c: New file.
19993
19994         * modules/byteswap-tests: New file.
19995         * tests/test-byteswap.c: New file.
19996
19997         * modules/arpa_inet-tests: New file.
19998         * tests/test-arpa_inet.c: New file.
19999
20000 2007-02-17  Bruno Haible  <bruno@clisp.org>
20001
20002         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
20003         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
20004         if the corresponding module is not enabled. Emit link warnings if
20005         the function is used nevertheless.
20006         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
20007         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
20008         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
20009         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
20010         * modules/inttypes (Depends-on): Add link-warning.
20011         (Makefile.am): Copy the contents of build-aux/link-warning.h into
20012         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
20013         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
20014         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
20015         * modules/imaxdiv (configure.ac): Likewise.
20016         * modules/strtoimax (configure.ac): Likewise.
20017         * modules/strtoumax (configure.ac): Likewise.
20018
20019 2007-02-17  Bruno Haible  <bruno@clisp.org>
20020
20021         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
20022         gl_STRING_MODULE_INDICATOR_DEFAULTS.
20023         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
20024         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
20025
20026 2007-02-17  Bruno Haible  <bruno@clisp.org>
20027
20028         * modules/link-warning: New file.
20029         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
20030         * lib/string_.h (GL_LINK_WARNING): Remove definition.
20031         * modules/string (Depends-on): Add link-warning.
20032         (Makefile.am): Copy the contents of build-aux/link-warning.h into
20033         string.h.
20034         * MODULES.html.sh (Support for building libraries and executables): Add
20035         link-warning.
20036
20037 2007-02-17  Bruno Haible  <bruno@clisp.org>
20038
20039         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
20040         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
20041         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
20042         long lines.
20043
20044 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
20045             Bruno Haible  <bruno@clisp.org>
20046
20047         * modules/tmpfile: New file.
20048         * lib/tmpfile.c: New file.
20049         * m4/tmpfile.m4: New file.
20050         * MODULES.html.sh (func_all_modules): New section "Input/output".
20051
20052 2007-02-15  Bruno Haible  <bruno@clisp.org>
20053
20054         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
20055         (supports_delete_on_close): New function.
20056         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
20057
20058 2007-02-14  Bruno Haible  <bruno@clisp.org>
20059
20060         * modules/mbspcasecmp-tests: New file.
20061         * tests/test-mbspcasecmp.sh: New file.
20062         * tests/test-mbspcasecmp.c: New file.
20063
20064         New module mbspcasecmp.
20065         * modules/mbspcasecmp: New file.
20066         * lib/mbspcasecmp.c: New file.
20067         * lib/string_.h (strncasecmp): Change warning message.
20068         (mbspcasecmp): New declaration.
20069         * m4/mbspcasecmp.m4: New file.
20070         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
20071         GNULIB_MBSPCASECMP.
20072         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
20073         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
20074
20075 2007-02-14  Bruno Haible  <bruno@clisp.org>
20076
20077         * modules/mbsncasecmp-tests: New file.
20078         * tests/test-mbsncasecmp.sh: New file.
20079         * tests/test-mbsncasecmp.c: New file.
20080
20081         New module mbsncasecmp.
20082         * modules/mbsncasecmp: New file.
20083         * lib/mbsncasecmp.c: New file.
20084         * lib/string_.h (mbsncasecmp): New declaration.
20085         * m4/mbsncasecmp.m4: New file.
20086         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
20087         GNULIB_MBSNCASECMP.
20088         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
20089         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
20090
20091 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
20092
20093         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
20094         Verify that it doesn't overlap with our flags.
20095         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
20096         do not have the desired effect in multibyte locales; instead, use
20097         mbscasecmp.
20098         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
20099         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
20100         we don't require GNU fnmatch ourselves (if our users require it, they
20101         should do so explicitly).
20102
20103         Fix regex code so it doesn't rely on strcasecmp.
20104         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
20105         Otherwise, include gnulib's langinfo.h.
20106         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
20107         undesirable behavior in non-C locales.  Instead, rely on localecharset.
20108         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
20109         * modules/regex (FILES): Remove m4/codeset.m4.
20110         (Depends-on): Add localcharset.  Remove strcase.
20111
20112 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20113
20114         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
20115         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
20116
20117 2007-02-13  Bruno Haible  <bruno@clisp.org>
20118
20119         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
20120         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
20121
20122 2007-02-12  Bruno Haible  <bruno@clisp.org>
20123
20124         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
20125         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
20126         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
20127         time warning rather than a link error.
20128
20129 2007-02-12  Bruno Haible  <bruno@clisp.org>
20130
20131         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
20132         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
20133         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
20134
20135 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
20136
20137         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
20138         args, not 2.
20139
20140 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
20141
20142         New module 'time', so that apps can include <time.h> as per
20143         POSIX and GNU instead of separate include files like time_r.h
20144         and timegm.h.  This implementation tries out a simpler approach
20145         for replacing decls in standard include files (as compared to
20146         the string module), somewhat as an experiment.
20147
20148         * config/srclist.txt: Comment out mktime.c for now.
20149         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
20150         since it doesn't apply any more.  Use generic wording instead.
20151         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
20152         'time'.
20153         * lib/time_.h, m4/time_h.m4, modules/time: New files.
20154         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
20155         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
20156         Don't include <sys/types.h>; no longer needed since we assume C89.
20157         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
20158         * lib/strftime.c: Likewise.
20159         * lib/time_r.c: Likewise.
20160         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
20161         * lib/nanosleep.c: Include <time.h> first, to check interface.
20162         * lib/strptime.c: Likewise.
20163         * lib/time_r.c: Likewise.
20164         * lib/timegm.c: Likewise.
20165         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
20166         needed.
20167         * lib/timegm.c: Don't include timegm.h; no longer needed.
20168         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
20169         time.h now handles any problems in that area.
20170         (struct timespec, nanosleep): Remove; time.h now arranges for these.
20171         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
20172         that time.h defines struct timespec.
20173         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
20174         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
20175         handles that.
20176         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
20177         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
20178         needed.  Set REPLACE_LOCALTIME.
20179         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
20180         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
20181         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
20182         nanosleep; time_h.m4 now does that.  Don't require
20183         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
20184         module handles this now.
20185         * modules/getdate (Depends-on): Remove timespec.  Add time.
20186         * modules/nanosleep (Depends-on): Likewise.
20187         * modules/stat-time (Depends-on): Likewise.
20188         * modules/nanosleep (Include): Include time.h, not timespec.h.
20189         * modules/strptime (Files): Remove lib/strptime.h.
20190         (Depends-on): Add extensions, time.
20191         (Include): Include time.h, not strptime.h.
20192         * modules/time_r (Files): Remove lib/time_r.h.
20193         (Depends-on): Add time.
20194         (Include): Include time.h, not time_r.h.
20195         * modules/timegm: Likewise.
20196         * modules/timespec (Description): Now does timespec-related decls
20197         of our own, instead of struct timespec itself.
20198         (Depends-on): Add time; remove extensions.
20199         (Maintainer): Add self.
20200         * modules/utimecmp (Depends-on): Add time; remove timespec.
20201         * modules/utimens (Depends-on): Likewise.
20202         * modules/xnanosleep (Depends-on): Likewise.
20203
20204 2007-02-11  Bruno Haible  <bruno@clisp.org>
20205
20206         * lib/c-strstr.c: Include allocsa.h.
20207         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
20208         * lib/c-strcasestr.c: Include allocsa.h.
20209         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
20210         * lib/strcasestr.c: Include allocsa.h.
20211         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
20212         * lib/mbsstr.c: Include allocsa.h.
20213         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
20214         allocsa/freesa instead of malloc/free.
20215         * lib/mbscasestr.c: Include allocsa.h.
20216         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
20217         allocsa/freesa instead of malloc/free.
20218         * modules/c-strstr (Depends-on): Add allocsa.
20219         * modules/c-strcasestr (Depends-on): Likewise.
20220         * modules/strcasestr (Depends-on): Likewise.
20221         * modules/mbsstr (Depends-on): Likewise.
20222         * modules/mbscasestr (Depends-on): Likewise.
20223
20224 2007-02-11  Bruno Haible  <bruno@clisp.org>
20225
20226         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
20227
20228         * modules/mbsspn-tests: New file.
20229         * tests/test-mbsspn.sh: New file.
20230         * tests/test-mbsspn.c: New file.
20231
20232 2007-02-11  Bruno Haible  <bruno@clisp.org>
20233
20234         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
20235
20236         * modules/mbspbrk-tests: New file.
20237         * tests/test-mbspbrk.sh: New file.
20238         * tests/test-mbspbrk.c: New file.
20239
20240 2007-02-11  Bruno Haible  <bruno@clisp.org>
20241
20242         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
20243         unneeded cast.
20244
20245         * modules/mbscspn-tests: New file.
20246         * tests/test-mbscspn.sh: New file.
20247         * tests/test-mbscspn.c: New file.
20248
20249 2007-02-11  Bruno Haible  <bruno@clisp.org>
20250
20251         * modules/mbscasecmp-tests: New file.
20252         * tests/test-mbscasecmp.sh: New file.
20253         * tests/test-mbscasecmp.c: New file.
20254
20255 2007-02-11  Bruno Haible  <bruno@clisp.org>
20256
20257         Ensure O(n) worst-case complexity of mbscasestr.
20258         * lib/mbscasestr.c: Include stdbool.h.
20259         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
20260         functions.
20261         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
20262         the bookkeeping indicates that it's worth it.
20263         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
20264
20265         * modules/mbscasestr-tests: New file.
20266         * tests/test-mbscasestr1.c: New file.
20267         * tests/test-mbscasestr2.sh: New file.
20268         * tests/test-mbscasestr2.c: New file.
20269         * tests/test-mbscasestr3.sh: New file.
20270         * tests/test-mbscasestr3.c: New file.
20271         * tests/test-mbscasestr4.sh: New file.
20272         * tests/test-mbscasestr4.c: New file.
20273         * m4/locale-tr.m4: New file.
20274
20275 2007-02-11  Bruno Haible  <bruno@clisp.org>
20276
20277         Ensure O(n) worst-case complexity of mbsstr.
20278         * lib/mbsstr.c: Include stdbool.h.
20279         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
20280         functions.
20281         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
20282         bookkeeping indicates that it's worth it.
20283         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
20284
20285         * modules/mbsstr-tests: New file.
20286         * tests/test-mbsstr1.c: New file.
20287         * tests/test-mbsstr2.sh: New file.
20288         * tests/test-mbsstr2.c: New file.
20289         * tests/test-mbsstr3.sh: New file.
20290         * tests/test-mbsstr3.c: New file.
20291         * m4/locale-fr.m4: New file.
20292
20293 2007-02-11  Bruno Haible  <bruno@clisp.org>
20294
20295         * lib/mbsrchr.c (mbsrchr): Fix bug.
20296
20297         * modules/mbsrchr-tests: New file.
20298         * tests/test-mbsrchr.sh: New file.
20299         * tests/test-mbsrchr.c: New file.
20300
20301 2007-02-11  Bruno Haible  <bruno@clisp.org>
20302
20303         * lib/mbschr.c (mbschr): Fix bug.
20304
20305         * modules/mbschr-tests: New file.
20306         * tests/test-mbschr.sh: New file.
20307         * tests/test-mbschr.c: New file.
20308         * m4/locale-zh.m4: New file.
20309
20310 2007-02-11  Bruno Haible  <bruno@clisp.org>
20311
20312         Support for copying multibyte string iterators.
20313         * lib/mbiter.h: Include <string.h>.
20314         (mbiter_multi_copy): New function.
20315         (mbi_copy): New macro.
20316         * lib/mbuiter.h: Include <string.h>.
20317         (mbuiter_multi_copy): New function.
20318         (mbui_copy): New macro.
20319
20320 2007-02-11  Bruno Haible  <bruno@clisp.org>
20321
20322         New module mbslen.
20323         * modules/mbslen: New file.
20324         * lib/mbslen.c: New file.
20325         * lib/string_.h (mbslen): New declaration.
20326         * m4/mbslen.m4: New file.
20327         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
20328         GNULIB_MBSLEN.
20329         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
20330         * MODULES.html.sh (Internationalization functions): Add mbslen.
20331
20332 2007-02-11  Bruno Haible  <bruno@clisp.org>
20333
20334         Ensure O(n) worst-case complexity of strcasestr substitute.
20335         * lib/strcasestr.c: Include stdbool.h.
20336         (knuth_morris_pratt): New function.
20337         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
20338         bookkeeping indicates that it's worth it.
20339         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
20340
20341         * modules/strcasestr-tests: New file.
20342         * tests/test-strcasestr.c: New file.
20343
20344 2007-02-11  Bruno Haible  <bruno@clisp.org>
20345
20346         Ensure O(n) worst-case complexity of c_strcasestr.
20347         * lib/c-strcasestr.c: Include stdbool.h, string.h.
20348         (knuth_morris_pratt): New function.
20349         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
20350         the bookkeeping indicates that it's worth it.
20351         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
20352
20353         * modules/c-strcasestr-tests: New file.
20354         * tests/test-c-strcasestr.c: New file.
20355
20356 2007-02-11  Bruno Haible  <bruno@clisp.org>
20357
20358         Ensure O(n) worst-case complexity of c_strstr.
20359         * lib/c-strstr.c: Include stdbool.h, string.h.
20360         (knuth_morris_pratt): New function.
20361         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
20362         bookkeeping indicates that it's worth it.
20363         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
20364
20365         * lib/c-strstr.c: Complete rewrite for maintainability.
20366
20367         * modules/c-strstr-tests: New file.
20368         * tests/test-c-strstr.c: New file.
20369
20370 2007-02-11  Bruno Haible  <bruno@clisp.org>
20371
20372         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
20373         5.2.1 and earlier, whereby \055 was treated just like the range
20374         delimiter '-'.
20375         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
20376
20377 2007-02-08  Bruno Haible  <bruno@clisp.org>
20378
20379         * modules/regex (Depends-on): Add stdbool.
20380         Reported by Dalibor Topic <robilad@kaffe.org>.
20381
20382 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
20383
20384         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
20385         Prefer returning from main to exiting from it.
20386         Remove unnecessary parens after sizeof.
20387
20388 2007-02-05  Bruno Haible  <bruno@clisp.org>
20389
20390         New module mbssep.
20391         * modules/mbssep: New file.
20392         * lib/mbssep.c: New file.
20393         * lib/string_.h (strsep): Add a conditional link warning.
20394         (mbssep): New declaration.
20395         * m4/mbssep.m4: New file.
20396         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
20397         GNULIB_MBSSEP.
20398         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
20399         * MODULES.html.sh (Internationalization functions): Add mbssep.
20400
20401 2007-02-05  Bruno Haible  <bruno@clisp.org>
20402
20403         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
20404         Optimize search in case of 1 delimiter.
20405
20406 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
20407
20408         * lib/acl.h: Include sys/types.h before sys/acl.h.
20409
20410 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
20411
20412         Merge upstream fix for glibc bugzilla #3957:
20413
20414         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
20415
20416         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
20417         bit for RE_HAT_LISTS_NOT_NEWLINE.
20418         (build_charclass_op): Remove bogus comment.
20419
20420 2007-02-05  Simon Josefsson  <simon@josefsson.org>
20421
20422         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
20423
20424 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
20425
20426         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
20427         * lib/memmem.c [!defined _LIBC]: Include config.h.
20428
20429 2007-02-04  Bruno Haible  <bruno@clisp.org>
20430
20431         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
20432         warning message.
20433
20434 2007-02-04  Bruno Haible  <bruno@clisp.org>
20435
20436         New module mbstok_r.
20437         * modules/mbstok_r: New file.
20438         * lib/mbstok_r.c: New file.
20439         * lib/string_.h (strtok_r): Change argument names to match the
20440         comments. Add a conditional link warning.
20441         (mbstok_r): New declaration.
20442         * m4/mbstok_r.m4: New file.
20443         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
20444         GNULIB_MBSTOK_R.
20445         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
20446         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
20447
20448 2007-02-04  Bruno Haible  <bruno@clisp.org>
20449
20450         New module mbsspn.
20451         * modules/mbsspn: New file.
20452         * lib/mbsspn.c: New file.
20453         * lib/string_.h (strspn): Add a conditional link warning.
20454         (mbsspn): New declaration.
20455         * m4/mbsspn.m4: New file.
20456         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
20457         GNULIB_MBSSPN.
20458         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
20459         * MODULES.html.sh (Internationalization functions): Add mbsspn.
20460
20461 2007-02-04  Bruno Haible  <bruno@clisp.org>
20462
20463         New module mbspbrk.
20464         * modules/mbspbrk: New file.
20465         * lib/mbspbrk.c: New file.
20466         * lib/string_.h (strpbrk): Add a conditional link warning.
20467         (mbspbrk): New declaration.
20468         * m4/mbspbrk.m4: New file.
20469         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
20470         GNULIB_MBSPBRK.
20471         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
20472         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
20473
20474 2007-02-04  Bruno Haible  <bruno@clisp.org>
20475
20476         New module mbscspn.
20477         * modules/mbscspn: New file.
20478         * lib/mbscspn.c: New file.
20479         * lib/string_.h (strcspn): Add a conditional link warning.
20480         (mbscspn): New declaration.
20481         * m4/mbscspn.m4: New file.
20482         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
20483         GNULIB_MBSCSPN.
20484         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
20485         * MODULES.html.sh (Internationalization functions): Add mbscspn.
20486
20487 2007-02-04  Bruno Haible  <bruno@clisp.org>
20488
20489         New module mbscasestr, reduced goal of strcasestr.
20490         * modules/mbscasestr: New file.
20491         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
20492         (mbscasestr): Renamed from strcasestr.
20493         * lib/strcasestr.c: Don't include mbuiter.h.
20494         (strcasestr): Remove support for multibyte locales.
20495         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
20496         Change the conditional link warning.
20497         (mbscasestr): New declaration.
20498         * m4/mbscasestr.m4: New file.
20499         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
20500         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
20501         REPLACE_STRCASESTR.
20502         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
20503         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
20504         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
20505         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
20506         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
20507         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
20508         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
20509         (Depends-on): Remove mbuiter.
20510         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
20511
20512 2007-02-04  Bruno Haible  <bruno@clisp.org>
20513
20514         Simplify handling of strncasecmp.
20515         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
20516         the conditional link warning.
20517         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
20518         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
20519         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
20520         * modules/strcase (configure.ac): Don't invoke
20521         gl_STRING_MODULE_INDICATOR.
20522         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
20523
20524 2007-02-04  Bruno Haible  <bruno@clisp.org>
20525
20526         New module mbscasecmp, reduced goal of strcasecmp.
20527         * modules/mbscasecmp: New file.
20528         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
20529         (mbscasecmp): Renamed from strcasecmp.
20530         * lib/strcasecmp.c: Don't include mbuiter.h.
20531         (strcasecmp): Remove support for multibyte locales.
20532         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
20533         Change the conditional link warning.
20534         (mbscasecmp): New declaration.
20535         * m4/mbscasecmp.m4: New file.
20536         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
20537         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
20538         REPLACE_STRCASECMP.
20539         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
20540         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
20541         GNULIB_MBSCASECMP.
20542         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
20543         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
20544         * modules/strcase (Files): Remove m4/mbrtowc.m4.
20545         (Depends-on): Remove mbuiter.
20546         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
20547
20548 2007-02-04  Bruno Haible  <bruno@clisp.org>
20549
20550         New module mbsstr. Remove module strstr.
20551         * modules/mbsstr: New file.
20552         * modules/strstr: Remove file.
20553         * lib/mbsstr.c: Renamed from lib/strstr.c.
20554         (mbsstr): Renamed from strstr.
20555         * lib/string_.h (strstr): Remove declaration. Change the conditional
20556         link warning.
20557         (mbsstr): New declaration.
20558         * m4/mbsstr.m4: New file.
20559         * m4/strstr.m4: Remove file.
20560         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
20561         REPLACE_STRSTR.
20562         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
20563         Don't initialize GNULIB_STRSTR.
20564         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
20565         substitute GNULIB_STRSTR and REPLACE_STRSTR.
20566         * MODULES.html.sh (Internationalization functions): Add mbsstr.
20567         (Support for systems lacking ANSI C 89): Remove strstr.
20568
20569 2007-02-04  Bruno Haible  <bruno@clisp.org>
20570
20571         New module mbsrchr.
20572         * modules/mbsrchr: New file.
20573         * lib/mbsrchr.c: New file.
20574         * lib/string_.h (strrchr): Add a conditional link warning.
20575         (mbsrchr): New declaration.
20576         * m4/mbsrchr.m4: New file.
20577         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
20578         GNULIB_MBSRCHR.
20579         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
20580         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
20581
20582 2007-02-04  Bruno Haible  <bruno@clisp.org>
20583
20584         New module mbschr.
20585         * modules/mbschr: New file.
20586         * lib/mbschr.c: New file.
20587         * lib/string_.h (strchr): Add a conditional link warning.
20588         (mbschr): New declaration.
20589         * m4/mbschr.m4: New file.
20590         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
20591         GNULIB_MBSCHR.
20592         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
20593         * MODULES.html.sh (Internationalization functions): Add mbschr.
20594
20595 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
20596
20597         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
20598
20599         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
20600
20601 2007-02-04  Bruno Haible  <bruno@clisp.org>
20602
20603         New module description section 'configure.ac-early'.
20604         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
20605         (func_get_autoconf_early_snippet): New function.
20606         (func_import, func_create_testdir): Use it. Remove special cases for
20607         modules 'extensions' and 'lock'.
20608         * modules/extensions (configure.ac-early): Require
20609         gl_USE_SYSTEM_EXTENSIONS.
20610         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
20611
20612 2007-02-04  Bruno Haible  <bruno@clisp.org>
20613
20614         Make use of gcj-4.3's -fsource and -ftarget option.
20615         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
20616         and if so try the options -fsource and -ftarget.
20617         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
20618         source_version, ftarget_option, target_version arguments.
20619         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
20620         (is_envjavac_oldgcj_14_14_usable): Renamed from
20621         is_envjavac_gcj_14_14_usable.
20622         (is_envjavac_oldgcj_14_13_usable): Renamed from
20623         is_envjavac_gcj_14_13_usable.
20624         (is_gcj_present): Update.
20625         (is_gcj_43, is_gcj43_usable): New functions.
20626         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
20627         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
20628         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
20629         try the options -fsource and -ftarget.
20630
20631 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
20632
20633         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
20634         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
20635         larger value.
20636
20637 2007-02-03  Jim Meyering  <jim@meyering.net>
20638
20639         Give tools a better chance to allocate space for very large buffers.
20640         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
20641
20642         Make pwd and readlink work also when run with an unreadable parent dir
20643         on systems with openat support.
20644         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
20645         provided getcwd function, even when we have openat support.
20646         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
20647
20648 2007-02-02  Bruno Haible  <bruno@clisp.org>
20649
20650         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
20651         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
20652         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
20653         portability problems if one of these functions is only used on specific
20654         platforms.
20655         Reported by Paul Eggert.
20656
20657 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
20658
20659         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
20660         is causing more trouble than it's curing.
20661         * lib/regex_internal.h (__mempcpy): Remove.
20662         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
20663         (and make the code a tad smaller to boot).
20664         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
20665
20666 2007-02-02  Jim Meyering  <jim@meyering.net>
20667
20668         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
20669         section, not in the Makefile.am: one.
20670
20671 2007-02-02  Eric Blake  <ebb9@byu.net>
20672
20673         * lib/strchrnul.c: Always include config.h first.
20674
20675         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
20676         gnulib strstr is not necessary here.
20677
20678 2007-02-02  Simon Josefsson  <simon@josefsson.org>
20679
20680         * m4/socklen.m4: Fix typo.
20681
20682 2007-02-02  Eric Blake  <ebb9@byu.net>
20683
20684         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
20685         * modules/netinet_in (Makefile.am): Likewise.
20686
20687 2007-02-01  Bruno Haible  <bruno@clisp.org>
20688
20689         * lib/string_.h (GL_LINK_WARNING): New macro.
20690         (strcasecmp, strstr, strcasestr): If provided by the system,
20691         conditionally define as a macro that leads to a warning instead of to
20692         an error.
20693         (strncasecmp): Conditionally define as a macro that leads to a warning.
20694
20695 2007-02-01  Karl Berry  <karl@gnu.org>
20696
20697         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
20698
20699 2007-02-01  Bruno Haible  <bruno@clisp.org>
20700
20701         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
20702         renamings.
20703
20704 2007-02-01  Eric Blake  <ebb9@byu.net>
20705
20706         * modules/regex (Depends-on): Revert dependence on mempcpy.
20707         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
20708         module's definition of mempcpy.
20709         Reported by Paul Eggert.
20710
20711 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
20712
20713         * lib/string_.h: If the gnulib module XYZ is not present, undefine
20714         the symbol XYZ before redefining it.  This fixes a problem with
20715         programs that don't use XYZ, when compiled on systems that define
20716         XYZ to something else.
20717
20718 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
20719
20720         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
20721         occurs when "mkdir -m foo" creates a setgid directory that is (1)
20722         writeable to group or other and (2) is intended to have a special
20723         mode bit that is set or cleared.  In such a case, the directory
20724         should be neither group- nor other-writeable until the special
20725         mode bits are right.
20726
20727 2007-01-31  Eric Blake  <ebb9@byu.net>
20728
20729         * modules/mountlist (Depends-on): Add strstr.
20730
20731         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
20732         bug.
20733         * modules/string (Makefile.am): Remove redundant replacement.
20734         * modules/regex (Depends-on): Add mempcpy.
20735
20736 2007-01-31  Bruno Haible  <bruno@clisp.org>
20737
20738         New module description field 'Link'.
20739         * gnulib-tool (func_usage): Document --extract-link-directive.
20740         (sed_extract_prog): Recognize 'Link' directive.
20741         (func_get_link_directive): New function.
20742         (func_import): Show summary of link directives.
20743         Handle --extract-link-directive option.
20744         * modules/acl (Link): New section.
20745         * modules/clock-time (Link): New section.
20746         * modules/euidaccess (Link): New section.
20747         * modules/gettext (Link): New section.
20748         * modules/iconv (Link): New section.
20749         * modules/lock (Link): New section.
20750         * modules/nanosleep (Link): New section.
20751         * modules/readline (Link): New section.
20752
20753 2007-01-27  Bruno Haible  <bruno@clisp.org>
20754
20755         Enforce the use of gnulib modules for unportable <string.h> functions.
20756         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
20757         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
20758         (gl_HEADER_STRING_H_BODY): Require it.
20759         * lib/string_.h: If the gnulib module XYZ is not present, redefine
20760         the symbol XYZ to one that gives a link error.
20761         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
20762         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
20763         * modules/mempcpy (configure.ac): Likewise.
20764         * modules/memrchr (configure.ac): Likewise.
20765         * modules/stpcpy (configure.ac): Likewise.
20766         * modules/stpncpy (configure.ac): Likewise.
20767         * modules/strcase (configure.ac): Likewise.
20768         * modules/strcasestr (configure.ac): Likewise.
20769         * modules/strchrnul (configure.ac): Likewise.
20770         * modules/strdup (configure.ac): Likewise.
20771         * modules/strndup (configure.ac): Likewise.
20772         * modules/strnlen (configure.ac): Likewise.
20773         * modules/strpbrk (configure.ac): Likewise.
20774         * modules/strsep (configure.ac): Likewise.
20775         * modules/strstr (configure.ac): Likewise.
20776         * modules/strtok_r (configure.ac): Likewise.
20777
20778 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
20779
20780         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
20781
20782 2007-01-30  Jim Meyering  <jim@meyering.net>
20783
20784         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
20785
20786 2007-01-29  Bruno Haible  <bruno@clisp.org>
20787
20788         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
20789         * lib/execute.c: Likewise.
20790         * lib/pipe.c: Likewise.
20791         * lib/printf-args.h: Likewise.
20792         * lib/printf-args.c: Likewise.
20793         * lib/printf-parse.c: Likewise.
20794         * lib/vasnprintf.c: Likewise.
20795
20796 2007-01-29  Eric Blake  <ebb9@byu.net>
20797
20798         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
20799         declaration.
20800
20801 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
20802
20803         * lib/strptime.h (strptime): Use 'restrict' for args where
20804         POSIX requires this.
20805         * lib/strptime.c (strptime): Likewise.
20806         Change license notice from LGPL to GPL, since gnulib-tool will
20807         change this as needed.
20808         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
20809         defined.
20810         Include "strptime.h" first, to check interface.
20811         Do not #undef _LIBC and _NL_CURRENT.
20812         Do not include <stdlib.h>; no longer needed.
20813         Include "time_r.h" and declare ptime_locale_status
20814         only if _LIBC is not defined.
20815         (__P): Remove unused macro.
20816         (match_string): Bring back glibc version, but use it only if _LIBC
20817         is defined.
20818         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
20819         Remove unnecessary assertion and abort() call.
20820         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
20821         * m4/strptime.m4: Fix serial number comment.
20822         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
20823         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
20824         (Depends-on): Add time_r.
20825
20826 2007-01-29  Bruno Haible  <bruno@clisp.org>
20827
20828         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
20829         strptime.
20830         * modules/strptime (Depends-on): Add stdbool.
20831         * lib/strptime.h: Include <time.h> always. Add comments.
20832
20833 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
20834
20835         * modules/strptime: New file.
20836         * lib/strptime.h: New file.
20837         * lib/strptime.c: New file.
20838         * m4/strptime.m4: New file.
20839
20840 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
20841
20842         * MODULES.html.sh: New module mpsort.
20843         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
20844
20845         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
20846         a circularity problem with HP-UX ia64 reported by Bob Proulx in
20847         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
20848         All uses changed.
20849         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
20850         All uses changed.
20851         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
20852         to _Restrict_.
20853         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
20854         the parameter matches the prototype.
20855
20856 2007-01-28  Jim Meyering  <jim@meyering.net>
20857
20858         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
20859         sys/time.h here, reverting that part of the previous patch:
20860         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
20861
20862 2007-01-28  Bruno Haible  <bruno@clisp.org>
20863
20864         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
20865         value of $(SYS_TIME_H).
20866         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
20867         remove it conditionally, too. [added by Jim Meyering]
20868         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
20869         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
20870         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
20871         GETTIMEOFDAY_REPLACEMENT to 1.
20872
20873 2007-01-28  Bruno Haible  <bruno@clisp.org>
20874
20875         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
20876         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
20877         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
20878         Set UNISTD_H instead of UNISTD_H2.
20879         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
20880
20881 2007-01-28  Bruno Haible  <bruno@clisp.org>
20882
20883         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
20884         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
20885
20886 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20887
20888         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
20889         (func_create_testdir): Ensure C locale for `grep' and `tr'
20890         character ranges.
20891         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
20892         ACLOCAL_AMFLAGS parsing state machine.
20893
20894 2007-01-27  Bruno Haible  <bruno@clisp.org>
20895
20896         * modules/unistr/base: Update.
20897
20898 2007-01-27  Bruno Haible  <bruno@clisp.org>
20899
20900         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
20901         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
20902         * modules/unistr/u32-mbtouc-unsafe: Renamed from
20903         modules/unistr/u32-mbtouc.
20904         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
20905         * lib/unistr.h: Update.
20906         * lib/linebreak.c: Update.
20907         * modules/unistr/u32-mbtouc: Renamed from
20908         modules/unistr/u32-mbtouc-safe.
20909         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
20910         * lib/unistr.h: Update.
20911         * lib/unistr/u32-to-u8.c: Update.
20912         * lib/unistr/u32-to-u16.c: Update.
20913
20914 2007-01-27  Bruno Haible  <bruno@clisp.org>
20915
20916         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
20917         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
20918         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
20919         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
20920         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
20921         * modules/unistr/u16-mbtouc-unsafe: Renamed from
20922         modules/unistr/u16-mbtouc.
20923         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
20924         * lib/unistr.h: Update.
20925         * lib/linebreak.c: Update.
20926         * modules/linebreak: Update.
20927         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
20928         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
20929         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
20930         * modules/unistr/u16-mbtouc: Renamed from
20931         modules/unistr/u16-mbtouc-safe.
20932         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
20933         * lib/unistr.h: Update.
20934         * lib/unistr/u16-to-u8.c: Update.
20935         * modules/unistr/u16-to-u8: Update.
20936         * lib/unistr/u16-to-u32.c: Update.
20937         * modules/unistr/u16-to-u32: Update.
20938
20939 2007-01-27  Bruno Haible  <bruno@clisp.org>
20940
20941         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
20942         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
20943         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
20944         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
20945         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
20946         * modules/unistr/u8-mbtouc-unsafe: Renamed from
20947         modules/unistr/u8-mbtouc.
20948         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
20949         * lib/unistr.h: Update.
20950         * lib/striconveh.c: Update.
20951         * modules/striconveh: Update.
20952         * lib/linebreak.c: Update.
20953         * modules/linebreak: Update.
20954         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
20955         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
20956         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
20957         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
20958         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
20959         * lib/unistr.h: Update.
20960         * lib/striconveh.c: Update.
20961         * modules/striconveh: Update.
20962         * lib/unistr/u8-to-u16.c: Update.
20963         * modules/unistr/u8-to-u16: Update.
20964         * lib/unistr/u8-to-u32.c: Update.
20965         * modules/unistr/u8-to-u32: Update.
20966
20967 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20968
20969         Sync from Libtool.
20970         * lib/argz.c: Do not include strings.h nor memory.h, include
20971         string.h unconditionally.  Patch by Simon Josefsson.
20972
20973 2007-01-27  Bruno Haible  <bruno@clisp.org>
20974
20975         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
20976         from gl_HEADER_STRING_H_BODY.
20977         (gl_HEADER_STRING_H_BODY): Require it.
20978         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
20979         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
20980         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
20981         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
20982         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
20983         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
20984         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
20985         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
20986         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
20987         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
20988         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
20989         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
20990         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
20991         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
20992         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
20993
20994 2007-01-27  Bruno Haible  <bruno@clisp.org>
20995
20996         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
20997         check_PROGRAMS into noinst_PROGRAMS.
20998         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
20999         check_PROGRAMS in this case.
21000         (func_import): Set for_test to false.
21001         (func_create_testdir): Set for_test to true.
21002
21003 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
21004             Bruno Haible  <bruno@clisp.org>
21005
21006         * modules/strcasestr (Files): Remove lib/strcasestr.h.
21007         (Depends-on): Add string.
21008         (Includes): Use <string.h> instead of strcasestr.h.
21009         * modules/string (Makefile.am): Also substitute the value of
21010         REPLACE_STRCASESTR.
21011         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
21012         assume strcasestr is declared in <string.h> not <strings.h>. Also
21013         set REPLACE_STRCASESTR.
21014         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
21015         REPLACE_STRCASESTR.
21016         * lib/strcasestr.h: Remove file.
21017         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
21018         * lib/string_.h (strcasestr): New declaration.
21019
21020 2007-01-27  Bruno Haible  <bruno@clisp.org>
21021
21022         * lib/string_.h: Use 'extern'.
21023
21024 2007-01-27  Jim Meyering  <jim@meyering.net>
21025
21026         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
21027         of set-but-not-used local, "q".
21028
21029         * lib/mempcpy.c: Include <config.h> before <string.h>.
21030         This fixes a compilation error on HP-UX, due to the system's
21031         "restrict"-using mempcpy prototype.
21032
21033 2007-01-26  Bruno Haible  <bruno@clisp.org>
21034
21035         Small optimization.
21036         * lib/javacomp.c: Include c-strstr.h.
21037          (is_envjavac_gcj): Use c_strstr instead of strstr.
21038         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
21039
21040 2007-01-26  Bruno Haible  <bruno@clisp.org>
21041
21042         * MODULES.html.sh (Unicode string functions): Add the new modules.
21043
21044         * modules/uniconv/u32-strconv-to-locale: New file.
21045         * lib/uniconv/u32-strconv-to-locale.c: New file.
21046
21047         * modules/uniconv/u16-strconv-to-locale: New file.
21048         * lib/uniconv/u16-strconv-to-locale.c: New file.
21049
21050         * modules/uniconv/u8-strconv-to-locale: New file.
21051         * lib/uniconv/u8-strconv-to-locale.c: New file.
21052
21053         * modules/uniconv/u32-strconv-from-locale: New file.
21054         * lib/uniconv/u32-strconv-from-locale.c: New file.
21055
21056         * modules/uniconv/u16-strconv-from-locale: New file.
21057         * lib/uniconv/u16-strconv-from-locale.c: New file.
21058
21059         * modules/uniconv/u8-strconv-from-locale: New file.
21060         * lib/uniconv/u8-strconv-from-locale.c: New file.
21061
21062         * modules/uniconv/u32-strconv-to-enc: New file.
21063         * lib/uniconv/u32-strconv-to-enc.c: New file.
21064         * modules/uniconv/u32-strconv-to-enc-tests: New file.
21065         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
21066
21067         * modules/uniconv/u16-strconv-to-enc: New file.
21068         * lib/uniconv/u16-strconv-to-enc.c: New file.
21069         * lib/uniconv/u-strconv-to-enc.h: New file.
21070         * modules/uniconv/u16-strconv-to-enc-tests: New file.
21071         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
21072
21073         * modules/uniconv/u8-strconv-to-enc: New file.
21074         * lib/uniconv/u8-strconv-to-enc.c: New file.
21075         * modules/uniconv/u8-strconv-to-enc-tests: New file.
21076         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
21077
21078         * modules/uniconv/u32-strconv-from-enc: New file.
21079         * lib/uniconv/u32-strconv-from-enc.c: New file.
21080         * modules/uniconv/u32-strconv-from-enc-tests: New file.
21081         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
21082
21083         * modules/uniconv/u16-strconv-from-enc: New file.
21084         * lib/uniconv/u16-strconv-from-enc.c: New file.
21085         * modules/uniconv/u16-strconv-from-enc-tests: New file.
21086         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
21087
21088         * modules/uniconv/u8-strconv-from-enc: New file.
21089         * lib/uniconv/u8-strconv-from-enc.c: New file.
21090         * lib/uniconv/u-strconv-from-enc.h: New file.
21091         * modules/uniconv/u8-strconv-from-enc-tests: New file.
21092         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
21093
21094         * modules/uniconv/u32-conv-from-enc: New file.
21095         * lib/uniconv/u32-conv-from-enc.c: New file.
21096         * modules/uniconv/u32-conv-from-enc-tests: New file.
21097         * tests/uniconv/test-u32-conv-from-enc.c: New file.
21098
21099         * modules/uniconv/u16-conv-from-enc: New file.
21100         * lib/uniconv/u16-conv-from-enc.c: New file.
21101         * lib/uniconv/u-conv-from-enc.h: New file.
21102         * modules/uniconv/u16-conv-from-enc-tests: New file.
21103         * tests/uniconv/test-u16-conv-from-enc.c: New file.
21104
21105         * modules/uniconv/u8-conv-from-enc: New file.
21106         * lib/uniconv/u8-conv-from-enc.c: New file.
21107         * modules/uniconv/u8-conv-from-enc-tests: New file.
21108         * tests/uniconv/test-u8-conv-from-enc.c: New file.
21109
21110         * modules/uniconv/base: New file.
21111         * lib/uniconv.h: New file.
21112
21113 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
21114
21115         * doc/gnulib-tool.texi (Initial import): Update to match current
21116         behavior with strdup module.
21117         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
21118         * lib/memmem.h: Remove; all uses removed.  This is now done
21119         by <string.h>.
21120         * lib/mempcpy.h: Likewise.
21121         * lib/memrchr.h: Likewise.
21122         * lib/stpcpy.h: Likewise.
21123         * lib/stpncpy.h: Likewise.
21124         * lib/strcase.h: Likewise.
21125         * lib/strchrnul.h: Likewise.
21126         * lib/strdup.h: Likewise.
21127         * lib/strndup.h: Likewise.
21128         * lib/strnlen.h: Likewise.
21129         * lib/strpbrk.h: Likewise.
21130         * lib/strsep.h: Likewise.
21131         * lib/strstr.h: Likewise.
21132         * lib/strtok_r.h: Likewise.
21133         * lib/string_.h: New file.
21134         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
21135         Rely on <string.h> instead.
21136         * lib/canon-host.c: Likewise.
21137         * lib/chdir-long.c: Likewise.
21138         * lib/concatpath.c: Likewise.
21139         * lib/exclude.c: Likewise.
21140         * lib/fchdir.c: Likewise.
21141         * lib/getaddrinfo.c: Likewise.
21142         * lib/getcwd.c: Likewise.
21143         * lib/getsubopt.c: Likewise.
21144         * lib/glob.c: Likewise.
21145         * lib/hard-locale.c: Likewise.
21146         * lib/iconvme.c: Likewise.
21147         * lib/javacomp.c: Likewise.
21148         * lib/mempcpy.c: Likewise.
21149         * lib/memrchr.c: Likewise.
21150         * lib/regex_internal.h: Likewise.
21151         * lib/stpncpy.c: Likewise.
21152         * lib/strcasecmp.c: Likewise.
21153         * lib/strchrnul.c: Likewise.
21154         * lib/strdup.c: Likewise.
21155         * lib/striconv.c: Likewise.
21156         * lib/striconveh.c: Likewise.
21157         * lib/striconveha.c: Likewise.
21158         * lib/strncasecmp.c: Likewise.
21159         * lib/strndup.c: Likewise.
21160         * lib/strnlen.c: Likewise.
21161         * lib/strsep.c: Likewise.
21162         * lib/strstr.c: Likewise.
21163         * lib/strtok_r.c: Likewise.
21164         * lib/userspec.c: Likewise.
21165         * lib/w32spawn.h: Likewise.
21166         * lib/xstrndup.c: Likewise.
21167         * lib/mountlist.c (strstr): Remove decl.
21168         * m4/string_h.m4: New file.
21169         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
21170         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
21171         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
21172         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
21173         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
21174         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
21175         Set REPLACE_STRCASECMP if necessary.
21176         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
21177         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
21178         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
21179         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
21180         HAVE_DECL_STRDUP if necessary.
21181         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
21182         since gl_FUNC_STRNDUP does that now.
21183         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
21184         Check for decl here...
21185         (gl_PREREQ_STRNLEN): ... not here.
21186         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
21187         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
21188         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
21189         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
21190         necessary.
21191         * modules/string: New file.
21192         * modules/memmem (Files): Remove special-purpose include file.
21193         (Depends-on): Add string.
21194         (Include): Include <string.h>, not the removed file.
21195         * modules/mempcpy: Likewise.
21196         * modules/memrchr: Likewise.
21197         * modules/stpcpy: Likewise.
21198         * modules/stpncpy: Likewise.
21199         * modules/strcase: Likewise.
21200         * modules/strchrnul: Likewise.
21201         * modules/strdup: Likewise.
21202         * modules/strndup: Likewise.
21203         * modules/strnlen: Likewise.
21204         * modules/strpbrk: Likewise.
21205         * modules/strsep: Likewise.
21206         * modules/strstr: Likewise.
21207         * modules/strtok_r: Likewise.
21208         * tests/test-dirname.c: Don't include "strdup.h", since
21209         <string.h> now suffices.
21210         * tests/test-memmem.c: Don't include "memmem.h", since
21211         <string.h> now suffices.
21212
21213 2007-01-25  Bruno Haible  <bruno@clisp.org>
21214
21215         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
21216         *resultp is 0.
21217
21218         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
21219         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
21220         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
21221         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
21222
21223         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
21224         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
21225         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
21226         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
21227         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
21228         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
21229
21230 2007-01-24  Bruno Haible  <bruno@clisp.org>
21231
21232         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
21233         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
21234         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
21235         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
21236         gl_FUNC_FTS_CORE.
21237         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
21238         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
21239         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
21240         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
21241         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
21242         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
21243         gl_FUNC_FCHOWNAT.
21244         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
21245         gl_FUNC_STRFTIME.
21246         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
21247         Reported by Ralf Wildenhues.
21248
21249 2007-01-24  Bruno Haible  <bruno@clisp.org>
21250
21251         Drop AC_REQUIRE calls that are redundant with the module dependencies.
21252         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
21253         gl_GETADDRINFO.
21254         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
21255         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
21256         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
21257
21258 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
21259
21260         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
21261         Don't use 'exit'; just return from 'main'.
21262         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
21263
21264         * lib/fnmatch_.h: Readjust white space and comments to match
21265         glibc, to avoid spurious diffs.
21266
21267 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
21268
21269         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
21270         2004-12-01 change by Jakub Jelinek, since this code won't compile
21271         if !LIBC.  Problem reported by Bob Proulx.
21272
21273 2007-01-23  Bruno Haible  <bruno@clisp.org>
21274
21275         * lib/striconveh.c: Include c-strcaseeq.h.
21276         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
21277         * modules/striconveh (Depends-on): Add c-strcaseeq.
21278
21279 2007-01-23  Bruno Haible  <bruno@clisp.org>
21280
21281         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
21282
21283         * modules/c-strcaseeq: New file.
21284         * lib/c-strcaseeq.h: New file.
21285
21286         * modules/streq: New file.
21287         * lib/streq.h: New file.
21288
21289 2007-01-23  Bruno Haible  <bruno@clisp.org>
21290
21291         * modules/striconveha-tests: New file.
21292         * tests/test-striconveha.c: New file.
21293
21294         * lib/striconveha.h: Include <stdbool.h>.
21295         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
21296         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
21297         (mem_iconveha_notranslit): Renamed from mem_iconveha.
21298         (mem_iconveha): New function.
21299         (str_iconveha_notranslit): Renamed from str_iconveha.
21300         (str_iconveha): New function.
21301         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
21302         c-strcase.
21303
21304 2007-01-23  Bruno Haible  <bruno@clisp.org>
21305
21306         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
21307         encodings without forgiving before trying any encoding with handler.
21308         (str_iconveha): Try all encodings without forgiving before trying any
21309         encoding with handler.
21310
21311 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
21312
21313         Import the following changes from libc.
21314
21315         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
21316
21317         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
21318
21319         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
21320
21321         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
21322         normal_bracket label.
21323
21324         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
21325
21326         [BZ #361]
21327         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
21328         to normal_bracket after fetching the next character.
21329
21330 2007-01-22  Bruno Haible  <bruno@clisp.org>
21331
21332         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
21333         argument.
21334         * lib/striconveh.c (iconv_carefully_1): New function.
21335         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
21336         argument.
21337         (str_cd_iconveh): Update.
21338         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
21339         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
21340         * tests/test-striconveh.c (MAGIC): New macro.
21341         (new_offsets): New function.
21342         (main): Test call with and without offsets.
21343
21344 2007-01-22  Bruno Haible  <bruno@clisp.org>
21345
21346         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
21347         * modules/sys_select (Makefile.am): Likewise.
21348         * modules/sys_socket (Makefile.am): Likewise.
21349         * modules/sys_time (Makefile.am): Likewise.
21350
21351 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
21352
21353         * modules/gettimeofday (License): Change from GPL to LGPL, since
21354         gettimeofday is a library function.
21355
21356 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21357
21358         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
21359
21360 2007-01-21  Bruno Haible  <bruno@clisp.org>
21361
21362         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
21363
21364 2007-01-21  Bruno Haible  <bruno@clisp.org>
21365
21366         * modules/striconveha: New file.
21367         * lib/striconveha.h: New file.
21368         * lib/striconveha.c: New file.
21369         * MODULES.html.sh (Internationalization functions): Add striconveha.
21370         * lib/striconv.c (str_iconv): Optimize the case of an empty input
21371         string.
21372         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
21373
21374 2007-01-21  Bruno Haible  <bruno@clisp.org>
21375
21376         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
21377         * lib/striconveh.c (str_iconveh): Likewise.
21378
21379 2007-01-21  Bruno Haible  <bruno@clisp.org>
21380
21381         * lib/striconveh.h (mem_iconveh): New declaration.
21382         * lib/striconveh.c (mem_iconveh): New function.
21383         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
21384
21385 2007-01-21  Bruno Haible  <bruno@clisp.org>
21386
21387         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
21388
21389         * lib/striconveh.h (mem_cd_iconveh): Change specification.
21390         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
21391         original result buffer.
21392         (str_cd_iconveh): Update.
21393         * tests/test-striconveh.c (main): Update.
21394
21395         * lib/striconv.h (mem_cd_iconv): Change specification.
21396         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
21397         result buffer.
21398         (str_cd_iconv): Update.
21399         * tests/test-striconv.c (main): Update.
21400
21401 2007-01-21  Bruno Haible  <bruno@clisp.org>
21402
21403         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
21404
21405 2007-01-20  Jim Meyering  <jim@meyering.net>
21406
21407         * lib/userspec.c (parse_with_separator): If a user or group string
21408         starts with "+", skip the corresponding name-to-ID look-up, since
21409         such a look-up must fail: user and group names may not include "+".
21410
21411 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
21412
21413         * lib/poll.c: Include sys/time.h and time.h unconditionally,
21414         since we now assume the sys_time module.
21415         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
21416         check for sys/time.h; no longer needed.
21417         * modules/poll (Depends-on): Depend on sys_time.
21418
21419 2007-01-18  Bruno Haible  <bruno@clisp.org>
21420
21421         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
21422         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
21423
21424         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
21425         gettimeofday.
21426
21427         * tests/test-gettimeofday.c: Include <time.h>.
21428         (dummy): Remove variable.
21429
21430         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
21431         gl_HEADER_SYS_TIME_H.
21432         (gl_HEADER_SYS_TIME_H): New macro.
21433
21434         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
21435         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
21436         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
21437         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
21438         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
21439         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
21440         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
21441         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
21442         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
21443         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
21444         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
21445
21446         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
21447         last change; it caused a compilation error when cross-compiling to
21448         Cygwin.
21449
21450 2007-01-18  Jim Meyering  <jim@meyering.net>
21451
21452         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
21453         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
21454         than the race-prone "test -d sys || mkdir sys".
21455         (configure.ac): Use AC_PROG_MKDIR_P.
21456         * modules/sys_select: Likewise.
21457         * modules/sys_socket: Likewise.
21458         * modules/sys_time: Likewise.
21459
21460 2007-01-18  Eric Blake  <ebb9@byu.net>
21461
21462         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
21463         replace gettimeofday.
21464         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
21465         name, to avoid infinite recursion.
21466
21467 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
21468
21469         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
21470         module sys_time.
21471         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
21472         assume timespec.h defines struct timeval.
21473         * lib/settime.c: Likewise.
21474         * lib/utimens.c: Likewise.
21475         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
21476         since we now assume the gettimeofday module.
21477         * lib/tempname.c (__gen_tempname): Likewise.
21478         * lib/gettimeofday.h: Remove.
21479         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
21480         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
21481         Include <time.h>, for 'time()'.
21482         (localtime_buffer_addr): Also use this workaround if
21483         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
21484         to simplify the uses.  All uses changed.
21485         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
21486         that #undef is inside {}, and 'const' follows type name consistently.
21487         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
21488         (gettimeofday): Do not use the maximum possible value for
21489         tv->tv_usec, since that might break usages other than ls.c.
21490         Instead, we'll leave ls.c alone.  This undoes today's patch
21491         by Bruno.  Add a compile-time warning for 1s-clock resolution;
21492         we've never observed the problem but might as well keep the
21493         canary.
21494         * lib/nanosleep.c: Include timespec.h first, for interface check.
21495         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
21496         now assume the sys_time module.
21497         * lib/tempname.c: Likewise.
21498         * lib/timespec.h: Likewise.
21499         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
21500         needed.
21501         * lib/strftime.c: Likewise.
21502         * lib/timespec.h: Likewise.
21503         * lib/posixtm.c: Include posixtm.h first, for interface check.
21504         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
21505         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
21506         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
21507         * lib/sys_time_.h: New file.
21508         * lib/timespec.h (struct timespec): Use long int, not long.
21509         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
21510         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
21511         Remove obsolescent call to AC_HEADER_TIME.
21512         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
21513         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
21514         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
21515         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
21516         Likewise.
21517         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
21518         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
21519         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
21520         into the sys_time module.  Check for gettimeofday just once.
21521         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
21522         for gettimeofday signature to just check the signature.  Merely
21523         compile it, since linking doesn't test signature.  Improve test for
21524         whether gettimeofday.o is actually needed.
21525         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
21526         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
21527         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
21528         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
21529         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
21530         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
21531         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
21532         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
21533         than worrying about sys/time.h.
21534         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
21535         Don't bother worrying about TIME_WITH_SYS_TIME.
21536         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
21537         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
21538         * m4/sys_time_h.m4: New file.
21539         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
21540         Don't include sys/time.h.  Return from main rather than exiting.
21541         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
21542         all uses changed.
21543         * modules/gethrxtime (Depends-on): Add sys_time.
21544         * modules/gettime (Depends-on): Likewise.
21545         * modules/gettimeofday (Depends-on): Likewise.
21546         * modules/nanosleep (Depends-on): Likewise.
21547         * modules/settime (Depends-on): Likewise.
21548         * modules/tempname (Depends-on): Likewise.
21549         * modules/utimens (Depends-on): Likewise.
21550         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
21551         (Include:) Change back to <sys/time.h>.
21552         (Maintainer:) Add self.
21553         * modules/sys_time: New file.
21554         * modules/tempname (Depends-on): Add gettimeofday.
21555         * tests/test-gettimeofday.c: Include <sys/time.h>
21556         rather than gettimeofday.h.
21557
21558 2007-01-17  Bruno Haible  <bruno@clisp.org>
21559
21560         * gnulib-tool (func_get_license): Revert last patch. Instead, let
21561         the license default to GPL.
21562         (func_create_testdir): Don't complain if a module is LGPL and its
21563         tests module depends on GPLed modules.
21564
21565 2007-01-17  Bruno Haible  <bruno@clisp.org>
21566
21567         * lib/gettimeofday.c (gettimeofday): Add code for the case
21568         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
21569         maximum possible value for tv->tv_usec, rather than the minimum one.
21570
21571 2005-10-08  Martin Lambers  <marlam@marlam.de>
21572 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
21573 2007-01-16  Bruno Haible  <bruno@clisp.org>
21574
21575         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
21576         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
21577         gl_FUNC_GETTIMEOFDAY.
21578         (Include): Add gettimeofday.h.
21579         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
21580         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
21581         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
21582         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
21583         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
21584         * lib/gettimeofday.h: New file.
21585         * lib/gettimeofday.c: Include <sys/timeb.h>.
21586         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
21587         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
21588         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
21589         fall back on time().
21590
21591         * tests/test-gettimeofday.c: New file.
21592         * modules/gettimeofday-tests: New file.
21593
21594 2007-01-16  Eric Blake  <ebb9@byu.net>
21595
21596         * modules/fnmatch (Depends-on): Depend on wchar.
21597         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
21598         * m4/fnmatch.m4: Likewise.
21599         * modules/mbchar (Makefile.am): Assume <wchar.h>.
21600         * m4/mbchar.m4: Likewise.
21601         * modules/mbswidth (Depends-on): Depend on wchar.
21602         * lib/mbswidth.c: Assume <wchar.h>.
21603         * m4/mbswidth.m4: Likewise.
21604         * modules/quotearg (Depends-on): Depend on wchar.
21605         * lib/quotearg.c: Assume <wchar.h>.
21606         * m4/quotearg.m4: Likewise.
21607         * modules/regex (Depends-on): Depend on wchar.
21608         * lib/regex_internal.h: Assume <wchar.h>.
21609         * m4/regex.m4: Likewise.
21610         * modules/stdint (Depends-on): Depend on wchar.
21611         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
21612         * m4/stdint.m4: Likewise.
21613         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
21614         * modules/strftime (Depends-on): Depend on wchar.
21615         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
21616         * modules/strtol (Depends-on): Depend on wchar.
21617         * lib/strtol.c: Assume <wchar.h>.
21618         * modules/wcwidth (Depends-on): Depend on wchar.
21619         * lib/wcwidth.h: Assume <wchar.h>.
21620         * m4/wcwidth.m4: Likewise.
21621
21622 2007-01-16  Bruno Haible  <bruno@clisp.org>
21623
21624         * modules/csharpexec-script: New, created from...
21625         * modules/csharpexec: ... this.
21626
21627 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
21628
21629         * modules/javaexec-script: New, created from...
21630         * modules/javaexec: ... this.
21631
21632 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21633
21634         * modules/poll (Dependencies): Add sys_select.
21635
21636 2007-01-15  Jim Meyering  <jim@meyering.net>
21637
21638         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
21639         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
21640         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
21641         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
21642
21643 2007-01-15  Bruno Haible  <bruno@clisp.org>
21644
21645         * modules/striconveh: New file.
21646         * lib/striconveh.h: New file.
21647         * lib/striconveh.c: New file.
21648         * MODULES.html.sh (Internationalization functions): Add striconveh.
21649
21650         * modules/striconveh-tests: New file.
21651         * tests/test-striconveh.c: New file.
21652
21653 2007-01-15  Bruno Haible  <bruno@clisp.org>
21654
21655         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
21656         not from GNU libiconv or GNU libc.
21657
21658 2007-01-15  Bruno Haible  <bruno@clisp.org>
21659
21660         * doc/gnulib-intro.texi (Copyright): Explain the different license
21661         terms for module descriptions, autoconf macros, tests, documentation.
21662
21663 2007-01-14  Bruno Haible  <bruno@clisp.org>
21664
21665         * modules/striconv-tests: New file.
21666         * tests/test-striconv.c: New file.
21667
21668 2007-01-14  Bruno Haible  <bruno@clisp.org>
21669
21670         * modules/iconv-tests: New file.
21671         * tests/test-iconv.c: New file.
21672
21673 2007-01-14  Bruno Haible  <bruno@clisp.org>
21674
21675         * gnulib-tool (func_get_license): For test modules, use the license of
21676         the main module.
21677
21678 2007-01-14  Bruno Haible  <bruno@clisp.org>
21679
21680         * modules/iconv (Include): Clarify that <iconv.h> can only be included
21681         if iconv is found to exist.
21682
21683 2007-01-14  Bruno Haible  <bruno@clisp.org>
21684
21685         * modules/c-ctype-tests: New file.
21686         * tests/test-c-ctype.c: New file.
21687
21688 2007-01-14  Bruno Haible  <bruno@clisp.org>
21689
21690         * modules/binary-io-tests: New file.
21691         * tests/test-binary-io.sh: New file.
21692         * tests/test-binary-io.c: New file.
21693
21694 2007-01-14  Bruno Haible  <bruno@clisp.org>
21695
21696         * modules/array-oset-tests: New file.
21697         * tests/test-array_oset.c: New file.
21698
21699 2007-01-14  Bruno Haible  <bruno@clisp.org>
21700
21701         * modules/array-list-tests: New file.
21702         * tests/test-array_list.c: New file.
21703
21704 2007-01-14  Bruno Haible  <bruno@clisp.org>
21705
21706         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
21707         and make.
21708         Reported by Simon Josefsson in
21709         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
21710
21711 2007-01-14  Bruno Haible  <bruno@clisp.org>
21712
21713         * modules/allocsa-tests: New file.
21714         * tests/test-allocsa.c: New file.
21715
21716 2007-01-14  Bruno Haible  <bruno@clisp.org>
21717
21718         * modules/fchdir (Depends-on): Add absolute-header.
21719         * modules/unistd (Depends-on): Likewise.
21720
21721 2006-12-30  Bruno Haible  <bruno@clisp.org>
21722
21723         * modules/fchdir: New file.
21724         * modules/unistd (Files): Add lib/unistd_.h.
21725         (Makefile.am): Generate unistd.h from unistd_.h.
21726         * lib/fchdir.c: New file.
21727         * lib/dirent_.h: New file.
21728         * lib/unistd_.h: New file.
21729         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
21730         * m4/fchdir.m4: New file.
21731         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
21732         (gl_HEADER_UNISTD): Invoke it.
21733         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
21734         function.
21735         * lib/backupfile.c (opendir, closedir): Undefine.
21736         * lib/chown.c (open, close): Undefine.
21737         * lib/clean-temp.c (open, close): Undefine.
21738         * lib/copy-file.c (open, close): Undefine.
21739         * lib/execute.c (open, close): Undefine.
21740         * lib/fsusage.c (open, close): Undefine.
21741         * lib/gc-gnulib.c (open, close): Undefine.
21742         * lib/getcwd.c (opendir, closedir): Undefine.
21743         * lib/glob.c (opendir, closedir): Undefine.
21744         * lib/javacomp.c (open, close): Undefine.
21745         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
21746         * lib/openat-proc.c (open, close): Undefine.
21747         * lib/pagealign_alloc.c (open, close): Undefine.
21748         * lib/pipe.c (open, close): Undefine.
21749         * lib/progreloc.c (open, close): Undefine.
21750         * lib/savedir.c (opendir, closedir): Undefine.
21751         * lib/utime.c (open, close): Undefine.
21752         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
21753
21754 2007-01-10  Bruno Haible  <bruno@clisp.org>
21755
21756         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
21757
21758 2007-01-12  Eric Blake  <ebb9@byu.net>
21759
21760         Provide a robust <wchar.h>.  Further simplifications are now
21761         possible in other modules, but not included here.
21762         * modules/wchar: New module.
21763         * m4/wchar.m4: New file.
21764         * lib/wchar_.h: Likewise.
21765         * modules/mbchar (Depends-on): Depend on wchar, as the first use
21766         of the new module.
21767         * MODULES.html.sh (Extended multibyte and wide character utilities):
21768         New section.
21769
21770 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
21771
21772         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
21773         to a reasonable default for memory allocation.
21774         (xreadlink): Don't allocate a huge buffer, to work around a buggy
21775         file system that reports garbage st_size values for symlinks.
21776         Problem reported by Liyang Hu.
21777
21778 2007-01-11  Simon Josefsson  <simon@josefsson.org>
21779
21780         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
21781         Emacs .#* auto-save files).
21782
21783 2007-01-11  Bruno Haible  <bruno@clisp.org>
21784
21785         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
21786         directory.
21787
21788 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
21789
21790         Use @...@ consistently in lib/wctype_.h.
21791         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
21792         on it being set to 1 or 0.
21793         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
21794         go back to AC_SUBSTing it.
21795         * modules/wctype (Makefile.am): Undo previous change.
21796
21797 2007-01-10  Eric Blake  <ebb9@byu.net>
21798
21799         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
21800         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
21801         * modules/wctype (Makefile.am): Likewise.
21802         Reported by Chris McGuire.
21803
21804 2007-01-10  Jim Meyering  <jim@meyering.net>
21805
21806         fts.c: a small readability/maintainability improvement
21807         * lib/fts.c (fts_read): Make this code slightly more readable and
21808         maintainable by hoisting the "sp->fts_cur = p" assignments to
21809         immediately follow the statements that set P.  Derived from
21810         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
21811
21812 2007-01-10  Eric Blake  <ebb9@byu.net>
21813
21814         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
21815         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
21816         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
21817         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
21818         Reported by Chris McGuire.
21819
21820 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21821
21822         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
21823         in sed script.
21824
21825 2007-01-09  Bruno Haible  <bruno@clisp.org>
21826
21827         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
21828         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
21829         variables.
21830         (func_module): Use them.
21831
21832 2007-01-09  Bruno Haible  <bruno@clisp.org>
21833
21834         * modules/unistr/base: New file.
21835         * lib/unistr.h: New file.
21836
21837         * modules/unistr/u8-to-u16: New file.
21838         * lib/unistr/u8-to-u16.c: New file.
21839
21840         * modules/unistr/u8-to-u32: New file.
21841         * lib/unistr/u8-to-u32.c: New file.
21842
21843         * modules/unistr/u16-to-u8: New file.
21844         * lib/unistr/u16-to-u8.c: New file.
21845
21846         * modules/unistr/u16-to-u32: New file.
21847         * lib/unistr/u16-to-u32.c: New file.
21848
21849         * modules/unistr/u32-to-u8: New file.
21850         * lib/unistr/u32-to-u8.c: New file.
21851
21852         * modules/unistr/u32-to-u16: New file.
21853         * lib/unistr/u32-to-u16.c: New file.
21854
21855         * modules/unistr/u8-check: New file.
21856         * modules/unistr/u16-check: New file.
21857         * modules/unistr/u32-check: New file.
21858         * lib/unistr/u8-check.c: New file.
21859         * lib/unistr/u16-check.c: New file.
21860         * lib/unistr/u32-check.c: New file.
21861
21862         * modules/unistr/u8-chr: New file.
21863         * modules/unistr/u16-chr: New file.
21864         * modules/unistr/u32-chr: New file.
21865         * lib/unistr/u8-chr.c: New file.
21866         * lib/unistr/u16-chr.c: New file.
21867         * lib/unistr/u32-chr.c: New file.
21868
21869         * modules/unistr/u8-cmp: New file.
21870         * modules/unistr/u16-cmp: New file.
21871         * modules/unistr/u32-cmp: New file.
21872         * lib/unistr/u8-cmp.c: New file.
21873         * lib/unistr/u16-cmp.c: New file.
21874         * lib/unistr/u32-cmp.c: New file.
21875
21876         * modules/unistr/u8-cpy: New file.
21877         * modules/unistr/u16-cpy: New file.
21878         * modules/unistr/u32-cpy: New file.
21879         * lib/unistr/u8-cpy.c: New file.
21880         * lib/unistr/u16-cpy.c: New file.
21881         * lib/unistr/u32-cpy.c: New file.
21882         * lib/unistr/u-cpy.h: New file.
21883
21884         * modules/unistr/u8-cpy-alloc: New file.
21885         * modules/unistr/u16-cpy-alloc: New file.
21886         * modules/unistr/u32-cpy-alloc: New file.
21887         * lib/unistr/u8-cpy-alloc.c: New file.
21888         * lib/unistr/u16-cpy-alloc.c: New file.
21889         * lib/unistr/u32-cpy-alloc.c: New file.
21890         * lib/unistr/u-cpy-alloc.h: New file.
21891
21892         * modules/unistr/u8-endswith: New file.
21893         * modules/unistr/u16-endswith: New file.
21894         * modules/unistr/u32-endswith: New file.
21895         * lib/unistr/u8-endswith.c: New file.
21896         * lib/unistr/u16-endswith.c: New file.
21897         * lib/unistr/u32-endswith.c: New file.
21898         * lib/unistr/u-endswith.h: New file.
21899
21900         * modules/unistr/u8-mblen: New file.
21901         * modules/unistr/u16-mblen: New file.
21902         * modules/unistr/u32-mblen: New file.
21903         * lib/unistr/u8-mblen.c: New file.
21904         * lib/unistr/u16-mblen.c: New file.
21905         * lib/unistr/u32-mblen.c: New file.
21906
21907         * modules/unistr/u8-mbtouc: New file.
21908         * modules/unistr/u16-mbtouc: New file.
21909         * modules/unistr/u32-mbtouc: New file.
21910         * lib/unistr/u8-mbtouc.c: New file.
21911         * lib/unistr/u16-mbtouc.c: New file.
21912         * lib/unistr/u32-mbtouc.c: New file.
21913
21914         * modules/unistr/u8-mbtouc-safe: New file.
21915         * modules/unistr/u16-mbtouc-safe: New file.
21916         * modules/unistr/u32-mbtouc-safe: New file.
21917         * lib/unistr/u8-mbtouc-safe.c: New file.
21918         * lib/unistr/u16-mbtouc-safe.c: New file.
21919         * lib/unistr/u32-mbtouc-safe.c: New file.
21920
21921         * modules/unistr/u8-move: New file.
21922         * modules/unistr/u16-move: New file.
21923         * modules/unistr/u32-move: New file.
21924         * lib/unistr/u8-move.c: New file.
21925         * lib/unistr/u16-move.c: New file.
21926         * lib/unistr/u32-move.c: New file.
21927         * lib/unistr/u-move.h: New file.
21928
21929         * modules/unistr/u8-next: New file.
21930         * modules/unistr/u16-next: New file.
21931         * modules/unistr/u32-next: New file.
21932         * lib/unistr/u8-next.c: New file.
21933         * lib/unistr/u16-next.c: New file.
21934         * lib/unistr/u32-next.c: New file.
21935
21936         * modules/unistr/u8-prev: New file.
21937         * modules/unistr/u16-prev: New file.
21938         * modules/unistr/u32-prev: New file.
21939         * lib/unistr/u8-prev.c: New file.
21940         * lib/unistr/u16-prev.c: New file.
21941         * lib/unistr/u32-prev.c: New file.
21942
21943         * modules/unistr/u8-set: New file.
21944         * modules/unistr/u16-set: New file.
21945         * modules/unistr/u32-set: New file.
21946         * lib/unistr/u8-set.c: New file.
21947         * lib/unistr/u16-set.c: New file.
21948         * lib/unistr/u32-set.c: New file.
21949         * lib/unistr/u-set.h: New file.
21950
21951         * modules/unistr/u8-startswith: New file.
21952         * modules/unistr/u16-startswith: New file.
21953         * modules/unistr/u32-startswith: New file.
21954         * lib/unistr/u8-startswith.c: New file.
21955         * lib/unistr/u16-startswith.c: New file.
21956         * lib/unistr/u32-startswith.c: New file.
21957         * lib/unistr/u-startswith.h: New file.
21958
21959         * modules/unistr/u8-stpcpy: New file.
21960         * modules/unistr/u16-stpcpy: New file.
21961         * modules/unistr/u32-stpcpy: New file.
21962         * lib/unistr/u8-stpcpy.c: New file.
21963         * lib/unistr/u16-stpcpy.c: New file.
21964         * lib/unistr/u32-stpcpy.c: New file.
21965         * lib/unistr/u-stpcpy.h: New file.
21966
21967         * modules/unistr/u8-stpncpy: New file.
21968         * modules/unistr/u16-stpncpy: New file.
21969         * modules/unistr/u32-stpncpy: New file.
21970         * lib/unistr/u8-stpncpy.c: New file.
21971         * lib/unistr/u16-stpncpy.c: New file.
21972         * lib/unistr/u32-stpncpy.c: New file.
21973         * lib/unistr/u-stpncpy.h: New file.
21974
21975         * modules/unistr/u8-strcat: New file.
21976         * modules/unistr/u16-strcat: New file.
21977         * modules/unistr/u32-strcat: New file.
21978         * lib/unistr/u8-strcat.c: New file.
21979         * lib/unistr/u16-strcat.c: New file.
21980         * lib/unistr/u32-strcat.c: New file.
21981         * lib/unistr/u-strcat.h: New file.
21982
21983         * modules/unistr/u8-strchr: New file.
21984         * modules/unistr/u16-strchr: New file.
21985         * modules/unistr/u32-strchr: New file.
21986         * lib/unistr/u8-strchr.c: New file.
21987         * lib/unistr/u16-strchr.c: New file.
21988         * lib/unistr/u32-strchr.c: New file.
21989
21990         * modules/unistr/u8-strcmp: New file.
21991         * modules/unistr/u16-strcmp: New file.
21992         * modules/unistr/u32-strcmp: New file.
21993         * lib/unistr/u8-strcmp.c: New file.
21994         * lib/unistr/u16-strcmp.c: New file.
21995         * lib/unistr/u32-strcmp.c: New file.
21996
21997         * modules/unistr/u8-strcpy: New file.
21998         * modules/unistr/u16-strcpy: New file.
21999         * modules/unistr/u32-strcpy: New file.
22000         * lib/unistr/u8-strcpy.c: New file.
22001         * lib/unistr/u16-strcpy.c: New file.
22002         * lib/unistr/u32-strcpy.c: New file.
22003         * lib/unistr/u-strcpy.h: New file.
22004
22005         * modules/unistr/u8-strcspn: New file.
22006         * modules/unistr/u16-strcspn: New file.
22007         * modules/unistr/u32-strcspn: New file.
22008         * lib/unistr/u8-strcspn.c: New file.
22009         * lib/unistr/u16-strcspn.c: New file.
22010         * lib/unistr/u32-strcspn.c: New file.
22011         * lib/unistr/u-strcspn.h: New file.
22012
22013         * modules/unistr/u8-strdup: New file.
22014         * modules/unistr/u16-strdup: New file.
22015         * modules/unistr/u32-strdup: New file.
22016         * lib/unistr/u8-strdup.c: New file.
22017         * lib/unistr/u16-strdup.c: New file.
22018         * lib/unistr/u32-strdup.c: New file.
22019         * lib/unistr/u-strdup.h: New file.
22020
22021         * modules/unistr/u8-strlen: New file.
22022         * modules/unistr/u16-strlen: New file.
22023         * modules/unistr/u32-strlen: New file.
22024         * lib/unistr/u8-strlen.c: New file.
22025         * lib/unistr/u16-strlen.c: New file.
22026         * lib/unistr/u32-strlen.c: New file.
22027         * lib/unistr/u-strlen.h: New file.
22028
22029         * modules/unistr/u8-strmblen: New file.
22030         * modules/unistr/u16-strmblen: New file.
22031         * modules/unistr/u32-strmblen: New file.
22032         * lib/unistr/u8-strmblen.c: New file.
22033         * lib/unistr/u16-strmblen.c: New file.
22034         * lib/unistr/u32-strmblen.c: New file.
22035
22036         * modules/unistr/u8-strmbtouc: New file.
22037         * modules/unistr/u16-strmbtouc: New file.
22038         * modules/unistr/u32-strmbtouc: New file.
22039         * lib/unistr/u8-strmbtouc.c: New file.
22040         * lib/unistr/u16-strmbtouc.c: New file.
22041         * lib/unistr/u32-strmbtouc.c: New file.
22042
22043         * modules/unistr/u8-strncat: New file.
22044         * modules/unistr/u16-strncat: New file.
22045         * modules/unistr/u32-strncat: New file.
22046         * lib/unistr/u8-strncat.c: New file.
22047         * lib/unistr/u16-strncat.c: New file.
22048         * lib/unistr/u32-strncat.c: New file.
22049         * lib/unistr/u-strncat.h: New file.
22050
22051         * modules/unistr/u8-strncmp: New file.
22052         * modules/unistr/u16-strncmp: New file.
22053         * modules/unistr/u32-strncmp: New file.
22054         * lib/unistr/u8-strncmp.c: New file.
22055         * lib/unistr/u16-strncmp.c: New file.
22056         * lib/unistr/u32-strncmp.c: New file.
22057
22058         * modules/unistr/u8-strncpy: New file.
22059         * modules/unistr/u16-strncpy: New file.
22060         * modules/unistr/u32-strncpy: New file.
22061         * lib/unistr/u8-strncpy.c: New file.
22062         * lib/unistr/u16-strncpy.c: New file.
22063         * lib/unistr/u32-strncpy.c: New file.
22064         * lib/unistr/u-strncpy.h: New file.
22065
22066         * modules/unistr/u8-strnlen: New file.
22067         * modules/unistr/u16-strnlen: New file.
22068         * modules/unistr/u32-strnlen: New file.
22069         * lib/unistr/u8-strnlen.c: New file.
22070         * lib/unistr/u16-strnlen.c: New file.
22071         * lib/unistr/u32-strnlen.c: New file.
22072         * lib/unistr/u-strnlen.h: New file.
22073
22074         * modules/unistr/u8-strpbrk: New file.
22075         * modules/unistr/u16-strpbrk: New file.
22076         * modules/unistr/u32-strpbrk: New file.
22077         * lib/unistr/u8-strpbrk.c: New file.
22078         * lib/unistr/u16-strpbrk.c: New file.
22079         * lib/unistr/u32-strpbrk.c: New file.
22080         * lib/unistr/u-strpbrk.h: New file.
22081
22082         * modules/unistr/u8-strrchr: New file.
22083         * modules/unistr/u16-strrchr: New file.
22084         * modules/unistr/u32-strrchr: New file.
22085         * lib/unistr/u8-strrchr.c: New file.
22086         * lib/unistr/u16-strrchr.c: New file.
22087         * lib/unistr/u32-strrchr.c: New file.
22088
22089         * modules/unistr/u8-strspn: New file.
22090         * modules/unistr/u16-strspn: New file.
22091         * modules/unistr/u32-strspn: New file.
22092         * lib/unistr/u8-strspn.c: New file.
22093         * lib/unistr/u16-strspn.c: New file.
22094         * lib/unistr/u32-strspn.c: New file.
22095         * lib/unistr/u-strspn.h: New file.
22096
22097         * modules/unistr/u8-strstr: New file.
22098         * modules/unistr/u16-strstr: New file.
22099         * modules/unistr/u32-strstr: New file.
22100         * lib/unistr/u8-strstr.c: New file.
22101         * lib/unistr/u16-strstr.c: New file.
22102         * lib/unistr/u32-strstr.c: New file.
22103         * lib/unistr/u-strstr.h: New file.
22104
22105         * modules/unistr/u8-strtok: New file.
22106         * modules/unistr/u16-strtok: New file.
22107         * modules/unistr/u32-strtok: New file.
22108         * lib/unistr/u8-strtok.c: New file.
22109         * lib/unistr/u16-strtok.c: New file.
22110         * lib/unistr/u32-strtok.c: New file.
22111         * lib/unistr/u-strtok.h: New file.
22112
22113         * modules/unistr/u8-uctomb: New file.
22114         * modules/unistr/u16-uctomb: New file.
22115         * modules/unistr/u32-uctomb: New file.
22116         * lib/unistr/u8-uctomb.c: New file.
22117         * lib/unistr/u16-uctomb.c: New file.
22118         * lib/unistr/u32-uctomb.c: New file.
22119
22120         * MODULES.html.sh (Unicode string functions): Add the new modules.
22121
22122 2007-01-08  Bruno Haible  <bruno@clisp.org>
22123
22124         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
22125         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
22126         subdirectories.
22127
22128 2007-01-08  Karl Berry  <karl@gnu.org>
22129
22130         * doc/error.texi: mention that main() fns must set program_name
22131         when progname is used.
22132
22133 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
22134
22135         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
22136         WCTYPE_H is empty, for the benefit of builds from non-distclean
22137         directories.  Problem reported by Eric Blake in
22138         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
22139
22140 2007-01-08  Bruno Haible  <bruno@clisp.org>
22141
22142         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
22143         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
22144         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
22145         PROVIDE_CANONICALIZE_FILENAME_MODE.
22146         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
22147
22148 2007-01-08  Bruno Haible  <bruno@clisp.org>
22149
22150         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
22151         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
22152         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
22153         * lib/fts.c: Likewise.
22154         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
22155
22156 2006-12-25  Bruno Haible  <bruno@clisp.org>
22157
22158         * modules/utf8-ucs4-safe: New file.
22159         * lib/utf8-ucs4-safe.h: New file.
22160         * lib/unistr/utf8-ucs4-safe.c: New file.
22161
22162         * modules/utf16-ucs4-safe: New file.
22163         * lib/utf16-ucs4-safe.h: New file.
22164         * lib/unistr/utf16-ucs4-safe.c: New file.
22165
22166         * MODULES.html.sh (Unicode string functions): Add the new modules.
22167
22168 2007-01-08  Bruno Haible  <bruno@clisp.org>
22169
22170         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
22171         (Depends-on): Add unitypes.
22172         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
22173         (u8_mbtouc_aux): Move out to separate file.
22174         (u8_mbtouc): Use ucs4_t, uint8_t types.
22175         * lib/unistr/utf8-ucs4.c: New file.
22176
22177         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
22178         (Depends-on): Add unitypes.
22179         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
22180         (u16_mbtouc_aux): Move out to separate file.
22181         (u16_mbtouc): Use ucs4_t, uint16_t types.
22182         * lib/unistr/utf16-ucs4.c: New file.
22183
22184         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
22185         (Depends-on): Add unitypes.
22186         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
22187         (u8_uctomb_aux): Move out to separate file.
22188         (u8_uctomb): Use ucs4_t, uint8_t types.
22189         * lib/unistr/ucs4-utf8.c: New file.
22190
22191         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
22192         (Depends-on): Add unitypes.
22193         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
22194         (u16_uctomb_aux): Move out to separate file.
22195         (u16_uctomb): Use ucs4_t, uint16_t types.
22196         * lib/unistr/ucs4-utf16.c: New file.
22197
22198 2006-12-25  Bruno Haible  <bruno@clisp.org>
22199
22200         * modules/unitypes: New file.
22201         * lib/unitypes.h: New file.
22202         * MODULES.html.sh (func_all_modules): New section "Unicode string
22203         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
22204         this section. Add unitypes.
22205
22206 2007-01-08  Bruno Haible  <bruno@clisp.org>
22207
22208         Avoid variable names that conflict with those from libtool.
22209         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
22210         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
22211         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
22212         library_names_spec to acl_library_names_spec, hardcode_* to
22213         acl_hardcode_*.
22214         Reported by Ralf Wildenhues.
22215
22216 2007-01-08  Bruno Haible  <bruno@clisp.org>
22217
22218         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
22219         definition.
22220         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
22221         definition.
22222         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
22223         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
22224         definition.
22225         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
22226         definition.
22227         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
22228         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
22229         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
22230         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
22231         definition.
22232         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
22233         definition.
22234         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
22235         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
22236         GC_USE_<algorithm>.
22237         * lib/gc-libgcrypt.c: Likewise.
22238         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
22239         * modules/gc-arctwo (configure.ac): Likewise.
22240         * modules/gc-des (configure.ac): Likewise.
22241         * modules/gc-hmac-md5 (configure.ac): Likewise.
22242         * modules/gc-hmac-sha1 (configure.ac): Likewise.
22243         * modules/gc-md2 (configure.ac): Likewise.
22244         * modules/gc-md4 (configure.ac): Likewise.
22245         * modules/gc-md5 (configure.ac): Likewise.
22246         * modules/gc-random (configure.ac): Likewise.
22247         * modules/gc-rijndael (configure.ac): Likewise.
22248         * modules/gc-sha1 (configure.ac): Likewise.
22249
22250 2007-01-08  Bruno Haible  <bruno@clisp.org>
22251
22252         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
22253         macro definition.
22254         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
22255         definition.
22256         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
22257         definition.
22258         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
22259         * modules/fcntl-safer (configure.ac): Likewise.
22260         * modules/fopen-safer (configure.ac): Likewise.
22261         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
22262         GNULIB_FWRITEERROR macro definition.
22263
22264 2007-01-08  Bruno Haible  <bruno@clisp.org>
22265
22266         * m4/gnulib-common.m4: New file.
22267         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
22268         (func_get_filelist): Add m4/gnulib-common.m4.
22269
22270 2007-01-08  Bruno Haible  <bruno@clisp.org>
22271
22272         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
22273         command.
22274
22275 2007-01-08  Jim Meyering  <jim@meyering.net>
22276
22277         Use a more robust test for a "can't happen" condition.
22278         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
22279         narrowed the st_size value.  Presuming the "can't happen" condition
22280         is true, that narrowing could conceivably convert an invalid st_size
22281         value into a valid one.  Instead, use a change based on Matthew
22282         Woehlke's original patch.
22283
22284         Slight readability improvement: use an assert-like macro
22285         in place of literal "abort ()" uses.
22286         * lib/fts.c (fts_assert): Define.
22287         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
22288         Use this macro instead of a bare 'abort'.
22289
22290 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
22291
22292         Don't worry about using IRIX 5.3's wctype.h broken definitions;
22293         simply work around them.
22294         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
22295         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
22296         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
22297         declaring.
22298         Don't bother to define as macros, since the standard doesn't require it.
22299         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
22300         longer worry about IRIX 5.3.
22301         (HAVE_WCTYPE_CTMP_BUG): Remove.
22302
22303 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
22304
22305         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
22306         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
22307         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
22308         Problems reported by Georg Schwarz for IRIX 5.3.
22309
22310         * gnulib-tool (autoconf_minversion): Take the maximum version number
22311         found, not the minimum.  Problem reported by James Youngman.
22312
22313 2007-01-03  Karl Berry  <karl@gnu.org>
22314
22315         * doc/error.texi: new file, explaining interaction with progname.
22316         * doc/gnulib.texi: include it.  Update copyright.
22317
22318 2007-01-03  Simon Josefsson  <simon@josefsson.org>
22319
22320         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
22321         AC_CANONICAL_HOST, to improve autobuild outputs.
22322
22323 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
22324             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
22325
22326         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
22327         sockets, server sockets, and other file descriptors.  Count errors
22328         to compute the return value.  Reorder the code a bit to be easier
22329         to follow.  Don't set event bits that were not requested (except
22330         POLLERR and POLLHUP).
22331
22332 2007-01-01  Bruno Haible  <bruno@clisp.org>
22333
22334         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
22335
22336 2007-01-03  Jim Meyering  <jim@meyering.net>
22337
22338         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
22339
22340 2007-01-02  Bruno Haible  <bruno@clisp.org>
22341
22342         * modules/settime (Include): Require timespec.h.
22343         * modules/nanosleep (Include): Likewise.
22344
22345 2007-01-01  Bruno Haible  <bruno@clisp.org>
22346
22347         * gnulib-tool (func_emit_copyright_notice): Bump year.
22348         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
22349
22350 2007-01-01  Bruno Haible  <bruno@clisp.org>
22351
22352         Improve support for OpenBSD.
22353         * build-aux/config.rpath (libname_spec): Export.
22354         (library_names_spec): New variable. Export.
22355         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
22356         library_names_spec from the config.rpath output. Locate shared library
22357         through the name pattern in library_names_spec.
22358
22359 2007-01-01  Eric Blake  <ebb9@byu.net>
22360
22361         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
22362
22363 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
22364
22365         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
22366         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
22367         assume the C locale, and avoid an "eval" that could cause trouble.
22368         Problem with SORT reported by Bob Proulx.
22369
22370         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
22371         Define.  Trivial patch from Henning Nielsen Lund, originally
22372         sent to bug-grep@gnu.org today.
22373
22374 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
22375
22376         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
22377         struct stat.  Problem reported by Henning Nielsen Lund.
22378         * lib/acl.c: Include acl.h first, to check interface.  Don't
22379         bother to include sys/types.h and sys/stat.h again.
22380
22381 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
22382
22383         Import the following change from libc; problem reported by
22384         Sven Verdoolaege.
22385
22386         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
22387
22388         [BZ #1373]
22389         * lib/argp.h: Remove __NTH for __argp_usage inline function.
22390
22391 2006-12-28  Jim Meyering  <jim@meyering.net>
22392
22393         * build-aux/announce-gen: Do not assume that the package
22394         builds any of tar.gz, tar.bz2, and .xdelta files.
22395         Suggestion from Simon Josefsson.
22396
22397 2006-12-28  Simon Josefsson  <simon@josefsson.org>
22398
22399         * modules/announce-gen: New file.
22400
22401 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
22402
22403         * lib/mbchar.h: Just include <wctype.h>; the wctype module
22404         handles its gotchas now.
22405         * lib/mbswidth.c: Likewise.
22406         * lib/wcwidth.h: Likewise.
22407         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
22408         and iswcntrl; the wctype module does this stuff now.
22409         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
22410         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
22411         * modules/mbchar (Depends-on): Add wctype.
22412         * modules/mbswidth (Depends-on): Likewise.
22413         * modules/wcwidth (Depends-on): Likewise.
22414
22415 2006-12-27  Eric Blake  <ebb9@byu.net>
22416
22417         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
22418         module uses more than what <wctype.h> is required to provide.
22419
22420 2006-12-26  Eric Blake  <ebb9@byu.net>
22421
22422         * gnulib-tool (sed_extract_prog): Avoid space-tab.
22423
22424 2006-12-26  Eric Blake  <ebb9@byu.net>
22425
22426         * modules/absolute-header: New module.
22427         * modules/fcntl (Depends-on): Depend on it.
22428         * modules/inttypes (Depends-on): Likewise.
22429         * modules/stdint (Depends-on): Likewise.
22430         * modules/sys_stat (Depends-on): Likewise.
22431         * modules/wctype (Depends-on): Likewise.
22432         * MODULES.html.sh (Support for building libraries and
22433         executables): Document it.
22434
22435 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
22436
22437         * gnulib-tool (SED): Remove, undoing previous change.
22438         The problem was that it broke coreutils on Solaris, because
22439         "sed --posix" leaked into a makefile.
22440         (sed): New alias, if 'alias' and GNU sed.
22441
22442 2006-12-24  Jim Meyering  <jim@meyering.net>
22443
22444         Work around an fchownat bug in glibc-2.4:
22445         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
22446         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
22447         in spite of the -P option.
22448         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
22449         New macros.
22450         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
22451         * modules/openat (Files): Add lib/fchownat.c.
22452         * lib/openat.c (fchownat): Don't define here.  Move to...
22453         * lib/fchownat.c: ...this new file.
22454
22455 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
22456
22457         Fix bug reported by Bruno Haible in
22458         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
22459         where quotearg.c didn't compile on Mac OS X 10.2 because it
22460         lacks <wchar.h> and wint_t.
22461         * lib/wctype_.h (__wctype_wint_t): New type.
22462         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
22463         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
22464         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
22465         Arg is now of type __wctype_wint_t, not wint_t.
22466         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
22467         substitute HAVE_WINT_T.
22468         * modules/wctype (Files): Add m4/wint_t.m4.
22469         (wctype.h): Substitute HAVE_WINT_T.
22470
22471 2006-12-23  Bruno Haible  <bruno@clisp.org>
22472
22473         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
22474
22475 2006-12-23  Bruno Haible  <bruno@clisp.org>
22476
22477         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
22478         S_ISLNK.
22479         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
22480         mingw.
22481
22482 2006-12-22  Bruno Haible  <bruno@clisp.org>
22483
22484         * lib/copy-file.c: Include acl.h.
22485         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
22486         Close the file descriptors only after being done with copy_acl.
22487         * modules/copy-file (Depends-on): Add acl.
22488
22489 2006-12-22  Bruno Haible  <bruno@clisp.org>
22490
22491         * gnulib-tool (SED): New variable.
22492         Use $SED instead of sed everywhere.
22493
22494 2006-12-22  Bruno Haible  <bruno@clisp.org>
22495
22496         * modules/no-c++: New file.
22497         * m4/no-c++.m4: New file.
22498         * MODULES.html.sh (Support for building libraries and executables):
22499         Add no-c++.
22500
22501 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
22502
22503         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
22504         Include <limits.h>, and use its INT_MAX to rewrite the
22505         j loop so that it does not overflow 'int'.  Problem reported by
22506         Ralf Wildenhues in
22507         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
22508         Play it safe by shifting left by 1 rather than multiplying by 2,
22509         as GCC is less likely to optimize this away when the value
22510         is signed (when it assumes overflow leads to undefined behavior).
22511         Also, don't assume time_t uses two's complement.
22512
22513 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
22514
22515         * MODULES.html.sh: New module wctype.
22516         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
22517         * lib/fnmatch.c: Don't bother to include <wchar.h> before
22518         <wctype.h>, since the new wctype module should fix this.
22519         * lib/quotearg.c: Include <wctype.h> unconditionally, since
22520         the wctype module should arrange for it.
22521         * lib/regex_internal.h: Likewise.
22522         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
22523         since the wctype module should handle this now.
22524         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
22525         * modules/fnmatch (Depends-on): Add wctype.
22526         * modules/quotearg (Depends-on): Likewise.
22527         * modules/regex (Depends-on): Likewise.
22528
22529 2006-12-19  Bruno Haible  <bruno@clisp.org>
22530
22531         * lib/strdup.h [C++]: Wrap definitions in extern "C".
22532         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
22533
22534 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22535
22536         * modules/savewd (Depends-on): Fix dependency on fcntl.
22537
22538 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
22539
22540         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
22541         conforms to C99, rather than relying on the user's environment
22542         setting of STDINT_H.
22543
22544 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
22545         and Eric Blake  <ebb9@byu.net>
22546
22547         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
22548         This is more consistent with the other defines here.
22549         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
22550         Port to z/OS.  Problem reported by Paul Gilmartin.
22551         Change local vars to use gl_ prefix rather than ac_.
22552         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
22553         with other defines.
22554         * modules/double-slash-root: New module.
22555         * modules/dirname (Files): Remove m4/double-slash-root.m4.
22556         (Depends-on): Add double-slash-root.
22557         * MODULES.html.sh (File system functions): Mention new module.
22558
22559 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
22560
22561         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
22562         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
22563         This is for the benefit of gzip, which doesn't do i18n.
22564
22565 2006-12-12  Jim Meyering  <jim@meyering.net>
22566
22567         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
22568         Reported by Andreas Schwab <schwab@suse.de>.
22569
22570 2006-12-12  Bruno Haible  <bruno@clisp.org>
22571
22572         Merge these changes.
22573         2006-09-05  Bruno Haible  <bruno@clisp.org>
22574         * lib/iconvme.c (iconv_string): No need to save and restore errno when
22575         iconv_alloc succeeded.
22576         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
22577         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
22578         test for " && dest " at the end - dest is always != NULL there. Call
22579         iconv with 4xNULL arguments initially, to reset the state. Call iconv
22580         with 2xNULL arguments, also to flush the state storage. Handle the
22581         IRIX iconv behaviour. Realloc the final result, to throw away unused
22582         memory.
22583
22584 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
22585
22586         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
22587         and fchmodat unconditionally, since glibc 2.4 has them.
22588         Problem reported by Arkadiusz Miskiewicz.
22589
22590 2006-12-10  Bruno Haible  <bruno@clisp.org>
22591
22592         * gnulib-tool (func_import): Show the include files only for those
22593         modules that are copied and specified.
22594         Reported by Karl Berry.
22595
22596 2006-12-08  Jim Meyering  <jim@meyering.net>
22597
22598         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
22599         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
22600
22601         * build-aux/announce-gen: Add two new options, both optional:
22602         --bootstrap-tools=TOOL_LIST
22603               a comma-separated list of tools, e.g.,
22604               autoconf,automake,bison,gnulib
22605         --gnulib-snapshot-date=DATE
22606               if gnulib is in the bootstrap tool list,
22607               then report this as the snapshot date.
22608               If not specified, use the current date/time.
22609               If you specify a date here, be sure it's UTC.
22610
22611 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22612
22613         * tests/test-argp-2.sh: Fix test to match actual output.
22614         (func_compare): Fix sed script to be portable.
22615
22616 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
22617
22618         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
22619         workaround for this case.  It is not autoconfigured now; offhand
22620         it's hard to see how to autoconfigure it.
22621
22622 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
22623
22624         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
22625         a directory that is about to be chowned.  Such a directory's
22626         initial file permissions should permit the owner only and this
22627         should not be changed until after the chown, since the group and
22628         other bits would be incorrect if they granted permission before
22629         the chown.
22630
22631         Fix porting problem for iswctype reported by Georg Schwarz in:
22632         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
22633         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
22634         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
22635         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
22636         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
22637
22638 2006-12-03  Jim Meyering  <jim@meyering.net>
22639
22640         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
22641         p->fts_statp may not yet be defined.
22642         (fts_read): Instead, set it in the caller, once p->fts_statp is
22643         sure to be defined, and corresponds to a top-level directory.
22644         This bug made du -x fail.  Here's the coreutils test case:
22645         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
22646         Reported by Mike Frysinger.
22647
22648 2006-12-01  Jim Meyering  <jim@meyering.net>
22649
22650         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
22651         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
22652         Reported by Simon Josefsson.
22653
22654 2006-11-30  Jim Meyering  <jim@meyering.net>
22655
22656         * m4/warning.m4: Use the all-permissive copyright notice
22657         recommended by RMS (rather than LGPL).
22658         * m4/vararrays.m4: Likewise.
22659         * m4/flexmember.m4: Likewise.
22660
22661 2006-11-29  Bruno Haible  <bruno@clisp.org>
22662
22663         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
22664         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
22665         using +=.
22666         Reported by Simon Josefsson <simon@josefsson.org>.
22667
22668 2006-11-28  James Youngman <jay@gnu.org>
22669
22670         * README: Advise users that they might find the bug-gnulib@gnu.org
22671         and autotools-announce@gnu.org mailing lists useful.
22672
22673 2006-11-28  Bruno Haible  <bruno@clisp.org>
22674
22675         * m4/ptrdiff_max.m4: Remove file.
22676
22677 2006-11-21  Bruno Haible  <bruno@clisp.org>
22678
22679         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
22680         _AC_COMPUTE_INT.
22681         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
22682         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
22683         _AC_COMPUTE_INT.
22684         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
22685         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
22686         _AC_COMPUTE_INT.
22687         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
22688
22689 2006-11-28  Jim Meyering  <jim@meyering.net>
22690
22691         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
22692         warning from "gcc -Wshadow" about shadowing the builtin.
22693
22694 2006-11-27  Bruno Haible  <bruno@clisp.org>
22695
22696         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
22697         _AC_COMPUTE_INT.
22698         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
22699
22700 2006-11-27  Bruno Haible  <bruno@clisp.org>
22701             Paul Eggert  <eggert@cs.ucla.edu>
22702
22703         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
22704
22705 2006-11-26  Bruno Haible  <bruno@clisp.org>
22706
22707         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
22708         noinst_LTLIBRARIES.
22709
22710 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
22711             Bruno Haible  <bruno@clisp.org>
22712
22713         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
22714         if compiling with "gcc -ansi".
22715
22716 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
22717
22718         Fix some incompatibilities with gcc -ansi -pedantic.
22719         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
22720         if compiling pedantically with GCC, unless it's C99 or later.
22721         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
22722         it mishandles gcc -ansi -pedantic as well.
22723         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
22724         if gcc -pedantic.
22725         * lib/regexec.c (check_node_accept_bytes): Don't use auto
22726         initializers for struct if -pedantic, unless it's C99 or later.
22727
22728 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
22729
22730         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
22731         Don't close an fd more than once. Identical atimes indicate
22732         success, not failure.
22733
22734 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
22735
22736         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
22737
22738 2006-11-23  Jim Meyering  <jim@meyering.net>
22739
22740         * build-aux/announce-gen: New file.  From coreutils.
22741
22742 2006-11-22  Jim Meyering  <jim@meyering.net>
22743
22744         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
22745         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
22746         (fts_read): Use a temporary to narrow the overused st_size member
22747         before using it in a switch statement.  Reported by Matthew Woehlke.
22748
22749         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
22750         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
22751
22752 2006-11-20  Bruno Haible  <bruno@clisp.org>
22753
22754         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
22755         changequote instead of pairs of brackets.
22756         Reported by Andreas Schwab <schwab@suse.de>.
22757
22758 2006-11-21  Jim Meyering  <jim@meyering.net>
22759
22760         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
22761         so as to remain compatible with older compilers.
22762         Patch from Michael Deutschmann.
22763
22764 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
22765
22766         * MODULES.html.sh (File system functions): Add openat.
22767
22768         * lib/openat.h (rpl_fstatat): New macro, if
22769         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
22770         (fstatat): Define to rpl_fstatat under the same conditions,
22771         unless COMPILING_FSTATAT.
22772         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
22773         seems to have the bug.
22774         * lib/fstatat.c: New file.
22775         * modules/openat (Files): Add it.
22776
22777 2006-11-20  Bruno Haible  <bruno@clisp.org>
22778
22779         * Makefile: New file.
22780
22781 2006-11-20  Jim Meyering  <jim@meyering.net>
22782
22783         The beginnings of syntax-related checks for gnulib.
22784         * lib/Makefile: New file.
22785         * lib/t-idcache: New script.  Ensure that the two halves of
22786         idcache.c stay in sync.
22787
22788         * lib/idcache.c: Adjust comments in user- and group- portions to
22789         be more accurate, and to be consistent with one another.
22790
22791 2006-11-20  Jim Meyering  <jim@meyering.net>
22792
22793         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
22794         continue using the flexible array member (thus, this module performs
22795         half as many malloc calls), with the addition that...
22796         (getgroup, getuser): Consistently record a non-match via an empty
22797         "name" string, and map an empty string match to a NULL return value.
22798         * modules/idcache (Depends-on): Re-add flexmember.
22799
22800         * lib/idcache.c (getuser): Remove all uses of the register keyword.
22801         (getuidbyname, getgroup, getgidbyname): Likewise.
22802
22803         Use cleaner syntax: NULL rather than 0.
22804         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
22805
22806 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
22807
22808         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
22809         It mishandled the case where the group was missing.
22810         Problem reported by Greg Schafer.
22811         * modules/idcache: Likewise.
22812
22813 2006-11-18  Jim Meyering  <jim@meyering.net>
22814
22815         * check-module (%exempt_header): Add exception for some
22816         conditionally-included headers.
22817
22818         * modules/i-ring (Depends-on): Add verify.
22819         (License): Change to LGPL.
22820
22821 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
22822
22823         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
22824         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
22825         and inttostr.h.  Use snprintf rather than uinttostr, so that
22826         LGPLed code doesn't depend on GPLed.
22827
22828 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
22829
22830         * modules/inline (License): Change from GPL to LGPL.
22831
22832 2006-11-17  Jim Meyering  <jim@meyering.net>
22833
22834         * modules/d-type (License): Switch to LGPL.
22835
22836 2006-11-15  Bruno Haible  <bruno@clisp.org>
22837
22838         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
22839
22840 2006-11-15  Eric Blake  <ebb9@byu.net>
22841
22842         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
22843         the module dependency.
22844
22845 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22846             Bruno Haible  <bruno@clisp.org>
22847
22848         * gnulib-tool (func_create_testdir): Add license consistency check.
22849
22850 2006-11-15  Eric Blake  <ebb9@byu.net>
22851
22852         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
22853         random "(cached)" in configure output.
22854
22855 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22856
22857         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
22858         test for conforming inttypes.h is both announced and cached.
22859
22860         * MODULES.html.sh (seen_modules, seen_files): New variables.
22861         (func_module): Rewrite to use a few less gnulib-tool and sed
22862         invocations.  Avoid a couple of quadratic algorithms for ...
22863         (missed_modules, missed_files): ... these, with ...
22864         (func_append, func_tmpdir): ... these new functions, from
22865         gnulib-tool.  Analogously, install traps for cleanup.
22866
22867         * tests/test-gc.c (main): Remove unused variables.
22868         * tests/test-read-file.c: Include stdlib.h, for 'free'.
22869
22870 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
22871
22872         * modules/inttostr (License): Change to LGPL.
22873
22874 2006-11-14  Eric Blake  <ebb9@byu.net>
22875
22876         * modules/tempname (License): Change to LGPL.
22877
22878 2006-11-14  Eric Blake  <ebb9@byu.net>
22879
22880         * doc/functions.texi (Function Portability): *printf functions on
22881         Cygwin now understand all POSIX size specifiers.
22882
22883 2006-11-14  Bruno Haible  <bruno@clisp.org>
22884
22885         * modules/c-ctype (License): Change to LGPL.
22886
22887 2006-11-12  Bruno Haible  <bruno@clisp.org>
22888
22889         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
22890         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
22891         for GNOME libraries, for which the include files are installed in
22892         subdirectories of $prefix/include.
22893
22894 2006-11-12  Bruno Haible  <bruno@clisp.org>
22895
22896         * m4/lib-link.m4: Require at least autoconf-2.54.
22897         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
22898         name to underscores for the --with option.
22899
22900 2006-11-13  Bruno Haible  <bruno@clisp.org>
22901
22902         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
22903         the tests directory.
22904         Reported by Ralf Wildenhues.
22905
22906 2006-11-13  Bruno Haible  <bruno@clisp.org>
22907
22908         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
22909         (func_emit_initmacro_end): Undo the override here.
22910         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
22911         Works around the famous automake error in coreutils.
22912
22913 2006-11-13  Eric Blake  <ebb9@byu.net>
22914
22915         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
22916         element, not its node.
22917
22918 2006-11-12  Bruno Haible  <bruno@clisp.org>
22919
22920         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
22921         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
22922
22923 2006-11-12  Bruno Haible  <bruno@clisp.org>
22924
22925         * gnulib-tool: New option --local-symlink.
22926         (func_usage): Document it.
22927         (lsymbolic): New variable.
22928         (func_import, func_create_testdir): If --symlink was not specified,
22929         test whether --local-symlink was specified and the file comes from
22930         the local_gnulib_dir.
22931
22932 2006-11-12  Bruno Haible  <bruno@clisp.org>
22933
22934         * gnulib-tool (func_ln): New function.
22935         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
22936
22937 2006-11-12  Bruno Haible  <bruno@clisp.org>
22938
22939         Finish support for source files in subdirectories.
22940         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
22941         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
22942         AUTOMAKE_OPTIONS.
22943         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
22944
22945 2006-11-12  Bruno Haible  <bruno@clisp.org>
22946
22947         * gnulib-tool (func_get_automake_snippet): Synthesize also an
22948         EXTRA_lib_SOURCES augmentation.
22949         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
22950
22951 2006-11-12  Jim Meyering  <jim@meyering.net>
22952
22953         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
22954         file descriptors.  This also averts a failure on systems with
22955         native openat support when a traversed directory lacks "x" access.
22956         * lib/fts_.h: Include "i-ring.h"
22957         (struct FTS) [fts_fd_ring]: New member.
22958         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
22959         (FCHDIR): Add parentheses.
22960         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
22961         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
22962         When descending, rather than simply closing the previous
22963         fts_cwd_fd value, push that file descriptor onto the ring.
22964         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
22965         (fts_open): Initialize the new fd_ring member.
22966         (fts_close): Clear the ring.
22967         (fts_safe_changedir): When possible, use our new fd_ring to skip
22968         the diropen and fstat and dev/ino comparison that would normally
22969         accompany a virtual `chdir ("..")'.
22970
22971         * modules/fts (Depends-on): Add i-ring.
22972         * modules/i-ring: New module.
22973         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
22974         * m4/i-ring.m4: New file.
22975
22976 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22977
22978         * gnulib-tool (func_create_testdir): Fix replacement of
22979         `build-aux' in configure.ac.  Run autotools in gltests
22980         subdirectory.
22981         (func_create_testdir, func_create_megatestdir, test): There is
22982         no need for '--force' in most autotool invocations in a new
22983         tree.  Actually fail the whole test if any of the tools, or the
22984         configure or make stages fail.
22985
22986         Sync from Automake.
22987         * build-aux/gnupload: Revert last change.  Add pointer to upload
22988         instructions of the GNU Maintenance Instructions.
22989         Suggestion by Karl Berry.
22990
22991 2006-11-10  Jim Meyering  <jim@meyering.net>
22992
22993         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
22994
22995 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
22996
22997         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
22998         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
22999         (bind_textdomain_codeset) [! ENABLE_NLS]:
23000         Evaluate all the arguments.  That way, callers get compatible behavior
23001         if the arguments have side effects.  Also, it avoids some GCC
23002         diagnostics in some cases; Joel E. Denny reported problems when Bison
23003         was configured with --enable-gcc-warnigs.
23004
23005 2006-11-10  Jim Meyering  <jim@meyering.net>
23006
23007         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
23008         relevant options in CFLAGS (like -O, -fno-inline) are taken into
23009         account.
23010
23011 2006-11-10  Jim Meyering  <jim@meyering.net>
23012
23013         * modules/inline: New file/module.
23014         * modules/xalloc (Files): Remove m4/inline.m4.
23015         (Depends-on): Add inline, instead.
23016         * modules/oset: Likewise.
23017         * modules/list: Likewise.
23018
23019 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
23020
23021         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
23022         Problem reported by Matthew Woehlke.
23023
23024 2006-11-09  Bruno Haible  <bruno@clisp.org>
23025
23026         * lib/tempname.c (gen_tempname): Remove variant that invokes
23027         __gen_tempname.
23028         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
23029         __gen_tempname.
23030
23031 2006-11-08  Bruno Haible  <bruno@clisp.org>
23032
23033         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
23034         to 'yes' instead of 'cross-compiling'.
23035
23036 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
23037
23038         * lib/quotearg.h (quotearg_free): New decl.
23039         * lib/quotearg.c (quotearg_free): New function.
23040         (slot0, nslots, slotvec0, slotvec):
23041         Now file-scope so that quotearg_free can get at them.
23042
23043 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23044
23045         Sync from Automake.
23046         * build-aux/gnupload: Add missing 'gnu' to example URL.
23047         Report by Karl Berry.
23048
23049 2006-11-08  Bruno Haible  <bruno@clisp.org>
23050
23051         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
23052         Suggested by Paul Eggert.
23053
23054 2006-11-08  Jim Meyering  <jim@meyering.net>
23055
23056         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
23057         It's already included if !_LIBC.
23058         (fts_safe_changedir): Add a comment.
23059
23060 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
23061
23062         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
23063         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
23064         Matthew Woehlke.
23065
23066         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
23067         definitions up, to avoid colliding with change below.
23068         (static_inline) [HAVE_INLINE]: New macro.
23069         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
23070         Provide extern decls when !HAVE_INLINE.  Do not define unless
23071         static_inline is defined, either by us or by xmalloc.c.  Use
23072         static_inline rather than static inline.
23073         (XCALLOC): Optimize sizeof(T) = 1 case.
23074         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
23075
23076 2006-11-07  Bruno Haible  <bruno@clisp.org>
23077
23078         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
23079         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
23080         AC_C_INLINE.
23081         * modules/xalloc (Files): Add m4/inline.m4.
23082
23083 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23084
23085         * README: Fix typo.
23086         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
23087         (Miscellanous Notes): ...from this.
23088
23089 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
23090
23091         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
23092         Mention that offsetof should be used instead of sizeof.
23093         From Bruno Haible.
23094
23095 2006-11-07  Bruno Haible  <bruno@clisp.org>
23096
23097         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
23098
23099 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
23100
23101         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
23102         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
23103         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
23104         (gl_tree_add_before, gl_tree_add_after):
23105         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
23106         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
23107         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
23108         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
23109         (gl_linked_add_after, gl_linked_add_at): Likewise.
23110         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
23111         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
23112         (gl_tree_add_before, gl_tree_add_after): Likewise.
23113         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
23114         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
23115         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
23116
23117 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23118
23119         * lib/gl_oset.h: Use C comment style, not C++ comment style.
23120
23121 2006-11-06  Bruno Haible  <bruno@clisp.org>
23122
23123         * m4/inline.m4: New file.
23124         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
23125         * modules/list (Files): Add m4/inline.m4.
23126         * modules/oset (Files): Likewise.
23127
23128 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
23129
23130         * lib/idcache.c: Include <stddef.h>, for offsetof.
23131         (struct userid.name): Change from char * to a flexible array member.
23132         All uses changed.
23133         * modules/idcache (Depends-on): Add flexmember.
23134
23135         * MODULES.html.sh (Core language properties): New module flexmember.
23136         * modules/flexmember, m4/flexmember.m4: New files.
23137
23138         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
23139         inline functions that are identical with the old xnmalloc_inline,
23140         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
23141         that we can avoid some unnecessary integer multiplications and
23142         divisions in the common case where the element size is known at
23143         compile time.
23144         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
23145         needed.
23146         (xnboundedmalloc): Remove.
23147         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
23148         arguments, for consistency with rest of this header.
23149         (xcharalloc): Rewrite using XNMALLOC.
23150         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
23151         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
23152         versions have been moved to lib/xalloc.h and renamed to be the
23153         non-*_inline versions.
23154         (xmalloc, xrealloc): Implement without reference to the xnmalloc
23155         and xnrealloc functions, since those functions are now inline and
23156         now call us.
23157         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
23158         renaming described above.
23159         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
23160         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
23161         captures the dependency in AC_C_INLINE.
23162
23163         New module canonicalize-lgpl, proposed by Charles Wilson in
23164         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
23165         with a few small changes afterwards.
23166         * MODULES.html.sh (File system functions): New module
23167         canonicalize-lgpl.
23168         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
23169         and canonicalize_file_name.
23170         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
23171         * modules/canonicalize-lgpl: New files.
23172
23173 2006-11-05  Bruno Haible  <bruno@clisp.org>
23174
23175         * gnulib-tool (func_import, func_create_testdir): Create directories
23176         also for files in subdirectories of lib/.
23177
23178 2006-11-05  Bruno Haible  <bruno@clisp.org>
23179
23180         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
23181         ANSI C compliant.
23182
23183 2006-11-03  Bruno Haible  <bruno@clisp.org>
23184
23185         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
23186         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
23187         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
23188         (xnboundedmalloc): New inline function.
23189         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
23190         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
23191         xmalloc.
23192         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
23193         xmalloc.
23194         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
23195         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
23196         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
23197         xmalloc.
23198         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
23199         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
23200         xmalloc.
23201         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
23202         gl_tree_add_after): Use XMALLOC instead of xmalloc.
23203         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
23204         xmalloc.
23205         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
23206         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
23207         gl_tree_add_after): Use XMALLOC instead of xmalloc.
23208         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
23209         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
23210         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
23211         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
23212
23213 2006-11-03  Bruno Haible  <bruno@clisp.org>
23214
23215         * lib/c-ctype.h [C++]: Define functions without name mangling.
23216         * lib/fwriteerror.h [C++]: Likewise.
23217         * lib/gcd.h [C++]: Likewise.
23218         * lib/linebreak.h [C++]: Likewise.
23219
23220 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
23221
23222         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
23223         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
23224         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
23225         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
23226         Check for functions and headers just once.
23227         Check for declaration of canonicalize_file_name.
23228         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
23229
23230 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
23231
23232         * gnulib-tool (func_import): Fix typo in actioncmd.
23233
23234 2006-11-02  Bruno Haible  <bruno@clisp.org>
23235
23236         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
23237         newline sequence in the Makefile.am snippet as a space, like "make"
23238         does.
23239         Reported by Roger Persson <perrog@gmail.com>.
23240
23241 2006-11-01  Bruno Haible  <bruno@clisp.org>
23242
23243         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
23244         already declared in <string.h>.
23245         * lib/strcase.h (strncasecmp): Don't declare it if yes.
23246
23247 2006-11-01  Bruno Haible  <bruno@clisp.org>
23248
23249         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
23250         * lib/strcase.h: Include <string.h>.
23251         (strcasecmp): Define to rpl_strcasecmp here.
23252
23253 2006-11-01  Bruno Haible  <bruno@clisp.org>
23254
23255         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
23256
23257 2006-11-01  Eric Blake  <ebb9@byu.net>
23258
23259         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
23260
23261         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
23262
23263 2006-10-29  Bruno Haible  <bruno@clisp.org>
23264
23265         Make it compile in C++ mode.
23266         * lib/full-write.c (full_rw): Add a cast.
23267
23268 2006-11-01  Bruno Haible  <bruno@clisp.org>
23269
23270         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
23271         be POSIX compliant.
23272         Reported by Roger Persson <perrog@gmail.com>.
23273
23274 2006-11-01  Eric Blake  <ebb9@byu.net>
23275
23276         * lib/getopt_.h: Fix comments.
23277
23278 2006-10-31  Eric Blake  <ebb9@byu.net>
23279
23280         * modules/tmpdir (Depends-on): Add sys_stat.
23281         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
23282         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
23283         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
23284         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
23285         tempname.
23286
23287 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
23288
23289         Avoid some C++ diagnostics reported by Bruno Haible.
23290         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
23291         xmalloc.
23292         (quotearg_alloc): Use xcharalloc rather than xmalloc.
23293         (struct slotvec): Move to top level.
23294         (quotearg_n_options): Rewrite to avoid xmalloc.
23295         * lib/xalloc.h (xcharalloc): New function.
23296         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
23297         [defined __cplusplus]: Add function template that provides result
23298         type propagation.  This part of the change is from Bruno Haible.
23299
23300 2006-10-29  Bruno Haible  <bruno@clisp.org>
23301
23302         Make it compile in C++ mode.
23303         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
23304         * lib/strnlen1.c (strnlen1): Cast memchr result.
23305         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
23306         * lib/clean-temp.c (string_equals, string_hash): Add casts.
23307         (create_temp_dir): Rename local variable 'template'.
23308         (compile_csharp_using_sscli): Add cast.
23309         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
23310         * lib/findprog.c (find_in_path): Likewise.
23311         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
23312         * lib/wait-process.c (register_slave_subprocess): Likewise.
23313
23314 2006-10-22  Bruno Haible  <bruno@clisp.org>
23315
23316         * modules/tsearch: New file.
23317         * lib/tsearch.h: New file.
23318         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
23319         * m4/tsearch.m4: New file.
23320         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
23321
23322 2006-10-29  Eric Blake  <ebb9@byu.net>
23323
23324         * lib/arcfour.c: Assume config.h.
23325         * lib/arctwo.c: Likewise.
23326         * lib/base64.c: Likewise.
23327         * lib/check-version.c: Likewise.
23328         * lib/crc.c: Likewise.
23329         * lib/des.c: Likewise.
23330         * lib/gc-gnulib.c: Likewise.
23331         * lib/gc-libgcrypt.c: Likewise.
23332         * lib/gc-pbkdf2-sha1.c: Likewise.
23333         * lib/getaddrinfo.c: Likewise.
23334         * lib/getdelim.c: Likewise.
23335         * lib/getline.c: Likewise.
23336         * lib/hmac-md5.c: Likewise.
23337         * lib/hmac-sha1.c: Likewise.
23338         * lib/iconvme.c: Likewise.
23339         * lib/md2.c: Likewise.
23340         * lib/md4.c: Likewise.
23341         * lib/memxor.c: Likewise.
23342         * lib/read-file.c: Likewise.
23343         * lib/readline.c: Likewise.
23344         * lib/rijndael-alg-fst.c: Likewise.
23345         * lib/rijndael-api-fst.c: Likewise.
23346         * lib/xgetdomainname.c: Likewise.
23347
23348 2006-10-28  Eric Blake  <ebb9@byu.net>
23349
23350         * lib/xstrndup.c: Assume config.h.
23351
23352 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
23353
23354         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
23355         stat-macros.h is now for our own macros, whereas stat_h is for
23356         macros in the <sys/stat.h> name space.
23357         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
23358         (STAT_MACROS_H): Remove.
23359         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
23360         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
23361         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
23362         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
23363         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
23364         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
23365         Move these macros to ...
23366         * lib/stat_.h: here.  Don't include stat-macros.h.
23367         * lib/canonicalize.c: Don't include stat-macros.h.
23368         * lib/chown.c: Likewise.
23369         * lib/euidaccess.c: Likewise.
23370         * lib/file-type.c: Likewise.
23371         * lib/filemode.c: Likewise.
23372         * lib/glob.c: Likewise.
23373         * lib/isapipe.c: Likewise.
23374         * lib/lchown.c: Likewise.
23375         * lib/lstat.c: Likewise.
23376         * lib/mkdir-p.c: Likewise.
23377         * lib/rmdir.c: Likewise.
23378         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
23379         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
23380         unless mkdir isn't declared, to speed up 'configure'.
23381         Always create sys/stat.h, since it's unlikely any real sys/stat.h
23382         would define all the S_* symbols.
23383         * modules/canonicalize (Depends-on):
23384         Depend on sys_stat, not stat-macros.
23385         * modules/chown: Likewise.
23386         * modules/euidaccess: Likewise.
23387         * modules/filemode: Likewise.
23388         * modules/file-type: Likewise.
23389         * modules/glob: Likewise.
23390         * modules/isapipe: Likewise.
23391         * modules/lchown: Likewise.
23392         * modules/lstat: Likewise.
23393         * modules/mkancesdirs: Likewise.
23394         * modules/rmdir: Likewise.
23395         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
23396         * modules/modechange: Likewise.
23397         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
23398         (configure.ac): Remove gl_STAT_MACROS.
23399         * modules/sys_stat (Depends-on): Remove stat-macros.
23400
23401 2006-10-27  Bruno Haible  <bruno@clisp.org>
23402
23403         * m4/signed.m4: Remove file.
23404         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
23405         invocation.
23406         * modules/vasnprintf (Files): Remove m4/signed.m4.
23407
23408 2006-10-27  Bruno Haible  <bruno@clisp.org>
23409
23410         Update to GNU gettext 0.16.
23411         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
23412         m4/inttypes-h.m4, m4/signed.m4.
23413         * m4/gettext.m4: Update to GNU gettext 0.16.
23414         * m4/intl.m4: New file, from GNU gettext.
23415         * m4/intldir.m4: New file, from GNU gettext.
23416         * config/srclist.txt: Update
23417
23418 2006-10-27  Eric Blake  <ebb9@byu.net>
23419
23420         * MODULES.html.sh: Document tempname.
23421         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
23422         dependencies.
23423         (Files): Move lib/tempname.c...
23424         * modules/tempname: ...to this new module.
23425         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
23426         (gl_PREREQ_TEMPNAME): Move...
23427         * m4/tempname.m4: ...to this new file.
23428         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
23429         * modules/sys_stat (Depends-on): Add stat-macros.
23430         * lib/stat_.h (includes): Pick up stat macros.
23431         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
23432         if stat macros are broken.
23433         * lib/tempname.c (includes): No need to include "stat-macros.h".
23434         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
23435         (direxists, __path_search) [!_LIBC]: Don't compile these in
23436         gnulib; the tmpdir module covers that.
23437         * lib/tempname.h: New file.
23438
23439 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
23440
23441         * COPYING: Explain how gnulib-tool converts licence headers.
23442         Almost all wording by Eric Blake.
23443
23444 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
23445
23446         * lib/mbchar.h (is_basic_table): Make read-only.
23447         * lib/mbchar.c (is_basic_table): Likewise.
23448         Reported by John Darrington.
23449
23450 2006-10-25  Bruno Haible  <bruno@clisp.org>
23451
23452         * lib/progname.h (set_program_name): Undefine before defining.
23453
23454 2006-10-25  Bruno Haible  <bruno@clisp.org>
23455
23456         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
23457         false for non-gcc C++ compilers.
23458         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
23459
23460 2006-10-24  Bruno Haible  <bruno@clisp.org>
23461
23462         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
23463         iconv implementations like Irix iconv.
23464
23465 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
23466
23467         * modules/vararrays: New file.
23468         * m4/vararrays.m4: New file, taken from diffutils.
23469         * MODULES.html.sh: New module vararrays.
23470
23471 2006-10-24  Karl Berry  <karl@gnu.org>
23472
23473         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
23474         Don't call GNU Unix.
23475
23476 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23477
23478         * users.txt: Add Libtool.
23479
23480         Sync from Libtool:
23481
23482         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
23483
23484         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
23485         to gnulib's policy of including config.h unconditionally.
23486
23487 2006-10-24  Bruno Haible  <bruno@clisp.org>
23488
23489         * modules/wcwidth (Files): Add m4/wint_t.m4.
23490         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
23491         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
23492
23493 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
23494
23495         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
23496         to pacify GCC with some -W flags enabled.  Problem reported by
23497         Bruno Haible.
23498
23499 2006-10-24  Jim Meyering  <jim@meyering.net>
23500
23501         * MODULES.html.sh: Remove uinttostr.  It's not a module.
23502         Reported by Karl Berry.
23503
23504 2006-10-23  Bruno Haible  <bruno@clisp.org>
23505
23506         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
23507
23508 2006-10-24  Bruno Haible  <bruno@clisp.org>
23509
23510         * lib/gl_list.h: Use C comment style, not C++ comment style.
23511
23512 2006-10-23  Eric Blake  <ebb9@byu.net>
23513
23514         * lib/getaddrinfo.c (includes): Add missing include.
23515
23516 2006-10-23  Bruno Haible  <bruno@clisp.org>
23517             Paul Eggert  <eggert@cs.ucla.edu>
23518
23519         Ability to rename obstack_free.
23520         * lib/obstack.h (__obstack_free): New macro. Declare instead of
23521         obstack_free.
23522         (obstack_free): Invoke the __obstack_free macro.
23523         * lib/obstack.c (obstack_free): Use __obstack_free macro.
23524
23525 2006-10-23  Bruno Haible  <bruno@clisp.org>
23526             Paul Eggert  <eggert@cs.ucla.edu>
23527
23528         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
23529         __argc, __argv from the declaration. (They are defined as macros on
23530         mingw.)
23531
23532 2006-10-22  Bruno Haible  <bruno@clisp.org>
23533
23534         * doc/gnulib-intro.texi: New file.
23535         * doc/gnulib.texi: Include it.
23536
23537 2006-10-21  Bruno Haible  <bruno@clisp.org>
23538
23539         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
23540         "Introduction", "Miscellanous Notes", "Particular Modules".
23541
23542 2006-10-21  Bruno Haible  <bruno@clisp.org>
23543
23544         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
23545         Change mostlyclean-local rule to avoid sh syntax error from bash
23546         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
23547
23548 2006-10-23  Jim Meyering  <jim@meyering.net>
23549
23550         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
23551         in place of snprintf.
23552
23553         * modules/inttostr (Files): Add lib/uinttostr.c.
23554         * lib/uinttostr.c (inttostr): New file/function.
23555         * lib/inttostr.h (uinttostr): Declare.
23556         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
23557         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
23558         Add uinttostr.
23559         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
23560
23561 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
23562
23563         * lib/canonicalize.c (ELOOP): Define if not already defined.
23564         Problem reported by Bruno Haible in
23565         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
23566
23567 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
23568
23569         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
23570         Problem reported by Perry Smith and Ville Laurikari.
23571
23572         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
23573         uses.
23574
23575 2006-10-19  Bruno Haible  <bruno@clisp.org>
23576
23577         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
23578         for mingw.
23579
23580 2006-10-19  Bruno Haible  <bruno@clisp.org>
23581
23582         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
23583         Needed for mingw.
23584
23585 2006-10-19  Bruno Haible  <bruno@clisp.org>
23586
23587         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
23588
23589 2006-10-19  Bruno Haible  <bruno@clisp.org>
23590
23591         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
23592         it.
23593
23594 2006-10-19  Bruno Haible  <bruno@clisp.org>
23595
23596         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
23597         invocation.
23598
23599 2006-10-19  Bruno Haible  <bruno@clisp.org>
23600
23601         * gnulib-tool (func_create_testdir): Don't include ftruncate and
23602         mountlist by default.
23603
23604 2006-10-16  Bruno Haible  <bruno@clisp.org>
23605
23606         * lib/c-strstr.c: Include c-strstr.h.
23607
23608 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
23609
23610         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
23611         in a slash.
23612
23613 2006-10-18  Bruno Haible  <bruno@clisp.org>
23614
23615         * lib/lock.h [C++]: Wrap definitions in extern "C".
23616
23617 2006-10-18  Bruno Haible  <bruno@clisp.org>
23618
23619         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
23620         gl_LIBOBJS list.
23621
23622 2006-10-18  Bruno Haible  <bruno@clisp.org>
23623
23624         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
23625
23626 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
23627
23628         * lib/xstrtol.h: Include gettext.h.
23629         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
23630         Problem reported by Eric Blake.
23631         * modules/xstrtol (Depends-on): Add gettext-h.
23632
23633 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
23634
23635         * lib/strftime.c (advance): New macro.
23636         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
23637         incomplete type, so you can't add 0 to it.  Problem and patch
23638         reported by Eelco Dolstra for dietlibc.
23639
23640 2006-10-18  Jim Meyering  <jim@meyering.net>
23641
23642         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
23643         type for a local, and rename it: s/up/user_proc/.
23644
23645 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
23646
23647         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
23648         READ_UTMP_USER_PROCESS.
23649         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
23650
23651 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
23652
23653         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
23654         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
23655
23656 2006-10-17  Eric Blake  <ebb9@byu.net>
23657
23658         * lib/sigprocmask.c (sigprocmask): Fix typo.
23659
23660         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
23661
23662         * modules/clean-temp (Makefile.am): Don't add to make output...
23663         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
23664         config.h.
23665
23666 2006-10-17  Bruno Haible  <bruno@clisp.org>
23667
23668         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
23669         differently if DEFAULT_TEXT_DOMAIN is set.
23670
23671 2006-10-16  Bruno Haible  <bruno@clisp.org>
23672
23673         * lib/clean-temp.c: Include fwriteerror.h.
23674
23675 2006-10-16  Bruno Haible  <bruno@clisp.org>
23676
23677         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
23678
23679 2006-10-16  Bruno Haible  <bruno@clisp.org>
23680
23681         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
23682         * lib/sigprocmask.h: Include <sys/types.h>.
23683         (sigset_t): Use the system's definition if present.
23684
23685 2006-10-17  Eric Blake  <ebb9@byu.net>
23686
23687         * lib/xvasprintf.c (includes): Assume config.h.
23688         * lib/xasprintf.c (includes): Likewise.
23689
23690 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
23691
23692         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
23693         at least as wide as intmax_t.
23694
23695 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
23696
23697         (Imported from Automake.)
23698         * build-aux/gnupload: Update to version 1.1 of directive file.
23699
23700 2006-10-16  Eric Blake  <ebb9@byu.net>
23701
23702         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
23703         match Automake 1.10a.
23704
23705 2006-10-14  Bruno Haible  <bruno@clisp.org>
23706
23707         * modules/sigprocmask: New file.
23708         * lib/sigprocmask.h: New file.
23709         * lib/sigprocmask.c: New file.
23710         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
23711         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
23712         request sigprocmask.o.
23713         (gl_PREREQ_SIGPROCMASK): New macro.
23714         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
23715         (Depends-on): Add sigprocmask.
23716         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
23717         gt_SIGNALBLOCKING. Test for 'raise' only once.
23718         * lib/fatal-signal.c: Include sigprocmask.h.
23719         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
23720         unblock_fatal_signals): Define always.
23721         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
23722         sigprocmask.
23723
23724 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
23725
23726         Sync from Automake.
23727         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
23728         which incorrectly sets the mode of an existing destination
23729         directory.  In some cases the unpatched install-sh could do the
23730         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
23731         system.  We hope this is rare in practice, but it's clearly worth
23732         fixing.  Problem reported by Alex Unleashed in
23733         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
23734         Also, don't bother to check for -m bugs unless we're using -m;
23735         suggested by Stepan Kasal.
23736
23737 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23738
23739         Sync from Automake.
23740         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
23741         `-c' flag, so they appear at the same position as in %FASTDEP%
23742         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
23743         which ignores unknown options only after the first non-option.
23744         Bug report against M4 by Nelson H. F. Beebe.
23745
23746 2006-10-13  Jim Meyering  <jim@meyering.net>
23747
23748         Fix a bug in yesterday's change.
23749         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
23750         p->fts_statp->st_dev would be used uninitialized.
23751         Ensures that we always call fts_stat on the very first entry.
23752         Miklos Szeredi reported that find -xdev stopped working.
23753
23754 2006-10-12  Bruno Haible  <bruno@clisp.org>
23755
23756         * gnulib-tool (func_get_automake_snippet): Append an automatically
23757         computed EXTRA_DIST augmentation.
23758         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
23759         * modules/alloca-opt (Makefile.am): Likewise.
23760         * modules/allocsa (Makefile.am): Likewise.
23761         * modules/arcfour (Makefile.am): Likewise.
23762         * modules/arctwo (Makefile.am): Likewise.
23763         * modules/argmatch (Makefile.am): Likewise.
23764         * modules/argz (Makefile.am): Likewise.
23765         * modules/atexit (Makefile.am): Likewise.
23766         * modules/backupfile (Makefile.am): Likewise.
23767         * modules/byteswap (Makefile.am): Likewise.
23768         * modules/c-strtod (Makefile.am): Likewise.
23769         * modules/c-strtold (Makefile.am): Likewise.
23770         * modules/calloc (Makefile.am): Likewise.
23771         * modules/canon-host (Makefile.am): Likewise.
23772         * modules/canonicalize (Makefile.am): Likewise.
23773         * modules/chdir-long (Makefile.am): Likewise.
23774         * modules/chdir-safer (Makefile.am): Likewise.
23775         * modules/check-version (Makefile.am): Likewise.
23776         * modules/chown (Makefile.am): Likewise.
23777         * modules/cloexec (Makefile.am): Likewise.
23778         * modules/close-stream (Makefile.am): Likewise.
23779         * modules/closeout (Makefile.am): Likewise.
23780         * modules/crc (Makefile.am): Likewise.
23781         * modules/csharpexec (Makefile.am): Likewise.
23782         * modules/cycle-check (Makefile.am): Likewise.
23783         * modules/des (Makefile.am): Likewise.
23784         * modules/dev-ino (Makefile.am): Likewise.
23785         * modules/dirfd (Makefile.am): Likewise.
23786         * modules/dirname (Makefile.am): Likewise.
23787         * modules/dup2 (Makefile.am): Likewise.
23788         * modules/eealloc (Makefile.am): Likewise.
23789         * modules/error (Makefile.am): Likewise.
23790         * modules/euidaccess (Makefile.am): Likewise.
23791         * modules/exclude (Makefile.am): Likewise.
23792         * modules/exitfail (Makefile.am): Likewise.
23793         * modules/fcntl-safer (Makefile.am): Likewise.
23794         * modules/fcntl (Makefile.am): Likewise.
23795         * modules/file-type (Makefile.am): Likewise.
23796         * modules/fileblocks (Makefile.am): Likewise.
23797         * modules/filemode (Makefile.am): Likewise.
23798         * modules/filenamecat (Makefile.am): Likewise.
23799         * modules/fnmatch (Makefile.am): Likewise.
23800         * modules/fopen-safer (Makefile.am): Likewise.
23801         * modules/fpending (Makefile.am): Likewise.
23802         * modules/fprintftime (Makefile.am): Likewise.
23803         * modules/free (Makefile.am): Likewise.
23804         * modules/fsusage (Makefile.am): Likewise.
23805         * modules/ftruncate (Makefile.am): Likewise.
23806         * modules/fts (Makefile.am): Likewise.
23807         * modules/gc-arcfour (Makefile.am): Likewise.
23808         * modules/gc-des (Makefile.am): Likewise.
23809         * modules/gc-hmac-md5 (Makefile.am): Likewise.
23810         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
23811         * modules/gc-md4 (Makefile.am): Likewise.
23812         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
23813         * modules/gc-sha1 (Makefile.am): Likewise.
23814         * modules/gc (Makefile.am): Likewise.
23815         * modules/getaddrinfo (Makefile.am): Likewise.
23816         * modules/getcwd (Makefile.am): Likewise.
23817         * modules/getdelim (Makefile.am): Likewise.
23818         * modules/getdomainname (Makefile.am): Likewise.
23819         * modules/getgroups (Makefile.am): Likewise.
23820         * modules/gethostname (Makefile.am): Likewise.
23821         * modules/gethrxtime (Makefile.am): Likewise.
23822         * modules/getline (Makefile.am): Likewise.
23823         * modules/getloadavg (Makefile.am): Likewise.
23824         * modules/getlogin_r (Makefile.am): Likewise.
23825         * modules/getndelim2 (Makefile.am): Likewise.
23826         * modules/getopt (Makefile.am): Likewise.
23827         * modules/getpagesize (Makefile.am): Likewise.
23828         * modules/getpass-gnu (Makefile.am): Likewise.
23829         * modules/getpass (Makefile.am): Likewise.
23830         * modules/getsubopt (Makefile.am): Likewise.
23831         * modules/gettime (Makefile.am): Likewise.
23832         * modules/gettimeofday (Makefile.am): Likewise.
23833         * modules/getugroups (Makefile.am): Likewise.
23834         * modules/getusershell (Makefile.am): Likewise.
23835         * modules/glob (Makefile.am): Likewise.
23836         * modules/group-member (Makefile.am): Likewise.
23837         * modules/hard-locale (Makefile.am): Likewise.
23838         * modules/hash (Makefile.am): Likewise.
23839         * modules/hmac-md5 (Makefile.am): Likewise.
23840         * modules/hmac-sha1 (Makefile.am): Likewise.
23841         * modules/human (Makefile.am): Likewise.
23842         * modules/idcache (Makefile.am): Likewise.
23843         * modules/imaxabs (Makefile.am): Likewise.
23844         * modules/imaxdiv (Makefile.am): Likewise.
23845         * modules/inet_ntop (Makefile.am): Likewise.
23846         * modules/inet_pton (Makefile.am): Likewise.
23847         * modules/intprops (Makefile.am): Likewise.
23848         * modules/inttostr (Makefile.am): Likewise.
23849         * modules/inttypes (Makefile.am): Likewise.
23850         * modules/isapipe (Makefile.am): Likewise.
23851         * modules/javaversion (Makefile.am): Likewise.
23852         * modules/lchmod (Makefile.am): Likewise.
23853         * modules/lchown (Makefile.am): Likewise.
23854         * modules/localcharset (Makefile.am): Likewise.
23855         * modules/long-options (Makefile.am): Likewise.
23856         * modules/lstat (Makefile.am): Likewise.
23857         * modules/malloc (Makefile.am): Likewise.
23858         * modules/mathl (Makefile.am): Likewise.
23859         * modules/mbchar (Makefile.am): Likewise.
23860         * modules/md2 (Makefile.am): Likewise.
23861         * modules/md4 (Makefile.am): Likewise.
23862         * modules/md5 (Makefile.am): Likewise.
23863         * modules/memcasecmp (Makefile.am): Likewise.
23864         * modules/memchr (Makefile.am): Likewise.
23865         * modules/memcmp (Makefile.am): Likewise.
23866         * modules/memcoll (Makefile.am): Likewise.
23867         * modules/memcpy (Makefile.am): Likewise.
23868         * modules/memmem (Makefile.am): Likewise.
23869         * modules/memmove (Makefile.am): Likewise.
23870         * modules/mempcpy (Makefile.am): Likewise.
23871         * modules/memrchr (Makefile.am): Likewise.
23872         * modules/memset (Makefile.am): Likewise.
23873         * modules/memxor (Makefile.am): Likewise.
23874         * modules/mkancesdirs (Makefile.am): Likewise.
23875         * modules/mkdir-p (Makefile.am): Likewise.
23876         * modules/mkdir (Makefile.am): Likewise.
23877         * modules/mkdtemp (Makefile.am): Likewise.
23878         * modules/mkstemp (Makefile.am): Likewise.
23879         * modules/mktime (Makefile.am): Likewise.
23880         * modules/modechange (Makefile.am): Likewise.
23881         * modules/mountlist (Makefile.am): Likewise.
23882         * modules/nanosleep (Makefile.am): Likewise.
23883         * modules/obstack (Makefile.am): Likewise.
23884         * modules/openat (Makefile.am): Likewise.
23885         * modules/pagealign_alloc (Makefile.am): Likewise.
23886         * modules/pathmax (Makefile.am): Likewise.
23887         * modules/physmem (Makefile.am): Likewise.
23888         * modules/poll (Makefile.am): Likewise.
23889         * modules/posixtm (Makefile.am): Likewise.
23890         * modules/posixver (Makefile.am): Likewise.
23891         * modules/putenv (Makefile.am): Likewise.
23892         * modules/quote (Makefile.am): Likewise.
23893         * modules/quotearg (Makefile.am): Likewise.
23894         * modules/raise (Makefile.am): Likewise.
23895         * modules/read-file (Makefile.am): Likewise.
23896         * modules/readline (Makefile.am): Likewise.
23897         * modules/readlink (Makefile.am): Likewise.
23898         * modules/readtokens (Makefile.am): Likewise.
23899         * modules/readutmp (Makefile.am): Likewise.
23900         * modules/realloc (Makefile.am): Likewise.
23901         * modules/regex (Makefile.am): Likewise.
23902         * modules/rename-dest-slash (Makefile.am): Likewise.
23903         * modules/rename (Makefile.am): Likewise.
23904         * modules/rijndael (Makefile.am): Likewise.
23905         * modules/rmdir (Makefile.am): Likewise.
23906         * modules/rpmatch (Makefile.am): Likewise.
23907         * modules/safe-read (Makefile.am): Likewise.
23908         * modules/safe-write (Makefile.am): Likewise.
23909         * modules/same-inode (Makefile.am): Likewise.
23910         * modules/same (Makefile.am): Likewise.
23911         * modules/save-cwd (Makefile.am): Likewise.
23912         * modules/savedir (Makefile.am): Likewise.
23913         * modules/setenv (Makefile.am): Likewise.
23914         * modules/settime (Makefile.am): Likewise.
23915         * modules/sha1 (Makefile.am): Likewise.
23916         * modules/sig2str (Makefile.am): Likewise.
23917         * modules/snprintf (Makefile.am): Likewise.
23918         * modules/stat-macros (Makefile.am): Likewise.
23919         * modules/stat-time (Makefile.am): Likewise.
23920         * modules/stdbool (Makefile.am): Likewise.
23921         * modules/stdint (Makefile.am): Likewise.
23922         * modules/stdlib-safer (Makefile.am): Likewise.
23923         * modules/stpcpy (Makefile.am): Likewise.
23924         * modules/stpncpy (Makefile.am): Likewise.
23925         * modules/strcase (Makefile.am): Likewise.
23926         * modules/strcasestr (Makefile.am): Likewise.
23927         * modules/strchrnul (Makefile.am): Likewise.
23928         * modules/strcspn (Makefile.am): Likewise.
23929         * modules/strdup (Makefile.am): Likewise.
23930         * modules/strerror (Makefile.am): Likewise.
23931         * modules/strftime (Makefile.am): Likewise.
23932         * modules/strndup (Makefile.am): Likewise.
23933         * modules/strnlen (Makefile.am): Likewise.
23934         * modules/strpbrk (Makefile.am): Likewise.
23935         * modules/strsep (Makefile.am): Likewise.
23936         * modules/strstr (Makefile.am): Likewise.
23937         * modules/strtod (Makefile.am): Likewise.
23938         * modules/strtoimax (Makefile.am): Likewise.
23939         * modules/strtok_r (Makefile.am): Likewise.
23940         * modules/strtol (Makefile.am): Likewise.
23941         * modules/strtoll (Makefile.am): Likewise.
23942         * modules/strtoul (Makefile.am): Likewise.
23943         * modules/strtoull (Makefile.am): Likewise.
23944         * modules/strtoumax (Makefile.am): Likewise.
23945         * modules/strverscmp (Makefile.am): Likewise.
23946         * modules/sys_socket (Makefile.am): Likewise.
23947         * modules/sys_stat (Makefile.am): Likewise.
23948         * modules/sysexits (Makefile.am): Likewise.
23949         * modules/time_r (Makefile.am): Likewise.
23950         * modules/timegm (Makefile.am): Likewise.
23951         * modules/timespec (Makefile.am): Likewise.
23952         * modules/tmpfile-safer (Makefile.am): Likewise.
23953         * modules/trim (Makefile.am): Likewise.
23954         * modules/unistd-safer (Makefile.am): Likewise.
23955         * modules/unlinkdir (Makefile.am): Likewise.
23956         * modules/unlocked-io (Makefile.am): Likewise.
23957         * modules/userspec (Makefile.am): Likewise.
23958         * modules/utime (Makefile.am): Likewise.
23959         * modules/utimecmp (Makefile.am): Likewise.
23960         * modules/utimens (Makefile.am): Likewise.
23961         * modules/vasnprintf (Makefile.am): Likewise.
23962         * modules/vasprintf (Makefile.am): Likewise.
23963         * modules/vsnprintf (Makefile.am): Likewise.
23964         * modules/xalloc (Makefile.am): Likewise.
23965         * modules/xgetcwd (Makefile.am): Likewise.
23966         * modules/xnanosleep (Makefile.am): Likewise.
23967         * modules/xreadlink (Makefile.am): Likewise.
23968         * modules/xstrtod (Makefile.am): Likewise.
23969         * modules/xstrtol (Makefile.am): Likewise.
23970         * modules/xstrtold (Makefile.am): Likewise.
23971         * modules/yesno (Makefile.am): Likewise.
23972         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
23973
23974 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
23975
23976         * modules/error (Makefile.am): Distribute files through
23977         EXTRA_DIST, not lib_SOURCES.
23978
23979 2006-10-12  Eric Blake  <ebb9@byu.net>
23980
23981         * modules/error (Makefile.am): Distribute files in /lib.
23982         * modules/obstack (Makefile.am): Likewise.
23983
23984 2006-10-12  Bruno Haible  <bruno@clisp.org>
23985
23986         * modules/acl (Makefile.am): Distribute all files in lib/ through
23987         EXTRA_DIST.
23988         * modules/arcfour (Makefile.am): Likewise.
23989         * modules/arctwo (Makefile.am): Likewise.
23990         * modules/argmatch (Makefile.am): Likewise.
23991         * modules/argz (Makefile.am): Likewise.
23992         * modules/atexit (Makefile.am): Likewise.
23993         * modules/backupfile (Makefile.am): Likewise.
23994         * modules/c-strtod (Makefile.am): Likewise.
23995         * modules/c-strtold (Makefile.am): Likewise.
23996         * modules/calloc (Makefile.am): Likewise.
23997         * modules/canon-host (Makefile.am): Likewise.
23998         * modules/canonicalize (Makefile.am): Likewise.
23999         * modules/chdir-long (Makefile.am): Likewise.
24000         * modules/chdir-safer (Makefile.am): Likewise.
24001         * modules/check-version (Makefile.am): Likewise.
24002         * modules/chown (Makefile.am): Likewise.
24003         * modules/cloexec (Makefile.am): Likewise.
24004         * modules/close-stream (Makefile.am): Likewise.
24005         * modules/closeout (Makefile.am): Likewise.
24006         * modules/crc (Makefile.am): Likewise.
24007         * modules/cycle-check (Makefile.am): Likewise.
24008         * modules/des (Makefile.am): Likewise.
24009         * modules/dirfd (Makefile.am): Likewise.
24010         * modules/dirname (Makefile.am): Likewise.
24011         * modules/dup2 (Makefile.am): Likewise.
24012         * modules/euidaccess (Makefile.am): Likewise.
24013         * modules/exclude (Makefile.am): Likewise.
24014         * modules/exitfail (Makefile.am): Likewise.
24015         * modules/fcntl-safer (Makefile.am): Likewise.
24016         * modules/file-type (Makefile.am): Likewise.
24017         * modules/fileblocks (Makefile.am): Likewise.
24018         * modules/filemode (Makefile.am): Likewise.
24019         * modules/filenamecat (Makefile.am): Likewise.
24020         * modules/fnmatch (Makefile.am): Likewise.
24021         * modules/fopen-safer (Makefile.am): Likewise.
24022         * modules/fpending (Makefile.am): Likewise.
24023         * modules/fprintftime (Makefile.am): Likewise.
24024         * modules/free (Makefile.am): Likewise.
24025         * modules/fsusage (Makefile.am): Likewise.
24026         * modules/ftruncate (Makefile.am): Likewise.
24027         * modules/fts (Makefile.am): Likewise.
24028         * modules/gc (Makefile.am): Likewise.
24029         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
24030         * modules/getaddrinfo (Makefile.am): Likewise.
24031         * modules/getcwd (Makefile.am): Likewise.
24032         * modules/getdelim (Makefile.am): Likewise.
24033         * modules/getdomainname (Makefile.am): Likewise.
24034         * modules/getgroups (Makefile.am): Likewise.
24035         * modules/gethostname (Makefile.am): Likewise.
24036         * modules/gethrxtime (Makefile.am): Likewise.
24037         * modules/getline (Makefile.am): Likewise.
24038         * modules/getloadavg (Makefile.am): Likewise.
24039         * modules/getlogin_r (Makefile.am): Likewise.
24040         * modules/getopt (Makefile.am): Likewise.
24041         * modules/getpass (Makefile.am): Likewise.
24042         * modules/getpass-gnu (Makefile.am): Likewise.
24043         * modules/getsubopt (Makefile.am): Likewise.
24044         * modules/gettime (Makefile.am): Likewise.
24045         * modules/gettimeofday (Makefile.am): Likewise.
24046         * modules/getugroups (Makefile.am): Likewise.
24047         * modules/getusershell (Makefile.am): Likewise.
24048         * modules/glob (Makefile.am): Likewise.
24049         * modules/group-member (Makefile.am): Likewise.
24050         * modules/hard-locale (Makefile.am): Likewise.
24051         * modules/hash (Makefile.am): Likewise.
24052         * modules/hmac-md5 (Makefile.am): Likewise.
24053         * modules/hmac-sha1 (Makefile.am): Likewise.
24054         * modules/human (Makefile.am): Likewise.
24055         * modules/idcache (Makefile.am): Likewise.
24056         * modules/imaxabs (Makefile.am): Likewise.
24057         * modules/imaxdiv (Makefile.am): Likewise.
24058         * modules/inet_ntop (Makefile.am): Likewise.
24059         * modules/inet_pton (Makefile.am): Likewise.
24060         * modules/inttostr (Makefile.am): Likewise.
24061         * modules/isapipe (Makefile.am): Likewise.
24062         * modules/lchown (Makefile.am): Likewise.
24063         * modules/long-options (Makefile.am): Likewise.
24064         * modules/lstat (Makefile.am): Likewise.
24065         * modules/malloc (Makefile.am): Likewise.
24066         * modules/mathl (Makefile.am): Likewise.
24067         * modules/mbchar (Makefile.am): Likewise.
24068         * modules/md2 (Makefile.am): Likewise.
24069         * modules/md4 (Makefile.am): Likewise.
24070         * modules/md5 (Makefile.am): Likewise.
24071         * modules/memcasecmp (Makefile.am): Likewise.
24072         * modules/memchr (Makefile.am): Likewise.
24073         * modules/memcmp (Makefile.am): Likewise.
24074         * modules/memcoll (Makefile.am): Likewise.
24075         * modules/memcpy (Makefile.am): Likewise.
24076         * modules/memmem (Makefile.am): Likewise.
24077         * modules/memmove (Makefile.am): Likewise.
24078         * modules/mempcpy (Makefile.am): Likewise.
24079         * modules/memrchr (Makefile.am): Likewise.
24080         * modules/memset (Makefile.am): Likewise.
24081         * modules/memxor (Makefile.am): Likewise.
24082         * modules/mkancesdirs (Makefile.am): Likewise.
24083         * modules/mkdir (Makefile.am): Likewise.
24084         * modules/mkdir-p (Makefile.am): Likewise.
24085         * modules/mkdtemp (Makefile.am): Likewise.
24086         * modules/mkstemp (Makefile.am): Likewise.
24087         * modules/mktime (Makefile.am): Likewise.
24088         * modules/modechange (Makefile.am): Likewise.
24089         * modules/mountlist (Makefile.am): Likewise.
24090         * modules/nanosleep (Makefile.am): Likewise.
24091         * modules/openat (Makefile.am): Likewise.
24092         * modules/pagealign_alloc (Makefile.am): Likewise.
24093         * modules/physmem (Makefile.am): Likewise.
24094         * modules/poll (Makefile.am): Likewise.
24095         * modules/posixtm (Makefile.am): Likewise.
24096         * modules/posixver (Makefile.am): Likewise.
24097         * modules/putenv (Makefile.am): Likewise.
24098         * modules/quote (Makefile.am): Likewise.
24099         * modules/quotearg (Makefile.am): Likewise.
24100         * modules/raise (Makefile.am): Likewise.
24101         * modules/read-file (Makefile.am): Likewise.
24102         * modules/readline (Makefile.am): Likewise.
24103         * modules/readlink (Makefile.am): Likewise.
24104         * modules/readtokens (Makefile.am): Likewise.
24105         * modules/readutmp (Makefile.am): Likewise.
24106         * modules/realloc (Makefile.am): Likewise.
24107         * modules/regex (Makefile.am): Likewise.
24108         * modules/rename (Makefile.am): Likewise.
24109         * modules/rename-dest-slash (Makefile.am): Likewise.
24110         * modules/rijndael (Makefile.am): Likewise.
24111         * modules/rmdir (Makefile.am): Likewise.
24112         * modules/rpmatch (Makefile.am): Likewise.
24113         * modules/safe-read (Makefile.am): Likewise.
24114         * modules/safe-write (Makefile.am): Likewise.
24115         * modules/same (Makefile.am): Likewise.
24116         * modules/save-cwd (Makefile.am): Likewise.
24117         * modules/savedir (Makefile.am): Likewise.
24118         * modules/setenv (Makefile.am): Likewise.
24119         * modules/settime (Makefile.am): Likewise.
24120         * modules/sha1 (Makefile.am): Likewise.
24121         * modules/sig2str (Makefile.am): Likewise.
24122         * modules/snprintf (Makefile.am): Likewise.
24123         * modules/stdlib-safer (Makefile.am): Likewise.
24124         * modules/stpcpy (Makefile.am): Likewise.
24125         * modules/stpncpy (Makefile.am): Likewise.
24126         * modules/strcase (Makefile.am): Likewise.
24127         * modules/strcasestr (Makefile.am): Likewise.
24128         * modules/strchrnul (Makefile.am): Likewise.
24129         * modules/strcspn (Makefile.am): Likewise.
24130         * modules/strdup (Makefile.am): Likewise.
24131         * modules/strerror (Makefile.am): Likewise.
24132         * modules/strftime (Makefile.am): Likewise.
24133         * modules/strndup (Makefile.am): Likewise.
24134         * modules/strnlen (Makefile.am): Likewise.
24135         * modules/strpbrk (Makefile.am): Likewise.
24136         * modules/strsep (Makefile.am): Likewise.
24137         * modules/strstr (Makefile.am): Likewise.
24138         * modules/strtod (Makefile.am): Likewise.
24139         * modules/strtoimax (Makefile.am): Likewise.
24140         * modules/strtok_r (Makefile.am): Likewise.
24141         * modules/strtol (Makefile.am): Likewise.
24142         * modules/strtoll (Makefile.am): Likewise.
24143         * modules/strtoul (Makefile.am): Likewise.
24144         * modules/strtoull (Makefile.am): Likewise.
24145         * modules/strtoumax (Makefile.am): Likewise.
24146         * modules/strverscmp (Makefile.am): Likewise.
24147         * modules/time_r (Makefile.am): Likewise.
24148         * modules/timegm (Makefile.am): Likewise.
24149         * modules/tmpfile-safer (Makefile.am): Likewise.
24150         * modules/unistd-safer (Makefile.am): Likewise.
24151         * modules/unlinkdir (Makefile.am): Likewise.
24152         * modules/userspec (Makefile.am): Likewise.
24153         * modules/utime (Makefile.am): Likewise.
24154         * modules/utimecmp (Makefile.am): Likewise.
24155         * modules/utimens (Makefile.am): Likewise.
24156         * modules/vasnprintf (Makefile.am): Likewise.
24157         * modules/vasprintf (Makefile.am): Likewise.
24158         * modules/vsnprintf (Makefile.am): Likewise.
24159         * modules/xalloc (Makefile.am): Likewise.
24160         * modules/xgetcwd (Makefile.am): Likewise.
24161         * modules/xnanosleep (Makefile.am): Likewise.
24162         * modules/xreadlink (Makefile.am): Likewise.
24163         * modules/xstrtod (Makefile.am): Likewise.
24164         * modules/xstrtol (Makefile.am): Likewise.
24165         * modules/xstrtold (Makefile.am): Likewise.
24166         * modules/yesno (Makefile.am): Likewise.
24167
24168 2006-10-12  Jim Meyering  <jim@meyering.net>
24169
24170         * m4/getloadavg.m4: Revert the change below.
24171
24172         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
24173         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
24174         fail with a symlink, which is what coreutils' ./bootstrap now
24175         creates by default.
24176
24177 2006-10-12  Bruno Haible  <bruno@clisp.org>
24178
24179         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
24180         mingw.
24181         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
24182         MSVC and mingw explicitly.
24183
24184 2006-10-11  Simon Josefsson  <jas@extundo.com>
24185             Bruno Haible  <bruno@clisp.org>
24186
24187         Add support for multiple gnulib-tool invocations in the scope of a
24188         single configure.ac file.
24189         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
24190         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
24191         with the same contents as the _LIBADD variable.
24192         (func_emit_initmacro_start, func_emit_initmacro_end,
24193         func_emit_initmacro_done): New functions.
24194         (func_import, func_create_testdir): Invoke them. Allow the identifiers
24195         gl_LIBOBJS and gl_LTLIBOBJS.
24196
24197 2006-10-11  Bruno Haible  <bruno@clisp.org>
24198
24199         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
24200         (func_create_testdir): Don't create po/Makefile.am, don't invoke
24201         autoreconf. Instead, invoke autopoint explicitly but move back the
24202         *.m4 files from gnulib.
24203
24204 2006-10-11  Bruno Haible  <bruno@clisp.org>
24205
24206         * gnulib-tool (func_usage): Make module names after --create-testdir
24207         optional.
24208         (func_create_testdir): If no module was specified, use nearly all
24209         modules.
24210
24211 2006-10-12  Jim Meyering  <jim@meyering.net>
24212
24213         Big performance improvement for fts-based tools that use FTS_NOSTAT.
24214         Avoid spurious inode-mismatch problems on non-POSIX file systems.
24215         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
24216         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
24217         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
24218         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
24219         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
24220         (fts_set_stat_required): New function.
24221         (fts_open): Defer the calls to fts_stat, if possible or requested.
24222         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
24223         into fts_stat itself.
24224         (fts_read): Perform any required (deferred) fts_stat call.
24225         (fts_build): Likewise, for the directory we're about to open and read.
24226         In the readdir loop, carefully decide whether each entry will require
24227         an eventual call to fts_stat, using dirent.d_type info if available.
24228         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
24229         a command line argument into this function.  Update all callers.
24230         Map a return value of FTS_DOT to FTS_D for a command line argument.
24231         * modules/fts (Depends-on): Add d-type.  Alphabetize.
24232         Thanks to Miklos Szeredi for his tenacity and for the initial
24233         bug report about "find" failing on a FUSE-based file system.
24234
24235         * lib/fts.c (fts_open): Use consistent indentation.
24236
24237 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
24238
24239         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
24240         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
24241         reported by Jim Meyering.  All uses of cache variables renamed
24242         to match Autoconf's.
24243         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
24244         the other one.
24245
24246         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
24247         Fix misspelling in diagnostic.
24248
24249 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
24250
24251         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
24252         defined.  Problem reported by Matthew Woehlke.
24253
24254         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
24255         Add support for Tandem NonStop R series.
24256         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
24257         Use new macro.
24258
24259         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
24260         (has_trailing_slash): Omit size arg; all callers changed.
24261         Omit 'inline', since it doesn't help performance and we'd
24262         need to configure it.
24263         Don't count //, ///, etc. as having a trailing slash.
24264         As a side effect, this removes a C99ism reported by Matthew Woehlke.
24265         (rpl_rename_dest_slash): On failure, use rename's errno rather
24266         than (in some cases) an incorrect or junk errno.
24267         Simplify code by removing need to compute length; this does
24268         cause it to make two passes instead of one over the file name,
24269         but it's worth it.
24270
24271         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
24272         change, since Autoconf's version may no longer be appropriate now
24273         that we are using CVS Autoconf's version.  Add support for Tandem.
24274
24275 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
24276             Bruno Haible  <bruno@clisp.org>
24277
24278         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
24279         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
24280         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
24281         gl_AC_TYPE_LONG_LONG.
24282
24283         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
24284         instead of HAVE_LONG_LONG.
24285         * lib/printf-args.c (printf_fetchargs): Likewise.
24286         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
24287         * lib/vasnprintf.c (VASNPRINTF): Likewise.
24288         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
24289         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
24290         gl_AC_TYPE_LONG_LONG.
24291
24292 2006-10-11  Bruno Haible  <bruno@clisp.org>
24293
24294         * m4/longlong.m4: Add comments.
24295         * m4/ulonglong.m4: Likewise.
24296
24297 2006-10-10  Bruno Haible  <bruno@clisp.org>
24298
24299         Make it possible to #define stpcpy, strdup to aliases.
24300         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
24301         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
24302
24303 2006-10-10  Bruno Haible  <bruno@clisp.org>
24304
24305         Make it possible to #define gcd to an alias.
24306         * lib/gcd.c: Include config.h.
24307
24308 2006-10-10  Bruno Haible  <bruno@clisp.org>
24309
24310         Make it possible to #define c_isascii to an alias.
24311         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
24312         defined. Undefine the macros before defining them, to avoid gcc
24313         warnings.
24314         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
24315         define NO_C_CTYPE_MACROS early.
24316
24317 2006-10-10  Bruno Haible  <bruno@clisp.org>
24318
24319         Make it possible to #define set_program_name to an alias.
24320         * lib/progname.c: Don't undefine set_program_name; instead, undefine
24321         ENABLE_RELOCATABLE early.
24322
24323 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
24324
24325         Port to Tandem NSK OSS, which has 64-bit signed int but at most
24326         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
24327         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
24328         More generally, don't assume that 64-bit signed int is available
24329         if unsigned int is, and vice versa.
24330         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
24331         unsigned symbols, not on their signed counterparts.
24332         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
24333         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
24334         (UINT64_C, UINTMAX_C):
24335         Likewise.
24336         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
24337         unsigned counterparts.
24338         (Have_long_long, Unsigned): New macros.
24339         (Int): Renamed from INT.
24340         (strtoimax): Use the new macros.
24341         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
24342         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
24343         * modules/inttypes (inttypes.h): Substitute
24344         HAVE_UNSIGNED_LONG_LONG_INT.
24345         * modules/stdint (stdint.h): Likewise.
24346         (Files): Add m4/ulonglong.m4.
24347
24348 2006-10-10  Bruno Haible  <bruno@clisp.org>
24349
24350         Fix a gcc -Wshadow warning.
24351         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
24352         to 'bucket'.
24353         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
24354         gl_linked_indexof_from_to): Likewise.
24355         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
24356         Likewise.
24357         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
24358         Likewise.
24359         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
24360         Reported by Eric Blake.
24361
24362 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
24363
24364         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
24365         for NetBSD.  Problem reported by Bruno Haible.
24366
24367 2006-10-09  Jim Meyering  <jim@meyering.net>
24368
24369         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
24370         Patch from Bruno Haible.
24371
24372 2006-10-09  Jim Meyering  <jim@meyering.net>
24373
24374         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
24375         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
24376         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
24377
24378 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
24379
24380         Don't include <config.h> twice; this doesn't work in some cases,
24381         e.g., when config.h has "#define intmax_t long long int" and
24382         we include <config.h>, <inttypes.h>, <config.h> in that order.
24383         Problem reported by Matthew Woehlke in:
24384         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
24385         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
24386         * lib/fts-cycle.c: Don't include config.h.
24387         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
24388         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
24389         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
24390         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
24391         inttypes.h.
24392         * lib/xstrtoumax.c: Likewise.
24393         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
24394         __strtol and the like, so that this module is more like its siblings.
24395         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
24396         Remove; no longer needed now that we assume gnulib inttypes.h.
24397
24398 2006-10-08  Bruno Haible  <bruno@clisp.org>
24399
24400         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
24401         option.
24402
24403 2006-10-07  Jim Meyering  <jim@meyering.net>
24404
24405         * modules/inttypes (inttypes.h): Revert what seems to have been
24406         an inadvertent part of today's change: use "|", not "/" in the
24407         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
24408
24409 2006-10-07  Bruno Haible  <bruno@clisp.org>
24410
24411         * modules/sublist: New file.
24412
24413 2006-10-07  Bruno Haible  <bruno@clisp.org>
24414
24415         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
24416         * modules/argz (argz.h): Likewise.
24417         * modules/arpa_inet (arpa/inet.h): Likewise.
24418         * modules/byteswap (byteswap.h): Likewise.
24419         * modules/configmake (configmake.h): Likewise.
24420         * modules/fcntl (fcntl.h): Likewise.
24421         * modules/fnmatch (fnmatch.h): Likewise.
24422         * modules/getopt (getopt.h): Likewise.
24423         * modules/glob (glob.h): Likewise.
24424         * modules/inttypes (inttypes.h): Likewise.
24425         * modules/netinet_in (netinet/in.h): Likewise.
24426         * modules/poll (poll.h): Likewise.
24427         * modules/stdbool (stdbool.h): Likewise.
24428         * modules/stdint (stdint.h): Likewise.
24429         * modules/sys_select (sys/select.h): Likewise.
24430         * modules/sys_socket (sys/socket.h): Likewise.
24431         * modules/sys_stat (sys/stat.h): Likewise.
24432         * modules/sysexits (sysexits.h): Likewise.
24433         * modules/unistd (unistd.h): Likewise.
24434         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
24435         Add a "DO NOT EDIT" comment to the generated file.
24436         (func_import): Likewise for gnulib-comp.m4.
24437
24438 2006-10-07  Bruno Haible  <bruno@clisp.org>
24439
24440         * lib/gl_sublist.h: New file.
24441         * lib/gl_sublist.c: New file.
24442
24443 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
24444
24445         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
24446         name (relative to the original working directory) and the file
24447         name component (relative to the temporary working directory).  All
24448         callers changed.
24449         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
24450         * lib/mkdir-p.c (make_dir_parents): Likewise.
24451         * lib/mkdir-p.h (make_dir_parents): Likewise.
24452
24453 2006-10-06  Eric Blake  <ebb9@byu.net>
24454
24455         Define several macros for use by the clean-temp module.
24456         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
24457         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
24458         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
24459
24460         * lib/clean-temp.h (close_stream_temp): New declaration.
24461         * lib/clean-temp.c (includes): Pull in headers according to what
24462         other modules are in use.
24463         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
24464
24465 2006-10-06  Bruno Haible  <bruno@clisp.org>
24466
24467         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
24468         instead of fopen, fwriteerror.
24469
24470 2006-10-06  Bruno Haible  <bruno@clisp.org>
24471
24472         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
24473         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
24474         int.
24475         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
24476         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
24477         Return an error indicator.
24478         Suggested by Eric Blake.
24479
24480 2006-10-06  Bruno Haible  <bruno@clisp.org>
24481
24482         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
24483         Reported by Eric Blake.
24484
24485 2006-10-06  Bruno Haible  <bruno@clisp.org>
24486
24487         * modules/closeout (Description): Mention stderr too.
24488
24489 2006-10-06  Bruno Haible  <bruno@clisp.org>
24490         and Paul Eggert  <eggert@cs.ucla.edu>
24491
24492         * lib/closeout.c (close_stdout): Also close stderr.
24493         * lib/closeout.h: Update comment.
24494
24495 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
24496
24497         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
24498         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
24499         * lib/dirchownmod.c: Include lchown.h.
24500         * lib/lchown.c: Don't include files that lchown.h now includes.
24501         Don't declare chown, since lchown.h now does that.
24502         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
24503         (lchown): Define to rpl_chown if lchown is declared but
24504         does not exist.  Declare using a prototype if lchown is not
24505         declared.  Add a copyright notice.
24506         * lib/mkstemp.h: Include <unistd.h>.
24507         * lib/openat.c: Include lchown.h.
24508
24509         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
24510         we now test for that separately.
24511         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
24512         rather than O_NOFOLLOW, when testing whether it's possible to
24513         avoid a race condition reliably.
24514         * lib/savewd.c (savewd_chdir): Likewise.
24515
24516         Remove macros that are no longer needed now that stdint.h is
24517         reliable.
24518         * lib/fsusage.c (UINTMAX_MAX): Remove.
24519         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
24520         * lib/utimecmp.c (SIZE_MAX): Remove.
24521
24522         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
24523
24524         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
24525         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
24526         O_NOATIME works.
24527
24528 2006-10-05  Bruno Haible  <bruno@clisp.org>
24529
24530         * lib/gl_list.h (gl_sortedlist_search_from_to,
24531         gl_sortedlist_indexof_from_to): New declarations.
24532         (gl_list_implementation): New fields sortedlist_search_from_to,
24533         sortedlist_indexof_from_to.
24534         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
24535         inline functions.
24536         * lib/gl_list.c (gl_sortedlist_search_from_to,
24537         gl_sortedlist_indexof_from_to): New functions.
24538         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
24539         function.
24540         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
24541         (gl_array_sortedlist_search_from_to): New function.
24542         (gl_array_list_implementation): Update.
24543         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
24544         function.
24545         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
24546         (gl_carray_sortedlist_search_from_to): New function.
24547         (gl_carray_list_implementation): Update.
24548         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
24549         gl_linked_sortedlist_indexof_from_to): New functions.
24550         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
24551         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
24552         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
24553         gl_tree_sortedlist_indexof_from_to): New functions.
24554         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
24555         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
24556         Update.
24557         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
24558         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
24559         Update.
24560
24561 2006-10-05  Bruno Haible  <bruno@clisp.org>
24562
24563         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
24564         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
24565         (struct gl_list_implementation): Add fields search_from_to,
24566         indexof_from_to. Remove fields search, indexof.
24567         (gl_list_search): Use the search_from_to method.
24568         (gl_list_search_from, gl_list_search_from_to): New functions.
24569         (gl_list_indexof): Use the indexof_from_to method.
24570         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
24571         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
24572         (gl_list_search_from, gl_list_search_from_to): New functions.
24573         (gl_list_indexof): Use the indexof_from_to method.
24574         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
24575         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
24576         gl_array_indexof. Add start_index, end_index arguments.
24577         (gl_array_search_from_to): Renamed from gl_array_search. Add
24578         start_index, end_index arguments.
24579         (gl_array_remove, gl_array_list_implementation): Update.
24580         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
24581         gl_carray_indexof. Add start_index, end_index arguments.
24582         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
24583         start_index, end_index arguments.
24584         (gl_carray_remove, gl_carray_list_implementation): Update.
24585         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
24586         gl_linked_search. Add start_index, end_index arguments.
24587         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
24588         start_index, end_index arguments.
24589         (gl_linked_remove): Update.
24590         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
24591         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
24592         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
24593         field to 'size_t'.
24594         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
24595         gl_tree_search. Add start_index, end_index arguments.
24596         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
24597         start_index, end_index arguments.
24598         (gl_tree_remove): Update.
24599         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
24600         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
24601         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
24602         function.
24603         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
24604         gl_tree_search. Add start_index, end_index arguments.
24605         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
24606         start_index, end_index arguments.
24607         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
24608         Update.
24609         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
24610
24611 2006-10-05  Bruno Haible  <bruno@clisp.org>
24612
24613         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
24614
24615         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
24616         fwriteerror_temp): New declarations.
24617         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
24618         (descriptors): New variable.
24619         (cleanup): First, close the descriptors.
24620         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
24621         fclose_temp, fwriteerror_temp): New functions.
24622
24623 2006-10-04  Jim Meyering  <jim@meyering.net>
24624
24625         * lib/fts.c (fts_open): Tiny comment change.
24626
24627 2006-10-04  Bruno Haible  <bruno@clisp.org>
24628
24629         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
24630         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
24631         gl_LOCK_BODY.
24632         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
24633         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
24634         gl_LOCK_EARLY_BODY.
24635         (gl_LOCK): Require gl_LOCK_BODY.
24636
24637 2006-10-04  Bruno Haible  <bruno@clisp.org>
24638
24639         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
24640         (gl_oset_search_atleast): New declaration.
24641         (struct gl_oset_implementation): Add field 'search_atleast'.
24642         (gl_oset_search_atleast): New inline function.
24643         * lib/gl_oset.c (gl_oset_search_atleast): New function.
24644         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
24645         (gl_array_oset_implementation): Update.
24646         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
24647         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
24648         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
24649
24650 2006-10-04  Bruno Haible  <bruno@clisp.org>
24651
24652         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
24653
24654 2006-10-03  Bruno Haible  <bruno@clisp.org>
24655
24656         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
24657         from gl_avltreehash_list_implementation.
24658
24659 2006-10-03  Bruno Haible  <bruno@clisp.org>
24660
24661         * lib/gl_oset.c (gl_oset_add): Fix return type.
24662
24663 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
24664
24665         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
24666
24667 2006-10-02  Eric Blake  <ebb9@byu.net>
24668
24669         * modules/strnlen (Depends-on): Add extensions.
24670
24671 2006-10-02  Eric Blake  <ebb9@byu.net>
24672
24673         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
24674         definition in 2.60+.
24675
24676 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
24677
24678         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
24679         checks.
24680
24681 2006-10-02  Bruno Haible  <bruno@clisp.org>
24682
24683         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
24684         to the AUTOMAKE_OPTIONS.
24685         Reported by Jim Meyering.
24686
24687 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
24688
24689         Work around bug in Solaris 10 /proc file system:
24690         /proc/self/fd/NNN/.. isn't the parent directory of
24691         the directory whose file descriptor is NNN.  This needs to
24692         be worked around at run time, not compile time, since a
24693         program might be built on Solaris 8, where things work, and
24694         run on Solaris 10.
24695         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
24696         to use the following interface instead:
24697         (OPENAT_BUFFER_SIZE): New macro.
24698         (openat_proc_name): New function.
24699         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
24700         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
24701         Likewise.
24702         * lib/openat-proc.c: New file.
24703         * modules/openat (Files): Add lib/openat-proc.c.
24704         (Depends-on): Add same-inode, stdbool.
24705         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
24706
24707 2006-09-29  Bruno Haible  <bruno@clisp.org>
24708
24709         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
24710         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
24711         argument. Set stdout_closed before testing for ferror, not after.
24712         (fwriteerror, fwriteerror_no_ebadf): New functions.
24713
24714 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24715
24716         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
24717
24718 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
24719
24720         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
24721         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
24722
24723 2006-09-28  Jim Meyering  <jim@meyering.net>
24724
24725         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
24726         Include <unistd.h>.
24727
24728 2006-09-28  Bruno Haible  <bruno@clisp.org>
24729
24730         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
24731         * modules/linkedhash-list (Depends-on): Likewise.
24732         * modules/rbtreehash-list (Depends-on): Likewise.
24733
24734 2006-09-28  Bruno Haible  <bruno@clisp.org>
24735
24736         * lib/strndup.h: Simplify the redefinition of strndup.
24737         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
24738         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
24739
24740 2006-09-28  Bruno Haible  <bruno@clisp.org>
24741
24742         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
24743         * lib/gl_linkedhash_list.c: Likewise.
24744         * lib/gl_rbtreehash_list.c: Likewise.
24745
24746 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
24747
24748         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
24749         getaddrinfo.
24750
24751         * lib/__fpending.h: Don't include <stdio_ext.h> unless
24752         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
24753         it causes <stdio_ext.h> to cause a compile-time error.
24754         Problem reported by Nelson H. F. Beebe.
24755         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
24756         of HAVE_DECL___PENDING.
24757
24758         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
24759         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
24760         declaration.
24761
24762 2006-09-27  Jim Meyering  <jim@meyering.net>
24763
24764         This file could end up with a definition for a function
24765         named __strndup, rather than rpl_strndup on a system with
24766         incomplete weak_alias support.
24767         * lib/strndup.c (strndup): Rename from __strndup.
24768         Remove #defines that used to map __strndup to strndup.
24769         Don't use K&R prototypes.
24770         Remove LIBC-related code, since this file is not sync'd with glibc.
24771         * lib/strndup.h: Revamp, accordingly.
24772         * m4/strndup.m4: Modernize.
24773
24774 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
24775
24776         * modules/savewd (Depends-on): Add 'raise'.
24777         * lib/savewd.c: Include <signal.h>, for 'raise'.
24778
24779 2006-09-26  Jim Meyering  <jim@meyering.net>
24780
24781         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
24782         when we detect Darwin 8.7.0's acl_get_file bug.
24783         Rearrange to perform the new (below) run-test while $LIBS
24784         contains any acl-related library.  Set USE_ACL at the end.
24785         (gl_ACL_GET_FILE): New function.
24786
24787 2006-09-26  Eric Blake  <ebb9@byu.net>
24788
24789         * lib/verror.c: Include <config.h> unconditionally.
24790
24791 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
24792
24793         * modules/clock-time (Maintainer): Add self.
24794         * modules/getlogin_r (Depends-on): Add extensions.
24795
24796 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24797
24798         * modules/clock-time: New module.
24799         * modules/nanosleep (Depends-on): Add clock-time.
24800         * modules/gethrxtime (Depends-on): Likewise.
24801         * modules/gettime (Depends-on): Likewise.
24802         * modules/settime (Depends-on): Likewise.
24803
24804         * modules/fts-lgpl: Depend on openat.
24805         * modules/mkancesdirs: Depend on savewd.
24806         * modules/mkdir-p: Likewise.
24807
24808 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24809
24810         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
24811
24812         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
24813         `gl_have_arbitrary_file_name_length_limit' to
24814         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
24815         actually works between configure runs.
24816
24817 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24818             Bruno Haible  <bruno@clisp.org>
24819
24820         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
24821
24822 2006-09-25  Jim Meyering  <jim@meyering.net>
24823
24824         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
24825         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
24826
24827 2006-09-25  Eric Blake  <ebb9@byu.net>
24828
24829         * gnulib-tool (func_import, func_create_testdir): Fix typos in
24830         exec's in 2006-09-18 patch when shuffling fds.
24831
24832 2006-09-25  Bruno Haible  <bruno@clisp.org>
24833
24834         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
24835         Reported by Jim Meyering.
24836
24837 2006-09-24  Jim Meyering  <jim@meyering.net>
24838
24839         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
24840         compare a pointer against a literal "0".  That caused failures with
24841         at least HP-UX's hpcc.
24842
24843 2006-09-22  Simon Josefsson  <jas@extundo.com>
24844
24845         * modules/gc-sha1:
24846         * modules/gc-md4:
24847         * modules/gc-hmac-sha1:
24848         * modules/gc-hmac-md5:
24849         * modules/gc-des:
24850         * modules/gc-arcfour: Distribute more files.
24851
24852 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24853
24854         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
24855         (gl_linked_iterator_from_to): Initialize struct completely.
24856         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
24857         (gl_tree_iterator_from_to): Likewise
24858         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
24859         * lib/gl_array_list.c [lint] (gl_array_iterator)
24860         (gl_array_iterator_from_to): Likewise.
24861         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
24862         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
24863         (gl_carray_iterator_from_to): Likewise.
24864
24865         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
24866         * lib/md4.c (md4_process_block): Remove unused variable.
24867         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
24868         parentheses for clarity.
24869
24870 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24871
24872         * modules/bison-i18n (Depends-on): Add gettext.
24873
24874 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24875
24876         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
24877         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
24878         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
24879         also add missing comma that caused broken test.
24880         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
24881         stdlib.h, for `abort'.
24882         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
24883         variables.
24884         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
24885         include unistd.h if present, for `rmdir'.
24886         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
24887         variables.
24888         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
24889         in the process include standard headers for prototypes.
24890         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
24891         gets declared on GNU/Linux.
24892         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
24893         unistd.h, for `rmdir'.
24894         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
24895
24896         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
24897         always true.
24898         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
24899
24900         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
24901
24902 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24903
24904         * gnulib-tool (func_version): Create output all at once.  This
24905         may help avoid triggering unnecessary SIGPIPEs, and at any
24906         rate it doesn't hurt.
24907
24908 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24909             Bruno Haible  <bruno@clisp.org>
24910
24911         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
24912         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
24913         * m4/signed.m4 (bh_C_SIGNED): Likewise.
24914
24915         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
24916         (gl_FUNC_VASPRINTF): Invoke it.
24917
24918 2006-09-22  Bruno Haible  <bruno@clisp.org>
24919
24920         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
24921         getloadavg.c as first argument.
24922
24923 2006-09-22  Bruno Haible  <bruno@clisp.org>
24924
24925         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
24926         at the beginning of the gl_INIT macro.
24927         * modules/getloadavg (configure.ac): Pass $gl_source_base to
24928         gl_GETLOADAVG.
24929
24930 2006-09-22  Bruno Haible  <bruno@clisp.org>
24931
24932         * gnulib-tool (func_create_megatestdir): Don't include the config-h
24933         module.
24934         Suggested by Ralf Wildenhues.
24935
24936 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
24937
24938         Import this patch from libc:
24939
24940         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
24941
24942         * lib/regex_internal.c (re_string_reconstruct): Handle
24943         offset < pstr->valid_raw_len && pstr->offsets_needed case.
24944         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
24945         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
24946         re_string_context_at.
24947
24948         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
24949         now requires it.
24950         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
24951         gl_REGEX now does it for us.
24952         (gl_REGEX): Add test taken from
24953         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
24954
24955         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
24956         Check that large offsets work.  Modernize Autoconf usages.
24957         Prefer "yes" to mean a good thing rather than a bad.
24958         Don't put "#define mkstemp" in config.h, as this might interfere
24959         with standard system headers that "#define mkstemp mkstemp64".
24960
24961         * modules/mkstemp (Depends-on): Add extensions, so that
24962         mkstemp is visible on some platforms.
24963         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
24964         (Include): Change to "mkstemp.h" from <stdlib.h>.
24965         (Files): Add mkstemp.h.
24966
24967         * lib/mkstemp.h: New file, since some standard headers
24968         #define mkstemp.
24969         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
24970         Include "mkstemp.h".
24971         Make the _LIBC code resemble glibc original more,
24972         e.g., use K&R style.
24973         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
24974         (mkstemp): Remove, since mkstemp.h does this for us.
24975         * lib/stdlib--.h: Include mkstemp.h.
24976
24977         Import this patch from libc:
24978
24979         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
24980
24981         * lib/tempname.c (__gen_tempname): Change attempts_min
24982         into a macro.  Use preprocessor to decide how to initialize
24983         attempts [Coverity CID 67].
24984
24985 2006-09-20  Bruno Haible  <bruno@clisp.org>
24986
24987         * lib/mkdtemp.c: Import from libc.
24988         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
24989                 * sysdeps/posix/tempname.c (__gen_tempname): Change
24990                 attempts_min into a macro.  Use preprocessor to decide how to
24991                 initialize attempts [Coverity CID 67].
24992         2001-11-27  Paul Eggert  <eggert@twinsun.com>
24993                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
24994                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
24995
24996 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24997
24998         * gnulib-tool (func_exit): New function, to allow to pass the
24999         exit status portably through the trap.  Use everywhere.
25000         (--help, --version): Signal a write error.
25001         (trap): catch SIGPIPE, for write errors.
25002         Exit at the end of the trap, with the correct exit status.
25003
25004 2006-09-19  Karl Berry  <karl@gnu.org>
25005
25006         * doc/gnulib.texi: note about the license texinfo files.
25007
25008 2006-09-19  Eric Blake  <ebb9@byu.net>
25009
25010         * gnulib-tool: Avoid space-tab.
25011
25012 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
25013
25014         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
25015         that prevented coreutils 6.1 from building.  Problem reported
25016         by Petter Reinholdtsen.
25017
25018 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
25019
25020         * gnulib-tool (avoidlist): Fix typo that broke options like
25021         --avoid=lock that are used by coreutils bootstrap.
25022
25023 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
25024
25025         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
25026         more systematically.
25027
25028 2006-09-18  Jim Meyering  <jim@meyering.net>
25029
25030         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
25031
25032 2006-09-18  Bruno Haible  <bruno@clisp.org>
25033
25034         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
25035
25036 2006-09-18  Bruno Haible  <bruno@clisp.org>
25037
25038         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
25039         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
25040         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
25041         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
25042         * m4/gettext.m4: Require autoconf >= 2.52.
25043         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
25044         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
25045         of gl_cv_header_inttypes_h.
25046
25047 2006-09-18  Bruno Haible  <bruno@clisp.org>
25048
25049         * lib/javaversion.c: Include configmake.h.
25050
25051 2006-09-18  Bruno Haible  <bruno@clisp.org>
25052
25053         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
25054         avoid that the while loops be executed in a subshell.
25055
25056 2006-09-18  Bruno Haible  <bruno@clisp.org>
25057
25058         * MODULES.html.sh (func_module): Break long lines.
25059         Suggested by Bruce Korb <bkorb@gnu.org>.
25060
25061 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25062
25063         Speed up by a factor of 1.12.
25064         * gnulib-tool (nl): New variable.
25065         (func_import): Rewrite include directive extraction to only read each
25066         directive once.
25067
25068 2006-09-17  Bruno Haible  <bruno@clisp.org>
25069
25070         * modules/javaversion (Makefile.am): Remove DEFS setting.
25071         (Depends-on): Add configmake, for PKGDATADIR definition.
25072
25073 2006-09-17  Bruno Haible  <bruno@clisp.org>
25074
25075         * gnulib-tool (func_create_testdir): Rewrite all files at once.
25076
25077 2006-09-17  Bruno Haible  <bruno@clisp.org>
25078
25079         * gnulib-tool (func_append): New function, stolen from libtool.m4.
25080         (func_modules_transitive_closure, func_modules_add_dummy,
25081         func_modules_to_filelist, func_import, func_create_testdir,
25082         func_create_megatestdir, ...): Use it wherever possible.
25083         Suggested by Ralf Wildenhues.
25084
25085 2006-09-16  Karl Berry  <karl@gnu.org>
25086
25087         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
25088         to avoid sectioning errors.
25089         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
25090         [ifinfo]: blank line after @center-ed titles.
25091         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
25092         Spell FSF address consistently with others.
25093         (These changes approved by rms.)
25094
25095 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25096
25097         Speed up by a factor of 1.61.
25098         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
25099         already checked module names again.
25100
25101 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25102
25103         Speed up by a factor of 1.13.
25104         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
25105         for new_files, and the input to func_add_or_update.
25106
25107 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25108
25109         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
25110         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
25111
25112 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
25113
25114         * modules/mkancesdirs (Depends-on): Add fcntl.
25115         * modules/savewd: New file.
25116         * MODULES.html.sh (File system functions): Add savewd.
25117
25118         * modules/configmake (Makefile.am): Add support for the
25119         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
25120
25121 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
25122
25123         * m4/savewd.m4: New file.
25124
25125 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
25126
25127         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
25128         (dirchownmod): New arg FD.  All callers changed.
25129         Use FD rather than opening the directory ourself, as opening is
25130         now the caller's responsibility.
25131         * lib/dirchownmod.h: Likewise.
25132         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
25133         hosts that require <sys/types.h> before <sys/stat.h>.  Include
25134         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
25135         (test_dir): Remove.
25136         (mkancesdirs): Return length of prefix of FILE that has already
25137         been made, or -2 if there is a child doing the work.  Redo
25138         algorithm so that it is O(N) rather than O(N**2).  Optimize away
25139         ".", and treat ".." specially since it might stray back into
25140         already-created areas.  Use a subprocess if necessary.  New arg
25141         WD; all users changed.  MAKE_DIR function should now return 1
25142         if it creates a directory that is not readable.  Return -2 if
25143         a child process is spun off.
25144         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
25145         Adjust signature to match code.
25146         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
25147         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
25148         all users changed.
25149         * lib/savewd.c, lib/savewd.h: New files.
25150
25151 2006-09-15  Jim Meyering  <jim@meyering.net>
25152
25153         * modules/rename-dest-slash: New module.
25154         * MODULES.html.sh (posix_compat): Add it here.
25155
25156         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
25157
25158 2006-09-15  Jim Meyering  <jim@meyering.net>
25159
25160         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
25161         file.
25162
25163         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
25164
25165 2006-09-15  Jim Meyering  <jim@meyering.net>
25166
25167         * lib/rename-dest-slash.c (has_trailing_slash): Use
25168         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
25169         (rpl_rename_dest_slash): Perform the cheaper trailing slash
25170         test before testing whether SRC is a directory.
25171         Suggestions from Bruno Haible.
25172
25173         Avoid a warning about an unused variable.
25174         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
25175         into the #ifdef block where it's used.
25176
25177         * lib/rename-dest-slash.c: New file.
25178
25179 2006-09-14  Bruno Haible  <bruno@clisp.org>
25180
25181         * lib/allocsa.c: Include <config.h> unconditionally.
25182         * lib/asnprintf.c: Likewise.
25183         * lib/asprintf.c: Likewise.
25184         * lib/c-strcasecmp.c: Likewise.
25185         * lib/c-strcasestr.c: Likewise.
25186         * lib/c-strncasecmp.c: Likewise.
25187         * lib/c-strstr.c: Likewise.
25188         * lib/classpath.c: Likewise.
25189         * lib/clean-temp.c: Likewise.
25190         * lib/concatpath.c: Likewise.
25191         * lib/copy-file.c: Likewise.
25192         * lib/csharpcomp.c: Likewise.
25193         * lib/csharpexec.c: Likewise.
25194         * lib/execute.c: Likewise.
25195         * lib/fatal-signal.c: Likewise.
25196         * lib/findprog.c: Likewise.
25197         * lib/fwriteerror.c: Likewise.
25198         * lib/gl_array_list.c: Likewise.
25199         * lib/gl_array_oset.c: Likewise.
25200         * lib/gl_avltree_list.c: Likewise.
25201         * lib/gl_avltree_oset.c: Likewise.
25202         * lib/gl_avltreehash_list.c: Likewise.
25203         * lib/gl_carray_list.c: Likewise.
25204         * lib/gl_linked_list.c: Likewise.
25205         * lib/gl_linkedhash_list.c: Likewise.
25206         * lib/gl_list.c: Likewise.
25207         * lib/gl_oset.c: Likewise.
25208         * lib/gl_rbtree_list.c: Likewise.
25209         * lib/gl_rbtree_oset.c: Likewise.
25210         * lib/gl_rbtreehash_list.c: Likewise.
25211         * lib/imaxabs.c: Likewise.
25212         * lib/imaxdiv.c: Likewise.
25213         * lib/javacomp.c: Likewise.
25214         * lib/javaexec.c: Likewise.
25215         * lib/javaversion.c: Likewise.
25216         * lib/linebreak.c: Likewise.
25217         * lib/localcharset.c: Likewise.
25218         * lib/lock.c: Likewise.
25219         * lib/mbchar.c: Likewise.
25220         * lib/mbswidth.c: Likewise.
25221         * lib/mkdtemp.c: Likewise.
25222         * lib/pipe.c: Likewise.
25223         * lib/printf-args.c: Likewise.
25224         * lib/printf-parse.c: Likewise.
25225         * lib/progname.c: Likewise.
25226         * lib/progreloc.c: Likewise.
25227         * lib/readlink.c: Likewise.
25228         * lib/sh-quote.c: Likewise.
25229         * lib/stpcpy.c: Likewise.
25230         * lib/stpncpy.c: Likewise.
25231         * lib/strcasecmp.c: Likewise.
25232         * lib/strcasestr.c: Likewise.
25233         * lib/strcspn.c: Likewise.
25234         * lib/striconv.c: Likewise.
25235         * lib/strncasecmp.c: Likewise.
25236         * lib/strnlen1.c: Likewise.
25237         * lib/strstr.c: Likewise.
25238         * lib/strtok_r.c: Likewise.
25239         * lib/tls.c: Likewise.
25240         * lib/tmpdir.c: Likewise.
25241         * lib/unicodeio.c: Likewise.
25242         * lib/unsetenv.c: Likewise.
25243         * lib/vasnprintf.c: Likewise.
25244         * lib/vasprintf.c: Likewise.
25245         * lib/wait-process.c: Likewise.
25246         * lib/xallocsa.c: Likewise.
25247         * lib/xsetenv.c: Likewise.
25248         * lib/xstriconv.c: Likewise.
25249
25250 2006-09-13  Simon Josefsson  <jas@extundo.com>
25251
25252         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
25253         that internally, suggested by Ralf Wildenhues
25254         <Ralf.Wildenhues@gmx.de>.
25255
25256 2006-09-13  Simon Josefsson  <jas@extundo.com>
25257
25258         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
25259         @LIBOBJS@.
25260         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
25261
25262 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
25263
25264         * lib/_fpending.c: Include <config.h> unconditionally, since we no
25265         longer worry about uses that don't define HAVE_CONFIG_H.
25266         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
25267         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
25268         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
25269         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
25270         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
25271         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
25272         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
25273         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
25274         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
25275         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
25276         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
25277         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
25278         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
25279         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
25280         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
25281         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
25282         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
25283         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
25284         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
25285         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
25286         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
25287         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
25288         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
25289         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
25290         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
25291         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
25292         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
25293         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
25294         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
25295         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
25296         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
25297         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
25298         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
25299         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
25300         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
25301         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
25302         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
25303         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
25304         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
25305         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
25306         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
25307         Likewise.
25308
25309 2006-09-13  Eric Blake  <ebb9@byu.net>
25310
25311         * lib/getopt.c: Fix typo in last commit.
25312
25313 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
25314
25315         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
25316         dgettext.
25317
25318 2006-09-12  Jim Meyering  <jim@meyering.net>
25319
25320         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
25321         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
25322         Reported by Nelson H. F. Beebe.
25323
25324 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
25325
25326         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
25327         program_invocation_name and program_invocation_short_name are
25328         initialized.
25329         * lib/argp-namefrob.h: Move declarations of program_invocation_name
25330         and program_invocation_short_name to argp.h, so they are visible
25331         to user programs.
25332         * lib/argp.h: Likewise
25333
25334 2006-09-10  Bruno Haible  <bruno@clisp.org>
25335
25336         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
25337         m4/inttypes_h.m4, m4/uintmax_t.m4.
25338
25339 2006-09-10  Bruno Haible  <bruno@clisp.org>
25340
25341         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
25342         gl_AC_TYPE_UINTMAX_T.
25343
25344 2006-09-10  Bruno Haible  <bruno@clisp.org>
25345
25346         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
25347
25348 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
25349
25350         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
25351         convention.  Text proposed by Bruno Haible.
25352         (struct argp_option): Document the use of N_() wrappers.
25353
25354         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
25355         '\v', and translate the two parts separately, instead of feeding
25356         the whole string to gettext.  This allows to exclude
25357         '\v' from the strings visible to the translator by writing doc
25358         strings as N_("..") "\v" N_("..").
25359
25360 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
25361
25362         * config/srclist.txt: Undo latest change; the bug was fixed.
25363
25364 2006-09-09  Bruno Haible  <bruno@clisp.org>
25365
25366         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
25367         assignments if building a library without libtool.
25368         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
25369         in func_emit_lib_Makefile_am.
25370         (func_import): When building a static library libfoo.a, arrange to
25371         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
25372         (func_create_testdir): Likewise.
25373         * modules/gc (configure.ac, Makefile.am): If building statically,
25374         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
25375         * modules/iconvme (configure.ac, Makefile.am): Likewise.
25376         * modules/striconv (configure.ac, Makefile.am): Likewise.
25377         Based on a suggestion by Ralf Wildenhues.
25378
25379 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
25380
25381         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
25382         Check for unistd.h too, since Autoconf doesn't assume POSIX.
25383         Also:
25384
25385         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
25386         Add year_2050_test to catch glibc bug 2821
25387         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
25388
25389         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
25390         Prefer #ifdef to #if.
25391
25392         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
25393         Return from 'main' instead of calling 'exit'.
25394
25395 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
25396
25397         * lib/mktime.c (guess_time_tm): Fix bug where mktime
25398         returned the maximum time_t value rather than (time_t) -1.
25399         Problem originally reported by William Bardwell
25400         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
25401
25402         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
25403         Moved to here ...
25404         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
25405         ... from here.
25406
25407 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
25408
25409         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
25410         2821 is fixed.
25411
25412 2006-09-08  Jim Meyering  <jim@meyering.net>
25413
25414         Don't make generated files read-only.  That would bother too many
25415         people.  However, do retain the ability to work when targets are
25416         read-only: remove the destination and temporary files before writing
25417         them (when generated via sed or echo), or by using the -f option for
25418         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
25419         * modules/alloca-opt, modules/argz, modules/arpa_inet:
25420         * modules/byteswap, modules/configmake, modules/fcntl:
25421         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
25422         * modules/localcharset, modules/netinet_in, modules/poll:
25423         * modules/stdbool, modules/stdint, modules/sys_select:
25424         * modules/sys_socket, modules/sys_stat, modules/sysexits:
25425
25426 2006-09-08  Jim Meyering  <jim@meyering.net>
25427
25428         Avoid new build failure on FreeBSD 6.0.
25429         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
25430         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
25431         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
25432
25433 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25434
25435         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
25436
25437 2006-09-07  Jim Meyering  <jim@meyering.net>
25438
25439         Fix global typo in last change: use chmod u-w, not chmod u-x.
25440         Spotted by Paul Eggert and Bruce Korb.
25441         * modules/alloca-opt, modules/argz, modules/arpa_inet:
25442         * modules/byteswap, modules/configmake, modules/fcntl:
25443         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
25444         * modules/localcharset, modules/netinet_in, modules/poll:
25445         * modules/stdbool, modules/stdint, modules/sys_select:
25446         * modules/sys_socket, modules/sys_stat, modules/sysexits:
25447
25448 2006-09-06  Jim Meyering  <jim@meyering.net>
25449
25450         Make generated files be read-only.
25451         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
25452         Ensure that each generated file is now read-only.
25453         * modules/argz: Likewise.
25454         * modules/arpa_inet: Likewise.
25455         * modules/byteswap: Likewise.
25456         * modules/configmake: Likewise.
25457         * modules/fcntl: Likewise.
25458         * modules/fnmatch: Likewise.
25459         * modules/getopt: Likewise.
25460         * modules/glob: Likewise.
25461         * modules/inttypes: Likewise.
25462         * modules/netinet_in: Likewise.
25463         * modules/poll: Likewise.
25464         * modules/stdbool: Likewise.
25465         * modules/stdint: Likewise.
25466         * modules/sys_select: Likewise.
25467         * modules/sys_socket: Likewise.
25468         * modules/sys_stat: Likewise.
25469         * modules/sysexits: Likewise.
25470         * modules/localcharset: Same as above, but continue using temporary
25471         file named "t-$@" (why different?) rather than the "$@-t" used
25472         everywhere else.
25473
25474         * modules/sysexits (Makefile.am): Replace literal occurrences
25475         of "sysexit.h" more readable, and more consistent, "$@".
25476
25477 2006-09-06  Bruno Haible  <bruno@clisp.org>
25478
25479         * modules/striconv: New file.
25480         * modules/xstriconv: New file.
25481         * MODULES.html.sh (Internationalization functions): Add striconv,
25482         xstriconv.
25483
25484 2006-09-06  Bruno Haible  <bruno@clisp.org>
25485
25486         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
25487         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
25488         not using libtool correctly.
25489
25490 2006-09-06  Bruno Haible  <bruno@clisp.org>
25491
25492         * lib/striconv.h: New file.
25493         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
25494         iconvstring.c.
25495         * lib/xstriconv.h: New file.
25496         * lib/xstriconv.c: New file.
25497
25498 2006-09-06  Bruno Haible  <bruno@clisp.org>
25499
25500         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
25501         lib_..._LDFLAGS.
25502
25503 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25504
25505         * lib/argz_.h: Sync from Libtool.
25506
25507         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
25508                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
25509
25510         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
25511
25512 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
25513
25514         * modules/trim: New file.
25515
25516 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
25517
25518         * lib/trim.h: New file.
25519         * lib/trim.c: New file.
25520
25521 2006-09-05  Bruno Haible  <bruno@clisp.org>
25522
25523         * MODULES.html.sh (String handling): Add trim.
25524
25525 2006-09-04  Karl Berry  <karl@gnu.org>
25526
25527         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
25528         until next release.
25529
25530 2006-09-03  Bruno Haible  <bruno@clisp.org>
25531
25532         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
25533         correctly.
25534
25535 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
25536
25537         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
25538         not gl_GETLOADAVG.  Omit unneeded semicolons.
25539         Problems reported by Ralf Wildenhues in
25540         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
25541         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
25542         at the end, which is the usual gnulib style.
25543
25544         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
25545         of doing all the work ourselves.
25546         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
25547         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
25548
25549 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
25550
25551         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
25552         Problem reported by Ralf Wildenhues in
25553         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
25554
25555         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
25556         HAVE_STRUCT_STATFS_F_FSTYPENAME.
25557
25558 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
25559
25560         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
25561         yesterday's patch by changing test -n to test -z.
25562
25563 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
25564
25565         * modules/getloadavg (Files): Add m4/getloadavg.m4.
25566         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
25567         the former is now obsolescent.
25568
25569         * modules/chdir-long (Depends-on): Add fcntl.
25570
25571 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
25572
25573         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
25574         obsolescent, and programs should use gnulib instead.
25575         * m4/getloadavg.m4: New file, with contents taken from Autoconf
25576         but with prefixes changed.
25577
25578 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
25579
25580         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
25581         or stdbool.h, because they might not exist while configuring.
25582
25583         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
25584         Don't include unistd.h or limits.h; not needed, since chdir-long.h
25585         does that for us.
25586         (O_DIRECTORY): Remove.
25587
25588 2006-08-31  Eric Blake  <ebb9@byu.net>
25589
25590         * gnulib-tool: Don't let emacs change spaces to TAB.
25591
25592 2006-08-31  Bruno Haible  <bruno@clisp.org>
25593
25594         * gnulib-tool: When calling func_import more than once, do it in a
25595         subshell.
25596         Reported by Eric Blake <ebb9@byu.net>.
25597
25598 2006-08-31  Bruno Haible  <bruno@clisp.org>
25599
25600         * gnulib-tool (nl): Remove variable.
25601         (sed_transform_lib_file): Use more robust test for config-h module.
25602         (func_import): Fix typo in 2006-08-25 patch.
25603
25604 2006-08-31  Bruno Haible  <bruno@clisp.org>
25605
25606         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
25607         specified, augment Makefile.am variables instead of assigning them.
25608
25609 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
25610
25611         Work around a bug in both the Linux and SunOS 64-bit kernels:
25612         nanosleep mishandles sleeps for longer than 2**31 seconds.
25613         Problem reported by Frank v Waveren in
25614         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
25615         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
25616         Check for nanosleep bug.
25617         (LIB_NANOSLEEP): Append clock_gettime library if needed.
25618
25619 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
25620
25621         Work around a bug in both the Linux and SunOS 64-bit kernels:
25622         nanosleep mishandles sleeps for longer than 2**31 seconds.
25623         Problem reported by Frank v Waveren in
25624         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
25625         * lib/nanosleep.c (BILLION): New constant.
25626         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
25627         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
25628         implementation.
25629
25630 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
25631
25632         * modules/nanosleep (Depends-on): Add gettime.
25633
25634 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
25635         and Simon Josefsson  <jas@extundo.com>
25636         and Oskar Liljeblad  <oskar@osk.mine.nu>
25637
25638         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
25639         * gnulib-tool (func_import): New license type 'unmodifiable license
25640         text'.
25641         * modules/fdl: Use it.  Longer description.
25642         * module/gpl, module/lgpl: New files.
25643
25644 2006-08-30  Jim Meyering  <jim@meyering.net>
25645
25646         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
25647         shadowing the parameter.
25648
25649 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25650
25651         Sync from Libtool:
25652
25653         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25654
25655         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
25656         sharing with gnulib.  Report by Eric Blake.
25657
25658 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
25659
25660         * modules/isapipe: New file.
25661         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
25662
25663 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
25664
25665         * modules/configmake (Makefile.am): Add a comment, and omit
25666         the CONFIGMAKE_ prefix from generated macro names.  Suggested
25667         by Bruno Haible.
25668
25669 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
25670
25671         * m4/isapipe.m4: New file.
25672
25673 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
25674
25675         * lib/isapipe.c, lib/isapipe.h: New files.
25676
25677 2006-08-29  Jim Meyering  <jim@meyering.net>
25678
25679         * modules/configmake (Makefile.am): Make configmake.h depend on
25680         Makefile.  Otherwise, a stale configmake.h could hang around.
25681
25682 2006-08-29  Eric Blake  <ebb9@byu.net>
25683
25684         * lib/error.c (error_at_line, print_errno_message): Match libc, after
25685         resolution of upstream bug 3044.
25686
25687 2006-08-29  Bruno Haible  <bruno@clisp.org>
25688
25689         * modules/localcharset (Depends-on): Add configmake.
25690         (Makefile.am): Remove setting of LIBDIR through DEFS.
25691
25692 2006-08-29  Bruno Haible  <bruno@clisp.org>
25693
25694         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
25695         defined.
25696
25697 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
25698
25699         * modules/fcntl: New file.
25700         * modules/chdir-safer (Depends-on): Add fcntl.
25701         * modules/fts: Likewise.
25702         * modules/mkdir-p: Likewise.
25703
25704         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
25705         This undoes the most recent change, since we're now addressing the
25706         problem in a different way.
25707
25708         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
25709         into output, since the output might be called Makefile.am even
25710         if $makefile_name is something different.
25711         (func_import): Use $makefile_am rather than
25712         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
25713         empty.
25714
25715         * modules/inttypes (Files): Add m4/inttypes-h.m4.
25716
25717 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
25718
25719         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
25720         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
25721         recent change to stdint.m4, since we're now addressing the problem in a
25722         different way.
25723
25724 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
25725
25726         * m4/fcntl_h.m4: New file.
25727
25728 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
25729
25730         * lib/fcntl_.h: New file.
25731         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
25732         the fcntl module.
25733         * lib/dirchownmod.c: Likewise.
25734         * lib/fts.c: Likewise.
25735
25736         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
25737         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
25738         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
25739         just before including <inttypes.h>, to avoid circular inclusion.
25740
25741 2006-08-28  Jim Meyering  <jim@meyering.net>
25742
25743         * doc/visibility.texi: Actually read and correct the grammar of the
25744         sentence affected by yesterday's change.
25745
25746 2006-08-28  Eric Blake  <ebb9@byu.net>
25747
25748         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
25749         needs wrapper.
25750
25751 2006-08-28  Eric Blake  <ebb9@byu.net>
25752
25753         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
25754
25755 2006-08-28  Eric Blake  <ebb9@byu.net>
25756
25757         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
25758
25759 2006-08-28  Bruno Haible  <bruno@clisp.org>
25760
25761         * modules/c-strstr: New file, from GNU gettext.
25762         * MODULES.html.sh (String handling): Add c-strstr.
25763
25764 2006-08-28  Bruno Haible  <bruno@clisp.org>
25765
25766         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
25767         macros.
25768         Reported by Eric Blake.
25769
25770 2006-08-28  Bruno Haible  <bruno@clisp.org>
25771
25772         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
25773         (VASNPRINTF): Return a string of length > INT_MAX without failing.
25774         * lib/vasprintf.c: Include errno.h, limits.h.
25775         (EOVERFLOW): New fallback definition.
25776         (vasprintf): Test here whether the string length is > INT_MAX.
25777         * lib/vsnprintf.c: Include errno.h, limits.h.
25778         (EOVERFLOW): New fallback definition.
25779         (vsnprintf): Fix bug when generated string was too long for the buffer.
25780         Test here whether the string length is > INT_MAX.
25781
25782 2006-08-28  Bruno Haible  <bruno@clisp.org>
25783
25784         * lib/inttypes_.h (SCNX*): Remove definitions.
25785         Reported by Eric Blake.
25786
25787 2006-08-28  Bruno Haible  <bruno@clisp.org>
25788
25789         * lib/c-strstr.h: New file, from GNU gettext.
25790         * lib/c-strstr.c: New file, from GNU gettext.
25791
25792 2006-08-28  Bruno Haible  <bruno@clisp.org>
25793
25794         * gnulib-tool: Reorder some statements.
25795
25796 2006-08-28  Bruno Haible  <bruno@clisp.org>
25797
25798         * gnulib-tool: New option --makefile-name.
25799         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
25800         $makefile_name.
25801         (func_import): Write $makefile_name to the cache file, and read it from
25802         there unless explicitly specified. Use $makefile_name as file name
25803         instead of Makefile.am. Adjust the recommendations accordingly.
25804
25805 2006-08-28  Bruno Haible  <bruno@clisp.org>
25806
25807         * gnulib-tool (func_verify_module): Check against misapplying patch.
25808
25809 2006-08-28  Bruno Haible  <bruno@clisp.org>
25810
25811         * gnulib-tool (func_relativize, func_relconcat): New functions.
25812         Give an error if --local-dir is given with --update.
25813         Remove trailing slashes from $local_gnulib_dir.
25814         (func_import): Store the relativized $local_gnulib_dir in
25815         gnulib-cache.m4, and read it from there if not specified explicitly.
25816
25817 2006-08-28  Bruno Haible  <bruno@clisp.org>
25818
25819         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
25820         is the current directory. Respect also $local_gnulib_dir.
25821
25822 2006-08-28  Bruno Haible  <bruno@clisp.org>
25823             Simon Josefsson  <jas@extundo.com>
25824
25825         BeOS portability.
25826         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
25827
25828 2006-08-27  Jim Meyering  <jim@meyering.net>
25829
25830         * doc/visibility.texi: Remove duplicate word: "pointer".
25831
25832 2006-08-26  Bruno Haible  <bruno@clisp.org>
25833
25834         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
25835         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
25836         (Makefile.am): Create inttypes.h from inttypes_.h.
25837         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
25838
25839         * modules/imaxabs: New file.
25840
25841         * modules/imaxdiv: New file.
25842
25843 2006-08-26  Bruno Haible  <bruno@clisp.org>
25844
25845         * m4/inttypes.m4: New file.
25846         * m4/_inttypes_h.m4: Remove file.
25847         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
25848         PRI_MACROS_BROKEN.
25849         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
25850
25851         * m4/imaxabs.m4: New file.
25852
25853         * m4/imaxdiv.m4: New file.
25854
25855 2006-08-26  Bruno Haible  <bruno@clisp.org>
25856
25857         * lib/inttypes_.h: New file.
25858         * lib/inttypes.h: Remove file.
25859         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
25860
25861         * lib/imaxabs.c: New file.
25862
25863         * lib/imaxdiv.c: New file.
25864
25865 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
25866
25867         New config-h module, so that "make" output needn't be cluttered
25868         by -DHAVE_CONFIG_H.
25869         * MODULES.html.sh (Support for building libraries and executables):
25870         Add config-h.
25871         * modules/config-h: New file.
25872         * gnulib-tool (nl, sed_transform_lib_file): New vars.
25873         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
25874         the config-h module is used.
25875
25876         New configmake module, so that "make" output needn't be cluttered
25877         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
25878         * MODULES.html.sh (Support for building libraries and executables):
25879         Add configmake.
25880         * modules/configmake: New file.
25881
25882 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
25883
25884         * m4/config-h.m4: New file.
25885
25886 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
25887
25888         * config/srclist.txt: Add elisp-comp.
25889
25890 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
25891
25892         * MODULES.html.sh (Support for building libraries and executables):
25893         Add elisp-comp.
25894         * build-aux/elisp-comp: New file.
25895         * modules/elisp-comp: New file.
25896
25897 2006-08-24  Bruno Haible  <bruno@clisp.org>
25898
25899         * gnulib-tool (func_create_testdir): Use non-default values of
25900         sourcebase and m4base.
25901
25902 2006-08-24  Bruno Haible  <bruno@clisp.org>
25903
25904         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
25905         HTML structure.
25906
25907 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
25908
25909         * modules/openat (Depends-on): Add lchown.
25910
25911 2006-08-23  Bruno Haible  <bruno@clisp.org>
25912
25913         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
25914         of gl_LOCK_EARLY instead of gl_LOCK.
25915
25916 2006-08-23  Bruno Haible  <bruno@clisp.org>
25917
25918         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
25919         on OSF/1 to no.
25920         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
25921
25922 2006-08-23  Bruno Haible  <bruno@clisp.org>
25923
25924         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
25925         as unusable.
25926
25927         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
25928         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
25929         (gl_LOCK): New macro.
25930
25931 2006-08-22  Simon Josefsson  <jas@extundo.com>
25932
25933         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
25934         to md5 module.
25935
25936 2006-08-22  Simon Josefsson  <jas@extundo.com>
25937
25938         * MODULES.html.sh: Add "Support for maintaining and release
25939         projects".
25940
25941         * build-aux/gnupload: New file, from coreutils.
25942
25943 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
25944
25945         Avoid the need for AC_LIBSOURCES in m4 macros.
25946         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
25947         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
25948         * modules/check-version (EXTRA_DIST): Add check-version.h.
25949         * modules/crc (EXTRA_DIST): Add crc.h.
25950         * modules/des (EXTRA_DIST): Add des.h.
25951         * modules/gc (EXTRA_DIST): Add gc.h.
25952         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
25953         * modules/getline (EXTRA_DIST): Add getline.h.
25954         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
25955         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
25956         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
25957         * modules/md2 (EXTRA_DIST): Add md2.h.
25958         * modules/md4 (EXTRA_DIST): Add md4.h.
25959         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
25960         * modules/read-file (EXTRA_DIST): Add read-file.h.
25961         * modules/readline (EXTRA_DIST): Add readline.h.
25962         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
25963         rijndael-api-fst.h.
25964
25965 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
25966
25967         * m4/rijndael.m4 (gl_ARCFOUR):
25968         * m4/arctwo.m4 (gl_ARCTWO):
25969         * m4/check-version.m4 (gl_CHECK_VERSION):
25970         * m4/crc.m4 (gl_CRC):
25971         * m4/des.m4 (gl_DES):
25972         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
25973         * m4/gc.m4 (gl_GC):
25974         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
25975         * m4/getline.m4 (gl_FUNC_GETLINE):
25976         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
25977         * m4/hmac-md5.m4 (gl_HMAC_MD5):
25978         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
25979         * m4/md2.m4 (gl_MD2):
25980         * m4/md4.m4 (gl_MD4):
25981         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
25982         * m4/read-file.m4 (gl_FUNC_READ_FILE):
25983         * m4/readline.m4 (gl_FUNC_READLINE):
25984         * m4/rijndael.m4 (gl_RIJNDAEL):
25985         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
25986         to get the necessary .h files and whatnot.
25987
25988 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
25989
25990         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
25991         gnulib rather than the other way around.
25992         * config/srclistvars.sh (COREUTILS): Remove.
25993
25994 2006-08-22  Jim Meyering  <jim@meyering.net>
25995
25996         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
25997
25998         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
25999
26000 2006-08-22  Eric Blake  <ebb9@byu.net>
26001
26002         * modules/regexprops-generic: New file.
26003         * MODULES.html.sh (Support for building documentation): List it.
26004
26005 2006-08-22  Eric Blake  <ebb9@byu.net>
26006
26007         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
26008         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
26009         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
26010         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
26011
26012 2006-08-22  Bruno Haible  <bruno@clisp.org>
26013
26014         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
26015         and lib_LTLIBRARIES like the other lib_* variables.
26016
26017 2006-08-22  Bruno Haible  <bruno@clisp.org>
26018
26019         * build-aux/x-to-1.in: New file, from GNU gettext.
26020
26021 2006-08-22  Bruno Haible  <bruno@clisp.org>
26022
26023         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
26024         <utmpx.h> exists.
26025
26026 2006-08-22  Bruno Haible  <bruno@clisp.org>
26027
26028         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
26029         <utmpx.h> exists.
26030
26031 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
26032
26033         BeOS portability.
26034         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
26035         exist.
26036         Problem reported by Bruno Haible.
26037
26038 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
26039
26040         Avoid the need for AC_LIBSOURCES in m4 macros.
26041         * modules/acl (EXTRA_DIST): Add acl.h.
26042         * modules/argmatch (Files): Add m4/argmatch.m4.
26043         (configure.ac): Add gl_ARGMATCH.
26044         (EXTRA_DIST): Renamed from lib_SOURCES, for
26045         consistency with the other modules.  Remove argmatch.c.
26046         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
26047         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
26048         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
26049         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
26050         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
26051         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
26052         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
26053         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
26054         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
26055         * modules/closeout (EXTRA_DIST): Add closeout.h.
26056         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
26057         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
26058         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
26059         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
26060         dirname.h; remove basename.c and stripslash.c.
26061         * modules/exclude (EXTRA_DIST): Add exclude.h.
26062         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
26063         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
26064         * modules/file-type (EXTRA_DIST): Add file-type.h.
26065         * modules/filemode (EXTRA_DIST): Add filemode.h.
26066         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
26067         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
26068         * modules/fpending (EXTRA_DIST): Add __fpending.h.
26069         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
26070         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
26071         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
26072         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
26073         * modules/getdate (EXTRA_DIST): Add getdate.c.
26074         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
26075         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
26076         * modules/getpass (EXTRA_DIST): Add getpass.h.
26077         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
26078         * modules/group-member (EXTRA_DIST): Add group-member.h.
26079         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
26080         * modules/hash (EXTRA_DIST): Add hash.h.
26081         * modules/human (EXTRA_DIST): Add human.h.
26082         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
26083         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
26084         * modules/lchown (EXTRA_DIST): Add lchown.h.
26085         * modules/long-options (EXTRA_DIST): Add long-options.h.
26086         * modules/lstat (EXTRA_DIST): Add lstat.h.
26087         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
26088         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
26089         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
26090         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
26091         * modules/memxor (EXTRA_DIST): Add memxor.h.
26092         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
26093         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
26094         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
26095         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
26096         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
26097         * modules/physmem (EXTRA_DIST): Add physmem.h.
26098         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
26099         * modules/posixver (EXTRA_DIST): Add posixver.h.
26100         * modules/quote (EXTRA_DIST): Add quote.h.
26101         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
26102         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
26103         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
26104         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
26105         regex_internal.h regexec.c.
26106         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
26107         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
26108         * modules/same (EXTRA_DIST): Add same.h.
26109         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
26110         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
26111         * modules/savedir (EXTRA_DIST): Add savedir.h.
26112         * modules/sha1 (EXTRA_DIST): Add sha1.h.
26113         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
26114         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
26115         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
26116         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
26117         * modules/strdup (EXTRA_DIST): Add strdup.h.
26118         * modules/strftime (EXTRA_DIST): Add strftime.h.
26119         * modules/strndup (EXTRA_DIST): Add strndup.h.
26120         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
26121         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
26122         * modules/time_r (EXTRA_DIST): Add time_r.h.
26123         * modules/timespec (EXTRA_DIST): Add timespec.h.
26124         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
26125         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
26126         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
26127         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
26128         * modules/userspec (EXTRA_DIST): Add userspec.h.
26129         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
26130         * modules/utimens (EXTRA_DIST): Add utimens.h.
26131         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
26132         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
26133         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
26134         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
26135         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
26136         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
26137         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
26138         * modules/yesno (EXTRA_DIST): Add yesno.h.
26139
26140 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
26141
26142         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
26143
26144         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
26145         * m4/dev-ino.m4, same-inode.m4: Remove.
26146
26147         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
26148         * m4/acl.m4 (AC_FUNC_ACL):
26149         * m4/backupfile.m4 (gl_BACKUPFILE):
26150         * m4/c-strtod.m4 (gl_C99_STRTOLD):
26151         * m4/canon-host.m4 (gl_CANON_HOST):
26152         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
26153         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
26154         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
26155         * m4/cloexec.m4 (gl_CLOEXEC):
26156         * m4/close-stream.m4 (gl_CLOSE_STREAM):
26157         * m4/closeout.m4 (gl_CLOSEOUT):
26158         * m4/dirfd.m4 (gl_FUNC_DIRFD):
26159         * m4/dirname.m4 (gl_DIRNAME):
26160         * m4/exclude.m4 (gl_EXCLUDE):
26161         * m4/exitfail.m4 (gl_EXITFAIL):
26162         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
26163         * m4/file-type.m4 (gl_FILE_TYPE):
26164         * m4/filemode.m4 (gl_FILEMODE):
26165         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
26166         * m4/fpending.m4 (gl_FUNC_FPENDING):
26167         * m4/fprintftime.m4 (gl_FPRINTFTIME):
26168         * m4/fts.m4 (gl_FUNC_FTS):
26169         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
26170         * m4/getdate.m4 (gl_GETDATE):
26171         * m4/gethrxtime.m4 (gl_GETHRXTIME):
26172         * m4/getpagesize.m4 (gl_GETPAGESIZE):
26173         * m4/getpass.m4 (gl_FUNC_GETPASS):
26174         * m4/gettime.m4 (gl_GETTIME):
26175         * m4/getugroups.m4 (gl_GETUGROUPS):
26176         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
26177         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
26178         * m4/hard-locale.m4 (gl_HARD_LOCALE):
26179         * m4/hash.m4 (gl_HASH):
26180         * m4/idcache.m4 (gl_IDCACHE):
26181         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
26182         * m4/lchown.m4 (gl_FUNC_LCHOWN):
26183         * m4/long-options.m4 (gl_LONG_OPTIONS):
26184         * m4/lstat.m4 (gl_FUNC_LSTAT):
26185         * m4/md5.m4 (gl_MD5):
26186         * m4/memcasecmp.m4 (gl_MEMCASECMP):
26187         * m4/memcoll.m4 (gl_MEMCOLL):
26188         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
26189         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
26190         * m4/memxor.m4 (gl_MEMXOR):
26191         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
26192         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
26193         * m4/modechange.m4 (gl_MODECHANGE):
26194         * m4/mountlist.m4 (gl_MOUNTLIST):
26195         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
26196         * m4/openat.m4 (gl_FUNC_OPENAT):
26197         * m4/pathmax.m4 (gl_PATHMAX):
26198         * m4/physmem.m4 (gl_PHYSMEM):
26199         * m4/posixtm.m4 (gl_POSIXTM):
26200         * m4/posixver.m4 (gl_POSIXVER):
26201         * m4/quote.m4 (gl_QUOTE):
26202         * m4/quotearg.m4 (gl_QUOTEARG):
26203         * m4/readtokens.m4 (gl_READTOKENS):
26204         * m4/readutmp.m4 (gl_READUTMP):
26205         * m4/regex.m4 (gl_REGEX):
26206         * m4/safe-read.m4 (gl_SAFE_READ):
26207         * m4/safe-write.m4 (gl_SAFE_WRITE):
26208         * m4/same.m4 (gl_SAME):
26209         * m4/save-cwd.m4 (gl_SAVE_CWD):
26210         * m4/savedir.m4 (gl_SAVEDIR):
26211         * m4/settime.m4 (gl_SETTIME):
26212         * m4/sha1.m4 (gl_SHA1):
26213         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
26214         * m4/stat-macros.m4 (gl_STAT_MACROS):
26215         * m4/stat-time.m4 (gl_STAT_TIME):
26216         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
26217         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
26218         * m4/strdup.m4 (gl_FUNC_STRDUP):
26219         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
26220         * m4/strndup.m4 (gl_FUNC_STRNDUP):
26221         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
26222         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
26223         * m4/time_r.m4 (gl_TIME_R):
26224         * m4/timespec.m4 (gl_TIMESPEC):
26225         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
26226         * m4/unlinkdir.m4 (gl_UNLINKDIR):
26227         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
26228         * m4/userspec.m4 (gl_USERSPEC):
26229         * m4/utimecmp.m4 (gl_UTIMECMP):
26230         * m4/utimens.m4 (gl_UTIMENS):
26231         * m4/xalloc.m4 (gl_XALLOC):
26232         * m4/xgetcwd.m4 (gl_XGETCWD):
26233         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
26234         * m4/xreadlink.m4 (gl_XREADLINK):
26235         * m4/xstrtod.m4 (gl_XSTRTOD):
26236         * m4/yesno.m4 (gl_YESNO):
26237         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
26238         to get the necessary .h files and whatnot.
26239
26240 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
26241             Bruno Haible  <bruno@clisp.org>
26242
26243         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
26244         /bin/sh understanding of '!' conditional negation.
26245
26246 2006-08-21  Jim Meyering  <jim@meyering.net>
26247
26248         * modules/openat (Depends-on): Really alphabetize.
26249
26250         * modules/acl (Depends-on): Add error and quote.
26251
26252         * check-module (find_included_lib_files): Add at-func.c to the
26253         ok-to-include-more-than-once white list.
26254
26255         * modules/openat (Depends-on): Add lstat.  Alphabetize.
26256
26257 2006-08-21  Bruno Haible  <bruno@clisp.org>
26258
26259         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
26260         Emit a pkgdata_DATA variable only if some snippets add contents to it.
26261         Reported by Martin Lambers <marlam@marlam.de>.
26262
26263 2006-08-21  Bruno Haible  <bruno@clisp.org>
26264
26265         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
26266         specify an installation location, don't emit a noinst_LIBRARIES or
26267         noinst_LTLIBRARIES assignment.
26268
26269 2006-08-21  Bruno Haible  <bruno@clisp.org>
26270
26271         BeOS portability.
26272         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
26273         BeOS has mbrtowc() but no <wctype.h>.
26274
26275 2006-08-21  Bruno Haible  <bruno@clisp.org>
26276
26277         BeOS portability.
26278         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
26279         exist.
26280
26281 2006-08-21  Bruno Haible  <bruno@clisp.org>
26282
26283         BeOS portability.
26284         * lib/mbchar.h: Include <wctype.h> only if it exists.
26285
26286 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
26287
26288         Remove files that are no longer needed by their respective modules.
26289         * m4/obstack.m4: Remove.
26290         * m4/strerror_r.m4: Remove.
26291         * m4/uint32_t.m4: Remove.
26292         * m4/uintptr_t.m4: Remove.
26293         * m4/ullong_max.m4: Remove.
26294         * m4/xstrtoimax.m4: Remove.
26295         * m4/xstrtoumax.m4: Remove.
26296
26297         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
26298         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
26299         dependencies now capture this.
26300
26301         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
26302         Do not use AC_LIBSOURCES, since gnulib modules now do this.
26303         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
26304         * m4/human.m4 (gl_HUMAN): Likewise.
26305         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
26306         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
26307
26308         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
26309
26310         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
26311         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
26312         stdint.
26313         * m4/human.m4 (gl_HUMAN): Likewise.
26314         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
26315         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
26316         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
26317         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
26318         * m4/xstrtol (gl_XSTRTOL): Likewise.
26319
26320         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
26321         AC_TYPE_LONG_LONG_INT.
26322         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
26323         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
26324         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
26325         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
26326
26327         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
26328         on stdbool.
26329
26330         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
26331         (gl_PREREQ_XSTRTOUL): Remove.
26332
26333         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
26334
26335         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
26336         mode.
26337
26338 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
26339
26340         Add and change modules to make it easier for coreutils to use
26341         gnulib-tool.
26342         * modules/backupfile (Files): Remove m4/d-ino.m4.
26343         (Depends-on): Add d-ino.
26344         * modules/cycle-check (Depends-on): Add stdint.
26345         (lib_SOURCES): Add cycle-check.h.
26346         * modules/d-ino: New module.
26347         * modules/d-type: New module.
26348         * modules/error (Files): Remove m4/strerror_r.m4.
26349         * modules/filemode (Files): Add m4/st_dm_mode.m4.
26350         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
26351         m4/inttypes_h.m4, m4/uintmax_t.m4.
26352         (Depends-on): Add stdint.
26353         (lib_SOURCES): Add fsusage.h.
26354         * modules/getcwd (Files): Remove d-ino.m4.
26355         (Depends-on): Add d-ino.
26356         * modules/getndelim2 (Depends-on): Add stdint.
26357         * modules/glob (Files): Remove m4/d-type.m4.
26358         (Depends-on): Add d-type.
26359         * modules/host-os: New module.
26360         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
26361         m4/inttypes_h.m4, m4/uintmax_t.m4.
26362         * Depends-on: Add stdint.
26363         (lib_SOURCES): Add human.h.
26364         * modules/inttostr (Files): Remove m4/intmax_t.m4,
26365         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
26366         m4/uintmax_t.m4, m4/ulonglong.m4.
26367         (Depends-on): Add stdint.
26368         (EXTRA_DIST): Add inttostr.h.
26369         * modules/lchmod: New module.
26370         * modules/link-follow: New module.
26371         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
26372         (Depends-on): Add lchmod.
26373         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
26374         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
26375         (Depends-on): Add stdint.
26376         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
26377         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
26378         (Depends-on): Add stdint.
26379         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
26380         * modules/perl: New module.
26381         * modules/regex (Depends-on): Add stdint.
26382         * modules/rmdir-errno: New module.
26383         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
26384         m4/intmax_t.m4.
26385         (Depends-on): Add stdint.
26386         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
26387         m4/uintmax_t.m4.
26388         (Depends-on): Add stdint.
26389         * modules/unlink-busy: New module.
26390         * modules/utimecmp (Depends-on): Add stdint.
26391         * modules/uptime: New module.
26392         * modules/winsz-ioctl: New module.
26393         * modules/winsz-termios: New module.
26394         * modules/xnanosleep (Depends-on): Add nanosleep.
26395         * modules/ullong_max: Remove.
26396         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
26397         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
26398         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
26399         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
26400         (Depends-on): Add inttypes.
26401         (lib_SOURCES): Add xstrtol.h.
26402         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
26403         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
26404         * MODULES.html.sh: Move 'assert' into the assert section.
26405         Move 'dummy' into the linking section.
26406         Remove ullong_max.
26407         Add section for compatibility checks for POSIX:2001 functions,
26408         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
26409         winsz-ioctl, and winsz-termios into it.
26410         Add lchmod.
26411         Add top-level Misc section and put host-os, perl, and uptime
26412         into it.
26413
26414 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
26415
26416         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
26417         now assume the stdint module.  Do not include inttypes.h.
26418         * lib/fsusage.h: Likewise.
26419         * lib/getndelim2.c: Likewise.
26420         * lib/human.h: Likewise.
26421         * lib/inttostr.h: Likewise.
26422         * lib/obstack.c: Likewise.
26423         * lib/regex_internal.h: Likewise.
26424         * lib/tempname.c: Likewise.
26425         * lib/utimecmp.c: Likewise.
26426         * lib/xstrtol.h: Likewise.
26427
26428         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
26429
26430         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
26431         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
26432         * lib/xtime.h: Likewise.
26433
26434 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
26435
26436         * modules/openat (Files): Add lib/fchmodat.c.
26437         Fixes problem reported by Jay Youngman.
26438
26439 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
26440
26441         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
26442         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
26443
26444 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
26445             Bruno Haible  <bruno@clisp.org>
26446
26447         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
26448         and is a script that invokes bison. Tighten the code. Add comments.
26449
26450 2006-08-18  Jim Meyering  <jim@meyering.net>
26451
26452         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
26453         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
26454         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
26455         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
26456
26457 2006-08-18  Bruno Haible  <bruno@clisp.org>
26458
26459         * modules/bison-i18n: New file.
26460         * MODULES.html.sh (Internationalization functions): Add it.
26461
26462 2006-08-18  Bruno Haible  <bruno@clisp.org>
26463
26464         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
26465         sys/statvfs.h. When getmntinfo was found, check its declaration and
26466         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
26467
26468 2006-08-18  Bruno Haible  <bruno@clisp.org>
26469
26470         * m4/bison-i18n.m4: New file, from bison.
26471
26472 2006-08-18  Bruno Haible  <bruno@clisp.org>
26473
26474         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
26475         (ME_DUMMY): Treat "kernfs" as a dummy.
26476         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
26477
26478 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
26479
26480         Update from coreutils.
26481
26482         2006-08-15  Jim Meyering  <jim@meyering.net>
26483
26484         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
26485
26486         2006-01-17  Jim Meyering  <jim@meyering.net>
26487
26488         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
26489
26490         2006-01-11  Jim Meyering  <jim@meyering.net>
26491
26492         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
26493         Check for the lchmod function.
26494
26495 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
26496
26497         Update from coreutils.
26498
26499         * lib/__fpending.h: Add copyright notice.
26500         * lib/fprintftime.h: Likewise.
26501         * lib/savedir.c: Use (C) in copyright notice.
26502         * lib/savedir.h: Likewise.
26503
26504         2006-08-15  Jim Meyering  <jim@meyering.net>
26505
26506         * lib/at-func.c: New file, with the logic of all emulated at-functions.
26507         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
26508         in support of the EXPECTED_ERRNO macro.
26509         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
26510         definitions.  Instead, define the appropriate symbols and include
26511         "at-func.c".
26512         * lib/mkdirat.c (mkdirat): Likewise.
26513         * lib/fchmodat.c (fchmodat): Likewise.
26514         (ENOSYS): Remove definition.
26515         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
26516         it.  Don't include "unistd--.h" -- it wasn't ever used.
26517
26518         2006-01-17  Jim Meyering  <jim@meyering.net>
26519
26520         Rewrite fts.c not to change the current working directory,
26521         by using openat, fstatat, fdopendir, etc..
26522
26523         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
26524         (HAVE_OPENAT_SUPPORT): Define.
26525         [_LIBC] (fchdir): Don't undef or define; no longer used.
26526         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
26527         Now, this `function' always succeeds, and consumes its file descriptor
26528         parameter -- so callers must not close such FDs.  Update callers.
26529         (diropen_fd, opendirat, cwd_advance_fd): New functions.
26530         (diropen): Add parameter, SP.  Adjust all callers.
26531         Implement using diropen_fd, rather than open.
26532         (fts_open): Initialize new member, fts_cwd_fd.
26533         Remove fts_rft-setting code.
26534         (fts_close): Close fts_cwd_fd, if necessary.
26535         (__opendir2): Define in terms of opendir or opendirat,
26536         depending on whether the FST_NOCHDIR flag is set.
26537         (fts_build): Since fts_safe_changedir consumes its FD, and since
26538         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
26539         and close the dup'd file descriptor upon failure.
26540         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
26541         (fts_safe_changedir): Tweak semantics to reflect that this function
26542         now calls cwd_advance_fd and hence consumes its FD argument.
26543         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
26544         [struct FTS] (fts_rft): Remove now-unused member.
26545         [struct FTS] (fts_cycle.state): Improve comment.
26546
26547         * lib/openat.c (openat_needs_fchdir): New function.
26548         * lib/openat.h (openat_needs_fchdir): Declare it.
26549
26550 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
26551
26552         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
26553         Problem and fix reported by Pádraig Brady in
26554         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
26555
26556 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
26557
26558         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
26559
26560 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
26561
26562         * lib/memcoll.c (memcoll): Optimize for the common case where the
26563         arguments are bytewise equal.
26564
26565 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
26566
26567         * doc/regexprops-generic.texi: Add a copyright notice.
26568
26569 2006-08-15  Bruno Haible  <bruno@clisp.org>
26570
26571         * modules/tmpdir (License): Change to LGPL.
26572
26573 2006-08-15  Bruno Haible  <bruno@clisp.org>
26574
26575         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
26576         module.
26577
26578 2006-08-14  Simon Josefsson  <jas@extundo.com>
26579
26580         * config/srclist.txt: Add gnupload.
26581
26582 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
26583
26584         Change copyright notice from LGPL 2 to GPL 2, since that's the
26585         standard form used in the gnulib repository.
26586         * tests/test-lock.c: Likewise.
26587         * tests/test-stdint.c: Likewise.
26588         * tests/test-tls.c: Likewise.
26589
26590         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
26591         prelude-manager.  User shorter URLs for GNU projects, without '?'.
26592         Add copyright notice.
26593
26594         * check-module: Add copyright notice.  Output a copyright
26595         notice if "--version" is specified.
26596         * modules/COPYING: New file.
26597         * tests/test-getaddrinfo.c: Add copyright notice.
26598         * tests/test-verify.c: Likewise.
26599
26600 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
26601
26602         Change copyright notice from LGPL 2 to GPL 2, since that's the
26603         standard form used in the gnulib repository.
26604         * lib/lock.c: LGPL -> GPL.
26605         * lib/lock.h: Likewise.
26606         * lib/strnlen1.c: Likewise.
26607         * lib/strnlen1.h: Likewise.
26608         * lib/tls.c: Likewise.
26609         * lib/tls.h: Likewise.
26610         * lib/tmpdir.c: Likewise.
26611
26612         * lib/TODO: Remove; this belongs only in coreutils.
26613
26614 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
26615
26616         Add copyright notices to long-enough files that lack them, since
26617         otherwise the files aren't clearly free.  Use the same notice that
26618         getdate.texi already uses.
26619         * doc/alloca-opt.texi: Add copyright notice.
26620         * doc/alloca.texi: Likewise.
26621         * doc/ctime.texi: Likewise.
26622         * doc/functions.texi: Likewise.
26623         * doc/gcd.texi: Likewise.
26624         * doc/gnulib-tool.texi: Likewise.
26625         * doc/inet_ntoa.texi: Likewise.
26626         * doc/visibility.texi: Likewise.
26627
26628         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
26629         * doc/quote.texi: Add copyright notice.
26630
26631         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
26632         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
26633         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
26634         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
26635         is now obsolete, and give a pointer to the Sun list.
26636         Add copyright notice.
26637
26638 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
26639
26640         * config/srclistvars.sh: Add copyright notice.
26641
26642 2006-08-14  Eric Blake  <ebb9@byu.net>
26643
26644         Import the following change from libc:
26645
26646         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
26647
26648         Upstream bug 2997.
26649         * lib/misc/error.c: Add space between program name and message if file
26650         name is missing.
26651
26652 2006-08-12  Karl Berry  <karl@gnu.org>
26653
26654         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
26655         remove, these originate in gnulib now.
26656
26657 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26658
26659         * doc/Makefile (standards.info standards.html standards.dvi):
26660         Also depend on make-stds.texi.
26661
26662 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
26663
26664         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
26665         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
26666
26667         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
26668         in wchar_t.  Problem reported by Eric Blake.
26669
26670         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
26671         LEN is smaller than SIZE.  Suggested by Bruno Haible.
26672         Also, help the compiler to keep LEN in a register.
26673
26674 2006-08-11  Eric Blake  <ebb9@byu.net>
26675
26676         * users.txt: Sort.  Add tar.
26677
26678 2006-08-11  Bruno Haible  <bruno@clisp.org>
26679
26680         * users.txt: New file.
26681
26682 2006-08-11  Bruno Haible  <bruno@clisp.org>
26683
26684         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
26685         before <wchar.h>. Needed for OSF/1 and BSD/OS.
26686
26687 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
26688
26689         * modules/snprintf (Depends-on): Remove minmax.
26690         (Maintainer): Add self and Bruno.
26691
26692 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
26693
26694         * lib/.cppi-disable: Add snprintf.h, socket_.h.
26695         * lib/snprintf.c: Include <errno.h> and <limits.h>.
26696         (EOVERFLOW): Define if the system does not.
26697         Do not include "minmax.h"; it wasn't used.
26698         (snprintf): Don't assume size_t promotes to an unsigned type.
26699         Fix bug when generated string was too long for the buffer: the
26700         buffer's contents are supposed to be the initial prefix of the
26701         output.  Don't assume vasnprintf returns EOVERFLOW if the size
26702         exceeds INT_MAX; do the check ourselves.
26703
26704         Import the following changes from libc:
26705
26706         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
26707
26708         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
26709         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
26710         set wc to the byte which couldn't be converted.
26711         (re_string_reconstruct): Don't clear valid_raw_len before calling
26712         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
26713         tip_context using re_string_context_at.
26714
26715         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
26716
26717         * lib/posix/regex.h: g++ still cannot handled [restrict].
26718
26719         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
26720
26721         * lib/posix/regex.h: Remove special handling for VMS.
26722
26723 2006-08-10  Jim Meyering  <jim@meyering.net>
26724
26725         * modules/same-inode: New module.
26726         * modules/dev-ino: New module.
26727         * modules/cycle-check: Depend on these modules, rather than simply
26728         including their .h files.
26729         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
26730         required via m4/cycle-check.m4.
26731         * modules/same: Depend on new same-inode module, rather than
26732         including same-inode.h.
26733         * modules/chdir-safer: New file.
26734
26735         * modules/chown (Depends-on): Add stat-macros.
26736
26737 2006-08-10  Jim Meyering  <jim@meyering.net>
26738
26739         * m4/cycle-check.m4: New file.
26740         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
26741         * m4/dev-ino.m4, m4/same-inode.m4: New files.
26742
26743 2006-08-10  Eric Blake  <ebb9@byu.net>
26744
26745         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
26746         in from original proposal.
26747
26748 2006-08-10  Eric Blake  <ebb9@byu.net>
26749         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
26750
26751         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
26752         namespace.
26753
26754 2006-08-10  Bruno Haible  <bruno@clisp.org>
26755
26756         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
26757         as well.
26758
26759 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
26760
26761         Sync from coreutils.
26762
26763         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
26764
26765         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
26766         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
26767
26768 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
26769
26770         * modules/restrict: Remove; no longer needed now that we assume
26771         Autoconf 2.59 or later.
26772         * MODULES.html.sh: Remove 'restrict'.
26773         * modules/argp (Depends-on): Remove 'restrict'.
26774         * modules/base64 (Depends-on): Likewise.
26775         * modules/gc (Depends-on): Likewise.
26776         * modules/getaddrinfo (Depends-on): Likewise.
26777         * modules/glob (Depends-on): Likewise.
26778         * modules/inet_ntop (Depends-on): Likewise.
26779         * modules/inet_pton (Depends-on): Likewise.
26780         * modules/memxor (Depends-on): Likewise.
26781         * modules/regex (Depends-on): Likewise.
26782         * modules/strtok_r (Depends-on): Likewise.
26783         * modules/time_r (Depends-on): Likewise.
26784
26785 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
26786
26787         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
26788         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
26789         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
26790         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
26791         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
26792         * m4/memxor.m4 (gl_MEMXOR): Likewise.
26793         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
26794         gl_C_RESTRICT replaced by AC_C_RESTRICT.
26795
26796         Merge from coreutils.
26797         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
26798         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
26799         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
26800         * m4/time_r.m4 (gl_TIME_R): Likewise.
26801
26802 2006-08-09  Karl Berry  <karl@gnu.org>
26803
26804         * config/srclist.txt: no more gettext-tools, per Bruno.
26805
26806 2006-08-08  Eric Blake  <ebb9@byu.net>
26807
26808         * modules/verror: New module.
26809         * MODULES.html.sh: Document it.
26810
26811 2006-08-08  Eric Blake  <ebb9@byu.net>
26812
26813         * lib/verror.h, lib/verror.c: New files.
26814
26815 2006-08-08  Eric Blake  <ebb9@byu.net>
26816
26817         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
26818         verror_at_line output complies with GNU Coding Standards even when
26819         file is NULL.
26820
26821 2006-08-07  Bruno Haible  <bruno@clisp.org>
26822
26823         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
26824         versions of AIX.
26825         Reported by Ralf Wildenhues.
26826
26827 2006-08-07  Bruno Haible  <bruno@clisp.org>
26828
26829         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
26830         in an AC_DEFUN. Needed so that the autoconf snippets can use
26831         AC_REQUIRE.
26832
26833 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26834
26835         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
26836         Initialize pkgdata_DATA.
26837         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
26838         overriding it.
26839
26840 2006-08-06  Eric Blake  <ebb9@byu.net>
26841
26842         * lib/error.h: Fold in some upstream changes from glibc.
26843         * lib/error.c: Likewise.
26844
26845 2006-08-04  Bruno Haible  <bruno@clisp.org>
26846
26847         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
26848         Make the mostlyclean-local rule depend on mostlyclean-generic.
26849         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
26850
26851 2006-07-31  Bruno Haible  <bruno@clisp.org>
26852
26853         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
26854         <stdlib.h>, <string.h>.
26855
26856 2006-07-30  Bruno Haible  <bruno@clisp.org>
26857
26858         * modules/readlink (License): Change to LGPL.
26859
26860 2006-07-30  Bruno Haible  <bruno@clisp.org>
26861
26862         * modules/javaversion (Makefile.am): Distribute javaversion.java and
26863         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
26864         set PKGDATADIR to point to it.
26865
26866 2006-07-30  Bruno Haible  <bruno@clisp.org>
26867
26868         * modules/csharpexec (configure.ac): Comment out macro invocation.
26869         * modules/javaexec (configure.ac): Likewise.
26870         * modules/javacomp-script (configure.ac): Likewise.
26871
26872         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
26873
26874 2006-07-30  Bruno Haible  <bruno@clisp.org>
26875
26876         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
26877         linked-list.
26878
26879 2006-07-30  Bruno Haible  <bruno@clisp.org>
26880
26881         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
26882
26883 2006-07-30  Bruno Haible  <bruno@clisp.org>
26884
26885         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
26886         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
26887         get removed.
26888
26889 2006-07-29  Bruno Haible  <bruno@clisp.org>
26890
26891         Make it possible for gnulib-tool to work with locally modified or
26892         augmented gnulib repositories.
26893         * gnulib-tool (func_usage): Document --local-dir option.
26894         (local_gnulib_dir): New variable.
26895         Handle --local-dir option.
26896         (func_lookup_file): New function.
26897         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
26898         (func_get_description, func_get_filelist, func_get_description,
26899         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
26900         func_get_automake_snippet, func_get_include_directive,
26901         func_get_license, func_get_maintainer): Use func_lookup_file.
26902         (func_import, func_create_testdir): Use func_lookup_file.
26903
26904 2006-07-29  Bruno Haible  <bruno@clisp.org>
26905
26906         * modules/setenv (Depends-on): Add unistd.
26907
26908 2006-07-29  Bruno Haible  <bruno@clisp.org>
26909
26910         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
26911
26912 2006-07-29  Bruno Haible  <bruno@clisp.org>
26913
26914         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
26915
26916 2006-07-29  Bruno Haible  <bruno@clisp.org>
26917
26918         * gnulib-tool (import, update): If there is no Makefile.am, look at
26919         aclocal.m4, instead of bailing out.
26920
26921 2006-07-29  Bruno Haible  <bruno@clisp.org>
26922
26923         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
26924         Categorize the options by when they are useful.
26925
26926 2006-07-29  Bruno Haible  <bruno@clisp.org>
26927
26928         * gnulib-tool (func_usage): Document option --no-libtool.
26929         Handle option --no-libtool.
26930         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
26931         for changed semantics of $libtool variable.
26932         (func_import): Likewise. If libtool is not used, show this through
26933         an option --no-libtool.
26934         (func_create_testdir): Update.
26935
26936 2006-07-29  Bruno Haible  <bruno@clisp.org>
26937
26938         * gnulib-tool (func_import): Extend error message about missing
26939         --doc-base.
26940
26941 2006-07-29  Bruno Haible  <bruno@clisp.org>
26942
26943         * gnulib-tool (func_import): Don't create the $docbase directory if
26944         there is no file to store there.
26945
26946 2006-07-29  Bruno Haible  <bruno@clisp.org>
26947
26948         * gnulib-tool (autoconf_minversion): If a --dir option is given and
26949         relevant, look for configure.ac there, not in the current directory.
26950         Also use a simple search for AC_PREREQ, not "autoconf --trace".
26951
26952 2006-07-29  Bruno Haible  <bruno@clisp.org>
26953
26954         * gnulib-tool (SORT): New variable.
26955         (func_usage): Undocument --assume-autoconf option.
26956         Remove --assume-autoconf option handling.
26957         (autoconf_minversion): Determine from the contents of configure.ac.
26958         (func_import): Remove autoconf_minversion handling.
26959         Suggested by Eric Blake.
26960
26961 2006-07-29  Bruno Haible  <bruno@clisp.org>
26962
26963         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
26964
26965 2006-07-29  Bruno Haible  <bruno@clisp.org>
26966
26967         * config/srclist.txt (*setenv.[ch]): Remove rules.
26968
26969 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
26970
26971         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
26972
26973 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
26974
26975         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
26976         arpa/inet.h.
26977
26978 2006-07-28  Simon Josefsson  <jas@extundo.com>
26979
26980         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
26981         * modules/inet_pton (Depends-on): Likewise.
26982
26983 2006-07-28  Simon Josefsson  <jas@extundo.com>
26984
26985         * m4/netinet_in_h.m4: New file.
26986
26987 2006-07-28  Simon Josefsson  <jas@extundo.com>
26988
26989         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
26990         #include's.
26991
26992 2006-07-28  Simon Josefsson  <jas@extundo.com>
26993
26994         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
26995         #include's.
26996
26997 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
26998
26999         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
27000         setgid on directories only if they set these bits.
27001         * lib/modechange.h: Remove obsolete comment about masks.
27002
27003 2006-07-28  Eric Blake  <ebb9@byu.net>
27004
27005         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
27006         macro expansion.
27007
27008 2006-07-28  Bruno Haible  <bruno@clisp.org>
27009
27010         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
27011
27012 2006-07-28  Bruno Haible  <bruno@clisp.org>
27013
27014         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
27015
27016 2006-07-28  Bruno Haible  <bruno@clisp.org>
27017
27018         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
27019         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
27020         Define fallbacks.
27021         Avoids link error on FreeBSD 4.x.
27022         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
27023
27024         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
27025         encoding.
27026         * lib/mbswidth.c (iswcntrl): Likewise.
27027
27028 2006-07-27  Bruno Haible  <bruno@clisp.org>
27029
27030         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
27031         test.
27032
27033 2006-07-27  Bruno Haible  <bruno@clisp.org>
27034
27035         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
27036         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
27037         defined.
27038
27039 2006-07-26  Eric Blake  <ebb9@byu.net>
27040
27041         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
27042
27043 2006-07-26  Eric Blake  <ebb9@byu.net>
27044
27045         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
27046         like mingw that lack mkstemp.
27047         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
27048         avoid compilation warning on mingw.
27049
27050 2006-07-26  Bruno Haible  <bruno@clisp.org>
27051
27052         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
27053         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
27054         INT_FAST*_MIN, INTPTR_MIN.
27055
27056 2006-07-25  Bruno Haible  <bruno@clisp.org>
27057
27058         * modules/version-etc (Depends-on): Add stdarg.
27059
27060 2006-07-25  Bruno Haible  <bruno@clisp.org>
27061
27062         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
27063         complex commands.
27064
27065 2006-07-25  Bruno Haible  <bruno@clisp.org>
27066
27067         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
27068         defined in <stdarg.h> or config.h.
27069
27070 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
27071
27072         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
27073         (gl_STDIO_SAFER): Remove.
27074
27075 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
27076
27077         * MODULES.html.sh (File stream based Input/Output):
27078         Add fopen-safer, tmpfile-safer; remove stdio-safer.
27079         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
27080         * modules/fopen-safer, modules/tmpfile-safer: New files.
27081         * modules/stdio-safer: Remove.
27082
27083 2006-07-24  Bruno Haible  <bruno@clisp.org>
27084
27085         * modules/tmpdir: New file.
27086         * MODULES.html.sh (File system functions): Add it.
27087
27088 2006-07-24  Bruno Haible  <bruno@clisp.org>
27089
27090         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
27091         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
27092
27093 2006-07-24  Bruno Haible  <bruno@clisp.org>
27094
27095         * modules/clean-temp: New file.
27096
27097 2006-07-24  Bruno Haible  <bruno@clisp.org>
27098
27099         * m4/tmpdir.m4: New file, from GNU gettext.
27100
27101 2006-07-24  Bruno Haible  <bruno@clisp.org>
27102
27103         * lib/tmpdir.h: New file, from GNU gettext.
27104         * lib/tmpdir.c: New file, from GNU gettext.
27105
27106 2006-07-24  Bruno Haible  <bruno@clisp.org>
27107
27108         * lib/clean-temp.h: New file, from GNU gettext.
27109         * lib/clean-temp.c: New file, from GNU gettext.
27110
27111 2006-07-23  Eric Blake  <ebb9@byu.net>
27112
27113         * modules/stdio-safer (Files): Add tmpfile-safer.c.
27114         (Depends-on): Add binary-io.
27115
27116 2006-07-23  Eric Blake  <ebb9@byu.net>
27117
27118         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
27119
27120 2006-07-23  Eric Blake  <ebb9@byu.net>
27121
27122         * lib/tmpfile-safer.c: New file.
27123         * lib/stdio-safer.h (fopen_safer): Add prototype.
27124         * lib/stdio--.h (tmpfile): Make safer.
27125
27126 2006-07-23  Bruno Haible  <bruno@clisp.org>
27127
27128         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
27129         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
27130         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
27131         gl_linked_remove_at): Use it.
27132
27133 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
27134         and Simon Josefsson <jas@extundo.com>
27135
27136         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
27137
27138         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
27139
27140 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
27141
27142         * modules/close-stream: New file.
27143         * modules/closeout (Description): Make it clear that it exits
27144         with a diagnostic on error.
27145         (Depends-on): Add close-stream.  Remove fpending, stdbool.
27146         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
27147
27148 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
27149
27150         * m4/close-stream.m4: New file.
27151
27152 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
27153
27154         * lib/close-stream.c, lib/close-stream.h: New files.
27155
27156 2006-07-22  Bruno Haible  <bruno@clisp.org>
27157
27158         Merge from GNU gettext 0.15.
27159
27160         2006-05-01  Bruno Haible  <bruno@clisp.org>
27161
27162                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
27163
27164         2006-07-22  Bruno Haible  <bruno@clisp.org>
27165
27166                 * modules/javaversion: New file.
27167                 * MODULES.html.sh (Java): Add javaversion.
27168
27169         2006-03-12  Bruno Haible  <bruno@clisp.org>
27170
27171                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
27172
27173         2005-12-04  Bruno Haible  <bruno@clisp.org>
27174
27175                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
27176                 (untested).
27177
27178         2006-06-21  Bruno Haible  <bruno@clisp.org>
27179
27180                 Avoid warnings from recent versions of mcs.
27181                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
27182                 -o, -L, -r any more. Use options documented since mcs-1.0
27183                 instead. Similarly for -g.
27184
27185         2005-12-04  Bruno Haible  <bruno@clisp.org>
27186
27187                 * build-aux/csharpcomp.sh.in: Suffix for resources is
27188                 .resources, not .resource.
27189
27190         2005-07-09  Bruno Haible  <bruno@clisp.org>
27191
27192                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
27193                 add a .dll suffix.
27194                 Reported by Mark Junker <mjscod@gmx.de>.
27195
27196         2006-07-22  Bruno Haible  <bruno@clisp.org>
27197
27198                 * modules/gettext: Upgrade to gettext-0.15.
27199                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
27200                 m4/visibility.m4.
27201                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
27202
27203 2006-07-22  Bruno Haible  <bruno@clisp.org>
27204
27205         Merge from GNU gettext 0.15.
27206
27207         2006-03-25  Bruno Haible  <bruno@clisp.org>
27208
27209                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
27210
27211         2006-07-21  Bruno Haible  <bruno@clisp.org>
27212
27213                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
27214                 "1.1".
27215
27216         2006-05-09  Bruno Haible  <bruno@clisp.org>
27217
27218                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
27219                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
27220                 for the conftestver execution.
27221
27222         2006-05-01  Bruno Haible  <bruno@clisp.org>
27223
27224                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
27225                 optional target-version argument. Verify that the compiler
27226                 groks source of the specified source-version, or add -source
27227                 option as necessary. Verify that the compiler produces
27228                 bytecode in the specified target-version, or add -target and
27229                 -source options as necessary. Make the result of the test
27230                 available as variable CONF_JAVAC. Also log error output in
27231                 config.log.
27232
27233         2006-03-11  Bruno Haible  <bruno@clisp.org>
27234
27235                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
27236
27237         2006-05-09  Bruno Haible  <bruno@clisp.org>
27238
27239                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
27240                 CLASSPATH_SEPARATOR to a semicolon.
27241
27242         2006-03-12  Bruno Haible  <bruno@clisp.org>
27243
27244                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
27245                 available as variable CONF_JAVA, for subsequent autoconf
27246                 tests. Also log error output in config.log.
27247
27248         2006-07-19  Bruno Haible  <bruno@clisp.org>
27249
27250                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
27251                 that getline works on glibc2 systems. Needed to avoid trouble
27252                 in relocatable.c.
27253                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
27254
27255         2005-12-04  Bruno Haible  <bruno@clisp.org>
27256
27257                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
27258                 launcher (untested).
27259
27260         2005-12-04  Bruno Haible  <bruno@clisp.org>
27261
27262                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
27263
27264         2006-07-22  Bruno Haible  <bruno@clisp.org>
27265
27266                 * gettext.m4: Update from GNU gettext-0.15.
27267                 * nls.m4: Likewise.
27268                 * po.m4: Likewise.
27269                 * inttypes-pri.m4: Likewise.
27270                 * inttypes-h.m4: Renamed from inttypes.m4.
27271                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
27272
27273 2006-07-22  Bruno Haible  <bruno@clisp.org>
27274
27275         Merge from GNU gettext 0.15.
27276
27277         2005-07-05  Bruno Haible  <bruno@clisp.org>
27278
27279                 * printf-args.c (printf_fetchargs): Work around broken
27280                 definition of wint_t on mingw.
27281
27282         2005-02-12  Bruno Haible  <bruno@clisp.org>
27283
27284                 * xallocsa.h: Add extern "C" for C++.
27285
27286         2006-05-17  Bruno Haible  <bruno@clisp.org>
27287
27288                 Cygwin portability.
27289                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
27290
27291         2006-04-30  Bruno Haible  <bruno@clisp.org>
27292
27293                 * progreloc.c: Include <mach-o/dyld.h> if available.
27294                 (find_executable): Use _NSGetExecutablePath when possible.
27295
27296         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
27297
27298                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
27299                 function.
27300
27301         2005-12-29  Bruno Haible  <bruno@clisp.org>
27302
27303                 * progreloc.c (set_program_name_and_installdir): Fix
27304                 compilation error.
27305
27306         2005-12-04  Bruno Haible  <bruno@clisp.org>
27307
27308                 Cygwin portability.
27309                 * progreloc.c: Include <windows.h> also on Cygwin.
27310                 (find_executable): Add support for Cygwin.
27311                 (set_program_name_and_installdir): Handle also platforms with
27312                 nonempty EXEEXT.
27313
27314         2006-07-11  Bruno Haible  <bruno@clisp.org>
27315
27316                 * javacomp.c: Fix a comment.
27317                 Reported by Jim Meyering.
27318
27319         2006-04-30  Bruno Haible  <bruno@clisp.org>
27320
27321                 * javacomp.h (compile_java_class): Add source_version,
27322                 target_version arguments.
27323                 * javacomp.c: Rewritten to choose only a compiler that
27324                 respects the specified source_version and target_version.
27325
27326         2006-06-27  Bruno Haible  <bruno@clisp.org>
27327
27328                 Assume correct S_ISDIR macro.
27329                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
27330
27331         2006-07-22  Bruno Haible  <bruno@clisp.org>
27332
27333                 * javaversion.h: New file, from GNU gettext.
27334                 * javaversion.c: New file, from GNU gettext.
27335                 * javaversion.java: New file, from GNU gettext.
27336                 * javaversion.class: New file, from GNU gettext.
27337
27338         2006-05-17  Bruno Haible  <bruno@clisp.org>
27339
27340                 Cygwin portability.
27341                 * javaexec.c (execute_java_class): Test for jview program
27342                 also on Cygwin.
27343
27344         2006-04-09  Bruno Haible  <bruno@clisp.org>
27345
27346                 * fatal-signal.c: Don't include string.h.
27347                 (at_fatal_signal): Use a copying loop instead of memcpy.
27348
27349         2005-12-04  Bruno Haible  <bruno@clisp.org>
27350
27351                 * csharpexec.c: Add support for 'clix' launcher (untested).
27352                 (execute_csharp_using_sscli): New function.
27353                 (execute_csharp_program): Call it.
27354
27355         2006-06-21  Bruno Haible  <bruno@clisp.org>
27356
27357                 Avoid warnings from recent versions of mcs.
27358                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
27359                 -o, -L, -r any more. Use options documented since mcs-1.0
27360                 instead. Similarly for -g.
27361
27362         2005-07-09  Bruno Haible  <bruno@clisp.org>
27363
27364                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
27365                 add a .dll suffix.
27366                 Reported by Mark Junker <mjscod@gmx.de>.
27367
27368         2006-06-17  Bruno Haible  <bruno@clisp.org>
27369
27370                 * config.charset: Update for NetBSD 3.0.
27371
27372         2006-05-17  Bruno Haible  <bruno@clisp.org>
27373
27374                 Cygwin portability.
27375                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
27376
27377         2006-05-16  Bruno Haible  <bruno@clisp.org>
27378
27379                 * localcharset.c [CYGWIN]: Include <windows.h>.
27380                 (get_charset_aliases): For Cygwin, return the same CPxxx
27381                 aliases list as under WIN32.
27382                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
27383                 the environment variables. Fall back to GetACP().
27384
27385         2006-04-05  Bruno Haible  <bruno@clisp.org>
27386
27387                 * config.charset: Update Juan Manuel Guerrero's address.
27388
27389         2005-02-12  Bruno Haible  <bruno@clisp.org>
27390
27391                 * allocsa.h: Add extern "C" for C++.
27392
27393         2005-02-10  Bruno Haible  <bruno@clisp.org>
27394
27395                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
27396                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
27397
27398         2006-07-22  Bruno Haible  <bruno@clisp.org>
27399
27400                 * gettext.h: Update to GNU gettext-0.15.
27401
27402 2006-07-22  Bruno Haible  <bruno@clisp.org>
27403
27404         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
27405         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
27406         lib-prefix.m4, longdouble.m4, ssize_t.m4.
27407
27408 2006-07-21  Eric Blake  <ebb9@byu.net>
27409
27410         * modules/stdlib-safer: New file.
27411         * MODULES.html.sh (File stream based Input/Output): Add
27412         stdlib-safer.
27413
27414 2006-07-21  Eric Blake  <ebb9@byu.net>
27415
27416         * lib/stdlib-safer.h: New file from coreutils, required by
27417         stdlib--.h.
27418
27419 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
27420
27421         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
27422
27423 2006-07-20  Bruno Haible  <bruno@clisp.org>
27424
27425         * gnulib-tool: Recognize new option --assume-autoconf.
27426         (autoconf_minversion): New variable.
27427         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
27428
27429 2006-07-20  Bruno Haible  <bruno@clisp.org>
27430
27431         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
27432
27433 2006-07-19  Derek R. Price  <derek@ximbiot.com>
27434
27435         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
27436         Reindent and repaginate.
27437
27438 2006-07-19  Derek Price  <derek@ximbiot.com>
27439
27440         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
27441         Correct grammar.
27442
27443 2006-07-17  Bruno Haible  <bruno@clisp.org>
27444
27445         * modules/list: New file.
27446         * modules/array-list: New file.
27447         * modules/carray-list, modules/carray-list-tests: New files.
27448         * modules/linked-list, modules/linked-list-tests: New files.
27449         * modules/avltree-list, modules/avltree-list-tests: New files.
27450         * modules/rbtree-list, modules/rbtree-list-tests: New files.
27451         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
27452         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
27453         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
27454         * modules/oset: New file.
27455         * modules/array-oset: New file.
27456         * modules/avltree-oset, modules/avltree-oset-tests: New files.
27457         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
27458         * tests/test-carray_list.c: New file.
27459         * tests/test-linked_list.c: New file.
27460         * tests/test-avltree_list.c: New file.
27461         * tests/test-rbtree_list.c: New file.
27462         * tests/test-linkedhash_list.c: New file.
27463         * tests/test-avltreehash_list.c: New file.
27464         * tests/test-rbtreehash_list.c: New file.
27465         * tests/test-avltree_oset.c: New file.
27466         * tests/test-rbtree_oset.c: New file.
27467         * MODULES.html.sh (Container data structures): New section.
27468
27469 2006-07-17  Bruno Haible  <bruno@clisp.org>
27470
27471         * m4/gl_list.m4: New file.
27472
27473 2006-07-17  Bruno Haible  <bruno@clisp.org>
27474
27475         * lib/gl_list.h: New file.
27476         * lib/gl_list.c: New file.
27477         * lib/gl_array_list.h: New file.
27478         * lib/gl_array_list.c: New file.
27479         * lib/gl_carray_list.h: New file.
27480         * lib/gl_carray_list.c: New file.
27481         * lib/gl_linked_list.h: New file.
27482         * lib/gl_linked_list.c: New file.
27483         * lib/gl_anylinked_list1.h: New file.
27484         * lib/gl_anylinked_list2.h: New file.
27485         * lib/gl_avltree_list.h: New file.
27486         * lib/gl_avltree_list.c: New file.
27487         * lib/gl_anyavltree_list1.h: New file.
27488         * lib/gl_anyavltree_list2.h: New file.
27489         * lib/gl_rbtree_list.h: New file.
27490         * lib/gl_rbtree_list.c: New file.
27491         * lib/gl_anyrbtree_list1.h: New file.
27492         * lib/gl_anyrbtree_list2.h: New file.
27493         * lib/gl_anytree_list1.h: New file.
27494         * lib/gl_anytree_list2.h: New file.
27495         * lib/gl_linkedhash_list.h: New file.
27496         * lib/gl_linkedhash_list.c: New file.
27497         * lib/gl_anyhash_list1.h: New file.
27498         * lib/gl_anyhash_list2.h: New file.
27499         * lib/gl_avltreehash_list.h: New file.
27500         * lib/gl_avltreehash_list.c: New file.
27501         * lib/gl_rbtreehash_list.h: New file.
27502         * lib/gl_rbtreehash_list.c: New file.
27503         * lib/gl_anytreehash_list1.h: New file.
27504         * lib/gl_anytreehash_list2.h: New file.
27505
27506         * lib/gl_oset.h: New file.
27507         * lib/gl_oset.c: New file.
27508         * lib/gl_array_oset.h: New file.
27509         * lib/gl_array_oset.c: New file.
27510         * lib/gl_avltree_oset.h: New file.
27511         * lib/gl_avltree_oset.c: New file.
27512         * lib/gl_rbtree_oset.h: New file.
27513         * lib/gl_rbtree_oset.c: New file.
27514         * lib/gl_anytree_oset.h: New file.
27515
27516 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
27517
27518         * m4/mkancesdirs.m4: New file.
27519         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
27520         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
27521         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
27522         it.
27523
27524 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
27525
27526         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
27527         * lib/mkancesdirs.h: New files.
27528         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
27529         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
27530         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
27531         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
27532         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
27533         callers changed.  Revamp internals significantly, by not
27534         attempting to create directories that are temporarily more
27535         permissive than the final results.  Do not attempt to use
27536         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
27537         This removes some race conditions, fixes some bugs, and simplifies
27538         things.  Use new dirchownmod function to do owner and mode changes.
27539         * lib/mkdir-p.h: Likewise.
27540         * lib/modechange.c (octal_to_mode): New function.
27541         (struct mode_change): New member mentioned.
27542         (make_node_op_equals): New arg mentioned.  All callers changed.
27543         (mode_compile): Keep track of which mode bits the user has explicitly
27544         mentioned.
27545         (mode_adjust): New arg DIR, so that we implement the X op correctly.
27546         New arg PMODE_BITS, to keep track of which mode bits the user
27547         mentioned; it treats S_ISUID and S_ISGID speciall.
27548         All callers changed.
27549         * lib/modechange.h: Likewise.
27550
27551 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
27552
27553         * MODULES.html.sh: Add mkancestors.
27554         * modules/mkancesdirs: New module.
27555         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
27556         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
27557         The chdir-safer and afs files are now orphans; I'll remove them
27558         unless someone speaks up.
27559         Add lib/dirchownmod.c, lib/dirchownmod.h.
27560         (Depends-on): Remove alloca, chown, save-cwd, dirname.
27561         Add lchown, mkancesdirs.
27562         (Maintainer): Add self.
27563
27564 2006-07-15  Karl Berry  <karl@gnu.org>
27565
27566         * gnulib-tool: help message wording/arrangement.
27567
27568 2006-07-14  Simon Josefsson  <jas@extundo.com>
27569
27570         * doc/gnulib.texi (Libtool and Windows): New section.
27571
27572 2006-07-12  Simon Josefsson  <jas@extundo.com>
27573
27574         * modules/gendocs (License): Fix license, approved by Karl.
27575
27576 2006-07-12  Eric Blake  <ebb9@byu.net>
27577
27578         * MODULES.html.sh: Add gendocs.
27579
27580 2006-07-11  Eric Blake  <ebb9@byu.net>
27581
27582         * modules/fdl: New module, to install doc/fdl.texi.
27583         * MODULES.html.sh: Add new section for documentation modules.
27584         * gnulib-tool: Avoid space-tab.
27585         (--doc-base): New option, to manage files from doc.
27586
27587 2006-07-11  Eric Blake  <ebb9@byu.net>
27588
27589         * m4/absolute-header.m4: Fix comments to match recent change.
27590
27591 2006-07-11  Eric Blake  <ebb9@byu.net>
27592
27593         * gnulib-tool: List --doc-base before --tests-base.
27594
27595 2006-07-11  Derek R. Price  <derek@ximbiot.com>
27596
27597         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
27598
27599 2006-07-11  Bruno Haible  <bruno@clisp.org>
27600
27601         * README: Mention where to put documentation.
27602
27603 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27604
27605         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
27606
27607 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
27608
27609         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
27610         to stdint.m4.
27611
27612 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
27613
27614         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
27615         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
27616         "no/such/file/stdint.h" when there is no such file, so that
27617         the resulting C code can be parsed by dodgy compilers.
27618         Problems reported by Bob Proulx.
27619
27620 2006-07-10  Derek R. Price  <derek@ximbiot.com>
27621
27622         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
27623         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
27624         macros into the GNU _D_EXACT_NAMLEN.
27625         * lib/savedir.c:  Likewise.
27626         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
27627
27628 2006-07-10  Derek R. Price  <derek@ximbiot.com>
27629         and Paul Eggert  <eggert@cs.ucla.edu>
27630
27631         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
27632         * m4/savedir.m4:
27633         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
27634         macros into the GNU _D_EXACT_NAMLEN.
27635
27636 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
27637
27638         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
27639         around the absolute name, to work around a problem with the HP-UX
27640         11.23 native C compiler, reported by Bob Proulx.
27641
27642 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
27643
27644         * doc/maintain.texi, make-stds.texi: Sync from
27645         <http://savannah.gnu.org/projects/gnustandards>.
27646
27647 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
27648
27649         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
27650
27651 2006-07-09  Jim Meyering  <jim@meyering.net>
27652
27653         * m4/glob.m4: Remove a doubled word in a comment.
27654
27655 2006-07-09  Jim Meyering  <jim@meyering.net>
27656
27657         * lib/argp-pv.c: Remove a doubled word in a comment.
27658         * lib/check-version.c (check_version): Likewise.
27659         * lib/javacomp.c (compile_java_class): Likewise.
27660
27661 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
27662
27663         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
27664         for the benefit of people using Autoconf 2.60.  If you want to
27665         support older Autoconf versions you can copy m4/onceonly_2_57.m4
27666         (or m4/onceonly.m4, if pre-2.57) manually.
27667
27668 2006-07-08  Jim Meyering  <jim@meyering.net>
27669
27670         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
27671         comment.
27672         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
27673         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
27674         comment.
27675
27676 2006-07-08  Jim Meyering  <jim@meyering.net>
27677
27678         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
27679
27680 2006-07-07  Simon Josefsson  <jas@extundo.com>
27681
27682         * tests/test-crc.c: Change expected crc value, the test vector
27683         were probably computed using the old broken crc.c?
27684
27685 2006-07-06  Simon Josefsson  <jas@extundo.com>
27686
27687         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
27688         now the canonical place for the M4 file).
27689
27690         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
27691         from the sys_socket dependency now.
27692
27693         * modules/inet_pton (Files): Ditto.
27694
27695         * modules/inet_ntop (Files): Ditto.
27696
27697 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
27698
27699         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
27700         not gl_PREREQ_GETUSERSHELL.
27701
27702 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27703
27704         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
27705         with only one argument, for Autoconf 2.60.
27706         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
27707         expand to nothing, so add a shell command to avoid syntax error.
27708         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
27709
27710 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27711
27712         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
27713
27714 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
27715
27716         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
27717         no longer needed.  Check for isblank decl.
27718         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
27719         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
27720         of existence.
27721
27722 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
27723
27724         * lib/getloadavg.c: Use __VMS, not VMS.
27725         * lib/getopt.c: Likewise.
27726         * lib/getpagesize.h: Likewise.
27727         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
27728         and probably does not work.
27729
27730 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
27731
27732         * lib/.cppi-disable: Add wcwidth.
27733         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
27734         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
27735         (ISGRAPH): Remove.  All uses changed to isgraph.
27736         (FOLD) [!defined _LIBC]: Remove special case.
27737         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
27738         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
27739         HAVE_ISBLANK.
27740         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
27741         case.
27742
27743 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
27744
27745         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
27746         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
27747         brackets.  Other minor changes to suppress some compiler
27748         warnings.
27749
27750 2006-07-06  Derek R. Price  <derek@ximbiot.com>
27751         and Paul Eggert  <eggert@cs.ucla.edu>
27752
27753         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
27754         of invoking obsolescent AC_HEADER_DIRENT macro.
27755         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
27756         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
27757         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
27758         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
27759         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
27760         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
27761         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
27762         * m4/readdir.m4: Remove; no longer needed.
27763
27764 2006-07-06  Derek R. Price  <derek@ximbiot.com>
27765         and Paul Eggert  <eggert@cs.ucla.edu>
27766
27767         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
27768         Don't worry about this obsolete case any more.
27769         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
27770         directories.
27771         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
27772         worry about this obsolete case any more.
27773         * lib/fts.c: Likewise.
27774         * lib/getcwd.c: Likewise.
27775         * lib/glob.h: Likewise.
27776         * lib/savedir.c: Likewise.
27777
27778 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
27779
27780         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
27781         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
27782         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
27783         needed.
27784         All uses removed.
27785         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
27786         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
27787         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
27788         needed.
27789         * m4/getdate.m4 (gl_GETDATE): Likewise.
27790         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
27791         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
27792         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
27793         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
27794         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
27795         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
27796         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
27797         needed.
27798
27799 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
27800
27801         * lib/memcasecmp.c: Include <limits.h>.
27802         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
27803         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
27804         Don't assume isdigit succeeds only on '0' through '9'.
27805
27806 2006-07-05  Eric Blake  <ebb9@byu.net>
27807
27808         * modules/getaddrinfo (Depends-on): Add snprintf.
27809
27810 2006-07-05  Eric Blake  <ebb9@byu.net>
27811
27812         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
27813         to avoid 'header present but could not be compiled' on cygwin.
27814
27815 2006-07-05  Eric Blake  <ebb9@byu.net>
27816
27817         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
27818         missing from netdb.h.
27819         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
27820
27821 2006-07-05  Derek R. Price  <derek@ximbiot.com>
27822
27823         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
27824         no longer needed.
27825         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
27826         * m4/getdate.m4 (gl_GETDATE): Likewise.
27827         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
27828         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
27829         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
27830         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
27831         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
27832
27833 2006-07-05  Derek R. Price  <derek@ximbiot.com>
27834
27835         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
27836         All uses of is_space replaced by isspace.
27837         * lib/exit.h: Don't talk about STDC_HEADERS.
27838         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
27839         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
27840         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
27841         replaced by isprint etc.
27842         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
27843         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
27844         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
27845         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
27846         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
27847         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
27848
27849 2006-07-05  Bruno Haible  <bruno@clisp.org>
27850
27851         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
27852         the function exists, before testing against AIX.
27853         Reported by Martin Lambers <marlam@marlam.de>.
27854
27855 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
27856
27857         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
27858         From Mark D. Baushke.
27859
27860 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
27861
27862         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
27863         to the absolute name, not just one, to bypass Sun C 5.8's
27864         "warning: #include of /usr/include/... may be non-portable".
27865
27866 2006-07-04  Eric Blake  <ebb9@byu.net>
27867
27868         * modules/dirname-tests: New test module.
27869         * tests/test-dirname.c: New file, replacing dirname.c
27870         TEST_DIRNAME section that was recently deleted.
27871
27872 2006-07-04  Bruno Haible  <bruno@clisp.org>
27873
27874         Assume ANSI C header files and <ctype.h> functions.
27875         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
27876         (mbsnwidth): Use isprint, iscntrl instead.
27877
27878 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
27879
27880         Merge from coreutils.
27881         * MODULES.html.sh: Add xstrtold.
27882         * modules/xstrtold: New file.
27883         * modules/cycle-check (Files): Add lib/same-inode.h.
27884         * modules/dirname (Files): Add m4/double-slash-root.m4.
27885         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
27886         * modules/mkdir-p (Files): Add lib/same-inode.h.
27887         * modules/same (Files): Add lib/same-inode.h.
27888
27889 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
27890
27891         * m4/absolute-header.m4: Renamed from full-header-path.m4.
27892         This is to keep the terminology clean; POSIX talks about
27893         "absolute pathnames", not "full pathnames", but the GNU
27894         Coding Standards say to use "path" for something else;
27895         so use "absolute" to keep both sides happy.
27896         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
27897         Set gl_absolute_header, not gl_full_header_path.
27898         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
27899         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
27900         All uses changed.
27901
27902         Merge from coreutils.
27903
27904         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
27905
27906         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
27907         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
27908         want to require the building of c-strtod.o.
27909         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
27910         needs -lm directly.
27911         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
27912
27913         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
27914
27915         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
27916         --as-needed option if available.  Problem reported by Albert Chin in
27917         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
27918         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
27919         cc merely issues a bunch of annoying warnings for --as-needed
27920         (this problem was reported by Bob Proulx).  Also, try linking with
27921         -lm to detect a bug in binutils 2.16 (this problem was reported
27922         by Ralf Wildenhues).
27923
27924         2006-06-18  Jim Meyering  <jim@meyering.net>
27925
27926         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
27927         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
27928         macro.
27929         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
27930         also check for glibc-2.4's abort-inducing bug.
27931
27932         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
27933         Low-probability clean-up should be to use rmdir to get rid of
27934         the just-created directory, not unlink.
27935
27936         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
27937         configure fail, and request a bug report to inform us about it.
27938         Add a comment that, barring reports to the contrary, in 2007 we'll
27939         assume ftruncate is universally available.
27940
27941         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
27942
27943         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
27944
27945         2006-03-12  Jim Meyering  <jim@meyering.net>
27946
27947         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
27948         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
27949         * m4/same.m4 (gl_SAME): Likewise.
27950         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
27951
27952         2006-03-11  Eric Blake  <ebb9@byu.net>
27953
27954         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
27955         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
27956         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
27957         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
27958
27959 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
27960
27961         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
27962         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
27963         reported by Mark D. Baushke, one in
27964         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
27965
27966         Merge from coreutils.
27967
27968         * lib/.cppi-disable: Add stdint_.h.
27969         * lib/.cvsignore: Add stdint.h.
27970
27971         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
27972
27973         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
27974         both double and long double versions.
27975         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
27976         * lib/xstrtold.c: New file.
27977         * lib/xstrtod.h (xstrtold): New decl.
27978
27979         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
27980
27981         * lib/filemode.c (setst): Remove.
27982         (strmode): Rewrite to avoid setst.  This makes the code shorter,
27983         (arguably) clearer, and the generated code is a bit smaller on my
27984         Debian GNU/Linux stable x86 host.
27985
27986         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
27987
27988         * lib/filemode.c: Include "filemode.h" first, to test the interface.
27989         Assume that filemode.h includes sys/types.h and sys/stat.h.
27990         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
27991         (ftypelet): Reorder to put common cases first, for efficiency.
27992         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
27993         to do 'M'.
27994         (strmode): Renamed from mode_string, and now stores 12 bytes instead
27995         of 10, for compatibility with FreeBSD.  All callers changed.
27996         (filemodestring): Now stores 12 bytes instead of 10, and sets file
27997         types that can't be deduced solely from st_mode.  First arg is now a
27998         const pointer.
27999         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
28000         (strmode): Renamed from mode_string.
28001         (filemodestring): New decl.
28002         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
28003         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
28004         needed.
28005         (S_ISPORT, S_ISWHT): New macros, if not already defined.
28006
28007         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
28008
28009         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
28010         fsusage.h now does that.  Include fsusage.h first, to test interface.
28011         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
28012         at most one method (the old code could have generated decls that
28013         didn't conform to C89, not that this was ever exercised).
28014         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
28015
28016         2006-03-19  Jim Meyering  <jim@meyering.net>
28017
28018         Work even in a chroot where d_ino values for entries in "/"
28019         don't match the stat.st_ino values for the same names.
28020         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
28021         number, iterate through all entries again, using lstat instead.
28022         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
28023         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
28024
28025         * lib/getcwd.c (__getcwd): Clarify a comment.
28026         Use memcpy in place of a call to strcpy.
28027
28028         2006-03-12  Jim Meyering  <jim@meyering.net>
28029
28030         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
28031         matches that of the current directory (which we're about to chdir ".."
28032         out of), then save the dev-ino of the parent, instead.
28033
28034         * lib/same-inode.h (SAME_INODE): New file/macro.
28035         * lib/chdir-safer.c (SAME_INODE): Remove definition.
28036         Include "same-inode.h", instead.
28037         * lib/same.c: Likewise.
28038         * lib/cycle-check.h: Include "same-inode.h".
28039         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
28040         * lib/cycle-check.c (SAME_INODE): Remove definition.
28041         * lib/root-dev-ino.h: Include "same-inode.h".
28042
28043         2006-03-11  Eric Blake  <ebb9@byu.net>
28044
28045         * lib/same.c (same_name): s/base_name/last_component/
28046         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
28047         * lib/filenamecat.c (file_name_concat): Likewise.
28048
28049         2006-03-11  Eric Blake  <ebb9@byu.net>,
28050                     Paul Eggert  <eggert@cs.ucla.edu>
28051
28052         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
28053         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
28054         drive prefix.
28055         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
28056         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
28057         (last_component): New method.
28058         * lib/dirname.c (dir_len): Determine when drive letters need a
28059         subsequent slash.  Preserve // when it is special.
28060         (dir_name): Don't append dot when drive letter is absolute.
28061         [TEST_DIRNAME]: Move into a full-blown gnulib test.
28062         * lib/basename.c (base_name): New semantics - malloc the result.
28063         Preserve // when it is special.  Preserve relative files that look
28064         like drive letters.
28065         (base_len): Preserve // when it is special.
28066         (last_component): New method, similar to old base_name semantics.
28067         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
28068         base_name.  Strip redundant slashes from ///.
28069
28070 2006-07-03  Jim Meyering  <jim@meyering.net>
28071
28072         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
28073         macro is used before the first cycle_check call.
28074
28075 2006-07-03  Eric Blake  <ebb9@byu.net>
28076
28077         * modules/dirname (Depends-on): Add xstrndup.
28078
28079 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
28080
28081         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
28082         test cases, so that config.log is a bit easier to follow.
28083
28084 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
28085
28086         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
28087         both are 64 bits, since this seems to be the tradition, and this
28088         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
28089         we ever run into a host that prefers long long to long in this
28090         case, we'll need another configure-time test.  Problem reported by
28091         Jim Meyering.
28092
28093 2006-07-02  Eric Blake  <ebb9@byu.net>
28094
28095         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
28096
28097 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
28098
28099         * modules/inttypes (Depends-on): No longer depends on stdint.
28100         * modules/stdint (Description): Say more about assumptions.
28101         Say that the fast types might differ.  Say macros are used.
28102         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
28103         (Makefile.am): Revise list of substituted symbols to match
28104         new stdint.m4.
28105         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
28106         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
28107         * tests/test-stdint.c (verify_same_types)
28108         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
28109         the code conforms to C99/C89.
28110         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
28111         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
28112
28113 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
28114
28115         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
28116         but fix a bug, by requiring at least 64 bits.
28117         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
28118         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
28119         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
28120         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
28121
28122         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
28123         changes.  Make 2.59 a prerequisite.  Check and substitute for
28124         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
28125         inttypes.h.  Do not use special include files; just use the
28126         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
28127         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
28128         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
28129         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
28130         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
28131         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
28132         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
28133         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
28134         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
28135         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
28136         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
28137         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
28138         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
28139         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
28140         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
28141         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
28142         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
28143         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
28144         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
28145         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
28146         WINT_MAX.  Check for C99 conformance more strictly, by detecting
28147         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
28148         not check for things that C99 does not require, e.g., int8_t.  If
28149         a test isn't needed unless <stdint.h> isn't working, and is
28150         unlikely to be needed for any other reason, then don't do it
28151         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
28152         size_t, since we assume C89 freestanding at least.  Do not check
28153         for sig_atomic_t, wchar_t, or wint_t, since the code now does
28154         the right thing even if the types are not defined.  Instead use:
28155         (gl_STDINT_TYPE_PROPERTIES): New macro.
28156         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
28157         testing whether <sys/types.h> clashes, as Autoconf does this for
28158         us now.  All uses removed.
28159         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
28160         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
28161         (gl_CHECK_TYPE_SAME):
28162         Remove; no longer needed.
28163         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
28164         exists, since we'll return 0 anyway in that case.
28165         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
28166
28167 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
28168
28169         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
28170         possible collision with system files.
28171         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
28172         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
28173         WCHAR_MIN and WCHAR_MAX in this case.
28174         (<stddef.h>): Do not include; no longer needed.
28175         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
28176         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
28177         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
28178         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
28179         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
28180         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
28181         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
28182         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
28183         !defined(__c99))]: Include in this case too, since it's harmless
28184         now.
28185         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
28186         dangerous to do so.
28187         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
28188         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
28189         (_STDINT_MIN, _STDINT_MAX): New macros.
28190         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
28191         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
28192         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
28193         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
28194         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
28195         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
28196         macros, not typedefs; this simplifies things quite a bit.
28197         Use long int for all types narrower than int64_t.
28198         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
28199         Define in terms of long long int or int64_t or long int,
28200         not int64_t or int32_t.  This saves some compile-time testing.
28201         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
28202         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
28203         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
28204         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
28205         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
28206         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
28207         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
28208         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
28209         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
28210         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
28211         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
28212         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
28213         undef any previous version and define our own version, for
28214         simplicity and consistency with the new macros for types.
28215         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
28216         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
28217         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
28218         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
28219         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
28220         @WINT_T_SUFFIX@ to keep things simple here.
28221         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
28222         Simplify by assuming typical 8/16/32/64 host, since we're
28223         already doing that elsewhere anyway.
28224         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
28225         and assume long long int is 64 bits if available.  This
28226         speeds up 'configure'.
28227
28228 2006-07-01  Eric Blake  <ebb9@byu.net>
28229
28230         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
28231         Reported by Andreas Buening.
28232
28233 2006-07-01  Eric Blake  <ebb9@byu.net>
28234
28235         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
28236
28237 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
28238
28239         * lib/getaddrinfo.c: fixed typo
28240
28241 2006-06-29  Jim Meyering  <jim@meyering.net>
28242
28243         * modules/strftime (Maintainer): Add my name, since with the
28244         FPRINTFTIME changes strftime.c has forked from glibc.
28245
28246 2006-06-29  Eric Blake  <ebb9@byu.net>
28247
28248         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
28249
28250 2006-06-29  Eric Blake  <ebb9@byu.net>
28251
28252         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
28253
28254 2006-06-29  Eric Blake  <ebb9@byu.net>
28255
28256         * lib/stat_.h: New file.
28257
28258 2006-06-29  Eric Blake  <ebb9@byu.net>
28259
28260         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
28261         unused static function.
28262
28263 2006-06-29  Eric Blake  <ebb9@byu.net>
28264
28265         * doc/functions.texi (Function Portability): Document missing lstat
28266         on mingw.
28267
28268 2006-06-29  Eric Blake  <ebb9@byu.net>
28269
28270         * MODULES.html.sh: Add sys_stat.
28271         * modules/sys_stat: New module.
28272         * modules/mkstemp (Depends-on): Add sys_stat.
28273
28274 2006-06-29  Derek R. Price  <derek@ximbiot.com>
28275
28276         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
28277
28278 2006-06-29  Derek R. Price  <derek@ximbiot.com>
28279
28280         * m4/c-bs-a.m4: Removed.
28281
28282 2006-06-29  Derek R. Price  <derek@ximbiot.com>
28283
28284         * lib/strftime.c: Assume strftime() exists.
28285
28286 2006-06-29  Derek Price  <derek@ximbiot.com>
28287
28288         * modules/c-bs-a: Removed - \a is C89.
28289         * MODULES.html.sh: Remove c-bs-a.
28290
28291 2006-06-29  Bruno Haible  <bruno@clisp.org>
28292
28293         * modules/wcwidth (License): Change to LGPL.
28294
28295 2006-06-28  Simon Josefsson  <jas@extundo.com>
28296
28297         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
28298         on _WIN32.
28299
28300         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
28301         getnameinfo.
28302
28303 2006-06-28  Simon Josefsson  <jas@extundo.com>
28304
28305         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
28306
28307 2006-06-28  Simon Josefsson  <jas@extundo.com>
28308
28309         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
28310         functions there.  It will succeed on Windows XP, but on Windows
28311         2000 and (presumably) earlier, it will fail, and use the internal
28312         re-implementation.
28313         (use_win32_p): New function.
28314         (getaddrinfo): Use strtoul on servname, to support numeric ports.
28315         Support AI_NUMERICSERV to disable getservbyname.
28316         (getnameinfo): New function, only supports
28317         NI_NUMERICHOST|NI_NUMERICSERV for now.
28318
28319         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
28320         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
28321         getnameinfo.
28322
28323 2006-06-28  Eric Blake  <ebb9@byu.net>
28324
28325         * modules/wcwidth: New file.
28326         * modules/mbchar (Depends-on): Add wcwidth.
28327         * modules/mbswidth (Depends-on): Add wcwidth.
28328         * MODULES.html.sh: Add wcwidth.
28329
28330 2006-06-28  Eric Blake  <ebb9@byu.net>
28331
28332         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
28333         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
28334
28335 2006-06-28  Eric Blake  <ebb9@byu.net>
28336
28337         * lib/xvasprintf.h: Fix comments.
28338
28339 2006-06-28  Eric Blake  <ebb9@byu.net>
28340
28341         * lib/mbchar.h (wcwidth): Include wcwidth.h.
28342         * lib/mbswidth.c (wcwidth): Move from here...
28343         * lib/wcwidth.h: ...to this new file.
28344
28345 2006-06-28  Derek R. Price  <derek@ximbiot.com>
28346
28347         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
28348
28349         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
28350         it's obsolete.
28351         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
28352
28353 2006-06-28  Derek R. Price  <derek@ximbiot.com>
28354
28355         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
28356         Autoconf 2.60 says this stuff was obsolete.
28357
28358 2006-06-28  Bruno Haible  <bruno@clisp.org>
28359
28360         * modules/wcwidth (Files): Add m4/wchar_t.m4.
28361
28362 2006-06-28  Bruno Haible  <bruno@clisp.org>
28363
28364         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
28365         gt_TYPE_WCHAR_T.
28366
28367 2006-06-28  Bruno Haible  <bruno@clisp.org>
28368
28369         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
28370         declaration for wcwidth.
28371         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
28372
28373 2006-06-28  Bruno Haible  <bruno@clisp.org>
28374
28375         * lib/mkdtemp.c [MINGW]: Include <io.h>.
28376         (mkdir): Define using _mkdir.
28377
28378 2006-06-28  Bruno Haible  <bruno@clisp.org>
28379
28380         * lib/getaddrinfo.h: Fix POSIX URL.
28381         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
28382         _WIN32.
28383         (use_win32_p): Make static.
28384         (getaddrinfo): Reject service name if it is empty or does not consist
28385         solely of decimal digits, or if its value is > 65535.
28386         (getnameinfo): Remove useless casts.
28387
28388 2006-06-27  Simon Josefsson  <jas@extundo.com>
28389
28390         * modules/sys_select: New file, suggested by Bruno Haible, Paul
28391         Eggert and Martin Lambers.
28392
28393 2006-06-27  Simon Josefsson  <jas@extundo.com>
28394
28395         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
28396         Eggert and Martin Lambers.
28397
28398 2006-06-27  Bruno Haible  <bruno@clisp.org>
28399
28400         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
28401         result to 0, not to empty.
28402         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
28403
28404 2006-06-27  Bruno Haible  <bruno@clisp.org>
28405
28406         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
28407
28408 2006-06-26  Simon Josefsson  <jas@extundo.com>
28409
28410         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
28411         present.
28412
28413 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
28414
28415         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
28416         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
28417         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
28418
28419 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
28420
28421         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
28422
28423 2006-06-26  Bruno Haible  <bruno@clisp.org>
28424
28425         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
28426
28427 2006-06-26  Bruno Haible  <bruno@clisp.org>
28428
28429         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
28430
28431 2006-06-26  Bruno Haible  <bruno@clisp.org>
28432
28433         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
28434         SGI C compiler in pre-C99 mode.
28435         Suggested by Mark D. Baushke and Larry Jones.
28436
28437 2006-06-26  Bruno Haible  <bruno@clisp.org>
28438
28439         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
28440         WCHAR_MAX.
28441         Reported by Mark D. Baushke and Larry Jones.
28442
28443 2006-06-26  Bruno Haible  <bruno@clisp.org>
28444
28445         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
28446         in pre-C99 mode.
28447         Suggested by Mark D. Baushke and Larry Jones.
28448
28449 2006-06-23  Simon Josefsson  <jas@extundo.com>
28450             Bruno Haible  <bruno@clisp.org>
28451
28452         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
28453         Emit mostlyclean-local rule.
28454         (func_emit_tests_Makefile_am): Likewise.
28455         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
28456
28457 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
28458
28459         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
28460
28461 2006-06-23  Bruno Haible  <bruno@clisp.org>
28462
28463         * tests/test-stdint.c: Update to match ISO C 99 Technical
28464         Corrigendum 1.
28465
28466 2006-06-23  Bruno Haible  <bruno@clisp.org>
28467
28468         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
28469
28470 2006-06-23  Bruno Haible  <bruno@clisp.org>
28471
28472         * lib/stdint_.h: Treat IRIX like OpenBSD.
28473
28474 2006-06-23  Bruno Haible  <bruno@clisp.org>
28475
28476         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
28477         ISO C 99 Technical Corrigendum 1.
28478
28479 2006-06-22  Simon Josefsson  <jas@extundo.com>
28480
28481         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
28482         MinGW.
28483
28484 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
28485
28486         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
28487         needed.  Some compiler complained about some of them.  Problem reported
28488         by Larry Jones in
28489         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
28490
28491 2006-06-21  Simon Josefsson  <jas@extundo.com>
28492
28493         * tests/test-getaddrinfo.c: New file.
28494
28495         * modules/getaddrinfo-tests: New file.
28496
28497         * MODULES.html.sh: Add inet_pton.
28498
28499         * modules/inet_pton: New file.
28500
28501 2006-06-21  Simon Josefsson  <jas@extundo.com>
28502
28503         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
28504         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
28505         of using the (limited) gnulib implementation on Windows XP.
28506
28507         * m4/inet_pton.m4: New file.
28508
28509 2006-06-21  Simon Josefsson  <jas@extundo.com>
28510
28511         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
28512         variable.
28513
28514         * lib/socket_.h: Don't define WINVER.
28515
28516         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
28517         slightly modified to work in gnulib.
28518
28519 2006-06-21  Simon Josefsson  <jas@extundo.com>
28520
28521         * doc/gnulib.texi (Windows sockets): Add.
28522
28523 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
28524
28525         * lib/read-file.c (fread_file): Start with buffer allocation of
28526         0 bytes rather than 1 byte; this simplifies the code.
28527         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
28528         code to free buffer and save/restore errno.
28529         (internal_read_file): Remove unused local.
28530
28531 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
28532
28533         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
28534         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
28535         Problem reported by Denis Excoffier in
28536         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
28537
28538 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
28539
28540         * modules/sys_socket, modules/socklen: Include sys/types since
28541         FreeBSD 4.x's sys/socket.h needs it.
28542
28543 2006-06-19  Simon Josefsson  <jas@extundo.com>
28544
28545         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
28546
28547 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
28548
28549         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
28550
28551 2006-06-19  Bruno Haible  <bruno@clisp.org>
28552
28553         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
28554         and FULL_PATH_INTTYPES_H in angle brackets.
28555         Reported by Mark D. Baushke <mdb@gnu.org>.
28556
28557 2006-06-17  Eric Blake  <ebb9@byu.net>
28558
28559         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
28560         errno.
28561
28562 2006-06-17  Bruno Haible  <bruno@clisp.org>
28563
28564         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
28565         <sys/inttypes.h>.
28566
28567 2006-06-17  Bruno Haible  <bruno@clisp.org>
28568
28569         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
28570         whether errno is declared. Assume <errno.h> declares errno.
28571
28572 2006-06-17  Bruno Haible  <bruno@clisp.org>
28573
28574         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
28575
28576 2006-06-17  Bruno Haible  <bruno@clisp.org>
28577
28578         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
28579         problem on Solaris 2.5.1.
28580
28581 2006-06-16  Eric Blake  <ebb9@byu.net>
28582
28583         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
28584         * lib/unicodeio.c [!defined errno]: Likewise.
28585         * lib/strtol.c [!defined errno]: Likewise.
28586         * lib/strtod.c [!defined errno]: Likewise.
28587
28588 2006-06-15  Eric Blake  <ebb9@byu.net>
28589
28590         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
28591
28592 2006-06-15  Eric Blake  <ebb9@byu.net>
28593
28594         * config/srclist.txt (ssize_t.m4): Lose sync.
28595
28596 2006-06-15  Bruno Haible  <bruno@clisp.org>
28597
28598         * modules/stdint (Files): Include m4/full-header-path.m4,
28599         m4/size_max.m4, m4/wchar_t.m4.
28600         (Makefile.am): Many more substitutions.
28601         * modules/stdint-tests: New file.
28602         * tests/test-stdint.c: New file.
28603
28604 2006-06-15  Bruno Haible  <bruno@clisp.org>
28605
28606         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
28607         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
28608         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
28609         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
28610         gl_CHECK_TYPE_SAME): New macros.
28611
28612 2006-06-15  Bruno Haible  <bruno@clisp.org>
28613
28614         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
28615
28616 2006-06-15  Bruno Haible  <bruno@clisp.org>
28617
28618         * lib/stdint_.h: Rewritten to be fully auto-configured.
28619         Fixes bug on HP-UX/IA64.
28620
28621 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
28622
28623         * lib/getdate.y (__attribute__): Don't define if already defined.
28624         Problem reported by Larry Jones.
28625         * lib/utimens.c (__attribute__): Likewise.
28626
28627 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
28628
28629         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
28630         reported by Andreas Schwab.
28631
28632 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28633             Bruno Haible  <bruno@clisp.org>
28634
28635         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
28636         check for the declaration of strnlen and a run test that exposes the
28637         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
28638         rpl_strndup.
28639
28640 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28641             Bruno Haible  <bruno@clisp.org>
28642
28643         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
28644
28645 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28646
28647         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
28648         compile test, for Tru64 4.0D.
28649
28650 2006-05-28  Karl Berry  <karl@gnu.org>
28651
28652         * config/srclist.txt (printf-args.c): lose sync.
28653
28654 2006-05-26  Martin Lambers  <marlam@marlam.de>
28655
28656         * lib/getpass.c: Updates the test for the native W32 API, and adds
28657         missing includes, thus fixing compilation warnings.
28658
28659 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
28660
28661         * lib/exclude.c (exclude_fnmatch): New function.
28662         (excluded_file_name): Call exclude_fnmatch.
28663         * lib/exclude.h (excluded_file_name): New prototype
28664
28665 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
28666
28667         * lib/tempname.c (small_open, large_open): New macros.
28668         (__open, __open64) [!_LIBC]: Remove.
28669         (__gen_tempname): Use small_open and large_open instead of __open
28670         and __open64.  This fixes a portability bug on HP-UX 11.11i
28671         reported by Simon Wing-Tang in
28672         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
28673
28674 2006-05-24  Bruno Haible  <bruno@clisp.org>
28675
28676         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
28677         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
28678         Reported by Thorsten Maerz <torte@netztorte.de> via
28679         Aaron Stone <aaron@serendipity.cx>.
28680
28681 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
28682
28683         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
28684         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
28685         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
28686         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
28687         not really conditional on the cache.
28688         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
28689
28690 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
28691
28692         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
28693         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
28694         (my_usleep): Don't mishandle maximum value.
28695
28696 2006-05-19  Jim Meyering  <jim@meyering.net>
28697
28698         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
28699
28700 2006-05-17  Bruno Haible  <bruno@clisp.org>
28701
28702         Cygwin portability.
28703         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
28704
28705 2006-05-17  Bruno Haible  <bruno@clisp.org>
28706
28707         * lib/stdint_.h: Fix recognition of Cygwin.
28708
28709 2006-05-15  Bruno Haible  <bruno@clisp.org>
28710
28711         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
28712         on libtool patch by Ralf Wildenhues.
28713
28714 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
28715
28716         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
28717         test for C99 conformance; (bool) 0.5 is an integer constant
28718         expression, but (bool) -0.5 is not.  Problem reported by Fedor
28719         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
28720
28721 2006-05-11  Simon Josefsson  <jas@extundo.com>
28722
28723         * m4/xvasprintf.m4: Fix obvious typo.
28724
28725 2006-05-11  Jim Meyering  <jim@meyering.net>
28726
28727         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
28728         James Lemley.
28729
28730 2006-05-10  Simon Josefsson  <jas@extundo.com>
28731
28732         * lib/md4.c: Typo fix, update copyright years.
28733         (K1, K2): Don't use L because it turn computations into 64-bit on
28734         64-bit platforms.
28735
28736 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
28737
28738         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
28739         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
28740         unwanted sign propagation, e.g., on hosts with 64-bit int.
28741         There still are some problems with reeelly weird theoretical hosts
28742         (e.g., 33-bit int) but it's not worth worrying about now.
28743         * lib/sha1.c (rol): Likewise.
28744         (K1, K2, K3, K4): Remove unnecessary L suffix.
28745
28746 2006-05-10  Bruno Haible  <bruno@clisp.org>
28747
28748         * lib/des.c: Cast to avoid warnings.
28749
28750 2006-05-09  Bruno Haible  <bruno@clisp.org>
28751
28752         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
28753         (Depends-on): Depend also on xsize, stdarg.
28754         (configure.ac): Add gl_XVASPRINTF.
28755
28756 2006-05-09  Bruno Haible  <bruno@clisp.org>
28757
28758         * m4/xvasprintf.m4: New file.
28759
28760 2006-05-09  Bruno Haible  <bruno@clisp.org>
28761
28762         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
28763         (EOVERFLOW): Define fallback value.
28764         (xstrcat): New function.
28765         (xvasprintf): Recognize the special case of a string concatenation.
28766
28767 2006-05-08  Eric Blake  <ebb9@byu.net>
28768
28769         * gnulib-tool (func_version): Base copyright year on CVS date.
28770         (func_emit_copyright_notice): New function.
28771         (func_emit_lib_Makefile_am): Use it.
28772         (func_emit_tests_Makefile_am): Likewise.
28773         (func_import): Likewise.
28774
28775 2006-05-08  Bruno Haible  <bruno@clisp.org>
28776
28777         * modules/stdarg: New file.
28778         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
28779
28780 2006-05-08  Bruno Haible  <bruno@clisp.org>
28781
28782         * m4/stdarg.m4: New file, from GNU gettext.
28783
28784 2006-05-08  Bruno Haible  <bruno@clisp.org>
28785
28786         * config/srclist.txt (build-aux/config.rpath): different from latest
28787         release.
28788
28789 2006-05-08  Bruno Haible  <bruno@clisp.org>
28790
28791         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
28792
28793 2006-05-05  Jim Meyering  <jim@meyering.net>
28794
28795         * m4/warning.m4: New file, derived from bison's file by the same name.
28796
28797 2006-05-03  Bruno Haible  <bruno@clisp.org>
28798
28799         * lib/stdint_.h: Shorter URL.
28800         * lib/inttypes.h: Likewise.
28801
28802 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
28803
28804         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
28805
28806 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
28807
28808         * lib/verify.h: Document the internals better.  Most of this change
28809         was written by Bruno Haible.
28810
28811 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
28812
28813         * doc/verify.texi: New file, partly based on a proposal by
28814         Bruno Haible.
28815
28816 2006-05-02  Bruno Haible  <bruno@clisp.org>
28817
28818         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
28819         test from here...
28820         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
28821
28822 2006-04-29  Bruno Haible  <bruno@clisp.org>
28823
28824         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
28825         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
28826
28827 2006-04-29  Bruno Haible  <bruno@clisp.org>
28828
28829         * gnulib-tool: Make --update option actually work.
28830
28831 2006-04-29  Bruno Haible  <bruno@clisp.org>
28832
28833         * doc/gcd.texi: New file.
28834         * doc/gnulib.texi: Include it.
28835
28836 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
28837
28838         * lib/getdate.y (get_date): When adding relative date, start with the
28839         initial time, not with the result of the first mktime call.
28840
28841 2006-04-25  Bruno Haible  <bruno@clisp.org>
28842
28843         * gnulib-tool (func_import): Output the include directives in three
28844         blocks, sorted separately.
28845         Reported by Ben Pfaff <blp@cs.stanford.edu>.
28846
28847 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
28848
28849         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
28850         to define main with arguments, for C++.  Reported by Eric Blake.
28851         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
28852         Prefer 'int main ()' to 'int main (void)', for C++.
28853         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
28854         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
28855         for 'main', for C99 and C++.
28856
28857 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
28858
28859         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
28860         Don't assume that exit status -1 is valid.
28861         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
28862         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
28863         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
28864         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
28865         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
28866         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
28867         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
28868         functions can be used without declaring them, or that you can
28869         exit with status -1.
28870         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
28871
28872 2006-04-24  Karl Berry  <karl@gnu.org>
28873
28874         * config/srclist.txt (longdouble.m4): sync lost.
28875
28876 2006-04-24  Eric Blake  <ebb9@byu.net>
28877
28878         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
28879
28880 2006-04-24  Bruno Haible  <bruno@clisp.org>
28881
28882         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
28883         poll() implementation in AIX.
28884         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
28885
28886 2006-04-24  Bruno Haible  <bruno@clisp.org>
28887
28888         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
28889         assigned exactly once.
28890
28891 2006-04-23  Claudio Fontana  <claudio@gnu.org>
28892             Bruno Haible  <bruno@clisp.org>
28893
28894         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
28895         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
28896         for AM_CPPFLAGS.
28897
28898 2006-04-23  Bruno Haible  <bruno@clisp.org>
28899
28900         * modules/copy-file: Depend on unistd.
28901         * modules/execute: Likewise.
28902         * modules/fatal-signal: Likewise.
28903         * modules/findprog: Likewise.
28904         * modules/mkdtemp : Likewise.
28905         * modules/pipe: Likewise.
28906         * modules/wait-process: Likewise.
28907
28908 2006-04-23  Bruno Haible  <bruno@clisp.org>
28909
28910         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
28911         condition was already detected.
28912         Reported by Ben Pfaff <blp@cs.stanford.edu>.
28913
28914 2006-04-23  Bruno Haible  <bruno@clisp.org>
28915
28916         * lib/copy-file.c: Include <unistd.h> unconditionally.
28917         * lib/execute.c: Likewise.
28918         * lib/fatal-signal.c: Likewise.
28919         * lib/findprog.c: Likewise.
28920         * lib/mkdtemp.c: Likewise.
28921         * lib/pipe.h: Likewise.
28922         * lib/pipe.c: Likewise.
28923         * lib/wait-process.h: Likewise.
28924
28925 2006-04-23  Bruno Haible  <bruno@clisp.org>
28926
28927         * gnulib-tool (func_usage): Fix --import description. Document
28928         --update.
28929         (func_import): Create temporary file in a temporary directory, if
28930         --dry-run is specified. Silence errors from 'grep' when there are no
28931         m4 files in $m4dir.
28932         (func_create_testdir): Silence errors from 'grep' when there are no
28933         m4 files in $m4dir.
28934         Reported by Karl Berry <karl@freefriends.org>.
28935
28936 2006-04-20  Bruno Haible  <bruno@clisp.org>
28937
28938         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
28939         one argument, so that the code will be portable to Autoconf 2.60.
28940         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
28941         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
28942         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
28943
28944 2006-04-19  Derek Price  <derek@ximbiot.com>
28945             Eric Blake  <ebb9@byu.net>
28946
28947         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
28948         rather than "/full/path.h".  Update comment to match.  Shorten &
28949         generalize m4_translit call via AS_TR_CPP.
28950
28951 2006-04-19  Derek Price  <derek@ximbiot.com>
28952             Eric Blake  <ebb9@byu.net>
28953
28954         * lib/inttypes.h: Correct grammar in comment.
28955
28956 2006-04-18  Derek Price  <derek@ximbiot.com>
28957             Paul Eggert  <eggert@cs.ucla.edu>
28958
28959         * modules/inttypes: New file.
28960         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
28961
28962 2006-04-18  Derek Price  <derek@ximbiot.com>
28963             Paul Eggert  <eggert@cs.ucla.edu>
28964
28965         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
28966         New files.
28967
28968 2006-04-18  Derek Price  <derek@ximbiot.com>
28969             Paul Eggert  <eggert@cs.ucla.edu>
28970
28971         * lib/inttypes.h: New file.
28972         * lib/strtoimax.c: Assume <inttypes.h>.
28973
28974 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
28975
28976         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
28977         isn't mounted.  Problem reported by Kir Kolyshkin.
28978
28979 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
28980
28981         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
28982         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
28983         Derek R. Price.
28984         * lib/regex.h (RE_DUP_MAX): Update comment to match current
28985         implementation.
28986
28987 2006-04-12  Eric Blake  <ebb9@byu.net>
28988
28989         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
28990         is now done automatically by the corresponding Autoconf macro.
28991
28992 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
28993
28994         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
28995         time_r.h.
28996
28997 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
28998
28999         Merge regex changes from libc, removing some of our
29000         POSIX-conformance changes that were rejected and redoing them in a
29001         less-intrusive way.
29002
29003         * lib/regcomp.c (re_compile_internal, init_dfa):
29004         Length arg is now size_t, not Idx.  All uses changed.
29005         (peek_token): Forward decl now says internal_function.
29006         (__re_error_msgid, __re_error_msgid_idx):
29007         Now static rather than extern with attribute_hidden.
29008         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
29009         For some reason libc prefers K&R style defns for external functions.
29010         (regerror) [!defined _LIBC]: Likewise.
29011         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
29012         (seek_collating_symbol_entry, lookup_collation_sequence_value):
29013         (build_range_exp, build_collating_symbol):
29014         Use K&R-style defn.
29015         (re_compile_fastmap): Use '\0' to memset, not 0.
29016         (utf8_sb_map): Make the calculations more obvious.
29017         (init_dfa, parse_bracket_exp, build_charclass_op):
29018         Call calloc and cast result, as glibc does.
29019         (init_word_char, fetch_token, peek_token, peek_token_bracket):
29020         (build_range_exp, build_collating_symbol):
29021         Now internal functions.
29022
29023         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
29024
29025         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
29026         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
29027         Don't depend on VMS; depend on __VMS instead, for POSIX
29028         namespace cleanness.
29029         (regoff_t): Define to ssize_t, not long int.
29030
29031         Remove the REG_ macros named below.  Instead, make the old names
29032         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
29033         __USE_GNU_REGEX.
29034         (REG_BACKSLASH_ESCAPE_IN_LISTS):
29035         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
29036         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
29037         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
29038         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
29039         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
29040         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
29041         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
29042         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
29043         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
29044         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
29045         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
29046         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
29047         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
29048         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
29049         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
29050         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
29051         (REG_NREGS):
29052         Remove.  All uses replaced by the old RE_* names.
29053         (RE_BACKSLASH_ESCAPE_IN_LISTS):
29054         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
29055         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
29056         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
29057         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
29058         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
29059         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
29060         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
29061         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
29062         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
29063         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
29064         Don't bother having these macros be independent of each others'
29065         values, since they no longer exist in the POSIX name space.
29066
29067         Rename the following member names back to their old names,
29068         unless !__USE_GNU_REGEX.  All uses changed back.
29069         (buffer): Renamed from re_buffer.
29070         (allocated): Renamed from re_allocated.
29071         (used): Renamed from re_used.
29072         (syntax): Renamed from re_syntax.
29073         (fastmap): Renamed from re_fastmap.
29074         (translate): Renamed from re_translate.
29075         (can_be_null): Renamed from re_can_be_null.
29076         (regs_allocated): Renamed from re_regs_allocated.
29077         (fastmap_accurate): Renamed from re_fastmap_accurate.
29078         (no_sub): Renamed from re_no_sub.
29079         (not_bol): Renamed from re_not_bol.
29080         (not_eol): Renamed from re_not_eol.
29081         (newline_anchor): Renamed from re_newline_anchor.
29082         (num_regs): Renamed from rm_num_regs.
29083         (start): Renamed from rm_start.
29084         (end): Renamed from rm_end.
29085
29086         (free_state): Move up a bit.
29087
29088         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
29089         #define to be empty.
29090         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
29091         when that is what is intended.
29092         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
29093         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
29094         (MAX): New macro.
29095         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
29096         All uses changed back to re_malloc, etc.  It's now the caller's
29097         responsibility to check for overflow; all callers changed.
29098         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
29099         (re_x2nrealloc): Remove.
29100         (free_state): Remove decl.
29101
29102         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
29103         (re_set_registers, re_exec):
29104         Use K&R-style defn.
29105
29106         2006-01-31  Roland McGrath  <roland@redhat.com>
29107
29108         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
29109         Reported by Mike Frysinger <vapier@gentoo.org>.
29110
29111         2006-01-15  Andreas Jaeger  <aj@suse.de>
29112
29113         [BZ #1950]
29114         * lib/regex_internal.c (re_string_reconstruct): Adjust for
29115         build_wcs_upper_buffer change.
29116         (build_wcs_upper_buffer): Change return type.
29117
29118         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
29119
29120         * lib/regex_internal.h: Include <stdint.h> if available.
29121
29122         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
29123
29124         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
29125
29126         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
29127
29128         * lib/regcomp.c: Adjust for changed secondary hash function.
29129
29130         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
29131
29132         * lib/regex.h: Pretty printing.
29133         Clean up namespace a bit.
29134
29135         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
29136
29137         * lib/regexec.c (update_cur_sifted_state, check_arrival,
29138         check_arrival_add_next_nodes): Avoid using uninitialized variable.
29139
29140         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
29141                     Ulrich Drepper  <drepper@redhat.com>
29142
29143         [BZ #1302]
29144         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
29145         changed.
29146         (bitset_word_t): Renamed from bitset_word.  All uses changed.
29147
29148         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
29149
29150         [BZ #281]
29151         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
29152         * lib/regcomp.c: Remove unnecessary uses of
29153         unsigned RE_TRANSLATE_TYPE.
29154         * lib/regex_internal.h: Likewise.
29155         * lib/regex_internal.c: Likewise.
29156         * lib/regexec.c: Likewise.
29157         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
29158
29159         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
29160
29161         * lib/regexec.c (find_recover_state): Remove unnecessary
29162         initialization.
29163         (transit_state_bkref): Make DFA a const pointer.
29164         (get_subexp): Likewise.
29165         (check_arrival): Likewise.
29166         (update_cur_sifted_state): Likewise.
29167         (re_search_internal): Likewise.
29168         (prune_impossible_nodes): Likewise.
29169         (acquire_init_state_context): Likewise.
29170         (proceed_next_node): Likewise.
29171         (set_regs): Likewise.
29172         (free_fail_stack_return): Likewise.
29173         (check_arrival_expand_ecl): Mark DFA parameter as const.
29174         (check_arrival_expand_ecl_sub): Likewise.
29175         (check_subexp_limits): Likewise.
29176         (sub_epsilon_src_nodes):  Likewise.
29177         (add_epsilon_src_nodes):  Likewise.
29178         (merge_state_array): Likewise.
29179         (update_regs): Likewise.
29180         (build_trtable): Likewise.
29181         (sift_states_backward): Mark MCTX parameter as const.
29182         (build_sifted_states): Likewise.
29183         (update_cur_sifted_state): Likewise.
29184         (sift_states_mkref): Likewise.
29185         (check_arrival_expand_ecl): Mark eclosure as const.
29186         (check_dst_limits_calc_pos_1): Likewise.
29187         * lib/regex_internal.h (re_match_context_t): Make dfa a const
29188         pointer.
29189
29190         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
29191
29192         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
29193         (transit_state_sb): Likewise.
29194         (transit_state_mb): Likewise.
29195         (sift_states_iter_mb): Likewise.
29196         (check_arrival_add_next_nodes): Likewise.
29197         (check_node_accept_bytes): Change first parameter to pointer-to-const.
29198         [_LIBC] (re_search_2_stub): Use mempcpy.
29199
29200         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
29201         mbrtowc for very simple UTF-8 case.
29202
29203         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
29204         a pointer-to-const.
29205         (re_acquire_state_context): Likewise.
29206         * lib/regex_internal.h: Adjust prototypes.
29207
29208         * lib/regex.c: Prevent using C++ compilers.
29209
29210         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
29211         (re_acquire_state_context): Likewise.
29212
29213 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
29214
29215         * modules/regex (Depends-on): Add ssize_t.
29216
29217 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
29218
29219         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
29220         translation table.
29221
29222 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
29223
29224         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
29225
29226 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
29227             Bruno Haible  <bruno@clisp.org>
29228
29229         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
29230         <sys/types.h> and <inttypes.h>.
29231
29232 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29233
29234         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
29235         `__error_t_defined', so argp.h will not typedef the former.
29236
29237 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
29238
29239         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
29240         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
29241         glibc names.  Even if glibc is changed to conform to POSIX, the
29242         traditional names will be available anyway, since regex depends on
29243         the extensions module.  Also, fix a longstanding typo in the
29244         implementation of Spencer ERE test #75 from grep 2.3.  Problems
29245         reported by Emanuele Giaquinta.  Also, change sense of cached
29246         variable, so that the message makes sense.
29247
29248 2006-03-24  Simon Josefsson  <jas@extundo.com>
29249
29250         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
29251         including some doc fixes.
29252         (base64_encode_alloc): Fix +1 bug on allocation failures.
29253
29254 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29255
29256         * lib/base64.c (base64_encode): Do not read past end of array with
29257         unsanitized input on systems with CHAR_BIT > 8.
29258
29259 2006-03-24  Eric Blake  <ebb9@byu.net>
29260
29261         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
29262
29263 2006-03-22  Karl Berry  <karl@gnu.org>
29264
29265         * config/srclist.txt (*setenv.[ch]): get from coreutils.
29266         * config/srclistvars.sh (COREUTILS): new var.
29267
29268 2006-03-17  Jim Meyering  <jim@meyering.net>
29269
29270         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
29271         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
29272
29273 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
29274
29275         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
29276         no longer needs it.  Instead, check that regoff_t is as least
29277         as wide as ptrdiff_t.
29278
29279         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
29280         so that our regex.h stays compatible with the installed regex.
29281         This is helpful for installers who configure --without-included-regex.
29282         Problem reported by Emanuele Giaquinta.
29283
29284 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
29285
29286         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
29287         Typedef to long int, not to off_, as POSIX will likely change
29288         in that direction.
29289
29290 2006-03-15  Eric Blake  <ebb9@byu.net>
29291
29292         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
29293
29294 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
29295
29296         * lib/argp-help.c (validate_uparams): Fix typo
29297         * lib/argp-parse.c (argp_default_options): Consistently begin help
29298         messages with a lowercase letter.
29299
29300 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
29301
29302         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
29303         overrun buffers and shouldn't be used (much as gets shouldn't be
29304         used).
29305         * lib/time_r.c (asctime_r, ctime_r): Likewise.
29306
29307 2006-03-08  Simon Josefsson  <jas@extundo.com>
29308
29309         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
29310         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
29311
29312 2006-03-08  Simon Josefsson  <jas@extundo.com>
29313
29314         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
29315         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
29316
29317 2006-03-08  Simon Josefsson  <jas@extundo.com>
29318
29319         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
29320         signal that configure disabled the device.
29321
29322 2006-03-08  Simon Josefsson  <jas@extundo.com>
29323
29324         * build-aux/maint.mk: Fix refresh-po, to handle no translated
29325         languages.
29326
29327 2006-03-07  Simon Josefsson  <jas@extundo.com>
29328
29329         * modules/getopt (Depends-on): Add unistd.
29330
29331         * modules/unistd: New file.
29332
29333 2006-03-07  Simon Josefsson  <jas@extundo.com>
29334
29335         * modules/gc-random: New file.
29336
29337 2006-03-07  Simon Josefsson  <jas@extundo.com>
29338
29339         * m4/unistd_h.m4: New file.
29340
29341 2006-03-07  Simon Josefsson  <jas@extundo.com>
29342
29343         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
29344         test to be side-effect free by storing the result in the cache
29345         variable gl_cv_lib_readline, and moving the assignment of
29346         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
29347         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
29348
29349 2006-03-07  Simon Josefsson  <jas@extundo.com>
29350
29351         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
29352         error on missing devices (the functions will return an error).
29353
29354         * m4/gc.m4: Move random stuff to gc-random.m4
29355
29356 2006-03-07  Simon Josefsson  <jas@extundo.com>
29357
29358         * lib/unistd_.h: New file.
29359
29360 2006-03-07  Simon Josefsson  <jas@extundo.com>
29361
29362         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
29363
29364 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
29365
29366         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
29367         Problem reported by Juan Manuel Guerrero.
29368
29369 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
29370
29371         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
29372         the unistd module.
29373         * lib/getlogin_r.c: Likewise.
29374         * lib/getlogin_r.h: Likewise.
29375         * lib/glob.c: Likewise.
29376         * lib/pagealign_alloc.c: Likewise.
29377         * lib/unistd_.h: Remove; no longer needed.
29378
29379 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
29380
29381         * MODULES.html.sh (Support for systems lacking POSIX:2001):
29382         Add unistd.
29383         * modules/c-stack (Depends-on): Add unistd.
29384         * modules/getlogin_r: Likewise.
29385         * modules/glob: Likewise.
29386         * modules/pagealign_alloc: Likewise.
29387         * modules/unistd (Files): Remove lib/unistd_.h.
29388         (EXTRA_DIST): Remove.
29389         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
29390         need unistd_.h.
29391         (MOSTLYCLEANFILES): Remove unistd.h-t.
29392
29393 2006-03-03  Simon Josefsson  <jas@extundo.com>
29394
29395         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
29396
29397 2006-03-03  Simon Josefsson  <jas@extundo.com>
29398
29399         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
29400         libidn and bison.
29401
29402 2006-03-03  Simon Josefsson  <jas@extundo.com>
29403
29404         * build-aux/maint.mk: Add indent target.
29405
29406 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
29407
29408         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
29409         our replacement poll.h in any case, to avoid a differing
29410         declaration from a system header.  Seen on AIX.
29411
29412 2006-03-01  Simon Josefsson  <jas@extundo.com>
29413
29414         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
29415         <kasal@ucw.cz>.
29416
29417 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
29418
29419         * modules/gettime (Depends-on): Add extensions module.
29420         * modules/nanosleep (Depends-on): Likewise.
29421         * modules/settime (Depends-on): Likewise.
29422
29423 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
29424
29425         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
29426         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
29427         pedantically.
29428         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
29429         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
29430
29431         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
29432         not "==".  Reported by Ralf Wildenhues.
29433
29434 2006-03-01  Karl Berry  <karl@gnu.org>
29435
29436         * doc/Copyright/request-*: new files, synced from gnuorg.
29437
29438 2006-03-01  Karl Berry  <karl@gnu.org>
29439
29440         * config/srclist.txt (Copyright/*): new entries.
29441
29442 2006-02-28  Simon Josefsson  <jas@extundo.com>
29443
29444         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
29445
29446 2006-02-27  Simon Josefsson  <jas@extundo.com>
29447
29448         * lib/base64.h: Indent #define's.  From Jim Meyering
29449         <jim@meyering.net>.
29450
29451 2006-02-27  Jim Meyering  <jim@meyering.net>
29452
29453         Revert the change of 2006-02-24, so these files can continue
29454         to be sync'd from gettext.
29455         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
29456         of `config.h'.
29457
29458 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
29459
29460         * modules/intprops: New file.
29461         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
29462         Add intprops.
29463         * modules/getloadavg (Files): Remove lib/intprops.h.
29464         (Depends-on): Add intprops.
29465         * modules/human: Likewise.
29466         * modules/inttostr: Likewise.
29467         * modules/openat: Likewise.
29468         * modules/sig2str: Likewise.
29469         * modules/userspec: Likewise.
29470         * modules/utimecmp: Likewise.
29471         * modules/xnanosleep: Likewise.
29472         * modules/xstrtol: Likewise.
29473
29474 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
29475
29476         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
29477         * modules/lock-tests (TESTS): Use $(EXEEXT).
29478         * modules/tls-tests: Likewise.
29479         * modules/argp-tests: Likewise.
29480         (check_PROGRAMS): New var, replacing...
29481         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
29482
29483 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29484
29485         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
29486         `config.h'.
29487
29488 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
29489
29490         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
29491
29492 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29493
29494         Sync from coreutils.
29495         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
29496         gl_CHDIR_SAFER.
29497
29498 2006-02-22  Jim Meyering  <jim@meyering.net>
29499
29500         Sync from coreutils.
29501         * m4/chdir-safer.m4: New file.
29502
29503 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
29504
29505         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
29506         AT_FDCWD exceeds INT_MAX.
29507         * lib/openat.h (AT_FDCWD): Likewise.
29508
29509 2006-02-17  Eric Blake  <address@hidden>
29510
29511         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
29512
29513 2006-02-16  Simon Josefsson  <jas@extundo.com>
29514
29515         * modules/getaddrinfo (Depends-on): Add sys_socket.
29516
29517 2006-02-15  Simon Josefsson  <jas@extundo.com>
29518
29519         * build-aux/maint.mk: Add dsyntax-check rule.
29520
29521 2006-02-15  Eric Blake  <ebb9@byu.net>
29522
29523         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
29524         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
29525         'present but cannot compile' warnings on cygwin.
29526         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
29527         use ws2tcpip.h if sys/socket.h works.
29528         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
29529         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
29530
29531 2006-02-14  Simon Josefsson  <jas@extundo.com>
29532
29533         * modules/maintainer-makefile (Files): Rename.
29534
29535         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
29536         and (the local) Makefile.cfg to maint-cfg.mk.
29537
29538         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
29539         to the latter.
29540
29541         * modules/maintainer-makefile: New module.
29542
29543         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
29544         severaly stripped to make it possible to build it up from scratch
29545         with reliable tests.
29546
29547         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
29548         fixes to permit overriding the default actions when configure and
29549         makefile are not available.
29550
29551 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
29552
29553         Sync from coreutils.
29554         * modules/lstat (Depends-on): Don't depend on xalloc.
29555         (License): Change from GPL to LGPL, since this is now simply a
29556         replacement for a libc function.
29557
29558 2006-02-14  Jim Meyering  <jim@meyering.net>
29559
29560         Sync from coreutils.
29561
29562         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
29563         failure on deficient systems, and simplify gnulib lgpl dependencies.
29564         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
29565         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
29566
29567         * lib/xalloc-die.c: Remove unused definition of N_.
29568
29569 2006-02-14  Jim Meyering  <jim@meyering.net>
29570
29571         Sync from coreutils.
29572         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
29573         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
29574         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
29575         double-quote uses of that variable, to accommodate the rare case in
29576         which getmntent is available in none of the libraries checked.  This
29577         happens at least on FreeBSD 5.0.
29578
29579 2006-02-13  Simon Josefsson  <jas@extundo.com>
29580
29581         * gnulib-tool (Usage): Fix --import, from
29582         karl@freefriends.org (Karl Berry).
29583
29584 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
29585
29586         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
29587
29588 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
29589
29590         * lib/argp-namefrob.h: Restore changes accidentally lost during the
29591         "autoupdate" on 2005-12-12.
29592
29593 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
29594
29595         * modules/closeout (Depends-on): Remove atexit.
29596
29597 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
29598
29599         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
29600         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
29601
29602 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
29603
29604         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
29605         __EXTENSIONS__ if this causes compilation to fail.  Problem
29606         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
29607         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
29608
29609 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
29610
29611         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
29612         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
29613         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
29614         All uses changed.
29615
29616 2006-01-26  Simon Josefsson  <jas@extundo.com>
29617
29618         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
29619         prototype is visible on mingw32.
29620
29621         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
29622         for mingw32.
29623
29624         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
29625         mingw32).
29626
29627 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
29628
29629         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
29630         attempt to open for write; this always fails, at least on POSIX
29631         hosts.  This reinstates the 2006-01-09 change, which was
29632         inadvertently removed.
29633
29634 2006-01-26  Bruno Haible  <bruno@clisp.org>
29635
29636         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
29637         Reported by Paul Eggert.
29638
29639 2006-01-26  Bruno Haible  <bruno@clisp.org>
29640             Paul Eggert  <eggert@cs.ucla.edu>
29641
29642         * lib/stdbool_.h (_Bool)
29643         [(! (defined __cplusplus || defined __BEOS__)
29644           && !defined __GNUC__
29645           && !(defined __HP_cc || defined __xlc__
29646                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
29647                || defined __sgi))]:
29648         #define to signed char in these cases too; this simplifies
29649         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
29650         etc., separately) and makes it more conservative.
29651
29652 2006-01-25  Simon Josefsson  <jas@extundo.com>
29653
29654         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
29655         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
29656         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
29657
29658 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
29659
29660         * lib/argp-namefrob.h: Bugfix. Remove stray #
29661
29662 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
29663
29664         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
29665         so that we test the test.
29666         Check for yet another HP-UX cc bug involving *bool |= bool.
29667
29668 2006-01-25  Karl Berry  <karl@gnu.org>
29669
29670         * config/srclist.txt (vasnprintf.c): sync lost.
29671
29672 2006-01-25  Jim Meyering  <jim@meyering.net>
29673
29674         Sync from the stable (b5) branch of coreutils:
29675
29676         * lib/fts.c (fts_children): Don't let close() clobber errno from
29677         failed fchdir().
29678
29679         * lib/fts.c (fts_stat): When following a symlink-to-directory,
29680         don't necessarily interpret stat-fails+lstat-succeeds as indicating
29681         a dangling symlink.  That can also happen at least for ELOOP.
29682         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
29683         FYI, this bug predates the inclusion of fts.c in coreutils.
29684
29685         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
29686         in their own block, so pre-c99 compilers don't object.
29687
29688         Avoid the double-free (first in fts_read, second in fts_close) that
29689         would occur when an `active' directory is made inaccessible (e.g.,
29690         via chmod a-x) during a traversal.
29691         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
29692         before returning.  Reproduce this failure by
29693         mkdir -p a/b; cd a; chmod a-x . b
29694         Reported by Stavros Passas.
29695
29696 2006-01-25  Jim Meyering  <jim@meyering.net>
29697
29698         * lib/fileblocks.c: Remove more useless parentheses.
29699         * lib/readutmp.h: Likewise.
29700
29701 2006-01-25  Bruno Haible  <bruno@clisp.org>
29702
29703         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
29704         warnings.
29705         Reported by Paul Eggert.
29706
29707 2006-01-25  Bruno Haible  <bruno@clisp.org>
29708
29709         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
29710         rid of a trap command. For Solaris sh.
29711         Reported by Mark D. Baushke <mdb@gnu.org>.
29712
29713 2006-01-24  Simon Josefsson  <jas@extundo.com>
29714
29715         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
29716         Bruno.
29717
29718 2006-01-24  Karl Berry  <karl@gnu.org>
29719
29720         * config/srclist.txt (argp-namefrob.h): sync lost.
29721
29722 2006-01-24  Jim Meyering  <jim@meyering.net>
29723
29724         * modules/openat (Files): Add lib/intprops.h.
29725         From Mark D. Baushke.
29726
29727 2006-01-24  Jim Meyering  <jim@meyering.net>
29728
29729         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
29730         Reported by Mark D. Baushke.
29731
29732 2006-01-24  Jim Meyering  <jim@meyering.net>
29733
29734         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
29735
29736 2006-01-24  Bruno Haible  <bruno@clisp.org>
29737
29738         * modules/strnlen (Maintainer): Change from glibc to all.
29739
29740 2006-01-24  Bruno Haible  <bruno@clisp.org>
29741
29742         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
29743         Patch by Paul Eggert.
29744
29745 2006-01-24  Bruno Haible  <bruno@clisp.org>
29746
29747         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
29748         already has it.
29749         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
29750         2005-11-26.
29751
29752         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
29753         'signed char' to avoid problems with the built-in _Bool type.
29754         Reported by Paul Eggert on 2005-11-26.
29755
29756 2006-01-24  Bruno Haible  <bruno@clisp.org>
29757
29758         * gnulib-tool (func_import): Avoid constructing complicated sed
29759         expressions inside backquote.
29760         Report and solution by Mark D. Baushke <mdb@gnu.org>.
29761
29762 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
29763
29764         These changes imported from libc.
29765         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
29766         test and two separate function calls.
29767         * lib/strndup.c (__strndup): Add libc_hidden_def.
29768
29769 2006-01-23  Simon Josefsson  <jas@extundo.com>
29770
29771         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
29772         Remove the test_*_SOURCES variable: automake infers it by default.
29773         * modules/tls-tests: Likewise.
29774
29775 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
29776
29777         Work around porting bugs reported by Dieter in
29778         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
29779         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
29780         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
29781         Include "getopt.h" first, to check interface.
29782         (getenv): Declare only if defined HAVE_DECL_GETENV &&
29783         !HAVE_DECL_GETENV.
29784         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
29785         (__strndup): Revert to K&R-style function dfns, the glibc style.
29786         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
29787         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
29788         Include strnlen.h first, to get prototype properly.
29789         (strnlen): Renamed from __strnlen.
29790         Remove weak alias.
29791
29792 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
29793
29794         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
29795
29796 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
29797
29798         * config/srclist.txt: Adjust to reflect glibc reorganization.
29799         This affects only comments.
29800
29801 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
29802
29803          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
29804          Reported by Bruce Korb <bkorb@gnu.org>.
29805
29806 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
29807
29808         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
29809         to pacify gcc -Wswitch-default.
29810
29811 2006-01-22  Bruno Haible  <bruno@clisp.org>
29812
29813         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
29814         temporary buffer for sprintf, take into account the precision also
29815         for 'd', 'i', 'u', 'o', 'x', 'X'.
29816
29817 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
29818
29819         * modules/argp-tests: New module
29820         * tests/test-argp.c: New file
29821         * tests/test-argp-2.sh: New file
29822
29823 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
29824
29825         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
29826         (__argp_base_name): Removed
29827         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
29828         typo.
29829         (__argp_base_name): Provide macro definition or extern declaration
29830         depending on the configuration
29831
29832 2006-01-20  Simon Josefsson  <jas@extundo.com>
29833
29834         * modules/inet_ntop (Depends-on): Depend on sys_socket.
29835
29836 2006-01-20  Simon Josefsson  <jas@extundo.com>
29837
29838         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
29839
29840 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
29841
29842         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
29843         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
29844         Suggested by Bruno Haible.
29845
29846 2006-01-20  Karl Berry  <karl@gnu.org>
29847
29848         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
29849         until changes propagate, I guess.
29850
29851 2006-01-19  Simon Josefsson  <jas@extundo.com>
29852
29853         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
29854
29855 2006-01-19  Simon Josefsson  <jas@extundo.com>
29856
29857         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
29858
29859 2006-01-19  Simon Josefsson  <jas@extundo.com>
29860
29861         * gnulib-tool: Set check_PROGRAMS.
29862
29863         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
29864         modules/des-tests, modules/gc-arcfour-tests,
29865         modules/gc-arctwo-tests, modules/gc-des-tests,
29866         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
29867         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
29868         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
29869         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
29870         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
29871         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
29872         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
29873         test_*_SOURCES.
29874
29875 2006-01-18  Simon Josefsson  <jas@extundo.com>
29876
29877         * modules/socklen (Depends-on): Depend on sys_socket.
29878
29879 2006-01-18  Simon Josefsson  <jas@extundo.com>
29880
29881         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
29882         modules/des-tests, modules/gc-arcfour-tests,
29883         modules/gc-arctwo-tests, modules/gc-des-tests,
29884         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
29885         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
29886         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
29887         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
29888         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
29889         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
29890         $(EXEEXT) to automake TESTS variable, for mingw32.
29891
29892 2006-01-17  Simon Josefsson  <jas@extundo.com>
29893
29894         * modules/socklen (Include): Need sys/socket.h.
29895
29896 2006-01-17  Bruno Haible  <bruno@clisp.org>
29897
29898         * modules/ssize_t (Include): Add <sys/types.h>.
29899
29900 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
29901
29902         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
29903         it's not portable and it doesn't work with cross-compiles.
29904         Problem reported by Bruno Haible.  Fix missing-$ typo in
29905         'test "gl_cv_ignore_unused_libraries" ...' that prevented
29906         -zignore from being used with Sun's C compiler.
29907
29908 2006-01-12  Simon Josefsson  <jas@extundo.com>
29909
29910         * lib/base64.c: Fix warning, reported by Bruno Haible
29911         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
29912
29913 2006-01-12  Bruno Haible  <bruno@clisp.org>
29914
29915         * modules/ldd: New file.
29916         * build-aux/ldd.sh.in: New file.
29917         * MODULES.html.sh (Support for building libraries and executables): Add
29918         ldd.
29919
29920 2006-01-12  Bruno Haible  <bruno@clisp.org>
29921
29922         * m4/ldd.m4: New file.
29923
29924 2006-01-12  Bruno Haible  <bruno@clisp.org>
29925
29926         * gnulib-tool (func_import, func_create_testdir): Don't go into an
29927         endless loop while replacing $auxdir with build-aux.
29928
29929 2006-01-11  Simon Josefsson  <jas@extundo.com>
29930
29931         * lib/stdint_.h (SIZE_MAX): Add missing (.
29932
29933 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
29934
29935         Sync from coreutils.
29936         * lib/md5.c: Fix commentary typos.
29937         (alignof, UNALIGNED_P): No need for a GCC-specific version.
29938         * lib/md5.h (__attribute__): Remove; unused.
29939         * lib/sha1.c: Fix commentary to match md5 better.
29940         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
29941         so that we don't need to worry about alignment.  All uses changed.
29942         This merges the 2005-10-28 md5 change into sha1.
29943
29944 2006-01-11  Jim Meyering  <jim@meyering.net>
29945
29946         Sync from coreutils.
29947         * lib/md5.c (OP): Fix spacing.
29948
29949 2006-01-11  Bruno Haible  <bruno@clisp.org>
29950
29951         Ensure automatic ordering between gl_LOCK and gl_ARGP.
29952         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
29953         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
29954
29955 2006-01-11  Bruno Haible  <bruno@clisp.org>
29956
29957         Ensure automatic ordering between gl_LOCK and gl_ARGP.
29958         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
29959         the "early" section as well.
29960
29961 2006-01-11  Bruno Haible  <bruno@clisp.org>
29962
29963         Avoid "ar: no archive members specified" error on MacOS X.
29964         * gnulib-tool (func_modules_add_dummy): New function.
29965         (func_import, func_create_testdir): Invoke it.
29966
29967 2006-01-11  Bruno Haible  <bruno@clisp.org>
29968
29969         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
29970         with $auxdir in AC_CONFIG_FILES statements.
29971
29972 2006-01-11  Bruno Haible  <bruno@clisp.org>
29973
29974         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
29975         Initialize also noinst_HEADERS to empty.
29976
29977 2006-01-11  Bruno Haible  <bruno@clisp.org>
29978
29979         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
29980         variables.
29981         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
29982         autoreconf.
29983
29984 2006-01-11  Bruno Haible  <bruno@clisp.org>
29985
29986         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
29987         overridable by the user.
29988         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
29989
29990 2006-01-10  Simon Josefsson  <jas@extundo.com>
29991
29992         * modules/sys_socket: New file.
29993
29994 2006-01-10  Simon Josefsson  <jas@extundo.com>
29995
29996         * m4/sys_socket_h.m4: New file.
29997
29998 2006-01-10  Simon Josefsson  <jas@extundo.com>
29999
30000         * lib/socket_.h: New file.
30001
30002 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
30003
30004         * modules/readutmp (Maintainer): Add myself.
30005
30006 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
30007
30008         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
30009         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
30010         People who are still concerned with buggy memcmp implementations
30011         can invoke gl_FUNC_MEMCMP themselves.
30012
30013 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
30014
30015         * lib/regex_internal.h (BITSET_WORD_BITS):
30016         Work around a bug in 64-bit PGC (before version 6.1-2), where the
30017         preprocessor mishandles large unsigned values as if they were signed.
30018         Problem reported by Claudio Fontana in
30019         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
30020
30021 2006-01-10  Jim Meyering  <jim@meyering.net>
30022
30023         Avoid the double-free (first in fts_read, second in fts_close) that
30024         would occur when an `active' directory is made inaccessible (e.g.,
30025         via chmod a-x) during a traversal.
30026         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
30027         before returning.  Reproduce this failure by
30028         mkdir -p a/b; cd a; chmod a-x . b
30029         Reported by Stavros Passas.
30030
30031         Sync from coreutils.
30032         * lib/sha1.c: Tweak grammar in a comment.
30033
30034 2006-01-10  Jim Meyering  <jim@meyering.net>
30035
30036         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
30037         Patch by Joerg Sonnenberger.
30038
30039 2006-01-10  Bruno Haible  <bruno@clisp.org>
30040
30041         * modules/readutmp: Depend on module free.
30042         * modules/strtok_r: Depend on module restrict.
30043
30044 2006-01-10  Bruno Haible  <bruno@clisp.org>
30045
30046         * modules/gettext (configure.ac): Add an invocation of
30047         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
30048
30049 2006-01-10  Bruno Haible  <bruno@clisp.org>
30050
30051         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
30052         Reported by Werner Lemberg <wl@gnu.org>.
30053
30054 2006-01-10  Bruno Haible  <bruno@clisp.org>
30055
30056         * lib/localcharset.c: Update from GNU gettext.
30057
30058 2006-01-10  Bruno Haible  <bruno@clisp.org>
30059
30060         * lib/argp.h (__const): Remove macro. Use const instead.
30061         * lib/argp-fmtstream.h (__const): Likewise.
30062         * lib/glob_.h (__const): Remove macro.
30063         * lib/glob-libc.h: Use const instead of __const.
30064
30065 2006-01-10  Bruno Haible  <bruno@clisp.org>
30066
30067         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
30068         variable.
30069         Needed to avoid an automake error regarding the 'gettext' module.
30070
30071 2006-01-09  Simon Josefsson  <jas@extundo.com>
30072
30073         * modules/inet_ntop (Depends-on): Add restrict.
30074
30075 2006-01-09  Simon Josefsson  <jas@extundo.com>
30076
30077         * modules/gc-rijndael-tests (License): Put under LGPL.
30078
30079         * modules/gc-des-tests (License): Likewise.
30080
30081         * modules/gc-arcfour-tests (License): Likewise.
30082
30083         * modules/gc-arctwo-tests (License): Likewise.
30084
30085         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
30086
30087         * modules/gc-hmac-sha1-tests (Files): Likewise.
30088
30089         * modules/gc-hmac-md5-tests (License): Likewise.
30090
30091         * modules/gc-sha1-tests (License): Likewise.
30092
30093         * modules/gc-md5-tests (License): Likewise.
30094
30095         * modules/gc-md4-tests (License): Likewise.
30096
30097         * modules/gc-md2-tests (License): Likewise.
30098
30099         * modules/gc-tests (License): Likewise.
30100
30101         * modules/des-tests (License): Likewise.
30102
30103         * modules/md4-tests (License): Likewise.
30104
30105         * modules/md2-tests (License): Likewise.
30106
30107 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
30108
30109         Sync from coreutils:
30110
30111         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
30112         * modules/lib-ignore: New file.
30113         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
30114         chdir-safer.m4, lchmod.m4.
30115         * modules/openat: Add mkdirat.c, openat-priv.h.
30116
30117 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
30118
30119         Sync from coreutils.
30120         * m4/lib-ignore.m4: New file.
30121         * m4/lchmod.m4: New file.
30122
30123 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
30124
30125         Sync from coreutils.
30126         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
30127         for write access: POSIX says that must fail.
30128         * lib/fts.c (diropen): Likewise.
30129         * lib/save-cwd.c (save_cwd): Likewise.
30130         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
30131         well, for minor improvements on hosts that lack O_DIRECTORY.
30132         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
30133         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
30134         Fall back on chown if open failed with EACCES.
30135
30136         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
30137         Report an error at compile-time if only a 1-second nominal clock
30138         resolution is found.
30139
30140         * lib/lchmod.h: New file.
30141         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
30142         (make_dir_parents): Use lchown rather than chown, and
30143         lchmod rather than chmod.
30144
30145         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
30146         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
30147         "proc" reported by n0dalus.
30148
30149         * lib/mountlist.c: Include <limits.h>.
30150         (dev_from_mount_options)
30151         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
30152         New function.  It no longer assumes "dev=" has the System V meaning
30153         on Linux (since it doesn't).  It also parses "dev=" more carefully.
30154         (read_file_system_list)
30155         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
30156         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
30157         dev= in that case.
30158
30159         * lib/posixtm.h (PDS_PRE_2000): New macro.
30160         * lib/posixtm.c (year): Arg is now syntax_bits rather than
30161         allow_century.  All usages changed.  Reject dates outside the range
30162         1969-1999 if PDS_PRE_2000 is used.
30163
30164 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
30165
30166         Sync from coreutils.
30167         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
30168         (Time of day items): Mention the possibility of leap seconds.
30169         Problem reported by Dr. David Alan Gilbert.
30170
30171 2006-01-09  Jim Meyering  <jim@meyering.net>
30172
30173         Sync from coreutils.
30174
30175         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
30176
30177         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
30178
30179         * lib/modechange.c (mode_compile): Reject an invalid mode string
30180         that starts with an octal digit.  From Andreas Gruenbacher.
30181
30182         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
30183         and dup to open_safer and dup_safer, respectively.
30184         (openat_permissive): Fix typo in comment.
30185
30186         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
30187         "gettext.h"; either no longer needed or are guaranteed by openat.h.
30188         (_): Remove; no longer needed.
30189         (openat): Renamed from rpl_openat; no need for rpl_openat
30190         since openat.h renames openat for us.
30191         Replace most of the body with a call to openat_permissive,
30192         to avoid duplicate code.
30193         Port to (probably hypothetical) environments were mode_t is
30194         wider than int.
30195         (openat_permissive): Require mode arg, so that we can check
30196         types better.  Put it just after flags.  Change cwd failure
30197         indicator from pointer-to-bool to pointer-to-errno-value.
30198         All callers changed.
30199         Invoke openat_save_fail and/or openat_restore_fail if
30200         cwd_errno is null, so that openat can call us.
30201         (openat_permissive, fdopendir, fstatat, unlinkat):
30202         Simplify errno handling to avoid some duplicate code,
30203         as it's OK to set errno on success.
30204         * lib/openat.h: Revamp code so that function macros depend on
30205         __OPENAT_PREFIX only, not also on AT_FDCWD.
30206         (openat_ro): Remove.  Caller changed to use openat_permissive.
30207         (openat_permissive): Now a macro, if not a function.
30208         (openat_restore_fail, openat_save_fail): Now always functions,
30209         since mkdirat needs them even if __OPENAT_PREFIX is defined.
30210
30211         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
30212         and openat.c.
30213         * lib/mkdirat.c: Include openat-priv.h.
30214         Remove definitions of macros defined therein.
30215         * lib/openat.c: Likewise.
30216
30217         * lib/mkdirat.c (mkdirat): New file and function.
30218         * lib/openat.h (mkdirat): Declare.
30219
30220         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
30221
30222         * lib/openat.h (openat_permissive): Declare.
30223         (openat_ro): Define.
30224
30225         * lib/openat.c (EXPECTED_ERRNO): New macro.
30226         (openat_permissive): New function -- used in remove.c rewrite.
30227         (all functions): Set errno just before returning, only if there
30228         was an actual failure.
30229         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
30230
30231         Emulate openat-family functions using Linux's procfs, if possible.
30232         Idea and some code based on Ulrich Drepper's glibc changes.
30233
30234         * lib/openat.c: (BUILD_PROC_NAME): New macro.
30235         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
30236         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
30237         before falling back on save_cwd and restore_cwd.
30238         (fdopendir, fstatat, unlinkat): Likewise.
30239
30240         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
30241         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
30242
30243         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
30244         as second argument to va_arg.  Otherwise, some versions of gcc
30245         warn that `if this code is reached, the program will abort'.
30246
30247 2006-01-09  Jim Meyering  <jim@meyering.net>
30248
30249         Sync from coreutils.
30250         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
30251         Require openat-priv.h.
30252
30253 2006-01-09  Bruno Haible  <bruno@clisp.org>
30254
30255         * modules/strnlen (Include): Use strnlen.h.
30256
30257 2006-01-09  Bruno Haible  <bruno@clisp.org>
30258
30259         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
30260
30261 2006-01-09  Bruno Haible  <bruno@clisp.org>
30262
30263         * lib/sysexit_.h (EX_OK): New macro.
30264         Suggested by Martin Lambers <marlam@marlam.de>.
30265
30266 2006-01-09  Bruno Haible  <bruno@clisp.org>
30267
30268         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
30269         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
30270
30271 2006-01-09  Bruno Haible  <bruno@clisp.org>
30272
30273         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
30274         numbers.
30275
30276 2006-01-09  Bruno Haible  <bruno@clisp.org>
30277
30278         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
30279         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
30280         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
30281         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
30282
30283 2006-01-09  Bruno Haible  <bruno@clisp.org>
30284
30285         * build-aux/javacomp.sh.in: New file, moved from lib/.
30286         * modules/javacomp-script (Files): Update.
30287         (configure.ac): Add AC_CONFIG_FILES invocation.
30288         (EXTRA_DIST): Remove variable.
30289
30290         * build-aux/javaexec.sh.in: New file, moved from lib/.
30291         * modules/javaexec (Files): Update.
30292         (configure.ac): Add AC_CONFIG_FILES invocation.
30293         (EXTRA_DIST): Remove javaexec.sh.in.
30294
30295         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
30296         * modules/csharpcomp-script (Files): Update.
30297         (configure.ac): Add AC_CONFIG_FILES invocation.
30298         (EXTRA_DIST): Remove variable.
30299
30300         * build-aux/csharpexec.sh.in: New file, moved from lib/.
30301         * modules/csharpexec (Files): Update.
30302         (configure.ac): Add AC_CONFIG_FILES invocation.
30303         (EXTRA_DIST): Remove csharpexec.sh.in.
30304
30305 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
30306
30307         Sync from coreutils.
30308
30309         Add POSIX ACL support
30310         * lib/acl.h (copy_acl, set_acl): Add declarations.
30311         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
30312         systems other than Linux.
30313         (chmod_or_fchmod): New function: use fchmod when possible,
30314         and chmod otherwise.
30315         (file_has_acl): Add a POSIX ACL implementation, with a
30316         Linux-specific subcase.
30317         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
30318         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
30319         acls are unsupported.
30320         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
30321         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
30322         are unsupported.
30323
30324 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
30325
30326         Sync from coreutils.
30327         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
30328
30329 2006-01-07  Bruno Haible  <bruno@clisp.org>
30330
30331         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
30332         gl_EARLY.
30333
30334 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
30335
30336         * lib/strftime.c (tzname): Don't declare if it is already #defined.
30337         Problem reported for Mingw by Mark Junker.
30338
30339 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
30340
30341         * README: Gnulib normally doesn't generate a tarball.
30342
30343 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
30344
30345         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
30346         long int, not int, for nanosecond counts, so that people who are
30347         used to POSIX struct timespec won't be surprised.  Reported by Jim
30348         Meyering.
30349
30350 2005-12-28  Bruno Haible  <bruno@clisp.org>
30351
30352         * build-aux/config.rpath: Update from GNU gettext.
30353
30354 2005-12-16  Jim Meyering  <jim@meyering.net>
30355
30356         * modules/fprintftime: New module.
30357         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
30358
30359 2005-12-16  Jim Meyering  <jim@meyering.net>
30360
30361         * m4/fprintftime.m4: New file.
30362
30363 2005-12-16  Jim Meyering  <jim@meyering.net>
30364
30365         * lib/fprintftime.c, lib/fprintftime.h: New files.
30366
30367 2005-12-15  Simon Josefsson  <jas@extundo.com>
30368
30369         * modules/socklen (configure.ac): Fix M4 macro name, to align with
30370         new m4/socklen.m4.
30371
30372 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
30373
30374         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
30375         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
30376
30377 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
30378
30379         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
30380         * lib/argp-help.c (fill_in_uparams): Check if the constructed
30381         struct uparams is valid. Fall back to the default values if it is
30382         not.
30383
30384 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
30385
30386         * modules/argp (Files): Add argp-pin.c
30387         (Depends-on): dirname
30388         (lib_SOURCES): Add argp-pin.c
30389
30390 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
30391
30392         * m4/argp.m4:  Check if program_invocation_name and
30393         program_invocation_short_name are declared and define appropriate
30394         macros if they are not.
30395
30396 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
30397
30398         * lib/argp-help.c (__argp_base_name): New function
30399         (__argp_short_program_name): Rewrite using __argp_base_name
30400         * lib/argp-namefrob.h: Define program_invocation_name and
30401         program_invocation_short_name if requested
30402         (__argp_base_name): Add prototype
30403         * lib/argp-parse.c (argp_def): Use gettext wrappers
30404         (argp_default_parser): Use __argp_base_name
30405         * lib/argp-pin.c: New file. Defines program_invocation_name and
30406         program_invocation_short_name on systems that lack them.
30407
30408 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
30409
30410         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
30411         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
30412         porting problem reported by Georg Schwarz in
30413         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
30414
30415 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
30416
30417         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
30418         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
30419         porting problem reported by Georg Schwarz in
30420         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
30421
30422 2005-12-05  Bruno Haible  <bruno@clisp.org>
30423
30424         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
30425         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
30426         Reported by Mark Junker <mjscod@gmx.de>.
30427
30428 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
30429
30430         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
30431         Use implementation from Albert Chin, with some
30432         comments/corrections by Stepan Kasal and myself.
30433
30434 2005-12-02  Bruno Haible  <bruno@clisp.org>
30435
30436         * gnulib-tool (func_import): Accept GPLed build tool modules when
30437         --lgpl is given.
30438         * modules/csharpcomp-script: New file.
30439         * modules/csharpcomp: Depend on it.
30440         * modules/javacomp-script: New file.
30441         * modules/javacomp: Depend on it.
30442         Suggested by Simon Josefsson.
30443
30444 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
30445
30446         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
30447         statement, to work around an HP-UX 10.20 compiler bug reported by
30448         Peter O'Gorman.
30449
30450 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
30451
30452         * modules/savedir (Depends-on): Add openat.
30453
30454 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
30455
30456         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
30457         (uintmax_t) [defined uintmax_t]: Do not declare.
30458         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
30459         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
30460         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
30461         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
30462         sake of portability to weird hosts that C allows (though we don't
30463         know of any practical examples).
30464
30465         * lib/savedir.h (fdsavedir): New decl.
30466         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
30467         contains most of the former guts of savedir.
30468         (savedir): Use savedirstream.
30469         Include "openat.h".
30470
30471 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
30472
30473         * modules/obstack (Files): Add m4/ulonglong.m4.
30474         Problem reported by Davide Angelocola.
30475
30476 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
30477
30478         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
30479         coreutils no longer futzes with rounding modes.
30480
30481 2005-11-14  Jim Meyering  <jim@meyering.net>
30482
30483         * lib/mkstemp-safer.c: Include <config.h>, required for possible
30484         replacement of mkstemp.
30485
30486 2005-11-10  Simon Josefsson  <jas@extundo.com>
30487
30488         * lib/readline.c: Remove EOL.
30489
30490 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
30491
30492         * modules/gethrxtime (Depends-on): Add gettime.
30493
30494 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
30495
30496         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
30497         or gettimeofday; no longer needed.
30498
30499 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
30500
30501         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
30502         time business.
30503         (gethrxtime) [! (HAVE_NANOUPTIME
30504         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
30505         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
30506         our own approximation.
30507
30508 2005-11-08  Eric Blake  <ebb9@byu.net>
30509
30510         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
30511
30512 2005-11-08  Eric Blake  <ebb9@byu.net>
30513
30514         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
30515
30516 2005-11-04  Bruno Haible  <bruno@clisp.org>
30517
30518         * gnulib-tool: Implement --update mode.
30519
30520 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
30521
30522         Fix porting problem reported by Theodoros V. Kalamatianos.
30523         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
30524         Don't assume that futimes failing means we must fail.
30525
30526 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
30527
30528         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
30529         variables to suggest the intended function of the PATH_MAX check.
30530
30531 2005-10-30  Kean Johnston  <jkj@sco.com>
30532
30533         Trivial changes to support SCO systems.
30534         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
30535         as PATH_MAX.
30536         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
30537         where __ptr is null when no I/O is pending.
30538
30539 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
30540
30541         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
30542         leave errno alone.  Problem reported by Dmitry V. Levin.
30543
30544 2005-10-28  Simon Josefsson  <jas@extundo.com>
30545
30546         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
30547         Test more.
30548
30549         * tests/test-gc-md2.c, tests/test-md2.c: New files.
30550
30551         * modules/md2, modules/md2-tests: New files.
30552
30553 2005-10-28  Simon Josefsson  <jas@extundo.com>
30554
30555         * m4/inet_ntop.m4: More tests.
30556
30557         * m4/gc-md2.m4, md2.m4: New file.
30558
30559 2005-10-28  Simon Josefsson  <jas@extundo.com>
30560
30561         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
30562         "restrict" keywords, as per POSIX.  Protect the function
30563         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
30564         Don't use K&R prototypes.  Check the sprintf return values.
30565         Re-define EAFNOSUPPORT if not present.  Indent.
30566
30567         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
30568         suggested by Bruno Haible <bruno@clisp.org>.
30569
30570         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
30571
30572         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
30573
30574         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
30575         libgcrypt).
30576
30577         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
30578
30579         * lib/md2.h, lib/md2.c: New files.
30580
30581 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
30582
30583         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
30584         errno alone.  Problem reported by Frederic Jolliton.
30585
30586 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
30587
30588         * modules/verify (License): Change from GPL to LGPL.  This is a
30589         tiny module and there are apparently near-equivalents that are
30590         under the BSD license.
30591
30592 2005-10-24  Simon Josefsson  <jas@extundo.com>
30593
30594         * modules/sha1: Relicense to LGPL.
30595
30596 2005-10-24  Simon Josefsson  <jas@extundo.com>
30597
30598         * lib/md4.h: Shrink buffer size, now that we changed the type.
30599
30600 2005-10-23  Simon Josefsson  <jas@extundo.com>
30601
30602         * gnulib-tool (func_import): Fix --tests-base.
30603
30604 2005-10-22  Simon Josefsson  <jas@extundo.com>
30605
30606         * modules/arcfour (Depends-on): Need stdint.
30607
30608 2005-10-22  Simon Josefsson  <jas@extundo.com>
30609
30610         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
30611         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
30612
30613 2005-10-22  Simon Josefsson  <jas@extundo.com>
30614
30615         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
30616         suggested by Bruno Haible <bruno@clisp.org>.
30617
30618 2005-10-22  Simon Josefsson  <jas@extundo.com>
30619
30620         * lib/crc.h: Include stddef.h, for size_t.
30621
30622 2005-10-22  Simon Josefsson  <jas@extundo.com>
30623
30624         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
30625         arcfour_context struct (simplify test vector testing in GNU
30626         Shishi).
30627
30628 2005-10-21  Simon Josefsson  <jas@extundo.com>
30629
30630         * modules/des, modules/des-tests: New files.
30631
30632         * modules/gc-des, modules/gc-des-tests: New files.
30633
30634         * tests/test-des.c, tests/test-gc-des.c: New file.
30635
30636 2005-10-21  Simon Josefsson  <jas@extundo.com>
30637
30638         * modules/arctwo, modules/arctwo-tests: New files.
30639
30640         * tests/test-arctwo.c: New file.
30641
30642         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
30643
30644         * tests/test-gc-arctwo.c: New file.
30645
30646 2005-10-21  Simon Josefsson  <jas@extundo.com>
30647
30648         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
30649         Bruno Haible <bruno@clisp.org>.
30650
30651         * m4/gc-des.m4: New file.
30652
30653 2005-10-21  Simon Josefsson  <jas@extundo.com>
30654
30655         * m4/arctwo.m4: New file.
30656
30657         * m4/gc-arctwo.m4: New file.
30658
30659 2005-10-21  Simon Josefsson  <jas@extundo.com>
30660
30661         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
30662         block.
30663
30664 2005-10-21  Simon Josefsson  <jas@extundo.com>
30665
30666         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
30667         <bruno@clisp.org>.
30668
30669         * lib/hmac-sha1.c (hmac_sha1): Likewise.
30670
30671         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
30672         Bruno Haible <bruno@clisp.org>.
30673
30674         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
30675         <bruno@clisp.org>.
30676
30677 2005-10-21  Simon Josefsson  <jas@extundo.com>
30678
30679         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
30680
30681 2005-10-21  Simon Josefsson  <jas@extundo.com>
30682
30683         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
30684
30685 2005-10-21  Simon Josefsson  <jas@extundo.com>
30686
30687         * lib/des.h, lib/des.c: New files.
30688
30689         * lib/gc-gnulib.c: Support DES.c
30690
30691 2005-10-21  Simon Josefsson  <jas@extundo.com>
30692
30693         * lib/arctwo.h, lib/arctwo.c: New files.
30694
30695         * lib/gc-gnulib.c: Support ARCTWO.
30696
30697 2005-10-21  Simon Josefsson  <jas@extundo.com>
30698
30699         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
30700         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
30701
30702 2005-10-21  Simon Josefsson  <jas@extundo.com>
30703
30704         * gnulib-tool (func_import, func_create_testdir): Define automake
30705         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
30706         Makefile.am snippet),
30707         suggested by Bruno Haible <bruno@clisp.org>.
30708
30709         * modules/gc (Makefile.am): Use it.
30710
30711 2005-10-21  Bruno Haible  <bruno@clisp.org>
30712
30713         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
30714         patch.
30715
30716 2005-10-19  Simon Josefsson  <jas@extundo.com>
30717
30718         * tests/test-gc-rijndael.c: New file.
30719
30720         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
30721
30722 2005-10-19  Simon Josefsson  <jas@extundo.com>
30723
30724         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
30725         interface too.
30726
30727 2005-10-19  Simon Josefsson  <jas@extundo.com>
30728
30729         * tests/test-gc-arcfour.c: New file.
30730
30731         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
30732
30733 2005-10-19  Simon Josefsson  <jas@extundo.com>
30734
30735         * modules/gc-md4, modules/gc-md4-tests: New file.
30736
30737         * tests/test-gc-md4.c: New file.
30738
30739 2005-10-19  Simon Josefsson  <jas@extundo.com>
30740
30741         * m4/gc-md4.m4: New file.
30742
30743 2005-10-19  Simon Josefsson  <jas@extundo.com>
30744
30745         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
30746         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
30747         <kasal@ucw.cz>.
30748
30749 2005-10-19  Simon Josefsson  <jas@extundo.com>
30750
30751         * m4/gc-arcfour.m4: New file.
30752
30753         * m4/gc-rijndael.m4: New file.
30754
30755 2005-10-19  Simon Josefsson  <jas@extundo.com>
30756
30757         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
30758
30759 2005-10-19  Simon Josefsson  <jas@extundo.com>
30760
30761         * lib/gc-gnulib.c: Support ARCFOUR.
30762
30763 2005-10-19  Simon Josefsson  <jas@extundo.com>
30764
30765         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
30766         support.
30767
30768         * lib/gc.h: Add ECB enum type.
30769
30770         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
30771
30772 2005-10-18  Simon Josefsson  <jas@extundo.com>
30773
30774         * tests/test-md5.c: New file.
30775
30776         * modules/md5-tests: New file.
30777
30778 2005-10-18  Simon Josefsson  <jas@extundo.com>
30779
30780         * tests/test-md4.c: New file.
30781
30782         * modules/md4, modules/md4-tests: New files.
30783
30784 2005-10-18  Simon Josefsson  <jas@extundo.com>
30785
30786         * m4/md4.m4: New file.
30787
30788 2005-10-18  Simon Josefsson  <jas@extundo.com>
30789
30790         * lib/md4.h, lib/md4.c: New files, based on md5.?.
30791
30792 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
30793
30794         * gnulib-tool (func_create_testdir): Omit the second check whether
30795         BUILT_SOURCES in nonempty.
30796
30797 2005-10-17  Simon Josefsson  <jas@extundo.com>
30798
30799         * tests/test-rijndael.c: New file.
30800
30801 2005-10-17  Simon Josefsson  <jas@extundo.com>
30802
30803         * modules/sha1: Depend on stdint instead of md5.
30804
30805         * modules/md5: Depend on stdint, remove uint32_t.
30806
30807 2005-10-17  Simon Josefsson  <jas@extundo.com>
30808
30809         * modules/gc-sha1-tests: New file.
30810
30811         * tests/test-gc-sha1.c: New file.
30812
30813 2005-10-17  Simon Josefsson  <jas@extundo.com>
30814
30815         * m4/md5.m4: Remove call to uint32_t.m4.
30816
30817 2005-10-17  Simon Josefsson  <jas@extundo.com>
30818
30819         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
30820
30821         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
30822         md5.h.
30823
30824         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
30825
30826         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
30827
30828 2005-10-17  Simon Josefsson  <jas@extundo.com>
30829
30830         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
30831
30832 2005-10-17  Simon Josefsson  <jas@extundo.com>
30833
30834         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
30835
30836 2005-10-17  Simon Josefsson  <jas@extundo.com>
30837
30838         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
30839
30840         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
30841
30842 2005-10-17  Bruno Haible  <bruno@clisp.org>
30843
30844         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
30845         that it can also be used in a test.
30846
30847 2005-10-16  Bruno Haible  <bruno@clisp.org>
30848
30849         * gnulib-tool (func_emit_tests_Makefile_am): Also define
30850         TESTS_ENVIRONMENT, so that individual tests can augment it.
30851
30852         * gnulib-tool (func_create_testdir): Use an intermediate target for
30853         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
30854         macros, like $(ALLOCA_H), which cannot be passed through the command
30855         line.
30856
30857 2005-10-15  Simon Josefsson  <jas@extundo.com>
30858
30859         * modules/rijndael-tests: New file.
30860
30861         * modules/rijndael: New file.
30862
30863 2005-10-15  Simon Josefsson  <jas@extundo.com>
30864
30865         * m4/rijndael.m4: New file.
30866
30867 2005-10-15  Simon Josefsson  <jas@extundo.com>
30868
30869         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
30870
30871         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
30872
30873 2005-10-14  Simon Josefsson  <jas@extundo.com>
30874
30875         * tests/test-arcfour.c: New file.
30876
30877         * modules/arcfour, modules/arcfour-tests: New files.
30878
30879 2005-10-14  Simon Josefsson  <jas@extundo.com>
30880
30881         * m4/arcfour.m4: New file.
30882
30883 2005-10-14  Simon Josefsson  <jas@extundo.com>
30884
30885         * lib/arcfour.h, lib/arcfour.c: New files.
30886
30887 2005-10-14  Roland McGrath  <roland@redhat.com>
30888
30889         Import from libc.  [BZ #1331]
30890         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
30891         macro argument.
30892         Reported by Matej Vela <vela@debian.org>.
30893
30894 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
30895
30896         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
30897         include <wchar.h>; no longer needed.
30898
30899 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
30900
30901         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
30902
30903 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
30904         and  Ulrich Drepper  <drepper@redhat.com>
30905
30906         Import from libc.
30907         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
30908         instead of inline stream orientation test and two separate
30909         function calls.  Pay no attention to USE_IN_LIBIO.
30910
30911 2005-10-13  Simon Josefsson  <jas@extundo.com>
30912
30913         * modules/gc-hmac-md5-tests: New file.
30914
30915         * tests/test-gc-hmac-sha1.c: New file.
30916
30917         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
30918
30919         * modules/gc-hmac-md5-tests: New file.
30920
30921         * tests/test-gc-md5.c: New file.
30922
30923         * modules/gc-md5-tests: New file.
30924
30925 2005-10-13  Simon Josefsson  <jas@extundo.com>
30926
30927         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
30928         Move memory allocation outside of loop.
30929
30930 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
30931
30932         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
30933         intermediate directory is in a read-only file system.  Problem
30934         reported by Eric Blake.
30935
30936 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
30937
30938         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
30939
30940 2005-10-12  Simon Josefsson  <jas@extundo.com>
30941
30942         * tests/test-hmac-sha1.c: New file.
30943
30944         * modules/hmac-sha1-tests: New file.
30945
30946         * modules/hmac-sha1: New file.
30947
30948 2005-10-12  Simon Josefsson  <jas@extundo.com>
30949
30950         * modules/gc-sha1: New file.
30951
30952 2005-10-12  Simon Josefsson  <jas@extundo.com>
30953
30954         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
30955
30956         * tests/test-gc-pbkdf2-sha1.c: New file.
30957
30958 2005-10-12  Simon Josefsson  <jas@extundo.com>
30959
30960         * modules/gc-md5, modules/gc-hmac-md5: New files.
30961
30962         * modules/gc (Files): Remove md5, memxor and hmac files.
30963
30964 2005-10-12  Simon Josefsson  <jas@extundo.com>
30965
30966         * m4/gc-pbkdf2-sha1.m4: New file.
30967
30968         * m4/gc-hmac-sha1.m4: New file.
30969
30970         * m4/gc-sha1: New file.
30971
30972         * m4/hmac-sha1.m4: New file.
30973
30974 2005-10-12  Simon Josefsson  <jas@extundo.com>
30975
30976         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
30977
30978         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
30979
30980 2005-10-12  Simon Josefsson  <jas@extundo.com>
30981
30982         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
30983         suggested by Bruno Haible <bruno@clisp.org>.
30984
30985 2005-10-12  Simon Josefsson  <jas@extundo.com>
30986
30987         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
30988
30989 2005-10-12  Simon Josefsson  <jas@extundo.com>
30990
30991         * lib/gc-pbkdf2-sha1.c: New file.
30992
30993         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
30994
30995 2005-10-12  Simon Josefsson  <jas@extundo.com>
30996
30997         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
30998
30999         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
31000
31001 2005-10-12  Simon Josefsson  <jas@extundo.com>
31002
31003         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
31004         GC_USE_HMAC_MD5, respectively.
31005
31006         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
31007         (gc_md5): Fix typo.
31008
31009         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
31010
31011         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
31012
31013         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
31014
31015 2005-10-12  Bruno Haible  <bruno@clisp.org>
31016
31017         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
31018         Reported by Stepan Kasal <kasal@ucw.cz>.
31019
31020 2005-10-11  Simon Josefsson  <jas@extundo.com>
31021
31022         * tests/test-crc.c: New file.
31023
31024         * modules/crc, modules/crc-tests: New files.
31025
31026 2005-10-11  Simon Josefsson  <jas@extundo.com>
31027
31028         * m4/crc.m4: New file.
31029
31030 2005-10-11  Simon Josefsson  <jas@extundo.com>
31031
31032         * lib/gc.h: Add gc_hash and gc_hash_buffer.
31033
31034         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
31035
31036         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
31037
31038 2005-10-11  Simon Josefsson  <jas@extundo.com>
31039
31040         * lib/crc.h, lib/crc.c: New files.
31041
31042         * lib/gc.h (gc_hash_buffer): Add doc.
31043
31044 2005-10-11  Bruno Haible  <bruno@clisp.org>
31045
31046         * modules/c-strcasestr: New file.
31047         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
31048
31049 2005-10-11  Bruno Haible  <bruno@clisp.org>
31050
31051         * modules/c-strcase: New file.
31052         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
31053
31054 2005-10-11  Bruno Haible  <bruno@clisp.org>
31055
31056         * lib/strcasecmp.c: Include limits.h.
31057         (strcasecmp): Avoid integer overflow on exotic platforms.
31058         * lib/strncasecmp.c: Include limits.h.
31059         (strncasecmp): Avoid integer overflow on exotic platforms.
31060         Reported by Paul Eggert.
31061
31062 2005-10-11  Bruno Haible  <bruno@clisp.org>
31063
31064         * lib/c-strcasestr.h: New file, from GNU gettext.
31065         * lib/c-strcasestr.c: New file, from GNU gettext.
31066
31067 2005-10-11  Bruno Haible  <bruno@clisp.org>
31068
31069         * lib/c-strcase.h: New file, from GNU gettext.
31070         * lib/c-strcasecmp.c: New file, from GNU gettext.
31071         * lib/c-strncasecmp.c: New file, from GNU gettext.
31072
31073 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
31074
31075         * modules/mempcpy (License): GPL -> LGPL.
31076         * modules/strchrnul (License): Likewise.
31077         * modules/sysexits (License): Likewise.
31078
31079 2005-10-08  Simon Josefsson  <jas@extundo.com>
31080
31081         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
31082
31083 2005-10-07  Simon Josefsson  <jas@extundo.com>
31084
31085         * m4/memxor.m4: Remove gl_C_RESTRICT call.
31086
31087 2005-10-06  Simon Josefsson  <jas@extundo.com>
31088
31089         * tests/test-hmac-md5.c: New file.
31090
31091         * modules/hmac-md5-tests: New file.
31092
31093         * modules/hmac-md5: New file.
31094
31095 2005-10-06  Simon Josefsson  <jas@extundo.com>
31096
31097         * m4/hmac-md5.m4: New file.
31098
31099         * m4/memxor.m4: Require gl_C_RESTRICT.
31100
31101 2005-10-06  Simon Josefsson  <jas@extundo.com>
31102
31103         * lib/memxor.c (memxor): Avoid casts and warnings.
31104
31105 2005-10-06  Simon Josefsson  <jas@extundo.com>
31106
31107         * lib/hmac-md5.c: New file.
31108
31109         * lib/hmac.h: New file.
31110
31111 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
31112
31113         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
31114         promotes to int, not unsigned int, to catch the AIX 5.3
31115         compiler bug.
31116
31117 2005-10-05  Simon Josefsson  <jas@extundo.com>
31118
31119         * modules/memxor: New file.
31120
31121         * modules/iconv (Files): Move config.rpath to havelib, it is used
31122         there.
31123
31124         * modules/havelib (Files): Add config.rpath.
31125
31126 2005-10-05  Simon Josefsson  <jas@extundo.com>
31127
31128         * m4/memxor.m4: New file.
31129
31130 2005-10-05  Simon Josefsson  <jas@extundo.com>
31131
31132         * lib/memxor.c (memxor): Fix compiler error.
31133
31134         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
31135         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
31136
31137         * lib/memxor.h, lib/memxor.c: New files.
31138
31139         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
31140         we assume all systems have it, suggested by Jim Meyering
31141         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
31142         any systems lack sys/socket.h; mingw32 is known to lack it, but we
31143         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
31144         same reasons.
31145
31146 2005-10-05  Simon Josefsson  <jas@extundo.com>
31147
31148         * config/srclist.txt: Add glibc bug 1423 for md5.h.
31149
31150 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
31151
31152         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
31153         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
31154         needed, since the source code now assumes these .h files.
31155
31156 2005-10-05  Derek Price  <derek@ximbiot.com>
31157
31158         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
31159
31160 2005-10-05  Bruno Haible  <bruno@clisp.org>
31161
31162         * modules/stdint (License): Change to LGPL.
31163
31164 2005-10-04  Simon Josefsson  <jas@extundo.com>
31165
31166         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
31167         D. Baushke" <mdb@gnu.org>.
31168
31169 2005-10-04  Bruno Haible  <bruno@clisp.org>
31170
31171         * lib/verify.h (verify_true): Provide alternative definition for C++.
31172
31173 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
31174
31175         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
31176         (SSIZE_MAX): New macro, if not already defined.
31177         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
31178         than 2 GiB.
31179
31180 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
31181
31182         Sync from coreutils.
31183         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
31184         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
31185         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
31186         ULLONG_MAX doesn't work with 2.7.2.1.
31187
31188 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
31189
31190         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
31191         From Ben Pfaff.
31192
31193         * modules/exclude (Depends-on): Depend on verify.
31194         * modules/strtoimax (Depends-on): Likewise.
31195         * modules/utimecmp (Depends-on): Likewise.
31196
31197 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
31198
31199         * lib/exclude.c: Include verify.h.
31200         (verify): Remove.  All callers changed to use verify.h's version.
31201         * lib/strtoimax.c: Likewise.
31202         * lib/utimecmp.c: Likewis.e
31203
31204         Sync from coreutils.
31205         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
31206         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
31207         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
31208         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
31209         bother returning ENOSYS if settimeofday or stime fails; just let
31210         them return whatever errno they want to return.
31211         * lib/utimens.c: Include unistd.h, for dup2.
31212         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
31213         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
31214
31215 2005-10-02  Jim Meyering  <jim@meyering.net>
31216
31217         Sync from coreutils.
31218         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
31219         from glibc-2.2.5 that fails for read-only files.
31220
31221 2005-10-02  Jim Meyering  <jim@meyering.net>
31222
31223         Sync from coreutils.
31224         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
31225         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
31226         `#if HAVE_CONFIG_H'.
31227         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
31228         Remove AT_FDCWD test.
31229         Do not consume the fd unless successful.
31230         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
31231         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
31232         block, so that we don't even try to compile it if settimeofday is
31233         available.  This works around a compilation failure on OSF1 V5.1,
31234         due to stime requiring a `long int*' while tv_sec is `int'.
31235
31236 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
31237
31238         Sync from coreutils.
31239         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
31240         against `yes', rather than just testing for nonempty.
31241
31242 2005-10-01  Simon Josefsson  <jas@extundo.com>
31243
31244         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
31245         and Darwin.
31246
31247         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
31248         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
31249         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
31250         freeaddrinfo and gai_strerror are declared by the POSIX headers.
31251         Check if struct addrinfo is declared.
31252
31253 2005-10-01  Simon Josefsson  <jas@extundo.com>
31254
31255         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
31256         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
31257         AI_* and EAI_* definitions.  Protect function declarations.
31258
31259 2005-10-01  Jim Meyering  <jim@meyering.net>
31260
31261         Sync from coreutils.
31262
31263         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
31264         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
31265         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
31266         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
31267         in the inet and nsl libraries.  Required on Solaris 5.7.
31268
31269 2005-10-01  Jim Meyering  <jim@meyering.net>
31270
31271         Sync from coreutils.
31272         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
31273         in the inet and nsl libraries.  Required on Solaris 5.7.
31274
31275 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
31276
31277         * lib/getdelim.c (getdelim): Remove unused variables.
31278
31279 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
31280
31281         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
31282         so that the code works even with ancient cpp.  Portability problem
31283         with GCC 2.7.2.1 reported by Thomas M.Ott.
31284
31285 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
31286
31287         * modules/regex (Depends-on): Add strcase.
31288
31289         * modules/gethostname (Licence): Change from GPL to LGPL, since
31290         gethostname.c is a trivial implementation of a standard library
31291         function.
31292         * modules/poll (License): Change from GPL to LGPL, since it's
31293         derived from LGPL code.
31294
31295 2005-09-27  Jim Meyering  <jim@meyering.net>
31296
31297         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
31298         HAVE_CONFIG_H.
31299
31300         * lib/intprops.h (signed_type_or_expr__): Define.
31301         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
31302         for unsigned types.
31303
31304 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
31305
31306         * lib/verify.h (verify_expr): Remove, replacing with:
31307         (verify_true): New macro that returns true instead of void.
31308         (verify_type__): Remove.
31309         (verify): Use verify_true rather than verify_type__.
31310
31311 2005-09-26  Bruno Haible  <bruno@clisp.org>
31312
31313         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
31314         is necessary.
31315         (lib_SOURCES): Remove mbchar.c.
31316         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
31317         (Files): Add m4/mbrtowc.m4.
31318         * modules/mbiter: Likewise.
31319         * modules/mbuiter: Likewise.
31320
31321 2005-09-26  Bruno Haible  <bruno@clisp.org>
31322
31323         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
31324         compile mbchar.c if they are not both present.
31325         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
31326         * m4/mbiter.m4 (gl_MBITER): Likewise.
31327         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
31328         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
31329         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
31330
31331 2005-09-25  Jim Meyering  <jim@meyering.net>
31332
31333         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
31334         also uses socklen_t.
31335
31336 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
31337
31338         * lib/utimens.c (ENOSYS): Define if not already defined.
31339         (futimens): Support having a null PATH if the file descriptor
31340         is nonnegative.
31341
31342         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
31343         Remove.
31344         (__attribute): Define to empty unless GCC 3.1 or later.
31345         This works around a core dump on OpenBSD 3.4, which has GCC
31346         2.95.3, which dumps core when given __attribute__(()).  It also
31347         simplifies other tests, since we really don't want to bother with
31348         worrying about which ancient version of GCC supported what.
31349         Original problem reported by Yoann Vandoorselaere, with part of
31350         the fix suggested by Derek Price.
31351
31352 2005-09-24  Jim Meyering  <jim@meyering.net>
31353
31354         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
31355         so we can once again use a positive bitfield width of 1 -- now we
31356         don't have to explain why we were using a bitfield width of 2.
31357
31358 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
31359
31360         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
31361         and similarly for the other external symbols.  Problem reported
31362         by James Gallager.
31363
31364         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
31365         bug reported by Jim Meyering.
31366
31367         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
31368         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
31369         not needed, since socklen is a prerequisite module.
31370
31371 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
31372
31373         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
31374         Problem reported by Eric Blake.
31375         (getaddrinfo): Initialize se so that it's not garbage.
31376         Redo internal storage allocation so that it doesn't make unportable
31377         assumptions about alignment.
31378         Fix a memory leak.
31379
31380         * lib/utimens.c (futimens): Use futimesat if available.
31381         Prefer it to futimes since it doesn't have the futimes bug.
31382
31383         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
31384         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
31385         Instead, declare a function that returns a pointer to an array,
31386         and use verify_type__ to declare the size of the array.
31387         Problem and germ of a solution reported by Bruno Haible.
31388         (verify_type__): Use 2, not 1, for bitfield size, to avoid
31389         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
31390
31391 2005-09-23  Jim Meyering  <jim@meyering.net>
31392
31393         Sync from coreutils.
31394         Correct build failure (socklen_t not defined) on at least
31395         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
31396         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
31397
31398 2005-09-23  Jim Meyering  <jim@meyering.net>
31399
31400         * modules/getaddrinfo (Depends-on): Add socklen.
31401
31402 2005-09-23  Bruno Haible  <bruno@clisp.org>
31403
31404         * tests/test-verify.c: New file.
31405
31406 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
31407
31408         Sync from coreutils.
31409
31410         * modules/argmatch (Depends-on): Add verify.
31411         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
31412         unistd-safer.
31413         * modules/save-cwd (Depends-on): Likewise.
31414
31415         * modules/openat (Files): Add lib/openat-die.c.
31416         (Depends-on): Remove error, exitfail.
31417         Add dirname.
31418
31419         * modules/verify: New file.
31420         * MODULES.html.sh (Diagnostics <assert.h>): New section,
31421         with "verify" module.
31422
31423 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
31424
31425         Sync from coreutils.
31426
31427         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
31428         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
31429         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
31430         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
31431         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
31432         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
31433         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
31434         Don't bother checking for string.h, stdlib.h, unistd.h.
31435         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
31436         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
31437         module's job.
31438         * m4/jm-macros.m4 (gl_MACROS): Likewise.
31439         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
31440
31441         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
31442         (gl_GETDATE): Use it.
31443
31444         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
31445
31446 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
31447
31448         Sync from coreutils.
31449
31450         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
31451         stat-time.h.
31452         * lib/argmatch.h: Include verify.h
31453         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
31454         (ARGMATCH_ASSERT): Remove; unused.
31455         * lib/canonicalize.c: Assume STDC_HEADERS.
31456         * lib/exclude.c: Include "strcase.h".
31457         * lib/regex_internal.h [!defined _LIBC]: Likewise.
31458         * lib/getusershell.c: Include stdio--.h rather than stdio.h
31459         and stdio-safer.h.
31460         (getusershell): Call fopen, not fopen_safer.
31461         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
31462         Do not include unistd-safer.h.
31463         (save_cwd): Don't call fd_safer; no longer needed
31464         now that we include fcntl--.h.
31465
31466         * lib/getdate.y (relative_time): New type.
31467         (RELATIVE_TIME_0): New constant.
31468         (parser_control): Use relative_time instead of doing it ourselves.
31469         (%union): Add new relative_time rel member.
31470         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
31471         Now typeless.
31472         (relunit, relunit_snumber): Now of type rel.
31473         (zone, rel, relunit, get_date): Adjust to above changes.
31474
31475         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
31476         Do not include unistd-safer.h.
31477         (getloadavg): Don't call fd_safer; no longer needed
31478         now that we include fcntl--.h.
31479
31480         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
31481         (make_dir_parents): Treat ENOSYS like EEXIST.
31482
31483         Improve quality of diagnostics on restore_cwd failure.
31484         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
31485         (make_dir_parents): Last arg is now int * (for errno), not bool *.
31486         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
31487         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
31488         each time through the loop.  Do not diagnose restore_cwd failure;
31489         that is the caller's job (and perhaps the caller does not care).
31490
31491         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
31492         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
31493         If the file already exists but is not a directory, don't bother
31494         to try to make its parents.
31495         Close potential file descriptor leak if we can't chdir("/") (!).
31496         Don't always return true if chdir($PWD) fails; return true only
31497         if the requested action was done successfully (except for the
31498         chdir($PWD)).
31499         Don't log final directory unless we actually made it.
31500         Refactor to avoid duplicate code to fix up permissions.
31501         Don't attempt to fix up parent permissions if chdir($PWD) fails.
31502
31503         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
31504         to make it a bit faster and (I hope) clearer.
31505         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
31506         Fix bug in formats like %2N.
31507
31508         * lib/verify.h: New file.
31509
31510 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
31511
31512         Sync from coreutils.
31513         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
31514
31515 2005-09-22  Jim Meyering  <jim@meyering.net>
31516
31517         Sync from coreutils.
31518
31519         * m4/lstat.m4 (gl_FUNC_LSTAT):
31520         Use AC_LIBSOURCES to require lstat.c and lstat.h.
31521         Remove obsolete comment.
31522         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
31523         * m4/xstrtod.m4: Likewise.
31524
31525         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
31526
31527 2005-09-22  Jim Meyering  <jim@meyering.net>
31528
31529         Sync from coreutils.
31530
31531         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
31532
31533         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
31534         the .tm_year member, since otherwise gcc-4.0 would now warn about
31535         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
31536
31537         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
31538         order to avoid an unsuppressible warning from gcc on 64-bit systems.
31539
31540         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
31541         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
31542         when run in a time zone for which daylight savings time is in effect
31543         for the starting date.
31544
31545         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
31546         stop us from restricting permissions of just-created absolute-named
31547         directories.
31548         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
31549         to restore initial working directory.
31550         * lib/mkdir-p.c (make_dir_parents): New parameter:
31551         different_working_dir, to tell caller if/when we change the working
31552         directory and are unable to return to the initial one.
31553         * lib/mkdir-p.h (make_dir_parents): Update prototype.
31554         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
31555         `return false'.  This fixes a bug introduced on 2004-07-30.
31556
31557         * lib/openat.c (fdopendir): Be sure to close the supplied
31558         file descriptor before returning.  This makes our replacement
31559         implementation a little closer to Solaris's, where fdopendir
31560         ties the file descriptor to the returned DIR* pointer.
31561         * lib/openat.c (unlinkat): New function.
31562         * lib/openat.h (unlinkat): Add prototype.
31563         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
31564         (openat_restore_fail): Rename from openat_restore_die.
31565         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
31566
31567         Provide an alternative to exiting immediately upon save_cwd or
31568         restore_cwd failure.  Now, an application can arrange e.g.,
31569         to perform a longjump in that case.
31570         * lib/openat.c: Include dirname.h.
31571         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
31572         (rpl_openat, fdopendir, fstatat): Call openat_save_die
31573         and openat_restore_die rather than calling error directly.
31574         Don't include "error.h" or "exitfail.h"; they're no longer needed.
31575
31576         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
31577         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
31578         define.
31579
31580         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
31581         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
31582                             int utc, int nanoseconds);
31583         Background:
31584         date should not have to allocate a megabyte of virtual memory to
31585         handle a format argument like +%1048575T.  When implemented with
31586         strftime, it must allocate such a buffer, use strftime to fill it
31587         in, print it, then free it.
31588         With fprintftime, it simply prints everything and exits.
31589         With no need for memory allocation, that's one fewer way to fail.
31590         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
31591         optional field width, not before, so we accept %9:z, not %:9z.
31592         (my_strftime): Be sure to use L_('x') for literals.
31593
31594         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
31595         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
31596         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
31597         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
31598         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
31599         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
31600         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
31601         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
31602         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
31603         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
31604         * lib/xgethostname.c, lib/xreadlink.c:
31605         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
31606
31607         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
31608         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
31609         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
31610         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
31611         and don't include <sys/file.h>).
31612
31613 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
31614
31615         Sync from coreutils.
31616
31617         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
31618         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
31619         [!LDAV_DONE]: Avoid unused variable warning.
31620
31621 2005-09-21  Bruno Haible  <bruno@clisp.org>
31622
31623         * lib/unicodeio.h (unicode_to_mb): New declaration.
31624
31625 2005-09-20  Derek Price  <derek@ximbiot.com>
31626
31627         * lib/getaddrinfo.c: Don't include <netdb.h> included from
31628         getaddrinfo.h.
31629
31630 2005-09-20  Bruno Haible  <bruno@clisp.org>
31631
31632         * gnulib-tool: Remove trailing slashes from the values specified for
31633         --source-base, --m4-base, --tests-base, --aux-dir.
31634         Suggested by Simon Josefsson <jas@extundo.com>.
31635
31636 2005-09-20  Bruno Haible  <bruno@clisp.org>
31637
31638         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
31639         func_modules_to_filelist, func_import, func_create_testdir): Make all
31640         sorting results locale-independent, so that gnulib-cache.m4 doesn't
31641         change when gnulib-tool is invoked in a different locale.
31642
31643 2005-09-19  Simon Josefsson  <jas@extundo.com>
31644
31645         * m4/socklen.m4: Fix typo.
31646
31647 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31648
31649         Use a consistent style for including <config.h>.
31650         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
31651         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
31652         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
31653         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
31654         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
31655         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
31656         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
31657         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
31658         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
31659         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
31660         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
31661         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
31662         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
31663         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
31664         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
31665         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
31666         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
31667         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
31668         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
31669         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
31670         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
31671         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
31672         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
31673         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
31674         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
31675         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
31676         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
31677         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
31678         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
31679         lib/xstrtoumax.c, lib/yesno.c:
31680         Standardize inclusion of config.h.
31681         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
31682         lib/inttostr.h:  Removed inclusion of config.h from header files.
31683         * lib/inttostr.c:  Adjusted in-tree users.
31684         * lib/timespec.h: Remove superfluous warning to include config.h.
31685         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
31686         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
31687         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
31688         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
31689         config.h with HAVE_CONFIG_H.
31690
31691 2005-09-19  Jim Meyering  <jim@meyering.net>
31692
31693         * modules/pathmax (License): Change to LGPL.
31694
31695 2005-09-19  Derek Price  <derek@ximbiot.com>
31696
31697         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
31698
31699 2005-09-19  Bruno Haible  <bruno@clisp.org>
31700
31701         * gnulib-tool (import): Provide default for --tests-base.
31702
31703 2005-09-19  Bruno Haible  <bruno@clisp.org>
31704
31705         * doc/quote.texi: New file, extracted from gnulib.texi.
31706         * doc/ctime.texi: New file, extracted from gnulib.texi.
31707         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
31708         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
31709         * doc/gnulib.texi: Include them.
31710
31711 2005-09-18  Bruno Haible  <bruno@clisp.org>
31712
31713         Portability fix.
31714         * gnulib-tool (func_readlink): New function.
31715         (func_ln_if_changed): Use it.
31716
31717 2005-09-18  Bruno Haible  <bruno@clisp.org>
31718
31719         * gnulib-tool: Support --with-tests also with --import.
31720         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
31721         (func_import): Use variables $testsbase and $inctests. Emit a
31722         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
31723         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
31724         SUBDIRS += $testsdir.
31725         (func_create_testdir): Update.
31726
31727 2005-09-18  Bruno Haible  <bruno@clisp.org>
31728
31729         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
31730         instead of $dry_run.
31731         (func_cp_if_changed, func_mv_if_changed): Remove functions.
31732         (func_ln_if_changed): Don't handle dry-run here.
31733         (func_import): In dry-run mode, detect more precisely which actions
31734         would be performed, and don't use "...ing" verbs.
31735
31736 2005-09-18  Bruno Haible  <bruno@clisp.org>
31737
31738         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
31739         (func_import): Use join on two temporary files instead of three nested
31740         loops, in order to determine which files are new or old.
31741
31742 2005-09-18  Bruno Haible  <bruno@clisp.org>
31743
31744         * gnulib-tool (func_import): Comment out code that spits out the
31745         new files with --dry-run.
31746
31747 2005-09-18  Bruno Haible  <bruno@clisp.org>
31748
31749         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
31750
31751 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
31752
31753         * lib/stat-time.h: New file.
31754         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
31755         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
31756         in a different way.
31757         (timespec_cmp): New function.
31758         * lib/utimecmp.c: Include stat-time.h.
31759         (SYSCALL_RESOLUTION): Depend on whether various struct stat
31760         members exist, not on the obsolescent ST_MTIM_NSEC.
31761         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
31762
31763 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
31764
31765         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
31766
31767 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
31768
31769         * MODULES.html.sh (File system functions): Add stat-time.
31770         * modules/stat-time: New file.
31771         * modules/timespec (Files): Remove m4/st_mtim.m4; this
31772         is now done in a different way, by the stat-time module.
31773         * modules/utimecmp (Depends-on): Add stat-time.
31774
31775 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
31776
31777         * m4/st_mtim.m4: Remove.  Superseded by...
31778         * m4/stat-time.m4: New file.
31779         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
31780         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
31781
31782 2005-09-15  Derek Price  <derek@ximbiot.com>
31783
31784         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
31785
31786 2005-09-15  Derek Price  <derek@ximbiot.com>
31787
31788         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
31789         * lib/regex_internal.c: Ditto, using this...
31790         (__GNUC_PREREQ): ...new macro.
31791         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
31792         using...
31793         (__GNUC_PREREQ): ...this new macro.
31794
31795         * lib/strstr.h: Include string.h. Define strstr as a macro here.
31796
31797 2005-09-15  Derek Price  <derek@ximbiot.com>
31798             Paul Eggert  <eggert@cs.ucla.edu>
31799
31800         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
31801         changes, consolidating in...
31802         * lib/regex_internal.h: ...this file.
31803
31804 2005-09-13  Jim Meyering  <jim@meyering.net>
31805
31806         * lib/canon-host.c: Filter through gnu indent and reword comments
31807         slightly.
31808         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
31809
31810 2005-09-13  Derek Price  <derek@ximbiot.com>
31811
31812         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
31813         failure.
31814         Reported by Jim Meyering  <jim@meyering.net>.
31815
31816 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
31817
31818         * lib/base64.c: Typo.
31819         (base64_encode): Put b64str in initialized data section.
31820
31821 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
31822
31823         Merge glibc and coreutils changes into gnulib, plus a few
31824         extra fixes.
31825         * lib/md5.c: Use #error rather than a string.
31826         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
31827         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
31828         (__attribute__): Define to empty for non recent-GCC.
31829         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
31830         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
31831         Renamed from their non-__ counterparts, with new macros replacing
31832         them if not _LIBC.  Add __THROW attribute.
31833         (rol): Remove.
31834         (struct md5_ctx): Align buffer if using GCC.
31835         * lib/sha1.h (struct sha1_ctx): Likewise.
31836         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
31837         The old name was backwards.
31838         (NOTSWAP): Remove; not used.
31839         (rol): New macro, moved here from md5.h.
31840         (sha1_process_block): Remove a FIXME that doesn't make sense.
31841
31842 2005-09-12  Derek Price  <derek@ximbiot.com>
31843
31844         Return usable errors from canon-host.
31845         * lib/canon-host.h: New file.
31846         * lib/canon-host.c (canon_host): Wrap...
31847         (canon_host_r): ...this new function, which now relies exclusively on
31848         getaddrinfo.
31849         (ch_strerror): New function.
31850         (last_cherror): New global.
31851         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
31852         interface.
31853         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
31854         void *.
31855         (freeaddrinfo): Free ai->ai_canonname when set.
31856
31857 2005-09-12  Derek Price  <derek@ximbiot.com>
31858
31859         Make canon-host require getaddrinfo.
31860         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
31861         AC_LIBSOURCE canon-host.h.  Call...
31862         (gl_PREREQ_CANON_HOST): ...this new function, which requires
31863         gl_GETADDRINFO.
31864         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
31865
31866 2005-09-12  Derek Price  <derek@ximbiot.com>
31867
31868         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
31869         LGPL.
31870         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
31871
31872 2005-09-12  Derek Price  <derek@ximbiot.com>
31873
31874         * lib/gai_strerror.c: Include config.h when available.  Include
31875         getaddrinfo.h before other headers to test interface.
31876         Reported by Larry Jones <lawrence.jones@ugs.com>.
31877
31878 2005-09-12  Derek Price  <derek@ximbiot.com>
31879             Paul Eggert  <eggert@cs.ucla.edu>
31880
31881         * modules/glob (Files): Add glob-libc.h.
31882
31883 2005-09-12  Derek Price  <derek@ximbiot.com>
31884             Paul Eggert  <eggert@cs.ucla.edu>
31885
31886         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
31887         glob_.h, glob-libc.h.
31888         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
31889
31890 2005-09-12  Derek Price  <derek@ximbiot.com>
31891             Paul Eggert  <eggert@cs.ucla.edu>
31892
31893         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
31894         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
31895         protecting things that should be done only in gnulib contexts.
31896         * lib/glob_.h: New file, containing only the glob things needed for
31897         gnulib.
31898         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
31899         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
31900         (glob, globfree, glob_pattern_p): Now defined simply in terms of
31901         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
31902         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
31903         and to respect the namespace rules better.
31904
31905 2005-09-08  Simon Josefsson  <jas@extundo.com>
31906
31907         * modules/socklen: New file.
31908
31909 2005-09-08  Simon Josefsson  <jas@extundo.com>
31910
31911         * m4/socklen.m4: New file.
31912
31913 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
31914
31915         * modules/utimens (Files): Add m4/utimbuf.m4, since
31916         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
31917         Reported by Sergey Poznyakoff.
31918
31919 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
31920
31921         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
31922         definitions, since that's the preferred style in glibc.
31923         Fix a minor spacing issue, and update copyright notice to match
31924         glibc's.
31925
31926 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
31927
31928         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
31929
31930 2005-09-06  Simon Josefsson  <jas@extundo.com>
31931
31932         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
31933         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
31934
31935 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
31936
31937         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
31938         warning.
31939
31940 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
31941
31942         * config/srclist.txt: Add glibc bug 1302.
31943
31944 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
31945
31946         Change bitset word type from unsigned int to unsigned long int,
31947         as this has better performance on typical 64-bit hosts.
31948         Port bitset code to hosts with unusual word sizes.
31949         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
31950         (build_collating_symbol):
31951         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
31952         argument is a bitset.  This is merely a style issue, but it makes
31953         it clearer that an entire array is expected.
31954         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
31955         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
31956         Port to the case where bitset_word is not the same as unsigned int.
31957         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
31958         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
31959         Likewise.
31960         * lib/regexec.c (check_dst_limits_calc_pos_1,
31961         check_subexp_matching_top):
31962         (build_trtable, group_nodes_into_DFAstates):
31963         Likewise.
31964         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
31965         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
31966         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
31967         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
31968         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
31969         * lib/regcomp.c (optimize_subexps, lower_subexp):
31970         Work even if bitset_word has holes in its bitwise representation.
31971         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
31972         * lib/regexec.c (check_dst_limits_calc_pos_1,
31973         check_subexp_matching_top):
31974         Likewise.
31975         * lib/regex_internal.c (re_string_reconstruct):
31976         Don't assume UCHAR_MAX == 255.
31977         * lib/regex_internal.h (bitset_set_all): Likewise.
31978         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
31979         All uses changed.
31980         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
31981         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
31982         All uses changed.
31983         (BITSET_WORD_MAX): New macro.
31984         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
31985         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
31986         (bitset_empty, bitset_copy):
31987         Prefer sizeof (bitset) to multiplying it out ourselves.
31988         (bitset_not_merge): Remove; unused.
31989         (bitset_contain): Return bool, not unsigned int with one bit on.
31990         All callers changed.
31991         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
31992         alignment than re_node_set; do this by defining a new internal
31993         type struct dests_alloc and using it to allocate memory.
31994
31995 2005-09-05  Bruno Haible  <bruno@clisp.org>
31996
31997         * gnulib-tool (func_import): Fix comparison in handling of symbolic
31998         links.
31999
32000 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
32001
32002         * modules/size_max (Makefile.am): Add size_max.h
32003
32004 2005-09-04  Derek Price  <derek@ximbiot.com>
32005
32006         * gnulib-tool (func_import): Fix reversed $symbolic logic.
32007
32008 2005-09-03  Simon Josefsson  <jas@extundo.com>
32009
32010         * gnulib-tool: Fix typo.
32011
32012 2005-09-03  Simon Josefsson  <jas@extundo.com>
32013
32014         * config/srclist.txt: Add glibc bug 1293.
32015
32016 2005-09-03  Derek Price  <derek@ximbiot.com>
32017
32018         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
32019         From Larry Jones <lawrence.jones@ugs.com>.
32020
32021 2005-09-02  Simon Josefsson  <jas@extundo.com>
32022
32023         * modules/socklen: New file.
32024
32025 2005-09-02  Simon Josefsson  <jas@extundo.com>
32026
32027         * modules/havelib: New module.
32028
32029         * modules/gettext, modules/iconv, modules/lock, modules/readline:
32030         Use havelib.
32031
32032 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
32033
32034         Check for arithmetic overflow when calculating sizes, to prevent
32035         some buffer-overflow issues.  These patches are conservative, in the
32036         sense that when I couldn't determine whether an overflow was possible,
32037         I inserted a run-time check.
32038         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
32039         macros.
32040         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
32041         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
32042         (re_xnrealloc, re_x2nrealloc): New inline functions.
32043         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
32044         parse_bracket_exp):
32045         (build_equiv_class, build_charclass): Check for arithmetic overflow
32046         in size expression calculations.
32047         * lib/regex_internal.c (re_string_realloc_buffers):
32048         (build_wcs_upper_buffer, re_node_set_add_intersect):
32049         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
32050         (re_dfa_add_node, register_state): Likewise.
32051         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
32052         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
32053         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
32054         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
32055
32056 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
32057
32058         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
32059         m4/ulonglong.m4.  Problem reported by Martin Lambers.
32060
32061 2005-09-02  Bruno Haible  <bruno@clisp.org>
32062
32063         Support for lib vs. lib64 distinction on biarch platforms.
32064         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
32065         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
32066         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
32067
32068 2005-09-02  Bruno Haible  <bruno@clisp.org>
32069
32070         * gnulib-tool (import): In the other first-use case, provide defaults
32071         as well.
32072
32073 2005-09-02  Bruno Haible  <bruno@clisp.org>
32074
32075         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
32076         patches not yet found in the latest gettext release.
32077
32078 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
32079
32080         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
32081         to avoid a collision with bits/local_lim.h in glibc.
32082         All uses changed.  Problem reported by Dmitry V. Levin in
32083         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
32084
32085         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
32086         bugs in int versus size_t comparisons.
32087         (re_string_context_at): Fix bug where the code assumed that
32088         Idx is signed.
32089
32090         Use bool where appropriate.
32091         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
32092         All callers changed.
32093         (calc_eclosure_iter): Likewise, for ROOT arg.
32094         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
32095         (build_charclass_op): Likewise, for NON_MATCH arg.
32096         * lib/regex_internal.c (re_string_allocate, re_string_construct):
32097         (re_string_construct_common): Likewise, for ICASE arg.
32098         * lib/regexec.c (re_search_2_stub, re_search_stub):
32099         Likewise, for RET_LEN arg.
32100         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
32101         (set_regs): Likewise, for FL_BACKTRACK arg.
32102         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
32103         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
32104         (calc_eclosure_iter, parse_bracket_exp):
32105         Use bool for internal variables that are booleans.
32106         * lib/regexec.c (re_search_internal, check_matching,
32107         proceed_next_node):
32108         (set_regs, build_sifted_states, sift_states_bkref):
32109         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
32110         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
32111         (find_collation_sequence_value):
32112         Likewise.
32113         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
32114         (re_node_set_compare):
32115         Return bool, not int. All callers changed.
32116         * lib/regexec.c (check_halt_node_context, check_dst_limits):
32117         (build_trtable, check_node_accept): Likewise.
32118         * lib/regex_internal.h: Include stdbool.h.
32119
32120         Fix bugs uncovered when converting to bool.
32121         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
32122         failure instead of charging ahead blindly.
32123         * lib/regex_internal.c (register_state): Likewise.
32124         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
32125         for freeing internal storage.
32126         (group_nodes_into_DFA_states): Use unsigned int, not int, for
32127         bitset pieces used as boolean, to avoid undefined behavior
32128         on hosts that do int overflow checking.
32129
32130 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
32131
32132         * config/srclist.txt: Add glibc bugs 1285-1287.
32133
32134 2005-09-01  Jim Meyering  <jim@meyering.net>
32135
32136         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
32137         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
32138         Require gl_STAT_MACROS, too.
32139
32140 2005-09-01  Bruno Haible  <bruno@clisp.org>
32141
32142         * gnulib-tool (import): In the first-use case, provide defaults.
32143
32144 2005-09-01  Bruno Haible  <bruno@clisp.org>
32145
32146         * gnulib-tool (func_import): Remove the .tmp files.
32147
32148 2005-09-01  Bruno Haible  <bruno@clisp.org>
32149
32150         * gnulib-tool (func_import): Fix handling of symbolic links.
32151
32152 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
32153
32154         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
32155         old glibc regex code mishandles strings longer than 2**31 bytes.
32156         This patch fixes this when the regex code is used in gnulib
32157         (i.e., outside glibc).
32158
32159         This patch should not affect the use of the regex code inside
32160         glibc.  No doubt this problem also needs to be handled for glibc
32161         as well, but the result will be an incompatible change to the
32162         glibc ABI, and the old ABI will have to be supported too.  That
32163         can be the the subject for another patch.
32164
32165         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
32166         governing whether the rest of this patch is active.  By default,
32167         the macro is disabled and the patch has no effect.
32168         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
32169         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
32170         (struct re_pattern_buffer, re_search, re_search_2, re_match):
32171         (re_match_2, re_set_registers): Use the new types.
32172         * lib/regex_internal.h (Idx, re_hashval_t): New types.
32173         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
32174         New macros.
32175         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
32176         (re_string_context_at, bin_tree_t, re_dfastate_t):
32177         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
32178         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
32179         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
32180         (re_string_char_size_at, re_string_wchar_at):
32181         (re_string_elem_size_at):
32182         Use the new types and macros to port to 64-bit hosts.
32183         Use unsigned types for internal values, so that the code
32184         mostly works even for arrays larger than SSIZE_MAX.
32185         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
32186         (search_duplicated_node, calc_eclosure_iter, fetch_number):
32187         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
32188         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
32189         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
32190         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
32191         (calc_inveclosure, parse_dup_op, build_range_exp):
32192         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
32193         (fetch_number, create_token_tree, mark_opt_subexp):
32194         Likewise.
32195         * lib/regex_internal.c (re_string_construct_common,
32196         create_ci_newstate):
32197         (create_cd_newstate, re_string_allocate, re_string_construct):
32198         (re_string_realloc_buffers, build_wcs_upper_buffer):
32199         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
32200         (re_string_reconstruct, re_string_peek_byte_case):
32201         (re_string_fetch_byte_case, re_string_context_at):
32202         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
32203         (re_node_set_init_copy, re_node_set_add_intersect):
32204         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
32205         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
32206         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
32207         (re_acquire_state, re_acquire_state_context, register_state):
32208         Likewise.
32209         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
32210         search_cur_bkref_entry):
32211         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
32212         (re_search_internal, re_search_2_stub, re_search_stub)
32213         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
32214         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
32215         (update_cur_sifted_state, check_dst_limits):
32216         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
32217         (check_subexp_limits, sift_states_bkref, merge_state_array):
32218         (check_subexp_matching_top, get_subexp, get_subexp_sub):
32219         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
32220         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
32221         (expand_bkref_cache, check_node_accept_bytes):
32222         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
32223         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
32224         (acquire_init_state_context, check_halt_node_context):
32225         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
32226         (sift_states_backward, clean_state_log_if_needed):
32227         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
32228         (find_recover_state, transit_state_sb, transit_state_mb):
32229         (transit_state_bkref, build_trtable, match_ctx_clean):
32230         Likewise.
32231         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
32232         to work around an assumption that REG_MISSING is negative.
32233
32234         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
32235         (seek_collating_symbol_entry) [defined _LIBC]:
32236         (lookup_collation_sequence_value) [defined _LIBC]:
32237         (build_range_exp, build_collating_symbol) [defined _LIBC]:
32238         Use prototypes rather than old-style function definitions.
32239         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
32240         (transit_state_sb) [0]:
32241         (find_collation_sequence_value) [defined _LIBC]: Likewise.
32242
32243         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
32244         rm_eo.
32245
32246         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
32247         (optimize_subexps, lower_subexp):
32248         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
32249         since the signed shift might overflow.  Use 1u<<31 instead.
32250         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
32251         Likewise.
32252         * lib/regexec.c (check_dst_limits_calc_pos_1,
32253         check_subexp_matching_top): Likewise.
32254
32255         * lib/regcomp.c (optimize_subexps, lower_subexp):
32256         Use CHAR_BIT rather than 8, for clarity.
32257         * lib/regexec.c (check_dst_limits_calc_pos_1):
32258         (check_subexp_matching_top): Likewise.
32259         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
32260         have to worry about portability issues when shifting it left.
32261         Remove no-longer-needed test for table_size > 0.
32262         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
32263         in a word, as the resulting behavior is undefined.
32264         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
32265         in one case, a <= should have been an <, and in another case the
32266         whole test was missing.
32267         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
32268         the standard name CHAR_BIT.
32269         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
32270         this is not true on one's complement and signed-magnitude hosts.
32271
32272         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
32273         next_last_offset.
32274         (struct re_dfa_t): Remove unused member states_alloc.
32275         * lib/regcomp.c (init_dfa): Don't initialize unused members.
32276
32277 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
32278
32279         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
32280         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
32281         and large-file glibc and in 32-bit large-file Solaris.
32282
32283 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
32284
32285         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
32286         lengths fit in regoff_t; this isn't true if regoff_t is the same
32287         width as size_t.
32288         * lib/regex.c (re_search_internal): 5th arg is LAST_START
32289         (= START + RANGE) instead of RANGE.  This avoids overflow
32290         problems when regoff_t is the same width as size_t.
32291         All callers changed.
32292         (re_search_2_stub): Check for overflow when adding the
32293         sizes of the two strings.
32294         (re_search_stub): Check for overflow when adding START
32295         to RANGE; if it occurs, substitute the extreme value.
32296
32297 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
32298
32299         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
32300
32301 2005-08-31  Jim Meyering  <jim@meyering.net>
32302
32303         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
32304         a pointer-to-const.
32305         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
32306         (register_state): Likewise.
32307         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
32308         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
32309         (group_nodes_into_DFAstates): Likewise.
32310
32311 2005-08-31  Jim Meyering  <jim@meyering.net>
32312
32313         * check-module: Add a FIXME comment.
32314
32315 2005-08-31  Eric Blake  <ebb9@byu.net>
32316
32317         * modules/unistd-safer (Files): Add unistd--.h.
32318         * modules/stdio-safer (Files): Add stdio--.h.
32319
32320 2005-08-31  Derek Price  <derek@ximbiot.com>
32321
32322         * lib/getdelim.c (getdelim): Return EOF on EOF.
32323         Reported by Larry Jones <lawrence.jones@ugs.com>.
32324
32325 2005-08-31  Bruno Haible  <bruno@clisp.org>
32326
32327         Avoid unnecessary diffs in the generated lib/Makefile.am.
32328         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
32329         the generated files.
32330         (func_import): Don't set cmd.
32331
32332 2005-08-31  Bruno Haible  <bruno@clisp.org>
32333
32334         * lib/strstr.c: Include <stddef.h>, for NULL.
32335         * lib/strcasestr.c: Likewise.
32336         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
32337
32338 2005-08-31  Bruno Haible  <bruno@clisp.org>
32339
32340         * gnulib-tool: New option --macro-prefix.
32341         (func_import): Use macro_prefix.
32342         (import): Handle option --macro-prefix.
32343
32344 2005-08-31  Bruno Haible  <bruno@clisp.org>
32345
32346         * gnulib-tool (import): Rename most ac_* variables to cached_*.
32347         Also use new variables cached_lgpl, cached_libtool.
32348
32349 2005-08-31  Bruno Haible  <bruno@clisp.org>
32350
32351         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
32352         always instantiating them.
32353
32354 2005-08-31  Bruno Haible  <bruno@clisp.org>
32355
32356         * gnulib-tool (func_import): Read the previous cached settings
32357         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
32358         earlier added by gnulib but are now dropped. Warn when a gnulib file
32359         overwrites a non-gnulib file.
32360
32361 2005-08-31  Bruno Haible  <bruno@clisp.org>
32362
32363         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
32364         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
32365         projects that don't keep autogenerated files in CVS. Put into
32366         actioncmd only the specified modules, not the transitive closure.
32367
32368 2005-08-31  Bruno Haible  <bruno@clisp.org>
32369
32370         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
32371         Create directories that shall be filled.
32372         (import): Don't look for gl_* macros in configure.ac. Recurse across
32373         all directories containing a gnulib-cache.m4 files, if meaningful.
32374
32375 2005-08-31  Bruno Haible  <bruno@clisp.org>
32376
32377         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
32378         (import): Set seen_libtool when we see gl_LIBTOOL.
32379
32380 2005-08-31  Bruno Haible  <bruno@clisp.org>
32381
32382         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
32383         declaration macro definitions from generated gnulib.m4.
32384
32385 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
32386
32387         * lib/iconvme.h: Add prototype for iconv_alloc.
32388
32389 2005-08-29  Simon Josefsson  <jas@extundo.com>
32390
32391         * lib/iconvme.c: Fix errno.
32392
32393 2005-08-29  Bruno Haible  <bruno@clisp.org>
32394
32395         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
32396         that it works when the directory contains spaces.
32397
32398 2005-08-29  Bruno Haible  <bruno@clisp.org>
32399
32400         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
32401
32402 2005-08-29  Bruno Haible  <bruno@clisp.org>
32403
32404         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
32405         Emit more advice.
32406
32407 2005-08-29  Bruno Haible  <bruno@clisp.org>
32408         and Stepan Kasal  <kasal@ucw.cz>
32409
32410         * check-module: If more parameters are given, check each of them
32411         separately; add more exceptions, as noted by Jim Meyering.
32412         (check_module): New procedure.
32413         (%exempt_header): Now contains all exceptions.
32414
32415 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
32416
32417         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
32418
32419 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
32420
32421         * lib/iconvme.c: Split iconv_string into iconv_alloc.
32422
32423 2005-08-28  Bruno Haible  <bruno@clisp.org>
32424
32425         * m4/gnulib-tool.m4: New file.
32426
32427 2005-08-27  Jim Meyering  <jim@meyering.net>
32428
32429         * modules/unistd-safer (Files): Add pipe-safer.c.
32430         * modules/fcntl-safer (Files): Add creat-safer.c.
32431
32432 2005-08-27  Jim Meyering  <jim@meyering.net>
32433
32434         * m4/stdlib-safer.m4: New file.  From coreutils.
32435         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
32436         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
32437         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
32438         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
32439         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
32440
32441 2005-08-27  Jim Meyering  <jim@meyering.net>
32442
32443         * lib/fopen-safer.c: Merge minor changes from coreutils.
32444         * lib/dup-safer.c: Likewise.
32445         * lib/fd-safer.c: Likewise.
32446
32447         Merge from coreutils.
32448         * lib/stdio--.h: New file.
32449         * lib/stdlib--.h: New file.
32450         * lib/mkstemp-safer.c: New file.
32451
32452         GNU tar needs these.
32453         * lib/pipe-safer.c: New file.
32454         * lib/creat-safer.c: New file.
32455         * lib/fcntl--.h (creat): Define to creat_safer.
32456         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
32457         * lib/unistd--.h (pipe): Define to pipe_safer.
32458         * lib/unistd-safer.h: Declare pipe_safer.
32459
32460 2005-08-26  Simon Josefsson  <jas@extundo.com>
32461
32462         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
32463         Haible <bruno@clisp.org>.
32464
32465 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
32466
32467         * lib/regex_internal.h: Remove all references to
32468         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
32469         or better.
32470         (bitset_not, bitset_merge, bitset_not_merge):
32471         (bitset_mask, re_string_allocate, re_string_construct):
32472         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
32473         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
32474         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
32475         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
32476         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
32477         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
32478         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
32479         (re_acquire_state_context):
32480         Remove unnecessary forward decls.
32481         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
32482         Put __attribute at function definition,
32483         now that the function decl has been removed.
32484         * lib/regex_internal.c (re_string_peek_byte_case):
32485         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
32486         Likewise.
32487
32488 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
32489
32490         * m4/regex.m4: Add AC_PREREQ(2.50).
32491         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
32492
32493 2005-08-25  Simon Josefsson  <jas@extundo.com>
32494
32495         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
32496         __fsetlocking.
32497
32498 2005-08-25  Simon Josefsson  <jas@extundo.com>
32499
32500         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
32501         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
32502         GLIBC specific code.
32503
32504 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
32505
32506         Make regex safe for g++.  This fixes one real bug (an "err"
32507         that should have been "*err").  g++ problem reported by
32508         Sam Steingold.
32509         * lib/regex_internal.h (re_calloc): New macro, consistent with
32510         re_malloc etc.  All callers of calloc changed to use re_calloc.
32511         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
32512         not int.  All callers changed.
32513         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
32514         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
32515         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
32516         (find_recover_state): Change "err" to "*err"; this fixes what
32517         appears to be a real bug.
32518         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
32519         versus int.
32520
32521 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
32522
32523         * modules/regex (Depends-on): Add malloc, since the code
32524         assumes that !malloc(0) means failure.
32525
32526 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
32527
32528         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
32529
32530         alloca modernization/simplification for regex.
32531         * lib/regex.c: Remove portability cruft for alloca.  This no longer
32532         needs to be at the start of the file, and can be moved into
32533         regex_internal.h and simplified.
32534         * lib/regex_internal.h: Include <alloca.h>.
32535         (__libc_use_alloca) [!defined _LIBC]: New macro.
32536         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
32537         now works outside glibc.
32538
32539 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
32540
32541         * config/srclist.txt: Add glibc bugs 1241, 1245.
32542
32543 2005-08-25  Jim Meyering  <jim@meyering.net>
32544
32545         * lib/open-safer.c: Include <config.h>.
32546         Otherwise, we'd lose LARGEFILE support in any file using
32547         e.g. "fcntl--.h"
32548
32549 2005-08-25  Bruno Haible  <bruno@clisp.org>
32550
32551         * m4/minmax.m4: Require autoconf 2.52.
32552         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
32553         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
32554         alternatives of translit over the alphabet.
32555         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
32556
32557 2005-08-24  Simon Josefsson  <jas@extundo.com>
32558
32559         * tests/test-getpass.c: New file.
32560
32561 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
32562
32563         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
32564         for GNU regex features.
32565
32566 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
32567
32568         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
32569         * lib/regex.h (regerror): Likewise.
32570
32571         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
32572         requires this.  (The code never needed it.)
32573
32574         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
32575         All uses of recently-renamed identifiers changed to use the new,
32576         POSIX-compliant names.  The code will build and run just fine
32577         without these changes, but it's better to eat our own dog food
32578         and use the standard-conforming names.
32579
32580         * lib/regex.h: Fix a multitude of POSIX name space violations.
32581         These changes have an effect only for programs that define
32582         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
32583         do not change anything for programs compiled in the normal way.
32584         Also, there is no effect on the ABI.
32585
32586         (_REGEX_SOURCE): New macro.
32587         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
32588         defined and _GNU_SOURCE is not; this fixes a name space violation.
32589
32590         Rename the following macros to obey POSIX requirements.
32591         The old names are still visible as macros if _REGEX_SOURCE is defined.
32592         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
32593         RE_BACKSLASH_ESCAPE_IN_LISTS.
32594         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
32595         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
32596         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
32597         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
32598         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
32599         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
32600         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
32601         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
32602         (REG_INTERVALS): renamed from RE_INTERVALS.
32603         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
32604         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
32605         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
32606         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
32607         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
32608         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
32609         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
32610         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
32611         RE_UNMATCHED_RIGHT_PAREN_ORD.
32612         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
32613         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
32614         (REG_DEBUG): renamed from RE_DEBUG.
32615         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
32616         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
32617         unusual, since we can't clash with the POSIX REG_ICASE.
32618         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
32619         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
32620         (REG_NO_SUB): renamed from RE_NO_SUB.
32621         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
32622         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
32623         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
32624         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
32625         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
32626         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
32627         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
32628         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
32629         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
32630         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
32631         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
32632         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
32633         RE_SYNTAX_POSIX_MINIMAL_BASIC.
32634         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
32635         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
32636         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
32637         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
32638         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
32639         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
32640         (REG_FIXED): Renamed from REGS_FIXED.
32641         (REG_NREGS): Renamed from RE_NREGS.
32642
32643         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
32644         of other REG_* macros, since POSIX says the user is allowed to
32645         #undef these macros selectively.
32646
32647         (reg_errcode_t): Update comment stating what other tables need
32648         to be consistent.
32649
32650         Rename the following enum values to obey POSIX requirements.
32651         The old names are still visible as macros.
32652         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
32653         is not defined, since GNU is supposed to be a superset of POSIX as
32654         much as possible, and since we want reg_errcode_t to be a signed
32655         type for implementation consistency.
32656         (_REG_NOERROR): Renamed from REG_NOERROR.
32657         (_REG_NOMATCH): Renamed from REG_NOMATCH.
32658         (_REG_BADPAT): Renamed from REG_BADPAT.
32659         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
32660         (_REG_ECTYPE): Renamed from REG_ECTYPE.
32661         (_REG_EESCAPE): Renamed from REG_EESCAPE.
32662         (_REG_ESUBREG): Renamed from REG_ESUBREG.
32663         (_REG_EBRACK): Renamed from REG_EBRACK.
32664         (_REG_EPAREN): Renamed from REG_EPAREN.
32665         (_REG_EBRACE): Renamed from REG_EBRACE.
32666         (_REG_BADBR): Renamed from REG_BADBR.
32667         (_REG_ERANGE): Renamed from REG_ERANGE.
32668         (_REG_ESPACE): Renamed from REG_ESPACE.
32669         (_REG_BADRPT): Renamed from REG_BADRPT.
32670         (_REG_EEND): Renamed from REG_EEND.
32671         (_REG_ESIZE): Renamed from REG_ESIZE.
32672         (_REG_ERPAREN): Renamed from REG_ERPAREN.
32673         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
32674         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
32675         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
32676         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
32677
32678         (_REG_RE_NAME, _REG_RM_NAME): New macros.
32679         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
32680         changed.  But support the old name if the new one is not defined
32681         and if _REGEX_SOURCE.
32682
32683         Change the following member names in struct re_pattern_buffer.
32684         The old names are still supported if !_REGEX_SOURCE.
32685         The new names are always supported, regardless of _REGEX_SOURCE.
32686         (re_buffer): Renamed from buffer.
32687         (re_allocated): Renamed from allocated.
32688         (re_used): Renamed from used.
32689         (re_syntax): Renamed from syntax.
32690         (re_fastmap): Renamed from fastmap.
32691         (re_translate): Renamed from translate.
32692         (re_can_be_null): Renamed from can_be_null.
32693         (re_regs_allocated): Renamed from regs_allocated.
32694         (re_fastmap_accurate): Renamed from fastmap_accurate.
32695         (re_no_sub): Renamed from no_sub.
32696         (re_not_bol): Renamed from not_bol.
32697         (re_not_eol): Renamed from not_eol.
32698         (re_newline_anchor): Renamed from newline_anchor.
32699
32700         Change the following member names in struct re_registers.
32701         The old names are still supported if !_REGEX_SOURCE.
32702         The new names are always supported, regardless of _REGEX_SOURCE.
32703         (rm_num_regs): Renamed from num_regs.
32704         (rm_start): Renamed from start.
32705         (rm_end): Renamed from end.
32706
32707         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
32708         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
32709         Prepend __ to parameter names.
32710
32711         Undo yesterday's changes.
32712
32713 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
32714
32715         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
32716         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
32717         lib/regex.c.
32718
32719 2005-08-24  Jim Meyering  <jim@meyering.net>
32720
32721         Sync from coreutils.
32722         * m4/fcntl-safer.m4: New file.
32723
32724         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
32725         and object files for this module.
32726
32727 2005-08-24  Jim Meyering  <jim@meyering.net>
32728
32729         Sync from coreutils.
32730         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
32731
32732 2005-08-24  Jim Meyering  <jim@meyering.net>
32733
32734         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
32735         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
32736
32737 2005-08-24  Jim Meyering  <jim@meyering.net>
32738
32739         * modules/fcntl-safer: New module.
32740         * modules/fts (Depends-on): Add fcntl-safer.
32741         * MODULES.html.sh (File descriptor based Input/Output):
32742         Add fcntl-safer.
32743
32744 2005-08-24  Bruno Haible  <bruno@clisp.org>
32745
32746         Support for unit test modules.
32747         * modules/README: Mention tests modules.
32748         * modules/TEMPLATE-TESTS: New file.
32749         * gnulib-tool: New options --extract-tests-module, --with-tests and
32750         --tests-base (unused for the moment).
32751         (testsbase, inctests): New variables.
32752         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
32753         (func_verify_module): Exclude TEMPLATE-TESTS.
32754         (func_verify_nontests_module, func_verify_tests_module): New functions.
32755         (func_get_dependencies): Add implicit dependency for tests modules.
32756         (func_get_tests_module): New function.
32757         (func_modules_transitive_closure): When --with-tests was specified,
32758         include the unit tests as well, unless explicitly avoided.
32759         (func_emit_lib_Makefile_am): Ignore the tests modules here.
32760         (func_emit_tests_Makefile_am): New function.
32761         (func_create_testdir): When --with-tests was specified, emit a
32762         tests/ directory.
32763         * MODULES.html.sh (Future developments): Update.
32764
32765 2005-08-24  Bruno Haible  <bruno@clisp.org>
32766
32767         * modules/tls-tests: New file.
32768         * tests/test-tls.c: New file, from GNU gettext.
32769
32770 2005-08-24  Bruno Haible  <bruno@clisp.org>
32771
32772         * modules/lock-tests: New file.
32773         * tests/test-lock.c: New file, from GNU gettext.
32774
32775 2005-08-24  Bruno Haible  <bruno@clisp.org>
32776
32777         * lib/lock.h: Add multiple inclusion guard.
32778         * lib/tls.h: Add multiple inclusion guard.
32779
32780 2005-08-24  Bruno Haible  <bruno@clisp.org>
32781
32782         * gnulib-tool: Add support for the --aux-dir option to
32783         --create-testdir, --create-megatestdir, --test, --megatest.
32784         (func_create_testdir, func_create_megatestdir): Optionally emit a
32785         AC_CONFIG_AUX_DIR directive.
32786         (create-testdir, create-megatestdir, test, megatest): Provide a
32787         default value for $auxdir.
32788
32789 2005-08-24  Bruno Haible  <bruno@clisp.org>
32790
32791         * gnulib-tool (import): Use compound statement instead of subshell
32792         where possible.
32793
32794 2005-08-24  Bruno Haible  <bruno@clisp.org>
32795
32796         * gnulib-tool (import): Change --aux-dir default to "build-aux".
32797
32798 2005-08-24  Bruno Haible  <bruno@clisp.org>
32799
32800         * gnulib-tool (func_version): Update.
32801
32802 2005-08-24  Bruno Haible  <bruno@clisp.org>
32803
32804         * gnulib-tool (func_import, func_create_testdir,
32805         func_create_megatestdir): Quote all autoconf macro arguments.
32806
32807 2005-08-24  Bruno Haible  <bruno@clisp.org>
32808
32809         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
32810         option --force, because --force causes the aclocal.m4 of each
32811         subdirectory to be newer than the corresponding config.h.in.
32812
32813 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
32814
32815         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
32816         All contents moved to gl_REGEX.
32817         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
32818         assume that it does.
32819
32820 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
32821
32822         * lib/regex.h (REG_NOSYS)
32823         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
32824         Define, since POSIX requires it as of 2001.
32825         (_REG_ENOSYS)
32826         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
32827         New private symbol, used to keep the enum signed in all cases.
32828         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
32829         Youngman in
32830         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
32831
32832         * lib/regex_internal.c (re_string_skip_chars, register_state):
32833         (calc_state_hash):
32834         Remove forward decls; no longer needed now that we use prototypes.
32835         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
32836         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
32837         (clean_state_log_if_needed): Likewise.
32838
32839 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
32840
32841         * config/srclist.txt: Add glibc bugs 1231-1233.
32842
32843 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
32844
32845         Fix problems reported by Sam Steingold in
32846         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
32847         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
32848         assumed that reg_errcode_t is a signed type, which is not
32849         necessarily true if _XOPEN_SOURCE is not defined.
32850         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
32851         since some compilers warn about it otherwise.
32852
32853 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
32854
32855         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
32856         (init_word_char, create_initial_state, duplicate_node_closure):
32857         (fetch_token, peek_token_bracket, build_range_exp):
32858         (build_collating_symbol): Remove forward decls; no longer needed
32859         now that we use prototypes.
32860
32861         * lib/regcomp.c:
32862         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
32863         (re_compile_fastmap_iter, regcomp, regerror, regfree):
32864         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
32865         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
32866         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
32867         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
32868         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
32869         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
32870         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
32871         (build_range_exp, build_collating_symbol, parse_bracket_exp):
32872         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
32873         (build_charclass, build_charclass_op, fetch_number, create_tree):
32874         (create_token_tree, mark_opt_subexp, duplicate_tree):
32875         Use prototypes rather than old-style definitions.
32876
32877         * lib/regex_internal.c:
32878         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
32879         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
32880         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
32881         (re_string_reconstruct, re_string_peek_byte_case):
32882         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
32883         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
32884         (re_node_set_init_copy, re_node_set_add_intersect):
32885         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
32886         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
32887         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
32888         (re_acquire_state, re_acquire_state_context, register_state):
32889         (create_ci_newstate, create_cd_newstate, free_state):
32890         Likewise.
32891         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
32892         re_search_2):
32893         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
32894         (re_search_internal, prune_impossible_nodes):
32895         (acquire_init_state_context, check_matching, static):
32896         (check_halt_node_context, check_halt_state_context, proceed_next_node):
32897         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
32898         (update_regs, sift_states_backward, build_sifted_states):
32899         (clean_state_log_if_needed, merge_state_array):
32900         (update_cur_sifted_state, add_epsilon_src_nodes):
32901         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
32902         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
32903         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
32904         (find_recover_state, check_subexp_matching_top, transit_state_mb):
32905         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
32906         (check_arrival, check_arrival_add_next_nodes):
32907         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
32908         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
32909         (check_node_accept_bytes, check_node_accept, extend_buffers):
32910         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
32911         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
32912         (sift_ctx_init):
32913         Likewise.
32914
32915         * lib/regex_internal.h:
32916         (re_string_allocate, re_string_construct, re_string_reconstruct):
32917         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
32918         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
32919         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
32920         (re_string_context_at, re_string_peek_byte_case):
32921         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
32922         is defined, since we now use prototypes always.
32923
32924         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
32925         C89 or better.  All uses removed.
32926
32927 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
32928
32929         * config/srclist.txt: Add glibc bugs 1220-1227.
32930
32931 2005-08-20  Jim Meyering  <jim@meyering.net>
32932
32933         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
32934         of unused local, dfa.
32935
32936 2005-08-20  Bruno Haible  <bruno@clisp.org>
32937
32938         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
32939
32940 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
32941
32942         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
32943         (re_node_set_insert_last, re_dfa_add_node):
32944         Rename local variables to avoid GCC shadowing warnings.
32945
32946 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
32947
32948         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
32949         [defined lint]: Suppress bogus uninitialized-variable warnings.
32950
32951         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
32952         and let the caller return REG_ESPACE if out of space.  This
32953         removes an uninitialied-variable warning with GCC 4.0.1, and also
32954         avoids taking the address of a local variable.  All callers
32955         changed.
32956
32957 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
32958
32959         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
32960         $LIBCSRC/posix/regexec.c.
32961         Add glibc bug 1217 for regcomp.c.
32962
32963 2005-08-19  Jim Meyering  <jim@meyering.net>
32964
32965         * lib/regexec.c (proceed_next_node): Redo local variables to
32966         avoid GCC shadowing warnings.
32967
32968 2005-08-18  Bruno Haible  <bruno@clisp.org>
32969
32970         * lib/strstr.c (strstr): Fix return value in multibyte case.
32971         * lib/strcasestr.c (strcasestr): Likewise.
32972
32973 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
32974
32975         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
32976
32977 2005-08-17  Jim Meyering  <jim@meyering.net>
32978
32979         Make the %s format (seconds since the epoch) work for a negative
32980         number and when used with a zero-padded field width, e.g. %015s.
32981
32982         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
32983         label so that it precedes the code to set `digits'.  Otherwise,
32984         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
32985         print `00-22'.  Now, it prints `-0022', as it should.
32986
32987 2005-08-17  Bruno Haible  <bruno@clisp.org>
32988
32989         * modules/strstr (Files): Add m4/mbrtowc.m4.
32990         (Depends-on): Add mbuiter.
32991
32992 2005-08-17  Bruno Haible  <bruno@clisp.org>
32993
32994         * modules/strcasestr: New file.
32995         * MODULES.html.sh (String handling, based on ANSI C 89): Add
32996         strcasestr.
32997
32998 2005-08-17  Bruno Haible  <bruno@clisp.org>
32999
33000         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
33001
33002 2005-08-17  Bruno Haible  <bruno@clisp.org>
33003
33004         * modules/mbuiter: New file.
33005         * MODULES.html.sh (Extended multibyte and wide character utilities):
33006         Add mbuiter.
33007
33008 2005-08-17  Bruno Haible  <bruno@clisp.org>
33009
33010         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
33011         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
33012
33013 2005-08-17  Bruno Haible  <bruno@clisp.org>
33014
33015         * m4/strcasestr.m4: New file.
33016
33017 2005-08-17  Bruno Haible  <bruno@clisp.org>
33018
33019         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
33020         * lib/strstr.c: Completely rewritten, with multibyte locale support.
33021
33022 2005-08-17  Bruno Haible  <bruno@clisp.org>
33023
33024         * lib/strcasestr.h: New file.
33025         * lib/strcasestr.c: New file.
33026
33027 2005-08-17  Bruno Haible  <bruno@clisp.org>
33028
33029         * lib/strcasecmp.c: Use mbuiter.h.
33030
33031 2005-08-17  Bruno Haible  <bruno@clisp.org>
33032
33033         * lib/mbuiter.h: New file.
33034
33035 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
33036
33037         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
33038         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
33039         and gl_GETOPT are both invoked via different paths (as happens
33040         with GNU tar CVS because it uses both argp and getopt), the former
33041         wins.
33042
33043 2005-08-16  Bruno Haible  <bruno@clisp.org>
33044
33045         * modules/tls: New file.
33046         * MODULES.html.sh (Multithreading): Add tls.
33047
33048 2005-08-16  Bruno Haible  <bruno@clisp.org>
33049
33050         * modules/strnlen1: New file.
33051         * MODULES.html.sh (String handling): Add strnlen1.
33052
33053 2005-08-16  Bruno Haible  <bruno@clisp.org>
33054
33055         * modules/strcase (Files): Add m4/mbrtowc.m4.
33056         (Depends-on): Add strnlen1, mbchar.
33057
33058 2005-08-16  Bruno Haible  <bruno@clisp.org>
33059
33060         * modules/mbiter: New file.
33061         * MODULES.html.sh (Extended multibyte and wide character utilities):
33062         Add mbiter.
33063
33064 2005-08-16  Bruno Haible  <bruno@clisp.org>
33065
33066         * modules/mbfile: New file.
33067         * MODULES.html.sh (Extended multibyte and wide character utilities):
33068         Add mbfile.
33069
33070 2005-08-16  Bruno Haible  <bruno@clisp.org>
33071
33072         * modules/mbchar: New file.
33073         * MODULES.html.sh (Extended multibyte and wide character utilities):
33074         New section.
33075
33076 2005-08-16  Bruno Haible  <bruno@clisp.org>
33077
33078         * m4/tls.m4: New file, from GNU gettext.
33079
33080 2005-08-16  Bruno Haible  <bruno@clisp.org>
33081
33082         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
33083         always.
33084         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
33085
33086 2005-08-16  Bruno Haible  <bruno@clisp.org>
33087
33088         * m4/mbiter.m4: New file.
33089
33090 2005-08-16  Bruno Haible  <bruno@clisp.org>
33091
33092         * m4/mbfile.m4: New file.
33093
33094 2005-08-16  Bruno Haible  <bruno@clisp.org>
33095
33096         * m4/mbchar.m4: New file.
33097
33098 2005-08-16  Bruno Haible  <bruno@clisp.org>
33099
33100         * lib/tls.h: New file, from GNU gettext.
33101         * lib/tls.c: New file, from GNU gettext.
33102
33103 2005-08-16  Bruno Haible  <bruno@clisp.org>
33104
33105         * lib/strnlen1.h: New file.
33106         * lib/strnlen1.c: New file.
33107
33108 2005-08-16  Bruno Haible  <bruno@clisp.org>
33109
33110         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
33111         (mbi_init): Update.
33112         (mbi_avail, mbi_advance): Let the iteration end before the terminating
33113         NUL byte, not after it.
33114
33115 2005-08-16  Bruno Haible  <bruno@clisp.org>
33116
33117         * lib/strcase.h (strcasecmp): Add note in comments.
33118         * lib/strncasecmp.c: Use code from strcasecmp.c.
33119         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
33120         (strcasecmp): Work correctly in multibyte locales.
33121
33122 2005-08-16  Bruno Haible  <bruno@clisp.org>
33123
33124         * lib/mbiter.h: New file.
33125
33126 2005-08-16  Bruno Haible  <bruno@clisp.org>
33127
33128         * lib/mbfile.h: New file.
33129
33130 2005-08-16  Bruno Haible  <bruno@clisp.org>
33131
33132         * lib/mbchar.h: New file.
33133         * lib/mbchar.c: New file.
33134
33135 2005-08-16  Bruno Haible  <bruno@clisp.org>
33136
33137         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
33138         the valid ones. Makes the comparison operations transitive:
33139         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
33140         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
33141
33142 2005-08-15  Simon Josefsson  <jas@extundo.com>
33143
33144         * modules/ssize_t (License): Change to 'unlimited'.
33145
33146         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
33147
33148 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
33149
33150         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
33151         Add comments for each pending glibc patch.
33152
33153 2005-08-15  Bruno Haible  <bruno@clisp.org>
33154
33155         * lib/regex.h (__restrict_arr): Don't define to __restrict if
33156         __cplusplus is defined.
33157
33158 2005-08-14  Jim Meyering  <jim@meyering.net>
33159
33160         Sync from coreutils.
33161
33162         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
33163         Use the hash-table-based cycle-detection code not just when
33164         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
33165         Reported by James Youngman in
33166         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
33167         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
33168         FTS_TIGHT_CYCLE_CHECK.
33169         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
33170         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
33171         once again.
33172         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
33173         * lib/fts.c (fd_safer): Remove decl.
33174         Include fcntl--.h rather than unistd-safer.h
33175         (fts_safe_changedir): Don't call fd_safer; no longer needed
33176         now that we include fcntl--.h.
33177
33178 2005-08-12  Simon Josefsson  <jas@extundo.com>
33179
33180         * modules/getndelim2: Use ssize_t module.
33181         * modules/getnline: Likewise.
33182         * modules/safe-read: Likewise.
33183         * modules/xreadlink: Likewise.
33184
33185         * modules/ssize_t: New file.
33186
33187 2005-08-12  Simon Josefsson  <jas@extundo.com>
33188
33189         * m4/readline.m4: Look for termcap, curses or ncurses if required.
33190
33191 2005-08-12  Simon Josefsson  <jas@extundo.com>
33192
33193         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
33194         ssize_t.
33195
33196 2005-08-12  Simon Josefsson  <jas@extundo.com>
33197
33198         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
33199         readline, getdelim and check_version.
33200         (Support for systems lacking ISO C 99: Sizes of integer types):
33201         Add size_max.
33202
33203 2005-08-12  Bruno Haible  <bruno@clisp.org>
33204
33205         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
33206
33207 2005-08-11  Simon Josefsson  <jas@extundo.com>
33208
33209         * modules/readline: New file.
33210
33211         * modules/strnlen (Files): Add strnlen.h.
33212
33213 2005-08-11  Simon Josefsson  <jas@extundo.com>
33214
33215         * m4/readline.m4: New file.
33216
33217 2005-08-11  Simon Josefsson  <jas@extundo.com>
33218
33219         * lib/readline.h, readline.c: New file.
33220
33221 2005-08-11  Simon Josefsson  <jas@extundo.com>
33222
33223         * doc/gnulib.texi (Initial import, Finishing touches): Mention
33224         gl_AVOID.
33225
33226 2005-08-11  Bruno Haible  <bruno@clisp.org>
33227
33228         * lib/strnlen.h (strnlen): Change parameter name to match comment.
33229
33230 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
33231
33232         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
33233
33234 2005-08-10  Simon Josefsson  <jas@extundo.com>
33235
33236         * tests/test-iconvme.c: New file.
33237
33238 2005-08-10  Simon Josefsson  <jas@extundo.com>
33239
33240         * m4/strnlen.m4: New file.
33241
33242         * m4/strndup.m4: Don't check for strnlen declaration, done in
33243         strnlen.m4.
33244
33245 2005-08-10  Simon Josefsson  <jas@extundo.com>
33246
33247         * lib/strndup.c: Use strnlen.h.
33248
33249         * lib/strnlen.h: New file.
33250
33251 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
33252
33253         * README: Typos.
33254
33255 2005-08-02  Simon Josefsson  <jas@extundo.com>
33256
33257         * modules/readline: New file.
33258
33259 2005-08-02  Simon Josefsson  <jas@extundo.com>
33260
33261         * modules/getdelim: New file.
33262
33263         * modules/getline: Rewrite, don't use getndelim2.
33264
33265 2005-08-02  Simon Josefsson  <jas@extundo.com>
33266
33267         * m4/getline.m4: Separate out getdelim stuff into separate module.
33268
33269         * m4/getdelim.m4: New file.
33270
33271 2005-08-02  Simon Josefsson  <jas@extundo.com>
33272
33273         * lib/getline.h, getline.c: Rewrite.
33274
33275         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
33276
33277 2005-07-31  Bruno Haible  <bruno@clisp.org>
33278
33279         * lib/lock.h (gl_lock_initializer): New macro.
33280         (gl_lock_define_initialized): Use it.
33281         (gl_rwlock_initializer): New macro.
33282         (gl_rwlock_define_initialized): Use it.
33283         (gl_recursive_lock_initializer): New macro.
33284         (gl_recursive_lock_define_initialized): Use it.
33285
33286 2005-07-30  Karl Berry  <karl@gnu.org>
33287
33288         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
33289         Report from Ben Pfaff, regarding getopt.
33290
33291 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
33292
33293         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
33294         normal way.
33295         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
33296         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
33297         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
33298         (gl_GETOPT): Use the new macros.  Most of the implementation
33299         is moved to the new macros.  This is for programs like Emacs
33300         that don't want all the functionality of gl_GETOPT.
33301
33302 2005-07-26  Bruno Haible  <bruno@clisp.org>
33303
33304         * m4/lock.m4: Update from GNU gettext.
33305
33306 2005-07-26  Bruno Haible  <bruno@clisp.org>
33307
33308         * lib/lock.h: Update from GNU gettext.
33309         * lib/lock.c: Update from GNU gettext.
33310
33311 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
33312
33313         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
33314         obsolescent AC_TRY_RUN.  Include the default includes files, for
33315         'exit'.
33316
33317 2005-07-24  Bruno Haible  <bruno@clisp.org>
33318
33319         * modules/visibility: New file.
33320         * MODULES.html.sh (Misc): Add visibility.
33321
33322 2005-07-24  Bruno Haible  <bruno@clisp.org>
33323
33324         * m4/visibility.m4: New file.
33325
33326 2005-07-24  Bruno Haible  <bruno@clisp.org>
33327
33328         * doc/visibility.texi: New file.
33329
33330 2005-07-22  Bruno Haible  <bruno@clisp.org>
33331
33332         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
33333         $(ALLOCA_H), redundant through BUILT_SOURCES.
33334         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
33335         redundant through BUILT_SOURCES.
33336         * modules/byteswap (Makefile.am): Remove explicit dependency on
33337         $(BYTESWAP_H), redundant through BUILT_SOURCES.
33338         * modules/fnmatch (Makefile.am): Remove explicit dependency on
33339         $(FNMATCH_H), redundant through BUILT_SOURCES.
33340         * modules/getopt (Makefile.am): Remove explicit dependency on
33341         $(GETOPT_H), redundant through BUILT_SOURCES.
33342         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
33343         redundant through BUILT_SOURCES.
33344         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
33345         redundant through BUILT_SOURCES.
33346         * modules/stdbool (Makefile.am): Remove explicit dependency on
33347         $(STDBOOL_H), redundant through BUILT_SOURCES.
33348         * modules/stdint (Makefile.am): Remove explicit dependency on
33349         $(STDINT_H), redundant through BUILT_SOURCES.
33350         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
33351         Remove explicit dependency on $(SYSEXITS_H).
33352         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
33353
33354 2005-07-18  Simon Josefsson  <jas@extundo.com>
33355
33356         * lib/check-version.c (check_version): Accept identical versions too.
33357
33358 2005-07-18  Bruno Haible  <bruno@clisp.org>
33359
33360         * modules/lock: New file.
33361         * MODULES.html.sh (Multithreading): New section.
33362
33363 2005-07-18  Bruno Haible  <bruno@clisp.org>
33364
33365         * m4/lock.m4: New file, from GNU gettext.
33366
33367 2005-07-18  Bruno Haible  <bruno@clisp.org>
33368
33369         * lib/lock.h: New file, from GNU gettext.
33370         * lib/lock.c: New file, from GNU gettext.
33371
33372 2005-07-18  Bruno Haible  <bruno@clisp.org>
33373
33374         * lib/lock.h (gl_once_t): New type.
33375         (gl_once_define, gl_once): New macros.
33376         * lib/lock.c (fresh_once): New variable.
33377         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
33378         functions.
33379
33380 2005-07-16  Simon Josefsson  <jas@extundo.com>
33381
33382         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
33383         workaround, suggested by Bruno.
33384
33385 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
33386
33387         * modules/xalloc (Depends-on): Add xalloc-die.
33388         * modules/xvasprintf (Depends-on): Add xalloc-die.
33389
33390 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
33391
33392         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
33393         with a minor change.
33394
33395 2005-07-15  Bruno Haible  <bruno@clisp.org>
33396
33397         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
33398         When using lib/poll.c, define poll as rpl_poll.
33399
33400 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
33401
33402         * modules/argp (Depends-on): Remove unlocked-io.
33403
33404 2005-07-14  Derek Price  <derek@ximbiot.com>
33405
33406         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
33407         for glob symlink bug.
33408
33409 2005-07-14  Bruno Haible  <bruno@clisp.org>
33410
33411         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
33412         Instead, test for *_unlocked function declarations directly.
33413
33414 2005-07-11  Simon Josefsson  <jas@extundo.com>
33415
33416         * modules/size_max: New file.
33417
33418         * modules/xsize: Depend on size_max module for size_max.m4.
33419
33420 2005-07-11  Simon Josefsson  <jas@extundo.com>
33421
33422         * lib/size_max.h: New file.
33423
33424 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
33425
33426         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
33427         copyright symbol and the year.
33428         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
33429         (version_etc_va): Use parameterized copyright notice.
33430         Reword to conform to the current GNU coding standards.
33431
33432 2005-07-11  Karl Berry  <karl@gnu.org>
33433
33434         * doc/gnulib.texi (Quoting): new node.
33435         (Initial import): more info, from Patrice.
33436
33437 2005-07-11  Bruno Haible  <bruno@clisp.org>
33438
33439         * gnulib-tool (func_usage): Document option --avoid.
33440         (Command line options): Handle --avoid.
33441         (func_acceptable): New function.
33442         (func_modules_transitive_closure): Use it.
33443
33444 2005-07-11  Bruno Haible  <bruno@clisp.org>
33445
33446         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
33447         Reported by Jim Meyering.
33448
33449 2005-07-10  Bruno Haible  <bruno@clisp.org>
33450
33451         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
33452         Needed when size_t is smaller than 'unsigned int'.
33453         Reported by Paul Eggert.
33454
33455 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
33456
33457         * modules/argp (Depends-on): Add unlocked-io
33458
33459 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
33460
33461         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
33462         block of defines.
33463
33464 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
33465
33466         * config/srclist.txt: Comment out regcomp.c, since we have a porting
33467         fix now.
33468
33469 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
33470         and Paul Eggert  <eggert@cs.ucla.edu>
33471
33472         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
33473         in wint_t, not wchar_t.  Remove now-unnecessary cast.
33474
33475 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
33476
33477         * modules/regex (Files): Add lib/regex_internal.c,
33478         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
33479         (Depends-on): Add extensions.
33480         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
33481
33482 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
33483
33484         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
33485         pathconf.
33486         * m4/same.m4 (gl_SAME): Likewise.
33487         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
33488
33489         * m4/regex.m4: Adjust to new libc regex implementation.
33490         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
33491         all the .c and .h parts of (the new) regex.
33492         Quote the m4 stuff better.
33493         Check for RE_ICASE bug of old gnulib.
33494         Check for REG_STARTEND of recent libc.
33495         Rename local variables from jm_* to gl_*.
33496         Quote operand of "test -f".
33497         Say "recent enough" version of libc, not "version 2".
33498         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
33499         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
33500         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
33501         Remove check for btowc, isascii.
33502         Require AM_LANGINFO_CODESET.
33503
33504 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
33505
33506         * lib/regex.c, regex.h: Sync from libc.
33507         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
33508         * lib/regexec.c:
33509         New files, synced from libc, except that regex_internal.h
33510         currently has a small porting fix.
33511
33512 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
33513
33514         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
33515         regex_internal.c, regexec.c.
33516         Add regex_internal.h too, but as a comment, since the libc version
33517         is currently broken in gnulib mode.
33518
33519 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
33520
33521         Support programs like Emacs that use gnulib but not gettext.
33522         * MODULES.html.sh (Internationalization functions): Add gettext-h.
33523         * modules/gettext-h: New file.
33524         * modules/gettext (Files): Remove lib/gettext.h.
33525         (Depends-on): Add gettext-h.
33526         (Makefile.am): Remove lib_SOURCES.
33527         * modules/argmatch, modules/c-stack, modules/closeout:
33528         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
33529         * modules/execute, modules/file-type, modules/getaddrinfo:
33530         * modules/getopt, modules/human, modules/javacomp:
33531         * modules/javaexec, modules/mkdir-p, modules/obstack:
33532         * modules/openat, modules/pagealign_alloc, modules/pipe:
33533         * modules/quotearg, modules/regex, modules/rpmatch:
33534         * modules/unicodeio, modules/userspec, modules/version-etc:
33535         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
33536         * modules/xsetenv:
33537         Depend on gettext-h, not gettext.
33538
33539 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
33540
33541         * gnulib-tool (func_import): Add support for 'public domain' license.
33542         * modules/alloca, modules/atexit, modules/memmove:
33543         Now public domain, not GPL.
33544         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
33545         * modules/realloc, modules/strerror, modules/strtod:
33546         Now LGPL, not GPL.
33547
33548 2005-07-05  Bruno Haible  <bruno@clisp.org>
33549
33550         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
33551         autoconf CVS. Needed for mingw.
33552
33553 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
33554
33555         Remove the dependency of the strftime module on the tzset module.
33556         * modules/strftime (Depends-on): Remove dependency on tzset.
33557
33558 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
33559
33560         Remove the dependency of the strftime module on the tzset module.
33561         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
33562         gl_FUNC_TZSET_CLOBBER.
33563
33564 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
33565
33566         Remove the dependency of the strftime module on the tzset module.
33567         * lib/strftime.c (my_strftime)
33568         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
33569         Copy the input structure, to work around some of the bug with
33570         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
33571         Solaris releases, you should also use the tzset module, but we won't
33572         require it as a dependency any more since we don't want LGPLed code
33573         to depend on GPLed code.
33574
33575 2005-07-02  Jim Meyering  <jim@meyering.net>
33576
33577         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
33578         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
33579         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
33580         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
33581
33582 2005-07-02  Jim Meyering  <jim@meyering.net>
33583
33584         * lib/backupfile.c (backup_args): Change a `0' to NULL.
33585
33586 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
33587
33588         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
33589         declares only 'struct timespec;' (!).
33590
33591 2005-07-01  Jim Meyering  <jim@meyering.net>
33592
33593         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
33594         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
33595         * lib/save-cwd.c, tempname.c:
33596         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
33597         and don't include <sys/file.h>).
33598
33599 2005-06-29  Jim Meyering  <jim@meyering.net>
33600
33601         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
33602         type name.  Use the variable name instead.
33603         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
33604         Likewise.
33605
33606 2005-06-28  Simon Josefsson  <jas@extundo.com>
33607
33608         * modules/check-version (Files): Add check-version.m4.
33609
33610 2005-06-28  Simon Josefsson  <jas@extundo.com>
33611
33612         * m4/check-version.m4: New file, suggested by Jim Meyering
33613         <jim@meyering.net>.
33614
33615 2005-06-28  Simon Josefsson  <jas@extundo.com>
33616
33617         * lib/check-version.h, lib/check-version.c: New files.
33618
33619 2005-06-28  Simon Josefsson  <jas@extundo.com>
33620
33621         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
33622         collision with global variable.  Better indentation.  Don't
33623         increment buffer pointer beyond buffer end.  Based on comments
33624         from Paul Eggert <eggert@cs.ucla.edu>.
33625
33626         * lib/base64.h: Indent.
33627
33628 2005-06-28  Simon Josefsson  <jas@extundo.com>
33629
33630         * doc/gnulib.texi (Library version handling): New section.
33631
33632 2005-06-28  Jim Meyering  <jim@meyering.net>
33633
33634         * check-module (find_included_lib_files): Hard-code another
33635         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
33636         but modules/fts-lgpl (correctly) does not list those files.
33637
33638         * modules/canonicalize (Files): Add lib/pathmax.h.
33639
33640 2005-06-25  Simon Josefsson  <jas@extundo.com>
33641
33642         * modules/check-version: New file.
33643
33644 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
33645
33646         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
33647         initializer of struct addrinfo, as an indication that we don't
33648         care how many members the structure has.
33649
33650 2005-06-24  Derek Price  <derek@ximbiot.com>
33651         and Bruno Haible  <bruno@clisp.org>
33652
33653         Remove stat module & update lstat.
33654         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
33655         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
33656         * m4/stat.m4: Remove this file.
33657
33658 2005-06-24  Derek Price  <derek@ximbiot.com>
33659         and Bruno Haible  <bruno@clisp.org>
33660
33661         Remove stat module & update lstat.
33662         * lib/stat.c: Remove this file...
33663         (slash_aware_lstat): ...moving this content and its support...
33664         * lib/lstat.c (rpl_lstat): ...into here.
33665         * lib/lstat.h: New file.
33666
33667 2005-06-24  Derek Price  <derek@ximbiot.com>
33668         and Bruno Haible  <bruno@clisp.org>
33669
33670         Remove stat module & update lstat.
33671         * config/srclist.txt (libc sources): Remove stat.
33672
33673 2005-06-24  Derek Price  <derek@ximbiot.com>
33674         and Bruno Haible  <bruno@clisp.org>
33675
33676         Remove stat module & update lstat.
33677         * MODULES.html.sh (stat): Remove.
33678         * MODULES.html: Regenerated.
33679         * modules/lstat (Description): Correct function name.
33680         (Files): Add "lstat.h".
33681         (Depends-on): Remove stat, add xalloc, stat-macros.
33682         * modules/stat: Remove this file.
33683         (Include): Add "lstat.h", remove <sys/stat.h>.
33684
33685 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
33686
33687         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
33688         (ranged_convert): Don't save conversion in a temporary struct.
33689         This causes a warning with GCC 4.0.0, and anyway in the typical
33690         case it's not worth the extra 100 bytes or so of code.
33691         (ranged_convert, __mktime_internal): When calling a function via a
33692         pointer P, use P () rather than (*P) (), as we now assume C89 or
33693         better.
33694
33695 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
33696
33697         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
33698         "who -r" failed to give output.  Problem reported by Tim Waugh.
33699
33700         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
33701         (xcalloc): Use it to avoid needless tests.
33702         Problem reported by Jim Meyering.
33703
33704 2005-06-20  Derek Price  <derek@ximbiot.com>
33705
33706         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
33707         unnecessary for Autoconfs > 2.59c.
33708
33709 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
33710
33711         * lib/argp.h (__option_is_short): Check upper limit of
33712         __key. Isprint() requires its argument to have the value
33713         of an unsigned char or EOF.
33714
33715 2005-06-16  Jim Meyering  <jim@meyering.net>
33716
33717         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
33718         when either N or S is zero.
33719
33720 2005-06-16  Derek Price  <derek@ximbiot.com>
33721
33722         * m4/bison.m4: Declare YACC & YFLAGS precious.
33723
33724 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
33725
33726         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
33727         multibyte string or pattern, fall back on unibyte matching.
33728         Problem reported by James Youngman.
33729
33730 2005-06-08  Bruno Haible  <bruno@clisp.org>
33731
33732         * modules/csharpcomp: New file.
33733         * MODULES.html.sh (C#): Add csharpcomp.
33734
33735 2005-06-08  Bruno Haible  <bruno@clisp.org>
33736
33737         * m4/csharpcomp.m4: New file, from GNU gettext.
33738
33739 2005-06-08  Bruno Haible  <bruno@clisp.org>
33740
33741         * lib/csharpcomp.h: New file, from GNU gettext.
33742         * lib/csharpcomp.c: New file, from GNU gettext.
33743         * lib/csharpcomp.sh.in: New file, from GNU gettext.
33744
33745 2005-06-08  Bruno Haible  <bruno@clisp.org>
33746
33747         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
33748         warning on mingw.
33749
33750 2005-06-07  Derek Price  <derek@ximbiot.com>
33751
33752         Sync from CVS.
33753         * lib/glob_.h: Indent nested #ifdef.
33754
33755 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
33756
33757         Sync from coreutils.
33758         Use "file name" when talking about file names, instead of "filename"
33759         or "path", as per the GNU coding standards.
33760         * lib/mkdir-p.c: Renamed from makepath.c.
33761         (make_dir_parents): Renamed from make_path.  All callers changed.
33762         * lib/mkdir-p.h: Likewise.  All includers changed.
33763         * lib/filenamecat.c: Renamed from path-concat.c.
33764         (file_name_concat): Renamed from path_concat.  All callers changed.
33765         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
33766         * lib/filenamecat.h: Likewise.  All includers changed.
33767         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
33768         in comments or local variable names.
33769         * lib/basename.c: Likewise.
33770         * lib/canonicalize.c, canonicalize.h: Likewise.
33771         * lib/dirname.c, dirname.h: Likewise.
33772         * lib/euidaccess.c: Likewise.
33773         * lib/exclude.c: Likewise
33774         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
33775         * lib/fsusage.c, fsuage.h: Likewise.
33776         * lib/fts.c, fts_.h: Likewise.
33777         * lib/getcwd.c: Likewise.
33778         * lib/getloadavg.c: Likewise.
33779         * lib/mkstemp.c: Likewise.
33780         * lib/mountlist.c, mountlist.h: Likewise.
33781         * lib/openat.c, openat.h: Likewise.
33782         * lib/readlink-stub.c: Likewise.
33783         * lib/readutmp.c, readutmp.h: Likewise.
33784         * lib/rename.c: Likewise.
33785         * lib/rmdir.c: Likewise.
33786         * lib/same.c: Likewise.
33787         * lib/savedir.c: Likewise.
33788         * lib/stripslash.c: Likewise.
33789         * lib/tempname.c: Likewise.
33790         * lib/xreadlink.c: Likewise.
33791         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
33792         All uses changed.
33793         * lib/exclude.h: Likewise.
33794
33795         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
33796         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
33797         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
33798         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
33799         * lib/pathmax.h: Include <limits.h> unconditionally, since other
33800         files have been getting away with it for years (MORE/BSD 4.3
33801         is extinct now).
33802         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
33803         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
33804
33805         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
33806         Define to 256, not 255, as per modern POSIX.
33807
33808 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
33809
33810         Sync from coreutils.
33811         Use "file name" when talking about file names, instead of "filename"
33812         or "path", as per the GNU coding standards.
33813         * MODULES.html.sh: mkdir-p renamed from makepath.
33814         filenamecat renamed from path-concat.
33815         * modules/filenamecat: Renamed from modules/path-concat.
33816         (Files): filenamecat.h and filenamecat.c renamed from
33817         path-concat.h and path-concat.c.
33818         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
33819         (Include): filenamecat.h, not path-concat.h.
33820         * modules/mkdir-p: Renamed from modules/makepath.
33821         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
33822         makepath.c.
33823         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
33824         (Include): mkdir-p.h, not makepath.h.
33825
33826 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
33827
33828         Sync from coreutils.
33829         * m4/mkdir-p.m4: Renamed from makepath.m4.
33830         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
33831         Rename files from makepath.c to mkdir-p.c, and from
33832         makepath.h to mkdir-p.h.
33833         * m4/filenamecat.m4: Renamed from path-concat.m4.
33834         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
33835         Rename files from path-concat.c to filenamecat.c,
33836         and from path-concat.h to filenamecat.h.
33837         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
33838         "file name" in local variables or comments.
33839         * m4/rename.m4: Likewise.
33840
33841 2005-06-01  Bruno Haible  <bruno@clisp.org>
33842
33843         * modules/csharpexec: New file.
33844         * MODULES.html.sh (C#): New section.
33845
33846 2005-06-01  Bruno Haible  <bruno@clisp.org>
33847
33848         * m4/csharp.m4: New file, from GNU gettext.
33849         * m4/csharpexec.m4: New file, from GNU gettext.
33850
33851 2005-06-01  Bruno Haible  <bruno@clisp.org>
33852
33853         * lib/csharpexec.h: New file, from GNU gettext.
33854         * lib/csharpexec.c: New file, from GNU gettext.
33855         * lib/csharpexec.sh.in: New file, from GNU gettext.
33856
33857 2005-05-31  Derek Price  <derek@ximbiot.com>
33858             Paul Eggert  <eggert@cs.ucla.edu>
33859
33860         Sync from cvs.
33861         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
33862
33863 2005-05-31  Derek Price  <derek@ximbiot.com>
33864             Paul Eggert  <eggert@cs.ucla.edu>
33865
33866         Sync from cvs.
33867         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
33868
33869 2005-05-29  Derek Price  <derek@ximbiot.com>
33870
33871         * config/srclist.txt (glob_.h, glob.c): Add these files.
33872
33873 2005-05-29  Derek Price  <derek@ximbiot.com>
33874
33875         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
33876         * modules/glob: New file.
33877         * modules/getlogin_r: Add link to POSIX spec in description.
33878
33879 2005-05-29  Derek Price  <derek@ximbiot.com>
33880             Paul Eggert  <eggert@cs.ucla.edu>
33881
33882         * m4/glob.m4: New file.
33883
33884 2005-05-29  Derek Price  <derek@ximbiot.com>
33885             Paul Eggert  <eggert@cs.ucla.edu>
33886
33887         * lib/glob_.h, lib/glob.c: New files.
33888
33889 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
33890
33891         * modules/fts (Files): Remove m4/inttypes-pri.m4.
33892         * modules/fts-lgpl (Depends-on): Remove gettext.
33893
33894 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
33895
33896         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
33897         and don't require gt_INTTYPES_PRI.
33898
33899 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
33900
33901         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
33902
33903         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
33904         the configuration hassle isn't worth it.
33905         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
33906         (LONGEST_MODIFIER, PRIuMAX): Remove.
33907
33908 2005-05-27  Bruno Haible  <bruno@clisp.org>
33909
33910         * lib/getlogin_r.h: Remove second include of <stddef.h>.
33911
33912 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
33913
33914         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
33915         _POSIX_PTHREAD_SEMANTICS for Solaris.
33916
33917 2005-05-25  Derek Price  <derek@ximbiot.com>
33918
33919         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
33920
33921 2005-05-25  Derek Price  <derek@ximbiot.com>
33922             Paul Eggert  <eggert@cs.ucla.edu>
33923
33924         * modules/getlogin_r, m4/getlogin_r.m4: New files.
33925         * lib/getlogin_r.c, getlogin_r.h: New files.
33926
33927 2005-05-25  Bruno Haible  <bruno@clisp.org>
33928             Derek Price  <derek@ximbiot.com>
33929
33930         * lib/getlogin_r.h: Simplify API documentation.
33931
33932 2005-05-23  Derek Price  <derek@ximbiot.com>
33933
33934         * modules/minmax (Files): Add m4/minmax.m4.
33935         (configure.ac): Add gl_MINMAX.
33936
33937 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
33938
33939         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
33940         so that unistd-safer.h (GPL'ed code) need not be included.
33941
33942 2005-05-22  Bruno Haible  <bruno@clisp.org>
33943
33944         * m4/minmax.m4: New file.
33945         Based on a patch by Derek Price <derek@ximbiot.com>.
33946
33947 2005-05-22  Bruno Haible  <bruno@clisp.org>
33948
33949         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
33950         (INT64_MIN): Fix definition.
33951         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
33952
33953         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
33954         NEED_SIGNED_INT_TYPES.
33955
33956         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
33957         HAVE_SYSTEM_INTTYPES.
33958
33959 2005-05-22  Bruno Haible  <bruno@clisp.org>
33960
33961         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
33962         Also include <sys/param.h> if it defines MIN, MAX.
33963         Based on a patch by Derek Price <derek@ximbiot.com>.
33964
33965 2005-05-21  Jim Meyering  <jim@meyering.net>
33966
33967         * modules/fts (Files): Add m4/inttypes-pri.m4.
33968         (Depends-on): Add lstat and remove gettext.  Alphabetize.
33969
33970 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
33971
33972         New fts module.
33973         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
33974         (setup_dir, free_dir): New functions.
33975         (enter_dir, leave_dir): Define trivial
33976         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
33977         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
33978         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
33979         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
33980         Move to fts-cycle.c.
33981         (fts_open): Use setup_dir.
33982         (fts_close): Use free_dir.
33983         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
33984         This adds a label and some gotos, but the alternatives were messier.
33985         Check for memory allocation failure when entering a dir.
33986         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
33987         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
33988         (FTS): New member fts_cycle, that is a union that contains the
33989         old active_dir_ht and cycle_state.  All uses changed to mention
33990         fts_cycle.ht and fts_cycle.state.
33991         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
33992         fts.c, with the following changes:
33993         (setup_dir, free_dir): New functions.
33994         (enter_dir): Now returns bool.  Return true if successful, false
33995         if memory exhausted.  All callers changed.
33996         Do not bother partly cleaning up on
33997         memory allocation failure; that is free_dir's job.
33998         However, free ad if hash_insert fails, to avoid memory leak.
33999         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
34000         fts->fts_options to see which union member to use.
34001
34002 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
34003
34004         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
34005         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
34006
34007 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
34008
34009         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
34010
34011 2005-05-20  Jim Meyering  <jim@meyering.net>
34012
34013         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
34014         Now a macro, to pacify GCC.
34015
34016 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
34017
34018         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
34019         of -1.
34020
34021 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
34022
34023         * lib/chown.c (rpl_chown): Return -1 on failure.
34024
34025 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
34026
34027         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
34028         Don't check for stddef.h.
34029         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
34030         don't use its results.
34031         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
34032         since we include them unconditionally.  Don't require
34033         AM_STDBOOL_H, since stdbool is a prerequisite.
34034         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
34035         since we assume C89 or better.
34036         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
34037         as we don't use their results.
34038         Don't check for fchdir, memmove, memset, strrchr, as we use
34039         them unconditionally.
34040         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
34041         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
34042
34043 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
34044
34045         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
34046         Include <stddef.h> unconditionally, since we assume C89 now.
34047         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
34048         * lib/fts.c: Include fts_.h first, to check interface.
34049         Do not include intprops.h; no longer needed.
34050         Include cycle-check.h and hash.h, since fts_.h no longer does.
34051         Remove unnecessary casts of closedir to void.
34052         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
34053         decide whether to decrement nlinks.
34054         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
34055         (FTS): Use struct hash_table * instead of Hash_table, so that
34056         we no longer need to include hash.h here.
34057
34058 2005-05-18  Jim Meyering  <jim@meyering.net>
34059
34060         * modules/dirfd (License): Change to LGPL.  Most of the code
34061         is already in the public domain.
34062
34063 2005-05-18  Jim Meyering  <jim@meyering.net>
34064
34065         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
34066         Reported by Yoann Vandoorselaere.
34067
34068 2005-05-17  Jim Meyering  <jim@meyering.net>
34069
34070         * m4/fts.m4: New file, from coreutils.
34071
34072 2005-05-17  Jim Meyering  <jim@meyering.net>
34073
34074         * lib/fts.c, lib/fts_.h: New files, from coreutils.
34075
34076 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
34077
34078         Sync from coreutils.
34079         * m4/unlinkdir.m4: New file.
34080
34081 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
34082
34083         Sync from coreutils.
34084         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
34085         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
34086         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
34087         White space changes only.
34088         * lib/makepath.c (make_path): Port to hosts where leading "//" is
34089         special.
34090         * lib/yesno.c: Include getline.h, not ctype.h.
34091         (yesno): Don't remove leading white space; POSIX doesn't allow it.
34092         Use getline to remove arbitrary restriction on response length.
34093
34094 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
34095
34096         * config/srclist-update: Spell out "Street" in FSF postal
34097         mail address; this is the style the FSF seems to prefer.
34098
34099         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
34100         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
34101         this updates FSF postal mail address.
34102
34103         Sync from coreutils.
34104         * modules/unlinkdir: New file.
34105         * modules/yesno (Depends-on): Add getline.
34106         * MODULES.html.sh (File system functions): Add unlinkdir.
34107
34108 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
34109
34110         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
34111         lib/strsep.h:
34112         Change the initial comment to refer to GPL, not LGPL.
34113         gnulib-tool will change it to LGPL as needed.
34114
34115         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
34116         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
34117         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
34118         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
34119         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
34120         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
34121         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
34122         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
34123         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
34124         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
34125         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
34126         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
34127         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
34128         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
34129         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
34130         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
34131         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
34132         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
34133         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
34134         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
34135         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
34136         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
34137         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
34138         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
34139         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
34140         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
34141         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
34142         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
34143         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
34144         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
34145         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
34146         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
34147         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
34148         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
34149         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
34150         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
34151         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
34152         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
34153         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
34154         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
34155         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
34156         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
34157         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
34158         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
34159         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
34160         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
34161         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
34162         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
34163         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
34164         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
34165         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
34166         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
34167         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
34168         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
34169         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
34170         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
34171         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
34172         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
34173         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
34174         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
34175         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
34176         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
34177         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
34178         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
34179         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
34180         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
34181         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
34182         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
34183         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
34184         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
34185         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
34186         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
34187         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
34188         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
34189         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
34190         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
34191         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
34192         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
34193         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
34194         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
34195         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
34196         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
34197         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
34198         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
34199         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
34200         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
34201         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
34202         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
34203         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
34204         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
34205         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
34206         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
34207         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
34208         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
34209         lib/yesno.c, lib/yesno.h:
34210         Update FSF postal mail address.
34211
34212 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
34213
34214         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
34215         tests/test-memmem.c, tests/test-stpncpy.c:
34216         Update FSF postal mail address.
34217
34218 2005-05-13  Bruno Haible  <bruno@clisp.org>
34219
34220         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
34221         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
34222         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
34223         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
34224         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
34225         Add support for 64-bit integers in the MSVC compiler.
34226
34227 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
34228
34229         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
34230
34231 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
34232
34233         * gnulib-tool (func_import): Sort and uniquify recommended includes.
34234
34235 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
34236
34237         * doc/getdate.texi (General date syntax): Don't say that date
34238         date --iso-8601=ns generates acceptable dates; it doesn't yet.
34239         Problem reported by Nic Ferrier.
34240
34241 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
34242
34243         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
34244         specified in ai_socktype. Fix invalid ai_protocol
34245         check. ai_protocol is usually set to 0 or depending on
34246         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
34247         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
34248         ai_socktype / ai_protocol in the returned addrinfo structure.
34249
34250 2005-05-10  Simon Josefsson  <jas@extundo.com>
34251
34252         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
34253         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
34254
34255 2005-05-10  Karl Berry  <karl@gnu.org>
34256
34257         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
34258         (from http://www.gnu.org/licenses).
34259         * doc/COPYING.LIB: also rename to COPYING.LESSER.
34260         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
34261         fdl.texi suffices.
34262
34263 2005-05-10  Karl Berry  <karl@gnu.org>
34264
34265         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
34266         (COPYING.DOC): remove.
34267
34268         * config/srclist-update: new FSF address.
34269
34270 2005-05-10  Derek Price  <derek@ximbiot.com>
34271
34272         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
34273         possible.
34274
34275 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
34276             Bruno Haible  <bruno@clisp.org>
34277
34278         * modules/inet_ntop: New file.
34279         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
34280         inet_ntop.
34281
34282 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
34283             Bruno Haible  <bruno@clisp.org>
34284
34285         * m4/inet_ntop.m4: New file.
34286
34287 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
34288             Bruno Haible  <bruno@clisp.org>
34289
34290         * lib/inet_ntop.h: New file.
34291         * lib/inet_ntop.c: New file, from glibc with modifications.
34292
34293 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
34294
34295         * modules/time_r (License): Change to LGPL.
34296         * modules/extensions (License): Change to LGPL.  Actually,
34297         the license is more permissive than that, but currently gnulib-tool
34298         doesn't know how to handle more-permissive licenses.
34299
34300         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
34301         Problem reported by Dave Love.
34302
34303 2005-05-08  Jim Meyering  <jim@meyering.net>
34304
34305         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
34306         blank.
34307
34308 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
34309
34310         * modules/argmatch (Depends-on): Add stdbool.
34311         * modules/backupfile (Depends-on): Likewise.
34312         * modules/chdir-long (Depends-on): Likewise.
34313         * modules/closeout (Depends-on): Likewise.
34314         * modules/cycle-check (Depends-on): Likewise.
34315         * modules/dirname (Depends-on): Likewise.
34316         * modules/fnmatch (Depends-on): Likewise.
34317         * modules/fsusage (Depends-on): Likewise.
34318         * modules/fwriteerror (Depends-on): Likewise.
34319         * modules/getcwd (Depends-on): Likewise.
34320         * modules/getloadavg (Depends-on): Likewise.
34321         * modules/hard-locale (Depends-on): Likewise.
34322         * modules/makepath (Depends-on): Likewise.
34323         * modules/mountlist (Depends-on): Likewise.
34324         * modules/nanosleep (Depends-on): Likewise.
34325         * modules/posixtm (Depends-on): Likewise.
34326         * modules/quotearg (Depends-on): Likewise.
34327         * modules/readtokens (Depends-on): Likewise.
34328         * modules/readtokens0 (Depends-on): Likewise.
34329         * modules/readutmp (Depends-on): Likewise.
34330         * modules/save-cwd (Depends-on): Likewise.
34331         * modules/strftime (Depends-on): Likewise.
34332         * modules/userspec (Depends-on): Likewise.
34333         * modules/utimecmp (Depends-on): Likewise.
34334         * modules/xgetcwd (Depends-on): Likewise.
34335         * modules/xnanosleep (Depends-on): Likewise.
34336         * modules/xstrtod (Depends-on): Likewise.
34337         * modules/yesno (Depends-on): Likewise.
34338
34339 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
34340
34341         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
34342         needless checks.
34343
34344 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
34345
34346         Merge from coreutils.  Among other things,
34347         add bulletproofing for cases where stdin, stdout, or stderr are closed.
34348         * lib/fd-safer.c: New file.
34349         * lib/fcntl-safer.h, open-safer.c: Remove.
34350         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
34351         * lib/dup-safer.c: Include unistd-safer.h first.
34352         Don't include errno.h.
34353         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
34354         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
34355         * lib/file-type.c: Rely on file-type.h change.
34356         * lib/getloadavg.c: Include unistd-safer.h.
34357         (getloadavg): Use safer open.
34358         * lib/getusershell.c: Include "stdio-safer.h".
34359         (getusershell): Use safer fopen.
34360         * lib/long-options.c (long_options): Use NULL rather than 0.
34361         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
34362         'free'.
34363         * lib/modechange.c: Likewise.
34364         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
34365         (MODE_DONE): New constant.
34366         (struct mode_change): Remove 'next' member.
34367         (make_node_op_equals): New function; like the old one of the
34368         same name, except it allocates an array.
34369         (mode_compile, mode_create_from_ref): Use it.
34370         (mode_compile): Allocate result as an array, not a linked list.
34371         Parse octal string ourself, so that we catch mistakes like "+0".
34372         (mode_adjust): Arg is an array, not a linked list.
34373         * lib/modechange.c: Include stat-macros.h, xalloc.h.
34374         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
34375         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
34376         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
34377         Remove.  This is now stat-macros.h's job.
34378         (talloc): Remove.  All callers replaced by xalloc, so that
34379         our invokers don't have to worry about reporting memory failures.
34380         (make_node_op_equals): Remove.
34381         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
34382         New constants.
34383         (struct mode_change): Moved here from modechange.h.
34384         (mode_append_entry): Remove.
34385         (mode_compile): Remove MASKED_OPS arg, since it encouraged
34386         apps to have incorrect behavior.  Use simpler algorithm for head
34387         and tail.  Don't futz with umask; that's now the job of mode_adjust.
34388         Detect more invalid usages rather than having somewhat-random behavior.
34389         Don't insert an "a=" action, as that leads to incorrect behavior.
34390         (mode_compile, mode_create_from_ref): Return NULL on error instead
34391         of an enum, since now there's only one way to have an error.  All
34392         callers changed.
34393         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
34394         at the correct time.  Simplify calculation of "+u" and its ilk.
34395         Don't mishandle "+X".
34396         (mode_free): Remove "register" and localize decls.
34397         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
34398         (struct mode_change): Move to modechange.c; callers don't
34399         need to see this stuff.
34400         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
34401         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
34402         (mode_change, mode_adjust): Reflect the new signatures noted above.
34403         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
34404         that might redefine system include files.
34405         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
34406         (my_usleep): Use NULL rather than (void *) 0.
34407         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
34408         Use siginterrupt to specify that system calls should be interrupted.
34409         (rpl_nanosleep): Move initialization of suspended closer to call of
34410         my_usleep.
34411         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
34412         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
34413         (desirable_utmp_entry): New function.
34414         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
34415         using x2nrealloc, to simplify logic.
34416         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
34417         size calculation.  Do not assume utmp file is a regular file.
34418         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
34419         (READ_UTMP_CHECK_PIDS): New constant.
34420         * lib/save-cwd.c: Include unistd-safer.h.
34421         (save_cwd): Use fd_safer.
34422         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
34423         [!_LIBC] Include "stat-macros.h" instead.
34424         * lib/unistd-safer.h (fd_safer): New decl.
34425
34426 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
34427
34428         * modules/getloadavg (Depends-on): Add unistd-safer.
34429         * modules/getusershell (Depends-on): Add stdio-safer.
34430         * modules/lstat (Depends-on): Remove xalloc.
34431         * modules/mkstemp (Depends-on): Add stat-macros.
34432         * modules/modechange (Depends-on): Remove xstrtol.
34433         Add stat-macros, xalloc.
34434         * modules/save-cwd (Depends-on): Add unistd-safer.
34435         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
34436         * modules/unistd-safer (Files): Add lib/fd-safer.c
34437         (Makefile.am): Remove lib_SOURCES.
34438
34439         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
34440         Remove fcntl-safer; unistd-safer supersedes it.
34441
34442 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
34443
34444         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
34445         AC_HEADER_STAT.
34446         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
34447         (gl_PREREQ_CHOWN): Remove.
34448         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
34449         it.  Don't require AC_HEADER_STAT.
34450         (gl_PREREQ_LSTAT): Remove.
34451         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
34452         Don't require AC_HEADER_STAT.
34453         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
34454         (gl_PREREQ_RMDIR): Remove.
34455         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
34456         mention stat-macros.h or AC_HEADER_STAT, since we'll make
34457         the stat-macros module a prerequisite.
34458         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
34459         * m4/filemode.m4 (gl_FILEMODE): Likewise.
34460         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
34461         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
34462         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
34463         variable names.
34464         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
34465         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
34466         variable prefixes.
34467         * m4/fcntl-safer.m4: Remove.
34468         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
34469         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
34470         Invoke gl_PREREQ_FD_SAFER.
34471         (gl_PREREQ_FD_SAFER): New macro.
34472         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
34473         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
34474         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
34475         Remove duplicate call to AC_LIBOBJ(readutmp).
34476         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
34477
34478         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
34479         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
34480
34481 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
34482
34483         * MODULES.html.sh (Misc): Add byteswap.
34484
34485 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
34486
34487         * modules/getcwd (Depends-on): Add extensions.
34488         * modules/openat (Depends-on): Likewise.
34489
34490 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
34491
34492         * modules/byteswap: New file.
34493
34494 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
34495
34496         * m4/byteswap.m4: New file.
34497
34498 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
34499
34500         * lib/byteswap_.h: New file.
34501
34502 2005-04-25  Karl Berry  <karl@gnu.org>
34503
34504         * m4/gettext.m4: Update from GNU gettext 0.14.4.
34505
34506 2005-04-25  Albert Chin  <china@thewrittenword.com>
34507
34508         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
34509         Toolkit C bug.
34510
34511 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
34512
34513         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
34514         (func_ln_if_changed) Remove forcibly for no error message
34515         in case file does not exist.
34516
34517 2005-04-19  Simon Josefsson  <jas@extundo.com>
34518
34519         * gnulib-tool (Options): Make --symlink mean --symbolic.
34520
34521 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
34522
34523         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
34524
34525 2005-04-16  Simon Josefsson  <jas@extundo.com>
34526
34527         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
34528
34529 2005-04-15  Simon Josefsson  <jas@extundo.com>
34530
34531         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
34532
34533 2005-04-15  Simon Josefsson  <jas@extundo.com>
34534
34535         * gnulib-tool: Rename --symlink to --symbolic.
34536
34537 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
34538
34539         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
34540         symbolic links to files instead of copying/moving.  Add --aux-dir,
34541         specifying directory relative --dir where auxiliary build tools
34542         are placed.
34543
34544 2005-04-14  Bruno Haible  <bruno@clisp.org>
34545
34546         * modules/allocsa (License): Change to LGPL.
34547         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
34548
34549 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
34550
34551         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
34552         that "UTC +1 second" continues to work.  Problem reported
34553         by Dmitry V. Levin.
34554         (relunit_snumber): New rule.
34555         (relunit): Use it.
34556
34557 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
34558
34559         * lib/getdate.y (universal_time_zone_table): New constant.
34560         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
34561         universal_time_zone_table.
34562         (lookup_zone): Prefer universal_time_zone_table to
34563         local_time_zone_table, so that "GMT" time stamps are allowed in
34564         London during the summer.  Problem reported by Ian Abbott.
34565
34566 2005-04-12  Jim Meyering  <jim@meyering.net>
34567
34568         * lib/human.c (humblock): Set *options even when returning due to
34569         xstrtoumax conversion failure.  Thanks to a used-uninitialized
34570         warning from gcc-4.
34571
34572 2005-04-09  Jim Meyering  <jim@meyering.net>
34573
34574         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
34575         -Wuninitialized: initialize tm0.tm_year.
34576
34577 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
34578
34579         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
34580         count, since there's no maximum.  All uses changed.
34581         Add member dsts_seen.
34582         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
34583         not being INT_MAX.
34584         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
34585         Use pc_rels_seen to decide whther a date is absolute.
34586
34587         * lib/getdate.y (number): Don't overwrite year.
34588         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
34589         check.
34590
34591 2005-04-02  Simon Josefsson  <jas@extundo.com>
34592
34593         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
34594         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
34595
34596 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
34597
34598         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
34599         where no absolute path name can be longer than PATH_MAX.
34600
34601 2005-03-27  Jim Meyering  <jim@meyering.net>
34602
34603         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
34604
34605 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
34606
34607         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
34608         "one's complement" -> "ones' complement" in comment, as per Knuth.
34609         "value of type" -> "type or expression" in comment.
34610         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
34611
34612 2005-03-26  Jim Meyering  <jim@meyering.net>
34613
34614         Comment nits.
34615         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
34616         Correct typos: s/or/of/.
34617
34618 2005-03-26  Jim Meyering  <jim@meyering.net>
34619
34620         * modules/check-include-files: Move to ../ and rename to...
34621         * check-module: ...this.
34622
34623 2005-03-25  Jim Meyering  <jim@meyering.net>
34624
34625         * modules/xvasprintf (Files): Add xalloc.h.
34626
34627 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
34628
34629         * modules/gettext (Files): config/config.rpath ->
34630         build-aux/config.rpath
34631         * modules/iconv (Files): Likewise.
34632         Problem reported by Oskar Liljeblad.
34633
34634 2005-03-23  Jim Meyering  <jim@meyering.net>
34635
34636         * modules/check-include-files: New script to check for
34637         missing dependencies, multiple includes, etc.
34638
34639         * modules/c-strtold (Depends-on): Add xalloc.
34640         * modules/c-strtod (Depends-on): Add xalloc.
34641         * modules/hash (Depends-on): Add xalloc.
34642         (Files): Remove lib/xalloc.h.
34643
34644         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
34645         * modules/userspec (Files): Add lib/inttostr.h.
34646
34647 2005-03-23  Jim Meyering  <jim@meyering.net>
34648
34649         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
34650
34651 2005-03-22  Jim Meyering  <jim@meyering.net>
34652
34653         * modules/stat-macros: New module.
34654         * modules/canonicalize, modules/euidaccess, modules/file-type,
34655         * modules/filemode, modules/lchown, modules/makepath,
34656         * modules/rmdir, modules/stat: Depend on new stat-macros module
34657         rather than listing lib/stat-macros.h manually.
34658         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
34659
34660 2005-03-22  Jim Meyering  <jim@meyering.net>
34661
34662         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
34663
34664 2005-03-22  Bruno Haible  <bruno@clisp.org>
34665
34666         * config/srclist.txt: Replace target directory 'config' with
34667         'build-aux'.
34668         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
34669         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
34670         ../build-aux/.
34671
34672 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
34673
34674         * modules/chdir-long (Depends-on): Add mempcpy.
34675
34676         * modules/acl, modules/backupfile, modules/c-strtod,
34677         modules/c-strtold, modules/canon-host, modules/canonicalize,
34678         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
34679         modules/exclude, modules/exitfail, modules/file-type,
34680         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
34681         modules/getdate, modules/getline, modules/getpagesize,
34682         modules/getpass, modules/getugroups, modules/group-member,
34683         modules/hard-locale, modules/hash, modules/human, modules/idcache,
34684         modules/inttostr, modules/long-options, modules/makepath,
34685         modules/md5, modules/memcasecmp, modules/memcoll,
34686         modules/modechange, modules/mountlist, modules/path-concat,
34687         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
34688         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
34689         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
34690         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
34691         modules/strftime, modules/strndup, modules/strverscmp,
34692         modules/timespec, modules/unlocked-io, modules/userspec,
34693         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
34694         modules/yesno:
34695         Remove lib_SOURCES line from Makefile.am section, as this is now
34696         done automatically by the corresponding Autoconf macro.
34697
34698 2005-03-21  Jim Meyering  <jim@meyering.net>
34699
34700         Changes imported from coreutils.
34701
34702         * lib/cycle-check.c: Don't include xalloc.h.
34703
34704         * lib/path-concat.c: Don't include assert.h.
34705         (path_concat): Remove assertion that would have triggered
34706         for ABASE starting with more than one slash.
34707         Reported by Andreas Schwab.
34708
34709         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
34710         properly when ABASE is an absolute file name.
34711         Correct the description of this function.
34712         Include <assert.h>.
34713         Add an assertion and a test driver.
34714         This fixes a bug introduced on 2004-07-02.
34715         Andreas Schwab reported the resulting failure of cp --parents:
34716         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
34717
34718 2005-03-21  Jim Meyering  <jim@meyering.net>
34719
34720         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
34721         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
34722
34723 2005-03-21  Jim Meyering  <jim@meyering.net>
34724         and  Paul Eggert  <eggert@cs.ucla.edu>
34725
34726         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
34727         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
34728         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
34729         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
34730         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
34731         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
34732         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
34733         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
34734         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
34735         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
34736         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
34737         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
34738         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
34739         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
34740         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
34741         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
34742         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
34743         for these modules.
34744
34745 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
34746
34747         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
34748         (which shouldn't happen), generate nothing instead of returning 0
34749         immediately, so that nstrftime (NULL, ...) doesn't return 0.
34750
34751 2005-03-16  Bruno Haible  <bruno@clisp.org>
34752
34753         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
34754         HAVE_LONGLONG_64BIT.
34755
34756 2005-03-16  Bruno Haible  <bruno@clisp.org>
34757
34758         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
34759         HAVE_LONGLONG_64BIT.
34760
34761 2005-03-16  Bruno Haible  <bruno@clisp.org>
34762
34763         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
34764         HAVE_LONGLONG_64BIT.
34765
34766 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
34767
34768         * lib/strftime.c (my_strftime): Prepend space to format so that we can
34769         reliably distinguish strftime failure from empty output on POSIX
34770         hosts.
34771
34772 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
34773
34774         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
34775         (iconv_string): Don't guess a size-zero buffer, as that might cause
34776         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
34777         result would be 'too large', where 'too large' is (heuristically)
34778         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
34779         overflow concerns.  This will prevent some unwanted malloc failures
34780         when the inputs are very large.
34781
34782 2005-03-15  Karl Berry  <karl@gnu.org>
34783
34784         * config/srclist.txt (config.rpath): from gettext.
34785         * config/config.rpath: update.
34786
34787 2005-03-15  Bruno Haible  <bruno@clisp.org>
34788
34789         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
34790         to 'negate'.
34791
34792         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
34793         variable.
34794
34795         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
34796         results.
34797
34798 2005-03-14  Simon Josefsson  <jas@extundo.com>
34799
34800         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
34801         <fx@gnu.org>.
34802
34803 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
34804
34805         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
34806         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
34807         intprops.h.
34808         * lib/strtol.c: Likewise.
34809
34810 2005-03-14  Jim Meyering  <jim@meyering.net>
34811
34812         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
34813         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
34814         to be nonzero so that we (and caller) can detect the difference
34815         between a valid zero-length expansion and an error return, even
34816         when the underlying strftime fails before writing anything into
34817         that location.
34818
34819 2005-03-14  Bruno Haible  <bruno@clisp.org>
34820
34821         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
34822         Update from GNU gettext 0.14.3.
34823
34824 2005-03-10  Jim Meyering  <jim@meyering.net>
34825
34826         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
34827
34828 2005-03-10  Jim Meyering  <jim@meyering.net>
34829
34830         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
34831         so that this module works on systems without fchdir.
34832
34833 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
34834
34835         Factor int-properties macros into a single file, except for
34836         glibc-related files.
34837         * lib/intprops.h: New file.
34838         * lib/getloadavg.c: Include it instead of limits.h.
34839         (INT_STRLEN_BOUND): Remove.
34840         * lib/human.c: Include intprops.h.
34841         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
34842         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
34843         302/1000.
34844         * lib/inttostr.h: Include intprops.h instead of limits.h.
34845         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
34846         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
34847         for consistency with intprops.h.
34848         (time_t_is_integer, twos_complement_arithmetic): Use them.
34849         * lib/sig2str.h: Include <signal.h>, intprops.h.
34850         (INT_STRLEN_BOUND): Remove.
34851         * lib/strftime.c (TYPE_SIGNED): Remove.
34852         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
34853         * lib/strtol.c: Adjust comments to match intprops.h.
34854         * lib/userspec.c: Include intprops.h.
34855         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
34856         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
34857         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
34858         instead of rolling our own expressions.
34859         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
34860
34861         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
34862         instead of int.
34863         (my_strftime): Do not mishandle years close to INT_MAX, by doing
34864         the right thing even if adding 1900 would overflow.  Similarly
34865         for tm_mon + 1 and tm_yday + 1.
34866         Make %Y always equivalent to %C%y, and similarly for %G and %g.
34867         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
34868         (DO_SIGNED_NUMBER): New macro.
34869         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
34870
34871 2005-03-07  Bruno Haible  <bruno@clisp.org>
34872
34873         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
34874
34875 2005-03-07  Bruno Haible  <bruno@clisp.org>
34876
34877         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
34878
34879 2005-03-04  Derek R. Price  <derek@ximbiot.com>
34880
34881         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
34882         (func_import): Only replace files via --import when they have actually
34883         changed.
34884
34885 2005-03-03  Derek R. Price  <derek@ximbiot.com>
34886
34887         * m4/mmap-anon.m4: New file.
34888         * m4/pagealign_alloc.m4: New file.
34889
34890 2005-03-03  Derek R. Price  <derek@ximbiot.com>
34891             Bruno Haible  <bruno@clisp.org>
34892
34893         * modules/pagealign_alloc: New file.
34894         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
34895
34896 2005-03-03  Derek R. Price  <derek@ximbiot.com>
34897             Bruno Haible  <bruno@clisp.org>
34898
34899         * lib/pagealign_alloc.h: New file.
34900         * lib/pagealign_alloc.c: New file.
34901
34902 2005-03-03  Bruno Haible  <bruno@clisp.org>
34903
34904         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
34905         Use an all-permissive copyright notice, recommended by RMS.
34906
34907 2005-03-02  Bruno Haible  <bruno@clisp.org>
34908
34909         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
34910         of AIX, the replacement has to be done only after <string.h> is
34911         included, therefore not in config.h. stpncpy.h does the replacement,
34912         and stpncpy.c uses it.
34913
34914 2005-03-02  Bruno Haible  <bruno@clisp.org>
34915
34916         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
34917         stpncpy.c uses it.
34918
34919 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
34920
34921         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
34922         The workaround isn't strictly needed for POSIX conformance, and
34923         it's too much of a pain to configure and maintain.  We'll ask
34924         people to fix their kernels instead.
34925         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
34926         (NANOSLEEP_BUG_WORKAROUND): Remove.
34927         (xnanosleep): Remove the workaround.
34928
34929 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
34930
34931         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
34932         Reported by Derek Price.
34933         (Include): Add "timespec.h".
34934
34935         * modules/xnanosleep (Depends-on): Remove gethrxtime.
34936
34937 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
34938
34939         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
34940         to detect nanosleep bug.
34941
34942 2005-03-01  Bruno Haible  <bruno@clisp.org>
34943
34944         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
34945
34946 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
34947
34948         * modules/gethrxtime: New file.
34949         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
34950         (Depends-on): Add gethrxtime.
34951         (configure.ac): Add gl_XNANOSLEEP.
34952         (Makefile.am): Remove lib_SOURCES line.
34953
34954 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
34955
34956         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
34957         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
34958
34959 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
34960
34961         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
34962         * lib/timespec.h (gettime): Return void, since it always
34963         succeeds now.  All uses changed.
34964         * lib/gettime.c (gettime) Likewise.
34965         [HAVE_NANOTIME]: Prefer nanotime.
34966         Assume gettimeofday succeeds, as POSIX requires.
34967         Assime time () succeeds, since other code already does.
34968         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
34969         (timespec_subtract): Remove.
34970         (NANOSLEEP_BUG_WORKAROUND): New constant.
34971         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
34972         things considerably.  Use it only on GNU/Linux hosts, since the
34973         workaround shouldn't be needed elsewhere.
34974
34975 2005-02-24  Bruno Haible  <bruno@clisp.org>
34976
34977         * modules/gettext (Files): Add m4/glibc2.m4.
34978
34979 2005-02-24  Bruno Haible  <bruno@clisp.org>
34980
34981         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
34982         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
34983         * m4/progtest.m4:
34984         Update from GNU gettext 0.14.2.
34985         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
34986
34987 2005-02-24  Bruno Haible  <bruno@clisp.org>
34988
34989         * lib/localcharset.c: Update from GNU gettext 0.14.2.
34990         * lib/config.charset: Update from GNU gettext 0.14.2.
34991
34992 2005-02-24  Bruno Haible  <bruno@clisp.org>
34993
34994         * lib/gettext.h: Update from GNU gettext 0.14.2.
34995
34996 2005-02-23  Simon Josefsson  <jas@extundo.com>
34997
34998         * m4/iconvme.m4: New file.
34999
35000 2005-02-23  Jim Meyering  <jim@meyering.net>
35001
35002         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
35003         change.
35004         Thanks to Bruno Haible for catching it.
35005
35006 2005-02-22  Simon Josefsson  <jas@extundo.com>
35007
35008         * modules/iconvme: New file.
35009
35010         * MODULES.html.sh: Add iconvme.
35011
35012 2005-02-22  Simon Josefsson  <jas@extundo.com>
35013
35014         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
35015
35016 2005-02-22  Simon Josefsson  <jas@extundo.com>
35017
35018         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
35019
35020 2005-02-22  Jim Meyering  <jim@meyering.net>
35021
35022         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
35023         s/ifndef/ifdef/.
35024
35025 2005-02-20  Neil Conway  <neilc@samurai.com>
35026
35027         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
35028         returned by OSX/Darwin if the specified buffer is not large
35029         enough for the hostname.
35030
35031 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
35032
35033         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
35034         pass it to _help, otherwise the latter coredumps trying to
35035         dereference state.root_argp.
35036
35037 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
35038
35039         * modules/chdir-long (Depends-on): Add memrchr.
35040         * modules/memrchr (Files): Add lib/memrchr.h.
35041         (Include): "memrchr.h".
35042
35043 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
35044
35045         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
35046
35047 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
35048
35049         * lib/memrchr.h: New file.
35050         * lib/chdir-long.c: Include it.
35051         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
35052         Don't bother including stddef.h.
35053
35054 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
35055
35056         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
35057         inclusion.
35058         Include <sys/types.h>, for dev_t.
35059         (ME_DUMMY, ME_REMOTE): Move from here....
35060         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
35061         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
35062         Dmitry V. Levin.
35063         Include mountlist.h first, to test the interface.
35064
35065 2005-01-29  Bruno Haible  <bruno@clisp.org>
35066
35067         * lib/progname.c (program_name): Initialize.
35068         Needed when linking statically on MacOS X.
35069
35070 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
35071
35072         Sync from coreutils.
35073         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
35074         (Depends-on): Add c-strtod.
35075         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
35076
35077 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
35078
35079         Sync from coreutils.
35080         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
35081
35082         Remove files that are specific to coreutils.
35083         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
35084
35085 2005-01-28  Bruno Haible  <bruno@clisp.org>
35086
35087         * modules/javacomp: New file.
35088         * MODULES.html.sh (Java): Add javacomp.
35089
35090 2005-01-28  Bruno Haible  <bruno@clisp.org>
35091
35092         * m4/javacomp.m4: New file, from GNU gettext.
35093
35094 2005-01-28  Bruno Haible  <bruno@clisp.org>
35095
35096         * lib/javacomp.sh.in: New file, from GNU gettext.
35097         * lib/javacomp.h: New file, from GNU gettext.
35098         * lib/javacomp.c: New file, from GNU gettext.
35099
35100 2005-01-26  Simon Josefsson  <jas@extundo.com>
35101
35102         * lib/gai_strerror.c: Use GPL in header.
35103
35104 2005-01-26  Bruno Haible  <bruno@clisp.org>
35105
35106         * modules/javaexec: New file.
35107         * MODULES.html.sh (Java): Add javaexec.
35108
35109 2005-01-26  Bruno Haible  <bruno@clisp.org>
35110
35111         * m4/javaexec.m4: New file, from GNU gettext.
35112
35113 2005-01-26  Bruno Haible  <bruno@clisp.org>
35114
35115         * lib/javaexec.sh.in: New file, from GNU gettext.
35116         * lib/javaexec.h: New file, from GNU gettext.
35117         * lib/javaexec.c: New file, from GNU gettext.
35118
35119 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
35120
35121         * modules/lchown (Depends-on): Remove lchown.h
35122
35123 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
35124
35125         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
35126         must be defined if the header file was not found, in order
35127         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
35128
35129 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
35130
35131         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
35132         initializers for struct pentry_state.
35133         (__argp_error): Check return value of __asprintf
35134         (__argp_failure): Translate error message
35135
35136         * lib/argp-parse.c: Removed braces around the expansion of N_()
35137
35138 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
35139
35140         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
35141         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
35142         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
35143         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
35144         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
35145         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
35146         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
35147         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
35148         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
35149         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
35150         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
35151         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
35152         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
35153         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
35154         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
35155         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
35156         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
35157         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
35158         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
35159         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
35160         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
35161         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
35162         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
35163         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
35164         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
35165         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
35166         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
35167         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
35168         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
35169         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
35170         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
35171         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
35172         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
35173         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
35174         xstrtol.m4, xstrtoumax.m4, yesno.m4:
35175         Use an all-permissive copyright notice, recommended by RMS.
35176
35177 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
35178
35179         * modules/chdir-long (Depends-on): Remove mempcpy.
35180
35181 2005-01-21  Jim Meyering  <jim@meyering.net>
35182
35183         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
35184         same value as for Solaris 9.
35185
35186         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
35187         component length.  This included changing the parameter to be
35188         of type `char *' rather than `char const *'.
35189         * lib/chdir-long.h (chdir_long): Update prototype.
35190
35191         * lib/openat.c (fdopendir, fstatat): New functions.
35192         * lib/openat.h: Include headers required for use of DIR and struct
35193         stat.
35194         [AT_SYMLINK_NOFOLLOW]: Define.
35195         (fdopendir, fstatat): Add prototypes.
35196
35197 2005-01-21  Bruno Haible  <bruno@clisp.org>
35198
35199         * modules/classpath: New file.
35200         * MODULES.html.sh (Java): Add classpath.
35201
35202 2005-01-21  Bruno Haible  <bruno@clisp.org>
35203
35204         * lib/classpath.h: New file, from GNU gettext.
35205         * lib/classpath.c: New file, from GNU gettext.
35206
35207 2005-01-20  Simon Josefsson  <jas@extundo.com>
35208
35209         * modules/version-etc-fsf: New file.
35210
35211 2005-01-20  Simon Josefsson  <jas@extundo.com>
35212
35213         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
35214         * lib/version-etc.c: Remove version_etc_copyright.
35215         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
35216         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
35217
35218 2005-01-20  Simon Josefsson  <jas@extundo.com>
35219
35220         * lib/base64.h (isbase64): Add.
35221
35222         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
35223         using a unsigned prototype, don't inline.
35224         (base64_decode): Use it.
35225
35226 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
35227
35228         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
35229         it.
35230
35231 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
35232
35233         * lib/save-cwd.c (save_cwd): Remove code to support the case
35234         where fchdir is missing or flaky.
35235
35236 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
35237
35238         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
35239
35240 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
35241
35242         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
35243         AC_LIBSOURCES now does this.
35244         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
35245         with new ullong_max module.
35246
35247 2005-01-19  Bruno Haible  <bruno@clisp.org>
35248
35249         * modules/sh-quote: New file.
35250         * MODULES.html.sh (Executing programs): Add sh-quote.
35251
35252 2005-01-19  Bruno Haible  <bruno@clisp.org>
35253
35254         * lib/sh-quote.h: New file, from GNU gettext.
35255         * lib/sh-quote.c: New file, from GNU gettext.
35256
35257 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
35258
35259         Merge from coreutils.
35260         * m4/ullong_max.m4: New file.
35261         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
35262         (gl_MACROS): Assume localeconv exists.
35263
35264 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
35265
35266         Merge changes from coreutils, as described below in several
35267         changelogs dated today.
35268
35269         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
35270         (O_DIRECTORY): Remove; not needed here, since "." must be
35271         a directory.  All uses removed.
35272         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
35273         universal on Suns, and we also need to test for IRIX.
35274         Revamp code to use 'if' rather than '#if'.
35275         Avoid unnecessary comparison of cwd->desc to 0.
35276
35277         * lib/utimens.c (futimens): Robustify the previous patch, by checking
35278         for known valid error numbers rather than observed invalid ones.
35279
35280 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
35281
35282         * modules/ullong_max: New file.
35283
35284         * modules/chdir-long, modules/openat: New files.
35285         * modules/save-cwd (Depends-on): Depend on chdir-long.
35286         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
35287
35288 2005-01-18  Jim Meyering  <jim@meyering.net>
35289
35290         Merge from coreutils.
35291         * m4/chdir-long.m4, m4/openat.m4: New files.
35292         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
35293         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
35294         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
35295         is sane and DOES follow symlinks.  Besides, testing 20 different
35296         systems found no broken chown implementations.
35297         Prompted by a change in rsync's copy of this macro.
35298         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
35299
35300         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
35301
35302         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
35303         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
35304         NULL-means-set-to-current-time semantics.
35305         Remove temporary file immediately, rather than waiting
35306         for configure's at-exit trap code to do it.
35307
35308 2005-01-18  Jim Meyering  <jim@meyering.net>
35309
35310         * lib/version-etc.c (version_etc_copyright): Update copyright date.
35311
35312         * lib/utimens.c (futimens): Account for the fact that futimes
35313         can also fail with errno == ENOSYS or errno == ENOENT.
35314         Patch from Dmitry V. Levin.
35315
35316         Change the name of the robust chdir function from chdir to chdir_long.
35317         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
35318         (restore_cwd): Use chdir_long, not chdir.
35319         * lib/chdir-long.c: Renamed from chdir.c.
35320         * lib/chdir-long.h: Renamed from chdir.h.
35321         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
35322         Hurd.
35323
35324 2005-01-18  Bruno Haible  <bruno@clisp.org>
35325
35326         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
35327         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
35328         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
35329         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
35330         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
35331         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
35332         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
35333         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
35334         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
35335         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
35336         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
35337         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
35338         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
35339         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
35340         Use an all-permissive copyright notice, recommended by RMS.
35341
35342 2005-01-18  Bob Proulx  <bob@proulx.com>
35343
35344         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
35345         simplify offsetof() macro construct to avoid compile failure with
35346         native HP-UX 11.0 ANSI C compiler.
35347
35348 2005-01-17  Bruno Haible  <bruno@clisp.org>
35349
35350         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
35351         redundant because stpncpy.m4 takes care of it.
35352
35353 2005-01-17  Bruno Haible  <bruno@clisp.org>
35354
35355         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
35356
35357 2005-01-17  Bruno Haible  <bruno@clisp.org>
35358
35359         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
35360         used.
35361
35362 2005-01-17  Bruno Haible  <bruno@clisp.org>
35363
35364         * lib/fwriteerror.h (fwriteerror): Change specification to include
35365         fclose.
35366         * lib/fwriteerror.c: Include <stdbool.h>.
35367         (fwriteerror): At the end, close the file stream. Record whether
35368         stdout was already closed.
35369
35370 2005-01-17  Bruno Haible  <bruno@clisp.org>
35371
35372         * lib/execute.c (environ): Declare if needed.
35373         * lib/pipe.c (environ): Likewise.
35374         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
35375
35376 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
35377
35378         * modules/argp: Depend on vsnprintf
35379
35380 2005-01-10  Jim Meyering  <jim@meyering.net>
35381
35382         * modules/closeout (Depends-on): Add atexit.
35383
35384 2005-01-06  Bruno Haible  <bruno@clisp.org>
35385
35386         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
35387
35388 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
35389
35390         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
35391         definitions to be after all include files, to avoid collisions.
35392         Problem reported by Bob Proulx.
35393
35394 2005-01-04  Jim Meyering  <jim@meyering.net>
35395
35396         Changes imported from coreutils.
35397         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
35398         as the mkstemp template, use a temporary directory and an
35399         8.3-friendly template to avoid trouble on systems like DJGPP.
35400         Reported by Juan M. Guerrero via Stepan Kasal.
35401         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
35402         close. Remove the temporary directory right away, rather than waiting
35403         for configure's at-exit trap code to do it.
35404         Suggestion from Stepan Kasal.
35405
35406 2005-01-01  Simon Josefsson  <jas@extundo.com>
35407
35408         * gnulib-tool: Print #include directives when --import'ing.
35409
35410 2004-12-28  Simon Josefsson  <jas@extundo.com>
35411
35412         * tests/test-base64.c: Include required header files.  Remove
35413         unused variables.
35414
35415 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
35416
35417         * modules/error (Depends-on): Remove gettext.
35418
35419 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
35420
35421         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
35422         not needed.  This removes a dependency on the gettext module.
35423         [defined _LIBC]: Do not include <libintl.h>; not needed.
35424
35425 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
35426
35427         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
35428         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
35429
35430 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
35431
35432         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
35433         HAVE_DECL_STRTOLD.
35434
35435 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
35436
35437         * modules/getdate (Depends-on): Remove alloca-opt.
35438
35439 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
35440
35441         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
35442
35443 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
35444
35445         * lib/argp-parse.c: Include <stddef.h>.
35446         (alignof, alignto): New macros.
35447         (parser_init): Don't assume that void * is aligned sufficiently
35448         for struct option.
35449
35450         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
35451         need to extend the stack.
35452         (YYINITDEPTH): New macro, so that the initial stack isn't overly
35453         large.
35454
35455 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
35456
35457         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
35458
35459 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
35460
35461         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
35462         (2004-10-24) change.  Apparently this was a false alarm.
35463
35464         * modules/getdate: Depend on alloca-opt, not alloca.
35465
35466 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
35467
35468         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
35469         Remove now-obsolete comment about AIX.
35470         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
35471         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
35472         (YYMAXDEPTH): New macro.
35473
35474 2004-12-18  Simon Josefsson  <jas@extundo.com>
35475
35476         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
35477
35478 2004-12-18  Bruno Haible  <bruno@clisp.org>
35479
35480         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
35481
35482 2004-12-18  Bruno Haible  <bruno@clisp.org>
35483
35484         * lib/fatal-signal.c (fatal_signals): Make non-const.
35485         (init_fatal_signals): New function.
35486         (uninstall_handlers, install_handlers): Ignore signals that were set to
35487         SIG_IGN.
35488         (at_fatal_signal): Call init_fatal_signals.
35489         (init_fatal_signal_set): Likewise. Ignore signals that were set to
35490         SIG_IGN.
35491         Reported by Paul Eggert.
35492
35493 2004-12-18  Bruno Haible  <bruno@clisp.org>
35494
35495         * doc/alloca.texi: New file.
35496         * doc/alloca-opt.texi: New file.
35497
35498 2004-12-17  Jim Meyering  <jim@meyering.net>
35499
35500         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
35501         Otherwise, install-sh could exit with improper exit status when
35502         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
35503
35504 2004-12-16  Simon Josefsson  <jas@extundo.com>
35505
35506         * tests/test-base64.c: Add license.
35507
35508 2004-12-15  Stepan Kasal  <address@hidden>
35509
35510         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
35511
35512 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
35513
35514         * modules/getcwd (Files): Add m4/d-ino.m4.
35515         Suggested by Mark D. Baushke.
35516
35517 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
35518
35519         * lib/getdate.y (textint): New member "negative".
35520         (time_zone_hhmm): New function.
35521         Expect 14 shift-reduce conflicts, not 13.
35522         (o_colon_minutes): New rule.
35523         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
35524         (yylex): Set the "negative" member of signed numbers.
35525
35526 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
35527
35528         * doc/getdate.texi (Time of day items, Time zone items):
35529         Describe new formats +00:00, UTC+00:00.
35530
35531 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
35532
35533         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
35534         spurious "-l"s.  Problem reported by Stepan Kasal.
35535
35536 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
35537
35538         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
35539         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
35540
35541 2004-12-04  Simon Josefsson  <jas@extundo.com>
35542
35543         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
35544         Vandoorselaere <yoann@prelude-ids.org>.
35545
35546 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
35547
35548         Changes imported from coreutils.
35549         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
35550         exist.
35551         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
35552
35553 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
35554
35555         Changes imported from coreutils.
35556         * lib/hard-locale.c: Assume <locale.h> exists.
35557         Include "strdup.h".
35558         (GLIBC_VERSION): New macro.
35559         (hard_locale): Assume setlocale exists.
35560         Rewrite to avoid #ifdef.
35561         Use strdup rather than malloc + strcpy.
35562         * lib/human.c: Assume <locale.h> exists.
35563         (human_readable): Assume localeconv exists.
35564
35565 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
35566
35567         * modules/hard-locale (Depends-on): Add strdup.
35568
35569 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
35570
35571         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
35572         convert T2, not T.  (Imported from libc.)
35573
35574 2004-11-30  Simon Josefsson  <jas@extundo.com>
35575
35576         * modules/restrict (License): Change to LGPL.
35577
35578 2004-11-30  Simon Josefsson  <jas@extundo.com>
35579
35580         * m4/restrict.m4: Add copyright and copying conditions.
35581
35582 2004-11-30  Simon Josefsson  <jas@extundo.com>
35583
35584         * m4/base64.m4: New file.
35585
35586 2004-11-30  Simon Josefsson  <jas@extundo.com>
35587
35588         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
35589         base64.
35590
35591         * tests/test-base64.c: New file.
35592
35593         * modules/base64: New file.
35594
35595 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
35596
35597         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
35598         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
35599
35600         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
35601
35602 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
35603
35604         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
35605         (__getcwd.c): Don't restore errno; glibc doesn't.
35606         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
35607         first, falling back to our code only if its results look suspicious.
35608         Ensure that the resulting buffer is only as large as necessary.
35609
35610         * lib/readutmp.c: Include readutmp.h first.
35611         Include <errno.h>, since readutmp.h no longer does that.
35612         * lib/readutmp.h: Don't include <errno.h>,
35613         <sys/param.h>, <time.h>; not needed to establish interface.
35614         (errno): Remove decl.
35615         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
35616         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
35617         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
35618
35619 2004-11-28  Simon Josefsson  <jas@extundo.com>
35620
35621         * lib/base64.h, base64.c: New file.
35622
35623 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
35624
35625         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
35626
35627 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
35628
35629         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
35630         (Depends-on): Remove pathmax, same.  Add mempcpy.
35631         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
35632         (Makefile.am): Append getcwd.h to lib_SOURCES.
35633         (Include): Add getcwd.h.
35634         (Maintainer): Change from Jim Meyering to "all, glibc",
35635         since getdate now uses intended-for-glibc code.
35636         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
35637         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
35638
35639 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
35640
35641         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
35642         HP's ANSI C compiler.
35643         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
35644         Declaring int functions causes warnings on some modern systems and
35645         shouldn't be needed to compile on ancient ones.
35646         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
35647         defined.
35648
35649         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
35650         with the following changes.
35651         (__set_errno): Parenthesize properly.
35652         Include <stdbool.h>.
35653         (MIN, MAX, MATCHING_INO): New macros.
35654         (__getcwd): Define with prototype, not K&R form.
35655         Use heuristics to allocate default buffer on stack if possible.
35656         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
35657         behavior, and to avoid the PATH_MAX limit when computing
35658         ../../../../...
35659         Use MATCHING_INO to compare inode number to file.
35660         Check for arithmetic overflow in size calculations.
35661         Fix bug in reallocation of dot array that caused getcwd to fail
35662         on directories nested deeper than 75.
35663         Be more careful about saving errno on error.
35664         Do not use realloc; use only free+malloc, as this is a bit
35665         more flexible and avoids a needless copy operation.
35666         Do not inspect st_dev and st_ino for symbolic links; POSIX
35667         doesn't specify the latter.
35668         Check for closedir errors.
35669         Avoid needless casts.
35670         Use "#ifdef weak_alias" around weak_alias, to be like other
35671         glibc code.
35672         The following changes to getcwd.c have effect only when used in
35673         gnulib; they have no effect inside glibc proper.
35674         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
35675         as alloca isn't used.
35676         (alloca, __alloca): Likewise.
35677         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
35678         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
35679         unconditionally, as gnulib assumes C89 or better.
35680         Do not include <sys/param.h>.
35681         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
35682         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
35683         better.
35684         (NULL) [!defined NULL]: Remove; we assume C89 or better.
35685         Include <dirent.h> in a way that is compatible with modern Autoconf.
35686         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
35687         New macros, if not already defined.
35688         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
35689         Use "_LIBC", not "defined _LIBC", for consistency.
35690         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
35691         a mempcpy module.
35692         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
35693         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
35694         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
35695         credit only to Jim Meyering and adjust the copyright dates.
35696         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
35697         <stdlib.h>, <unistd.h>, "pathmax.h".
35698         Instead, include "xgetcwd.h" (first) and "getcwd.h".
35699         (INITIAL_BUFFER_SIZE): Remove.
35700         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
35701
35702 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
35703
35704         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
35705         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
35706         Use the _ONCE methods, for efficiency.
35707         Check for fcntl.h.  In test program, include <errno.h>
35708         and <fcntl.h> if available.  Remove old K&R cruft from
35709         test program.  Check for common errors in GNU/Linux,
35710         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
35711         don't do AC_LIBOBJ, as that's getcwd.m4's job.
35712         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
35713         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
35714         name accordingly.
35715         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
35716         accommodate new getcwd.c.
35717         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
35718         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
35719         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
35720         that's all we need now.
35721
35722 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
35723
35724         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
35725         argp-parse.c depends on getopt internals, that means we should
35726         always use our getopt, to be on the safe side.
35727         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
35728         order not to spoil the result of an eventual previous invocation
35729         of gl_GETOPT_SUBSTITUTE.
35730
35731 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
35732
35733         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
35734         redefinition warnings. To avoid them, include the defines
35735         in `#if !defined __need_getopt ... #endif'. The only place
35736         where __getopt_argv_const is used is in definitions
35737         of getopt_long and getopt_long_only below, which are as well
35738         protected by `#ifndef __need_getopt'.
35739         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
35740         __need_getopt after including <stdio.h> and <unistd.h> These
35741         headers might have defined it.
35742
35743 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
35744
35745         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
35746
35747 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
35748
35749         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
35750         (futimens): New function, which uses futimes if available.
35751         (futimens, utimens): Support timespec==NULL, with same semantics
35752         as utime and utimens.
35753         * lib/utimens.h (futimens): New decl.
35754
35755 2004-11-23  Jim Meyering  <jim@meyering.net>
35756
35757         * lib/getopt_.h: Remove trailing blanks.
35758
35759 2004-11-23  Jim Meyering  <jim@meyering.net>
35760
35761         * lib/__fpending.c: Add comment.
35762
35763 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
35764
35765         * modules/canonicalize (Depends-on): Add xreadlink.
35766         Problem reported by James Youngman.
35767
35768 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
35769
35770         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
35771         New macros.
35772         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
35773         optopt): Use them instead of invoking ## directly; otherwise, the
35774         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
35775
35776 2004-11-19  Bruno Haible  <bruno@clisp.org>
35777
35778         * lib/strtok_r.c: Move comments from here...
35779         * lib/strtok_r.h: ... to here.
35780
35781 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
35782
35783         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
35784         implementations that mishandle size_t overflow.
35785
35786 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
35787
35788         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
35789         might fail.  Problem reported by Yoann Vandoorselaere.
35790         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
35791         implementations that mishandle size_t overflow.
35792
35793 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
35794
35795         * modules/canon-host (Depends-on): Add strdup.
35796
35797 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
35798
35799         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
35800
35801 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
35802
35803         * lib/canon-host.c: Include "strdup.h".
35804         (canon_host): Use getaddrinfo if available, so that IPv6 works.
35805         Use strdup instead of malloc/strcpy to duplicate strings.
35806
35807         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
35808         (human_space_before_unit): New constant.
35809         * lib/human.c (human_readable): Support it.
35810
35811         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
35812         (xgetcwd): Set errno correctly when failing.
35813         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
35814         the failure is actually due to a PATH_MAX problem.
35815
35816         Further getopt changes to make it more likely that glibc will
35817         buy the changes back.
35818         * lib/getopt.c (POSIXLY_CORRECT): New constant.
35819         (getopt): Use it, so to preserve glibc semantic
35820         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
35821         when compiling for libc.
35822         * lib/getopt_.h (__getopt_argv_const): Bring it back.
35823         (getopt_long, getopt_long_only): Use it.
35824
35825         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
35826         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
35827         (getopt): Argv is now char * const *, as per standard.
35828         (_getopt_internal_r, _getopt_internal): Argv is now char **,
35829         not char *__getopt_argv_const *.
35830         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
35831         _getopt_long_only_r): Likewise.
35832         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
35833         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
35834         _getopt_long_r, _getopt_long_only_r): Likewise.
35835         * lib/getopt_.h (__getopt_argv_const): Remove.
35836         (getopt): Argv is now char * const *, as per standard.
35837
35838         * lib/getdate.y (tORDINAL): New token.
35839         (day, relunit): Allow it for relative times.
35840         (relative_time_table): Use tORDINAL for ordinals.
35841
35842 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
35843
35844         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
35845         Document that "second" isn't allowed as an ordinal number.
35846
35847 2004-11-16  Jim Meyering  <jim@meyering.net>
35848
35849         * modules/closeout (Depends-on): Add fpending.
35850
35851 2004-11-15  Jim Meyering  <jim@meyering.net>
35852
35853         * lib/closeout.c: Include "__fpending.h" once again.
35854         Include <stdbool.h>.
35855         (close_stdout): Don't fail just because stdout was closed initially,
35856         since some programs don't write to stdout in the normal course of
35857         operation (other than --version and --help), and we don't want this
35858         function to make e.g. `touch file >&-' fail.
35859         But do fail if it was closed and someone has tried to write to it.
35860         E.g., `printf foo >&-' must fail.
35861
35862 2004-11-13  Jim Meyering  <jim@meyering.net>
35863
35864         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
35865
35866 2004-11-12  Simon Josefsson  <jas@extundo.com>
35867
35868         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
35869         small doc fix is still pending.
35870
35871 2004-11-11  Simon Josefsson  <jas@extundo.com>
35872
35873         * modules/strtok_r: New file.
35874
35875         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
35876         strtok_r.
35877
35878 2004-11-11  Simon Josefsson  <jas@extundo.com>
35879
35880         * m4/strtok_r.m4: New file.
35881
35882         * m4/getopt.m4: Replace opterr.
35883
35884 2004-11-11  Simon Josefsson  <jas@extundo.com>
35885
35886         * lib/strtok_r.h, strtok_r.c: New file.
35887
35888 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
35889
35890         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
35891         of replacing opterr, getopt, etc.  This should handle the
35892         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
35893
35894 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
35895
35896         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
35897         we can stop lying to compilers about the constness of argv when we
35898         are compiled outside glibc.
35899         (getopt, getopt_long, getopt_long_only): Use it.
35900         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
35901         _getopt_internal, getopt): Likewise.
35902         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
35903         _getopt_long_only_r): Likewise.
35904         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
35905         _getopt_long_r, _getopt_long_only_r): Likewise.
35906
35907         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
35908         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
35909         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
35910         the other external symbols.
35911         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
35912         declaration, since the above renaming now works around collisions.
35913
35914 2004-11-11  Jim Meyering  <jim@meyering.net>
35915
35916         * lib/linebreak.c: Remove trailing blanks.
35917         * lib/alloca_.h: Likewise.
35918         * lib/acosl.c: Likewise.
35919         * lib/euidaccess.c: Likewise.
35920         * lib/allocsa.h: Likewise.
35921
35922 2004-11-10  Simon Josefsson  <jas@extundo.com>
35923
35924         * m4/getaddrinfo.m4: New file.
35925
35926 2004-11-10  Simon Josefsson  <jas@extundo.com>
35927
35928         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
35929
35930 2004-11-10  Simon Josefsson  <jas@extundo.com>
35931
35932         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
35933         getaddrinfo.
35934
35935         * modules/getaddrinfo: New file.
35936
35937 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
35938
35939         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
35940
35941 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
35942
35943         * lib/mktime.c (SHR): New macro, which is a portable
35944         substitute for >> that should work even on Crays.
35945         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
35946         Problem reported by Mark D. Baushke in
35947         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
35948         * lib/getdate.y (SHR): Likewise.
35949         (tm_diff): Use it.
35950         * lib/strftime.c (SHR): Likewise.
35951         (tm_diff): Use it.
35952         * lib/quotearg.c (struct quoting_options): Use unsigned int for
35953         quote_these_too, so that right shifts are well defined.  All uses
35954         changed.
35955
35956 2004-11-10  Jim Meyering  <jim@meyering.net>
35957
35958         Ensure that no close failure goes unreported.
35959         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
35960         return early when it seems there's nothing to flush.
35961         Don't include __fpending.h.
35962
35963 2004-11-10  Jim Meyering  <jim@meyering.net>
35964
35965         * modules/closeout (Depends-on): Remove fpending.
35966
35967 2004-11-10  Jim Meyering  <jim@meyering.net>
35968
35969         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
35970
35971 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
35972
35973         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
35974         gl_FUNC_STRFTIME.
35975         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
35976         and AC_REQUIRE when possible, to avoid duplicate checks.
35977         Check for <wchar.h>.
35978
35979 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
35980
35981         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
35982
35983 2004-11-09  Bruno Haible  <bruno@clisp.org>
35984
35985         * m4/sockpfaf.m4: New file.
35986
35987 2004-11-05  Bruno Haible  <bruno@clisp.org>
35988
35989         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
35990         Reported by Mark D. Baushke <mdb@cvshome.org>.
35991
35992 2004-11-04  Bruno Haible  <bruno@clisp.org>
35993
35994         2004-09-11  Bruno Haible  <bruno@clisp.org>
35995                 * allocsa.valgrind: New file.
35996         2004-02-06  Bruno Haible  <bruno@clisp.org>
35997                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
35998                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
35999                 Reported by Christopher Seip <chris.seip@hp.com>.
36000
36001 2004-11-04  Bruno Haible  <bruno@clisp.org>
36002
36003         * modules/allocsa (Files): Add lib/allocsa.valgrind.
36004         (Makefile.am): Distribute it.
36005
36006 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
36007
36008         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
36009         with errno == ERANGE if the buffer is too small.
36010         Problem reported by Mark D. Baushke.
36011
36012 2004-11-03  Albert Chin  <china@thewrittenword.com>
36013             Paul Eggert  <eggert@cs.ucla.edu>
36014
36015         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
36016         equivalent, substitute $ac_type for equivalent type rather than
36017         blindly using uint32_t *always* which won't work if uint32_t is not
36018         available.  Define _UINT32_T to work around typedef of uint32_t if
36019         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
36020         2.5.1.
36021
36022 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
36023
36024         * m4/jm-macros.m4: Sync from coreutils.
36025         (gl_MACROS): Check for mbrlen, for pathchk.
36026         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
36027
36028 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
36029
36030         * lib/xreadlink.c (MAXSIZE): New macro.
36031         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
36032         size does not exceed MAXSIZE.  Avoid cast.
36033         As suggested by Mark D. Baushke in
36034         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
36035         if readlink fails with buffer size just under MAXSIZE, try again
36036         with MAXSIZE.
36037
36038 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
36039
36040         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
36041
36042 2004-11-02  Derek R. Price  <derek@ximbiot.com>
36043         and  Paul Eggert  <eggert@cs.ucla.edu>
36044
36045         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
36046         (get_date): Overparenthesize to avoid GCC warning.
36047
36048 2004-11-02  Bruno Haible  <bruno@clisp.org>
36049
36050         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
36051         returns void.
36052
36053 2004-11-02  Bruno Haible  <bruno@clisp.org>
36054
36055         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
36056         function returns void.
36057
36058 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
36059
36060         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
36061         fflush_unlocked, flockfile, funlockfile, funlockfile,
36062         fputs_unlocked, putc_unlocked.
36063
36064 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
36065
36066         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
36067         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
36068         already declared.
36069
36070 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
36071
36072         * modules/getdate (Files): Add doc/getdate.texi.
36073         (Depends-on): Add setenv, xalloc.
36074
36075 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
36076
36077         * lib/getdate.y: Add support for TZ="foo" within a date string.
36078         Fix some bugs near time_t boundaries.  Reject dates with
36079         out-of-range components, e.g., "Sept 31".
36080         Include <stdlib.h>, "setenv.h", "xalloc.h".
36081         (ISDIGIT_LOCALE): Remove; unused.
36082         Note that the TZ and time functions used here are not reentrant.
36083         (mktime_ok, get_tz): New functions.
36084         (TZBUFSIZE): New constant.
36085         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
36086         This requires that we sometimes generate our own TZ="XXX..." setting.
36087
36088 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
36089
36090         * doc/getdate.texi: New file, from coreutils with modifications for
36091         the new TZ parsing.
36092
36093 2004-10-27  Derek R. Price  <derek@ximbiot.com>
36094
36095         * lib/mktime.c (not_equal_tm): Remove redundant check.
36096
36097 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
36098
36099         * modules/regex (lib_SOURCES): Add regex.c.
36100         Reported by James Youngman in
36101         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
36102
36103 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
36104
36105         * lib/getdate.y: Use Bison 1.875 features, and some minor
36106         code cleanups.  This change does not affect semantics.
36107         Don't include <stdlib.h>; no longer needed.
36108         Don't include unlocked-io.h; only the "#if TEST" code uses
36109         stdio, and performance isn't crucial there.
36110         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
36111         Bison 1.875 features as described below.
36112         All uses of "PC." replaced by "pc->".
36113         (YYSTYPE): Add a forward declaration.
36114         (yylex, yyerror): Use full prototypes in forward decls.
36115         Use "%pure-parser" rather than obsolescent "%pure_parser".
36116         Use %parse-param and %lex-param instead of obsolescent
36117         YYPARSE_PARAM and YYLEX_PARAM.
36118         (meridian_table, month_and_day_table, time_units_table,
36119         relative_time_table, time_zone_table, military_table,
36120         lookup_zone, lookup_word, get_date):
36121         Use NULL instead of 0 where appropriate.
36122         (to_hour): Avoid abort (), to avoid a dependency on
36123         stdlib.h.
36124         (yyerror, yylex): Now accepts parser_control * arg.
36125         (main) [TEST]: Use '\0' rather than 0 for char.
36126
36127 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
36128
36129         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
36130
36131 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
36132
36133         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
36134         It's now the caller's responsibility to handle the case where
36135         !HAVE_GETPAGESIZE && !defined getpagesize.
36136
36137         * lib/mktime.c (leapyear): Arg is long int, not int.
36138
36139 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
36140
36141         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
36142
36143 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
36144
36145         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
36146         missing.  Problem reported by James Youngman.
36147
36148 2004-10-16  Simon Josefsson  <jas@extundo.com>
36149
36150         * gnulib-tool: Fix comments.  Fix parse problem.
36151         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
36152
36153 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
36154
36155         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
36156         implementation of getopt_long.  Problem reported by Alexander Taler in:
36157         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
36158
36159 2004-10-15  Bruno Haible  <bruno@clisp.org>
36160
36161         * gnulib-tool: Untabify. Initialize supplied_libname.
36162         (func_usage): More homogenous output.
36163         (func_modules_transitive_closure, func_modules_to_filelist,
36164         func_emit_lib_Makefile_am): New functions.
36165         (func_import): New function, extracted from big case statement. Use
36166         func_get_license, func_modules_transitive_closure,
36167         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
36168         opt_lgpl. Don't use test -a, as it's not portable.
36169         (func_create_testdir): Use func_modules_transitive_closure,
36170         func_modules_to_filelist, func_emit_lib_Makefile_am.
36171
36172 2004-10-15  Bruno Haible  <bruno@clisp.org>
36173
36174         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
36175
36176 2004-10-15  Bruno Haible  <bruno@clisp.org>
36177
36178         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
36179         the portions belonging to each module.
36180         Suggested by Derek Robert Price <derek@ximbiot.com>.
36181
36182 2004-10-12  Simon Josefsson  <jas@extundo.com>
36183
36184         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
36185         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
36186         to real functions.
36187
36188 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
36189
36190         * modules/vsnprintf: New file.
36191
36192 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
36193
36194         * m4/vsnprintf.m4: New file.
36195
36196 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
36197
36198         * lib/vsnprintf.h: New file.
36199         * lib/vsnprintf.c: New file.
36200
36201 2004-10-11  Bruno Haible  <bruno@clisp.org>
36202
36203         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
36204         vsnprintf.
36205
36206 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
36207
36208         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
36209
36210 2004-10-07  Bruno Haible  <bruno@clisp.org>
36211
36212         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
36213         fits into the provided buffer.
36214
36215 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
36216
36217         * lib/diacrit.c, diacrit.h: Add GPL notice.
36218
36219         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
36220         notice.
36221         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
36222         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
36223         This avoids a potential constant-folding bug.
36224
36225 2004-10-05  Bruno Haible  <bruno@clisp.org>
36226
36227         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
36228         for the declaration of strsep.
36229
36230 2004-10-05  Bruno Haible  <bruno@clisp.org>
36231
36232         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
36233
36234 2004-10-04  Simon Josefsson  <jas@extundo.com>
36235
36236         * modules/memmem: New file.
36237         * tests/test-memmem.c: New file.
36238         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
36239
36240 2004-10-04  Simon Josefsson  <jas@extundo.com>
36241
36242         * m4/memmem.m4: New file.
36243
36244 2004-10-04  Simon Josefsson  <jas@extundo.com>
36245
36246         * lib/memmem.h: New file.
36247         * lib/memmem.c: New file, taken from glibc.
36248
36249 2004-10-04  Simon Josefsson  <jas@extundo.com>
36250
36251         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
36252         '#ifdef USE_UNLOCKED_IO'.
36253
36254 2004-10-04  Simon Josefsson  <jas@extundo.com>
36255
36256         * config/srclist.txt: Add memmem from glibc.
36257
36258 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
36259
36260         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
36261
36262         * modules/argmatch, modules/argp, modules/closeout, modules/error,
36263         modules/exclude, modules/getdate, modules/getline,
36264         modules/getndelim2, modules/getpass, modules/getpass-gnu,
36265         modules/getusershell, modules/linebuffer, modules/md5,
36266         modules/mountlist, modules/posixtm, modules/readtokens,
36267         modules/readutmp, modules/regex, modules/sha1,
36268         modules/version-etc, modules/yesno:
36269         Remove dependency on unlocked-io.
36270
36271 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
36272
36273         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
36274
36275         * m4/unlocked-io.m4: Add copyright notice.
36276         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
36277
36278 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
36279
36280         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
36281         * lib/xmalloc.c (xmemdup): Likewise.
36282         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
36283         XFREE): Remove these long-obsolescent macros.
36284         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
36285         * lib/xstrdup.c: Remove.
36286
36287         * lib/regex.c (re_comp): Cast gettext return value to char *,
36288         Problem reported by Martin Neitzel via Mark D. Baushke.
36289
36290 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
36291
36292         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
36293         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
36294         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
36295         regex.c, sha1.c, version-etc.c, yesno.c:
36296         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
36297         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
36298         the includer's responsibility.
36299
36300         Sync from coreutils.
36301
36302         * lib/modechange.c (mode_compile): Don't decrement a pointer that
36303         points to the start of a string, as the C Standard says the
36304         resulting behavior is undefined.
36305
36306         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
36307         simple -> simple_backups, numbered_existing ->
36308         numbered_existing_backups, numbered -> numbered_backups
36309         to avoid shadowing problems.  All uses changed.
36310         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
36311         * lib/backupfile.c (check_extension, numbered_backup):
36312         Rename locals to avoid shadowing 'basename'.
36313         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
36314         once.
36315
36316         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
36317         * lib/.cvsignore: Add getopt.h.
36318
36319 2004-10-04  Bruno Haible  <bruno@clisp.org>
36320
36321         * modules/README: New file.
36322         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
36323         not a module.
36324
36325 2004-10-02  Jim Meyering  <jim@meyering.net>
36326
36327         * lib/dirfd.h, getpagesize.h: Add copyright notice.
36328
36329 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
36330
36331         * modules/strsep: New file.
36332
36333 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
36334
36335         * m4/strsep.m4: New file.
36336
36337 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
36338
36339         * lib/strsep.h: New file.
36340         * lib/strsep.c: New file.
36341
36342 2004-10-01  Simon Josefsson  <jas@extundo.com>
36343
36344         * lib/snprintf.c (snprintf): Handle size==0.
36345
36346 2004-10-01  Simon Josefsson  <jas@extundo.com>
36347             Bruno Haible  <bruno@clisp.org>
36348
36349         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
36350         (snprintf): Declare 'args'.
36351
36352 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
36353
36354         * lib/snprintf.c: Remove comments as to why each header is needed.
36355
36356 2004-10-01  Bruno Haible  <bruno@clisp.org>
36357
36358         * MODULES.html.sh: Add strsep.
36359
36360 2004-09-30  Simon Josefsson  <jas@extundo.com>
36361
36362         * modules/snprintf: New file.
36363
36364 2004-09-30  Simon Josefsson  <jas@extundo.com>
36365
36366         * m4/snprintf.m4: New file.
36367
36368 2004-09-30  Simon Josefsson  <jas@extundo.com>
36369
36370         * lib/snprintf.h, lib/snprintf.c: New files.
36371
36372 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
36373
36374         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
36375         (hol_entry_help): Never translate an empty string.
36376         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
36377         * lib/argp.h (OPTION_NO_TRANS): New option.
36378
36379 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
36380
36381         * modules/argp (Maintainer): Replace Simon Josefsson
36382         by Sergey Poznyakoff.
36383
36384 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
36385
36386         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
36387         changes merged back into glibc.
36388
36389 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
36390
36391         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
36392
36393 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
36394
36395         * lib/xvasprintf.c: Include xalloc.h.
36396         (xvasprintf): Use xalloc_die, not xmalloc_die.
36397
36398 2004-09-29  Bruno Haible  <bruno@clisp.org>
36399
36400         * modules/alloca-opt: New file, derived from modules/alloca.
36401         * modules/allocsa: Depend on alloca-opt instead of alloca.
36402         * modules/setenv: Likewise.
36403         * modules/vasnprintf: Likewise.
36404         * MODULES.html.sh: Add alloca-opt.
36405
36406 2004-09-28  Simon Josefsson  <jas@extundo.com>
36407
36408         * gnulib-tool: New parameter --lgpl, to asseert that modules are
36409         LGPL, and to replace license template from GPL to LGPL.
36410
36411 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
36412
36413         * modules/dummy: Change license to LGPL.
36414
36415 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
36416
36417         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
36418
36419 2004-09-24  Simon Josefsson  <jas@extundo.com>
36420
36421         * modules/minmax (License): Change from GPL to LGPL.
36422
36423 2004-09-23  Simon Josefsson  <jas@extundo.com>
36424
36425         * gnulib-tool (--import): Typo.
36426
36427 2004-09-23  Simon Josefsson  <jas@extundo.com>
36428
36429         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
36430
36431 2004-09-22  Bruno Haible  <bruno@clisp.org>
36432
36433         * modules/*: Add 'License' field.
36434         * gnulib-tool: Accept --extract-license option.
36435         (func_get_license): New function.
36436
36437 2004-09-21  Bruno Haible  <bruno@clisp.org>
36438
36439         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
36440         Reported by Simon Josefsson.
36441
36442 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
36443
36444         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
36445         gl_AC_TYPE_LONG_LONG.
36446
36447 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
36448
36449         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
36450
36451 2004-09-18  Simon Josefsson  <jas@extundo.com>
36452         and  Paul Eggert  <eggert@cs.ucla.edu>
36453
36454         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
36455         calls with autoreconf.  Define GL_LIB.
36456
36457 2004-09-14  Karl Berry  <karl@gnu.org>
36458
36459         * config/srclist.txt: unsync setenv.c, sigh.
36460
36461 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
36462
36463         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
36464         Problem reported by Bruno Haible in:
36465         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
36466
36467 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
36468
36469         * config/srclist.txt: Comment out argp-pvh.c.
36470
36471 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
36472
36473         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
36474         in case some system header has #define'd it.  Problem reported by
36475         Soeren D. Schulze in
36476         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
36477
36478 2004-09-09  Karl Berry  <karl@gnu.org>
36479
36480         * regex.[ch]: delete from the root.  These were supposed to be
36481                 synced with emacs cvs, but this has not happened for about
36482                 a year, and anyway nothing else uses emacs regex.[ch].
36483                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
36484                 lib/regex[.ch] is untouched.
36485
36486 2004-09-09  Bruno Haible  <bruno@clisp.org>
36487
36488         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
36489
36490 2004-09-09  Bruno Haible  <bruno@clisp.org>
36491
36492         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
36493         modifications.
36494         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
36495
36496 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
36497
36498         * modules/xvasprintf: New file.
36499         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
36500
36501 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
36502
36503         * lib/xvasprintf.h: New file.
36504         * lib/xvasprintf.c: New file.
36505         * lib/xasprintf.c: New file.
36506
36507 2004-09-08  Bruno Haible  <bruno@clisp.org>
36508
36509         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
36510
36511 2004-09-08  Bruno Haible  <bruno@clisp.org>
36512
36513         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
36514         length is > INT_MAX.
36515         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
36516         more.
36517
36518 2004-09-08  Bruno Haible  <bruno@clisp.org>
36519
36520         * lib/stdint_.h: New file, taken from GNU clisp.
36521
36522 2004-09-08  Bruno Haible  <bruno@clisp.org>
36523             Oskar Liljeblad  <oskar@osk.mine.nu>
36524
36525         * modules/stdint: New file.
36526         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
36527
36528 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
36529
36530         Import from coreutils.
36531         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
36532         strings on unbounded length.  alloca's performance benefits aren't
36533         that important here.
36534         (V_STRDUP): Remove.
36535         (parse_with_separator): New function, with most of the internals
36536         of the old parse_user_spec.  Allow user to omit both user and group,
36537         for compatibility with FreeBSD.
36538         Clone only the user name, not the entire spec.
36539         Do not set *uid, *gid unless entirely successful.
36540         Avoid memory leak in some failing cases.
36541         Fix regression for USER.GROUP reported by Dmitry V. Levin in
36542         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
36543         (parse_user_spec): Rewrite to use parse_with_separator.
36544
36545 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
36546
36547         * modules/userspec: Don't depend on alloca.
36548
36549 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
36550
36551         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
36552
36553 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
36554
36555         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
36556         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
36557         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
36558
36559 2004-08-16  Simon Josefsson  <jas@extundo.com>
36560
36561         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
36562         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
36563         Add --dry-run for --import.
36564         Let user provided command line parameters override configure.ac
36565         settings.
36566
36567 2004-08-12  Simon Josefsson  <jas@extundo.com>
36568
36569         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
36570         as discussed with Paul Eggert in threads rooted at
36571         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
36572         and
36573         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
36574         Before, the test was empty, and relied on ELIDE_CODE in source
36575         code.)
36576         (gl_PREREQ_GETOPT): New macro.
36577         (gl_GETOPT): Use them.
36578
36579 2004-08-12  Simon Josefsson  <jas@extundo.com>
36580
36581         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
36582         * lib/getopt_.h: Renamed from getopt.h.
36583
36584 2004-08-12  Simon Josefsson  <jas@extundo.com>
36585
36586         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
36587         Change default library name from libfoo to libgnu.
36588         Now, if you have a configure.ac that says:
36589                 gl_SOURCE_BASE(gl)
36590                 gl_M4_BASE(gl/m4)
36591                 gl_MODULES(error getopt etcetera)
36592                 gl_INIT
36593         you can import all you need by running:
36594                 ../gnulib/gnulib-tool --import
36595
36596         * modules/getopt (Files): Rename getopt.h to getopt_.h.
36597         (Makefile.am): Rewrite, use logic from argz.
36598         (Include): Use <getopt.h> instead of "getopt.h".
36599
36600 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
36601
36602         * modules/argp (Files): Add m4/unlocked-io.m4.
36603         (Depends-on): Add extensions.
36604
36605 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
36606
36607         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
36608         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
36609         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
36610         Check for program_invocation_name, program_invocation_short_name,
36611         flockfile, funlockfile, features.h, _getopt_long_only_r.
36612
36613 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
36614
36615         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
36616         its complicated substitute.
36617         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
36618         and program_invocation_name.
36619         (__argp_basename) [!_LIBC]: Remove; the only use was
36620         replaced by its body.
36621         (__argp_short_program_name): Change condition from
36622         !defined __argp_short_program_name to
36623         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
36624         to match argp-namefrob.h.
36625         (__argp_failure): Don't assume strerror_r returns char *.
36626         * lib/argp-parse.c (N_): Define unconditionally.
36627         (argp_default_options): Fill out initializers with 0 to avoid
36628         gcc warnings.
36629
36630 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
36631
36632         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
36633         getopt1.c.
36634
36635 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
36636
36637         Merge from coreutils.
36638
36639         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
36640
36641         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
36642         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
36643
36644 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
36645
36646         Merge from coreutils.
36647
36648         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
36649         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
36650         for Reliant Unix 5.43.
36651
36652         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
36653         (union fooround): Use uintmax_t, not long int.
36654         The rest is a merge from libc:
36655         [defined _LIBC]: Include <shlib-compat.h>.
36656         (_obstack) [defined _LIBC]: Remove after 2.3.4.
36657
36658         * lib/settime.c (settime): Recode to avoid warning with
36659         Sun Forte C 6U2.
36660
36661         * lib/strverscmp.c: Convert to UTF-8.
36662
36663 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
36664
36665         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
36666         m4/uintmax_t.m4.
36667
36668 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
36669
36670         * modules/xalloc-die: New file.
36671         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
36672
36673         * modules/md5 (Files): Add m4/uint32_t.m4.
36674         * modules/sha1: Renamed from modules/sha.
36675         (Files):
36676         Rename lib/sha.h to lib/sha1.h.
36677         Rename lib/sha.c to lib/sha1.c.
36678         Rename m4/sha.m4 to m4/sha1.m4.
36679         (lib_SOURCES): Likewise.
36680         (configure.ac): Rename gl_SHA to gl_SHA1.
36681         (Include): sha.h -> sha1.h.
36682
36683 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
36684
36685         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
36686         * m4/sha1.m4: Renamed from sha.m4.
36687         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
36688
36689 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
36690
36691         * lib/obstack.h (obstack_empty_p):
36692         Don't assume that chunk->contents is suitably aligned.
36693         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
36694         Likewise. Problem reported by Benno in
36695         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
36696
36697         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
36698         readable.  This could be improved further but it'd take some work.
36699
36700 2004-08-08  Simon Josefsson  <jas@extundo.com>
36701
36702         * modules/xgethostname (Depends-on): Remove exit and error (not
36703         used).
36704
36705         * modules/getpass-gnu: Add getpass.h.
36706         (Depends-on): Add stdbool.
36707         * modules/getpass: Add getpass.h.
36708
36709 2004-08-08  Simon Josefsson  <jas@extundo.com>
36710
36711         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
36712         Check getpass declaration.
36713
36714 2004-08-08  Simon Josefsson  <jas@extundo.com>
36715
36716         * lib/xgethostname.c: Don't include error.h (not used).
36717
36718         * lib/getpass.h: Add.
36719         * lib/getpass.c: Include getpass.h first.
36720
36721 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
36722
36723         * lib/xalloc-die.c: New file.
36724         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
36725         All uses removed.
36726         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
36727         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
36728         xalloc-die.c.
36729         (_, N_, xalloc_die): Move to xalloc-die.c.
36730         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
36731         so that we needn't mess with xalloc_msg_memory_exhausted.
36732
36733         * lib/sha1.h: Renamed from sha.h.
36734         (SHA1_H): Renamed from _SHA_H.
36735         (sha1_ctx): Renamed from sha_ctx.
36736         (sha1_init_ctx): Renamed from sha_init_ctx.
36737         (sha1_process_block): Renamed from sha_process_block.
36738         (sha1_process_bytes): Renamed from sha_process_bytes.
36739         (sha1_finish_ctx): Renamed from sha_finish_ctx.
36740         (sha1_read_ctx): Renamed from sha_read_ctx.
36741         (sha1_stream): Renamed from sha_stream.
36742         (sha1_buffer): Renamed from sha_buffer.
36743         * lib/sha1.c: Likewise; renamed from sha.c.
36744         Do not include <sys/types.h>.
36745         Include <stddef.h> rather than <stdlib.h>.
36746
36747 2004-08-08  Bruno Haible  <bruno@clisp.org>
36748
36749         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
36750         FILESYSTEM_PREFIX_LEN.
36751         * lib/progreloc.c: Likewise.
36752         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
36753
36754 2004-08-06  Simon Josefsson  <jas@extundo.com>
36755
36756         * modules/progname (Depends-on): Don't depend on stdbool.
36757
36758 2004-08-06  Simon Josefsson  <jas@extundo.com>
36759
36760         * modules/getsubopt: New file.
36761         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
36762         getsubopt.
36763
36764 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
36765
36766         More merge from coreutils.
36767
36768         * m4/utimens.m4, m4/utimecmp.m4: New files.
36769         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
36770         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
36771         prereq.m4, sha.m4: Import changes from coreutils.
36772
36773 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
36774
36775         More merge from coreutils.
36776         * modules/raise, modules/readtokens0, modules/utimens:
36777         * modules/utimecmp, module/xnanosleep: New files.
36778         * modules/strftime: Add lib/strftime.h.
36779         Change include from <time.h> to "strftime.h".
36780         * modules/yesno: Add lib/yesno.h.
36781         * modules/backupfile: Remove lib/addext.c.
36782         * modules/euidaccess: Add stat-macros.h.
36783         * modules/canonicalize, modules/euidaccess,
36784         modules/filemode, modules/lchown, modules/makepath,
36785         modules/rmdir, modules/stat: Likewise.
36786
36787 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
36788
36789         Merge from tar.
36790         * lib/argp-help.c (make_hol, hol_append): Don't assume that
36791         SIZE_MAX is a valid preprocessor constant.
36792         (__argp_basename): Change from "#ifndef _LIBC"
36793         to "#ifndef __argp_short_program_name", so that
36794         we don't compile these functions for tar.
36795
36796         More merges from coreutils.
36797         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
36798         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
36799         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
36800         * lib/addext.c: Remove; no longer needed.
36801         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
36802         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
36803         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
36804         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
36805         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
36806         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
36807         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
36808         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
36809         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
36810         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
36811         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
36812         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
36813         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
36814         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
36815         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
36816         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
36817         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
36818         Import changes from coreutils.
36819
36820 2004-08-05  Simon Josefsson  <jas@extundo.com>
36821
36822         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
36823
36824 2004-08-05  Simon Josefsson  <jas@extundo.com>
36825
36826         * m4/getsubopt.m4: New file.
36827
36828 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
36829
36830         Merge from coreutils.
36831
36832         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
36833         * m4/getcwd-path-max.m4: New files.
36834
36835         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
36836         FILESYSTEM_PREFIX_LEN ->
36837         FILE_SYSTEM_PREFIX_LEN.
36838         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
36839         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
36840         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
36841         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
36842
36843         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
36844         prerequisite modules now handle the DOS stuff.
36845         Don't check for unistd.h.
36846
36847 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
36848
36849         Merge from coreutils.
36850
36851         * lib/.gdb-history: Remove; this doesn't belong here.
36852
36853         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
36854         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
36855         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
36856         * lib/getcwd.c: New files.
36857
36858         * lib/dirname.h: Include <stdbool.h>.
36859         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
36860         for consistency with POSIX terminology.  All uses changed.
36861         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
36862         (strip_trailing_slashes): Use bool for booleans.
36863         * lib/stripslash.c (strip_trailing_slashes): Likewise.
36864
36865         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
36866         sometimes returns a positive errno value even when it succeeds.
36867         (print_errno_message) [!LIBC]: Fall back on strerror if
36868         __strerror_r fails.
36869
36870         * lib/path-concat.c (mempcpy): Don't define if a system header defines
36871         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
36872         (longest_relative_suffix): New function.
36873         (path_concat): Use it.  Assume first argument is not NULL.
36874         Port to DOS.  Omit redundant separators.
36875         Report an error instead of returning NULL.
36876         Use mempcpy instead of memcpy.
36877         (xpath_concat): Remove: not declared or used.
36878
36879         * lib/same.h: Include <stdbool.h>
36880         (same_name): Return bool, not int.
36881         * lib/same.c (same_name): Likewise.
36882         (errno): Don't declare; we assume C89 or better now.
36883
36884         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
36885         if not already defined.
36886
36887         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
36888         * lib/dup-safer.c (errno): Likewise.
36889
36890 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
36891
36892         Merge from coreutils.
36893         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
36894         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
36895         * modules/path-concat: Don't depend on strdup.
36896
36897 2004-08-03  Simon Josefsson  <jas@extundo.com>
36898
36899         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
36900         * lib/progname.h: Don't include stdbool.h.
36901
36902 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
36903
36904         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
36905         * MODULES.html.sh (func_all_modules): Remove fatal.
36906
36907 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
36908
36909         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
36910
36911 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
36912
36913         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
36914         working.
36915
36916 2004-08-02  Simon Josefsson  <jas@extundo.com>
36917
36918         * lib/getsubopt.h: New file, with comments from Bruno Haible.
36919         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
36920         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
36921
36922 2004-08-01  Simon Josefsson  <jas@extundo.com>
36923
36924         * lib/xgetdomainname.c: Include stdlib.h, for free().
36925
36926 2004-07-19  Bruno Haible  <bruno@clisp.org>
36927
36928         * MODULES.html.sh (func_all_modules): Add dummy.
36929
36930 2004-07-16  Simon Josefsson  <jas@extundo.com>
36931
36932         * modules/dummy: New file.
36933
36934 2004-07-16  Simon Josefsson  <jas@extundo.com>
36935
36936         * lib/dummy.c: New file.
36937
36938 2004-07-16  Bruno Haible  <bruno@clisp.org>
36939
36940         * lib/backupfile.h: Add extern "C" for C++.
36941         * lib/closeout.h: Likewise.
36942         * lib/copy-file.h: Likewise.
36943         * lib/findprog.h: Likewise.
36944         * lib/full-write.h: Likewise.
36945         * lib/pathname.h: Likewise.
36946         * lib/progname.h: Likewise.
36947         * lib/stpcpy.h: Likewise.
36948         * lib/stpncpy.h: Likewise.
36949         * lib/strcase.h: Likewise.
36950         * lib/strstr.h: Likewise.
36951         * lib/xalloc.h: Likewise.
36952
36953         * lib/mbswidth.h: Add extern "C" for C++.
36954         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
36955
36956 2004-07-13  Robert Millan  <robertmh@gnu.org>
36957
36958         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
36959
36960 2004-07-09  Simon Josefsson  <jas@extundo.com>
36961
36962         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
36963         failed without this.)
36964
36965 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
36966
36967         * modules/chown (Files): Add lib/fchown-stub.c, since
36968         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
36969
36970 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
36971
36972         * lib/fchown-stub.c: New file.
36973
36974 2004-06-24  Jim Meyering  <jim@meyering.net>
36975
36976         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
36977
36978 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
36979
36980         * modules/argz: Omit "#include".
36981
36982         * MODULES.html.sh (func_all_modules): Add calloc, to match
36983         2004-06-01 addition of calloc module.
36984
36985 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
36986
36987         * m4/argz.m4: New file, which is autoupdated from libtool.
36988
36989 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
36990
36991         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
36992         libtool.
36993
36994 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
36995
36996         * config/srclist-update: Don't insist on "USA." before the
36997         close-comment, as libtool omits the period and puts the */ on a
36998         separate line.
36999         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
37000         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
37001
37002 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
37003
37004         * modules/argz: New file.
37005         * MODULES.html.sh (func_all_modules): Add argz.
37006
37007 2004-06-12  Jim Meyering  <jim@meyering.net>
37008         and  Paul Eggert  <eggert@cs.ucla.edu>
37009
37010         * modules/hash (Files): Add lib/xalloc.h.
37011         * modules/pipe (Depends-on): Add wait-process.
37012         * modules/stat (Depends-on): Add xalloc.
37013         * modules/userspec (Files): Add lib/userspec.h.
37014         * modules/xstrto
37015
37016         Upgrade from gettext-0.13.
37017         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
37018         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
37019         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
37020
37021 2004-06-10  Jim Meyering  <jim@meyering.net>
37022
37023         * lib/calloc.c: New file.
37024
37025 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
37026
37027         * lib/getdate.y (yylex): Allow space between sign and number.
37028         Problem reported by Dan Jacobson.
37029
37030 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
37031
37032         Merge from coreutils CVS.
37033
37034         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
37035         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
37036         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
37037         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
37038         xstrtol.m4: Fix copyright date and/or serial number.
37039
37040         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
37041         See if we need an fchown replacement.
37042         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
37043         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
37044         and use the replacement function if we detect either defect.
37045
37046         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
37047         gl_UTIMECMP.
37048
37049 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
37050         and  Jim Meyering  <jim@meyering.net>
37051
37052         Merge from coreutils CVS.
37053
37054         * lib/stat-macros.h: New file, with contents from file-type.h
37055         and coreutils' system.h.
37056         * lib/file-type.c: Include "stat-macros.h".
37057         * lib/file-type.h (file_type): Move all macro definitions to new file,
37058         stat-macros.h.
37059
37060         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
37061         Wrap old code with this conditional.
37062         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
37063         function that does not dereference symlinks.
37064         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
37065
37066         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
37067         dependency problems.
37068         (xreadlink): Accept new arg SIZE, for efficiency.
37069         All decls and uses changed.
37070         * lib/xreadlink.h: Include <stddef.h>, for size_t.
37071
37072         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
37073         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
37074
37075         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
37076         sysexits.h.
37077
37078 2004-06-01  Jim Meyering  <jim@meyering.net>
37079
37080         * m4/calloc.m4: New file.
37081
37082 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
37083
37084         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
37085         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
37086         Also, fix a typo in a diagnostic.
37087
37088 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
37089
37090         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
37091         or AC_FUNC_REALLOC.
37092
37093 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
37094
37095         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
37096         macros to be defined.
37097         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
37098         the allocator returns NULL because the requested size is zero.
37099
37100 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
37101
37102         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
37103         var.  Add comment explaining why libc still defines it.  This
37104         merges the following patch from glibc:
37105         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
37106
37107 2004-05-20  Andreas Schwab  <schwab@suse.de>
37108
37109         * m4/free.m4: Replace free if it not known to work, not the other
37110         way round.
37111
37112 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
37113
37114         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
37115         present in glibc since revision 1.1 of this file.
37116         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
37117         obstack_alignment_mask, obstack_alloc, obstack_base,
37118         obstack_blank, obstack_blank_fast, obstack_chunk_size,
37119         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
37120         obstack_grow0, obstack_init, obstack_int_grow,
37121         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
37122         obstack_next_free, obstack_object_size, obstack_ptr_grow,
37123         obstack_ptr_grow_fast, obstack_room): Remove declarations of
37124         nonexistent functions.
37125
37126 2004-05-18  Karl Berry  <karl@gnu.org>
37127
37128         * config/srclist.txt: break link for vasnprintf.c.
37129
37130 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
37131
37132         Port obstack to the AS/400, where pointers are 16 bytes wide and
37133         you cannot cast an integer to a valid pointer.  This patch is
37134         currently waiting to be integrated into glibc; see
37135         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
37136
37137         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
37138         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
37139         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
37140         (struct obstack): temp member is now a union of a pointer and
37141         an integer, instead of an integer.  All integer uses changed.
37142         This does not affect the physical layout of struct obstack,
37143         except on hosts (like the AS/400) where the size or alignment of
37144         void * is greater than that of ptrdiff_t.
37145         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
37146         __STDC__)]: Store temporary in pointer member of union, not
37147         integer member.
37148         * lib/obstack.c: Include <stddef.h>, for offsetof.
37149         (struct fooalign): Remove; it doesn't need a name.
37150         (union fooround): Change double to long double, and add void *.
37151         (DEFAULT_ALIGNMENT): Use offsetof to compute.
37152         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
37153         not a macro.  Hence the values are always int; so remove all
37154         casts-to-int in uses.
37155
37156 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
37157
37158         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
37159         we can get this patch merged into glibc.
37160
37161 2004-05-17  Derek R. Price  <derek@ximbiot.com>
37162             Paul Eggert  <eggert@cs.ucla.edu>
37163
37164         * m4/argp: Depend on alloca.
37165
37166 2004-05-17  Derek R. Price  <derek@ximbiot.com>
37167             Paul Eggert  <eggert@cs.ucla.edu>
37168
37169         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
37170         freecoding.
37171
37172 2004-05-17  Bruno Haible  <bruno@clisp.org>
37173
37174         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
37175         precision that consists of a '.' followed by an empty digit string.
37176         Patch by Tor Lillqvist <tml@iki.fi>.
37177
37178 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
37179
37180         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
37181         for backward compatibility with older code.  We need our own
37182         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
37183         it under some other name, and our alloca.h will define it.
37184
37185 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
37186             Derek Price  <derek@ximbiot.com>
37187
37188         * lib/alloca.c: Include <alloca.h>, to get our interface.
37189         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
37190         include <alloca.h> first.  Use C89 prototype for alloca; this
37191         requires including <stddef.h> for size_t.  Use extern "C" if C++.
37192         Use #elif for simplicity, since we can assume C89 now.
37193         Don't try to source the system alloca.h since it will not be found
37194         and to prevent recursively including its replacement.
37195         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
37196         * lib/regex.c: Likewise.
37197
37198 2004-05-16  Derek Price  <derek@ximbiot.com>
37199             Paul Eggert  <eggert@cs.ucla.edu>
37200
37201         getline cleanup.  This changes the getndelim2 API: both order of
37202         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
37203         no delimiter).
37204
37205         * lib/getline.c: Don't include stddef.h or stdio.h, since our
37206         interface does that.
37207         (getline): Always use getdelim, so that we don't have two
37208         copies of this code.
37209         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
37210         if available.
37211         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
37212         (GETNDELIM2_MAXIMUM): New macro.
37213         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
37214         instead of the old practice of delim2==0.  All callers changed.
37215         Return -1 on overflow, instead of returning junk.
37216         Do not set *linesize unless allocation succeeds.
37217         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
37218         that we include sys/types.h.
37219         * lib/getnline.h: Likewise.
37220         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
37221         (getndelim2): Reorder arguments.
37222         * lib/getnline.c (getnline, getndelim):
37223         Don't discard the NMAX argument.
37224         (getnline): Invoke getndelim, to avoid code duplication.
37225         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
37226         of (size_t) -1 by callers of the getnline family.
37227
37228 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
37229
37230         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
37231         Check for gettimeofday.
37232         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
37233         Check for settimeofday, stime.
37234
37235 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
37236
37237         * lib/nanosleep.c (suspended): Change its type from int to
37238         sig_atomic_t volatile.
37239         (first_call): Make it private to rpl_nanosleep, and have it
37240         be zero initially as that's a bit faster.
37241         (my_usleep): Round up fractional times instead of truncating them,
37242         as this is the usual meaning for 'sleep'.
37243
37244         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
37245         doesn't work.
37246         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
37247         (ENOSYS): Define if not defined.
37248         (settime): Fall back on stime if it exists and settimeofday fails.
37249         But don't bother with fallbacks if a method fails with errno == EPERM.
37250
37251 2004-05-11  Jim Meyering  <jim@meyering.net>
37252
37253         Prior to this change, the save_cwd caller required read access to the
37254         current directory on most systems (ones with the fchdir function).
37255
37256         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
37257         fails, try write-only, and finally, resort to using xgetcwd.
37258
37259 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
37260
37261         * lib/obstack.c, obstack.h: Import changes from libc.
37262
37263 2004-04-28  Bruno Haible  <bruno@clisp.org>
37264
37265         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
37266         also implicitly appends .exe to executables.
37267         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
37268         accepts Windows pathnames.
37269         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
37270         Treat Cygwin like Windows, since it now accepts Windows pathnames.
37271         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
37272         Treat Cygwin like Windows, since it now accepts Windows pathnames.
37273         Reported by Derek Robert Price <derek@ximbiot.com>.
37274
37275 2004-04-21  Karl Berry  <karl@gnu.org>
37276
37277         * config/srclist.txt (localcharset.c): break sync.
37278
37279 2004-04-20  Paul Eggert  <eggert@twinsun.com>
37280
37281         * m4/host-os.m4: Add a copyright notice.
37282
37283 2004-04-20  Jim Meyering  <jim@meyering.net>
37284
37285         Change UTILS_ to gl_ in AC_DEFINE'd names.
37286         Change utils_- and jm_-prefixed variables, too.
37287         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
37288         UTILS_FUNC_MKDIR_TRAILING_SLASH.
37289         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
37290
37291         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
37292         Don't emit trailing blanks.
37293         Also rename jm_-prefixed variables to have gl_ prefix.
37294
37295         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
37296         Also rename jm_-prefixed variables to have gl_ prefix.
37297
37298         * m4/jm-macros.m4: Reflect the renamings.
37299         * m4/prereq.m4: Likewise.
37300
37301 2004-04-20  Jim Meyering  <jim@meyering.net>
37302
37303         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
37304         memory.
37305
37306 2004-04-20  Jim Meyering  <jim@meyering.net>
37307             Bruno Haible  <bruno@clisp.org>
37308
37309         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
37310         memory when realloc fails.
37311
37312 2004-04-19  Jim Meyering  <jim@meyering.net>
37313
37314         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
37315         now that readutmp.c may call `free (0)'.
37316
37317 2004-04-19  Bruno Haible  <bruno@clisp.org>
37318
37319         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
37320         * m4/inttypes_h.m4: Likewise.
37321         * m4/stdint_h.m4: Likewise.
37322         * m4/intmax_t.m4: Likewise.
37323         * m4/uintmax_t.m4: Likewise.
37324
37325 2004-04-18  Jim Meyering  <jim@meyering.net>
37326
37327         * m4/prereq.m4: Don't forbid jm_ prefix.
37328
37329         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
37330         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
37331         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
37332         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
37333         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
37334         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
37335         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
37336         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
37337         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
37338         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
37339         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
37340         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
37341         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
37342         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
37343         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
37344         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
37345         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
37346         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
37347         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
37348
37349 2004-04-18  Jim Meyering  <jim@meyering.net>
37350
37351         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
37352         failure, don't leak memory and do call END_UTMP_ENT.
37353
37354 2004-04-16  Jim Meyering  <jim@meyering.net>
37355
37356         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
37357         coreutils' stat program.
37358         (gl_PREREQ): Don't require jm_PREREQ_STAT.
37359
37360 2004-04-11  Paul Eggert  <eggert@twinsun.com>
37361
37362         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
37363         C89.
37364         (CHAR_BIT): Remove, since we assume C89.
37365         Include <stdint.h> if available, as per current Autoconf CVS advice.
37366
37367 2004-03-31  Jim Meyering  <jim@meyering.net>
37368
37369         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
37370         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
37371         * m4/xalloc.m4: Likewise.
37372
37373 2004-03-30  Paul Eggert  <eggert@twinsun.com>
37374
37375         Merge from coreutils.
37376
37377         * m4/inttostr.m4: New file.
37378         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
37379         Require AM_STDBOOL_H and gl_TIMESPEC instead.
37380         Require gl_CLOCK_TIME.
37381         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
37382
37383 2004-03-30  Paul Eggert  <eggert@twinsun.com>
37384
37385         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
37386         not bool, to be more consistent with Unix conventions.
37387         Suggested by Bruno Haible.
37388
37389         Merge from coreutils.
37390
37391         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
37392         * lib/umaxtostr.c: New files.
37393
37394         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
37395         the usual <time.h> dance.
37396         (get_date): Change signature to support fractional time stamps.
37397         All callers changed.
37398         * lib/getdate.y: Include "getdate.h" first, as we can now
37399         assume C89 and don't need to worry about 'const'.
37400         Similarly, include "unlocked-io.h" near start, not in middle.
37401         Include <limits.h>.
37402         (textint.value): Use long int rather than int.
37403         (textint.digits): Use size_t rather than int.
37404         (BILLION, LOG10_BILLION): New constants.
37405         (parser_control): New member rel_ns.  Members day_ordinal,
37406         time_zone, month, day, hour, minutes, rel_year, rel_month,
37407         rel_day, rel_hour, rel_minutes, rel_seconds
37408         are now long int, not int.  Member seconds is now struct timespec,
37409         not int.  New member timespec_seen.  Members dates_seen, days_seen,
37410         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
37411         not int.
37412         (%union.intval): Now long int, not int.
37413         New member timespec.
37414         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
37415         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
37416         (spec): Now is a timespec or an item list.
37417         (timespec, items): New nonterminals.
37418         (time, rel, relunit, number, get_date):
37419         Add support for fractional seconds.
37420         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
37421         (gmtime, localtime, mktime): Remove decls; not needed with C89.
37422         (to_hour): First arg is now long int, not int.
37423         (to_year): Returns long int, not int.
37424         Don't treat year -70 like 70.
37425         (tm_diff): Returns long int, not int.
37426         (lookup_word): Use bool instead of int when appropriate.
37427         (yylex): Use size_t for count, not int.
37428         Detect overflow when parsing large integer constants.
37429         Add support for fractions.
37430         (get_date): Make pointers 'const' if possible.
37431         Use more-portable code to detect integer overflow.
37432         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
37433         Don't use ctime; it's not reliable if the year has >4 digits.
37434
37435         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
37436         This is for compatibility with BSD.
37437
37438         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
37439         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
37440         From coreutils' system.h.
37441
37442         * lib/userspec.c: Don't include "posixver.h".
37443         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
37444         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
37445         compatible extension.  Simplify code by removing a boolean int
37446         that was always nonzero if a string was nonnull.
37447
37448 2004-03-30  Jim Meyering  <jim@meyering.net>
37449
37450         Merge from coreutils.
37451
37452         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
37453         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
37454         on some systems one must include <grp.h> before it.
37455         Reported by Christian Krackowizer.
37456
37457 2004-03-30  Jim Meyering  <jim@meyering.net>
37458
37459         Merge from coreutils.
37460
37461         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
37462
37463         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
37464         an empty input stream.
37465
37466         * lib/readtokens.c: Include <stdbool.h>.
37467         (readtoken): Use `size_t' rather than int/long.
37468         All callers adjusted.
37469         Use `bool' rather than `int' where appropriate.
37470         Use memset rather than an explicit loop.
37471         Use x2nrealloc rather than xrealloc.
37472         Allow the use of `\0' as a delimiter.
37473         (readtokens): Likewise.
37474         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
37475
37476 2004-03-30  Jim Meyering  <jim@meyering.net>
37477
37478         * m4/realloc.m4: Remove file, since now it does no more than
37479         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
37480         the `configure.ac' section of module/realloc.
37481         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
37482
37483 2004-03-30  Bruno Haible  <bruno@clisp.org>
37484
37485         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
37486         nonnull.
37487
37488 2004-03-29  Paul Eggert  <eggert@twinsun.com>
37489
37490         Merge changes to getloadavg.c from coreutils and Emacs.
37491
37492         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
37493         Define to an expression, not to the empty string.
37494         Include cloexec.h and xalloc.h.
37495         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
37496         Use set_cloexec_flag rather than rolling our own.
37497         * lib/cloexec.c, lib/cloexec.h: New files.
37498
37499 2004-03-29  Paul Eggert  <eggert@twinsun.com>
37500
37501         * m4/cloexec.m4: New file.
37502
37503 2004-03-18  Paul Eggert  <eggert@twinsun.com>
37504
37505         * lib/getopt.h: Sync with libc CVS.
37506
37507 2004-03-18  Paul Eggert  <eggert@twinsun.com>
37508             Bruno Haible  <bruno@clisp.org>
37509
37510         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
37511         mbswidth.
37512
37513 2004-03-18  Paul Eggert  <eggert@twinsun.com>
37514             Bruno Haible  <bruno@clisp.org>
37515
37516         * lib/mbswidth.h: Include <wchar.h> only if
37517         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
37518         <wchar.h>.
37519         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
37520
37521 2004-03-09  Paul Eggert  <eggert@twinsun.com>
37522
37523         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
37524         Sync with libc CVS.
37525         * lib/getopt_int.h: New file, also synced from libc.
37526
37527 2004-03-09  Paul Eggert  <eggert@twinsun.com>
37528
37529         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
37530         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
37531         Bring back getopt.c, getopt.h, getopt1.c.
37532
37533 2004-03-07  Paul Eggert  <eggert@twinsun.com>
37534
37535         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
37536         All uses changed.  Check for sa_sigaction member; this fixes
37537         a bug first reported by Jason Andrade in
37538         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
37539
37540 2004-03-07  Paul Eggert  <eggert@twinsun.com>
37541
37542         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
37543         '#if' expressions.  Unlike the code it replaces, it does not
37544         depend on (defined _SC_PAGESIZE).  However, it does depend on
37545         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
37546         first reported by Jason Andrade in
37547         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
37548
37549 2004-02-25  Simon Josefsson  <jas@extundo.com>
37550
37551         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
37552
37553 2004-02-25  Simon Josefsson  <jas@extundo.com>
37554
37555         * lib/strdup.h: New file.
37556         * lib/strdup.c: Include it.
37557         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
37558         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
37559
37560 2004-02-23  Karl Berry  <karl@gnu.org>
37561
37562         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
37563         (from fencepost.gnu.org:/gd/gnuorg).
37564
37565 2004-02-23  Karl Berry  <karl@gnu.org>
37566
37567         * config/srclistvars.sh (GNUORG) [karl]: redefine.
37568         * config/srclist.txt: add maintain/standards documents.
37569
37570 2004-02-18  Bruno Haible  <bruno@clisp.org>
37571
37572         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
37573         Reported by Derek Robert Price <derek@ximbiot.com>.
37574
37575 2004-02-16  Karl Berry  <karl@gnu.org>
37576
37577         * config/mkinstalldirs, install-sh: update from automake.
37578
37579 2004-02-06  Karl Berry  <karl@gnu.org>
37580
37581         * m4/po.m4: update from gettext 0.14.1.
37582
37583 2004-02-06  Karl Berry  <karl@gnu.org>
37584
37585         * lib/config.charset: update from gettext 0.14.1.
37586
37587 2004-02-05  Paul Eggert  <eggert@twinsun.com>
37588
37589         Add comments and code, prompted by suggestions from Bruno Haible
37590         for sh-quote.
37591         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
37592         describing the enum quoting_style values.
37593         * lib/quotearg.c (quotearg_alloc): New function.
37594         (quotearg_buffer_restyled): Treat lone { and } as special.
37595         Treat = as special.  Work around bug with older shells
37596         that "see" a '\' that is really the 2nd byte of a multibyte char.
37597         Quote empty string with shell_quoting_style.
37598
37599 2004-02-03  Bruno Haible  <bruno@clisp.org>
37600
37601         * m4/pipe.m4: New file, from GNU gettext.
37602
37603 2004-02-03  Bruno Haible  <bruno@clisp.org>
37604
37605         * lib/pipe.h: New file, from GNU gettext.
37606         * lib/pipe.c: New file, from GNU gettext.
37607
37608 2004-01-27  Bruno Haible  <bruno@clisp.org>
37609
37610         * m4/execute.m4: New file, from GNU gettext.
37611
37612 2004-01-27  Bruno Haible  <bruno@clisp.org>
37613
37614         * lib/execute.h: New file, from GNU gettext.
37615         * lib/execute.c: New file, from GNU gettext.
37616         * lib/w32spawn.h: New file, from GNU gettext.
37617
37618 2004-01-24  Paul Eggert  <eggert@twinsun.com>
37619
37620         Merge from diffutils.
37621
37622         * lib/file-type.c (file_type): Add typed memory objects.
37623         * lib/file-type.h (S_TYPEISTMO): New macro.
37624
37625         * lib/c-stack.h (c_stack_action): Remove argv argument.
37626         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
37627         (die): Don't calculate message unless segv_action returns.
37628         (get_stack_location, min_address_from_argv, max_address_from_argv,
37629         volatile stack_base, volatile_stack_size): Remove.
37630         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
37631         that every segmentation violation is a stack overflow.  (Ouch!)
37632         See Debian bug 136249 (still outstanding) for more info about why
37633         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
37634
37635 2004-01-24  Paul Eggert  <eggert@twinsun.com>
37636
37637         Exit-status fix from coreutils.
37638
37639         Use exit_failure consistently in place of EXIT_FAILURE,
37640         so that program exit statuses are consistent on failure.
37641
37642         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
37643         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
37644         * lib/argmatch.h: Comment fix to match the above.
37645         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
37646         Now a macro referring to exit_failure, instead of a separate
37647         variable.  Include "exitfail.h" to get it.
37648         * lib/xstrtol.h: Include "exitfail.h".
37649         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
37650
37651         * lib/long-options.c (parse_long_options): Use prototype
37652         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
37653         for clarity.
37654
37655 2004-01-21  Jim Meyering  <jim@meyering.net>
37656
37657         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
37658         so as not to conflict with a different-sized __mktime_internal
37659         function in GNU libc.
37660         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
37661         Problem building statically-linked `ls' reported by Michael Brunnbauer.
37662
37663 2004-01-20  Karl Berry  <karl@gnu.org>
37664
37665         * config/config.guess: update from config.
37666
37667         * config/srclistvars.sh: GNUWWWLICENSES for karl.
37668
37669 2004-01-20  Bruno Haible  <bruno@clisp.org>
37670
37671         Safer stack allocation.
37672         * lib/setenv.c: Include allocsa.h.
37673         (alloca): Remove fallback definition.
37674         (freea): Remove macro.
37675         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
37676         instead of freea.
37677
37678 2004-01-20  Bruno Haible  <bruno@clisp.org>
37679
37680         * m4/eealloc.m4: New file, from GNU gettext.
37681
37682 2004-01-20  Bruno Haible  <bruno@clisp.org>
37683
37684         * m4/allocsa.m4: New file, from GNU gettext.
37685
37686 2004-01-20  Bruno Haible  <bruno@clisp.org>
37687
37688         * lib/xallocsa.h: New file, from GNU gettext.
37689         * lib/xallocsa.c: New file, from GNU gettext.
37690
37691 2004-01-20  Bruno Haible  <bruno@clisp.org>
37692
37693         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
37694
37695 2004-01-20  Bruno Haible  <bruno@clisp.org>
37696
37697         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
37698         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
37699         specially.
37700
37701 2004-01-20  Bruno Haible  <bruno@clisp.org>
37702
37703         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
37704         patch.
37705
37706 2004-01-20  Bruno Haible  <bruno@clisp.org>
37707
37708         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
37709
37710 2004-01-20  Bruno Haible  <bruno@clisp.org>
37711
37712         * lib/eealloc.h: New file.
37713
37714 2004-01-20  Bruno Haible  <bruno@clisp.org>
37715
37716         * lib/binary-io.h: Avoid warnings on Cygwin.
37717
37718 2004-01-20  Bruno Haible  <bruno@clisp.org>
37719
37720         * lib/allocsa.h: New file, from GNU gettext.
37721         * lib/allocsa.c: New file, from GNU gettext.
37722
37723 2004-01-18  Karl Berry  <karl@gnu.org>
37724
37725         * doc/gpl.texi, doc/lgpl.texi: new files.
37726
37727 2004-01-18  Karl Berry  <karl@gnu.org>
37728
37729         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
37730         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
37731
37732 2004-01-15  Paul Eggert  <eggert@twinsun.com>
37733
37734         Merge from coreutils.
37735
37736         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
37737         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
37738         (gl_DEFAULT_POSIX2_VERSION): Move
37739         the documentation from 'configure' into 'config.hin',
37740         so that 'configure --help' isn't burdened by it and
37741         we don't have to worry about its formatting there.
37742         Reword the documentation so that it's more succinct
37743         and can be run together into a single paragraph.
37744         * m4/same.m4 (gl_SAME): Check for pathconf.
37745
37746 2004-01-15  Paul Eggert  <eggert@twinsun.com>
37747
37748         Merge from coreutils.
37749
37750         * lib/posixver.c: Include posixver.h.
37751
37752         * lib/same.c: Include <stdbool.h>, <limits.h>.
37753         (_POSIX_NAME_MAX): Define if not defined.
37754         (MIN): New macro.
37755         (same_name): If file names are silently truncated, report
37756         that the file names are the same if they are the same after
37757         the silent truncation.
37758
37759         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
37760         conversion function.
37761         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
37762         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
37763         longer needed.
37764
37765 2004-01-15  Jim Meyering  <jim@meyering.net>
37766
37767         Merge from coreutils.
37768
37769         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
37770         if no library is required.
37771         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
37772         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
37773         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
37774         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
37775         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
37776         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
37777         value, $ac_cv_search_crypt, if it's "none required".
37778         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
37779         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
37780         not gl_FUNC_GETLOADAVG.
37781         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
37782         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
37783
37784 2004-01-15  Jim Meyering  <jim@meyering.net>
37785
37786         Merge from coreutils.
37787
37788         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
37789         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
37790         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
37791
37792         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
37793         optional configure-time default.
37794
37795         * lib/version-etc.c (version_etc_copyright): Update copyright date.
37796
37797         * lib/xreadlink.c (xreadlink): Correct outdated comment.
37798
37799 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
37800
37801         Merge from coreutils.
37802
37803         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
37804         value, $ac_cv_search_nanosleep, if it's "none required".
37805
37806 2004-01-14  Paul Eggert  <eggert@twinsun.com>
37807
37808         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
37809         with like-named macro in fnmatch.c.
37810         (EXT): Use an internal constant instead.
37811
37812         Merge fnmatch patches from glibc.
37813         * lib/fnmatch.c (mbsinit): Remove define.
37814         Add libc_hidden_ver (__fnmatch, fnmatch).
37815         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
37816         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
37817
37818 2004-01-14  Karl Berry  <karl@gnu.org>
37819
37820         * config/install-sh: update from automake.
37821
37822 2004-01-13  Karl Berry  <karl@gnu.org>
37823
37824         * config/install-sh: update from automake.
37825
37826 2004-01-09  Karl Berry  <karl@gnu.org>
37827
37828         * config/install-sh: update from automake.
37829
37830 2004-01-05  Karl Berry  <karl@gnu.org>
37831
37832         * config/config.{sub,guess}: update from config.
37833
37834 2003-12-31  Karl Berry  <karl@gnu.org>
37835
37836         * config/depcomp: update from automake.
37837
37838 2003-12-14  Karl Berry  <karl@gnu.org>
37839
37840         * lib/config.charset: update from gettext-runtime.
37841
37842 2003-12-03  Paul Eggert  <eggert@twinsun.com>
37843
37844         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
37845         Bug reported by Alfred M. Szmidt.
37846
37847 2003-12-03  Bruno Haible  <bruno@clisp.org>
37848
37849         * m4/gettext.m4: Upgrade from gettext-0.13.
37850         * m4/po.m4: Upgrade from gettext-0.13.
37851         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
37852         * m4/intmax.m4: New file, from gettext-0.13.
37853         * m4/printf-posix.m4: New file, from gettext-0.13.
37854
37855 2003-11-29  Karl Berry  <karl@gnu.org>
37856
37857         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
37858
37859 2003-11-25  Paul Eggert  <eggert@twinsun.com>
37860             Bruno Haible  <bruno@clisp.org>
37861
37862         * lib/printf-parse.h: Don't include sys/types.h.
37863         (ARG_NONE): New macro.
37864         (char_directive): Change type of *arg_index fields to size_t.
37865         * lib/printf-parse.c: Don't include sys/types.h.
37866         (SSIZE_MAX): Remove macro.
37867         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
37868         Remove unnecessary overflow check.
37869         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
37870         fields.
37871
37872 2003-11-25  Bruno Haible  <bruno@clisp.org>
37873
37874         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
37875
37876 2003-11-25  Bruno Haible  <bruno@clisp.org>
37877
37878         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
37879         gt_TYPE_SSIZE_T.
37880
37881 2003-11-24  Paul Eggert  <eggert@twinsun.com>
37882
37883         * modules/alloca: Remove dependency on xalloc.
37884
37885 2003-11-24  Paul Eggert  <eggert@twinsun.com>
37886
37887         * lib/alloca.c: Remove dependency on xalloc module.
37888         (xalloc_die): Remove.
37889         (memory_full) [!defined emacs]: New macro.
37890         [!defined emacs]: Don't include xalloc.h.
37891         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
37892         address arithmetic overflows.  Change datatypes a bit to avoid
37893         unnecessary casts.
37894
37895 2003-11-22  Jim Meyering  <jim@meyering.net>
37896
37897         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
37898         s/size/size_t/.
37899
37900 2003-11-21  Karl Berry  <karl@gnu.org>
37901
37902         * config/config.{sub,guess}: update from config.
37903
37904 2003-11-18  Karl Berry  <karl@gnu.org>
37905
37906         * config/config.{sub,guess}: update from config.
37907
37908         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
37909
37910 2003-11-17  Paul Eggert  <eggert@twinsun.com>
37911
37912         * README: Mention that S+T cannot overflow if S is the size of
37913         an existing object and T is sufficiently small.
37914
37915 2003-11-17  Jim Meyering  <jim@meyering.net>
37916
37917         On systems without utime and without a utimes function capable of
37918         dealing with a NULL struct utimbuf* argument, this utime replacement
37919         could -- in unusual circumstances -- leak a file descriptor.
37920         * lib/utime.c: Include <unistd.h> and <errno.h>.
37921         (utime_null): Be sure to close `fd' and to preserve errno.
37922         Reported by Geoff Collyer via Arnold Robbins.
37923
37924 2003-11-17  Bruno Haible  <bruno@clisp.org>
37925
37926         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
37927         (Depends-on): Add xsize.
37928
37929 2003-11-17  Bruno Haible  <bruno@clisp.org>
37930
37931         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
37932
37933 2003-11-17  Bruno Haible  <bruno@clisp.org>
37934
37935         * lib/vasnprintf.c (alloca): Remove fallback definition.
37936         (freea): Remove definition.
37937         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
37938         Reported by Paul Eggert.
37939
37940 2003-11-16  Paul Eggert  <eggert@twinsun.com>
37941             Bruno Haible  <bruno@clisp.org>
37942
37943         Protect against address arithmetic overflow.
37944         * lib/printf-args.h: Include stddef.h.
37945         (arguments): Change type of field 'count' to size_t.
37946         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
37947         'unsigned int' where appropriate.
37948         * lib/printf-parse.h: Include sys/types.h.
37949         (char_directive): Change type of *arg_index fields to ssize_t.
37950         (char_directives): Change type of fields 'count', max_*_length to
37951         size_t.
37952         * lib/printf-parse.c: Include sys/types.h and xsize.h.
37953         (SSIZE_MAX): Define fallback value.
37954         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
37955         instead of 'int' where appropriate. Check a_allocated, d_allocated
37956         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
37957         * lib/vasnprintf.c: Include xsize.h.
37958         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
37959         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
37960         overflow. Avoid wraparound when converting a width or precision from
37961         decimal to binary.
37962
37963 2003-11-16  Bruno Haible  <bruno@clisp.org>
37964
37965         Update from GNU gettext.
37966         * lib/printf-parse.c: Generalize to it can be compiled for wide
37967         strings.
37968         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
37969         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
37970         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
37971         SNPRINTF): New macros.
37972         Don't include <alloca.h> if the file is used inside libintl.
37973         (local_wcslen): New function, for Solaris 2.5.1.
37974         (VASNPRINTF): Use it instead of wcslen.
37975
37976 2003-11-16  Bruno Haible  <bruno@clisp.org>
37977
37978         * lib/xsize.h (xmax): New function.
37979         (xsum, xsum3, xsum4): Declare as "pure" functions.
37980
37981 2003-11-12  Paul Eggert  <eggert@twinsun.com>
37982
37983         * modules/xalloc (Files): Undo latest change, since xalloc.h
37984         no longer needs SIZE_MAX or PTRDIFF_MAX.
37985
37986 2003-11-12  Paul Eggert  <eggert@twinsun.com>
37987
37988         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
37989         gl_PTRDIFF_MAX.
37990
37991 2003-11-12  Paul Eggert  <eggert@twinsun.com>
37992
37993         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
37994         "return", to pacify some unknown compiler.  Problem reported
37995         by Joerg Schilling.
37996
37997 2003-11-12  Paul Eggert  <eggert@twinsun.com>
37998
37999         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
38000         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
38001         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
38002         heuristic is just as accurate as far as we know, and it removes a
38003         dependency on size_max.m4 and ptrdiff_max.m4.
38004
38005 2003-11-11  Bruno Haible  <bruno@clisp.org>
38006
38007         * modules/xsize (Files): Add m4/size_max.m4.
38008         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
38009
38010 2003-11-11  Bruno Haible  <bruno@clisp.org>
38011
38012         * m4/size_max.m4: New file.
38013         * m4/ptrdiff_max.m4: New file.
38014         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
38015         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
38016         (gl_XALLOC): Invoke it.
38017
38018 2003-11-11  Bruno Haible  <bruno@clisp.org>
38019
38020         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
38021         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
38022         defined.
38023
38024 2003-11-10  Paul Eggert  <eggert@twinsun.com>
38025
38026         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
38027         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
38028         rejected some allocations of exactly SIZE_MAX - 2 bytes.
38029         From Bruno Haible.
38030         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
38031         not (size_t) -1, since it's defined here.
38032
38033 2003-11-09  Karl Berry  <karl@gnu.org>
38034
38035         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
38036
38037 2003-11-06  Paul Eggert  <eggert@twinsun.com>
38038
38039         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
38040         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
38041         Reject sizes of exactly SIZE_MAX bytes.
38042         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
38043         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
38044
38045 2003-11-05  Bruno Haible  <bruno@clisp.org>
38046
38047         * lib/xsize.h: Include limits.h, to avoid a possible collision with
38048         SIZE_MAX defined in <limits.h> on Solaris.
38049
38050 2003-11-04  Jim Meyering  <jim@meyering.net>
38051
38052         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
38053         variable names, rather than @VAR@.
38054         * modules/poll: Likewise.
38055
38056 2003-11-04  Bruno Haible  <bruno@clisp.org>
38057
38058         * modules/xsize: New file.
38059         * modules/linebreak: Depend on xsize.
38060         * MODULES.html.sh (func_all_modules): Add xsize.
38061
38062 2003-11-04  Bruno Haible  <bruno@clisp.org>
38063
38064         * m4/xsize.m4: New file.
38065
38066 2003-11-04  Bruno Haible  <bruno@clisp.org>
38067
38068         * lib/xsize.h: New file.
38069         * lib/linebreak.c: Include xsize.h.
38070         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
38071         argument for overflow.
38072         Suggested by Paul Eggert.
38073
38074 2003-11-03  Karl Berry  <karl@gnu.org>
38075
38076         * config/config.{guess,sub}: update from config.
38077
38078 2003-11-03  Jim Meyering  <jim@meyering.net>
38079
38080         * modules/userspec (lib_SOURCES): Add userspec.h.
38081         (Include): Add "userspec.h".
38082         Improve description.
38083
38084 2003-11-03  Jim Meyering  <jim@meyering.net>
38085
38086         * lib/userspec.c: Include "userspec.h".
38087         * lib/userspec.h: New file.
38088
38089 2003-11-03  Bruno Haible  <bruno@clisp.org>
38090
38091         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
38092
38093 2003-11-03  Bruno Haible  <bruno@clisp.org>
38094
38095         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
38096         available, to avoid (extremely rare) race condition.
38097         Suggested by Paul Eggert.
38098
38099 2003-11-02  Karl Berry  <karl@gnu.org>
38100
38101         * config/srclist.txt (vasprintf.c): sync broken, sigh.
38102
38103 2003-10-31  Paul Eggert  <eggert@twinsun.com>
38104
38105         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
38106         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
38107         (read_filesystem_list): Set and use me_type_malloced.
38108         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
38109         whatever the type happens to be), for brevity and consistency.
38110         Check for size calculation overflow on Alphas running OSF/1.
38111
38112 2003-10-31  Jim Meyering  <jim@meyering.net>
38113
38114         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
38115
38116         * lib/linebuffer.c: Include <string.h> for declaration of memset.
38117
38118 2003-10-30  Paul Eggert  <eggert@twinsun.com>
38119             Bruno Haible  <bruno@clisp.org>
38120
38121         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
38122         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
38123
38124 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
38125
38126         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
38127         netbsd*-gnu*.  Suggested by Robert Millan.
38128
38129 2003-10-29  Paul Eggert  <eggert@twinsun.com>
38130
38131         * modules/group-member: Depend on stdbool.
38132
38133 2003-10-29  Paul Eggert  <eggert@twinsun.com>
38134
38135         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
38136
38137 2003-10-29  Paul Eggert  <eggert@twinsun.com>
38138
38139         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
38140         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
38141         after the 'gnu' in these cases.  This fixes some bugs in the
38142         previous change, and is based on suggestions by Robert Millan.
38143
38144 2003-10-29  Paul Eggert  <eggert@twinsun.com>
38145
38146         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
38147         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
38148         no longer needed.
38149         * lib/quotearg.c (quotearg_n_options): Use it.
38150         * lib/group-member.c: Include <stdbool.h>.
38151         (free_group_info): Arg is now const *; don't free arg.
38152         (get_group_info): Now returns bool and accepts struct group_info *,
38153         rather than returning a malloc'ed struct group_info *.
38154         All uses changed.  Check for overflow in internal size calculation.
38155
38156         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
38157         rather than xmalloc/xrealloc.
38158         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
38159         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
38160         conformance bug: the old code used a pointer after freeing the
38161         storage that it addressed.
38162         * lib/hash.c (hash_initialize): Simplify the code by using
38163         xalloc_oversized rather than doing it by hand.
38164         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
38165         the buffer preserved.  Use free and xmalloc instead.
38166         * lib/quotearg.c (quotearg_n_options): Likewise.
38167         Use a simpler test for size overflow.  Don't use xalloc_oversized
38168         because unsigned int might be wider than size_t (!); this suggests
38169         that we should switch from unsigned int to size_t for slot numbers.
38170
38171 2003-10-28  Paul Eggert  <eggert@twinsun.com>
38172
38173         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
38174         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
38175         NetBSD kernels.  Requested by Richard Stallman.
38176
38177 2003-10-27  Paul Eggert  <eggert@twinsun.com>
38178
38179         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
38180         to allocate the returned structure.  Do not allocate a subarray,
38181         as x2nrealloc will do that.
38182         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
38183         instead of xnrealloc.
38184         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
38185
38186 2003-10-27  Bruno Haible  <bruno@clisp.org>
38187
38188         * lib/stdbool_.h: Better support for BeOS.
38189
38190 2003-10-26  Paul Eggert  <eggert@twinsun.com>
38191
38192         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
38193         now uses inline.
38194
38195 2003-10-26  Paul Eggert  <eggert@twinsun.com>
38196
38197         * lib/xalloc.h (xalloc_oversized): New static inline function, for
38198         callers that want to do their own size-overflow checking.  Include
38199         <stdbool.h>, since xalloc_oversized returns bool.
38200         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
38201         to use xalloc_oversized.
38202
38203         Add two functions x2realloc, x2nrealloc, for programs that grow
38204         arrays dynamically by doubling their sizes.
38205         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
38206         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
38207         New functions.
38208
38209         Port to C99 semantics for 'inline' of external functions.
38210         Bug reported by Bruno Haible.
38211         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
38212         with the old contents of xnmalloc.
38213         (xnmalloc, xmalloc): Use it.
38214         (xnrealloc_inline): New static inline function,
38215         with the old contents of xnrealloc.
38216         (xnrealloc, xrealloc): Use it.
38217
38218         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
38219         that.
38220
38221 2003-10-26  Karl Berry  <karl@gnu.org>
38222
38223         * config/srclist.txt (COPYING.DOC): no longer available from
38224         /gd/gnuorg; don't know where the ultimate source is.
38225
38226 2003-10-25  Paul Eggert  <eggert@twinsun.com>
38227
38228         Fix several address-calculation bugs in the hash modules,
38229         plus some minor code cleanup.
38230
38231         * lib/hash.h: Include <stdbool.h>, for bool.
38232         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
38233         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
38234         hash_get_n_entries, hash_get_max_bucket_length,
38235         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
38236         hash_rehash): Use size_t rather than unsigned.
38237         * lib/hash.c (struct hash_table, hash_get_n_buckets,
38238         hash_get_n_buckets_used, hash_get_n_entries,
38239         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
38240         hash_get_entries, hash_do_for_each, hash_string, is_prime,
38241         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
38242         Likewise.
38243         (SIZE_MAX): Define if not defined.
38244         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
38245         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
38246         hash_print):
38247         Use const * when possible.
38248         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
38249         (check_tuning): Fix bug: if tuning parameters were very close to
38250         0 or 1, rounding errors could have caused subscript violations.
38251         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
38252         (hash_initialize): Add 'fail:' label
38253         to free table and return NULL, and use it to simplify code.
38254         Use calloc rather than clearing the storage ourself.
38255         (hash_initialize, hash_rehash): Check for arithmetic overflow in
38256         buffer size calculations.
38257         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
38258         Include <stddef.h>, for size_t.
38259         * lib/hash-pjw.c (hash_pjw): Likewise.
38260         Switch to method described by Bruno Haible.
38261         Include <limits.h>, for CHAR_BIT.
38262         (SIZE_BITS): New macro.
38263
38264 2003-10-23  Paul Eggert  <eggert@twinsun.com>
38265
38266         * m4/getline.m4 (AM_FUNC_GETLINE):
38267         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
38268         hosts.  Problem reported by Derek Robert Price in
38269         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
38270         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
38271         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
38272
38273 2003-10-21  Paul Eggert  <eggert@twinsun.com>
38274
38275         * lib/getndelim2.c (getndelim2): When size calculation overflows,
38276         ceiling the allocation at NMAX bytes rather than silently
38277         discarding input bytes before NMAX is reached.  This makes
38278         a difference only if NMAX exceeds SIZE_MAX / 2.
38279
38280         * lib/obstack.c: Merge from glibc.
38281         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
38282         Add libc_hidden_def (_obstack_newchunk).
38283         (_obstack_free) [! defined _LIBC]: Remove.
38284         [defined _LIBC]: Make a strong alias from obstack_free, rather than
38285         a clone of the function body.
38286         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
38287         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
38288
38289         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
38290         glibc.
38291         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
38292         arg to memcpy.
38293
38294         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
38295         (obstack_ptr_grow_fast, obstack_int_grow_fast):
38296         Don't use lvalue casts, as GCC plans to remove support for them
38297         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
38298         was also present in the non-GCC version, indicating that this
38299         code had always been buggy and had never been widely used.
38300         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
38301         Use the fast variant of each macro, rather than copying the
38302         definiens of the fast variant; that way, we'll be more likely to
38303         catch future bugs in the fast variants.
38304
38305 2003-10-20  Bruno Haible  <bruno@clisp.org>
38306
38307         * modules/wait-process: New file.
38308         * MODULES.html.sh (func_all_modules): Add wait-process.
38309
38310 2003-10-20  Bruno Haible  <bruno@clisp.org>
38311
38312         * m4/wait-process.m4: New file.
38313
38314 2003-10-20  Bruno Haible  <bruno@clisp.org>
38315
38316         * lib/wait-process.h: New file, from GNU gettext.
38317         * lib/wait-process.c: New file, from GNU gettext.
38318
38319 2003-10-19  Jim Meyering  <jim@meyering.net>
38320
38321         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
38322         HPUX 10.20.
38323
38324 2003-10-18  Karl Berry  <karl@gnu.org>
38325
38326         * config/config.guess: update from config.
38327
38328 2003-10-16  Paul Eggert  <eggert@twinsun.com>
38329
38330         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
38331         (getgroups): First arg is int, not size_t.
38332         Don't let 'free' mangle errno.
38333
38334 2003-10-16  Paul Eggert  <eggert@twinsun.com>
38335
38336         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
38337
38338 2003-10-16  Karl Berry  <karl@gnu.org>
38339
38340         * config/config.{guess,sub}: update from config.
38341
38342 2003-10-16  Jim Meyering  <jim@meyering.net>
38343
38344         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
38345         memcpy.
38346
38347 2003-10-15  Paul Eggert  <eggert@twinsun.com>
38348
38349         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
38350         (SIZE_MAX): Remove.
38351         (new_exclude, add_exclude_file): Initial size no longer needs to
38352         be a power of 2.
38353         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
38354         our own address arithmetic overflow checking.
38355
38356         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
38357         (fnmatch): Do not alloca more than 2000 wide characters;
38358         instead, use malloc for large buffers.
38359         Check for address arithmetic overflow, and return -1
38360         with errno set to ENOMEM in that case.
38361         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
38362         (NEW_PATTERN): Do not alloca more than 8000 bytes;
38363         instead, return -1.  Check for address arithmetic overflow.
38364
38365 2003-10-14  Paul Eggert  <eggert@twinsun.com>
38366
38367         Handle invalid suffixes and overflow independently, so that
38368         callers can treat them independently as needed.  Fix some bugs in
38369         suffix handling, e.g., "100k@" was not diagnosed as an invalid
38370         suffix for a human-readable blocksize.  The major caller-visible
38371         change is the addition of a new
38372         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
38373         that both overflow and suffix chars were found.
38374
38375         * lib/human.c (humblock): Don't check separately for invalid suffix
38376         char; that is xstrtoumax's job (now that its bug is fixed).
38377         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
38378         INTMAX_MAX]: New macros.
38379         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
38380         TYPE_MAXIMUM): New macros.
38381         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
38382         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
38383         if overflow occurs, as it's what __strtol does and it's more useful
38384         in practice.
38385         (__xstrtol): If __strtol reports some error other than ERANGE,
38386         reflect it to the caller as LONGINT_INVALID.  If it reports
38387         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
38388         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
38389         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
38390         value.
38391         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
38392         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
38393         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
38394         [defined UINTMAX_MAX]: New macros.
38395
38396 2003-10-14  Bruno Haible  <bruno@clisp.org>
38397
38398         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
38399
38400 2003-10-14  Bruno Haible  <bruno@clisp.org>
38401
38402         * m4/sig_atomic_t: New file, from GNU gettext.
38403         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
38404
38405 2003-10-14  Bruno Haible  <bruno@clisp.org>
38406
38407         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
38408         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
38409         Also use volatile where needed.
38410
38411 2003-10-12  Paul Eggert  <eggert@twinsun.com>
38412
38413         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
38414         Change maintainer from Bruno Haible to 'all'.
38415
38416 2003-10-12  Paul Eggert  <eggert@twinsun.com>
38417
38418         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
38419
38420 2003-10-12  Paul Eggert  <eggert@twinsun.com>
38421
38422         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
38423         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
38424         and define in terms of the other primitives.
38425         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
38426         (SIZE_MAX): Define if not already defined.
38427         (array_size_overflow): New function.
38428         (xalloc_die): Abort instead of exiting if 'error' returns.
38429         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
38430         (xmalloc, xrealloc): Use them.
38431         (xcalloc): Check for address arithmetic overflow.
38432         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
38433         a bit faster than strcpy.
38434
38435 2003-10-10  Simon Josefsson  <jas@extundo.com>
38436
38437         * modules/argp (Depends-on): Add restrict and strcase.
38438
38439 2003-10-10  Simon Josefsson  <jas@extundo.com>
38440
38441         * m4/argp.m4: Add AC_C_INLINE.
38442
38443 2003-10-08  Paul Eggert  <eggert@twinsun.com>
38444
38445         Merge getpass from libc, plus a few fixes.
38446
38447         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
38448         Include <stdbool.h>.
38449         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
38450         __fsetlocking to empty.
38451         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
38452         do include <bits/libc-lock.h>.
38453         Do not include <fcntl.h>; not needed.
38454         [_LIBC]: Include <wchar.h>.
38455         (NOTCANCEL_MODE): New macro.
38456         (flockfile, funlockfile) [_LIBC]: New macros.
38457         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
38458         [!_LIBC]: New macros.
38459         (call_fclose): New function.
38460         (getpass): Use it.  Save tty stream separately; this simplifies the
38461         code and makes it more reliable if stdin happens to equal stdout.
38462         Invoke __fsetlocking on tty.
38463         Handle thread cancellation if needed.
38464         Namespace cleanup (use __tcgetattr, __getline).
38465         Use bool for Booleans.
38466         [USE_IN_LIBIO]: Handle wide streams.
38467         [!_LIBC]: Unconditionally do the fseek, since we don't know what
38468         stream might go where.
38469
38470         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
38471         doesn't have to include <stdio.h> before us.
38472         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
38473         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
38474         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
38475         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
38476         if not declared, so that we can use getpass.c code from libc without
38477         rewriting it.
38478         (flockfile, ftrylockfile, funlockfile): New macros.
38479
38480 2003-10-08  Paul Eggert  <eggert@twinsun.com>
38481
38482         * modules/getpass: Depend on stdbool.
38483
38484 2003-10-08  Paul Eggert  <eggert@twinsun.com>
38485
38486         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
38487
38488 2003-10-07  Karl Berry  <karl@gnu.org>
38489
38490         * config/config.{guess,sub}: update from config.
38491
38492 2003-10-06  Jim Meyering  <jim@meyering.net>
38493             Bruno Haible  <bruno@clisp.org>
38494
38495         This lets translators provide better translations for the
38496         "Written by ..." part of --version output.
38497         * lib/version-etc.h: Include stdarg.h.
38498         (version_etc_copyright): Declare as readonly.
38499         (version_etc): Make this function variadic with a NULL-terminated list
38500         of author name strings.
38501         (version_etc_va): New declaration.
38502         * lib/version-etc.c: Include stdarg.h, stdlib.h.
38503         (version_etc_copyright): Declare as readonly.
38504         (version_etc_va): New function. Provide a different translatable string
38505         for each possible number of authors < 10. Abbreviate when there are 10
38506         authors or more.
38507         (version_etc): Make this function variadic. Call version_etc_va.
38508         Suggestion from Gary V. Vaughan.
38509
38510         * lib/long-options.h (parse_long_options): Change prototype: the
38511         authors string is moved to the end and becomes variadic.
38512         * lib/long-options.c: Include stdarg.h.
38513         (parse_long_options): Make this function variadic, too.
38514         Call version_etc_va, not version_etc.
38515
38516 2003-10-06  Bruno Haible  <bruno@clisp.org>
38517
38518         * modules/version-etc-2: Remove file.
38519         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
38520
38521 2003-10-06  Bruno Haible  <bruno@clisp.org>
38522
38523         * modules/fatal-signal: New file.
38524         * MODULES.html.sh (func_all_modules): Add fatal-signal.
38525
38526 2003-10-06  Bruno Haible  <bruno@clisp.org>
38527
38528         * m4/fatal-signal.m4: New file.
38529         * m4/signalblocking.m4: New file, from GNU gettext.
38530
38531 2003-10-06  Bruno Haible  <bruno@clisp.org>
38532
38533         * lib/version-etc-2.h: Remove file.
38534         * lib/version-etc-2.c: Remove file.
38535
38536 2003-10-06  Bruno Haible  <bruno@clisp.org>
38537
38538         * lib/fatal-signal.h: New file, from GNU gettext.
38539         * lib/fatal-signal.c: New file, from GNU gettext.
38540
38541 2003-10-05  Paul Eggert  <eggert@twinsun.com>
38542
38543         * README: Rework advice for preventing empty .o files.
38544         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
38545         not <sys/types.h>.
38546
38547 2003-10-04  Karl Berry  <karl@gnu.org>
38548
38549         * lib/argp*: update from libc.
38550
38551 2003-10-04  Karl Berry  <karl@gnu.org>
38552
38553         * config/config.{guess,sub}: update from config.
38554
38555 2003-10-02  Bruno Haible  <bruno@clisp.org>
38556
38557         * modules/lchown (Include): Add lchown.h.
38558         * modules/time_r (Include): Use "..." syntax.
38559         * modules/xgetdomainname (Include): Add xgetdomainname.h.
38560
38561 2003-10-01  Simon Josefsson  <jas@extundo.com>
38562
38563         * MODULES.html.sh (func_all_modules): Move gethostname from section
38564         'based on' to section 'lacking' POSIX:2001.
38565
38566 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
38567
38568         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
38569         to output mode on the same stream.
38570
38571 2003-09-29  Paul Eggert  <eggert@twinsun.com>
38572
38573         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
38574         Fix arg typo in previous patch.
38575
38576 2003-09-28  Jim Meyering  <jim@meyering.net>
38577
38578         * lib/error.c: Correct cpp indentation.
38579
38580 2003-09-27  Paul Eggert  <eggert@twinsun.com>
38581
38582         * modules/free: New file.
38583
38584 2003-09-27  Paul Eggert  <eggert@twinsun.com>
38585
38586         * m4/free.m4: New file.
38587
38588 2003-09-27  Paul Eggert  <eggert@twinsun.com>
38589
38590         * lib/minmax.h (MIN, MAX)
38591         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
38592         Omit the special code that used __typeof__, since we worry that
38593         it could be more trouble than it's worth.  See:
38594         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
38595         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
38596
38597         * lib/free.c: New file.
38598
38599 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
38600
38601         Trivial fixes to Makefile.am parts of module listings.
38602         * modules/strstr: Append strstr.h to lib_SOURCES.
38603         * modules/strcase: Likewise, for strcase.h.
38604
38605 2003-09-27  Karl Berry  <karl@gnu.org>
38606
38607         * config/mkinstalldirs: update from automake.
38608
38609 2003-09-26  Paul Eggert  <eggert@twinsun.com>
38610
38611         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
38612         (error_tail): Do not loop, reallocating temporary buffer, since
38613         the output cannot contain more wide characters than the input
38614         contains bytes, the size must be big enough already.  This avoids
38615         one potential size overflow calculation.  Check for size overflow
38616         when calculating temporary buffer size.  Free temporary buffer
38617         when done, if it was allocated with malloc; this plugs a memory
38618         leak.  Remove casts from void * to pointers, that are no longer
38619         needed now that we're assuming C89 or better.
38620
38621         Merge error changes from glibc.
38622
38623         * lib/error.c, error.h: Update copyright notice header to match glibc.
38624         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
38625         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
38626         Disable cancellation while printing error.
38627         * lib/error.h: Prepend __ to parameter names.
38628
38629 2003-09-26  Jim Meyering  <jim@meyering.net>
38630
38631         * lib/error.c (error_tail): Move some declarations
38632         into inner scope where the local variables are used.
38633
38634 2003-09-26  Bruno Haible  <bruno@clisp.org>
38635
38636         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
38637         stpncpy().
38638         Don't define stpncpy through config.h; it's now done through stpncpy.h.
38639
38640 2003-09-26  Bruno Haible  <bruno@clisp.org>
38641
38642         * lib/stpncpy.h (gnu_stpncpy): New declaration.
38643         (stpncpy): Define as alias for gnu_stpncpy.
38644         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
38645
38646 2003-09-25  Simon Josefsson  <jas@extundo.com>
38647
38648         * lib/xgetdomainname.h: New file.
38649         * lib/xgetdomainname.c: New file.
38650
38651 2003-09-25  Simon Josefsson  <jas@extundo.com>
38652             Bruno Haible  <bruno@clisp.org>
38653
38654         * modules/getdomainname: New file.
38655         * modules/xgetdomainname: New file.
38656         * MODULES.html.sh (func_all_modules): Add getdomainname,
38657         xgetdomainname.
38658
38659 2003-09-25  Simon Josefsson  <jas@extundo.com>
38660             Bruno Haible  <bruno@clisp.org>
38661
38662         * m4/getdomainname.m4: New file.
38663
38664 2003-09-25  Simon Josefsson  <jas@extundo.com>
38665             Bruno Haible  <bruno@clisp.org>
38666
38667         * lib/getdomainname.h: New file.
38668         * lib/getdomainname.c: New file.
38669
38670 2003-09-25  Karl Berry  <karl@gnu.org>
38671
38672         * lib/argp-fmtstream.c, argp-help.c: update from libc.
38673
38674 2003-09-25  Karl Berry  <karl@gnu.org>
38675
38676         * config/install-sh: update from automake.
38677
38678 2003-09-25  Bruno Haible  <bruno@clisp.org>
38679
38680         * modules/version-etc-2: New file, from modules/version-etc with
38681         modifications.
38682         * MODULES.html.sh (func_all_modules): Add version-etc-2.
38683
38684 2003-09-25  Bruno Haible  <bruno@clisp.org>
38685
38686         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
38687         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
38688
38689 2003-09-24  Simon Josefsson  <jas@extundo.com>
38690
38691         * modules/xgethostname: Add xgethostname.h.
38692
38693 2003-09-24  Paul Eggert  <eggert@twinsun.com>
38694
38695         * lib/linebuffer.c (freebuffer): Don't free the argument, just
38696         the buffer associated with the argument.  Bug reported by
38697         Simon Josefsson.
38698
38699 2003-09-24  Paul Eggert  <eggert@twinsun.com>
38700
38701         * README: Document assumptions that 'int' is at least 32 bits
38702         wide, that integer arithmetic is 2's complement without overflow,
38703         that there are no holes in integer values, that adding sizes of
38704         two nonoverlapping objects can't overflow, and that all-bits-zero
38705         yields scalar zero.  Fix spelling and capitalization typos.
38706
38707 2003-09-19  Karl Berry  <karl@gnu.org>
38708
38709         * lib/argp.h: update from libc.
38710
38711 2003-09-17  Paul Eggert  <eggert@twinsun.com>
38712
38713         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
38714         to avoid spurious warnings like "AC_RUN_IFELSE was called before
38715         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
38716
38717 2003-09-17  Paul Eggert  <eggert@twinsun.com>
38718
38719         * gnulib-tool: Use "test -h", not "test -L", for portability
38720         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
38721         (tags_regexp): Remove, since \| doesn't conform to POSIX.
38722         (sed_extract_prog): Issue s commands one-by-one, rather than
38723         using \| in one s command.
38724
38725 2003-09-16  Paul Eggert  <eggert@twinsun.com>
38726
38727         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
38728         input error, instead of returning NULL the next time we are called
38729         (and therefore losing track of errno).
38730
38731 2003-09-16  Bruno Haible  <bruno@clisp.org>
38732
38733         * gnulib-tool (func_create_testdir): Warn about duplicated
38734         dependencies.
38735
38736 2003-09-15  Paul Eggert  <eggert@twinsun.com>
38737
38738         * modules/argmatch, modules/fatal, modules/obstack,
38739         modules/xalloc, modules/xgethostname: Sort dependencies by
38740         importance, not alphabetically.
38741
38742 2003-09-15  Paul Eggert  <eggert@twinsun.com>
38743
38744         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
38745         fails, so that the caller gets the proper errno.
38746
38747         * lib/readutmp.c (read_utmp): Likewise.
38748         Check for fstat error.  Close stream and free storage
38749         when failing.
38750
38751 2003-09-14  Karl Berry  <karl@gnu.org>
38752
38753         * config/srclist.txt (strdup.c): disable for c89 changes.
38754
38755 2003-09-14  Jim Meyering  <jim@meyering.net>
38756
38757         * lib/getloadavg.c: Correct cpp indentation.
38758         * lib/strdup.c: Likewise.
38759         * lib/vasnprintf.c: Likewise.
38760
38761 2003-09-14  Bruno Haible  <bruno@clisp.org>
38762
38763         * modules/fwriteerror: New file.
38764         * MODULES.html.sh (func_all_modules): Add fwriteerror.
38765
38766 2003-09-14  Bruno Haible  <bruno@clisp.org>
38767
38768         * lib/fwriteerror.h: New file.
38769         * lib/fwriteerror.c: New file.
38770
38771 2003-09-12  Paul Eggert  <eggert@twinsun.com>
38772
38773         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
38774         modules/xgethostname, modules/xalloc: Depend on exit.
38775
38776 2003-09-12  Paul Eggert  <eggert@twinsun.com>
38777
38778         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
38779
38780         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
38781         and AC_MINIX, too, so that their extensions are available.
38782
38783         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
38784         This macro has been superseded by gl_BACKUPFILE.
38785
38786         More patches to assume C89 or better.
38787
38788         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
38789
38790         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
38791         unconditionally.
38792         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
38793         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
38794         Include <string.h>, <stdlib.h> unconditionally.
38795         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
38796         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
38797         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
38798         headers or for string.h.
38799         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
38800         or strtoul.
38801
38802         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
38803         headers.
38804         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
38805         * m4/userspec.m4 (gl_USERSPEC): Likewise.
38806         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
38807         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
38808         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
38809         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
38810         memcpy, memset.
38811         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
38812         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
38813         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
38814         strtol.
38815         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
38816         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
38817         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
38818         strtoul.
38819
38820 2003-09-12  Paul Eggert  <eggert@twinsun.com>
38821
38822         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
38823         * lib/obstack.c [!defined _LIBC]: Likewise.
38824         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
38825         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
38826         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
38827
38828         More changes to assume C89 or better.
38829
38830         * lib/error.c (error_tail): Assume vprintf.
38831
38832         * lib/argmatch.c (getenv): Remove decl.
38833         * lib/progreloc.c (get_full_program_name): Define via prototype.
38834         * lib/setenv.c (clearenv): Likewise.
38835         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
38836         needed.
38837         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
38838         (malloc, memcpy): Remove decls.
38839         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
38840         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
38841         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
38842         (memcpy): Remove macro.
38843         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
38844         (__P): Remove.  All uses removed.
38845         (PTR): Remove.  All uses changed to void *.
38846         (CHAR_BIT, NULL): Remove.
38847         (spaces, zeros, memset_space, memset_zero)
38848         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
38849         Remove.
38850         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
38851         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
38852         Define with prototype.
38853         Remove now-unnecessary prototype decl.
38854         (extra_args_spec): Assume ANSI C.  All uses changed.
38855         (extra_args_spec_iso): Remove.
38856         (my_strftime, emacs_strftimeu): Define via prototype.
38857         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
38858         unconditionally.
38859         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
38860         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
38861         (strtoul, strtol): Remove decls.
38862         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
38863         LONG_MAX): Remove.
38864         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
38865         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
38866         (LOCALE_PARAM_PROTO): New macro.
38867         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
38868         (INTERNAL (strtol), strtol): Define with a prototype.
38869         (PARAMS): Remove.  All uses removed.
38870         * lib/tempname.c: Include <string.h> unconditionally.
38871         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
38872         * lib/xgethostname.c (main): Define with a prototype.
38873         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
38874         Include <stdlib.h> unconditionally.
38875         (calloc, malloc, realloc, free): Remove decls.
38876         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
38877         Include <stdlib.h> unconditionally.  Sort include file names.
38878         (strtod): Remove.
38879         (xstrtod): Define with a prototype.
38880         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
38881         (strtol, strtoul): Remove decls.
38882
38883 2003-09-11  Paul Eggert  <eggert@twinsun.com>
38884
38885         More patches to assume C89 or better.
38886         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
38887         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
38888         string.h, memchr, STDC_HEADERS.
38889
38890 2003-09-11  Paul Eggert  <eggert@twinsun.com>
38891
38892         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
38893         Include <stdlib.h>, <string.h> unconditionally.
38894         Remove now-unnecessary cast to char *.
38895         * lib/strnlen.c: Include <string.h> unconditionally.
38896         * lib/yesno.c (yesno): Define with a prototype.
38897
38898 2003-09-11  Bruno Haible  <bruno@clisp.org>
38899
38900         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
38901
38902 2003-09-10  Jim Meyering  <jim@meyering.net>
38903
38904         * lib/error.c: Correct indentation of cpp directives.
38905
38906 2003-09-10  Bruno Haible  <bruno@clisp.org>
38907
38908         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
38909         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
38910         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
38911         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
38912         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
38913         <stdlib.h> and <string.h> checks.
38914         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
38915         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
38916
38917 2003-09-10  Bruno Haible  <bruno@clisp.org>
38918
38919         * lib/strcspn.c: Include <string.h> unconditionally.
38920         * lib/strpbrk.c: Include <string.h> unconditionally.
38921         * lib/strstr.c: Include <string.h> unconditionally.
38922         * lib/unicodeio.c: Include <string.h> unconditionally.
38923         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
38924         * lib/unsetenv.c: Likewise.
38925         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
38926         * lib/yesno.c: Include <stdlib.h> unconditionally.
38927         (rpmatch): Add prototype.
38928
38929 2003-09-09  Paul Eggert  <eggert@twinsun.com>
38930
38931         More patches to assume C89 or better.
38932         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
38933         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
38934         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
38935         or for string.h.
38936         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
38937         stdlib.h.
38938         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
38939         C headers.
38940         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
38941         string.h.
38942         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
38943         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
38944         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
38945         or for string.h.
38946         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
38947         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
38948         C headers.
38949         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
38950         memcpy.
38951         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
38952         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
38953         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
38954         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
38955         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
38956         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
38957         string.h, free.
38958         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
38959         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
38960         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
38961         C headers, or for string.h.
38962         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
38963         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
38964         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
38965         headers, memory.h, stdlib.h, string.h, strings.h.
38966         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
38967         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
38968         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
38969         strchr.
38970         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
38971         headers, memory.h, string.h.
38972         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
38973         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
38974         free.
38975         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
38976         headers.
38977         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
38978         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
38979         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
38980         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
38981         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
38982
38983 2003-09-09  Paul Eggert  <eggert@twinsun.com>
38984
38985         More K&R removal.
38986
38987         * lib/acosl.c (main): Use a prototype.
38988         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
38989         tanl.c: Likewise.
38990
38991         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
38992
38993         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
38994         (getopt, etopt_long, getopt_long_only, _getopt_internal)
38995         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
38996         with a prototype.
38997         * lib/getopt.c (const): Remove macro.
38998         Include <string.h> unconditionally.
38999         (my_index): Remove; all uses changed to strchr.
39000         (strlen): Remove decl.
39001         (exchange): Remove forward decl; no longer needed.
39002         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
39003         Define with prototype.
39004         * lib/getopt1.c (const): Remove macro.
39005         (getopt_long, getopt_long_only, main): Define with prototype.
39006
39007         * lib/getugroups.c: Include <string.h> unconditionally.
39008
39009         * lib/getusershell.c: Include <stdlib.h> unconditionally.
39010         (getusershell, setusershell, endusershell, readname, main):
39011         Define with prototypes.
39012
39013         * lib/group-member.c: Include group-member.h first.
39014         Include <stdlib.h> unconditionally.
39015
39016         * lib/hard-locale.c: Include hard-locale.h first.
39017         Include <stdlib.h>, <string.h> unconditionally.
39018
39019         * lib/hash.c (free, malloc): Remove decls.
39020         Include <stdlib.h> unconditionally.
39021
39022         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
39023         (getenv): Do not declare.
39024
39025         * lib/idcache.c: Include <string.h> unconditionally.
39026
39027         * lib/long-options.c: Include long-options.h first, to test interface.
39028         Include <stdlib.h> unconditionally.
39029
39030         * lib/makepath.c: Include makepath.h first, to test interface.
39031         Include <stdlib.h> and <string.h> unconditionally.
39032
39033         * lib/linebuffer.c: Include <stdlib.h>.
39034         (free): Remove decl.
39035
39036         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
39037         stddef.h. rpl_malloc returns void *, not char *.
39038         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
39039         prototype.
39040
39041         * lib/md5.h: Include <limits.h> unconditionally.
39042         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
39043         (__P): Remove; all uses removed.
39044         * lib/md5.c: Include "md5.h" first.
39045         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
39046         md5_buffer, md5_process_bytes, md5_process_block):
39047         Define with prototypes.
39048         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
39049         * lib/sha.c: Include "sha.h" first.
39050         Include <stdlib.h>, <string.h> unconditionally.
39051
39052         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
39053         * lib/memcmp.c (__ptr_t): Likewise.
39054         * lib/memrchr.c (__ptr_t): Likewise.
39055         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
39056         Include <string.h> unconditionally.
39057         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
39058         * lib/memchr.c: Include <stdlib.h> unconditionally.
39059         * lib/memchr.c (LONG_MAX): Remove.
39060         * lib/memrchr.c (LONG_MAX): Likewise.
39061         * lib/memchr.c (__memchr): Define via a prototype.
39062         * lib/memrchr.c (__memrchr): Likewise.
39063         * lib/memcmp.c (__P): Remove, and remove all uses.
39064         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
39065         Remove forward decls; no longer needed.
39066         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
39067         Use types required by C89 in prototype.
39068
39069         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
39070         * lib/savedir.c: Likewise.
39071         * lib/mkdir.c (free): Remove decl.
39072         * lib/rmdir.c (rmdir): Define with a prototype.
39073         * lib/savedir.c: Include savedir.h first, to test interface.
39074
39075         * lib/mktime.c (STDC_HEADERS): Remove.
39076         Include <stdlib.h>, <string.h> unconditionally.
39077
39078         * lib/modechange.c: Include <stdlib.h> unconditionally.
39079         (malloc): Remove decl.
39080
39081         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
39082         (free): Remove decl.
39083
39084         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
39085         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
39086         (This type really should be intptr_t, but that's a C99ism.)
39087         (_obstack_memcpy): Remove: all uses changed to memcpy.
39088         Include <string.h> unconditionally.
39089         (struct obstack): Assume __STDC__ for types of members
39090         chunkfun, freefun, extra_arg.
39091         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
39092         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
39093         obstack_begin, obstack_specify_allocation,
39094         obstack_specify_allocation_with_arg, obstack_chunkfun,
39095         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
39096         Remove unprototyped decls and the macros that use them.
39097         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
39098         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
39099         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
39100         (defined __STDC__ && __STDC__)]:
39101         Remove nonprototyped code.
39102         Include <stdlib.h> unconditionally.
39103         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
39104         _obstack_allocated_p, _obstack_free, obstack_free,
39105         _obstack_memory_used, print_and_abort):
39106         Define using prototypes.
39107         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
39108         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
39109         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
39110         obstack_next_free, obstack_object_size, obstack_room) [0]:
39111         Remove unused, unprototyped code.
39112
39113         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
39114
39115         * lib/physmem.c (physmem_total, physmem_available, main): Define
39116         with prototypes.
39117
39118         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
39119         (main): Define with a prototype.
39120
39121         * lib/posixver.c (getenv): Remove decl.
39122
39123         * lib/putenv.c (malloc): Returns void *, not char *.
39124         Include <string.h> unconditionally.
39125         (strchr, memcpy, NULL): Do not define.
39126
39127         * lib/readtokens.c: Include readtokens.h first, to test interface.
39128         Include <stdlib.h>, <string.h> unconditionally.
39129         (init_tokenbuffer): Define with a prototype.
39130
39131         * lib/regex.c (PARAMS): Remove.  All uses removed.
39132         All uses of _RE_ARGS removed, too.
39133         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
39134         unconditionally.
39135         (bzero): Assume memset exists.
39136         (memcmp, memcpy, NULL): Remove.
39137         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
39138         char, or assignments to local vars of type signed char.
39139         (init_syntax_once, PREFIX(extract_number_and_incr),
39140         PREFIX(print_partial_compiled_pattern),
39141         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
39142         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
39143         PREFIX(regex_grow_registers), PREFIX(regex_compile),
39144         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
39145         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
39146         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
39147         wcs_compile_range, byte_compile_range, truncate_wchar,
39148         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
39149         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
39150         count_mbs_length, wcs_re_match_2_internal,
39151         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
39152         PREFIX(alt_match_null_string_p),
39153         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
39154         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
39155         regfree, PREFIX(extract_number)): Define with prototype.  Remove
39156         now-unnecessary declaration, if any.
39157         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
39158         regcomp, regexec):
39159         Remove now-unnecessary casts among pointer types.
39160         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
39161
39162         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
39163         (free): Remove decl.
39164
39165         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
39166
39167         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
39168         (free): Remove decl.
39169
39170         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
39171         * lib/xgetcwd.c: Likewise.
39172
39173         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
39174         (free): Remove decl.
39175
39176         * lib/strchrnul.c (strchrnul): Define with a prototype.
39177         Fix bug: c_in was not converted to char before searching.
39178
39179         The following changes are not K&R related:
39180
39181         * lib/group-member.h: Include <sys/types.h>, so that this file is
39182         self-contained.
39183         * lib/makepath.h: Likewise.
39184
39185         * lib/getusershell.c (readname, default_index, line_size, readname):
39186         Use size_t, not int, for sizes.
39187         (readname): If the size overflows, report an error instead of
39188         looping forever.
39189
39190 2003-09-09  Paul Eggert  <eggert@twinsun.com>
39191
39192         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
39193         libc.
39194
39195 2003-09-09  Paul Eggert  <eggert@twinsun.com>
39196
39197         * README: New section: portability guidelines.
39198
39199 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
39200
39201         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
39202         C89 spec.
39203
39204 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
39205
39206         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
39207
39208 2003-09-08  Paul Eggert  <eggert@twinsun.com>
39209
39210         Assume C89 or better; remove K&R cruft.
39211         A few of these changes were first proposed by Derek Robert Price
39212         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
39213
39214         * lib/addext.c: Include <string.h> unconditionally.
39215         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
39216         Don't declare getenv or malloc.
39217
39218         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
39219         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
39220         (NULL): Remove.
39221         (find_stack_direction, alloca): Use prototypes.
39222
39223         * lib/atexit.c (atexit): Define using a prototype.
39224
39225         * lib/basename.c, dirname.c, stripslash.c:
39226         Include <string.h> unconditionally.
39227
39228         * lib/bcopy.c: Include <stddef.h>.
39229         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
39230
39231         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
39232
39233         * lib/error.h (error, error_at_line, error_print_progname)
39234         [! (defined (__STDC__) && __STDC__)]: Remove decls.
39235         * lib/error.c: Include error.h first, to check interface.
39236         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
39237         (VA_START): Remove; all uses changeed to va_start.
39238         (exit, strerror): Remove decls.
39239         (error_print_progname): Prototype uncondionally.
39240         Don't include <errno.h>; no longer needed.
39241         (private_strerror): Remove.
39242         (error_tail): Always define.
39243         (error, error_at_line): Assume C89 or better; always use prototypes.
39244         * lib/fatal.c: Include "fatal.h" first, to test interface.
39245         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
39246         (VA_START): Remove; all uses changed to va_start.
39247         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
39248         this case.
39249         (exit): Remove decl.
39250         (fatal): Prototype unconditionally.  Assume va_start works.
39251         Abort at end, to pacify gcc.
39252
39253         * lib/euidaccess.c (main): Define with a prototype.
39254
39255         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
39256
39257         * lib/exitfail.c: Include <stdlib.h> unconditionally.
39258
39259         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
39260         prototypes.
39261         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
39262         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
39263         (getenv): Remove decl.
39264         (fnmatch): Define using a prototype.
39265         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
39266         (FCT): Define using a prototype.
39267
39268         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
39269
39270         * lib/gethostname.c: Include <stddef.h>.
39271         (gethostname): Define with prototype.  Length is size_t, not int.
39272
39273 2003-09-08  Paul Eggert  <eggert@twinsun.com>
39274
39275         Assume C89 or better; remove K&R cruft.
39276         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
39277         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
39278         string.h, getenv, malloc.
39279         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
39280         headers.
39281         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
39282         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
39283         do not check for strerror.
39284         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
39285         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
39286         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
39287         do not check for doprnt or vprintf.
39288         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
39289         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
39290
39291 2003-09-08  Paul Eggert  <eggert@twinsun.com>
39292
39293         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
39294         getversion.c should have been removed then, but was accidentally
39295         preserved.
39296
39297         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
39298         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
39299
39300 2003-09-08  Karl Berry  <karl@gnu.org>
39301
39302         * config/config.sub, config.guess, srclistvars.sh: update from savannah
39303                 config, forget about prep.
39304
39305         * config/depcomp, missing: update from automake.
39306
39307 2003-09-07  Paul Eggert  <eggert@twinsun.com>
39308
39309         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
39310         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
39311
39312 2003-09-07  Paul Eggert  <eggert@twinsun.com>
39313
39314         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
39315         copy_tm_result.  Bug reported by Simon Josefsson in
39316         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
39317
39318 2003-09-06  Paul Eggert  <eggert@twinsun.com>
39319
39320         * m4/time_r.m4: New file.
39321         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
39322         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
39323         is. Check for timegm declaration.
39324         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
39325         Do not check for gmtime_r.
39326         Replace mktime if __mktime_internal does not exist and if mktime
39327         hasn't been replaced already.
39328
39329 2003-09-06  Paul Eggert  <eggert@twinsun.com>
39330
39331         * lib/time_r.c, lib/time_r.h: New files.
39332
39333         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
39334         __localtime_r.
39335         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
39336         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
39337
39338         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
39339         __gmtime_r.
39340         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
39341         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
39342         Include <time_r.h>.
39343
39344         * lib/timegm.c: Switch to glibc implementation, with the following
39345         changes:
39346         [defined HAVE_CONFIG_H]: Include <config.h>.
39347         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
39348         (__mktime_internal) [!defined _LIBC]: New decl.
39349         (__gmtime_r) [!defined _LIBC]: New macro and function.
39350         (timegm): Use a prototype, since gnulib assumes C89.
39351         Do not bother declaring tmp to be const, as it's not really usefu.
39352         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
39353         (timegm): Declare only if HAVE_DECL_TIMEGM.
39354
39355 2003-09-06  Paul Eggert  <eggert@twinsun.com>
39356
39357         * MODULES.html.sh (func_all_modules): Add time_r.
39358         * modules/time_r: New file.
39359         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
39360         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
39361
39362 2003-09-03  Paul Eggert  <eggert@twinsun.com>
39363
39364         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
39365         Bug reported by Lute Kamstra in
39366         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
39367
39368         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
39369         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
39370         course with correspondingly smaller numbers for tomorrow and
39371         yesterday.  From Tadayoshi Funaba.  Originally installed into
39372         sh-utils on 1999-08-07, but the patch got lost (I guess during the
39373         coreutils merge?).
39374
39375 2003-08-31  Simon Josefsson  <jas@extundo.com>
39376
39377         * modules/timegm: New file.
39378         * MODULES.html.sh (func_all_modules): Add timegm.
39379
39380 2003-08-31  Simon Josefsson  <jas@extundo.com>
39381
39382         * m4/timegm.m4: New file.
39383
39384 2003-08-31  Simon Josefsson  <jas@extundo.com>
39385
39386         * lib/timegm.h: New file.
39387         * lib/timegm.c: New file.  Based on
39388         wget-1.8.2/src/http.c:mktime_from_utc.
39389
39390 2003-08-31  Karl Berry  <karl@gnu.org>
39391
39392         * lib/argp.h: update from libc.
39393
39394 2003-08-28  Bruno Haible  <bruno@clisp.org>
39395
39396         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
39397         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
39398         followed by '#define fnmatch fnmatch_posix' gives an error.
39399
39400 2003-08-28  Bruno Haible  <bruno@clisp.org>
39401
39402         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
39403         warning on QNX, which defines O_BINARY to 000000.
39404
39405 2003-08-27  Jim Meyering  <jim@meyering.net>
39406
39407         * m4/mkstemp.m4: Require that the system mkstemp be able to create
39408         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
39409         would fail after 32.  Reported by Danny Levinson.  Details here:
39410         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
39411
39412 2003-08-24  Bruno Haible  <bruno@clisp.org>
39413
39414         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
39415         MSVC7 <stdio.h> is included later.
39416
39417 2003-08-22  Simon Josefsson  <jas@extundo.com>
39418
39419         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
39420
39421 2003-08-20  Karl Berry  <karl@gnu.org>
39422
39423         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
39424
39425 2003-08-20  Bruno Haible  <bruno@clisp.org>
39426
39427         * modules/progname: New file.
39428         * MODULES.html.sh (func_all_modules): Add progname.
39429
39430 2003-08-20  Bruno Haible  <bruno@clisp.org>
39431
39432         * lib/progname.h: New file, from GNU gettext.
39433         * lib/progname.c: New file, from GNU gettext.
39434         * lib/progreloc.c: New file, from GNU gettext.
39435
39436 2003-08-19  Jim Meyering  <jim@meyering.net>
39437
39438         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
39439         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
39440
39441 2003-08-19  Bruno Haible  <bruno@clisp.org>
39442
39443         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
39444         more.
39445
39446 2003-08-19  Bruno Haible  <bruno@clisp.org>
39447
39448         * lib/xstrdup.c: Assume <string.h> exists.
39449
39450 2003-08-18  Paul Eggert  <eggert@twinsun.com>
39451
39452         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
39453         in makefile rules.
39454
39455 2003-08-18  Jim Meyering  <jim@meyering.net>
39456
39457         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
39458         * m4/lib-ld.m4: Likewise.
39459
39460 2003-08-18  Jim Meyering  <jim@meyering.net>
39461
39462         * lib/setenv.h: Indent nested cpp directive.
39463         * lib/vasnprintf.c: Remove trailing blanks.
39464
39465 2003-08-17  Simon Josefsson  <jas@extundo.com>
39466
39467         * modules/xstrndup: New file.
39468         * MODULES.html.sh (func_all_modules): Add xstrndup.
39469
39470 2003-08-17  Simon Josefsson  <jas@extundo.com>
39471
39472         * modules/argp: Fix autoconf macro name. Add more dependencies.
39473
39474 2003-08-17  Simon Josefsson  <jas@extundo.com>
39475
39476         * m4/xstrndup.m4: New file.
39477
39478 2003-08-17  Simon Josefsson  <jas@extundo.com>
39479
39480         * m4/argp.m4: New file.
39481
39482 2003-08-17  Simon Josefsson  <jas@extundo.com>
39483             Bruno Haible  <bruno@clisp.org>
39484
39485         * lib/xstrndup.h: New file.
39486         * lib/xstrndup.c: New file.
39487
39488 2003-08-17  Bruno Haible  <bruno@clisp.org>
39489
39490         * modules/strndup (Files, Include): Add lib/strndup.h.
39491
39492 2003-08-17  Bruno Haible  <bruno@clisp.org>
39493
39494         * modules/euidaccess (Files): Add lib/euidaccess.h.
39495
39496 2003-08-17  Bruno Haible  <bruno@clisp.org>
39497
39498         * lib/strndup.h: New file.
39499
39500 2003-08-17  Bruno Haible  <bruno@clisp.org>
39501
39502         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
39503         like AC_GNU_SOURCE.
39504         * modules/extensions (configure.ac): Comment out the invocation of
39505         gl_USE_SYSTEM_EXTENSIONS.
39506
39507 2003-08-16  Paul Eggert  <eggert@twinsun.com>
39508
39509         Merges from coreutils, etc.
39510         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
39511         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
39512         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
39513         fixing a typo.
39514         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
39515         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
39516
39517 2003-08-16  Paul Eggert  <eggert@twinsun.com>
39518
39519         Document merge from coreutils.
39520         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
39521         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
39522         * modules/utime: Add m4/utimes-null.m4.
39523
39524 2003-08-16  Paul Eggert  <eggert@twinsun.com>
39525
39526         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
39527         space, undoing this 2003-08-12 change:
39528         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
39529
39530 2003-08-16  Paul Eggert  <eggert@twinsun.com>
39531
39532         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
39533         strtoul.c from libc, undoing this 2003-08-12 change:
39534         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
39535
39536 2003-08-16  Jim Meyering  <jim@meyering.net>
39537
39538         Merges from coreutils.
39539         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
39540         prefix.  Adjust cache variables similarly.  Create 500 rather than
39541         just 300 files, to exercise bug on Darwin6.5, too.
39542         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
39543         $missing_dir.
39544         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
39545         AM_SYS_POSIX_TERMIOS.
39546         Reported by mkc@mathdogs.com.
39547         Also change use of $am_cv_sys_posix_termios
39548         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
39549         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
39550         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
39551         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
39552         in /proc/mounts until it finds one with matching device number.  This
39553         is unnecessary when the FILE argument *is* a mount point.  No stat call
39554         is necessary in that case.  So, disable the statvfs-testing code on
39555         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
39556         as RedHat bug# 84846.
39557         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
39558         to 1MB, so as not to render systems with no stack size limit (e.g.,
39559         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
39560         Include <unistd.h>.  On some systems,
39561         it is required for the definition of _SC_PAGESIZE.
39562
39563 2003-08-16  Jim Meyering  <jim@meyering.net>
39564
39565         Merge from coreutils.
39566         * lib/xstrtoimax.c: #else #if -> #elif.
39567         * lib/xstrtoumax.c: Likewise.
39568
39569 2003-08-16  Jim Meyering  <jim@meyering.net>
39570
39571         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
39572         * m4/utimes.m4: Removed.
39573         * m4/utimes-null.m4: Renamed from utimes.m4.
39574
39575         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
39576         to 1MB, so as not to render systems with no stack size limit (e.g.,
39577         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
39578         Include <unistd.h>.  On some systems,
39579         it is required for the definition of _SC_PAGESIZE.
39580
39581 2003-08-16  Jim Meyering  <jim@meyering.net>
39582         and Paul Eggert  <eggert@cs.ucla.edu>
39583
39584         Merges from coreutils, etc.
39585
39586         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
39587         using the latest version from cvs.  This avoids problems with #line
39588         directives using a vendor (Sun) compiler.
39589         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
39590         Don't set GETGROUPS_LIB here; now it's
39591         done via getgroups.m4's wrapper function.
39592         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
39593         rather than just in sh-util/configure.in, so that the
39594         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
39595         same.
39596         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
39597         AC_FUNC_GETLOADAVG where to find getloadavg.c.
39598         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
39599         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
39600         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
39601         Remove code that is now done by the newly-required macros.
39602         Append $(EXEEXT) to DF_PROG.
39603         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
39604         Do not invoke or require the following here,
39605         since prereq.m4 or some gnulib .m4 now does this for us:
39606         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
39607         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
39608         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
39609         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
39610         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
39611         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
39612         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
39613         AC_FUNC_OBSTACK.
39614         Do not replace the following functions, as this is now the job
39615         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
39616         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
39617         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
39618         atexit getpass, strdup, getpagesize.
39619         Replace 'raise'.
39620         Do not check for the following functions, as this is now the job
39621         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
39622         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
39623         setregid.
39624         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
39625         Check for sys/sysctl.h.
39626         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
39627         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
39628         of checking for ssize_t ourselves.
39629
39630         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
39631         Require every macro that gnulib/modules/* suggests for us.
39632         (jm_PREREQ_ADDEXT): New macro.
39633         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
39634         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
39635
39636         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
39637         (gl_PHYSMEM): Use it.
39638         Also check for `table' function.
39639         Check for new headers and functions.
39640         Add check for sys/sysmp.h.
39641         With suggestions from Kaveh Ghazi.
39642         Ignore headers that are present but cannot be compiled.  This
39643         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
39644         C 5.4.
39645
39646 2003-08-15  Paul Eggert  <eggert@twinsun.com>
39647
39648         Document merge from coreutils.
39649         * modules/userspec: Depend on posixver.
39650         * modules/strftime: Depend on tzset.
39651
39652 2003-08-15  Paul Eggert  <eggert@twinsun.com>
39653
39654         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
39655         rather than tab, after '#' in shell-script copyright notices.
39656         Suggested by Bruno Haible.
39657
39658 2003-08-15  Paul Eggert  <eggert@twinsun.com>
39659
39660         * config/srclist-update: Use three spaces, rather than tab, after '#'
39661         in shell-script copyright notices.  Suggested by Bruno Haible.
39662         Remove unnecessary parenthesization in regular expression.
39663
39664 2003-08-15  Jim Meyering  <jim@meyering.net>
39665
39666         Merge from coreutils.
39667         * lib/xgethostname.c: Include <stdlib.h>.
39668         (xghostname): Don't exit for anything other than memory-related
39669         failure; just return NULL.
39670         * lib/userspec.c: Include "posixver.h".
39671         (parse_user_spec): Accept `.' as a separator only
39672         in pre-POSIX-200112 mode.
39673         * lib/strtoimax.c: Use #elif rather than #else #if.
39674         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
39675         Remove function, now that we can rely on a working tzset function.
39676         [!_LIBC]: Ensure that the required autoconf test has been run.
39677         [!defined _NL_CURRENT && HAVE_STRFTIME]:
39678         Use underlying_strftime for %r.
39679         * lib/sha.c: Merge in some clean-up and optimization changes from
39680         glibc.
39681         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
39682         Ensure that it is a multiple of 64.
39683         Rearrange loop exit tests so as to avoid performing an
39684         additional fread after encountering an error or EOF.
39685         * lib/realloc.c: Update copyright date.
39686
39687 2003-08-15  Jim Meyering  <jim@meyering.net>
39688         and Paul Eggert  <eggert@twinsun.com>
39689
39690         Merge from coreutils.
39691         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
39692         member but strut utmpx does not.  Needed for AIX 4.3.3.
39693         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
39694
39695 2003-08-15  Jim Meyering  <jim@meyering.net>
39696         and Paul Eggert  <eggert@cs.ucla.edu>
39697
39698         Merges from coreutils, etc.
39699         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
39700         Require gl_FUNC_TZSET_CLOBBER.
39701         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
39702         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
39703         members.
39704
39705 2003-08-14  Paul Eggert  <eggert@twinsun.com>
39706
39707         Help the merge from coreutils.
39708         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
39709         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
39710         * m4/tzset.m4: Use it too.
39711
39712 2003-08-14  Paul Eggert  <eggert@twinsun.com>
39713
39714         * modules/tzset: New file.
39715
39716 2003-08-14  Jim Meyering  <jim@meyering.net>
39717
39718         Merges from coreutils.
39719         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
39720         variable names, rather than @FNMATCH_H@.
39721         * modules/alloca: Likewise for $(ALLOCA_H).
39722
39723         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
39724         the three copies of the literal target, `fnmatch.h'.
39725         * modules/alloca (alloca.h): Likewise.
39726
39727 2003-08-14  Jim Meyering  <jim@meyering.net>
39728
39729         Merge from coreutils.
39730         * m4/tzset.m4: New file.
39731         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
39732         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
39733         otherwise, AIX 5.1 systems would end up using the latter.
39734         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
39735         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
39736         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
39737         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
39738
39739 2003-08-14  Jim Meyering  <jim@meyering.net>
39740
39741         Merge from coreutils.
39742         * lib/obstack.h: Whitespace changes.
39743         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
39744         and xcalloc return values.
39745         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
39746         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
39747         hang on OSF/1 5.1 for DIR on both local and remote file systems.
39748         Reported by (and fix confirmed by) Nelson H. F. Beebe.
39749         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
39750         error from mntctl.
39751         Use mntctl's return value to drive the entry-processing loop, since
39752         we can't rely on the value of the vmt_length member in the last
39753         entry.  On some systems doing so could result in exhausting
39754         virtual memory.  Based in part on a patch from Mike Jetzer.
39755
39756 2003-08-14  Jim Meyering  <jim@meyering.net>
39757         and Paul Eggert  <eggert@twinsun.com>
39758
39759         Merges from coreutils, plus other fixes.
39760         * lib/physmem.c: Merge in portability changes from gcc/libiberty
39761         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
39762         for credits and details.  Thanks to Kaveh Ghazi for helping
39763         to keep these files in sync.
39764         (ARRAY_SIZE): Define it.
39765         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
39766         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
39767         (memcasecmp): Don't assume size_t fits in unsigned int.
39768         Remove casts and duplicate code.
39769         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
39770         (memcpy): Remove definition.
39771         Merge in some clean-up and optimization changes from glibc.
39772         [BLOCKSIZE]: Move definition to top of file.
39773         Ensure that it is a multiple of 64.
39774         Rearrange loop exit tests so as to avoid performing an
39775         additional fread after encountering an error or EOF.
39776         * lib/md5.h (md5_uintptr): Define.
39777         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
39778         return to the initial working directory.  Preserve errno
39779         for caller.
39780         * lib/idcache.c: Include "xalloc.h".
39781         (xmalloc, xrealloc): Remove decls.
39782         (getuser): Remove casts no longer required in C89.
39783         * lib/human.c: Include stdio.h, for sprintf.
39784         * lib/group-member.c: Include "xalloc.h".
39785         (xmalloc, xrealloc): Remove decls.
39786         (get_group_info): Remove casts no longer required in C89.
39787         * lib/getusershell.c (readname): Remove casts no longer required in
39788         C89.
39789         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
39790         * lib/getline.c: Whitespace fix, from coreutils.
39791
39792 2003-08-13  Paul Eggert  <eggert@twinsun.com>
39793
39794         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
39795         Check for isascii.
39796
39797         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
39798         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
39799         Undo previous (whitespace-only) change.
39800
39801 2003-08-13  Paul Eggert  <eggert@twinsun.com>
39802
39803         * lib/exclude.c: Include <ctype.h>
39804         (IN_CTYPE_DOMAIN): New macro.
39805         (is_space): New fn.
39806         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
39807         and empty lines.
39808
39809         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
39810         Undo previous (whitespace-only) change.
39811
39812 2003-08-13  Paul Eggert  <eggert@twinsun.com>
39813
39814         * config/srclist-update: Change update back to the old behavior,
39815         leaving whitespace alone.  Use one 'sed' command rather than a
39816         pipeline.
39817         (fixlicense): Now a variable, not a function.
39818         (remove_trailing_blanks): Remove.
39819         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
39820         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
39821         Undo previous (whitespace-only) change.
39822
39823 2003-08-12  Paul Eggert  <eggert@twinsun.com>
39824
39825         Merge from coreutils.
39826         * modules/euidaccess: Add lib_SOURCES, include for new
39827         file euidaccess.h
39828
39829 2003-08-12  Paul Eggert  <eggert@twinsun.com>
39830
39831         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
39832         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
39833         Normalize leading white space and remove trailing white space.
39834
39835         Merge from coreutils
39836         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
39837
39838         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
39839         0.12.1.  These files are now being upgraded automatically by
39840         ../config/srclist-update.
39841
39842 2003-08-12  Paul Eggert  <eggert@twinsun.com>
39843
39844         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
39845         Normalize leading white space and remove trailing white space.
39846         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
39847         notice, as per ../config/srclist-update.
39848
39849         Merge from coreutils.
39850         * lib/euidaccess.h: New file.
39851         * lib/euidaccess.c: Include it.
39852         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
39853         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
39854         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
39855
39856 2003-08-12  Paul Eggert  <eggert@twinsun.com>
39857
39858         * config/srclist-update: Add copyright notice.
39859         (remove_id_lines, remove_trailing_blanks): New constants.
39860         (fixfile): Use them to normalize spacing a bit in copied files.
39861         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
39862         Normalize leading white space and remove trailing white space.
39863
39864         * config/texinfo.tex: Sync with texinfo.
39865
39866         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
39867         strtoul.c from libc, to merge coreutils whitespace changes.
39868
39869         * config/srclist.txt: Get the following m4 files from gettext:
39870         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
39871         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
39872         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
39873         wint_t.m4.
39874
39875 2003-08-12  Karl Berry  <karl@gnu.org>
39876
39877         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
39878         been made.
39879
39880 2003-08-11  Paul Eggert  <eggert@twinsun.com>
39881
39882         * modules/gnu-source, m4/gnu-source.m4:
39883         Remove; we're assuming Autoconf 2.54 or later now.
39884         Suggested by Bruno Haible.
39885         * MODULES.html.sh (func_all_modules): Remove gnu-source.
39886
39887 2003-08-11  Bruno Haible  <bruno@clisp.org>
39888
39889         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
39890
39891 2003-08-11  Bruno Haible  <bruno@clisp.org>
39892
39893         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
39894         (vasnprintf): Use it instead of wcslen.
39895
39896 2003-08-11  Bruno Haible  <bruno@clisp.org>
39897
39898         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
39899         value to ensure that _Bool promotes to int. Use #define for _Bool when
39900         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
39901
39902 2003-08-10  Karl Berry  <karl@gnu.org>
39903
39904         * lib/regex.h: update from libc (whitespace fix).
39905
39906 2003-08-09  Paul Eggert  <eggert@twinsun.com>
39907
39908         Merge some files from coreutils.  These changes were
39909         originally made by Jim Meyering.
39910         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
39911         many older Unixes require this.
39912         * lib/alloca.c (alloca): Remove cast to argument of free;
39913         no longer needed in C89.
39914         * lib/alloca_.h, regex.h: Fix white space to match
39915         what GNU indent does.
39916
39917 2003-08-09  Paul Eggert  <eggert@twinsun.com>
39918
39919         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
39920         apparently Emacs's Unicode mode got confused before my 2003-08-05
39921         checkin.
39922
39923 2003-08-08  Paul Eggert  <eggert@twinsun.com>
39924
39925         * m4/extensions.m4: New file.
39926         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
39927         Require gl_USE_SYSTEM_EXTENSIONS.
39928         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
39929         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
39930
39931 2003-08-08  Paul Eggert  <eggert@twinsun.com>
39932
39933         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
39934         * modules/extensions, modules/gnu-source: New files.
39935         * modules/timespec, modules/unlocked-io: Depend on extensions.
39936
39937 2003-08-07  Paul Eggert  <eggert@twinsun.com>
39938
39939         * modules/restrict: New file.
39940         * MODULES.html.sh (func_all_modules): Add restrict.
39941         * modules/regex: Depend on restrict.
39942
39943 2003-08-07  Paul Eggert  <eggert@twinsun.com>
39944
39945         * m4/restrict.m4: New file.
39946         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
39947
39948 2003-08-07  Bruno Haible  <bruno@clisp.org>
39949
39950         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
39951         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
39952
39953 2003-08-07  Bruno Haible  <bruno@clisp.org>
39954
39955         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
39956         makes the module 'getndelim2' compatible with the module 'getline'.
39957
39958 2003-08-05  Paul Eggert  <eggert@twinsun.com>
39959
39960         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
39961         byte with "\201" to avoid glitches when editing that source file
39962         with multi-gnome-terminal.
39963
39964 2003-08-05  Paul Eggert  <eggert@twinsun.com>
39965
39966         * lib/bumpalloc.h: Remove.
39967
39968 2003-08-05  Paul Eggert  <eggert@twinsun.com>
39969
39970         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
39971         * modules/bumpalloc: Remove.
39972
39973 2003-08-04  Paul Eggert  <eggert@twinsun.com>
39974
39975         * lib/getloadavg.c: Change copyright notice and spacing to conform to
39976         GNU coding style.
39977
39978         Merge from coreutils.
39979         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
39980         1. From glibc.
39981         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
39982         from Karl Berry, implemented by Jim Meyering.
39983         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
39984         from Dmitry V. Levin.
39985         Remove anachronistic cast of xrealloc.
39986         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
39987         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
39988         type. Otherwise, it wouldn't compile with at least /bin/cc on
39989         ymp-cray-unicos9.0.2.X.
39990         Combine two mostly-identical uses of alloca into one.
39991         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
39992
39993 2003-08-04  Dave Love  <d.love@dl.ac.uk>
39994
39995         [From Emacs.]
39996
39997         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
39998         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
39999         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
40000         obsolete NLIST_NAME_UNION.
40001         [__GNU__]: Undef BSD and FSCALE.
40002         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
40003
40004 2003-08-03  Paul Eggert  <eggert@twinsun.com>
40005
40006         * lib/stdbool_.h (_Bool): Make it signed char, instead of
40007         an enum type, so that it's guaranteed to promote to int.  See:
40008         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
40009
40010 2003-08-03  Karl Berry  <karl@gnu.org>
40011
40012         * config/depcomp: update from automake.
40013
40014 2003-07-31  Paul Eggert  <eggert@twinsun.com>
40015
40016         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
40017         (strerror): Don't assume that a printable int fits in 14 bytes.
40018
40019 2003-07-31  Bruno Haible  <bruno@clisp.org>
40020
40021         * modules/getpass-gnu: New file.
40022         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
40023
40024 2003-07-31  Bruno Haible  <bruno@clisp.org>
40025
40026         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
40027
40028 2003-07-24  Karl Berry  <karl@gnu.org>
40029
40030         * config/missing: update from automake.
40031
40032 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
40033             Bruno Haible  <bruno@clisp.org>
40034
40035         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
40036         * lib/getline.c (getline, getdelim): Likewise.
40037         Remove _GNU_SOURCE define; now it's defined in config.h through
40038         m4/getline.m4.
40039
40040 2003-07-23  Karl Berry  <karl@gnu.org>
40041
40042         * config/config.sub: update from prep.
40043
40044 2003-07-22  Paul Eggert  <eggert@twinsun.com>
40045
40046         * modules/xalloc (Depends-on): Add exitfail.
40047         * modules/xmemcoll: Likewise.
40048
40049 2003-07-22  Paul Eggert  <eggert@twinsun.com>
40050
40051         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
40052         over-parenthesization in macros.
40053
40054         Sync with coreutils.
40055
40056         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
40057         required by C99.
40058
40059         Use `exit_failure' for xalloc and xmemcoll instead of their own
40060         private exit-failure variables.
40061         * lib/xalloc.h (xalloc_exit_failure): Remove.
40062         * lib/xmalloc.c: Likewise.  Include exitfail.h.
40063         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
40064         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
40065         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
40066         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
40067
40068 2003-07-20  Jim Meyering  <jim@meyering.net>
40069
40070         * modules/closeout (Depends-on): Add exitfail.
40071         Suggestion from Bruno Haible.
40072
40073 2003-07-19  Karl Berry  <karl@gnu.org>
40074
40075         * config/config.sub: update from prep.
40076
40077 2003-07-18  Paul Eggert  <eggert@twinsun.com>
40078
40079         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
40080         Remove.
40081         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
40082         to test that it can stand by itself.  Include "exitfail.h".
40083         Clients should set exit_failure instead.
40084         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
40085
40086 2003-07-18  Bruno Haible  <bruno@clisp.org>
40087
40088         * modules/getndelim2: New file.
40089         * modules/getline: Share files with module getndelim2.
40090         * modules/getnline: Depend on getndelim2 instead of sharing files with
40091         it. Add getnline.c to lib_SOURCES.
40092         * MODULES.html.sh (func_all_modules): Add getndelim2.
40093
40094 2003-07-18  Bruno Haible  <bruno@clisp.org>
40095
40096         * m4/getndelim2.m4: New file.
40097         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
40098         invoke gl_PREREQ_GETNDELIM2.
40099         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
40100         gl_PREREQ_GETNDELIM2.
40101         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
40102         gl_GETNDELIM2.
40103
40104 2003-07-18  Bruno Haible  <bruno@clisp.org>
40105
40106         * lib/getndelim2.h: New file.
40107         * lib/getndelim2.c: Make into a module of its own. Include config.h,
40108         getndelim2.h.
40109         (getndelim2): Make non-static. Change return type to ssize_t.
40110         * lib/getline.h: Change argument names.
40111         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
40112         * lib/getnline.c: Include getndelim2.h.
40113
40114 2003-07-18  Andreas Schwab  <schwab@suse.de>
40115
40116         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
40117
40118 2003-07-17  Karl Berry  <karl@gnu.org>
40119
40120         * config/config.sub: update from prep.
40121
40122 2003-07-17  Bruno Haible  <bruno@clisp.org>
40123
40124         * modules/getnline: New file.
40125         * modules/getline: Add lib/getndelim2.c to source file list.
40126         * MODULES.html.sh (func_all_modules): Add getnline.
40127
40128 2003-07-17  Bruno Haible  <bruno@clisp.org>
40129
40130         * m4/getnline.m4: New file.
40131
40132 2003-07-17  Bruno Haible  <bruno@clisp.org>
40133
40134         * m4/Makefile.am.in: Remove file.
40135         * m4/Makefile.am: Remove file.
40136         * m4/Makefile.in: Remove file.
40137
40138 2003-07-17  Bruno Haible  <bruno@clisp.org>
40139
40140         * lib/getnline.h: New file.
40141         * lib/getnline.c: New file.
40142         * lib/getndelim2.c: New file, extracted from getline.c.
40143         (getndelim2): Renamed from getdelim2, with added nmax argument.
40144         * lib/getline.c: Include getndelim2.c.
40145         (getdelim2): Moved out to getndelim2.c.
40146         (getline, getdelim): Update.
40147
40148 2003-07-17  Bruno Haible  <bruno@clisp.org>
40149
40150         * lib/Makefile.am: Remove file.
40151         * lib/Makefile.in: Remove file.
40152
40153 2003-07-17  Bruno Haible  <bruno@clisp.org>
40154
40155         * configure.in: Remove file.
40156         * Makefile.in: Remove file.
40157
40158 2003-07-17  Bruno Haible  <bruno@clisp.org>
40159
40160         * MODULES.html.sh: Put the </BODY> right before </HTML>.
40161
40162 2003-07-16  Karl Berry  <karl@gnu.org>
40163
40164         * config/srclist-update: was running fixlicense twice, which caused
40165                 texinfo.tex to be nullified for some reason.  Simplify,
40166                 $gplsrc is no longer needed as far as I can see?
40167
40168 2003-07-16  Jim Meyering  <jim@meyering.net>
40169
40170         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
40171
40172 2003-07-15  Paul Eggert  <eggert@twinsun.com>
40173
40174         * config/srclist.txt: Get the following files from gettext-runtime/intl
40175         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
40176         ref-del.sin.  From Bruno Haible.
40177         * config/srclist-update (fixfile): Change grep pattern again, since the
40178         previous fix didn't work (there was another trailing $).  Use
40179         '[$]' to escape the $s.
40180
40181 2003-07-15  Karl Berry  <karl@gnu.org>
40182
40183         * lib/vasnprintf.c: update from gettext.
40184
40185 2003-07-15  Karl Berry  <karl@gnu.org>
40186
40187         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
40188         gets expanded when surrounded by '$'.
40189
40190 2003-07-15  Jim Meyering  <jim@meyering.net>
40191
40192         * modules/save-cwd: Don't depend on error.  From Derek Price.
40193
40194 2003-07-15  Jim Meyering  <jim@meyering.net>
40195
40196         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
40197
40198 2003-07-14  Simon Josefsson  <jas@extundo.com>
40199
40200         * modules/mempcpy: New file.
40201         * MODULES.html.sh (func_all_modules): Add mempcpy.
40202
40203 2003-07-14  Simon Josefsson  <jas@extundo.com>
40204
40205         * m4/mempcpy.m4: New file.
40206
40207 2003-07-14  Simon Josefsson  <jas@extundo.com>
40208
40209         * lib/mempcpy.h: New file.
40210         * lib/mempcpy.c: New file.
40211
40212 2003-07-14  Paul Eggert  <eggert@twinsun.com>
40213
40214         * modules/getdate, modules/posixtm: Depend on mktime.
40215
40216 2003-07-14  Paul Eggert  <eggert@twinsun.com>
40217
40218         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
40219         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
40220         unicodeio.c, unicodeio.h, unlocked-io.h:
40221         Switch from LGPL to GPL.
40222
40223 2003-07-14  Paul Eggert  <eggert@twinsun.com>
40224
40225         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
40226         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
40227         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
40228         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
40229         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
40230         updated automatically by ../config/srclist-update.  This changes
40231         their license from LPGL to GPL.
40232
40233 2003-07-14  Paul Eggert  <eggert@twinsun.com>
40234
40235         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
40236         assumed to refer to the root of the most recent stable gettext version.
40237         * config/srclistvars.sh: Add defaults for eggert.
40238         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
40239         Match "This program" as well as "The program".  This is needed
40240         for gettext.
40241
40242 2003-07-14  Jim Meyering  <jim@meyering.net>
40243
40244         Don't emit diagnostics.  Let callers do that.
40245         * lib/save-cwd.c: Don't include "error.h".
40246         (save_cwd): Don't call error.  Ensure that errno is valid
40247         when returning nonzero.
40248
40249         * lib/save-cwd.h (restore_cwd): Update prototype.
40250         * lib/save-cwd.c (restore_cwd): Remove two parameters.
40251         Simplify.  Don't call error upon failure.  Let callers do that.
40252         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
40253         when auditing is enabled.  But don't bother updating the #if.
40254
40255 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
40256
40257         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
40258         it breaks C++ compilation.
40259         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
40260
40261 2003-07-10  Simon Josefsson  <jas@extundo.com>
40262
40263         * modules/strchrnul (Makefile.am): Add strchrnul.h.
40264
40265 2003-07-10  Jim Meyering  <jim@meyering.net>
40266
40267         * m4/clock_time.m4: Remove trailing blank.
40268         * m4/intmax_t.m4: Likewise.
40269
40270 2003-07-10  Jim Meyering  <jim@meyering.net>
40271
40272         * lib/vasnprintf.c: Remove trailing blanks.
40273         Make cpp indentation consistent.
40274
40275 2003-07-09  Paul Eggert  <eggert@twinsun.com>
40276
40277         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
40278         posixver.c, strftime.c, strnlen.c, strverscmp.c:
40279         Switch from LGPL to GPL.
40280
40281 2003-07-09  Paul Eggert  <eggert@twinsun.com>
40282
40283         * config/srclist.txt: Sort sublists.  Add
40284         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
40285         that differ from gnulib for one reason or another; we'd like this list
40286         to be smaller but for now let's document what we have.
40287
40288 2003-07-08  Paul Eggert  <eggert@twinsun.com>
40289
40290         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
40291         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
40292         and sweeter "eval x=$x".
40293         * config/srclist.txt: Get lib/argp* from glibc.
40294
40295 2003-07-07  Paul Eggert  <eggert@twinsun.com>
40296
40297         * lib/mktime.c: Fix some boundary cases and remove need for floating
40298         point.
40299
40300         Issue a compile-time diagnostic if time_t is floating point, or if
40301         two's complement arithmetic is not in effect, or if arithmetic
40302         right shift does not propagate the sign.  These assumptions were
40303         all in the original code but they weren't checked.
40304
40305         (TIME_T_MIDPOINT, verify): New macros.
40306         (__isleap): Remove; it has integer overflow problems.
40307         (leapyear): New function, without those problems.
40308         (ydhms_tm_diff): Remove; splitting into two parts.
40309         (ydhms_diff): New function, containing the arithmetic part of
40310         the old ydhms_tm_diff function.  Issue a compile-time
40311         diagnostic if we are not using C99 integer division.
40312         Avoid casts when possible.
40313         (guess_time_tm): New function, containing the checking part of
40314         the old ydhms_tm_diff function.  Return the new value, rather than
40315         the difference between it and the old.  Accept a new argument T
40316         so that *T specifies the old value.  Check for overflow in the result.
40317
40318         (__mktime_internal): Use a time_t offset, not a long int offset.
40319         This undoes the 2003-06-04 change, which is no longer needed now
40320         that we have better overflow checking.
40321         (localtime_offset): Likewise.
40322
40323         (__mktime_internal): Avoid harmful overflow on hosts where time_t
40324         and long are 64-bit but int is only 32-bit.
40325         (ydhms_diff): Use long int to store year1 and yday1.
40326         Issue a compile-time diagnostic if long int is not wide enough.
40327
40328         (__mktime_internal): Use long int to store adjusted year and yday.
40329         Use plain C rather than preprocessor commands, if that doesn't
40330         affect efficiency.
40331         Check for overflow (and try to repair) after each probe
40332         rather than checking only at the very end.  This avoids some bugs
40333         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
40334         does not equal GMT offset at maximum time).
40335         Use integer to check for overflow rather than floating point; this
40336         is more portable to non-IEEE hosts, and is a tad faster.
40337         When we detect that we are oscillating between two values,
40338         don't check whether tm_isdst has the requested value, since
40339         we already know the answer.  When tm_isdst has the wrong value,
40340         use a different heuristic to find the right one, based on the
40341         extreme values actually observed in practice in tz2003a,
40342         rather than the (overly optimistic) "previous 3 calendar quarters".
40343
40344         (not_equal_tm, print_tm, check_result): Use "const T" rather than
40345         "T const" to accommodate glibc style.
40346         (check_result): Use less-confusing report format.  "long" -> "long int.
40347         (main): Likewise.
40348         Don't loop if the iteration overflows time_t.
40349         Allow a negative step in the iteration.
40350
40351 2003-07-06  Karl Berry  <karl@gnu.org>
40352
40353         * config/depcomp: update from automake.
40354         * config/config.sub: update from prep.
40355
40356 2003-07-03  Karl Berry  <karl@gnu.org>
40357
40358         * config/config.guess: update from prep.
40359
40360 2003-07-01  Paul Eggert  <eggert@twinsun.com>
40361
40362         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
40363         xreadlink.c now includes it unconditionally.
40364
40365 2003-07-01  Paul Eggert  <eggert@twinsun.com>
40366
40367         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
40368         having it depend on HAVE_SYS_TYPES_H.
40369
40370 2003-07-01  Bruno Haible  <bruno@clisp.org>
40371
40372         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
40373         <sys/types.h> should be sufficient.
40374         Reported by Paul Eggert.
40375
40376 2003-06-26  Karl Berry  <karl@gnu.org>
40377
40378         * config/depcomp: update from automake.
40379
40380 2003-06-26  Bruno Haible  <bruno@clisp.org>
40381
40382         * modules/human: Depend on module stdbool.
40383
40384 2003-06-25  Bruno Haible  <bruno@clisp.org>
40385
40386         * modules/readlink: New file.
40387         * modules/xreadlink: Depend on it.
40388         * MODULES.html.sh (func_all_modules): Add readlink.
40389
40390 2003-06-25  Bruno Haible  <bruno@clisp.org>
40391
40392         * m4/readlink.m4: New file.
40393
40394 2003-06-25  Bruno Haible  <bruno@clisp.org>
40395
40396         * lib/readlink.c: New file.
40397
40398 2003-06-22  Karl Berry  <karl@gnu.org>
40399
40400         * config/srclist.txt: update mkinstalldirs from automake.
40401         * config/mkinstalldirs: update.
40402
40403 2003-06-22  Bruno Haible  <bruno@clisp.org>
40404
40405         Portability to mingw32.
40406         * m4/ssize_t.m4: New file, from GNU gettext.
40407         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
40408         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
40409
40410 2003-06-22  Bruno Haible  <bruno@clisp.org>
40411
40412         * modules/safe-read: Add m4/ssize_t.m4.
40413         * modules/xreadlink: Add m4/ssize_t.m4.
40414
40415 2003-06-20  Bruno Haible  <bruno@clisp.org>
40416
40417         Assume C89, so PARAMS isn't needed.
40418         * lib/unicodeio.h (PARAMS): Remove.
40419         * lib/unicodeio.c: Don't use PARAMS.
40420
40421 2003-06-18  Karl Berry  <karl@gnu.org>
40422
40423         * config/config.{guess,sub}: update from prep.
40424
40425 2003-06-18  Jim Meyering  <jim@meyering.net>
40426
40427         Merge changes from coreutils.
40428         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
40429         Remove explicit declarations of xmalloc and realloc.
40430         Include xalloc.h.
40431         (read_utmp): Remove anachronistic cast of xmalloc.
40432
40433 2003-06-17  Paul Eggert  <eggert@twinsun.com>
40434
40435         Assume C89, so PARAMS isn't needed.
40436         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
40437         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
40438         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
40439         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
40440         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
40441         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
40442         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
40443         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
40444         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
40445         lib/xstrtod.h, lib/xstrtol.h: Likewise.
40446         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
40447         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
40448         no longer needed. Anyway, config.h should always be included before any
40449         other file.
40450
40451 2003-06-11  Simon Josefsson  <jas@extundo.com>
40452
40453         * modules/sysexits: New file.
40454         * MODULES.html.sh (func_all_modules): Add sysexits.
40455
40456 2003-06-11  Simon Josefsson  <jas@extundo.com>
40457
40458         * lib/sysexit_.h: New file.
40459
40460 2003-06-11  Derek Price  <derek@ximbiot.com>
40461
40462         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
40463         necessary.
40464
40465 2003-06-11  Bruno Haible  <bruno@clisp.org>
40466
40467         * m4/sysexits.m4: New file.
40468
40469 2003-06-10  Simon Josefsson  <jas@extundo.com>
40470
40471         * lib/argp.h: New file, from glibc.
40472         * lib/argp-ba.c: New file, from glibc.
40473         * lib/argp-eexst.c: New file, from glibc.
40474         * lib/argp-fmtstream.c: New file, from glibc.
40475         * lib/argp-fmtstream.h: New file, from glibc.
40476         * lib/argp-fs-xinl.c: New file, from glibc.
40477         * lib/argp-help.c: New file, from glibc.
40478         * lib/argp-namefrob.h: New file, from glibc.
40479         * lib/argp-parse.c: New file, from glibc.
40480         * lib/argp-pv.c: New file, from glibc.
40481         * lib/argp-pvh.c: New file, from glibc.
40482         * lib/argp-xinl.c: New file, from glibc.
40483
40484 2003-06-10  Simon Josefsson  <jas@extundo.com>
40485
40486         * modules/strchrnul: New file.
40487
40488 2003-06-10  Simon Josefsson  <jas@extundo.com>
40489
40490         * modules/argp: New file.
40491
40492 2003-06-10  Simon Josefsson  <jas@extundo.com>
40493
40494         * m4/strchrnul.m4: New file.
40495
40496 2003-06-10  Simon Josefsson  <jas@extundo.com>
40497
40498         * lib/strchrnul.h: New file.
40499         * lib/strchrnul.c: New file.
40500
40501 2003-06-10  Bruno Haible  <bruno@clisp.org>
40502
40503         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
40504
40505 2003-06-07  Karl Berry  <karl@gnu.org>
40506
40507         * config/config.{guess,sub}: update from prep.
40508
40509 2003-06-07  Jim Meyering  <jim@meyering.net>
40510
40511         * modules/strtod: Use $(...) notation, not @...@ for
40512         AC_REPLACE'd variables.
40513         * modules/localcharset: Likewise.
40514
40515 2003-06-07  Jim Meyering  <jim@meyering.net>
40516
40517         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
40518         in place of my name in the copyright comment.
40519         Remove definition and uses of __P.
40520
40521         From coreutils.
40522         * lib/stat.c: Don't declare xmalloc explicitly.
40523         Instead, include "xalloc.h".
40524         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
40525         xrealloc, and xcalloc return values.
40526         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
40527         Improve comment.
40528         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
40529
40530 2003-06-07  Bruno Haible  <bruno@clisp.org>
40531
40532         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
40533         avoid AC_CONFIG_LINKS.
40534         * modules/fnmatch (Makefile.am): Use explicit creation rule for
40535         fnmatch.h, to avoid AC_CONFIG_LINKS.
40536         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
40537
40538 2003-06-07  Bruno Haible  <bruno@clisp.org>
40539
40540         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
40541         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
40542         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
40543         directory.
40544         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
40545         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
40546         directory.
40547
40548 2003-06-06  Jim Meyering  <jim@meyering.net>
40549
40550         Merge from coreutils.
40551         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
40552         Consolidate declarations and initializations of *_base* locals.
40553
40554         Merge from coreutils.
40555         This avoids a core dump on systems without GNU putenv,
40556         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
40557         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
40558         (unsetenv): New static function, from GNU libc.
40559         (rpl_putenv): Use it.
40560
40561         * lib/modechange.c: Remove trailing blanks.
40562
40563         Merge from coreutils.
40564         * lib/fsusage.c: Remove declaration of statfs.
40565         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
40566
40567         * lib/posixtm.c: Include <stdbool.h> unconditionally.
40568
40569 2003-06-06  Jim Meyering  <jim@meyering.net>
40570
40571         * lib/stdbool_.h: Renamed from stdbool.h.in.
40572
40573 2003-06-06  Jim Meyering  <jim@meyering.net>
40574             Bruno Haible  <bruno@clisp.org>
40575
40576         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
40577         Adjust Makefile.am snippet not to redirect directly to target.
40578         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
40579
40580 2003-06-05  Paul Eggert  <eggert@twinsun.com>
40581
40582         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
40583         mismatch, look in future quarters as well as past.  This fixes a
40584         bug when processing fall-backwards gaps immediately after a long
40585         period of daylight-saving time.
40586
40587         * lib/mktime.c: Assume freestanding C89 or better.
40588         (HAVE_LIMITS_H): Remove.  Assume it's 1.
40589         (__P): Remove; not used.
40590         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
40591         (mktime, not_equal_tm, print_tm, check_result,
40592         main): Use prototypes.  Use const * where appropriate.
40593         (main): Fix typo in testing code that uncovered by above changes.
40594         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
40595
40596 2003-06-04  Paul Eggert  <eggert@twinsun.com>
40597
40598         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
40599         locale.h, localeconv.  This merges changes from coreutils.
40600
40601         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
40602         It can be removed after the next Autoconf is released.
40603         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
40604         needed.
40605
40606 2003-06-04  Paul Eggert  <eggert@twinsun.com>
40607
40608         * lib/mktime.c: Fix Debian bug 177940
40609         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
40610         (localtime_offset): Now long int, not time_t, because we want it
40611         to be guaranteed to be signed.  All uses changed.
40612         (__mktime_internal): If overflow would occur when adding offset,
40613         don't add it.
40614
40615         Merge 'human' changes from coreutils.  Rewrite to support
40616         locale-specific notations like thousands separators.
40617         * lib/human.c: Simplify authorship notice.
40618         Include human.h immediately after config.h.
40619         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
40620         <limits.h>: Do not include, since human.h does.
40621         (SIZE_MAX, UINTMAX_MAX): New macros.
40622         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
40623         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
40624         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
40625         (power_letter): Renamed from suffixes.
40626         (generate_suffix_backwards): Remove.
40627         (adjust_value): Now takes int style (because of human.h changes)
40628         and long double value (for greater precision on some platforms).
40629         (group_number): New function.
40630         (human_readable): Use it.  Use integer options, not enum.
40631         Put the options before the sizes in the arg list.
40632         Support all the new options.
40633         The old human_readable function has been removed;
40634         use inttostr.h instead.
40635         (human_readable, default_block_size, humblock):
40636         Use uintmax_t, not int, for block sizes.
40637         (human_readable_inexact, block_size_types): Remove.
40638         (block_size_opts): New constant.
40639         (human_options): Renamed from human_block_size, with new signature
40640         that allows block sizes up to UINTMAX_MAX.  All callers changed.
40641         * lib/human.h: Add copyright and authorship notice.
40642         Include <limits.h> and <stdbool.h> unconditionally.
40643         (PARAMS): Remove.  All uses removed.
40644         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
40645         (enum human_inexact_style): Remove tag; now a nameless enum.
40646         (human_floor, human_ceiling, human_round_to_even): Now have
40647         values 2, 0, 1 rather than -1, 1, 0.
40648         (human_group_digits, human_suppress_point_zero, human_autoscale,
40649         human_base_1024, human_SI, human_B): New constants.
40650         (human_readable_inexact, human_block_size): Remove.
40651         (human_readable): Size args are now uintmax_t, not int.
40652         (human_options): New decl.
40653
40654         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
40655         unnecessary now that we assume C89 or better.  This change
40656         imported from coreutils.
40657
40658         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
40659         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
40660         in the 2003-05-30 sync from glibc.
40661
40662         .h files should stand alone, but we shouldn't include <sys/types.h>
40663         if we can get away with just <stddef.h>.
40664
40665         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
40666         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
40667         rather than <sys/types.h>, as we merely need size_t.
40668         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
40669         to get size_t.
40670         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
40671         Include <stdio.h>, to get FILE.
40672         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
40673         memcasecmp.h has included <stddef.h> and all we need is size_t.
40674         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
40675         our interface, instead of including <sys/types.h>
40676
40677 2003-06-04  Paul Eggert  <eggert@twinsun.com>
40678
40679         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
40680         now, as glibc mktime is buggy on non-glibc systems.
40681
40682 2003-06-03  Karl Berry  <karl@gnu.org>
40683
40684         * config/config.sub: update from prep.
40685
40686 2003-06-02  Paul Eggert  <eggert@twinsun.com>
40687
40688         [from coreutils]
40689         Fix some minor time-related bugs with POSIX time arguments.
40690         Some valid time stamps were being rejected (notably -1, and
40691         time stamps before 1900 on 64-bit hosts).  And some invalid
40692         time stamps were being accepted, e.g. September 31.
40693
40694         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
40695         that we can return (time_t) -1 successfully.
40696         * lib/posixtm.c: Likewise.
40697         [HAVE_STDBOOL_H]: Include <stdbool.h>.
40698         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
40699         (t): Remove static var.
40700         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
40701         of static var.  All uses changed.
40702         (year): Do not reject years before 1900; they can occur with
40703         64-bit time_t.
40704         (posix_time_parse): Do not check for out-of-range components;
40705         that is now the caller's responsibility, since our checks were
40706         only approximations.
40707         (posixtime): Use mktime to check for out-of-range components,
40708         since it knows them exactly.
40709         If mktime returns (time_t) -1, check whether an error actually occurred
40710         by invoking localtime on -1.
40711         (main) [TEST_POSIXTIME]: Check for input data errors, and report
40712         posixtime failures better.
40713         Improve the test data (in comments only).
40714
40715 2003-06-02  Karl Berry  <karl@gnu.org>
40716
40717         * config/mkinstalldirs (version): new variable.
40718         (--version): new option.
40719         (usage): improve message.
40720
40721 2003-05-30  Karl Berry  <karl@gnu.org>
40722
40723         * lib/mktime.c: update from libc.
40724
40725 2003-05-30  Bruno Haible  <bruno@clisp.org>
40726
40727         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
40728         * config/config.rpath: Upgrade to gettext-0.12.1.
40729
40730 2003-05-30  Bruno Haible  <bruno@clisp.org>
40731
40732         * m4/gettext.m4: Upgrade to gettext-0.12.1.
40733         * m4/nls.m4: New file, from gettext-0.12.1.
40734         * m4/po.m4: New file, from gettext-0.12.1.
40735         * m4/progtest.m4: Upgrade to gettext-0.12.1.
40736
40737 2003-05-30  Bruno Haible  <bruno@clisp.org>
40738
40739         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
40740         * lib/localcharset.h: Likewise.
40741         * lib/localcharset.c: Likewise.
40742
40743 2003-05-29  Karl Berry  <karl@gnu.org>
40744
40745         * config/config.rpath: update from gettext.
40746
40747 2003-05-28  Paul Eggert  <eggert@twinsun.com>
40748
40749         Assume the headers required for C89 freestanding compilers.
40750         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
40751         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
40752         * m4/human.m4 (gl_HUMAN): Likewise.
40753         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
40754         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
40755         * m4/userspec.m4 (gl_USERSPEC): Likewise.
40756         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
40757         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
40758         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
40759
40760 2003-05-28  Paul Eggert  <eggert@twinsun.com>
40761
40762         Assume the headers required for C89 freestanding compilers.
40763         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
40764         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
40765         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
40766         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
40767         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
40768         define, since <limits.h> is guaranteed to do that.
40769         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
40770         * lib/exclude.c: Include <stdbool.h> unconditionally.
40771         * lib/tempname.c: Include <stddef.h> unconditionally.
40772         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
40773         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
40774         <stddef.h> does that.
40775         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
40776         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
40777         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
40778         needed.
40779         * lib/xstrtol.c: Likewise.
40780         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
40781         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
40782
40783         * lib/addext.c (addext): Use assignment rather than cast, to avoid
40784         warnings on some platforms.
40785
40786         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
40787         arbitrarily.
40788
40789 2003-05-26  Jim Meyering  <jim@meyering.net>
40790
40791         Merge in a change from coreutils:
40792         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
40793         that is guaranteed to be `no'.  Use `no_such_member' to indicate
40794         that condition, rather than `-1' which is slightly misleading.
40795         Change the name of the cache variable to have the gl_ prefix.
40796         Prompted by a patch from Richard Dawe for DJGPP.
40797
40798 2003-05-24  Karl Berry  <karl@gnu.org>
40799
40800         * config/config.guess: update from prep.
40801
40802 2003-05-22  Karl Berry  <karl@gnu.org>
40803
40804         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
40805
40806 2003-05-20  Karl Berry  <karl@gnu.org>
40807
40808         * config/config.guess: update from prep.
40809
40810 2003-05-18  Karl Berry  <karl@gnu.org>
40811
40812         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
40813         might actually be set by the user.
40814
40815         * config/depcomp, install-sh, mdate-sh: update from automake.
40816
40817 2003-05-17  Bruno Haible  <bruno@clisp.org>
40818
40819         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
40820         invalid expansion for AC_EGREP_CPP.
40821         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
40822         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
40823         Suggested by Akim Demaille <akim@epita.fr> in
40824         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
40825
40826 2003-05-12  Jim Meyering  <jim@meyering.net>
40827
40828         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
40829         the space-padded-by-default conversion specifiers, %e, %k, %l.
40830
40831 2003-05-12  Bruno Haible  <bruno@clisp.org>
40832
40833         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
40834         the string is longer than 4 KB.
40835
40836 2003-05-11  Karl Berry  <karl@gnu.org>
40837
40838         * config/config.{guess,sub}: update from prep.
40839
40840 2003-05-09  Bruno Haible  <bruno@clisp.org>
40841
40842         * modules/error: Add m4/strerror_r.m4 to file list.
40843
40844 2003-05-03  Bruno Haible  <bruno@clisp.org>
40845
40846         Upgrade to Unicode-4.0.
40847         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
40848         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
40849         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
40850         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
40851         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
40852         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
40853         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
40854         Change width of U+E0100..U+E01EF from 1 to 0.
40855
40856 2003-04-25  Jim Meyering  <jim@meyering.net>
40857
40858         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
40859         of type size_t, not int.
40860
40861 2003-04-25  Bruno Haible  <bruno@clisp.org>
40862
40863         * lib/copy-file.c: Include <stddef.h>, for size_t.
40864
40865 2003-04-21  Paul Eggert  <eggert@twinsun.com>
40866
40867         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
40868         code which expansion is under static control.  Patch imported from
40869         Akim Demaille's patch to Bison; see
40870         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
40871
40872 2003-04-14  Bruno Haible  <bruno@clisp.org>
40873
40874         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
40875
40876 2003-04-11  Jim Meyering  <jim@meyering.net>
40877
40878         Merge changes from Coreutils.
40879
40880         2003-03-22  Jim Meyering  <jim@meyering.net>
40881
40882         * lib/strftime.c (widen): Cast alloca return value to proper type.
40883
40884         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
40885
40886         From GNU libc.
40887         * lib/strftime.c (my_strftime): Handle very large width
40888         specifications for numeric values correctly.  Improve checks for
40889         overflow.
40890
40891         2003-01-19  Jim Meyering  <jim@meyering.net>
40892
40893         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
40894         definitions.
40895         (nl_get_alt_digit) [! defined my_strftime]: Define.
40896         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
40897         _nl_get_alt_digit and _nl_get_walt_digit.
40898
40899         * lib/strftime.c (my_strftime): Merge in locale-related changes from
40900         libc. These changes have no effect outside of _LIBC.
40901
40902 2003-04-10  Bruno Haible  <bruno@clisp.org>
40903
40904         * modules/findprog: New file.
40905         * MODULES.html.sh (func_all_modules): Add it.
40906
40907 2003-04-10  Bruno Haible  <bruno@clisp.org>
40908
40909         * m4/findprog.m4: New file.
40910         * m4/eaccess.m4: New file.
40911
40912 2003-04-10  Bruno Haible  <bruno@clisp.org>
40913
40914         * lib/findprog.h: New file, from GNU gettext.
40915         * lib/findprog.c: New file, from GNU gettext.
40916
40917 2003-04-05  Jim Meyering  <jim@meyering.net>
40918
40919         Merge changes from Coreutils.
40920
40921         * lib/exclude.h (PARAMS): Remove definition and uses.
40922         * lib/exclude.c: Remove uses of `PARAMS'.
40923
40924         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
40925         Add test-cases for DOS filenames. Declare program_name.
40926         (main): Set up program_name.  Patch by Rich Dawe.
40927
40928         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
40929         error from mntctl.
40930         Use mntctl's return value to drive the entry-processing loop, since
40931         we can't rely on the value of the vmt_length member in the last
40932         entry.  On some systems doing so could result in exhausting
40933         virtual memory.  Based in part on a patch from Mike Jetzer.
40934
40935 2003-04-04  Bruno Haible  <bruno@clisp.org>
40936
40937         * modules/linebreak: New file.
40938         * MODULES.html.sh (func_all_modules): Add it.
40939
40940 2003-04-04  Bruno Haible  <bruno@clisp.org>
40941
40942         * m4/linebreak.m4: New file.
40943
40944 2003-04-04  Bruno Haible  <bruno@clisp.org>
40945
40946         * lib/linebreak.h: New file, from GNU gettext.
40947         * lib/linebreak.c: New file, from GNU gettext with slight
40948         modifications.
40949         * lib/lbrkprop.h: New file, from GNU gettext.
40950
40951 2003-04-03  Bruno Haible  <bruno@clisp.org>
40952
40953         * modules/utf8-ucs4: New file.
40954         * modules/utf16-ucs4: New file.
40955         * modules/ucs4-utf8: New file.
40956         * modules/ucs4-utf16: New file.
40957         * MODULES.html.sh (func_all_modules): Add them.
40958
40959 2003-04-03  Bruno Haible  <bruno@clisp.org>
40960
40961         * m4/utf-ucs4.m4: New file.
40962         * m4/ucs4-utf.m4: New file.
40963
40964 2003-04-03  Bruno Haible  <bruno@clisp.org>
40965
40966         * lib/utf8-ucs4.h: New file, from GNU gettext.
40967         * lib/utf16-ucs4.h: New file, from GNU gettext.
40968         * lib/ucs4-utf8.h: New file, from GNU gettext.
40969         * lib/ucs4-utf16.h: New file, from GNU gettext.
40970
40971 2003-04-02  Bruno Haible  <bruno@clisp.org>
40972
40973         * modules/binary-io: New file.
40974         * MODULES.html.sh (func_all_modules): Add it.
40975
40976 2003-04-02  Bruno Haible  <bruno@clisp.org>
40977
40978         * lib/binary-io.h: New file, from GNU gettext.
40979
40980 2003-04-01  Bruno Haible  <bruno@clisp.org>
40981
40982         * modules/pathname: New file.
40983         * MODULES.html.sh (func_all_modules): Add it.
40984
40985 2003-04-01  Bruno Haible  <bruno@clisp.org>
40986
40987         * lib/pathname.h: New file, from GNU gettext.
40988         * lib/concatpath.c: New file, from GNU gettext.
40989
40990 2003-03-30  Bruno Haible  <bruno@clisp.org>
40991
40992         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
40993
40994 2003-03-30  Bruno Haible  <bruno@clisp.org>
40995
40996         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
40997         function chown() doesn't exist.
40998
40999 2003-03-28  Bruno Haible  <bruno@clisp.org>
41000
41001         * modules/copy-file: New file.
41002         * MODULES.html.sh (func_all_modules): Add it.
41003
41004 2003-03-28  Bruno Haible  <bruno@clisp.org>
41005
41006         * m4/copy-file.m4: New file.
41007
41008 2003-03-28  Bruno Haible  <bruno@clisp.org>
41009
41010         * lib/copy-file.h: New file, from GNU gettext.
41011         * lib/copy-file.c: New file, from GNU gettext.
41012
41013 2003-03-18  Jim Meyering  <jim@meyering.net>
41014
41015         * lib/quote.c (quote_n): Fix typo in comment.
41016
41017 2003-03-18  Bruno Haible  <bruno@clisp.org>
41018
41019         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
41020         checking.
41021         * m4/onceonly_2_57.m4: Likewise.
41022
41023 2003-03-17  Bruno Haible  <bruno@clisp.org>
41024
41025         * m4/onceonly.m4: Require autoconf 2.54 or newer.
41026         (m4_quote): Remove macro.
41027         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
41028
41029 2003-03-14  Jim Meyering  <jim@meyering.net>
41030
41031         Merge changes from Coreutils.
41032         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
41033         to be const, in order to avoid warnings.
41034         (obstack_room): Likewise.
41035         (obstack_empty_p): Likewise.
41036
41037 2003-03-14  Bruno Haible  <bruno@clisp.org>
41038
41039         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
41040         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
41041
41042 2003-03-13  Paul Eggert  <eggert@twinsun.com>
41043
41044         Merge changes from Bison.
41045         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
41046         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
41047         when compiling Bison 1.875's `bitset bset = obstack_alloc
41048         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
41049         * lib/hash.c: Include <stdbool.h> unconditionally.
41050
41051 2003-03-13  Paul Eggert  <eggert@twinsun.com>
41052
41053         * m4/onceonly.m4 (m4_quote): New macro.
41054         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
41055         Quote AC_FOREACH variable-expansions properly.
41056
41057 2003-03-13  Paul Eggert  <eggert@twinsun.com>
41058
41059         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
41060
41061 2003-03-09  Paul Eggert  <eggert@twinsun.com>
41062
41063         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
41064         Reported by Bruce Becker; see:
41065         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
41066
41067 2003-03-03  Paul Eggert  <eggert@twinsun.com>
41068             Bruno Haible  <bruno@clisp.org>
41069
41070         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
41071         Reported by John Hughes, see
41072         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
41073
41074 2003-02-20  Bruno Haible  <bruno@clisp.org>
41075
41076         * MODULES.html.sh (func_all_modules): Add poll.
41077
41078 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
41079
41080         * modules/poll: New file.
41081
41082 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
41083
41084         * lib/poll_.h: New file.
41085         * lib/poll.c: New file.
41086
41087 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
41088
41089         * m4/poll.m4: New file.
41090
41091 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
41092
41093         * modules/mathl: New file.
41094
41095 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
41096
41097         * lib/mathl.h: New file.
41098         * lib/acosl.c: New file.
41099         * lib/asinl.c: New file.
41100         * lib/atanl.c: New file.
41101         * lib/ceill.c: New file.
41102         * lib/cosl.c: New file.
41103         * lib/expl.c: New file.
41104         * lib/floorl.c: New file.
41105         * lib/frexpl.c: New file.
41106         * lib/ldexpl.c: New file.
41107         * lib/logl.c: New file.
41108         * lib/sincosl.c: New file.
41109         * lib/sinl.c: New file.
41110         * lib/sqrtl.c: New file.
41111         * lib/tanl.c: New file.
41112         * lib/trigl.c: New file.
41113         * lib/trigl.h: New file.
41114
41115 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
41116
41117         * m4/mathl.m4: New file.
41118
41119 2003-02-18  Bruno Haible  <bruno@clisp.org>
41120
41121         * MODULES.html.sh (func_all_modules): Add mathl.
41122
41123 2003-02-17  Bruno Haible  <bruno@clisp.org>
41124
41125         * modules/mkdtemp: New module.
41126         * MODULES.html.sh (func_all_modules): Add it.
41127
41128 2003-02-17  Bruno Haible  <bruno@clisp.org>
41129
41130         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
41131
41132 2003-02-17  Bruno Haible  <bruno@clisp.org>
41133
41134         * lib/mkdtemp.h: New file, from GNU gettext.
41135         * lib/mkdtemp.c: New file, from GNU gettext.
41136
41137 2003-02-02  Jim Meyering  <jim@meyering.net>
41138
41139         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
41140         e.g. glibc-2.2.93.
41141
41142 2003-01-31  Bruno Haible  <bruno@clisp.org>
41143
41144         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
41145         'rpl_rename'.
41146         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
41147         'rpl_strnlen'.
41148         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
41149         'rpl_strtod'.
41150         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
41151         'rpl_utime'.
41152
41153 2003-01-31  Bruno Haible  <bruno@clisp.org>
41154
41155         * lib/rename.c: #undef rename before defining rpl_rename.
41156         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
41157
41158 2003-01-30  Bruno Haible  <bruno@clisp.org>
41159
41160         * modules/vasnprintf, modules/vasprintf: New modules.
41161         * MODULES.html.sh (func_all_modules): Add them.
41162
41163 2003-01-30  Bruno Haible  <bruno@clisp.org>
41164
41165         * m4/signed.m4: New file, from GNU gettext.
41166         * m4/longdouble.m4: New file, from GNU gettext.
41167         * m4/wchar_t.m4: New file, from GNU gettext.
41168         * m4/wint_t.m4: New file, from GNU gettext.
41169         * m4/vasnprintf.m4: New file.
41170         * m4/vasprintf.m4: New file.
41171
41172 2003-01-30  Bruno Haible  <bruno@clisp.org>
41173
41174         * lib/printf-args.h: New file, from GNU gettext.
41175         * lib/printf-args.c: New file, from GNU gettext.
41176         * lib/printf-parse.h: New file, from GNU gettext.
41177         * lib/printf-parse.c: New file, from GNU gettext.
41178         * lib/vasnprintf.h: New file, from GNU gettext.
41179         * lib/vasnprintf.c: New file, from GNU gettext.
41180         * lib/asnprintf.c: New file, from GNU gettext.
41181         * lib/vasprintf.h: New file, from GNU gettext with modifications.
41182         * lib/vasprintf.c: New file, from GNU gettext.
41183         * lib/asprintf.c: New file, from GNU gettext.
41184
41185 2003-01-29  Bruno Haible  <bruno@clisp.org>
41186
41187         * modules/stpncpy: New module.
41188         * MODULES.html.sh (func_all_modules): Add it.
41189
41190 2003-01-29  Bruno Haible  <bruno@clisp.org>
41191
41192         * m4/stpncpy.m4: New file.
41193
41194 2003-01-29  Bruno Haible  <bruno@clisp.org>
41195
41196         * lib/stpncpy.h: New file, from GNU gettext with modifications.
41197         * lib/stpncpy.c: New file, from GNU gettext with modifications.
41198
41199 2003-01-28  Bruno Haible  <bruno@clisp.org>
41200
41201         * modules/c-ctype: New module.
41202         * MODULES.html.sh (func_all_modules): Add it.
41203
41204 2003-01-28  Bruno Haible  <bruno@clisp.org>
41205
41206         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
41207         Paul Eggert.
41208         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
41209         Paul Eggert.
41210
41211 2003-01-27  Bruno Haible  <bruno@clisp.org>
41212
41213         * modules/xsetenv: New module.
41214         * MODULES.html.sh (func_all_modules): Add it.
41215
41216 2003-01-27  Bruno Haible  <bruno@clisp.org>
41217
41218         * lib/xsetenv.h: New file, from GNU gettext.
41219         * lib/xsetenv.c: New file, from GNU gettext.
41220
41221 2003-01-23  Jim Meyering  <jim@meyering.net>
41222
41223         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
41224         from working on systems without dirfd (at least Irix and OSF1/Tru64).
41225
41226 2003-01-23  Bruno Haible  <bruno@clisp.org>
41227
41228         * modules/minmax: New module.
41229         * MODULES.html.sh (func_all_modules): Add it.
41230
41231 2003-01-23  Bruno Haible  <bruno@clisp.org>
41232
41233         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
41234         Eggert.
41235
41236 2003-01-22  Bruno Haible  <bruno@clisp.org>
41237
41238         * modules/exit: New module.
41239         * MODULES.html.sh (func_all_modules): Add it.
41240
41241 2003-01-22  Bruno Haible  <bruno@clisp.org>
41242
41243         * lib/exit.h: New file, from GNU gettext.
41244
41245 2003-01-19  Bruno Haible  <bruno@clisp.org>
41246
41247         * gnulib-tool: Recognize option --extract-maintainer.
41248         (func_get_maintainer): New function.
41249         * modules/*: Add Maintainer entry.
41250
41251 2003-01-16  Jim Meyering  <jim@meyering.net>
41252
41253         * m4/regex.m4: The `regex' struct is both input and output.
41254         Initialize it before each use.  Patch by Tim Waugh.
41255
41256 2003-01-16  Bruno Haible  <bruno@clisp.org>
41257
41258         * MODULES.html.sh: Add a table of contents. Add the module name as
41259         leftmost column. Add hyperlinks.
41260
41261 2003-01-15  Bruno Haible  <bruno@clisp.org>
41262
41263         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
41264
41265 2003-01-15  Bruno Haible  <bruno@clisp.org>
41266
41267         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
41268         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
41269         suffix.
41270
41271 2003-01-15  Bruno Haible  <bruno@clisp.org>
41272
41273         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
41274
41275 2003-01-15  Bruno Haible  <bruno@clisp.org>
41276
41277         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
41278         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
41279
41280 2003-01-14  Jim Meyering  <jim@meyering.net>
41281
41282         * lib/same.c (same_name): Tweak a comment.
41283
41284 2003-01-14  Bruno Haible  <bruno@clisp.org>
41285
41286         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
41287         when a string comparison is sufficient.
41288
41289 2003-01-14  Bruno Haible  <bruno@clisp.org>
41290
41291         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
41292         'unsigned int'.
41293
41294 2003-01-14  Bruno Haible  <bruno@clisp.org>
41295
41296         * lib/hash-pjw.c: Add comment about low quality of this function.
41297
41298 2003-01-13  Bruno Haible  <bruno@clisp.org>
41299
41300         * modules/stpcpy: Distribute lib/stpcpy.h.
41301         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
41302
41303 2003-01-13  Bruno Haible  <bruno@clisp.org>
41304
41305         * modules/*: Add a description.
41306         * modules/strpbrk: Fix Makefile.am snippet.
41307         * modules/strtoimax: Fix dependencies.
41308         * modules/strtoumax: Likewise.
41309
41310 2003-01-13  Bruno Haible  <bruno@clisp.org>
41311
41312         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
41313         * modules/alloca (Makefile.am): All object files depend on alloca.h.
41314         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
41315
41316 2003-01-13  Bruno Haible  <bruno@clisp.org>
41317
41318         * gnulib-tool (func_create_testdir): Store config/* files in the main
41319         directory.
41320         * config.rpath: Move to ...
41321         * config/config.rpath: ... here.
41322         * modules/gettext: Contains config/config.rpath, not config.rpath.
41323         * modules/iconv: Likewise.
41324
41325 2003-01-12  Paul Eggert  <eggert@twinsun.com>
41326
41327         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
41328         to avoid collisions with libcurses and libreadline.
41329
41330         * m4/getstr.m4: Remove.
41331         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
41332
41333 2003-01-12  Paul Eggert  <eggert@twinsun.com>
41334
41335         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
41336         to avoid collisions with libcurses and libreadline.
41337
41338         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
41339         * lib/getstr.h, getstr.c: Remove.
41340         * lib/getline.c: Include "getline.h", to check interface.
41341         Move body of old getstr.c here: this defines MIN_CHUNK and
41342         declares getdelim2, which is renamed from getstr.
41343         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
41344
41345         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
41346         All uses changed.
41347         * lib/linebuffer.h: Likewise.
41348         (readline): Remove backward-compatibility macro.
41349
41350 2003-01-12  Paul Eggert  <eggert@twinsun.com>
41351
41352         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
41353         to avoid collisions with libcurses and libreadline.
41354         * getstr: Remove.
41355         * MODULES.html.sh: Remove getstr.
41356         * modules/getline: Depend on unlocked-io, not getstr.
41357
41358 2003-01-12  Jim Meyering  <jim@meyering.net>
41359
41360         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
41361
41362 2003-01-10  Bruno Haible  <bruno@clisp.org>
41363
41364         * modules/alloca: Change Makefile.am requirements. Simplify Include
41365         requirements. Add lib/alloca_.h to file list.
41366
41367 2003-01-10  Bruno Haible  <bruno@clisp.org>
41368
41369         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
41370
41371 2003-01-10  Bruno Haible  <bruno@clisp.org>
41372
41373         * lib/alloca_.h: New file.
41374         * lib/getdate.y: Unconditionally include alloca.h.
41375         * lib/makepath.c: Likewise.
41376         * lib/setenv.c: Likewise.
41377         * lib/userspec.c: Likewise.
41378
41379 2003-01-09  Karl Berry  <karl@gnu.org>
41380
41381         * MODULES.html.sh: include `dirname $0` in PATH, to find
41382         gnulib-tool.
41383
41384 2003-01-09  Bruno Haible  <bruno@clisp.org>
41385
41386         * modules/stdbool: Change configure.ac, Makefile.am requirements.
41387         Simplify Include requirements. Add lib/stdbool.h.in to file list.
41388
41389 2003-01-09  Bruno Haible  <bruno@clisp.org>
41390
41391         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
41392
41393 2003-01-09  Bruno Haible  <bruno@clisp.org>
41394
41395         * lib/stdbool.h.in: New file.
41396
41397 2003-01-09  Bruno Haible  <bruno@clisp.org>
41398
41399         * gnulib-tool (func_all_modules): Ignore files ending in ~.
41400         * MODULES.html.sh: Likewise.
41401
41402 2003-01-08  Jim Meyering  <jim@meyering.net>
41403
41404         * lib/full-write.c: Undefine and define-away `const' after inclusion
41405         of errno.h, not before.  Suggestion from Bruno Haible.
41406
41407 2003-01-08  Bruno Haible  <bruno@clisp.org>
41408
41409         * modules/full-read: Depend on full-write.
41410
41411 2003-01-08  Bruno Haible  <bruno@clisp.org>
41412
41413         * lib/safe-read.c: Include specification header first, to ensure its
41414         selfcontainedness.
41415         * lib/full-write.c: Likewise.
41416
41417 2003-01-07  Jim Meyering  <jim@meyering.net>
41418
41419         * lib/full-write.c: Rework so that it may serve to define full_read,
41420         too.
41421         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
41422
41423 2003-01-07  Bruno Haible  <bruno@clisp.org>
41424
41425         * lib/strtoimax.c: Include <stdint.h> as an alternative to
41426         <inttypes.h>.
41427         * lib/xstrtol.h: Likewise.
41428         * lib/xstrtoimax.c: Likewise.
41429         * lib/xstrtoumax.c: Likewise.
41430         * lib/human.h: Likewise.
41431
41432         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
41433         on systems that have <inttypes.h> but not <stdint.h>.
41434
41435 2003-01-07  Bruno Haible  <bruno@clisp.org>
41436
41437         * MODULES.html.sh: Add copyright notice.
41438         (missed_files): Omit CVS directory entries.
41439         (func_module): Make it work with sed-3.02.
41440         * MODULES.txt: Remove file.
41441
41442 2003-01-06  Jim Meyering  <jim@meyering.net>
41443
41444         * lib/version-etc.c: Update year in translatable copyright string.
41445
41446 2003-01-03  Karl Berry  <karl@gnu.org>
41447
41448         * config/config.{guess,sub}: update from prep.
41449
41450 2003-01-02  Karl Berry  <karl@gnu.org>
41451
41452         * doc/COPYING.DOC: belatedly updated to 1.2.
41453
41454 2003-01-01  Karl Berry  <karl@gnu.org>
41455
41456         * gnulib-tool (func_verify_module): report module name $module in
41457         error message, not $1.
41458         * gnulib-tool (create-testdir): don't complain if destdir couldn't
41459         be created, only if it doesn't exist.
41460         * gnulib-tool (last_checkin_date): don't expand the $Date here.
41461
41462 2002-12-31  Paul Eggert  <eggert@twinsun.com>
41463
41464         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
41465
41466 2002-12-31  Paul Eggert  <eggert@twinsun.com>
41467
41468         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
41469         memcmp if strcoll doesn't work.
41470
41471 2002-12-31  Bruno Haible  <bruno@clisp.org>
41472
41473         * lib/utime.c (utime_null): No need to call ftruncate if the file was
41474         nonempty.
41475
41476 2002-12-31  Bruno Haible  <bruno@clisp.org>
41477
41478         * lib/memcoll.c (STRCOLL): New macro.
41479         (memcoll): Use it.
41480
41481 2002-12-31  Bruno Haible  <bruno@clisp.org>
41482
41483         * lib/localcharset.h: New file.
41484         * lib/localcharset.c: Include it.
41485         * lib/unicodeio.c: Likewise.
41486
41487 2002-12-31  Bruno Haible  <bruno@clisp.org>
41488
41489         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
41490         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
41491
41492 2002-12-31  Bruno Haible  <bruno@clisp.org>
41493
41494         * lib/getline.h: Include <stddef.h>, for size_t.
41495
41496         * lib/unicodeio.h: Include <stddef.h>, for size_t.
41497         * lib/unicodeio.c: Don't include <stddef.h>.
41498
41499 2002-12-31  Bruno Haible  <bruno@clisp.org>
41500
41501         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
41502         HAVE_TM_ZONE.
41503
41504 2002-12-24  Karl Berry  <karl@gnu.org>
41505
41506         * config/config.guess: update from prep.
41507
41508 2002-12-24  Bruno Haible  <bruno@clisp.org>
41509
41510         General infrasructure.
41511         * m4/README: Rewritten.
41512         * m4/onceonly.m4: New file.
41513         * m4/onceonly_2_57.m4: New file.
41514
41515         Module atexit.
41516         * m4/atexit.m4: New file.
41517
41518         Module strtod.
41519         * m4/strtod.m4: New file.
41520
41521         Module strtol.
41522         * m4/strtol.m4: New file.
41523
41524         Module strtoul.
41525         * m4/strtoul.m4: New file.
41526
41527         Module memchr.
41528         * m4/memchr.m4: New file.
41529
41530         Module memcmp.
41531         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
41532         (jm_FUNC_MEMCMP): Invoke it.
41533
41534         Module memcpy.
41535         * m4/memcpy.m4: New file.
41536
41537         Module memmove.
41538         * m4/memmove.m4: New file.
41539
41540         Module memset.
41541         * m4/memset.m4: New file.
41542
41543         Module strcspn.
41544         * m4/strcspn.m4: New file.
41545
41546         Module strpbrk.
41547         * m4/strpbrk.m4: New file.
41548
41549         Module strstr.
41550         * m4/strstr.m4: New file.
41551
41552         Module strerror.
41553         * m4/strerror.m4: New file.
41554
41555         Module mktime.
41556         * m4/mktime.m4: Renamed from jm-mktime.m4.
41557         (gl_PREREQ_MKTIME): New macro.
41558         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
41559
41560         Module malloc.
41561         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
41562         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
41563         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
41564
41565         Module realloc.
41566         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
41567         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
41568         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
41569
41570         Module strftime.
41571         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
41572         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
41573         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
41574         gl_TM_GMTOFF.
41575         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
41576
41577         Module xalloc.
41578         * m4/xalloc.m4: New file.
41579
41580         Module alloca.
41581         * m4/alloca.m4: New file.
41582
41583         Module putenv.
41584         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
41585         (jm_FUNC_PUTENV): Invoke it.
41586
41587         Module setenv.
41588         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
41589         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
41590         when invoked twice.
41591         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
41592         gt_FUNC_SETENV.
41593
41594         Module memrchr.
41595         * m4/memrchr.m4: New file.
41596
41597         Module stpcpy.
41598         * m4/stpcpy.m4: New file.
41599
41600         Module strcase.
41601         * m4/strcase.m4: New file.
41602
41603         Module strdup.
41604         * m4/strdup.m4: New file.
41605
41606         Module strnlen.
41607         * m4/strnlen.m4: New file.
41608
41609         Module strndup.
41610         * m4/strndup.m4: New file.
41611
41612         Module xstrtod.
41613         * m4/xstrtod.m4: New file.
41614
41615         Module xstrtol.
41616         * m4/xstrtol.m4: New file.
41617
41618         Module getdate.
41619         * m4/getdate.m4: New file.
41620
41621         Module unlocked-io.
41622         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
41623         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
41624         * m4/jm-glibc-io.m4n: Remove file.
41625
41626         Module long-options.
41627         * m4/long-options.m4: New file.
41628
41629         Module md5.
41630         * m4/md5.m4: New file.
41631
41632         Module sha.
41633         * m4/sha.m4: New file.
41634
41635         Module getstr.
41636         * m4/getstr.m4: New file.
41637
41638         Module getline.
41639         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
41640         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
41641         <sys/types.h>, for size_t. Use the function name gnu_getline, not
41642         simply getline. Infoke gl_PREREQ_GETLINE.
41643
41644         Module obstack.
41645         * m4/obstack.m4: New file.
41646
41647         Module hash.
41648         * m4/hash.m4: New file.
41649
41650         Module readtokens.
41651         * m4/readtokens.m4: New file.
41652
41653         Module strverscmp.
41654         * m4/strverscmp.m4: New file.
41655
41656         Module stdbool.
41657         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
41658         OSF/1.
41659
41660         Module strtoll.
41661         * m4/strtoll.m4: New file.
41662
41663         Module strtoull.
41664         * m4/strtoull.m4: New file.
41665
41666         Module strtoimax.
41667         * m4/strtoimax.m4: New file.
41668
41669         Module strtoumax.
41670         * m4/strtoumax.m4: New file.
41671
41672         Module xstrtoimax.
41673         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
41674         jm_AC_PREREQ_XSTRTOIMAX.
41675         Moved the strtol prerequisites to strtol.m4.
41676         Moved the strtoll prerequisites to strtoll.m4.
41677         Moved the strtoimax prerequisites to strtoimax.m4.
41678
41679         Module xstrtoumax.
41680         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
41681         jm_AC_PREREQ_XSTRTOUMAX.
41682         Moved the strtoul prerequisites to strtoul.m4.
41683         Moved the strtoull prerequisites to strtoull.m4.
41684         Moved the strtoumax prerequisites to strtoumax.m4.
41685
41686         Module chown.
41687         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
41688         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
41689
41690         Module dup2.
41691         * m4/dup2.m4: New file.
41692
41693         Module ftruncate.
41694         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
41695         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
41696
41697         Module getgroups.
41698         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
41699         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
41700
41701         Module gettimeofday.
41702         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
41703         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
41704         gl_PREREQ_GETTIMEOFDAY.
41705
41706         Module mkdir.
41707         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
41708         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
41709
41710         Module mkstemp.
41711         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
41712         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
41713         jm_AC_TYPE_UINTMAX_T.
41714         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
41715
41716         Module stat.
41717         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
41718         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
41719
41720         Module lstat.
41721         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
41722         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
41723
41724         Module timespec.
41725         * m4/timespec.m4 (gl_TIMESPEC): New macro.
41726         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
41727         * m4/st_mtim.m4: Indentation.
41728
41729         Module nanosleep.
41730         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
41731         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
41732         gl_PREREQ_NANOSLEEP.
41733
41734         Module regex.
41735         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
41736         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
41737         (gl_REGEX): New macro.
41738
41739         Module rename.
41740         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
41741         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
41742
41743         Module rmdir.
41744         * m4/rmdir.m4: New file.
41745
41746         Module utime.
41747         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
41748         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
41749         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
41750
41751         Module dirname.
41752         * m4/dirname.m4: New file.
41753
41754         Module getopt.
41755         * m4/getopt.m4: New file.
41756
41757         Module unistd-safer.
41758         * m4/unistd-safer.m4: New file.
41759
41760         Module fnmatch.
41761         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
41762         declaration.
41763         (gl_PREREQ_FNMATCH_EXTRA): New macro.
41764         (gl_FUNC_FNMATCH_POSIX): New macro.
41765         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
41766         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
41767         simply fnmatch.
41768
41769         Module exclude.
41770         * m4/exclude.m4: New file.
41771
41772         Module human.
41773         * m4/human.m4: New file.
41774
41775         Module acl.
41776         * m4/acl.m4: Nop.
41777
41778         Module backupfile.
41779         * m4/backupfile.m4: New file.
41780         * m4/d-ino.m4: Indentation.
41781
41782         Module fsusage.
41783         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
41784         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
41785         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
41786
41787         Module dirfd.
41788         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
41789         requirements.
41790
41791         Module euidaccess.
41792         * m4/euidaccess.m4: New file.
41793
41794         Module file-type.
41795         * m4/file-type.m4: New file.
41796
41797         Module fileblocks.
41798         * m4/fileblocks.m4: New file.
41799
41800         Module filemode.
41801         * m4/filemode.m4: New file.
41802
41803         Module isdir.
41804         * m4/isdir.m4: New file.
41805
41806         Module lchown.
41807         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
41808         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
41809
41810         Module makepath.
41811         * m4/makepath.m4: New file.
41812
41813         Module modechange.
41814         * m4/modechange.m4: New file.
41815
41816         Module mountlist.
41817         * m4/mountlist.m4: New file.
41818         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
41819         Indentation.
41820
41821         Module path-concat.
41822         * m4/path-concat.m4: New file.
41823
41824         Module pathmax.
41825         * m4/pathmax.m4: New file.
41826
41827         Module same.
41828         * m4/same.m4: New file.
41829
41830         Module save-cwd.
41831         * m4/save-cwd.m4: New file.
41832
41833         Module savedir.
41834         * m4/savedir.m4: New file.
41835
41836         Module xgetcwd.
41837         * m4/xgetcwd.m4: New file.
41838         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
41839
41840         Module xreadlink.
41841         * m4/xreadlink.m4: New file.
41842
41843         Module safe-read.
41844         * m4/safe-read.m4: New file.
41845
41846         Module safe-write.
41847         * m4/safe-write.m4: New file.
41848
41849         Module closeout.
41850         * m4/closeout.m4: New file.
41851
41852         Module stdio-safer.
41853         * m4/stdio-safer.m4: New file.
41854
41855         Module getpass.
41856         * m4/getpass.m4: New file.
41857
41858         Module getugroups.
41859         * m4/getugroups.m4: New file.
41860
41861         Module group-member.
41862         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
41863         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
41864
41865         Module idcache.
41866         * m4/idcache.m4: New file.
41867
41868         Module userspec.
41869         * m4/userspec.m4: New file.
41870
41871         Module gettime.
41872         * m4/clock_time.m4: New file.
41873         * m4/gettime.m4: New file.
41874
41875         Module settime.
41876         * m4/settime.m4: New file.
41877
41878         Module posixtm.
41879         * m4/posixtm.m4: New file.
41880
41881         Module gethostname.
41882         * m4/gethostname.m4: New file.
41883
41884         Module canon-host.
41885         * m4/canon-host.m4: New file.
41886
41887         Module gettext.
41888         * m4/codeset.m4: New file, from gettext-0.11.5.
41889         * m4/gettext.m4: New file, from gettext-0.11.5.
41890         * m4/glibc21.m4: New file, from gettext-0.11.5.
41891         * m4/iconv.m4: New file, from gettext-0.11.5.
41892         * m4/intdiv0.m4: New file, from gettext-0.11.5.
41893         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
41894         * m4/inttypes.m4: New file, from gettext-0.11.5.
41895         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
41896         * m4/isc-posix.m4: New file, from gettext-0.11.5.
41897         * m4/lcmessage.m4: New file, from gettext-0.11.5.
41898         * m4/lib-ld.m4: New file, from gettext-0.11.5.
41899         * m4/lib-link.m4: New file, from gettext-0.11.5.
41900         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
41901         * m4/progtest.m4: New file, from gettext-0.11.5.
41902         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
41903         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
41904         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
41905
41906         Module localcharset.
41907         * m4/localcharset.m4: New file.
41908
41909         Module hard-locale.
41910         * m4/hard-locale.m4: New file.
41911
41912         Module mbswidth.
41913         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
41914         onceonly macros.
41915         * m4/mbrtowc.m4: Add comment.
41916
41917         Module memcasecmp.
41918         * m4/memcasecmp.m4: New file.
41919
41920         Module memcoll.
41921         * m4/memcoll.m4: New file.
41922
41923         Module unicodeio.
41924         * m4/unicodeio.m4: New file.
41925
41926         Module rpmatch.
41927         * m4/rpmatch.m4: New file.
41928
41929         Module yesno.
41930         * m4/yesno.m4: New file.
41931
41932         Module exitfail.
41933         * m4/exitfail.m4: New file.
41934
41935         Module c-stack.
41936         * m4/c-stack.m4 (gl_C_STACK): New macro.
41937         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
41938
41939         Module error.
41940         * m4/error.m4 (gl_ERROR): New macro.
41941         (jm_PREREQ_ERROR): Use onceonly macros.
41942
41943         Module fatal.
41944         * m4/fatal.m4: New file.
41945
41946         Module getloadavg.
41947         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
41948         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
41949
41950         Module getpagesize.
41951         * m4/getpagesize.m4: New file.
41952
41953         Module getusershell.
41954         * m4/getusershell.m4: New file.
41955
41956         Module physmem.
41957         * m4/physmem.m4: New file.
41958
41959         Module posixver.
41960         * m4/posixver.m4: New file.
41961
41962         Module quotearg.
41963         * m4/quotearg.m4: New file.
41964
41965         Module quote.
41966         * m4/quote.m4: New file.
41967
41968         Module readutmp.
41969         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
41970
41971         Module sig2str.
41972         * m4/sig2str.m4: New file.
41973
41974         Other.
41975         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
41976         ulonglong.m4.
41977         * m4/intmax_t.m4: New file.
41978         * m4/d-type.m4: Indentation.
41979         * m4/jm-macros.m4: Update.
41980         * m4/prereq.m4 (jm_PREREQ): Update.
41981         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
41982         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
41983         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
41984         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
41985         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
41986         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
41987         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
41988         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
41989         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
41990         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
41991         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
41992         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
41993         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
41994         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
41995         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
41996         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
41997         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
41998         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
41999         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
42000
42001 2002-12-24  Bruno Haible  <bruno@clisp.org>
42002
42003         * MODULES.txt: Update according to m4/ changes.
42004
42005         Module gettext.
42006         * config.rpath: New file, from gettext-0.11.5.
42007
42008         * modules/*: New module descriptions.
42009         * gnulib-tool: New file.
42010         * MODULES.html.sh: New file.
42011
42012 2002-12-21  Karl Berry  <karl@gnu.org>
42013
42014         * doc/fdl.texi: update to version 1.2.
42015
42016 2002-12-19  Karl Berry  <karl@gnu.org>
42017
42018         * config/config.guess: update from prep.
42019
42020 2002-12-18  Bruno Haible  <bruno@clisp.org>
42021
42022         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
42023         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
42024
42025 2002-12-17  Bruno Haible  <bruno@clisp.org>
42026
42027         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
42028         stdlib.h, string.h.
42029
42030 2002-12-17  Bruno Haible  <bruno@clisp.org>
42031
42032         * lib/canon-host.c (strdup): Remove unused declaration.
42033
42034         * lib/fsusage.c: Include full_read.h.
42035         (get_fs_usage): Use full_read instead of safe_read.
42036
42037         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
42038
42039 2002-12-12  Karl Berry  <karl@gnu.org>
42040
42041         * config/config.guess: update from prep.
42042
42043 2002-12-11  Bruno Haible  <bruno@clisp.org>
42044
42045         * m4/setenv.m4: New file, from gettext-0.11.5.
42046
42047 2002-12-11  Bruno Haible  <bruno@clisp.org>
42048
42049         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
42050         not unsetenv().
42051         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
42052         modifications:
42053
42054         2002-12-11  Bruno Haible  <bruno@clisp.org>
42055
42056                 * setenv.c (alloca): Fall back to malloc.
42057                 (freea): New macro.
42058                 (setenv): Use freea() to free memory allocated with alloca().
42059
42060         2002-11-13  Bruno Haible  <bruno@clisp.org>
42061
42062                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
42063                 function declarations.
42064                 * unsetenv.c (unsetenv): Likewise.
42065
42066         2002-03-04  Bruno Haible  <bruno@clisp.org>
42067
42068                 Portability to AIX 4.3.3.
42069                 * unsetenv.c: New file, extracted from setenv.c.
42070                 * setenv.c: Move the unsetenv() function to unsetenv.c.
42071
42072         2001-12-20  Bruno Haible  <bruno@clisp.org>
42073
42074                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
42075                 use malloc instead. For SunOS 4.
42076
42077         2001-12-11  Bruno Haible  <bruno@clisp.org>
42078
42079                 * setenv.c: Declare alloca.
42080                 (compar_fn_t): New typedef.
42081                 (KNOWN_VALUE, STORE_VALUE): Use it.
42082
42083         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
42084         setenv.h.
42085
42086 2002-12-10  Paul Eggert  <eggert@twinsun.com>
42087
42088         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
42089         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
42090         Choose values that are less likely to collide with system fnmatch
42091         options.
42092         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
42093         defined (e.g., a pure POSIX system).
42094         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
42095         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
42096
42097 2002-12-06  Paul Eggert  <eggert@twinsun.com>
42098
42099         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
42100         a pain in practice to deal with generated m4 files.  This change
42101         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
42102
42103         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
42104         and jm-glibc-io.m4, as they are no longer a special case.
42105         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
42106         kludge and the auto-generation stuff.  Check only whether the
42107         functions are declared, not whether they exist, since older hosts
42108         that don't declare the functions can't use the optimization anyway.
42109
42110 2002-12-06  Jim Meyering  <jim@meyering.net>
42111
42112         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
42113
42114         Merge in changes from libc's misc/error.c, in preparation
42115         for the merge of gnulib's changes back into libc.
42116
42117         * lib/error.c (_): Define only if not already defined.
42118         Move definition to follow all #include directives.
42119         Include unlocked-io.h only if !_LIBC.
42120         [_LIBC]: Include <libio/libioP.h>.
42121         [USE_IN_LIBIO]: Include <libio/iolibio.h>
42122         (fflush): Tweak definition to use INTUSE.
42123         (putc): Define.
42124
42125 2002-12-05  Paul Eggert  <eggert@twinsun.com>
42126
42127         * lib/alloca.c [defined emacs]: Include "lisp.h".
42128         (xalloc_die) [defined emacs]: New macro.
42129         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
42130         [! defined emacs]: Include <xalloc.h>.
42131         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
42132         (pointer): Typedef to POINTER_TYPE *.
42133         (malloc): Remove decl; we now always use xmalloc.
42134         (alloca): Use old-style definition, since Emacs needs this.
42135         Check for arithmetic overflow when computing combined size.
42136
42137 2002-12-04  Paul Eggert  <eggert@twinsun.com>
42138
42139         Do not generate unlocked-io.h automatically, since it's easier to
42140         maintain it by hand.
42141
42142         * lib/unlocked-io.h: New file, from GNU diffutils,
42143         but with proper copyright notice and attribution.
42144         * lib/gen-uio: Remove.
42145         * lib/Makefile.am: Add copyright notice.
42146         (libfetish_a_SOURCES): Add unlocked-io.h.
42147         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
42148         (DISTCLEANFILES, io_functions): Remove macros.
42149         (EXTRA_DIST): Remove gen_uio.
42150         (unlocked-io.h): Remove rule.
42151
42152 2002-12-04  Jim Meyering  <jim@meyering.net>
42153
42154         Reflect the fact that stat.c and lstat.c are no longer generated.
42155         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
42156         (DISTCLEANFILES): Likewise.
42157         (EXTRA_DIST): Likewise.
42158         (all_local): Don't depend on stat.c or lstat.c.
42159         (stat.c, lstat.c): Remove rules.
42160         (EXTRA_DIST): Remove xstat.in.
42161
42162         * lib/xstat.in: Remove file.  Contents moved into stat.c.
42163         * lib/stat.c: New file.  Contents mostly from xstat.in.
42164         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
42165         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
42166
42167         * lib/safe-read.c: Rework so that it may serve to define safe_write,
42168         too.
42169         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
42170
42171 2002-12-03  Jim Meyering  <jim@meyering.net>
42172
42173         * lib/safe-read.c, safe-write.c: Change variable names and comments,
42174         but not semantics, to minimize the differences between these two files.
42175         (safe_read): Change comment to mention SAFE_READ_ERROR.
42176
42177         * lib/safe-read.c (IS_EINTR): Define.
42178         (safe_read): Use IS_EINTR in place of in-function cpp directives.
42179
42180 2002-12-02  Jim Meyering  <jim@meyering.net>
42181
42182         * lib/safe-read.c (EINTR): Define.
42183         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
42184         (INT_MAX): Provide fallback.
42185         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
42186
42187         * lib/safe-read.h (SAFE_READ_ERROR): Define.
42188
42189 2002-12-02  Bruno Haible  <bruno@clisp.org>
42190
42191         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
42192         Define, taken from safe-read.c.
42193         (INT_MAX): Provide fallback.
42194         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
42195         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
42196
42197         * lib/safe-read.c (EINTR): Remove definition.
42198         (safe_read): Don't use EINTR if it is absent.
42199
42200 2002-12-01  Jim Meyering  <jim@meyering.net>
42201
42202         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
42203         zero.
42204         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
42205
42206 2002-11-27  Paul Eggert  <eggert@twinsun.com>
42207
42208         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
42209         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
42210         with `if (! (value < limit)) abort ();', for readability.
42211
42212 2002-11-26  Karl Berry  <karl@gnu.org>
42213
42214         * lib/strdup.c: copy from libc again, with jim's ok.
42215         * lib/.cppi-disable: re-add strdup.c
42216
42217 2002-11-25  Karl Berry  <karl@gnu.org>
42218
42219         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
42220         instead of "strtol.c".
42221
42222 2002-11-25  Karl Berry  <karl@gnu.org>
42223
42224         * config/install-sh: update from automake for variable quoting, $0 in
42225         error msgs, etc.
42226
42227         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
42228         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
42229         entry.
42230
42231 2002-11-25  Jim Meyering  <jim@meyering.net>
42232
42233         * lib/mktime.c: Sync from libc, now that it has the latest fix.
42234
42235 2002-11-24  Karl Berry  <karl@gnu.org>
42236
42237         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
42238         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
42239
42240 2002-11-24  Jim Meyering  <jim@meyering.net>
42241
42242         Update from coreutils:
42243
42244         * lib/mktime.c: Merge in changes from libc.
42245
42246         Avoid a link-time failure on some Linux systems.
42247         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
42248         (otherwise).
42249         (__mon_yday): Declare with the STATIC attribute.
42250         (__mktime_internal): Likewise.
42251         Based on a report from Greg Schafer.
42252
42253 2002-11-23  Jim Meyering  <jim@meyering.net>
42254
42255         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
42256         Use `unsigned', not `int', as type of index.
42257
42258         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
42259
42260         * lib/fsusage.c: Remove unneeded parentheses around operands of
42261         `defined'.
42262
42263 2002-11-22  Paul Eggert  <eggert@twinsun.com>
42264
42265         * lib/quotearg.h: Allow multiple inclusion by surrounding with
42266         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
42267         so that we can be included first.
42268         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
42269         * lib/quotearg.c: Include quotearg.h immediately after config.h.
42270         No need to include stddef.h or sys/types.h any more.
42271         Surround local include files with "", not "<>".
42272         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
42273         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
42274         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
42275         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
42276         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
42277         (ISPRINT): Remove; no longer needed now that we assume C89.
42278
42279         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
42280         Preserve errno.
42281
42282         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
42283         quotearg_char): Use SIZE_MAX rather than
42284         (size_t) -1 when we are talking about "infinity".
42285
42286         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
42287
42288 2002-11-22  Paul Eggert  <eggert@twinsun.com>
42289
42290         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
42291         hint that one should use `if (! x) abort ();' rather than `assert
42292         (x);', and anyway it's one less thing to worry about configuring.
42293         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
42294         hash_rehash, hash_insert): Use abort rather than assert.
42295
42296 2002-11-22  Bruno Haible  <bruno@clisp.org>
42297
42298         * lib/safe-read.h: Assume C89. Add comments.
42299         (safe_read): Change return type to size_t.
42300         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
42301         byte counts > SSIZE_MAX correctly.
42302         * lib/safe-write.h: New file.
42303         * lib/safe-write.c: New file.
42304         * lib/full-read.h: New file.
42305         * lib/full-read.c: New file.
42306         * lib/full-write.h: Assume C89. Add comments.
42307         * lib/full-write.c: Include safe-write.h.
42308         (full_write): Rewritten to use safe_write.
42309         Suggested by Jim Meyering and Paul Eggert.
42310
42311 2002-11-21  Jim Meyering  <jim@meyering.net>
42312
42313         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
42314
42315         Merge in changes from the coreutils.
42316
42317         2002-09-25  Paul Eggert  <eggert@twinsun.com>
42318         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
42319         <stdint.h>.
42320         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
42321         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
42322         int.  Work more efficiently if X is the same width as uintmax_t.
42323         Do not compare X to -1, to avoid bogus compiler warning.
42324         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
42325         Don't assume that f_frsize and f_bsize are the same type.
42326
42327         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
42328         warning on FreeBSD.
42329
42330         * lib/makepath.c (make_path): Restore umask *before* creating the final
42331         component.
42332         (make_path): Minor reformatting.
42333
42334         * lib/xmalloc.c: Adjust to work with new autoconf macros,
42335         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
42336         HAVE_MALLOC/HAVE_REALLOC.
42337
42338         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
42339         dummy ones.  At least on GNU/Linux systems, `auto' means something
42340         else.
42341         From Michael Stone.
42342
42343 2002-11-21  Bruno Haible  <bruno@clisp.org>
42344
42345         Remove case insensitive option matching.
42346         * lib/argmatch.h (argcasematch): Remove declaration.
42347         (ARGCASEMATCH): Remove macro.
42348         (__xargmatch_internal): Remove case_sensitive argument.
42349         (XARGMATCH): Update.
42350         (XARGCASEMATCH): Remove macro.
42351         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
42352         case_sensitive argument.
42353         (argcasematch): Remove function.
42354         (__xargmatch_internal): Remove case_sensitive argument.
42355         (main): Use XARGMATCH instead of XARGCASEMATCH.
42356
42357         * lib/xmalloc.c: Change compile-time error message. Add comment about
42358         required autoconf version.
42359
42360 2002-11-20  Paul Eggert  <eggert@twinsun.com>
42361
42362         Merge argmatch cleanups from Bison.  Assume C89.
42363
42364         * lib/argmatch.c: Include config.h here, not in argmatch.h.
42365         Include stdlib.h, for EXIT_FAILURE.
42366         Always include <string.h>, since we assume C89.
42367         (EXIT_FAILURE): Remove pre-C89 bug workaround.
42368         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
42369         Include <stddef.h> instead, since it's all we need for size_t.
42370         (PARAMS): Remove.  All uses removed.
42371         (ARRAY_CARDINALITY): Do not bother to #undef.
42372         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
42373         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
42374         Remove unnecessary parentheses.
42375         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
42376         Insert necessary parentheses.
42377         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
42378         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
42379
42380 2002-11-19  Bruno Haible  <bruno@clisp.org>
42381
42382         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
42383         * lib/mbswidth.h: Include <stddef.h>, for size_t.
42384
42385         * lib/mbswidth.h (PARAMS): Remove macro.
42386         (mbswidth, mbsnwidth): Use ANSI C function declarations.
42387         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
42388
42389         * lib/gcd.h (PARAMS): Remove macro.
42390         (gcd): Use ANSI C function declarations.
42391         * lib/gcd.c (gcd): Likewise.
42392
42393 2002-11-15  Bruno Haible  <bruno@clisp.org>
42394
42395         * lib/strcspn.c: Include <stddef.h>.
42396         (strcspn): Use ANSI C function declaration. Change return type to
42397         size_t. Use NULL.
42398         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
42399         (strpbrk): Use NULL.
42400         * lib/strpbrk.h (PARAMS): Remove macro.
42401         (strpbrk): Use ANSI C function declaration.
42402         * lib/strstr.c: Don't include <sys/types.h>.
42403         * lib/strstr.h (PARAMS): Remove macro.
42404         (strstr): Use ANSI C function declarations.
42405
42406 2002-11-14  Karl Berry  <karl@gnu.org>
42407
42408         * config/mkinstalldirs: `do' on separate line, instead of
42409         `for var; do'.
42410
42411 2002-11-06  Bruno Haible  <bruno@clisp.org>
42412
42413         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
42414         * lib/gcd.c (gcd): Likewise.
42415
42416 2002-11-05  Bruno Haible  <bruno@clisp.org>
42417
42418         * lib/gcd.h: New file, from gettext-0.11.5.
42419         * lib/gcd.c: New file, from gettext-0.11.5.
42420
42421 2002-11-05  Bruno Haible  <bruno@clisp.org>
42422
42423         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
42424         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
42425         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
42426         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
42427
42428         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
42429         <libintl.h>.
42430         * lib/makepath.c: Include gettext.h instead of <locale.h> and
42431         <libintl.h>.
42432
42433         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
42434         * lib/human.c: Include gettext.h instead of <libintl.h>.
42435         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
42436         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
42437         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
42438         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
42439         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
42440         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
42441         (textdomain): Remove definition.
42442         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
42443
42444         * lib/long-options.c: Remove include of <libintl.h> and definition of
42445         _.
42446         * lib/same.c: Remove include of <libintl.h> and definition of _.
42447
42448 2002-11-04  Owen Taylor  <otaylor@redhat.com>
42449
42450         * lib/config.charset: A few additions for Solaris.
42451
42452 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
42453
42454         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
42455         * lib/localcharset.c (locale_charset): Declare as extern "C".
42456
42457 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
42458
42459         * lib/config.charset: msdos in uk_UA uses CP1125.
42460
42461 2002-11-04  Bruno Haible  <bruno@clisp.org>
42462
42463         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
42464         * lib/strcase.h: New file, from GNU gettext-0.11.5.
42465         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
42466         * lib/strstr.h: New file, from GNU gettext-0.11.5.
42467         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
42468
42469 2002-11-04  Bruno Haible  <bruno@clisp.org>
42470
42471         * lib/localcharset.c (locale_charset): Don't return an empty string.
42472
42473 2002-11-04  Bruno Haible  <bruno@clisp.org>
42474
42475         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
42476         aliases.
42477
42478 2002-11-04  Bruno Haible  <bruno@clisp.org>
42479
42480         * lib/config.charset: Update for newest glibc. Add canonical names
42481         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
42482
42483 2002-11-04  Bruno Haible  <bruno@clisp.org>
42484
42485         * lib/config.charset: Add support for NetBSD.
42486
42487 2002-11-04  Bruno Haible  <bruno@clisp.org>
42488
42489         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
42490
42491 2002-11-01  Bruno Haible  <bruno@clisp.org>
42492
42493         * configure.in: Add AC_CONFIG_AUX_DIR call.
42494         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
42495         test/Makefile.
42496         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
42497
42498 2002-09-28  Karl Berry  <karl@gnu.org>
42499
42500         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
42501         installed automake until the next release, since changes have been
42502         made.
42503
42504 2002-09-25  Karl Berry  <karl@gnu.org>
42505
42506         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
42507         * lib/getopt*: copy from libc/posix.
42508         * lib/gettext.h: copy from gettext.
42509         * lib/.cppi-disable: add strdup.c, gettext.h.
42510
42511 2002-09-25  Karl Berry  <karl@gnu.org>
42512
42513         * config/srclist.txt: enable gettext.h check.
42514         * config/config.{guess,sub}: update from prep.
42515         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
42516                 from automake 1.6.3.
42517         See srclist*.
42518
42519 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
42520
42521         * regex.c (PATFETCH): Remove the translating fetch.
42522         (PATFETCH_RAW): Rename to PATFETCH.
42523         (set_image_of_range): New fun.
42524         (SET_RANGE_TABLE_WORK_AREA): Use it.
42525         (regex_compile): Don't translate the pattern chars so eagerly.
42526         Only do it when inserting an `exactn' bytecode or when handling
42527         a char-range.
42528         (mutually_exclusive_p): Avoid empty statement.
42529
42530 2002-07-06  Jim Meyering  <meyering@lucent.com>
42531
42532         * m4/README: Don't mention Makefile.am.in.
42533         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
42534
42535 2002-07-01  Jim Meyering  <meyering@lucent.com>
42536
42537         * lib/c-stack.c: Include sys/time.h.
42538         From Volker Borchert.
42539
42540 2002-06-26  Paul Eggert  <eggert@twinsun.com>
42541
42542         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
42543
42544 2002-06-26  Paul Eggert  <eggert@twinsun.com>
42545
42546         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
42547         New macro.  Use it uniformly instead of
42548         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
42549         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
42550         reported by Vin Shelton.
42551
42552 2002-06-22  Paul Eggert  <eggert@twinsun.com>
42553
42554         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
42555         Do not assume SA_SIGINFO behavior.
42556         Bug reported by Jim Meyering on NetBSD 1.5.2.
42557
42558 2002-06-22  Jim Meyering  <meyering@lucent.com>
42559
42560         * m4/c-stack.m4: New file, from diffutils-2.8.2.
42561         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
42562
42563         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
42564         now that configure.ac uses AC_GNU_SOURCE.
42565         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
42566         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
42567
42568         Update to latest tools.  Suggestions from Paul Eggert.
42569         * m4/stdbool.m4: New file, from diffutils-2.8.2.
42570         * m4/gnu-source.m4: Update from diffutils-2.8.2.
42571         * m4/fnmatch.m4: Likewise.
42572         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
42573         to AC_HEADER_STDBOOL
42574
42575 2002-06-22  Jim Meyering  <meyering@lucent.com>
42576
42577         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
42578         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
42579
42580 2002-06-22  Jim Meyering  <meyering@lucent.com>
42581
42582         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
42583
42584         * lib/exitfail.c, exitfail.h: Likewise.
42585         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
42586
42587         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
42588         of fnmatch.h.
42589         (EXTRA_DIST): Add fnmatch_loop.c.
42590         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
42591
42592         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
42593         * lib/fnmatch.c: Update from diffutils-2.8.2.
42594         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
42595         * lib/fnmatch.h: Remove file.
42596
42597 2002-06-21  Jim Meyering  <meyering@lucent.com>
42598
42599         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
42600         * m4/mbrtowc.m4: Likewise.
42601
42602         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
42603         * m4/mbswidth.m4: Reflect name change:
42604         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
42605         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
42606
42607         * m4/lib-link.m4: Update from gettext-0.11.2.
42608         * m4/gettext.m4: Likewise.
42609
42610         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
42611         From Alfred M. Szmidt.
42612
42613 2002-06-18  Paul Eggert  <eggert@twinsun.com>
42614
42615         * lib/file-type.h: Report an error if neither S_ISREG nor
42616         S_IFREG is defined, instead of using a test specific to glibc
42617         2.2.  This should be safe, since POSIX requires S_ISREG and
42618         Unix Version 7 had S_IFREG.  We don't need to check for
42619         <sys/types.h> since we don't use any symbols that it defines.
42620
42621 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
42622
42623         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
42624         $@-t, so that each temporary file name is unique and valid in the first
42625         8 characters, for operation under DOS.
42626
42627 2002-06-15  Paul Eggert  <eggert@twinsun.com>
42628
42629         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
42630
42631 2002-06-15  Jim Meyering  <meyering@lucent.com>
42632
42633         Work even with DJGPP 2.03, which lacks support for symlinks.
42634         From Richard Dawe.
42635         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
42636         is defined.
42637         * lib/lchown.c (S_ISLNK): Likewise.
42638
42639 2002-06-15  Jim Meyering  <meyering@lucent.com>
42640
42641         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
42642         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
42643         have been included before this file.
42644
42645 2002-06-14  Jim Meyering  <meyering@lucent.com>
42646
42647         * lib/file-type.h: Use the version from diffutils-2.8.2.
42648         * lib/file-type.c: Likewise.
42649
42650 2002-06-07  Jim Meyering  <meyering@lucent.com>
42651
42652         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
42653         They're needed at least for NetBSD 1.5.2.
42654         ($statxfs_includes): Include those same headers.
42655         ($statxfs_includes): Include sys/vfs.h if available.
42656         ($statxfs_includes): Likewise for sys/statvfs.h.
42657         Check for the following members in both structs statfs and statvfs:
42658         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
42659
42660 2002-06-01  Jim Meyering  <meyering@lucent.com>
42661
42662         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
42663         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
42664
42665 2002-05-28  Jim Meyering  <meyering@lucent.com>
42666
42667         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
42668         Reported by Volker Borchert.
42669
42670 2002-05-27  Jim Meyering  <meyering@lucent.com>
42671
42672         Fix a problem seen only on nonconforming systems whereby ls.c's
42673         use of localtime, and then of gettimeofday would cause trouble:
42674         the localtime call used to initialize rpl_gettimeofday's save
42675         mechanism would clobber ls's current local time information so
42676         that in any long listing the first file would always be listed
42677         with date 1970-01-01.  Analysis by Volker Borchert.
42678
42679         * lib/gettimeofday.c (localtime): Undefine.
42680         (rpl_localtime): New function.
42681
42682 2002-05-27  Jim Meyering  <meyering@lucent.com>
42683
42684         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
42685         localtime.
42686
42687         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
42688         use the replacement function; it wouldn't resolve at link time.
42689         Reported by Volker Borchert.
42690
42691 2002-05-22  Jim Meyering  <meyering@lucent.com>
42692
42693         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
42694         file-type.h.
42695         * lib/file-type.h: New file.
42696         * lib/file-type.c (file_type): New file/function.  Extracted from
42697         diffutils.
42698
42699 2002-04-30  Jim Meyering  <meyering@lucent.com>
42700
42701         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
42702
42703 2002-04-29  Paul Eggert  <eggert@twinsun.com>
42704
42705         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
42706
42707 2002-04-29  Paul Eggert  <eggert@twinsun.com>
42708
42709         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
42710         Do not check for alloca.h (no longer used) or stdbool.h (was never
42711         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
42712
42713 2002-04-29  Paul Eggert  <eggert@twinsun.com>
42714
42715         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
42716
42717 2002-04-29  Jim Meyering  <meyering@lucent.com>
42718
42719         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
42720         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
42721         Use AC_FUNC_STRNLEN here instead.
42722
42723         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
42724         With autoconf-2.53a, it's part of AC_PROG_CC.
42725
42726 2002-04-28  Paul Eggert  <eggert@twinsun.com>
42727
42728         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
42729         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
42730
42731 2002-04-28  Paul Eggert  <eggert@twinsun.com>
42732
42733         * lib/sig2str.h, lib/sig2str.c: New files.
42734         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
42735
42736 2002-04-28  Paul Eggert  <eggert@twinsun.com>
42737
42738         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
42739         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
42740         of 127, since 64 is the largest conceivable number for ancient
42741         nonstandard hosts.
42742         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
42743
42744 2002-04-28  Jim Meyering  <meyering@lucent.com>
42745
42746         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
42747
42748 2002-04-24  Jim Meyering  <meyering@lucent.com>
42749
42750         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
42751         (jm_PREREQ): Use it.
42752
42753         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
42754         mach/mach.h fcntl.h.
42755         Check for this function: setlocale.
42756
42757 2002-04-24  Jim Meyering  <meyering@lucent.com>
42758
42759         * lib/gettext.h: New file, from Gettext.
42760         * lib/Makefile.am (INCLUDES): Remove -I../intl.
42761         (libfetish_a_SOURCES): Add gettext.h.
42762
42763 2002-04-16  Jim Meyering  <meyering@lucent.com>
42764
42765         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
42766         ut_pid, ut_id, ut_exit.
42767
42768 2002-04-16  Jim Meyering  <meyering@lucent.com>
42769
42770         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
42771         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
42772         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
42773
42774 2002-04-12  Jim Meyering  <meyering@lucent.com>
42775
42776         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
42777         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
42778         existence of the getmntinfo function.  Needed for Darwin 5.3.
42779
42780         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
42781         This is necessary at least on Darwin 5.3.
42782
42783         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
42784         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
42785         strnlen.o in the library, and that makes some versions of ranlib
42786         object.
42787
42788 2002-04-12  Jim Meyering  <meyering@lucent.com>
42789
42790         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
42791
42792 2002-04-09  Jim Meyering  <meyering@lucent.com>
42793
42794         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
42795         to be more precise.  Rather than saying we're checking whether the
42796         function `works', say what we're testing.
42797         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
42798         Reported by Bruno Haible.
42799
42800 2002-03-10  Jim Meyering  <meyering@lucent.com>
42801
42802         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
42803         Suggestion from Santiago Vila.
42804
42805 2002-03-08  Jim Meyering  <meyering@lucent.com>
42806
42807         * lib/rename.c: Mention that this wrapper is needed also on
42808         mips-dec-ultrix4.4 systems.
42809
42810 2002-03-02  Jim Meyering  <meyering@lucent.com>
42811
42812         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
42813         not HAVE_CLOCK_SETTIME.
42814
42815 2002-02-27  Paul Eggert  <eggert@twinsun.com>
42816
42817         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
42818         Check for clock_settime.
42819
42820 2002-02-27  Paul Eggert  <eggert@twinsun.com>
42821
42822         * lib/nanosleep.h: Rename to....
42823         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
42824
42825         * lib/gettime.c: New file.
42826         * lib/settime.c: New file.
42827         * lib/stime.c: Remove.
42828
42829         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
42830         timespec.h.  Remove nanosleep.h.
42831
42832 2002-02-25  Paul Eggert  <eggert@twinsun.com>
42833
42834         * m4/acl.m4: New file.
42835         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
42836         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
42837
42838 2002-02-25  Paul Eggert  <eggert@twinsun.com>
42839
42840         * lib/acl.c, lib/acl.h: New files.
42841         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
42842
42843 2002-02-24  Jim Meyering  <meyering@lucent.com>
42844
42845         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
42846         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
42847         cause trouble.  Reported by Nelson Beebe.
42848
42849 2002-02-23  Paul Eggert  <eggert@twinsun.com>
42850
42851         * lib/path-concat.c (xpath_concat): Reorder code to pacify
42852         compilers that don't know that xalloc_die never returns.
42853
42854 2002-02-20  Jim Meyering  <meyering@lucent.com>
42855
42856         * lib/getdate.c: Regenerate using bison-1.33.
42857
42858 2002-02-17  Jim Meyering  <meyering@lucent.com>
42859
42860         * config/config.guess (main): Don't use `head -1'; it's no longer
42861         portable. Use `sed 1q' instead.
42862
42863 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
42864
42865         * m4/codeset.m4: Upgrade to gettext-0.11.
42866         * m4/gettext.m4: Upgrade to gettext-0.11.
42867         * m4/glibc21.m4: Upgrade to gettext-0.11.
42868         * m4/iconv.m4: Upgrade to gettext-0.11.
42869         * m4/isc-posix.m4: Upgrade to gettext-0.11.
42870         * m4/lcmessage.m4: Upgrade to gettext-0.11.
42871         * m4/lib-ld.m4: New file, from gettext-0.11.
42872         * m4/lib-link.m4: New file, from gettext-0.11.
42873         * m4/lib-prefix.m4: New file, from gettext-0.11.
42874         * m4/progtest.m4: Upgrade to gettext-0.11.
42875
42876 2002-02-15  Paul Eggert  <eggert@twinsun.com>
42877
42878         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
42879         (jm_PREREQ): Use it.
42880
42881 2002-02-15  Paul Eggert  <eggert@twinsun.com>
42882
42883         * lib/posixver.c, lib/posixver.h: New files.
42884         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
42885
42886 2002-02-02  Paul Eggert  <eggert@twinsun.com>
42887             Bruno Haible  <bruno@clisp.org>
42888
42889         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
42890         (fwrite_success_callback): New declaration.
42891         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
42892         print_unicode_char. Call failure callback instead of error.
42893         (fwrite_success_callback): New function.
42894         (exit_failure_callback): New function.
42895         (fallback_failure_callback): New function.
42896         (print_unicode_char): Call unicode_to_mb.
42897
42898 2002-01-26  Jim Meyering  <meyering@lucent.com>
42899
42900         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
42901         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
42902
42903 2002-01-26  Jim Meyering  <meyering@lucent.com>
42904
42905         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
42906
42907 2002-01-22  Paul Eggert  <eggert@twinsun.com>
42908
42909         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
42910
42911 2002-01-22  Jim Meyering  <meyering@lucent.com>
42912
42913         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
42914         Otherwise, some versions of automake would omit the rule that makes
42915         Makefile from Makefile.in.
42916
42917 2002-01-21  Paul Eggert  <eggert@twinsun.com>
42918
42919         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
42920         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
42921         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
42922         (memcoll): Set errno to zero if there is no error.
42923
42924         * lib/quotearg.c (quotearg_buffer_restyled):
42925         Fix bug with quoting buffers containing NUL when backslashing escapes.
42926         This bug was exposed by the other changes in this patch.
42927         (quotearg_n_options): New arg ARGSIZE.
42928         All callers changed.
42929         (quoting_options_from_style): New function.
42930         (quotearg_n_style): Use it.
42931         (quotearg_n_style_mem): New function.
42932
42933         * lib/quotearg.h (quotearg_n_style_mem): New function.
42934
42935 2002-01-19  Jim Meyering  <meyering@lucent.com>
42936
42937         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
42938         Remove useless quotes: DF_PROG="df".
42939         * m4/strnlen.m4: New file.
42940
42941 2002-01-16  Paul Eggert  <eggert@twinsun.com>
42942
42943         * lib/backupfile.c (ISDIGIT): Comment fix.
42944         * lib/getdate.y (ISDIGIT): Likewise.
42945         * lib/posixtm.c (ISDIGIT, year): Likewise.
42946         * lib/strverscmp.c (ISDIGIT): Likewise.
42947         * lib/userspec.c (ISDIGIT): Likewise.
42948
42949 2002-01-16  Jim Meyering  <meyering@lucent.com>
42950
42951         * lib/getdate.y: Add three semicolons, each just before a closing
42952         brace. Bison (as of version 1.31) no longer papers over that mistake.
42953
42954 2002-01-05  Jim Meyering  <meyering@lucent.com>
42955
42956         * lib/version-etc.c (version_etc_copyright): Update copyright year.
42957
42958 2001-12-19  Paul Eggert  <eggert@twinsun.com>
42959
42960         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
42961         not silently exit merely because the output buffer happens to
42962         have nothing pending.
42963
42964 2001-12-18  Paul Eggert  <eggert@twinsun.com>
42965
42966         See the big note in ../ChangeLog.
42967         * lib/human.c (suffixes): Prefer K to k for 1024.
42968         (generate_suffix_backwards): New function.
42969         (human_readable_inexact): Use it.
42970         * lib/xstrtol.c (__xstrtol): If there is no number but there
42971         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
42972         Accept 'K' as well as 'k'.
42973
42974 2001-12-15  Jim Meyering  <meyering@lucent.com>
42975
42976         * lib/regex.h (__restrict_arr): Update from libc.
42977
42978         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
42979         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
42980         (STREQ): Define.
42981
42982 2001-12-14  Jim Meyering  <meyering@lucent.com>
42983
42984         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
42985         Suggestion from Bruno Haible.
42986
42987 2001-12-10  Jim Meyering  <meyering@lucent.com>
42988
42989         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
42990         xrealloc, Instead, include "xalloc.h".
42991         (initbuffer): Don't cast xmalloc return value to char*.
42992         (readline): Reword comment.
42993         Don't cast xrealloc return value to char*
42994         Return NULL, not 0.
42995
42996 2001-12-09  Jim Meyering  <meyering@lucent.com>
42997
42998         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
42999         about `signed and unsigned type in conditional expression'.
43000         * lib/posixtm.c (posix_time_parse): Likewise.
43001
43002         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
43003
43004         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
43005         to avoid a pedantic warning.
43006
43007         * lib/getstr.c: Don't include assert.h.
43008         (getstr): Remove warning-evoking assertions.
43009         Return -1 if offset parameter is out of bounds.
43010         Change the type of a local from int to size_t.
43011
43012         * lib/strftime.c (my_strftime_localtime_r): Include this function
43013         definition in the `#if ! HAVE_TM_GMTOFF' block.
43014
43015         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
43016         Include xalloc.h instead.
43017
43018 2001-12-02  Jim Meyering  <meyering@lucent.com>
43019
43020         * lib/tempname.c: Don't declare getenv, thus reverting the change of
43021         2001-11-18.  It's no longer necessary, now that stdlib.h is always
43022         included.
43023
43024         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
43025         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
43026
43027 2001-11-30  Akim Demaille  <akim@epita.fr>
43028
43029         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
43030         before being defined.
43031
43032 2001-11-27  Paul Eggert  <eggert@twinsun.com>
43033
43034         * lib/quotearg.h (quotearg_n, quotearg_n_style):
43035         First arg is int, not unsigned.
43036         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
43037         (SIZE_MAX, UINT_MAX): New macros.
43038         (quotearg_n_options): Abort if N is negative.
43039         Avoid overflow check on hosts where size_t is 64 bits and int
43040         is 32 bits, as overflow is impossible there.
43041         Fix off-by-one typo that caused unnecessary reallocation.
43042
43043 2001-11-27  Jim Meyering  <meyering@lucent.com>
43044
43045         * lib/tempname.c: Merge with version from libc.
43046         * lib/regex.c: Likewise.
43047
43048         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
43049         systems for which STDC_HEADERS is 0, it was not included, resulting in
43050         a warning about an integer-to-pointer conversion problem with getenv.
43051         Reported by Volker Borchert.
43052
43053 2001-11-26  Jim Meyering  <meyering@lucent.com>
43054
43055         * lib/gtod.h: Remove file.
43056         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
43057         * lib/gettimeofday.c: Don't include gtod.h.
43058         (GTOD_init): Remove function.
43059         (rpl_gettimeofday): Do its job here instead, rather than aborting.
43060         Suggestion from Volker Borchert.
43061
43062 2001-11-23  Jim Meyering  <meyering@lucent.com>
43063
43064         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
43065         it.
43066         * lib/hash.c (struct hash_table): Define it here instead.
43067
43068 2001-11-22  Jim Meyering  <meyering@lucent.com>
43069
43070         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
43071
43072 2001-11-20  Jim Meyering  <meyering@lucent.com>
43073
43074         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
43075         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
43076
43077 2001-11-19  Jim Meyering  <meyering@lucent.com>
43078
43079         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
43080         directory.  Use "conftestXXXXXX" as the template.
43081         Suggestion from Paul Eggert.
43082
43083         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
43084         immediately, so the test doesn't mistakenly hit the max-open-files
43085         limit.
43086
43087 2001-11-18  Paul Eggert  <eggert@twinsun.com>
43088
43089         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
43090         (TEMPORARIES): New macro.
43091         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
43092         removes an artificial limitation (e.g. HP-UX 10.20, where
43093         TMP_MAX is 17576).
43094
43095 2001-11-18  Jim Meyering  <meyering@lucent.com>
43096
43097         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
43098
43099 2001-11-18  Jim Meyering  <meyering@lucent.com>
43100
43101         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
43102         on SunOS 4.
43103
43104         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
43105         files will be created before anything else.
43106
43107 2001-11-17  Paul Eggert  <eggert@twinsun.com>
43108
43109         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
43110         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
43111
43112 2001-11-17  Jim Meyering  <meyering@lucent.com>
43113
43114         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
43115         Prompted by a report from Bob Proulx.
43116
43117         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
43118         Instead, require UTILS_FUNC_MKSTEMP.
43119
43120 2001-11-17  Jim Meyering  <meyering@lucent.com>
43121
43122         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
43123         Now, that's done as part of AC_FUNC_STRTOD.
43124
43125 2001-11-17  Jim Meyering  <meyering@lucent.com>
43126
43127         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
43128         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
43129         rather than group writable.  Patch by Juan F. Codagnone.
43130
43131         * lib/readtokens.c: Remove explicit declarations of xmalloc and
43132         xrealloc, Instead, include "xalloc.h".
43133
43134         * lib/mountlist.c: Include unlocked-io.h after all system headers.
43135         Remove explicit declarations of xmalloc, xrealloc,
43136         and xstrdup.  Instead, include "xalloc.h".
43137
43138         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
43139         unlocked-io.h.
43140         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
43141         Likewise.
43142         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
43143
43144         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
43145         Reported by Padraig Brady.
43146
43147         * lib/mkstemp.c: #undef mkstemp.
43148         Include config.h.
43149         (rpl_mkstemp): Rename from mkstemp.
43150         Protoize.
43151
43152 2001-11-16  Jim Meyering  <meyering@lucent.com>
43153
43154         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
43155         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
43156         determine the amount of total physical memory, use pstat_getstatic.
43157         HPUX-11 doesn't define _SC_PHYS_PAGES.
43158         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
43159         If sysconf couldn't be used to determine the amount of available
43160         physical memory, use both pstat_getstatic and pstat_getdynamic.
43161         Based on a patch from Bob Proulx.
43162
43163 2001-11-10  Jim Meyering  <meyering@lucent.com>
43164
43165         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
43166         (jm_PREREQ): Use it.
43167
43168 2001-11-09  Jim Meyering  <meyering@lucent.com>
43169
43170         * m4/jm-macros.m4: Require autoconf-2.52f.
43171         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
43172         Use these AC_-prefixed names, not the AM_-prefixed ones.
43173
43174         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
43175
43176 2001-11-05  Jim Meyering  <meyering@lucent.com>
43177
43178         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
43179
43180 2001-11-04  Jim Meyering  <meyering@lucent.com>
43181
43182         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
43183         $DEFS.
43184
43185 2001-11-03  Jim Meyering  <meyering@lucent.com>
43186
43187         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
43188         of AC_DEFUN.
43189
43190         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
43191         know the name of the variable in the macro definition.
43192
43193 2001-11-03  Jim Meyering  <meyering@lucent.com>
43194
43195         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
43196         in argmatch_to_argument call.
43197
43198         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
43199         argument.
43200
43201         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
43202         e.g., a fault due to an attempt to free a NULL pointer.
43203
43204 2001-11-01  Jim Meyering  <meyering@lucent.com>
43205
43206         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
43207         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
43208
43209 2001-11-01  Jim Meyering  <meyering@lucent.com>
43210
43211         * lib/dirfd.c, lib/dirfd.h: New files.
43212         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
43213
43214         * lib/hash.c (hash_print) [TESTING]: Clean up.
43215
43216 2001-10-22  Paul Eggert  <eggert@twinsun.com>
43217
43218         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
43219         to avoid a warning if -Wall.
43220
43221 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
43222
43223         * README: New file
43224         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
43225         (per RMS's instructions, this is now the canonical source)
43226         * lgpl/, gpl/: New directories.
43227
43228 2001-10-21  Paul Eggert  <eggert@twinsun.com>
43229
43230         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
43231
43232 2001-10-21  Jim Meyering  <meyering@lucent.com>
43233
43234         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
43235         this code would end up calling gettext even in packages built
43236         with --disable-nls.
43237         * lib/getopt.c (_): Likewise.
43238         * lib/regex.c (_): Likewise.
43239
43240 2001-10-20  Paul Eggert  <eggert@twinsun.com>
43241
43242         * m4/error.m4 (jm_PREREQ_ERROR):
43243         Do not invoke AC_CHECK_FUNCS with strerror_r, as
43244         AC_FUNC_STRERROR_R does that.
43245         Check for strerror declaration.
43246
43247         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
43248         are supposed to have them these days.
43249         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
43250         Merge changes from latest Autoconf CVS.
43251         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
43252         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
43253         POSIX decided to standardize on the int flavor of strerror_r.
43254
43255 2001-10-20  Paul Eggert  <eggert@twinsun.com>
43256
43257         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
43258         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
43259         Use strerror_r that is only a macro, even if it is not a function.
43260         (strerror): Check for HAVE_DECL_STRERROR before declaring.
43261         (private_strerror): Use prototypes, not old-style function definition.
43262         (print_errno_message): New function.
43263         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
43264         char*-flavored one.
43265         (error_tail, error, error_at_line): Use it.
43266
43267 2001-10-11  Jim Meyering  <meyering@lucent.com>
43268
43269         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
43270         and quote_n (1, ... to avoid clobbering a buffer.
43271
43272 2001-10-05  Jim Meyering  <meyering@lucent.com>
43273
43274         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
43275         hash-pjw.h.
43276         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
43277         * lib/hash-pjw.h: New file.
43278
43279 2001-09-30  Jim Meyering  <meyering@lucent.com>
43280
43281         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
43282         `struct fsstat' has the `f_fstypename' member.
43283         Use that to define FS_TYPE, which is now used to make
43284         the getfsstat link test tighter.
43285
43286 2001-09-30  Jim Meyering  <meyering@lucent.com>
43287
43288         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
43289         Include <sys/ucred.h>, for Apple Darwin.
43290         Include sys/mount.h and sys/fs_types.h only if available.
43291         (FS_TYPE): Define.
43292         (read_filesystem_list): Use FS_TYPE.
43293
43294 2001-09-29  Paul Eggert  <eggert@twinsun.com>
43295
43296         * lib/exclude.c (excluded_filename): 0 -> false, since it's
43297         a boolean context.
43298
43299 2001-09-29  Jim Meyering  <meyering@lucent.com>
43300
43301         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
43302         [one-argument getmntent function]): Include stdio.h before mntent.h.
43303         SunOS 4.1.x needs it for the declaration of `FILE'.
43304         Patch by Volker Borchert.
43305
43306         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
43307         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
43308         sys/fs_types.h, and make the link-test for getfsstat guard #include
43309         directives with appropriate #if HAVE_*_H tests so that we can
43310         detect getfsstat on Apple Darwin1.3.7 systems.
43311         Reported by Nelson Beebe.
43312         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
43313
43314 2001-09-28  Paul Eggert  <eggert@twinsun.com>
43315
43316         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
43317         #defines strtoimax.  Also treat the other strto* functions
43318         like strtoimax.
43319
43320         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
43321         Check for strtoul and strtoumax,
43322         as those declarations are made even in the signed case.
43323         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
43324         Likewise, for strtol and strtoimax.
43325
43326 2001-09-28  Paul Eggert  <eggert@twinsun.com>
43327
43328         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
43329         #defines strtoimax.  Also treat the other strto* functions
43330         like strtoimax.
43331
43332         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
43333         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
43334         (strtoimax, strtoumax): Do not declare if already defined as a macro.
43335
43336 2001-09-26  Jim Meyering  <meyering@lucent.com>
43337
43338         Most macros in unlocked-io.h had the wrong number of arguments.
43339         * lib/gen-uio: New script.
43340         (USE_UNLOCKED_IO): Define to 1 if not already defined.
43341         * lib/unlocked-io.hin: Remove file.
43342         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
43343         rather than trying to embed it here.
43344         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
43345         Reported by Padraig Brady.
43346
43347 2001-09-25  Volker Borchert  <bt@teknon.de>
43348
43349         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
43350         `result'.
43351
43352 2001-09-24  Jim Meyering  <meyering@lucent.com>
43353
43354         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
43355
43356 2001-09-23  Jim Meyering  <meyering@lucent.com>
43357
43358         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
43359         instead of the mere test for existence of mntent.h.  The latter
43360         would get a false-positive on AIX 3.4 systems.
43361         In the outer getmntent if-block, don't die if neither of the getmntent
43362         tests succeeds.  Instead, just fall through and continue with the
43363         remaining tests.
43364
43365 2001-09-23  Jim Meyering  <meyering@lucent.com>
43366
43367         * lib/mountlist.c: Remove useless parentheses in #if directives.
43368         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
43369         the deprecated MOUNTED symbol is no longer defined in mntent.h.
43370
43371 2001-09-22  Jim Meyering  <meyering@lucent.com>
43372
43373         * m4/gettext.m4: New file.  From gettext.
43374         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
43375         * m4/progtest.m4: Likewise
43376         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
43377         * m4/glibc21.m4: Likewise.
43378
43379         * m4/libintl.m4: Remove.  No longer used.
43380
43381 2001-09-22  Jim Meyering  <meyering@lucent.com>
43382
43383         * lib/localcharset.c: Update from latest gettext.
43384         * lib/config.charset: Likewise.
43385
43386 2001-09-20  Jim Meyering  <meyering@lucent.com>
43387
43388         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
43389         strtoimax.
43390         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
43391         strtoumax.
43392
43393 2001-09-20  Jim Meyering  <meyering@lucent.com>
43394
43395         * lib/xstrtol.c (strtoimax): Guard declaration with
43396         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
43397         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
43398         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
43399         (strtoumax): Likewise, for completeness (it wasn't necessary).
43400
43401 2001-09-17  Paul Eggert  <eggert@twinsun.com>
43402
43403         * lib/strtoimax.c (HAVE_LONG_LONG):
43404         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
43405         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
43406         to work around bug in IBM C compiler.
43407
43408 2001-09-17  Jim Meyering  <meyering@lucent.com>
43409
43410         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
43411         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
43412         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
43413         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
43414         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
43415         whenever the right hand side need not be expanded by the shell.
43416
43417 2001-09-16  Paul Eggert  <eggert@twinsun.com>
43418
43419         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
43420         library.  It's not correct, as some older glibcs are buggy.
43421         fnmatch wasn't fixed until glibc 2.2.
43422
43423         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
43424         special shell magic here.
43425
43426 2001-09-16  Jim Meyering  <meyering@lucent.com>
43427
43428         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
43429         * m4/jm-macros.m4: Require it.
43430
43431 2001-09-16  Jim Meyering  <meyering@lucent.com>
43432
43433         * lib/mkdir.c: New file.
43434
43435 2001-09-15  Jim Meyering  <meyering@lucent.com>
43436
43437         * m4/jm-macros.m4: Check for help2man.
43438
43439 2001-09-11  Jim Meyering  <meyering@lucent.com>
43440
43441         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
43442         The body, by Paul Eggert, was moved here from configure.in.
43443         * m4/jm-macros.m4: Require UTILS_HOST_OS.
43444
43445 2001-09-04  Paul Eggert  <eggert@twinsun.com>
43446
43447         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
43448         (jm_PREREQ): Use it.
43449
43450 2001-09-04  Paul Eggert  <eggert@twinsun.com>
43451
43452         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
43453         Use ssize_t, not int, to store result of readlink.
43454         Check for ssize_t overflow as well as size_t overflow,
43455         as POSIX says the result of readlink is implementation-defined
43456         when ssize_t overflows.
43457         Remove unnecessary cast to char*.
43458         Use free+malloc instead of realloc, as the storage doesn't need
43459         to be preserved and it's clearer and can be more efficient that way.
43460         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
43461         * lib/xreadlink.h (xreadlink): Update prototype.
43462
43463 2001-09-04  Paul Eggert  <eggert@twinsun.com>
43464
43465         * lib/xgetcwd.c: Revert some of the previous change; intead,
43466         fix the HAVE_GETCWD_NULL code to behave more like the
43467         !HAVE_GETCWD_NULL code used to.
43468
43469         Include "xalloc.h".
43470         (xgetcwd): Do not return NULL when memory is exhausted; instead,
43471         invoke xalloc_die.
43472
43473 2001-09-03  Paul Eggert  <eggert@twinsun.com>
43474
43475         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
43476         sys/param.h, as pathmax.h includes them.
43477
43478 2001-09-03  Paul Eggert  <eggert@twinsun.com>
43479
43480         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
43481         (jm_PREREQ_XGETCWD): New macro.
43482
43483         * m4/getcwd.m4: New file.
43484
43485 2001-09-03  Paul Eggert  <eggert@twinsun.com>
43486
43487         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
43488         like the HAVE_GETCWD_NULL code.
43489         Include pathmax.h if not HAVE_GETCWD.
43490         Do not include xalloc.h.
43491         (INITIAL_BUFFER_SIZE): New symbol.
43492         Do not use xmalloc / xrealloc, since the caller is responsible for
43493         handling errors.  Preserve errno around `free' during failure.
43494         Do not overrun buffer when using getwd.
43495
43496 2001-09-03  Paul Eggert  <eggert@twinsun.com>
43497
43498         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
43499         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
43500         getcwd (NULL, 0).
43501
43502 2001-09-03  Paul Eggert  <eggert@twinsun.com>
43503
43504         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
43505         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
43506         spotted by Jim Meyering.
43507
43508 2001-09-03  Jim Meyering  <meyering@lucent.com>
43509
43510         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
43511         failure.
43512
43513 2001-09-02  Jim Meyering  <meyering@lucent.com>
43514
43515         * lib/error.c: Update from GNU libc.
43516
43517 2001-09-01  Jim Meyering  <meyering@lucent.com>
43518
43519         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
43520         Used by df.
43521
43522 2001-09-01  Jim Meyering  <meyering@lucent.com>
43523
43524         * lib/xreadlink.c: New file.
43525         * lib/xreadlink.h: New file.
43526         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
43527         xreadlink.h.
43528
43529         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
43530         doesn't conflict with sparc Solaris 7's definition in
43531         /usr/include/sys/int_types.h.
43532
43533         * lib/exclude.c: Use `""', not `<>' to #include non-system header
43534         files.
43535         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
43536         and strncasecmp as r-values.  Unixware didn't have declarations.
43537
43538 2001-08-31  Paul Eggert  <eggert@twinsun.com>
43539
43540         * lib/xstrtol.h: Add copyright notice.
43541         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
43542         LONGINT_INVALID_SUFFIX_CHAR.
43543
43544 2001-08-31  Paul Eggert  <eggert@twinsun.com>
43545
43546         * lib/xstrtol.c (strtoimax): New decl.
43547
43548 2001-08-31  Paul Eggert  <eggert@twinsun.com>
43549
43550         * lib/xgetcwd.c: Don't include pathmax.h.
43551         Include stdlib.h and unistd.h if available.
43552         Include xalloc.h.
43553         (xmalloc, xstrdup, free): Remove decls.
43554         (xgetcwd): Don't assume sizes fit in unsigned.
43555         Check for overflow when computing sizes.
43556         Simplify reallocation code.
43557
43558 2001-08-31  Paul Eggert  <eggert@twinsun.com>
43559
43560         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
43561         a directory's st_size can have an arbitrary value, so the old
43562         usage could waste an arbitrary amount of memory.  All uses
43563         changed.
43564         * lib/savedir.h: Update prototype.
43565
43566 2001-08-31  Paul Eggert  <eggert@twinsun.com>
43567
43568         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
43569
43570         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
43571         old strtoimax.c.
43572
43573         Also, make the following further changes to make this file's
43574         configuration more similar to that of strtol.c:
43575         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
43576         (strtoumax, uintmax_t, strtoull, strtol): Remove.
43577         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
43578         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
43579         changed to signed values.
43580
43581         And make the following changes as well:
43582         Fix copyright notice, as 1999 was missing.
43583         (verify): New macro.
43584         (strtoimax): Check sizes at compile-time, not run-time.
43585         Prefer strtol to strtoll if both work.
43586         (main): Remove; it was not that useful and was a pain to maintain.
43587
43588         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
43589
43590 2001-08-31  Jim Meyering  <meyering@lucent.com>
43591
43592         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
43593         Use an initial, malloc'd, buffer of length 128 rather than
43594         a statically allocated one of length 1024.
43595
43596 2001-08-30  Paul Eggert  <eggert@twinsun.com>
43597
43598         Simplify code, partly by assuming autoconf 2.52 semantics.
43599
43600         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
43601
43602         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
43603         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
43604         All uses removed.
43605         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
43606         Move AC_REQUIRE to next-to-top level, to avoid confusion.
43607         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
43608         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
43609         jm_AC_HEADER_INTTYPES_H.
43610         * m4/jm-macros.m4 (jm_MACROS): Likewise.
43611
43612         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
43613
43614         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
43615         Quote first arg of AC_DEFUN.
43616         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
43617         since they are needed to parse the include file even if we need
43618         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
43619         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
43620         but with opposite signedness.
43621
43622 2001-08-30  Paul Eggert  <eggert@twinsun.com>
43623
43624         Merge 'exclude' changes from tar 1.13.22.
43625         This fixes one or two unlikely storage allocation overflow bugs,
43626         but doesn't change user-visible behavior otherwise.
43627
43628 2001-08-30  Paul Eggert  <eggert@twinsun.com>
43629
43630         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
43631         (jm_PREREQ_EXCLUDE): New macro.
43632
43633 2001-08-30  Paul Eggert  <eggert@twinsun.com>
43634
43635         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
43636         tm to be declared.
43637
43638 2001-08-30  Paul Eggert  <eggert@twinsun.com>
43639
43640         * lib/hash.c: Remove '2001' from copyright notice.
43641
43642 2001-08-30  Paul Eggert  <eggert@twinsun.com>
43643
43644         * lib/full-write.h: New file.
43645         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
43646         * lib/full-write.c: Correct credits, as cccp.c no longer
43647         exists and anyway it was so heavily changed from the old cccp
43648         code as to be unrecognizable.  Include full-write.h.
43649         (full_write) Return size_t, with short writes meaning failure.
43650         All callers changed.  This fixes a bug with large buffers
43651         on 64-bit hosts.
43652         * lib/utime.c: Include full-write.h.
43653
43654 2001-08-30  Paul Eggert  <eggert@twinsun.com>
43655
43656         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
43657         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
43658         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
43659         Include if available.
43660         (<xalloc.h>): Include
43661         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
43662         (verify): New macro.  Use it to verify that EXCLUDE macros do not
43663         collide with FNM macros.
43664         (struct patopts): New struct.
43665         (struct exclude): Use it, as exclude patterns now come with options.
43666         (new_exclude): Support above changes.
43667         (new_exclude, add_exclude_file):
43668         Initial size must now be a power of two to simplify overflow checking.
43669         (free_exclude, fnmatch_no_wildcards): New function.
43670         (excluded_filename): No longer requires options arg, as the options
43671         are determined by add_exclude.  Now returns bool, not int.
43672         (excluded_filename, add_exclude):
43673         Add support for the fancy new exclusion options.
43674         (add_exclude, add_exclude_file): Now takes int options arg.
43675         Check for arithmetic overflow when computing sizes.
43676         (add_exclude_file): xrealloc might modify errno, so don't
43677         realloc until after errno might be used.
43678
43679         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
43680         New macros.
43681         (free_exclude): New decl.
43682         (add_exclude, add_exclude_file): Now takes int options arg.
43683         (excluded_filename): No longer requires options arg, as the options
43684         are determined by add_exclude.  Now returns bool, not int.
43685
43686 2001-08-30  Paul Eggert  <eggert@twinsun.com>
43687
43688         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
43689
43690 2001-08-27  Jim Meyering  <meyering@lucent.com>
43691
43692         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
43693
43694         * lib/version-etc.c (N_): Remove definition.
43695         Revert most of last change.
43696         Instead, simply don't mark the `Copyright...' string for translation.
43697         Based on advice from Paul Eggert.
43698
43699         * lib/strtoxmax.c: Tweak comment.
43700
43701 2001-08-26  Jim Meyering  <meyering@lucent.com>
43702
43703         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
43704
43705         * m4/xstrtoimax.m4: New file.
43706         * m4/xstrtoumax.m4: Add comments explaining why we
43707         AC_REPLACE_FUNCS(strtol).
43708
43709 2001-08-26  Jim Meyering  <meyering@lucent.com>
43710
43711         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
43712         of copyright with `%s' so translators don't get an untranslated
43713         message in 2002.
43714         (COPYRIGHT_YEAR): Define.
43715         (version_etc): Use fprintf rather than fputs.
43716         Suggestion from Ulrich Drepper.
43717
43718         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
43719
43720         * lib/strtoll.c: New file, from GNU libc.
43721         * lib/xstrtoimax.c: New file.
43722
43723         * lib/xstrtol.h: Add xstrtoimax.
43724         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
43725         * lib/strtoimax.c: New file.  Likewise, but first define
43726         STRTOUXMAX_SIGNED.
43727
43728         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
43729         ...
43730         * lib/strtoxmax.c: ... then renamed to this.
43731
43732 2001-08-18  Paul Eggert  <eggert@twinsun.com>
43733
43734         * m4/inttypes.m4: Add AC_PREREQ(2.13).
43735         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
43736         (jm_AC_TYPE_INTMAX_T): New macro.
43737         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
43738
43739         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
43740
43741         * m4/longlong.m4: Renamed from ulonglong.m4.
43742         * m4/inttypes.m4: Renamed from inttypes_h.m4.
43743         * m4/uintmax_t.m4: Removed.
43744
43745 2001-08-13  Paul Eggert  <eggert@twinsun.com>
43746
43747         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
43748         Port to Solaris 8, where 'sed' requires a space after the 'r'
43749         command, and where sh dislikes "$/".  Clean up the spacing a bit.
43750         Redirect output to $tmp just once.
43751
43752 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
43753
43754         * lib/addext.c (<errno.h>): Include.
43755         (errno): Declare if not defined.
43756         (addext): Work correctly when pathconf returns -1 and leaves
43757         errno alone because there is no limit.  Also, work even if
43758         pathconf returns a value greater than SIZE_MAX.
43759
43760 2001-08-12  Jim Meyering  <meyering@lucent.com>
43761
43762         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
43763         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
43764         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
43765         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
43766         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
43767         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
43768         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
43769         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
43770         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
43771         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
43772         utime.m4, utimes.m4, xstrtoumax.m4:
43773         Quote the first argument in each use of AC_DEFUN.
43774
43775 2001-08-12  Jim Meyering  <meyering@lucent.com>
43776
43777         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
43778         Simply `return getcwd (NULL, 0);'.
43779         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
43780         Use 1300 as initial value for length, not PATH_MAX.
43781
43782         * lib/pathmax.h: Clean up cpp syntax.
43783
43784 2001-08-12  Jim Meyering  <meyering@lucent.com>
43785
43786         * lib/gettimeofday.c: New file.
43787         * lib/gtod.h: New file.
43788         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
43789
43790 2001-08-05  Jim Meyering  <meyering@lucent.com>
43791
43792         * m4/jm-macros.m4: Require autoconf-2.52.
43793
43794 2001-08-04  Jim Meyering  <meyering@lucent.com>
43795
43796         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
43797         stmt, to get in sync with glibc.
43798
43799 2001-08-03  Paul Eggert  <eggert@twinsun.com>
43800
43801         The following changes are from gettext 0.10.39 as maintained by
43802         Bruno Haible.
43803
43804         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
43805         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
43806         with inverted sense.  All uses changed.
43807
43808         * lib/mbswidth.c: Don't include <limits.h>.
43809         Include <stdlib.h> and <string.h> unconditionally.
43810         (iswcntrl, mbsinit, ISCNTRL): New macros.
43811         (mbsnwidth): Use K&R style function declarations.
43812         Don't bother checking for MB_LEN_MAX == 1, since the compiler
43813         can optimize it when MB_CUR_MAX == 1.
43814         The width of control characters is zero, not 1.
43815
43816 2001-08-03  Paul Eggert  <eggert@twinsun.com>
43817
43818         The following changes are from gettext 0.10.39 as maintained by
43819         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
43820
43821         * m4/codeset.m4: Upgrade to serial AM1.
43822         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
43823         all uses changed.  Quote first arg of AC_DEFUN.
43824         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
43825
43826         * m4/iconv.m4: Upgrade to serial AM2.
43827         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
43828         Add --with-libconv-prefix.
43829         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
43830         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
43831         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
43832         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
43833         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
43834
43835         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
43836         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
43837         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
43838         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
43839         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
43840         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
43841         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
43842         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
43843         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
43844
43845         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
43846         string.h any more.
43847
43848         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
43849         not the default value.
43850
43851         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
43852         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
43853         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
43854         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
43855         Also check for iswcntrl, used for wcwidth fallback.
43856         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
43857         to Autoconf 2.13.
43858
43859 2001-08-03  Jim Meyering  <meyering@lucent.com>
43860
43861         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
43862         as it was in the original.  Reported by Paul Eggert.
43863
43864 2001-07-16  Jim Meyering  <meyering@lucent.com>
43865
43866         * m4/gettimeofday.m4: New file.
43867         Prompted by a report from Bernhard Baehr.
43868
43869 2001-07-15  Jim Meyering  <meyering@lucent.com>
43870
43871         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
43872         stuff. Now it's in ../Makefile.cfg.
43873
43874 2001-07-15  Jim Meyering  <meyering@lucent.com>
43875
43876         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
43877         (BUILT_SOURCES): Add unlocked-io.h.
43878         (io_functions): Define.
43879         (unlocked-io.h): New rule.
43880         (DISTCLEANFILES): Add unlocked-io.h.
43881         (all-local): Depend on unlocked-io.h, to ensure it is created.
43882
43883         * lib/unlocked-io.hin: New file
43884
43885         * lib/regex.c: Update from glibc.
43886
43887 2001-07-05  Jim Meyering  <meyering@lucent.com>
43888
43889         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
43890         recommendation.
43891         (libfetish_a_SOURCES): Put all .h files here instead.
43892         Remove a thus-exposed (better checks in automake) duplicate and
43893         two unnecessary .h files.
43894
43895 2001-07-04  Jim Meyering  <meyering@lucent.com>
43896
43897         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
43898         that generates jm-glibc-io.m4 so that it doesn't trigger any make
43899         distcheck failure.
43900
43901 2001-07-02  Jim Meyering  <meyering@lucent.com>
43902
43903         The following changes were prompted by suggestions from Bruno Haible.
43904
43905         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
43906         is now generated.
43907         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
43908         definition of EXTRA_DIST.
43909         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
43910         ensure that the generated file is created/updated whenever the list
43911         of $(unlocked_functions) is changed.
43912         (jm-glibc-io.m4): New rule.
43913         (unlocked-io.h): New rule -- currently unused.
43914
43915 2001-06-24  Jim Meyering  <meyering@lucent.com>
43916
43917         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
43918         unmatched right bracket, rather than kludging it with an extra,
43919         falsely-matching quote in a comment.  Patch by Akim Demaille.
43920
43921 2001-06-11  Jim Meyering  <meyering@lucent.com>
43922
43923         * lib/regex.c: Update from GNU libc.
43924
43925 2001-05-27  Jim Meyering  <meyering@lucent.com>
43926
43927         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
43928         Check for ut_type in struct utmp.
43929
43930 2001-05-27  Jim Meyering  <meyering@lucent.com>
43931
43932         * lib/readutmp.h (UT_TYPE): Define.
43933
43934 2001-05-24  Jim Meyering  <meyering@lucent.com>
43935
43936         * lib/argmatch.c: Include "quote.h".
43937         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
43938         quote function.  Reported by Göran Uddeborg.
43939
43940 2001-05-22  Jim Meyering  <meyering@lucent.com>
43941
43942         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
43943         now that we use the package-supplied version unconditionally.
43944         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
43945
43946 2001-05-21  Jim Meyering  <meyering@lucent.com>
43947
43948         * m4/regex.m4: Change a couple backticks to single quotes to avoid
43949         shell syntax errors.
43950
43951 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
43952
43953         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
43954
43955 2001-05-20  Paul Eggert  <eggert@twinsun.com>
43956
43957         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
43958         Don't bother to check library strftime, since
43959         we'll be using our own my_strftime function anyway.
43960         Define my_strftime instead of strftime.
43961
43962 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
43963
43964         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
43965         which is not yet declared.
43966
43967 2001-05-15  Jim Meyering  <meyering@lucent.com>
43968
43969         * m4/regex.m4: Use proper quoting so brackets appear in the test
43970         program.
43971         Reported by, and with help from, Bruno Haible.
43972
43973 2001-05-13  Jim Meyering  <meyering@lucent.com>
43974
43975         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
43976         undefined.
43977
43978 2001-05-11  Paul Eggert  <eggert@twinsun.com>
43979
43980         dirname code cleanup.  base_name now behaves more compatibly
43981         with POSIX basename when given file names that have trailing
43982         slashes, and similarly for dir_name.  Add new primitives
43983         base_len and dir_len.  Put the directory-name-related decls
43984         into dirname.h.
43985
43986         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
43987         * lib/backupfile.c (base_name): Likewise.
43988         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
43989         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
43990         * lib/makepath.c (strip_trailing_slashes): Likewise.
43991         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
43992         ISSLASH): Likewise.
43993         * lib/rename.c (strip_trailing_slashes): Likewise.
43994         * lib/same.c (base_name): Likewise.
43995         * lib/stripslash.c (ISSLASH): Likewise.
43996
43997         * lib/addext.c: Include <dirname.h> after size_t is defined.
43998         * lib/backupfile.c: Likewise.
43999
44000         * lib/addext.c (addext): Use base_len to trim redundant
44001         trailing slashes instead of doing it ourselves.
44002         But do not trim the last slash if it is not redundant.
44003
44004         * lib/backupfile.c (find_backup_file_name,
44005         max_backup_version): Use base_len instead of rolling it ourselves.
44006         Handle the case of "" and (on DOS) "C:" correctly.
44007
44008         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
44009         needed. Include <string.h>, <dirname.h>.
44010         (base_name): Allow file names ending in slashes, other than names
44011         that are all slashes.  In this case, return the basename followed
44012         by the slashes.  This is more general, and can be used in places
44013         where the original base_name purposely had an assertion failure.
44014         (base_len): New function.
44015
44016         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
44017         Do not include <assert.h>; no longer needed.
44018         Include xalloc.h.
44019         (memrchr): Remove decl.
44020         (dir_name_r): Remove.
44021         (dir_len): Renamed from dirlen.  All callers changed.
44022         Rewrite in terms of base_name, for simplicity and consistency.
44023         (dir_name): Never return NULL.  All callers changed.
44024         Do not include <stdlib.h> in test program; no longer needed.
44025         return 0; is fine for test program.
44026
44027         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
44028         New macros.
44029         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
44030
44031         * lib/path-concat.c (path_concat): Use base_len to compute
44032         base length, not strlen; this means we cannot rely on memcpy
44033         to null-terminate.
44034
44035         * lib/same.c (STREQ): Remove.
44036         (same_name): Handle the case where the basename ends in trailing '/'.
44037
44038         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
44039         a slash was stripped.  Do not strip the last slash after a
44040         file system prefix.
44041
44042 2001-05-11  Paul Eggert  <eggert@twinsun.com>
44043
44044         * lib/Makefile.am (libfetish_a_SOURCES):
44045         Add strftime.c, since we now compile it on all hosts.
44046
44047         * lib/strftime.c (my_strftime):
44048         Define to nstrftime if emacs, but only if my_strftime is not defined.
44049         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
44050         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
44051         Add one more extra argument: a nanoseconds value.
44052         All uses changed.
44053         (ns): New macro.
44054         (my_strftime function): Add %N format.
44055         (emacs_strftimeu): Renamed from emacs_strftime,
44056         with extra ut argument.
44057
44058 2001-05-09  Paul Eggert  <eggert@twinsun.com>
44059
44060         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
44061
44062 2001-04-21  Jim Meyering  <meyering@lucent.com>
44063
44064         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
44065         doesn't interfere.
44066
44067 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
44068
44069         * m4/ftruncate.m4: Check for chsize.
44070         Link with ftruncate.o unconditionally if ftruncate is missing.
44071         This was required when cross-compiling to i586-mingw32msvc.
44072
44073 2001-04-08  Jim Meyering  <meyering@lucent.com>
44074
44075         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
44076         recomputed; that's necessary when the offset spans a DST transition.
44077         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
44078
44079 2001-04-02  Jim Meyering  <meyering@lucent.com>
44080
44081         * lib/regex.h, regex.c: Update from GNU libc.
44082
44083 2001-03-24  Jim Meyering  <meyering@lucent.com>
44084
44085         * m4/jm-macros.m4: Require autoconf-2.49d.
44086
44087 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
44088
44089         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
44090
44091 2001-03-19  Paul Eggert  <eggert@twinsun.com>
44092
44093         * lib/version-etc.c (version_etc_copyright): Update to 2001.
44094
44095 2001-03-17  Jim Meyering  <meyering@lucent.com>
44096
44097         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
44098         now that the version in autoconf is equivalent.
44099         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
44100
44101         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
44102         Suggestion from Akim Demaille.
44103
44104         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
44105         (jm_PREREQ_TEMPNAME): New function.
44106
44107 2001-03-16  Paul Eggert  <eggert@twinsun.com>
44108
44109         * lib/tempname.c (uint64_t): Define to uintmax_t if
44110         not defined, and if UINT64_MAX is not defined.
44111         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
44112         Reported by John David Anglin.
44113
44114 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
44115
44116         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
44117         resolve alias if codeset is empty.
44118         * lib/config.charset (BeOS): Use wildcard syntax.
44119
44120 2001-03-13  Jim Meyering  <meyering@lucent.com>
44121
44122         * lib/path-concat.c (path_concat)
44123         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
44124         concatenating e.g., `C:' and `foo'.
44125         From Bruno Haible.
44126
44127 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
44128
44129         * lib/localcharset.c (locale_charset): Don't use
44130         setlocale(LC_CTYPE,NULL). Don't return NULL.
44131         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
44132
44133 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
44134
44135         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
44136         support for DOS/DJGPP.
44137
44138 2001-03-01  Paul Eggert  <eggert@twinsun.com>
44139
44140         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
44141         lacks mkstemp.  Compile our own tempname.c if we compile our own
44142         mkstemp.c, as mkstemp relies on tempname.
44143
44144 2001-03-01  Jim Meyering  <meyering@lucent.com>
44145
44146         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
44147         AH_VERBATIM really does output its argument verbatim.
44148
44149 2001-02-28  Paul Eggert  <eggert@twinsun.com>
44150
44151         * lib/Makefile.am (libfetish_a_SOURCES):
44152         Add dup-safer.c, fopen-safer.c.
44153         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
44154
44155         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
44156         * lib/unistd-safer.h: New files.
44157
44158 2001-02-25  Paul Eggert  <eggert@twinsun.com>
44159
44160         The mkstemp replacement is taken from glibc 2.2.2, with some
44161         portability fixes for use outside glibc, as follows:
44162
44163         * lib/tempname.c (struct_stat64): New macro.
44164         (direxists, __gen_tempname): Use it.
44165         This avoids a portability problem with Solaris 8.
44166
44167         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
44168         (<stddef.h>, <stdint.h>, <string.h>):
44169         Include only if STDC_HEADERS || _LIBC.
44170         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
44171         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
44172         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
44173         (__set_errno): Define this macro if <errno.h> doesn't.
44174         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
44175         Define these macros if <stdio.h> doesn't.
44176         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
44177         Define these macros if <sys/stat.h>
44178         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
44179         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
44180         __xstat64): Define if not _LIBC.
44181         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
44182         (__gen_tempname): Invoke gettimeofday only if
44183         HAVE_GETTIMEOFDAY || _LIBC;
44184         otherwise, fall back on plain "time".
44185         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
44186
44187         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
44188
44189         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
44190
44191 2001-02-18  Paul Eggert  <eggert@twinsun.com>
44192
44193         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
44194
44195 2001-02-17  Paul Eggert  <eggert@twinsun.com>
44196
44197         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
44198         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
44199         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
44200         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
44201
44202 2001-02-17  Paul Eggert  <eggert@twinsun.com>
44203
44204         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
44205         Remove workaround macros for hosts that have mbrtowc but not
44206         mbstate_t, as we now insist on proper declarations for both
44207         before using mbrtowc.
44208
44209 2001-02-17  Jim Meyering  <meyering@lucent.com>
44210
44211         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
44212         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
44213         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
44214         UnixWare 7.1.1.
44215
44216         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
44217         rather than AC_CACHE_VAL.
44218
44219 2001-02-17  Jim Meyering  <meyering@lucent.com>
44220
44221         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
44222         around included file name.
44223
44224         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
44225
44226         * lib/strftime.c: Update from GNU libc (the only changes were to
44227         comments).
44228
44229 2001-02-17  Jim Meyering  <meyering@lucent.com>
44230
44231         * lib/regex.c: Update from libc.
44232
44233 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
44234
44235         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
44236         clash.
44237
44238 2001-02-16  Paul Eggert  <eggert@twinsun.com>
44239
44240         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
44241         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
44242         Reported by Mark Hounschell via Paul Eggert.
44243
44244 2001-02-07  Jim Meyering  <meyering@lucent.com>
44245
44246         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
44247
44248 2001-02-05  Jim Meyering  <meyering@lucent.com>
44249
44250         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
44251         it includes the patch required for `large file' support with at least
44252         HP-UX's 10.20 /bin/cc.
44253
44254 2001-02-03  Jim Meyering  <meyering@lucent.com>
44255
44256         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
44257         AS_IF, now that it works once again (mysteriously).
44258         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
44259
44260 2001-01-30  Jim Meyering  <meyering@lucent.com>
44261
44262         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
44263         * m4/chown.m4: Rename conftestchown to conftest.chown.
44264         * m4/rename.m4: s/conftestdir/conftest.d1/ and
44265         s/conftestdir2/conftest.d2/.
44266         * m4/utimes.m4: s/conftestdata/conftest.data/
44267         Inspired by Pavel Roskin's change in autoconf.
44268
44269 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
44270
44271         * lib/config.charset: Update for FreeBSD 4.2.
44272
44273 2001-01-27  Jim Meyering  <meyering@lucent.com>
44274
44275         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
44276         a use of AS_IF.
44277         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
44278
44279 2001-01-26  Jim Meyering  <meyering@lucent.com>
44280
44281         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
44282         quotearg.c includes it.
44283
44284 2001-01-26  Jim Meyering  <meyering@lucent.com>
44285
44286         * lib/quotearg.c: Include stddef.h.
44287         * lib/quote.c: Include stddef.h.
44288         Reported by Axel Kittenberger.
44289
44290         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
44291         line in double quotes so that it evokes a better diagnostic.
44292         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
44293         Reported by Axel Kittenberger.
44294
44295 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
44296
44297         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
44298         as if it was a `charset'.
44299
44300 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
44301
44302         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
44303         has const.
44304
44305 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
44306
44307         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
44308         to avoid a warning.  Add back 'const' to inptr.
44309
44310 2001-01-20  Jim Meyering  <meyering@lucent.com>
44311
44312         Be sure that headers are checked before used in code compiled
44313         for the type checks.
44314         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
44315         In place of that, invoke jm_CHECK_ALL_TYPES.
44316         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
44317         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
44318         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
44319         The check for ssize_t was mistakenly run before the test for unistd.h.
44320
44321         The configure-time check for stdbool.h was missing.
44322         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
44323         (jm_PREREQ_HASH): New function.
44324
44325 2001-01-17  Jim Meyering  <meyering@lucent.com>
44326
44327         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
44328         for autoconf-2.49c.
44329         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
44330
44331 2001-01-16  Jim Meyering  <meyering@lucent.com>
44332
44333         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
44334         From Bruno Haible.
44335
44336 2001-01-14  Jim Meyering  <meyering@lucent.com>
44337
44338         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
44339         foo and bar.  Create conftestdir/ in the script, not in the C code.
44340         Remove directories in the script, not in the C code.
44341         Remove conftestdir{,2} before trying to create the directory.
44342         Make the entire configure script fail if the mkdir fails.
44343
44344 2001-01-14  Jim Meyering  <meyering@lucent.com>
44345
44346         * lib/rename.c: New file.  From Volker Borchert.
44347         Include stdlib.h, string.h or strings.h, and xalloc.h.
44348         Use strip_trailing_slashes rather than open-coding it.
44349
44350 2001-01-03  Paul Eggert  <eggert@twinsun.com>
44351
44352         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
44353
44354 2001-01-03  Jim Meyering  <meyering@lucent.com>
44355
44356         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
44357         of local `inptr' to avoid warning with some system declarations of
44358         iconv.
44359
44360 2001-01-02  Volker Borchert  <bt@teknon.de>
44361
44362         * m4/rename.m4: New file.
44363         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
44364
44365 2001-01-01  Jim Meyering  <meyering@lucent.com>
44366
44367         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
44368         even on systems with utmpx.h.  It's necessary for the declaration of
44369         utmp's ut_user member.  Reported by Andreas Jaeger.
44370
44371         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
44372         available. They are required for the declarations of getgrgid and
44373         getpwuid resp.
44374         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
44375         Reported by Andreas Jaeger.
44376
44377 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
44378
44379         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
44380         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
44381         so `make install' also works in VPATH builds.
44382
44383 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
44384
44385         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
44386         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
44387         can be used in subdirectories.
44388
44389 2000-12-29  Paul Eggert  <eggert@twinsun.com>
44390
44391         * lib/modechange.c: Do not assume that mode_t uses the
44392         traditional octal encoding.  E.g. "chmod 1 FOO" should set
44393         the other-execute bit of FOO even if S_IXOTH != 1.
44394
44395         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
44396         WOTH, XOTH, ALLM): New macros.
44397         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
44398          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
44399         Use them.
44400         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
44401         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
44402         (mode_compile):
44403         No need to use uintmax_t; unsigned long is long enough.
44404         Don't bother to get suffix since we don't use it.
44405
44406 2000-12-26  Jim Meyering  <meyering@lucent.com>
44407
44408         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
44409         better with autoheader.
44410
44411 2000-12-24  Jim Meyering  <meyering@lucent.com>
44412
44413         * lib/hash.c (is_prime): Return explicit boolean values.
44414         (hash_get_first): Return NULL to appease Irix5.6's 89.
44415         Reported by Nelson Beebe.
44416
44417 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
44418
44419         * lib/localcharset.c (locale_charset): Add support for Win32.
44420
44421 2000-12-18  Paul Eggert  <eggert@twinsun.com>
44422
44423         * lib/physmem.h, lib/physmem.c: New files.
44424
44425         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
44426         (noinst_HEADERS): Add physmem.h.
44427
44428         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
44429         't' for compatibility with Solaris 8 sort.
44430
44431 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
44432
44433         * lib/config.charset: Add support for BeOS.
44434
44435 2000-12-17  Jim Meyering  <meyering@lucent.com>
44436
44437         * m4/dos.m4 (jm_AC_DOS): New file and macro.
44438         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
44439
44440 2000-12-16  Jim Meyering  <meyering@lucent.com>
44441
44442         This bug had a serious impact on chown: `chown N:M FILE' (for integer
44443         N and M) would have treated it like `chown N:N FILE'.
44444
44445         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
44446
44447 2000-12-16  Jim Meyering  <meyering@lucent.com>
44448
44449         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
44450         SHELLS_FILE to a file name that's useful on djgpp systems.
44451         Include stdlib.h.
44452         (ADDITIONAL_DEFAULT_SHELLS): Define.
44453         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
44454         Based mostly on a patch from Prashant TR.
44455
44456 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
44457
44458         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
44459         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
44460         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
44461
44462 2000-12-08  Andreas Schwab  <schwab@suse.de>
44463
44464         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
44465         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
44466
44467 2000-12-07  Jim Meyering  <meyering@lucent.com>
44468
44469         * lib/stripslash.c (ISSLASH): Define.
44470         (strip_trailing_slashes): Use ISSLASH rather than comparing against
44471         `/'.
44472         From Prashant TR.
44473
44474         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
44475         (dir_name_r): Declare this function as static.
44476         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
44477         manifest itself on a name containing a mix of slashes and
44478         backslashes.
44479         Make this function work with names starting with a DOS-style
44480         drive letter and colon prefix.
44481         (dir_name): Append `.' if necessary.
44482         Based mostly on patches from Prashant TR and Eli Zaretskii.
44483
44484         * lib/dirname.h (dir_name_r): Remove prototype.
44485
44486 2000-12-06  Paul Eggert  <eggert@twinsun.com>
44487
44488         * m4/off_t-format.m4: Remove this file.
44489         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
44490
44491 2000-12-06  Jim Meyering  <meyering@lucent.com>
44492
44493         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
44494         replacement strtoull, we may well need the replacement strtoul, too.
44495         Check for declarations of strtoul and strtoull.
44496         Check for strtol.  Mainly as a cue to cause automake to include
44497         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
44498         Check for limits.h -- strtol.c needs it.
44499
44500 2000-12-05  Jim Meyering  <meyering@lucent.com>
44501
44502         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
44503
44504 2000-12-04  Jim Meyering  <meyering@lucent.com>
44505
44506         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
44507         Also include memory.h, stdlib.h, unistd.h if appropriate.
44508         Reported by Andreas Jaeger (conflicting declaration of malloc).
44509
44510 2000-12-02  Jim Meyering  <meyering@lucent.com>
44511
44512         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
44513         * m4/jm-macros.m4 (jm_MACROS): require it.
44514
44515 2000-12-02  Jim Meyering  <meyering@lucent.com>
44516
44517         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
44518
44519 2000-12-01  Paul Eggert  <eggert@twinsun.com>
44520
44521         * lib/memrchr.c: Include <config.h> before any system include file.
44522
44523 2000-11-30  Jim Meyering  <meyering@lucent.com>
44524
44525         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
44526
44527 2000-11-30  Jim Meyering  <meyering@lucent.com>
44528
44529         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
44530
44531 2000-11-29  Paul Eggert  <eggert@twinsun.com>
44532
44533         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
44534
44535 2000-11-26  Jim Meyering  <meyering@lucent.com>
44536
44537         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
44538
44539 2000-11-22  Paul Eggert  <eggert@twinsun.com>
44540
44541         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
44542         size of (size_t) -1; it's not portable.
44543
44544 2000-11-17  Jim Meyering  <meyering@lucent.com>
44545
44546         * lib/strstr.c: Update from GNU libc.
44547
44548 2000-11-17  Akim Demaille  <akim@epita.fr>
44549
44550         * lib/obstack.h: Formatting changes.
44551         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
44552         prevent type checking.
44553         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
44554         cast the value to (void *): assigning a `foo *' to a `void *'
44555         variable is valid.
44556         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
44557
44558 2000-11-16  Jim Meyering  <meyering@lucent.com>
44559
44560         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
44561
44562 2000-11-11  Jim Meyering  <meyering@lucent.com>
44563
44564         * lib/error.c: Add a couple #includes, merging from GNU libc version.
44565
44566 2000-11-10  Jim Meyering  <meyering@lucent.com>
44567
44568         * lib/obstack.h: Update from GNU libc.
44569         * lib/obstack.c: Likewise.
44570
44571 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
44572
44573         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
44574
44575 2000-11-06  Paul Eggert  <eggert@twinsun.com>
44576
44577         * lib/getusershell.c (setusershell): Use rewind rather than
44578         fseek/fseeko, to avoid configuration hassles with fseeko.
44579         Don't bother opening SHELLS_FILE if shellstream is NULL;
44580         it's not necessary.
44581
44582 2000-11-05  Jim Meyering  <meyering@lucent.com>
44583
44584         * lib/makepath.h (make_dir): Declare.
44585         * lib/makepath.c (make_dir): Remove `static' attribute.
44586         Tweak a comment.
44587
44588 2000-11-04  Jim Meyering  <meyering@lucent.com>
44589
44590         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
44591
44592 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
44593
44594         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
44595         last one in a bucket, advance to the next bucket.
44596
44597 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
44598
44599         * lib/fnmatch.c: Do not comment out all the code if we are using
44600         the GNU C library, because in some cases we are replacing buggy
44601         code in the GNU C library itself.
44602
44603 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
44604
44605         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
44606         (regex_compile): Catch bogus \(\1\).
44607
44608 2000-10-30  Paul Eggert  <eggert@twinsun.com>
44609
44610         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
44611         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
44612         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
44613
44614 2000-10-30  Paul Eggert  <eggert@twinsun.com>
44615
44616         * lib/error.h, getline.h, modechange.h:
44617         Remove "2000" from Copyright line, as the file hasn't been
44618         changed this year other than in the copyright notice.
44619
44620         * lib/xalloc.h: Add "2000" to Copyright line, as this file
44621         was changed this year.
44622
44623 2000-10-29  Jim Meyering  <meyering@lucent.com>
44624
44625         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
44626         renaming.
44627         * m4/ls-mntd-fs.m4: Likewise
44628
44629 2000-10-29  Jim Meyering  <meyering@lucent.com>
44630
44631         * lib/xstat.in: Fix grammar in comment.
44632
44633 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
44634
44635         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
44636         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
44637         doesn't define __restrict_arr.
44638
44639 2000-10-28  Jim Meyering  <meyering@lucent.com>
44640
44641         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
44642         (jm_PREREQ_MEMCHR): New function.
44643
44644 2000-10-28  Jim Meyering  <meyering@lucent.com>
44645
44646         * lib/memchr.c: Update from libc.
44647         Adjust for portability:
44648         [HAVE_STDLIB_H]: Include stdlib.h.
44649         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
44650         Undef __memchr, too.
44651         [!weak_alias]: Define __memchr to memchr.
44652
44653         * lib/regex.c: Update from libc.
44654         * lib/regex.h: Likewise.
44655         * lib/getopt1.c: Likewise.
44656         * lib/memcmp.c: Likewise.
44657
44658         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
44659         Avoid using fseek, when possible -- it's broken by design.
44660         Patch by Ulrich Drepper.
44661
44662 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
44663
44664         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
44665         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
44666         Giving in to popular pressure to shut up the compiler with casts.
44667
44668 2000-10-26  Jim Meyering  <meyering@lucent.com>
44669
44670         * lib/strftime.c: Update from libc.
44671
44672 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
44673
44674         * regex.c: More `unsigned char' -> `re_char' changes.
44675         Also change several `int' into `re_wchar_t'.
44676         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
44677         (PUSH_FAILURE_POINTER): Don't cast any more.
44678         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
44679         We want GCC to complain, since this piece of code makes
44680         re_match non-reentrant, which *should* be fixed.
44681         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
44682         (EXTEND_BUFFER): Use RETALLOC.
44683         (SET_LIST_BIT): Don't cast.
44684         (re_wchar_t): New type.
44685         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
44686         that those two functions will always properly return.
44687         (IMMEDIATE_QUIT_CHECK): Cast to void.
44688         (analyse_first): Use recursion rather than an explicit stack.
44689         (re_compile_fastmap): Can't fail anymore.
44690         (re_search_2): Don't check re_compile_fastmap for failure.
44691         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
44692         Now also sets the new value (passed in a new argument).
44693         (re_match_2_internal): Use it.
44694         Also, use a new var `reg' of type size_t when looping through regs
44695         rather than reuse the inappropriate `mcnt'.
44696
44697 2000-10-25  Jim Meyering  <meyering@lucent.com>
44698
44699         * lib/obstack.c: Update from libc.
44700
44701 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
44702
44703         * regex.c (regex_compile): Change the way of handling a range from
44704         a char less than 256 to a char not less than 256.
44705
44706 2000-10-24  Andrew Innes  <andrewi@gnu.org>
44707
44708         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
44709         NT-Emacs only.
44710         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
44711         so that re_search functions only quit when callers expect them to.
44712
44713 2000-10-23  Jim Meyering  <meyering@lucent.com>
44714
44715         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
44716         wrong.  That set_locale call must not have any side effects.
44717         From Paul Eggert.
44718
44719 2000-10-22  Jim Meyering  <meyering@lucent.com>
44720
44721         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
44722         [CYCLIC]: Remove now-unused definition.
44723
44724         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
44725         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
44726         Suggestion from Ulrich Drepper.
44727
44728 2000-10-21  Jim Meyering  <meyering@lucent.com>
44729
44730         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
44731         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
44732         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
44733
44734 2000-10-21  Jim Meyering  <meyering@lucent.com>
44735
44736         * lib/dirname.c (memrchr): Declare if necessary.
44737         (dir_name): Remove the restriction that there be no
44738         trailing slashes.  Now, this code skips past them, effectively
44739         ignoring them.
44740         [TEST_DIRNAME] (main): New unit tests.
44741
44742         * lib/memrchr.c: New file from GNU libc.
44743         Undef __memrchr, too.
44744         [!weak_alias]: Define __memrchr to memrchr.
44745         Guard weak_alias use with `#ifdef weak_alias'.
44746
44747 2000-10-21  Jim Meyering  <meyering@lucent.com>
44748
44749         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
44750         (dir_name): Use dir_name_r.
44751         * lib/dirname.h (dir_name_r): Declare it.
44752
44753 2000-10-17  Jim Meyering  <meyering@lucent.com>
44754
44755         * lib/quote.h (PARAMS): Define and use.
44756         Reported by Akim Demaille.
44757
44758         * lib/getopt.c: Update from libc.
44759
44760 2000-10-16  Jim Meyering  <meyering@lucent.com>
44761
44762         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
44763         setlocale.
44764         From Jan Fedak.
44765
44766 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
44767
44768         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
44769
44770 2000-09-25  Jim Meyering  <meyering@lucent.com>
44771
44772         * lib/md5.h (rol): Define (from GnuPG).
44773
44774         * lib/sha.c: Give credit (GnuPG) where due.
44775         (M): Use rol rather than open-coding it.
44776         Add a FIXME comment.
44777
44778 2000-09-21  Jim Meyering  <meyering@lucent.com>
44779
44780         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
44781         Reported by Michael Stone.
44782
44783 2000-09-20  Jim Meyering  <meyering@lucent.com>
44784
44785         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
44786         (noinst_HEADERS): Add sha.h.
44787         Based on code from Scott G. Miller and from GnuPG.
44788
44789 2000-09-18  Jim Meyering  <meyering@lucent.com>
44790
44791         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
44792         LIBS. Otherwise, everyone ends up linking with -lelf for some
44793         configurations.
44794         Reported by Mike Stone.
44795
44796 2000-09-15  Jim Meyering  <meyering@lucent.com>
44797
44798         * lib/regex.c: Update from libc.
44799
44800 2000-09-10  Jim Meyering  <meyering@lucent.com>
44801
44802         * lib/getopt.c (_getopt_internal): Update from glibc.
44803
44804 2000-09-09  Jim Meyering  <meyering@lucent.com>
44805
44806         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
44807         think it should be used as a general replacement for isascii.
44808         * lib/fnmatch.c: Likewise.
44809         * lib/mbswidth.c: Likewise
44810         * lib/regex.c: Likewise.
44811
44812         Don't use atoi.
44813         * lib/userspec.c: Include sys/param.h and limits.h.
44814         Include xstrtol.h.
44815         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
44816         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
44817         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
44818         UID, GID.  Check range.
44819
44820 2000-09-06  Jim Meyering  <meyering@lucent.com>
44821
44822         * lib/getopt.c (_getopt_internal): Update from glibc.
44823
44824 2000-08-30  Jim Meyering  <meyering@lucent.com>
44825
44826         * lib/strftime.c: Merge in changes from GNU libc.
44827
44828 2000-08-26  Jim Meyering  <meyering@lucent.com>
44829
44830         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
44831         * m4/fpending.m4: New file.
44832
44833 2000-08-26  Jim Meyering  <meyering@lucent.com>
44834
44835         * lib/closeout.c: Include "__fpending.h".
44836         (close_stdout_status): Return right away if there's nothing to flush.
44837
44838         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
44839         * lib/__fpending.c: New file.
44840         * lib/__fpending.h: New file.
44841
44842 2000-08-20  Jim Meyering  <meyering@lucent.com>
44843
44844         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
44845         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
44846         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
44847
44848 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
44849
44850         Improve fileutils installation on systems where running
44851         programs (like install) can't be unlinked.
44852         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
44853         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
44854
44855 2000-08-07  Paul Eggert  <eggert@twinsun.com>
44856
44857         Standardize on "memory exhausted" instead of "Memory exhausted"
44858         or "virtual memory exhausted".
44859         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
44860         "virtual memory exhausted".
44861         * lib/same.c (same_name): Invoke xalloc_die instead of printing
44862         our own message.
44863         * lib/userspec.c (parse_user_spec): Likewise.
44864         * lib/bumpalloc.h: comment fix
44865         * lib/same.c, userspec.c: Include xalloc.h.
44866
44867         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
44868         not char *const and pointing to a constant array.
44869         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
44870         (xrealloc): Comment fix.
44871
44872         * lib/userspec.c (parse_user_spec):
44873         Don't translate a message until just before returning,
44874         to avoid unnecessary translation.
44875
44876 2000-08-07  Jim Meyering  <meyering@lucent.com>
44877
44878         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
44879         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
44880         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
44881         getgroups.c, gethostname.c, getopt.h, group-member.c,
44882         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
44883         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
44884         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
44885         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
44886         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
44887         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
44888         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
44889         yesno.c: Back out Copyright date changes for each file with no change
44890         this year.  This eases coordination with other programs using the same
44891         source code modules.  From Paul Eggert.
44892
44893 2000-08-06  Paul Eggert  <eggert@twinsun.com>
44894
44895         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
44896         not char, for compatibility with glibc 2.1.3 strftime.c.
44897
44898 2000-08-03  Greg McGary  <greg@mcgary.org>
44899
44900         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
44901         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
44902         (EXTEND_BUFFER): Use them.
44903
44904 2000-08-01  Jim Meyering  <meyering@lucent.com>
44905
44906         * lib/dirname.c (ISSLASH): Define.
44907         (BACKSLASH_IS_PATH_SEPARATOR): Define.
44908         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
44909         both `\' and `/' may be use as path separators.
44910         Based on a patch from Prashant TR.
44911
44912 2000-07-31  Paul Eggert  <eggert@twinsun.com>
44913
44914         * lib/quotearg.c (quotearg_n_options): Don't make the initial
44915         slot vector a constant, since it might get modified.
44916
44917 2000-07-31  Jim Meyering  <meyering@lucent.com>
44918
44919         * lib/xmalloc.c: Use `virtual memory exhausted', not
44920         `Memory exhausted'.
44921         * lib/obstack.c (print_and_abort): Likewise.
44922
44923 2000-07-30  Paul Eggert  <eggert@twinsun.com>
44924
44925         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
44926         buffer, so that the caller can always quote one small
44927         component of a "memory exhausted" message in slot 0.
44928         From a suggestion by Jim Meyering.
44929
44930 2000-07-30  Jim Meyering  <meyering@lucent.com>
44931
44932         * lib/makepath.c (make_path): Quote the other instance, too.
44933
44934         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
44935         (STATIC_BUF_SIZE): Define.
44936         (quotearg_n_options): Use only statically allocated storage when
44937         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
44938         than STATIC_BUF_SIZE.
44939
44940 2000-07-29  Jim Meyering  <meyering@lucent.com>
44941
44942         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
44943         * lib/dirname.c (dir_name): Likewise.
44944
44945         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
44946         `/'.
44947
44948         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
44949         (dir_name): Assert that there are no trailing slashes.
44950
44951 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
44952
44953         * lib/mbswidth.h (mbswidth): Add a flags argument.
44954         (mbswidth): New declaration.
44955         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
44956         * lib/mbswidth.c (mbswidth): Add a flags argument.
44957         (mbsnwidth): New function.
44958
44959 2000-07-24  Jim Meyering  <meyering@lucent.com>
44960
44961         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
44962
44963 2000-07-23  Paul Eggert  <eggert@twinsun.com>
44964
44965         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
44966
44967 2000-07-23  Paul Eggert  <eggert@twinsun.com>
44968
44969         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
44970         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
44971         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
44972         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
44973         invoke multibyte primitives.
44974
44975 2000-07-23  Paul Eggert  <eggert@twinsun.com>
44976
44977         * lib/quotearg.c:
44978         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
44979         so that mbstate_t is always defined.
44980
44981         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
44982         be 1 in at least one GCC installation, and this configuration
44983         error is likely to be common.  Ignoring MB_LEN_MAX hurts
44984         performance on hosts that have mbrtowc but have only unibyte
44985         locales, but I assume these hosts are rare.
44986
44987 2000-07-23  Paul Eggert  <eggert@twinsun.com>
44988
44989         * lib/mbswidth.c (_XOPEN_SOURCE):
44990         Don't define; this causes problems on Solaris 7.
44991         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
44992
44993 2000-07-23  Jim Meyering  <meyering@lucent.com>
44994
44995         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
44996         too: getgrgid, getpwuid, getuid.
44997
44998 2000-07-23  Jim Meyering  <meyering@lucent.com>
44999
45000         * lib/basename.c (base_name): Add an assertion.
45001
45002 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
45003
45004         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
45005         shadow its mbsinit function.
45006
45007 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
45008
45009         * lib/mbswidth.h: New file.
45010         * lib/mbswidth.c: New file.
45011         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
45012         (noinst_HEADERS): Add mbswidth.h.
45013
45014 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
45015
45016         * lib/config.charset: Add support for FreeBSD. Improve support for
45017         HP-UX and IRIX 6.
45018
45019 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
45020
45021         * m4/mbswidth.m4: New file.
45022         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
45023
45024 2000-07-15  Jim Meyering  <meyering@lucent.com>
45025
45026         * lib/makepath.c: Include quote.h.
45027         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
45028         corresponding argument in a `quote (...)' call.
45029         Give better diagnostics.
45030
45031         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
45032         (noinst_HEADERS): Add quote.h.
45033
45034         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
45035         from tar's src/misc.c.
45036         * lib/quote.h: New file.  Prototypes for same.
45037
45038 2000-07-14  Paul Eggert  <eggert@twinsun.com>
45039
45040         From a suggestion by Bruno Haible.
45041         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
45042         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
45043         to decide whether to define the BeOS workaround macro;
45044         this adjusts to the change to AC_MBSTATE_T.
45045
45046 2000-07-14  Jim Meyering  <meyering@lucent.com>
45047
45048         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
45049         jm_AC_TYPE_UINTMAX_T.
45050
45051 2000-07-13  Paul Eggert  <eggert@twinsun.com>
45052
45053         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
45054
45055         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
45056         quotearg_buffer_restyled): Add support for
45057         clocale_quoting_style.  Undo previous change to
45058         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
45059         and "{RIGHT QUOTATION MARK}" msgids.
45060
45061 2000-07-10  Paul Eggert  <eggert@twinsun.com>
45062
45063         From a suggestion by Bruno Haible.
45064         * m4/mbstate_t.m4 (AC_MBSTATE_T):
45065         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
45066         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
45067         and mbstate_t, to a single-part test that simply defines mbstate_t.
45068         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
45069         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
45070
45071 2000-07-10  Jim Meyering  <meyering@lucent.com>
45072
45073         * m4/strerror_r.m4: Mirror the correction made in autoconf.
45074
45075         * m4/gnu-source.m4: Output to confdefs.h directly.
45076         Suggestion from Akim Demaille.
45077
45078 2000-07-09  Paul Eggert  <eggert@twinsun.com>
45079
45080         The old behavior of quoting `like this' doesn't look good with
45081         newer, ISO-style fonts.  See:
45082         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
45083
45084         Instead, quote "like this" by default.  Let the translator
45085         tailor the locale-specific quoting behavior by providing
45086         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
45087
45088         * lib/quotearg.c (N_): New macro.
45089         (gettext_default): New function.
45090         (quotearg_buffer_restyled): Use
45091         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
45092         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
45093
45094 2000-07-09  Jim Meyering  <meyering@lucent.com>
45095
45096         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
45097         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
45098
45099         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
45100         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
45101
45102 2000-07-09  Jim Meyering  <meyering@lucent.com>
45103
45104         * lib/Most files: Update copyright dates to include 2000.
45105
45106 2000-07-08  Jim Meyering  <meyering@lucent.com>
45107
45108         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
45109         if not defined.
45110         (xgethostname): Remove now-unnecessary #ifdef.
45111         Move declaration of `err' into loop where it's used.
45112
45113 2000-07-05  Paul Eggert  <eggert@twinsun.com>
45114         and Bruno Haible  <haible@clisp.cons.org>
45115
45116         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
45117         only if the test for an object-type mbstate_t fails.  This
45118         prevents us from mistakenly reporting that mbstate_t is a
45119         system object type after we "#define mbstate_t int" to work
45120         around its lack.
45121
45122 2000-07-05  Paul Eggert  <eggert@twinsun.com>
45123         and Bruno Haible  <haible@clisp.cons.org>
45124
45125         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
45126
45127 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
45128
45129         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
45130         to strerror_r.
45131         Include <ctype.h> for use of isalpha.
45132
45133 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
45134
45135         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
45136         by allocating a larger buffer. Test the gethostname return value for
45137         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
45138         returns an error and ENAMETOOLONG isn't defined.
45139
45140 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
45141
45142         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
45143         dimension.
45144
45145 2000-07-04  Jim Meyering  <meyering@lucent.com>
45146
45147         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
45148         of the deprecated AC_CHECKING.
45149
45150 2000-07-04  Jim Meyering  <meyering@lucent.com>
45151
45152         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
45153         Reported by Bruno Haible.
45154
45155 2000-07-04  Jim Meyering  <meyering@lucent.com>
45156
45157         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
45158         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
45159         lacks mbrtowc.
45160
45161 2000-07-03  Paul Eggert  <eggert@twinsun.com>
45162
45163         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
45164         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
45165
45166 2000-07-03  Paul Eggert  <eggert@twinsun.com>
45167         and Bruno Haible  <haible@clisp.cons.org>
45168
45169         * lib/quotearg.c (mbrtowc):
45170         Assign to *pwc, and return 1 only if result is nonzero.
45171         (iswprint): Use ISPRINT when substituting our own mbrtowc.
45172
45173 2000-07-03  Jim Meyering  <meyering@lucent.com>
45174
45175         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
45176
45177 2000-07-03  Jim Meyering  <meyering@lucent.com>
45178
45179         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
45180         This is necessary to get a definition of e.g., UTMP_FILE on
45181         HP-UX 10.20.
45182         From Bob Proulx.
45183
45184 2000-07-02  Jim Meyering  <meyering@lucent.com>
45185
45186         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
45187
45188         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
45189         AC_LIBOBJ(function_name).
45190         * m4/chown.m4: Likewise.
45191         * m4/fnmatch.m4: Likewise.
45192         * m4/ftruncate.m4: Likewise.
45193         * m4/getgroups.m4: Likewise.
45194         * m4/getline.m4: Likewise.
45195         * m4/group-member.m4: Likewise.
45196         * m4/jm-macros.m4: Likewise.
45197         * m4/lstat.m4: Likewise.
45198         * m4/malloc.m4: Likewise.
45199         * m4/memcmp.m4: Likewise.
45200         * m4/nanosleep.m4: Likewise.
45201         * m4/putenv.m4: Likewise.
45202         * m4/realloc.m4: Likewise.
45203         * m4/regex.m4: Likewise.
45204         * m4/stat.m4: Likewise.
45205         * m4/strftime.m4: Likewise.
45206
45207 2000-07-02  Jim Meyering  <meyering@lucent.com>
45208
45209         * lib/quotearg.c (mbstate_t): Don't define here.
45210
45211 2000-07-02  Jim Meyering  <meyering@lucent.com>
45212
45213         * lib/nanosleep.c (SIGCONT): Define if not already defined.
45214
45215 2000-07-01  Jim Meyering  <meyering@lucent.com>
45216
45217         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
45218
45219 2000-07-01  Jim Meyering  <meyering@lucent.com>
45220
45221         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
45222         problem.
45223
45224 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
45225
45226         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
45227         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
45228
45229 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
45230
45231         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
45232         per change in ../m4/ls-mntd-fs.m4.
45233         (read_filesystem_list): Ignore symbolic links.
45234
45235 2000-06-29  Jim Meyering  <meyering@lucent.com>
45236
45237         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
45238         for declaration of strcmp.
45239
45240         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
45241
45242         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
45243         Avoid warning by casting result to `char *' to remove `const'.
45244
45245 2000-06-28  Jim Meyering  <meyering@lucent.com>
45246
45247         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
45248         included by quotearg.c, for which we perform this test.  From
45249         Bruno Haible.
45250
45251 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
45252
45253         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
45254         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
45255         <utmpx.h> exists, put readutmp.o into LIBOBJS.
45256
45257 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
45258
45259         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
45260
45261 2000-06-26  Paul Eggert  <eggert@twinsun.com>
45262
45263         savedir now sets errno on failure and invokes xmalloc to get memory.
45264         Fix a couple of other minor bugs while we're at it.
45265
45266         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
45267         (NAMLEN): Remove macro.
45268         (malloc, realloc): Remove decls.
45269         (stpcpy): Likewise.
45270         ("xalloc.h"): Include.
45271         (NAME_SIZE_DEFAULT): New macro.
45272         (savedir): Use xmalloc / xrealloc to allocate memory.
45273         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
45274         Skip "" directory entries.
45275         Use strlen to calculate directory entry length, since the old method
45276         is rarely used these days and isn't worth supporting.
45277         Don't use a pointer after freeing it.
45278         Check for integer overflow when calculating allocation size.
45279         Use memcpy to copy entries, instead of stpcpy.
45280         Set errno properly when returning NULL.
45281         Check for readdir error.
45282
45283 2000-06-26  Jim Meyering  <meyering@lucent.com>
45284
45285         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
45286
45287 2000-06-25  Jim Meyering  <meyering@lucent.com>
45288
45289         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
45290         Linux header bug when _XOPEN_SOURCE is defined to 500.
45291
45292 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
45293
45294         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
45295         deficiency.
45296
45297 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
45298
45299         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
45300         Include xalloc.h.
45301         Don't include <stdlib.h>.  Don't declare malloc, realloc.
45302
45303 2000-06-24  Jim Meyering  <meyering@lucent.com>
45304
45305         * m4/strerror_r.m4: Revive this file -- to try out an experimental
45306         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
45307         for which strerror does return char*, but which lacks a conveniently
45308         accessible declaration of the function.  If the compile-test says
45309         strerror_r doesn't work, then resort to a `run'-test that works on
45310         BeOS and segfaults on DEC Unix.
45311
45312 2000-06-24  Jim Meyering  <meyering@lucent.com>
45313
45314         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
45315
45316 2000-06-23  Paul Eggert  <eggert@twinsun.com>
45317
45318         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
45319         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
45320
45321 2000-06-23  Paul Eggert  <eggert@twinsun.com>
45322
45323         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
45324         (mbrtowc, mbstate_t): Define substitutes if
45325         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
45326         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
45327         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
45328
45329 2000-06-23  Jim Meyering  <meyering@lucent.com>
45330
45331         * m4/afs.m4: Add missing AC_MSG_RESULT.
45332         Reported by Bruno Haible.
45333
45334         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
45335         Suggestion from Bruno Haible.
45336
45337 2000-06-23  Jim Meyering  <meyering@lucent.com>
45338
45339         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
45340
45341 2000-06-21  Jim Meyering  <meyering@lucent.com>
45342
45343         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
45344
45345 2000-06-21  Jim Meyering  <meyering@lucent.com>
45346
45347         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
45348         (noinst_HEADERS): Add getstr.h.
45349
45350         * lib/getline.c (getstr): Move into a separate file.
45351         * lib/getstr.c (getstr): New file, extracted from getline.c, with
45352         the following changes: new parameter, delim2; both delim[12]
45353         parameters have type `int', not `char'.  The latter would lose
45354         with 8-bit delimiters.
45355         * lib/getstr.h: New file.
45356
45357 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
45358
45359         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
45360         than 1024, return a memory chunk of least possible size, instead
45361         of size PATH_MAX + 2. In the loop, increment the size proportionally.
45362         Use free/xmalloc instead of xrealloc to avoid copying for very long
45363         paths.
45364
45365 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
45366
45367         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
45368         the empty string.
45369
45370 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
45371
45372         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
45373         address, not strdup.  Include <stdlib.h> and don't declare free().
45374
45375 2000-06-19  Jim Meyering  <meyering@lucent.com>
45376
45377         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
45378
45379 2000-06-18  Jim Meyering  <meyering@lucent.com>
45380
45381         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
45382
45383         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
45384         `checking whether...' message to be consistent with that of the
45385         lstat test.
45386
45387 2000-06-18  Jim Meyering  <meyering@lucent.com>
45388
45389         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
45390         Besides, these days every porting target provides a mkdir function.
45391
45392         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
45393         needed. (this snippet comes from src/system.h).
45394
45395 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
45396
45397         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
45398
45399 2000-06-15  Paul Eggert  <eggert@twinsun.com>
45400
45401         * lib/human.c (adjust_value): New function.
45402         (human_readable_inexact): Apply rounding style even when
45403         printing approximate values.
45404
45405 2000-06-14  Paul Eggert  <eggert@twinsun.com>
45406
45407         * lib/human.c (human_readable_inexact): Allow an input block
45408         size that is not a multiple of the output block size, and vice versa.
45409         Reported by Piergiorgio Sartor.
45410
45411 2000-06-14  Paul Eggert  <eggert@twinsun.com>
45412
45413         * lib/getdate.y (get_date): Apply relative times after time
45414         zone indicator, not before.  Reported by Todd A. Jacobs.
45415
45416 2000-06-13  Jim Meyering  <meyering@lucent.com>
45417
45418         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
45419
45420         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
45421
45422 2000-06-12  Paul Eggert  <eggert@twinsun.com>
45423
45424         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
45425
45426 2000-06-12  Jim Meyering  <meyering@lucent.com>
45427
45428         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
45429         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
45430         optional argument.
45431         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
45432         the optional argument, `lib'.
45433
45434 2000-06-08  Jim Meyering  <meyering@lucent.com>
45435
45436         * m4/largefile.m4: Remove file (now that it's part of autoconf).
45437
45438 2000-06-04  Paul Eggert  <eggert@twinsun.com>
45439
45440         Rewrite largefile configuration so that we don't need to run
45441         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
45442         AC_CANONICAL_HOST in configure.in -- jmm]
45443
45444         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
45445         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
45446         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
45447         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
45448         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
45449         All uses changed.
45450         Instead of inspecting the output of getconf, try to compile the
45451         test program without and with the macro definition.
45452         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
45453         for getconf.  Instead, check for the needed flags by compiling
45454         test programs.
45455
45456 2000-06-04  Paul Eggert  <eggert@twinsun.com>
45457
45458         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
45459
45460 2000-06-04  Jim Meyering  <meyering@lucent.com>
45461
45462         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
45463         SunOS 4.1.4 for which gid_t is an unsigned type.
45464
45465 2000-06-03  Jim Meyering  <meyering@lucent.com>
45466
45467         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
45468         now that autoconf requires that.
45469
45470         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
45471         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
45472         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
45473
45474 2000-06-03  Jim Meyering  <meyering@lucent.com>
45475
45476         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
45477
45478 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
45479
45480         * m4/glibc21.m4: New file.
45481         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
45482
45483 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
45484
45485         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
45486         newer, don't install charset.alias.
45487         * lib/config.charset: Change the Linux/glibc rules so they become empty
45488         on glibc-2.1 or newer.
45489
45490 2000-06-02  Jim Meyering  <meyering@lucent.com>
45491
45492         * lib/mountlist.c: Back out last change.  Instead, do this...
45493         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
45494         me_dummy member using the same `ignore'-testing code.
45495         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
45496         fs_type strings.
45497         From Mark D. Roth.
45498
45499 2000-05-29  Jim Meyering  <meyering@lucent.com>
45500
45501         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
45502         mounts with the `ignore' attribute.  Based on a patch from
45503         Mark D. Roth.
45504
45505 2000-05-28  Jim Meyering  <meyering@lucent.com>
45506
45507         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
45508         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
45509         * m4/stat.m4: Likewise.
45510         * m4/lstat.m4: Likewise.
45511         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
45512
45513         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
45514         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
45515
45516 2000-05-26  Jim Meyering  <meyering@lucent.com>
45517
45518         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
45519
45520 2000-05-24  Jim Meyering  <meyering@lucent.com>
45521
45522         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
45523         autoconf requires that.
45524         * m4/lib-check.m4: Likewise.
45525         * m4/jm-macros.m4: Likewise.
45526         * m4/strftime.m4: Likewise.
45527
45528         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
45529         AC_CHECK_DECLS, now that autoconf requires that.
45530
45531 2000-05-22  Jim Meyering  <meyering@lucent.com>
45532
45533         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
45534         * m4/lstat.m4: Likewise.
45535
45536 2000-05-22  Jim Meyering  <meyering@lucent.com>
45537
45538         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
45539
45540 2000-05-20  Jim Meyering  <meyering@lucent.com>
45541
45542         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
45543         (jm_PREREQ): Use it.
45544
45545 2000-05-18  Jim Meyering  <meyering@lucent.com>
45546
45547         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
45548         back, too, since it may have been modified by allocate_entry.
45549         (hash_delete): Rewrite to use neither the assignment operator
45550         nor the comma operator in an if-expression.
45551
45552 2000-05-15  Paul Eggert  <eggert@twinsun.com>
45553
45554         * lib/closeout.c:
45555         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
45556         Remove; no longer needed.
45557         "quotearg.h": Add include.
45558         (file_name): Do not bother to explicitly initialize to NULL; it's less
45559         efficient on some hosts.
45560         (close_stdout_status): Remove test as to whether stdout was already
45561         closed; it breaks for the case "echo x | sort >&-".
45562         Quote file name colons.
45563         Do not assume that _("write error") lacks format strings.
45564
45565 2000-05-15  Jim Meyering  <meyering@lucent.com>
45566
45567         * lib/version-etc.c (version_etc_copyright): Update the copyright
45568         string used in all --version output.
45569
45570 2000-05-14  Jim Meyering  <meyering@lucent.com>
45571
45572         * lib/closeout.c (close_stdout_set_file_name): New function.
45573         (close_stdout_status): Use new file-scoped global.
45574         Return right away if fstat says the stdout file descriptor is invalid.
45575         * lib/closeout.h (close_stdout_set_file_name): Declare.
45576
45577 2000-05-10  Jim Meyering  <meyering@lucent.com>
45578
45579         * lib/closeout.c [default_exit_status]: New file-scoped variable.
45580         (close_stdout_set_status): New function.
45581         * lib/closeout.h (close_stdout_set_status): Declare.
45582
45583 2000-05-09  Jim Meyering  <meyering@lucent.com>
45584
45585         * m4/gettext.m4: Rename this...
45586         * m4/libintl.m4: ...to this.
45587
45588 2000-05-08  Jim Meyering  <meyering@lucent.com>
45589
45590         * lib/long-options.c: Don't include closeout.h.
45591         (parse_long_options): Don't call close_stdout for --version.
45592
45593 2000-05-06  Paul Eggert  <eggert@twinsun.com>
45594
45595         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
45596         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
45597         2.1.3 bug.  This avoids a clash when files like regex.c define
45598         _GNU_SOURCE.
45599
45600 2000-05-06  Jim Meyering  <meyering@lucent.com>
45601
45602         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
45603         (AC_REPLACE_FUNCS): Add strnlen.
45604
45605         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
45606         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
45607
45608         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
45609         AC_SEARCH_LIBS call for nanosleep.
45610         (LIB_NANOSLEEP): Set and AC_SUBST.
45611
45612 2000-05-06  Jim Meyering  <meyering@lucent.com>
45613
45614         * lib/strnlen.c: Undefine __strnlen and strnlen.
45615         [!weak_alias]: Define __strnlen to strnlen.
45616
45617         * lib/atexit.c: New file, from libiberty.
45618
45619 2000-05-06  Jim Meyering  <meyering@lucent.com>
45620
45621         * lib/closeout.c (close_stdout_status): Also check for errors on the
45622         stderr stream.
45623
45624 2000-05-05  Jim Meyering  <meyering@lucent.com>
45625
45626         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
45627         AC_SEARCH_LIBS call for clock_gettime.
45628         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
45629
45630         * m4/search-libs.m4: Update from autoconf.
45631
45632         su doesn't work on Solaris 2.6.
45633         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
45634         <shadow.h>.  Reported by Dragos Harabor.
45635
45636 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
45637
45638         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
45639         memcpy instead of xmalloc, xrealloc, path_concat.
45640         (locale_charset): Treat empty environment variables as absent.
45641         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
45642
45643 2000-05-04  Jim Meyering  <meyering@lucent.com>
45644
45645         * lib/getopt.c: Update from glibc.
45646         * lib/obstack.c: Likewise.
45647         * lib/obstack.h: Likewise.
45648         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
45649         file
45650
45651         * lib/regex.h: Likewise.
45652         * lib/strndup.c: Likewise.
45653         * lib/strnlen.c: New file, from glibc.
45654
45655 2000-05-03  Jim Meyering  <meyering@lucent.com>
45656
45657         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
45658
45659 2000-05-02  Paul Eggert  <eggert@twinsun.com>
45660
45661         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
45662         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
45663         compile-time test, rather than inspecting host and OS, to
45664         decide whether to define _LARGEFILE_SOURCE.
45665
45666 2000-05-01  Jim Meyering  <meyering@lucent.com>
45667
45668         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
45669
45670         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
45671         Based on a patch from Bruno Haible.
45672
45673 2000-05-01  Jim Meyering  <meyering@lucent.com>
45674
45675         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
45676
45677 2000-04-29  Jim Meyering  <meyering@lucent.com>
45678
45679         * lib/path-concat.c: Declare strdup only if it's not defined.
45680         * lib/canon-host.c: Likewise.
45681
45682 2000-04-28  Jim Meyering  <meyering@lucent.com>
45683
45684         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
45685         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
45686         is included first, then limits.h is included by locale.h by libintl.h.
45687         From John David Anglin.
45688
45689 2000-04-25  Jim Meyering  <meyering@lucent.com>
45690
45691         * lib/makepath.c (S_IRWXUGO): Define.
45692         (make_path): Always perform explicit chmod if MODE specifies any
45693         of the `special' permission bits.  Prompted by a bug report against
45694         install from Mate Wierdl and Joost van Baal.
45695
45696 2000-04-18  Jim Meyering  <meyering@lucent.com>
45697
45698         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
45699         (jm_PREREQ): Use it.
45700
45701 2000-04-18  Jim Meyering  <meyering@lucent.com>
45702
45703         * lib/README: New file.
45704
45705         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
45706         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
45707
45708 2000-04-17  Jim Meyering  <meyering@lucent.com>
45709
45710         Get it right :-)
45711         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
45712         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
45713         Suggestion from Akim Demaille.
45714
45715 2000-04-17  Jim Meyering  <meyering@lucent.com>
45716
45717         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
45718         the definition of it to rpl_strftime also defined-away the system's
45719         declaration.
45720
45721 2000-04-15  Jim Meyering  <meyering@lucent.com>
45722
45723         Use `C' to denote so-called `contiguous' files, the same way
45724         that tar does.
45725         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
45726         (ftypelet): Use S_ISCTG.
45727         From Michael Deutschmann.
45728
45729 2000-04-14  Jim Meyering  <meyering@lucent.com>
45730
45731         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
45732         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
45733         clobbered.
45734
45735 2000-04-14  Jim Meyering  <meyering@lucent.com>
45736
45737         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
45738
45739 2000-04-13  Jim Meyering  <meyering@lucent.com>
45740
45741         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
45742         AH_VERBATIM to insert required #ifndef into config.h.in.
45743         Suggestion from Akim Demaille.
45744
45745 2000-04-12  Jim Meyering  <meyering@lucent.com>
45746
45747         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
45748         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
45749         Christian Krackowizer.
45750
45751         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
45752         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
45753         (AC_SYS_LARGEFILE): Require.
45754         (AM_C_PROTOTYPES): Require.
45755
45756 2000-04-08  Jim Meyering  <meyering@lucent.com>
45757
45758         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
45759         names don't conflict.  Reported by Eli Zaretskii.
45760
45761 2000-04-07  Jim Meyering  <meyering@lucent.com>
45762
45763         * lib/putenv.c: Move inclusion of errno.h so it follows that of
45764         sys/types.h, to work around system header problems on AIX 3.2.5.
45765         From Bruno Haible.
45766
45767 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
45768
45769         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
45770         bug.  Deal with the different error behavior of Irix iconv.
45771
45772 2000-04-05  Paul Eggert  <eggert@twinsun.com>
45773
45774         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
45775         IRIX if the installer said otherwise.
45776
45777 2000-04-05  Jim Meyering  <meyering@lucent.com>
45778
45779         Portability tweaks required for ultrix4.3.
45780         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
45781         (jm_CHECK_DECLS): Add getutent to the list of functions.
45782         (_jm_DECL_HEADERS): Add utmpx.h.
45783         From John David Anglin.
45784
45785         * m4/strftime.m4: Back out the 2000-04-02 change.
45786         Instead of that change, simply undefine putenv in the test program.
45787
45788 2000-04-05  Jim Meyering  <meyering@lucent.com>
45789
45790         Portability tweaks required for ultrix4.3.
45791         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
45792         getutent.
45793         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
45794         * lib/canon-host.c: Declare strdup.
45795         * lib/path-concat.c: Likewise.
45796         From John David Anglin.
45797
45798 2000-04-04  Jim Meyering  <meyering@lucent.com>
45799
45800         Be more DOS 8.3-friendly.
45801         * lib/ref-add.sin: Renamed from ref-add.sed.in.
45802         * lib/ref-del.sin: Renamed from ref-del.sed.in.
45803         * lib/Makefile.am: Reflect renaming.
45804         Reported by Eli Zaretskii.
45805
45806         Use a temporary file name that won't clash with `charset.alias'
45807         in the DOS 8.3 name space.
45808         * lib/Makefile.am (charset_tmp): Define.
45809         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
45810         (uninstall-local): Likewise.
45811         Reported by Eli Zaretskii.
45812
45813 2000-04-03  Jim Meyering  <meyering@lucent.com>
45814
45815         * m4/gettext.m4: Fix typo in comment.
45816
45817         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
45818         textutils/configure.in).  Suggestion from Paul Eggert.
45819         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
45820
45821 2000-04-02  Paul Eggert  <eggert@twinsun.com>
45822
45823         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
45824         variable in the shell rather than using putenv, which isn't
45825         portable.  This avoids the configure-time inter-test dependency
45826         on the potentially-renamed putenv function.
45827
45828 2000-03-30  Paul Eggert  <eggert@twinsun.com>
45829
45830         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
45831         before checking struct stat.st_blksize, so that
45832         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
45833
45834 2000-03-29  Paul Eggert  <eggert@twinsun.com>
45835
45836         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
45837         since strftime.c uses HAVE_STRFTIME to decide whether to use
45838         the underlying strftime.
45839
45840 2000-03-29  Paul Eggert  <eggert@twinsun.com>
45841
45842         * lib/time/strftime.c (my_strftime): Make sure we call the system
45843         strftime, not ourselves, when invoking the underlying strftime.
45844
45845 2000-03-24  Jim Meyering  <meyering@lucent.com>
45846
45847         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
45848         (charset_alias): Define.
45849         (install-exec-local): Factor out common code.
45850         (uninstall-local): Split lines longer than 80.
45851         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
45852         (SUFFIXES): Define.
45853         (.sed.in.sed): New rule.  Don't redirect directly to $@.
45854         (CLEANFILES): Add ref-add.sed and ref-del.sed.
45855
45856 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
45857
45858         * lib/config.charset: Output a line containing "Packages using this
45859         file".
45860         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
45861         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
45862         ref-del.sed): New rules.
45863
45864 2000-03-17  Jim Meyering  <meyering@lucent.com>
45865
45866         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
45867         Otherwise, include <strings.h>
45868
45869 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
45870
45871         * lib/unicodeio.c (utf8_wctomb): New function.
45872         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
45873         format instead of in UCS-4 with platform dependent endianness.
45874
45875 2000-03-10  Jim Meyering  <meyering@lucent.com>
45876
45877         * m4/lib-check.m4: Look for getspnam in -lgen, too.
45878         From Marco Franzen.
45879
45880 2000-03-07  Paul Eggert  <eggert@twinsun.com>
45881
45882         * lib/savedir.c (savedir): Work even if directory size is
45883         negative; this can happen with some screwy NFS configurations.
45884
45885 2000-03-06  Jim Meyering  <meyering@lucent.com>
45886
45887         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
45888         if it's NULL (because we ran out of memory).  From Bruno Haible.
45889
45890 2000-03-05  Jim Meyering  <meyering@lucent.com>
45891
45892         * lib/localcharset.c ("path-concat.h"): Include.
45893         (get_charset_aliases): Use path_concat instead of ANSI string
45894         concatenation.
45895
45896         * lib/unicodeio.h (PARAMS): Define.
45897         Use it to guard prototype.
45898
45899 2000-03-04  Jim Meyering  <meyering@lucent.com>
45900
45901         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
45902         for lib/localcharset.c.
45903
45904 2000-03-04  Jim Meyering  <meyering@lucent.com>
45905
45906         * lib/Makefile.am (install-exec-local): Create $(libdir) before
45907         installing into it.
45908         (uninstall-local): Uncomment this rule so `make distcheck' works
45909         once again.
45910
45911         * lib/unicodeio.c (<errno.h>): Include it.
45912         (errno): Declare if not defined.
45913
45914         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
45915
45916         * lib/config.charset: New version, incorporating remarks from a linux
45917         i18n mailing list.  From Bruno Haible.
45918
45919 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
45920
45921         * m4/codeset.m4: New file.
45922         * m4/iconv.m4: New file.
45923         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
45924
45925 2000-03-03  Jim Meyering  <meyering@lucent.com>
45926
45927         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
45928
45929 2000-03-02  Jim Meyering  <meyering@lucent.com>
45930
45931         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
45932         the messages come out on separate lines.
45933
45934         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
45935         rather than jm_CHECK_DECLARATIONS.
45936         * m4/decl.m4: Remove now-unused file.
45937
45938         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
45939         geteuid.
45940
45941 2000-03-02  Jim Meyering  <meyering@lucent.com>
45942
45943         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
45944
45945 2000-03-01  Jim Meyering  <meyering@lucent.com>
45946
45947         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
45948         * lib/unicodeio.c: Likewise.
45949
45950 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
45951
45952         * lib/config.charset: New file.
45953         * lib/localcharset.c: New file.
45954         * lib/unicodeio.h, lib/unicodeio.c: New files.
45955         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
45956         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
45957         (noinst_HEADERS): Add unicodeio.h.
45958         (all-local, install-exec-local, charset.alias): New targets.
45959
45960 2000-02-28  Paul Eggert  <eggert@twinsun.com>
45961
45962         * lib/quotearg.c (ALERT_CHAR): New macro.
45963         (quotearg_buffer_restyled): Use it.
45964
45965 2000-02-27  Jim Meyering  <meyering@lucent.com>
45966
45967         * m4/check-decl.m4: Add getenv to the list.
45968
45969 2000-02-27  Jim Meyering  <meyering@lucent.com>
45970
45971         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
45972         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
45973
45974         * lib/backupfile.c: Guard inclusion of stdlib.h with
45975         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
45976         Declare malloc if needed.
45977
45978         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
45979         `#ifndef HAVE_DECL..'
45980         now that autoconf always defines the HAVE_DECL_ symbols.
45981         * lib/human.c: Likewise.
45982         * lib/same.c: Likewise.
45983         * lib/strtoumax.c: Likewise.
45984
45985         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
45986         declaration check was not run.
45987         * lib/hash.c: Likewise.
45988         * lib/human.c: Likewise.
45989         * lib/same.c: Likewise.
45990         * lib/strtoumax.c: Likewise.
45991
45992         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
45993         `.', then first look up the entire `.'-containing string as a login
45994         name.
45995
45996 2000-02-23  Jim Meyering  <meyering@lucent.com>
45997
45998         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
45999         in place of my hack.
46000
46001 2000-02-18  Paul Eggert  <eggert@twinsun.com>
46002
46003         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
46004         (textint): New typedef.
46005         (parser_control): Member year changed from int to textint.
46006         All uses changed.
46007         (YYSTYPE): Removed; replaced by %union with int and textint members.
46008         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
46009         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
46010         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
46011         (tSNUMBER, tUNUMBER): Now of type <textintval>.
46012         (date, number, to_year): Use width of number in digits, not its value,
46013         to determine whether it's a 2-digit year, or a 2-digit time.
46014         (yylex): Store number of digits of numeric tokens.
46015         Reported by John Kendall.
46016
46017         (parser_control): Changed from struct parser_control to typedef (for
46018         consistency).  All uses changed.
46019
46020         (tID): Removed; not used.
46021         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
46022
46023 2000-02-14  Paul Eggert  <eggert@twinsun.com>
46024
46025         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
46026         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
46027
46028 2000-02-12  Jim Meyering  <meyering@lucent.com>
46029
46030         * lib/userspec.c (ISDIGIT): Define it.
46031         (isdigit): Remove definition.
46032         (is_number): Use ISDIGIT, not isdigit.
46033         <libintl.h>: Include.
46034         (_ and N_): Define.
46035         (parse_user_spec): Mark translatable strings.
46036
46037 2000-02-10  Jim Meyering  <meyering@lucent.com>
46038
46039         With these changes, nanosleep.[ch] are finally enough like the other
46040         lib/* replacement files to compile on a few more losing systems.
46041
46042         * lib/nanosleep.h: Don't include config.h.
46043         Remove prototype from declaration of nanosleep.
46044         (PARAMS): Remove now-unneeded definition.
46045         * lib/nanosleep.c: #undef nanosleep.
46046         (rpl_nanosleep): Rename from nanosleep.
46047
46048 2000-02-10  Jim Meyering  <meyering@lucent.com>
46049
46050         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
46051         gnu_nanosleep to rpl_nanosleep.
46052
46053 2000-02-09  Jim Meyering  <meyering@lucent.com>
46054
46055         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
46056         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
46057
46058 2000-02-08  Akim Demaille  <akim@epita.fr>
46059
46060         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
46061         `[' and `]' and remove uses of `changequote'.
46062         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
46063         (AC_SYS_LARGEFILE): Likewise.
46064         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
46065         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
46066         of changequote.
46067         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
46068         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
46069         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
46070         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
46071
46072 2000-02-05  Jim Meyering  <meyering@lucent.com>
46073
46074         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
46075         Remove explicit use of AC_HEADER_TIME.  It is required by
46076         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
46077         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
46078         in autoconf whereby the expansion of the latter ended up preceding
46079         the expansion of its prerequisite, AC_HEADER_TIME.
46080         Reported by Volker Borchert.
46081
46082 2000-02-03  Jim Meyering  <meyering@lucent.com>
46083
46084         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
46085
46086 2000-02-03  Jim Meyering  <meyering@lucent.com>
46087
46088         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
46089         rather than with `#if HAVE_UTMPNAME'.
46090
46091 2000-02-02  Jim Meyering  <meyering@lucent.com>
46092
46093         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
46094         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
46095         Reported by Eli Zaretskii.
46096
46097 2000-02-01  Jim Meyering  <meyering@lucent.com>
46098
46099         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
46100
46101 2000-01-31  Jim Meyering  <meyering@lucent.com>
46102
46103         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
46104         functions.  Add the time.h and sys/time.h headers along with the
46105         AC_REQUIRE'ment of AC_HEADER_TIME.
46106
46107 2000-01-31  Jim Meyering  <meyering@lucent.com>
46108
46109         * lib/nanosleep.h (nanosleep): Guard declaration with
46110         `#if ! HAVE_DECL_NANOSLEEP'.
46111         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
46112         the declaration in that vendor's sys/timers.h.
46113         Reported by Christian Krackowizer.
46114
46115         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
46116         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
46117         (ISPRINT): Likewise.
46118         Reported by Tom Tromey.
46119
46120 2000-01-30  Jim Meyering  <meyering@lucent.com>
46121
46122         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
46123
46124         * m4/prereq.m4 (utmp_includes): Define.
46125         Check for ut_user and ut_name members in both struct utmpx
46126         and struct utmp.
46127
46128 2000-01-30  Jim Meyering  <meyering@lucent.com>
46129
46130         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
46131         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
46132         header files where only utmpx.ut_user is declared.
46133
46134         * lib/readutmp.h (UT_USER): Define.
46135
46136 2000-01-29  Jim Meyering  <meyering@lucent.com>
46137
46138         * m4/lib-check.m4: New file containing library-related checks from
46139         fileutils and sh-utils (textutils had none).
46140
46141 2000-01-28  Jim Meyering  <meyering@lucent.com>
46142
46143         * m4/perl.m4: Change format of warning message to look more like that
46144         from the missing script.  Suggestion from François Pinard.
46145
46146 2000-01-25  Jim Meyering  <meyering@lucent.com>
46147
46148         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
46149         well as time.h in the compile check.
46150         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
46151         Fix typo in cross-compiling case: s/yes/no/.
46152
46153 2000-01-23  Jim Meyering  <meyering@lucent.com>
46154
46155         * m4/jm-macros.m4: Move df-related tests here from
46156         fileutils/configure.in
46157
46158         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
46159         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
46160
46161         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
46162         s/space/ac_fsusage_space/.
46163         (jm_FILE_SYSTEM_USAGE): Take two parameters.
46164
46165         * m4/ftruncate.m4: New file (derived from part of
46166         fileutils/configure.in).
46167         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
46168         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
46169
46170         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
46171         AC_SUBST these here, rather than just in sh-util/configure.in, so
46172         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
46173         all the same.
46174         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
46175         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
46176         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
46177         (AC_SUBST(POW_LIBM)): Likewise.
46178         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
46179
46180 2000-01-23  Jim Meyering  <meyering@lucent.com>
46181
46182         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
46183         obstack.c.
46184
46185 2000-01-22  Jim Meyering  <meyering@lucent.com>
46186
46187         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
46188
46189         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
46190
46191         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
46192         configure.in
46193         (AC_CHECK_HEADERS): Likewise for sh-utils.
46194         (AC_CHECK_HEADERS): Likewise for textutils.
46195         Merge the three lists of headers.
46196
46197         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
46198         from fileutils' configure.in.
46199
46200         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
46201         code. Moved tests into their own function (_jm_DECL_HEADERS) in
46202         check-decl.m4.
46203
46204         * m4/check-decl.m4: Use #if rather than #ifdef.
46205         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
46206         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
46207         (_jm_DECL_HEADERS): Define new function.
46208         (jm_CHECK_DECLARATIONS): Require it.
46209
46210 2000-01-22  Jim Meyering  <meyering@lucent.com>
46211
46212         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
46213         [! HAVE_DECL_STRTOULL]: Declare strtoull.
46214         Required for some AIX systems.  Reported by Christian Krackowizer.
46215         [TESTING] (main): New function.
46216
46217         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
46218         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
46219         letters.
46220
46221         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
46222         iswprint.
46223
46224         * lib/strverscmp.c (ISDIGIT): Define.
46225         (strverscmp): Use ISDIGIT, not isdigit.
46226
46227 2000-01-19  Jim Meyering  <meyering@lucent.com>
46228
46229         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
46230         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
46231         defines `struct timespec' in <sys/time.h>
46232
46233         * m4/c-bs-a.m4: Remove uses of changequote altogether.
46234         Thanks to Akim for explaining.
46235
46236 2000-01-17  Paul Eggert  <eggert@twinsun.com>
46237
46238         * lib/nanosleep.c (nanosleep):
46239         Don't use SA_INTERRUPT to decide whether to call sigaction, as
46240         POSIX.1 doesn't require SA_INTERRUPT and some systems
46241         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
46242         it's been part of POSIX.1 since day 1 (in 1988).
46243
46244 2000-01-17  Jim Meyering  <meyering@lucent.com>
46245
46246         * lib/interlock: Remove unused file.  Reported by François Pinard.
46247
46248 2000-01-16  Paul Eggert  <eggert@twinsun.com>
46249
46250         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
46251         alert, backslash, formfeed, and vertical tab unnecessarily in
46252         shell quoting style.
46253
46254 2000-01-16  Jim Meyering  <meyering@lucent.com>
46255
46256         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
46257         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
46258         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
46259         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
46260
46261 2000-01-16  Jim Meyering  <meyering@lucent.com>
46262
46263         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
46264         because the latter didn't work.
46265
46266 2000-01-15  Jim Meyering  <meyering@lucent.com>
46267
46268         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
46269         (AC_REPLACE_FUNCS): Add memcpy and memset.
46270         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
46271         Add strpbrk.
46272         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
46273
46274 2000-01-12  Jim Meyering  <meyering@lucent.com>
46275
46276         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
46277         (jm_PREREQ): Use it.
46278         (jm_PREREQ_READUTMP): New macro.
46279         (jm_PREREQ): Use it.
46280
46281 2000-01-11  Paul Eggert  <eggert@twinsun.com>
46282
46283         Quote multibyte characters correctly.
46284         * m4/c-bs-a.m4: New file.
46285         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
46286         (jm_PREREQ): Use it.
46287
46288 2000-01-11  Paul Eggert  <eggert@twinsun.com>
46289
46290         * m4/uintmax_t.m4: Port to autoconf 2.13.
46291
46292 2000-01-08  Jim Meyering  <meyering@ascend.com>
46293
46294         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
46295         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
46296
46297 2000-01-04  Jim Meyering  <meyering@ascend.com>
46298
46299         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
46300         jm_STRUCT_DIRENT_D_TYPE.
46301         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
46302         jm_STRUCT_DIRENT_D_INO.
46303         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
46304         jm_STRUCT_UTIMBUF.
46305         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
46306         renamings.
46307         * m4/utime.m4: Likewise.
46308
46309         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
46310         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
46311
46312 2000-01-03  Paul Eggert  <eggert@twinsun.com>
46313
46314         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
46315         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
46316
46317 2000-01-02  Jim Meyering  <meyering@ascend.com>
46318
46319         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
46320         remember if this is necessary.
46321
46322 1999-12-26  Jim Meyering  <meyering@ascend.com>
46323
46324         * m4/jm-macros.m4: Use it here.
46325         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
46326
46327 1999-12-23  Jim Meyering  <meyering@ascend.com>
46328
46329         * m4/jm-macros.m4: Check for clock_gettime (moved from
46330         fileutils/configure.in)
46331         Check for gettimeofday.
46332
46333 1999-12-20  Jim Meyering  <meyering@ascend.com>
46334
46335         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
46336         autoconf-2.14a-1999-12-20.
46337
46338 1999-12-19  Jim Meyering  <meyering@ascend.com>
46339
46340         * m4/lstat-slash.m4: New file.
46341         * m4/jm-macros.m4: Use the new macro:
46342         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
46343
46344 1999-12-07  Jim Meyering  <meyering@ascend.com>
46345
46346         * m4/perl.m4: Require that File::Compare be available, too.
46347         Too many systems seem to lack it.
46348
46349         * m4/strftime.m4: Add checks for most of the cpp macros tested in
46350         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
46351
46352 1999-11-18  Paul Eggert  <eggert@twinsun.com>
46353
46354         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
46355         problem with the QNX 4.25 shell, which doesn't propagate exit
46356         status of failed commands inside shell assignments.
46357
46358 1999-11-17  Jim Meyering  <meyering@ascend.com>
46359
46360         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
46361
46362 1999-11-07  Jim Meyering  <meyering@ascend.com>
46363
46364         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
46365
46366 1999-11-06  Jim Meyering  <meyering@ascend.com>
46367
46368         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
46369         * m4/jm-macros.m4 (jm_MACROS): Use it here.
46370
46371 1999-11-05  Jim Meyering  <meyering@ascend.com>
46372
46373         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
46374         configure.in of textutils, fileutils, and sh-utils into this one
46375         (shared between those packages) file.
46376         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
46377         AC_STRUCT_ST_BLKSIZE.
46378
46379 1999-11-03  Jim Meyering  <meyering@ascend.com>
46380
46381         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
46382         of AC_CHECK_TYPE checks includes unistd.h.
46383         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
46384         Suggestion from Akim Demaille.
46385
46386 1999-10-30  Jim Meyering  <meyering@ascend.com>
46387
46388         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
46389         m4-quoted string.
46390         * m4/ls-mntd-fs.m4: Likewise.
46391         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
46392         * m4/jm-winsz1.m4: Likewise.
46393
46394         * m4/const.m4: Remove file, since the fix made it into the experimental
46395         version of autoconf.
46396         * m4/mktime.m4: Likewise.
46397
46398         * m4/check-type.m4: Remove file, now that the latest version of
46399         AC_CHECK_TYPE takes a third arg to specify additional #includes.
46400
46401         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
46402         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
46403         AC_CHECK_TYPE.
46404
46405 1999-10-04  Jim Meyering  <meyering@ascend.com>
46406
46407         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
46408
46409 1999-09-22  Paul Eggert  <eggert@twinsun.com>
46410
46411         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
46412         2.95.1 bug with HP-UX 10.20.
46413
46414 1999-09-17  Jim Meyering  <meyering@ascend.com>
46415
46416         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
46417         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
46418         due to missing strdup (against sh-utils-2.0).
46419
46420 1999-08-29  Jim Meyering  <meyering@ascend.com>
46421
46422         * m4/jm-macros.m4: Require jm_BISON.
46423         * m4/bison.m4: New file.
46424
46425 1999-08-17  Paul Eggert  <eggert@twinsun.com>
46426
46427         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
46428         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
46429
46430 1999-08-05  Jim Meyering  <meyering@ascend.com>
46431
46432         * m4/getline.m4: Rename test file from conftestdata to conftest.data
46433         to avoid conflicts with `conftest' on 8+3 filesystems.
46434         Suggestion from Eli Zaretskii.
46435
46436 1999-08-04  Jim Meyering  <meyering@ascend.com>
46437
46438         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
46439         fileutils and sh-utils (textutils's getline test was inadequate).
46440         (AM_FUNC_GETLINE): Run this test.
46441         (AC_CHECK_FUNCS): Check for getdelim.
46442         Reported by Bob Proulx.
46443
46444 1999-08-02  Jim Meyering  <meyering@ascend.com>
46445
46446         * m4/jm-macros.m4: Add a comment.
46447
46448 1999-08-01  Paul Eggert  <eggert@twinsun.com>
46449
46450         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
46451         <inttypes.h> defines strtoumax as a macro (and not as a
46452         function).
46453
46454 1999-08-01  Paul Eggert  <eggert@twinsun.com>
46455
46456         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
46457         that we can shift, multiply and divide unsigned long long
46458         values; Ultrix cc can't do it.
46459
46460 1999-08-01  Paul Eggert  <eggert@twinsun.com>
46461
46462         * m4/mktime.m4: New file, which is a preview of what should appear
46463         in the next public autoconf release.
46464
46465 1999-08-01  Paul Eggert  <eggert@twinsun.com>
46466
46467         * m4/lfs.m4: Remove this file.
46468         * m4/largefile.m4: New file.  It contains the old contents of
46469         lfs.m4, except that all names with prefix AC_LFS have been
46470         changed to use the prefix AC_SYS_LARGEFILE instead, to be
46471         compatible with future autoconf versions.  Also, some minor m4
46472         quoting problems have been fixed.
46473
46474 1999-08-01  Paul Eggert  <eggert@twinsun.com>
46475
46476         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
46477         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
46478         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
46479         and simplify the shell code.
46480
46481 1999-08-01  Jim Meyering  <meyering@ascend.com>
46482
46483         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
46484         m4.
46485
46486 1999-07-20  Jim Meyering  <meyering@ascend.com>
46487
46488         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
46489
46490 1999-07-15  Jim Meyering  <meyering@ascend.com>
46491
46492         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
46493
46494 1999-05-22  Jim Meyering  <meyering@ascend.com>
46495
46496         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
46497
46498 1999-05-20  Jim Meyering  <meyering@ascend.com>
46499
46500         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
46501         Add a colon after each `then' in case $4 is empty.
46502
46503 1999-05-16  Jim Meyering  <meyering@ascend.com>
46504
46505         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
46506
46507 1999-05-10  Jim Meyering  <meyering@ascend.com>
46508
46509         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
46510
46511         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
46512         AC_FUNC_MKTIME.
46513
46514 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
46515
46516         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
46517
46518 1999-05-04  Paul Eggert  <eggert@twinsun.com>
46519
46520         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
46521         not CPPFLAGS, so that linking works correctly in IRIX.
46522
46523 1999-04-30  Paul Eggert  <eggert@twinsun.com>
46524
46525         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
46526
46527 1999-04-20  Paul Eggert  <eggert@twinsun.com>
46528
46529         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
46530         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
46531         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
46532         jm_AC_TYPE_UNSIGNED_LONG_LONG.
46533         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
46534
46535         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
46536
46537 1999-04-20  Jim Meyering  <meyering@ascend.com>
46538
46539         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
46540         AC_REPLACE xstroull if necessary.  From Paul Eggert.
46541         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
46542
46543 1999-04-18  Jim Meyering  <meyering@ascend.com>
46544
46545         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
46546         * m4/jm-macros.m4: Use it.
46547
46548 1999-04-06  Jim Meyering  <meyering@ascend.com>
46549
46550         * m4/strftime.m4: Remove test for %f.
46551
46552 1999-03-29  Jim Meyering  <meyering@ascend.com>
46553
46554         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
46555         superset of the AC_TYPE_* checks in the textutils, fileutils,
46556         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
46557         AC_TYPE_PID_T.
46558
46559 1999-03-28  Jim Meyering  <meyering@ascend.com>
46560
46561         * m4/jm-macros.m4: Define GNU_PACKAGE here.
46562         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
46563         replaced e.g., in the *.sh files of the sh-utils.
46564
46565 1999-03-20  Jim Meyering  <meyering@ascend.com>
46566
46567         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
46568         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
46569         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
46570
46571 1999-03-19  Jim Meyering  <meyering@ascend.com>
46572
46573         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
46574
46575 1999-03-12  Jim Meyering  <meyering@ascend.com>
46576
46577         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
46578
46579 1999-03-07  Jim Meyering  <meyering@ascend.com>
46580
46581         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
46582         declared.
46583
46584 1999-02-17  Jim Meyering  <meyering@ascend.com>
46585
46586         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
46587         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
46588
46589 1999-02-07  Jim Meyering  <meyering@ascend.com>
46590
46591         * m4/group-member.m4: New file -- extracted from sh-utils'
46592         configure.in.
46593
46594         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
46595         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
46596
46597 1999-02-06  Jim Meyering  <meyering@ascend.com>
46598
46599         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
46600         * m4/fnmatch.m4: Likewise.
46601         * m4/getgroups.m4: Likewise.
46602         * m4/lstat.m4: Likewise.
46603         * m4/malloc.m4: Likewise.
46604         * m4/putenv.m4: Likewise.
46605         * m4/realloc.m4: Likewise.
46606         * m4/regex.m4: Likewise.
46607         * m4/stat.m4: Likewise.
46608         * m4/strftime.m4: Likewise.
46609         Suggestion from Alain Magloire.
46610
46611         * m4/chown.m4: Use `.$ac_objext', not `.o'.
46612         * m4/fnmatch.m4: Likewise.
46613         * m4/getgroups.m4: Likewise.
46614         * m4/getline.m4: Likewise.
46615         * m4/lstat.m4: Likewise.
46616         * m4/malloc.m4: Likewise.
46617         * m4/memcmp.m4: Likewise.
46618         * m4/putenv.m4: Likewise.
46619         * m4/realloc.m4: Likewise.
46620         * m4/regex.m4: Likewise.
46621         * m4/stat.m4: Likewise.
46622         * m4/strftime.m4: Likewise.
46623         Suggestion from Alain Magloire.
46624
46625         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
46626         an argument.
46627
46628         * m4/regex.m4: Add a run-time Test for proper operation of
46629         re_compile_pattern.
46630
46631 1999-01-31  Jim Meyering  <meyering@ascend.com>
46632
46633         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
46634
46635 1999-01-30  Jim Meyering  <meyering@ascend.com>
46636
46637         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
46638
46639         * m4/jm-mktime.m4: Make this a wrapper around the official
46640         AM_FUNC_MKTIME rather than my private copy, now that the official one
46641         is up to date.
46642         * m4/mktime.m4: Remove file.
46643
46644         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
46645         * m4/uptime.m4: Likewise.
46646         * m4/uintmax_t.m4: Likewise.
46647
46648 1999-01-28  Jim Meyering  <meyering@ascend.com>
46649
46650         * m4/jm-macros.m4: Use jm_AFS.
46651         * m4/afs.m4: New file (from fileutils' configure.in).
46652
46653         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
46654         * m4/chown.m4: Likewise.
46655         * m4/d-ino.m4: Likewise.
46656         * m4/d-type.m4: Likewise.
46657         * m4/fnmatch.m4: Likewise.
46658         * m4/getgroups.m4: Likewise.
46659         * m4/gettext.m4: Likewise.
46660         * m4/jm-mktime.m4: Likewise.
46661         * m4/jm-winsz2.m4: Likewise.
46662         * m4/lcmessage.m4: Likewise.
46663         * m4/ls-mntd-fs.m4: Likewise.
46664         * m4/malloc.m4: Likewise.
46665         * m4/memcmp.m4: Likewise.
46666         * m4/putenv.m4: Likewise.
46667         * m4/realloc.m4: Likewise.
46668         * m4/st_mtim.m4: Likewise.
46669         * m4/strftime.m4: Likewise.
46670
46671 1999-01-16  Jim Meyering  <meyering@ascend.com>
46672
46673         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
46674         (ARGMATCH_DIE_DECL): Define.
46675
46676 1999-01-12  Jim Meyering  <meyering@ascend.com>
46677
46678         * m4/Makefile.am.in: Rewrite to avoid using fmt.
46679         Reported by Lars Hecking.
46680
46681 1999-01-10  Jim Meyering  <meyering@ascend.com>
46682
46683         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
46684         gross kludge.
46685         * m4/inttypes_h.m4: Likewise.
46686         * m4/lstat.m4: Likewise.
46687         * m4/malloc.m4: Likewise.
46688         * m4/readdir.m4: Likewise.
46689         * m4/realloc.m4: Likewise.
46690         * m4/st_dm_mode.m4: Likewise.
46691         * m4/stat.m4: Likewise.
46692         * m4/utimbuf.m4: Likewise.
46693         * m4/utimes.m4: Likewise.
46694
46695         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
46696         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
46697         comments in config.h.in are meaningful.
46698
46699         * m4/jm-macros.m4: Require autoconf-2.13 here.
46700
46701         * m4/regex.m4: By default, don't use the included regex.c on systems
46702         with glibc 2.  Suggestion from Uli Drepper.
46703
46704 1999-01-02  Jim Meyering  <meyering@ascend.com>
46705
46706         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
46707
46708 1998-12-18  Jim Meyering  <meyering@ascend.com>
46709
46710         * m4/Makefile.am.in (Makefile.am): Simplify rule.
46711         Based on a suggestion from Lars Hecking.
46712
46713 1998-11-16  Paul Eggert  <eggert@twinsun.com>
46714
46715         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
46716
46717 1998-11-16  Jim Meyering  <meyering@ascend.com>
46718
46719         * m4/lfs.m4: Double-quote the `uname...` expression.
46720
46721 1998-11-14  Jim Meyering  <meyering@ascend.com>
46722
46723         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
46724         * m4/stat.m4: Likewise.
46725
46726 1998-11-03  Jim Meyering  <meyering@ascend.com>
46727
46728         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
46729         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
46730
46731 1998-10-18  Jim Meyering  <meyering@ascend.com>
46732
46733         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
46734
46735 1998-10-17  Jim Meyering  <meyering@ascend.com>
46736
46737         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
46738         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
46739         calls for those previously hard-coded headers.  Instead, take a new
46740         parameter.
46741         (jm_CHECK_DECLARATIONS): Reflect interface change.
46742         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
46743         (jm_CHECK_DECL_LOCALTIME_R): New macro.
46744
46745         * m4/mktime.m4: Test for spring-forward gap before long-running test.
46746
46747 1998-10-14  Jim Meyering  <meyering@ascend.com>
46748
46749         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
46750         instead of "TZ=America/Vancouver".  From Paul Eggert.
46751
46752 1998-10-11  Jim Meyering  <meyering@ascend.com>
46753
46754         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
46755         This adds a test for a recently added compatibility fix for mktime.c.
46756         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
46757
46758 1998-09-27  Jim Meyering  <meyering@ascend.com>
46759
46760         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
46761
46762         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
46763         ../configure.in, including a change from Gordon Matzigkeit to allow
46764         cross-compiling for the Hurd.
46765
46766         * m4/glibc.m4: New file/macro to test for the GNU C Library
46767         versions 1 and 2.  From Gordon Matzigkeit.
46768         Indent.
46769
46770 1998-09-21  Jim Meyering  <meyering@ascend.com>
46771
46772         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
46773
46774 1998-08-18  Paul Eggert  <eggert@twinsun.com>
46775
46776         Port nanosecond-resolution times to UnixWare 2.1.2 and
46777         pedantic Solaris 2.6.
46778
46779         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
46780         AC_STRUCT_ST_MTIM.
46781         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
46782         Generate name of ns member, instead of just 1 or undef.
46783         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
46784
46785 1998-08-15  Jim Meyering  <meyering@ascend.com>
46786
46787         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
46788         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
46789         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
46790         instead of jm_TYPE_SSIZE_T.
46791
46792 1998-08-12  Jim Meyering  <meyering@ascend.com>
46793
46794         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
46795
46796 1998-08-02  Jim Meyering  <meyering@ascend.com>
46797
46798         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
46799         in acconfig.h manually.
46800
46801 1998-07-31  Paul Eggert  <eggert@twinsun.com>
46802
46803         * m4/st_mtim.m4: New file.
46804
46805 1998-07-28  Jim Meyering  <meyering@ascend.com>
46806
46807         * m4/utimes.m4: Undef stat.
46808
46809 1998-07-25  Jim Meyering  <meyering@ascend.com>
46810
46811         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
46812         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
46813
46814 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
46815
46816         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
46817         uid and gid actually remain unchanged.
46818
46819 1998-07-07  Jim Meyering  <meyering@ascend.com>
46820
46821         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
46822
46823 1998-07-04  Jim Meyering  <meyering@ascend.com>
46824
46825         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
46826         to prove that this macro can be used in packages without regex.c.
46827
46828 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
46829
46830         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
46831         is to be used.
46832
46833 1998-07-03  Jim Meyering  <meyering@ascend.com>
46834
46835         * m4/gettext.m4: Add -lintl if it's found to be necessary.
46836
46837         * m4/gettext.m4: New file -- from gettext-0.10.35.
46838         * m4/lcmessage.m4: Likewise.
46839         * m4/progtest.m4: Likewise.
46840
46841         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
46842         * m4/jm-macros.m4: Require the new macro.
46843
46844 1998-06-29  Jim Meyering  <meyering@ascend.com>
46845
46846         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
46847         for the definition of NGROUPS (used in a system header included
46848         by sys/mount.h).
46849
46850 1998-06-28  Jim Meyering  <meyering@ascend.com>
46851
46852         * m4/ls-mntd-fs.m4: New file.
46853         * m4/fstypename.m4: New file.
46854
46855         * m4/jm-macros.m4: Require the new macro.
46856         * m4/jm-glibc-io.m4: New file.
46857
46858 1998-05-19  Jim Meyering  <meyering@ascend.com>
46859
46860         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
46861         * m4/lchown.m4: New file.
46862
46863         * m4/Makefile.am.in: New file.
46864         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
46865
46866 1998-05-14  Jim Meyering  <meyering@ascend.com>
46867
46868         * m4/Makefile.am (EXTRA_DIST): Add them.
46869         * m4/jm-macros.m4: New file.
46870         * m4/utimbuf.m4: New file.
46871
46872 1998-05-12  Jim Meyering  <meyering@ascend.com>
46873
46874         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
46875
46876 1998-05-11  Jim Meyering  <meyering@ascend.com>
46877
46878         * m4/isc-posix.m4: New file.
46879
46880 1998-05-10  Jim Meyering  <meyering@ascend.com>
46881
46882         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
46883
46884 1998-05-09  Jim Meyering  <meyering@ascend.com>
46885
46886         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
46887         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
46888         with automake.
46889
46890         * m4/ssize_t.m4: New file.
46891         * m4/mktime.m4: Remove file -- the new automake has this now.
46892
46893 1998-04-26  Jim Meyering  <meyering@ascend.com>
46894
46895         * m4/assert.m4: New file.
46896         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
46897
46898 1998-04-05  Jim Meyering  <meyering@ascend.com>
46899
46900         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
46901         (jm_PREREQ): Use it here.
46902
46903 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
46904
46905         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
46906         in acconfig.h.
46907
46908 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
46909
46910         * m4/prereq.m4: New file.
46911         * m4/error.m4: New file.
46912         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
46913
46914 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
46915
46916         * m4/getline.m4: Don't set am_cv_func_working_getline before the
46917         cache-check for the same variable -- that defeated the purpose of
46918         the test; the test program was never run.  This was a problem only
46919         on systems with losing getline functions -- HP-UX 10.20 is one.
46920         Reported by Bjorn Helgaas.
46921
46922 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
46923
46924         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
46925
46926 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
46927
46928         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
46929
46930         * m4/const.m4: New file.  Use an initializer in this declaration
46931         typedef int charset[2]; const charset x;
46932         Reported by Bob Glickstein.
46933
46934 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
46935
46936         * m4/chown.m4: Fix reversed types on -1 args to chown.
46937         From Kaveh Ghazi.
46938
46939 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
46940
46941         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
46942         Add lseek and memchr.
46943
46944         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
46945         T.E.Dickey <dickey@clark.net> said that some older preprocessors
46946         have a 20-character limit on names.
46947
46948 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
46949
46950         * m4/inttypes_h.m4: New file.
46951         * m4/uintmax_t.m4: New file.
46952         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
46953
46954
46955         -----
46956
46957         Local Variables:
46958         coding: utf-8
46959         End:
46960
46961         Copyright (C) 1997-2008 Free Software Foundation, Inc.
46962
46963         Copying and distribution of this file, with or without
46964         modification, are permitted provided the copyright notice
46965         and this notice are preserved.