gitlog-to-changelog: pass all command-line arguments to git-log
[gnulib.git] / ChangeLog
1 2008-12-21  William Pursell  <bill.pursell@gmail.com>
2
3         gitlog-to-changelog: pass all command-line arguments to git-log
4         * build-aux/gitlog-to-changelog: When producing a ChangeLog,
5         it is sometimes convenient to filter the commits in various ways.
6         gitlog-to-changelog only allows --since to specify a start date,
7         but git-log itself supports many other filtering mechanisms.
8         At the moment, I want to filter by branch name.  Rather than
9         adding a --branch option to gitlog-to-changelog, it seems more
10         flexible to simply pass all options directly to git-log and let
11         git do the work.  Notice that this effectively makes --since a
12         redundant option for gitlog-to-changelog, but removing it would
13         require current usage to change since calls would then require
14         an additional '--'.
15
16 2008-12-21  Bruno Haible  <bruno@clisp.org>
17
18         * modules/mbsnrtowcs-tests: New file.
19         * tests/test-mbsnrtowcs1.sh: New file.
20         * tests/test-mbsnrtowcs2.sh: New file.
21         * tests/test-mbsnrtowcs3.sh: New file.
22         * tests/test-mbsnrtowcs4.sh: New file.
23         * tests/test-mbsnrtowcs.c: New file.
24
25         New module 'mbsnrtowcs'.
26         * lib/wchar.in.h (mbsnrtowcs): New declaration.
27         * lib/mbsnrtowcs.c: New file.
28         * lib/mbsrtowcs-state.c: New file.
29         * lib/mbsrtowcs.c: Refer to _gl_mbsrtowcs_state.
30         (internal_state): Remove variable.
31         * m4/mbsnrtowcs.m4: New file.
32         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Add mbsrtowcs-state.c to the
33         compilation units.
34         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSNRTOWCS,
35         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
36         * modules/wchar (Makefile.am): Substitute GNULIB_MBSNRTOWCS,
37         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
38         * modules/mbsnrtowcs: New file.
39         * modules/mbsrtowcs (Files): Add lib/mbsrtowcs-state.c.
40         * doc/posix-functions/mbsnrtowcs.texi: Mention the new module and a
41         portability problem.
42
43 2008-12-21  Bruno Haible  <bruno@clisp.org>
44
45         Work around mbsrtowcs bug.
46         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): New macro.
47         (gl_FUNC_MBSRTOWCS): Invoke it.
48         * modules/mbsrtowcs (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
49         m4/locale-zh.m4.
50         * doc/posix-functions/mbsrtowcs.texi: Document the bug.
51
52 2008-12-21  Bruno Haible  <bruno@clisp.org>
53
54         * tests/test-mbsrtowcs.c (main): Execute the loop also for unlimited=1.
55
56 2008-12-21  Bruno Haible  <bruno@clisp.org>
57
58         Update doc for AIX.
59         * doc/pastposix-functions/wcswcs.texi: Mention that AIX has only a
60         16-bit wchar_t type.
61         * doc/posix-functions/btowc.texi: Likewise.
62         * doc/posix-functions/fgetwc.texi: Likewise.
63         * doc/posix-functions/fgetws.texi: Likewise.
64         * doc/posix-functions/fputwc.texi: Likewise.
65         * doc/posix-functions/fputws.texi: Likewise.
66         * doc/posix-functions/fwide.texi: Likewise.
67         * doc/posix-functions/fwprintf.texi: Likewise.
68         * doc/posix-functions/fwscanf.texi: Likewise.
69         * doc/posix-functions/getwchar.texi: Likewise.
70         * doc/posix-functions/getwc.texi: Likewise.
71         * doc/posix-functions/iswalnum.texi: Likewise.
72         * doc/posix-functions/iswalpha.texi: Likewise.
73         * doc/posix-functions/iswblank.texi: Likewise.
74         * doc/posix-functions/iswcntrl.texi: Likewise.
75         * doc/posix-functions/iswctype.texi: Likewise.
76         * doc/posix-functions/iswdigit.texi: Likewise.
77         * doc/posix-functions/iswgraph.texi: Likewise.
78         * doc/posix-functions/iswlower.texi: Likewise.
79         * doc/posix-functions/iswprint.texi: Likewise.
80         * doc/posix-functions/iswpunct.texi: Likewise.
81         * doc/posix-functions/iswspace.texi: Likewise.
82         * doc/posix-functions/iswupper.texi: Likewise.
83         * doc/posix-functions/iswxdigit.texi: Likewise.
84         * doc/posix-functions/mbrtowc.texi: Likewise.
85         * doc/posix-functions/mbsrtowcs.texi: Likewise.
86         * doc/posix-functions/mbstowcs.texi: Likewise.
87         * doc/posix-functions/mbtowc.texi: Likewise.
88         * doc/posix-functions/putwchar.texi: Likewise.
89         * doc/posix-functions/putwc.texi: Likewise.
90         * doc/posix-functions/swprintf.texi: Likewise.
91         * doc/posix-functions/tolower.texi: Likewise.
92         * doc/posix-functions/toupper.texi: Likewise.
93         * doc/posix-functions/towctrans.texi: Likewise.
94         * doc/posix-functions/ungetwc.texi: Likewise.
95         * doc/posix-functions/vswprintf.texi: Likewise.
96         * doc/posix-functions/wcrtomb.texi: Likewise.
97         * doc/posix-functions/wcscat.texi: Likewise.
98         * doc/posix-functions/wcschr.texi: Likewise.
99         * doc/posix-functions/wcscmp.texi: Likewise.
100         * doc/posix-functions/wcscoll.texi: Likewise.
101         * doc/posix-functions/wcscpy.texi: Likewise.
102         * doc/posix-functions/wcscspn.texi: Likewise.
103         * doc/posix-functions/wcsftime.texi: Likewise.
104         * doc/posix-functions/wcslen.texi: Likewise.
105         * doc/posix-functions/wcsncat.texi: Likewise.
106         * doc/posix-functions/wcsncmp.texi: Likewise.
107         * doc/posix-functions/wcsncpy.texi: Likewise.
108         * doc/posix-functions/wcspbrk.texi: Likewise.
109         * doc/posix-functions/wcsrchr.texi: Likewise.
110         * doc/posix-functions/wcsrtombs.texi: Likewise.
111         * doc/posix-functions/wcsspn.texi: Likewise.
112         * doc/posix-functions/wcsstr.texi: Likewise.
113         * doc/posix-functions/wcstod.texi: Likewise.
114         * doc/posix-functions/wcstof.texi: Likewise.
115         * doc/posix-functions/wcstoimax.texi: Likewise.
116         * doc/posix-functions/wcstok.texi: Likewise.
117         * doc/posix-functions/wcstold.texi: Likewise.
118         * doc/posix-functions/wcstoll.texi: Likewise.
119         * doc/posix-functions/wcstol.texi: Likewise.
120         * doc/posix-functions/wcstombs.texi: Likewise.
121         * doc/posix-functions/wcstoull.texi: Likewise.
122         * doc/posix-functions/wcstoul.texi: Likewise.
123         * doc/posix-functions/wcstoumax.texi: Likewise.
124         * doc/posix-functions/wcswidth.texi: Likewise.
125         * doc/posix-functions/wcsxfrm.texi: Likewise.
126         * doc/posix-functions/wctob.texi: Likewise.
127         * doc/posix-functions/wctomb.texi: Likewise.
128         * doc/posix-functions/wctrans.texi: Likewise.
129         * doc/posix-functions/wctype.texi: Likewise.
130         * doc/posix-functions/wcwidth.texi: Likewise.
131         * doc/posix-functions/wmemchr.texi: Likewise.
132         * doc/posix-functions/wmemcmp.texi: Likewise.
133         * doc/posix-functions/wmemcpy.texi: Likewise.
134         * doc/posix-functions/wmemmove.texi: Likewise.
135         * doc/posix-functions/wmemset.texi: Likewise.
136         * doc/posix-functions/wprintf.texi: Likewise.
137         * doc/posix-functions/wscanf.texi: Likewise.
138
139 2008-12-21  Bruno Haible  <bruno@clisp.org>
140
141         Update doc for HP-UX 11.11.
142         * doc/posix-functions/btowc.texi: Clarify that the function is missing
143         in HP-UX version 11.00, not in all versions of HP-UX 11.
144         * doc/posix-functions/fwide.texi: Likewise.
145         * doc/posix-functions/fwprintf.texi: Likewise.
146         * doc/posix-functions/fwscanf.texi: Likewise.
147         * doc/posix-functions/inet_ntop.texi: Likewise.
148         * doc/posix-functions/inet_pton.texi: Likewise.
149         * doc/posix-functions/mbrlen.texi: Likewise.
150         * doc/posix-functions/mbrtowc.texi: Likewise.
151         * doc/posix-functions/mbsinit.texi: Likewise.
152         * doc/posix-functions/mbsrtowcs.texi: Likewise.
153         * doc/posix-functions/swprintf.texi: Likewise.
154         * doc/posix-functions/swscanf.texi: Likewise.
155         * doc/posix-functions/towctrans.texi: Likewise.
156         * doc/posix-functions/vfwprintf.texi: Likewise.
157         * doc/posix-functions/vswprintf.texi: Likewise.
158         * doc/posix-functions/vwprintf.texi: Likewise.
159         * doc/posix-functions/wcrtomb.texi: Likewise.
160         * doc/posix-functions/wcsrtombs.texi: Likewise.
161         * doc/posix-functions/wcsstr.texi: Likewise.
162         * doc/posix-functions/wctob.texi: Likewise.
163         * doc/posix-functions/wctrans.texi: Likewise.
164         * doc/posix-functions/wmemchr.texi: Likewise.
165         * doc/posix-functions/wmemcmp.texi: Likewise.
166         * doc/posix-functions/wmemcpy.texi: Likewise.
167         * doc/posix-functions/wmemmove.texi: Likewise.
168         * doc/posix-functions/wmemset.texi: Likewise.
169         * doc/posix-functions/wprintf.texi: Likewise.
170         * doc/posix-functions/wscanf.texi: Likewise.
171
172 2008-12-21  Bruno Haible  <bruno@clisp.org>
173
174         Work around a portability problem.
175         * tests/test-mbsrtowcs.c (main): Use a temporary conversion state.
176         * doc/posix-functions/mbsrtowcs.texi: Document the portability problem.
177
178 2008-12-20  Bruno Haible  <bruno@clisp.org>
179
180         * lib/wchar.in.h (mbsrtowcs): Redefine if REPLACE_MBSRTOWCS is set.
181         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Invoke gl_MBSTATE_T_BROKEN. Set
182         REPLACE_MBSRTOWCS if mbsrtowcs needs to be overridden.
183         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSRTOWCS.
184         * modules/wchar (Makefile.am): Substitute REPLACE_MBSRTOWCS.
185
186         Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
187         * lib/wchar.in.h (mbstate_t): Redefine also if REPLACE_MBSTATE_T is
188         set.
189         (GNULIB_defined_mbstate_t): New macro.
190         (mbsinit): Redefine if REPLACE_MBSINIT is set.
191         (mbrtowc): Redefine if REPLACE_MBRTOWC is set.
192         * lib/mbrtowc.c (rpl_mbrtowc): Add an alternative implementation that
193         reuses the system's mbrtowc function but works around the bugs.
194         * m4/mbrtowc.m4 (gl_MBSTATE_T_BROKEN, gl_MBRTOWC_INCOMPLETE_STATE,
195         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL): New
196         macros.
197         (gl_FUNC_MBRTOWC): Invoke them. Set REPLACE_MBRTOWC if mbrtowc needs to
198         be overridden. Optionally define MBRTOWC_NULL_ARG_BUG,
199         MBRTOWC_RETVAL_BUG, MBRTOWC_NUL_RETVAL_BUG.
200         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_MBSTATE_T_BROKEN. Set
201         REPLACE_MBSINIT if mbsinit needs to be overridden.
202         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSTATE_T,
203         REPLACE_MBSINIT, REPLACE_MBRTOWC.
204         * modules/wchar (Makefile.am): Substitute REPLACE_MBSTATE_T,
205         REPLACE_MBSINIT, REPLACE_MBRTOWC.
206         * modules/mbrtowc (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
207         m4/locale-zh.m4.
208         (Depends): Add mbsinit.
209         * modules/mbsinit (Depends): Add mbrtowc.
210         * doc/posix-functions/mbrtowc.texi: Mention the various bugs.
211
212 2008-12-20  Bruno Haible  <bruno@clisp.org>
213
214         * tests/test-mbrtowc.c (main): Change sample string in EUC-JP encoding
215         so that there are no conversion errors on AIX.
216         * tests/test-mbsrtowcs.c (main): LIkewise.
217
218 2008-12-20  Bruno Haible  <bruno@clisp.org>
219
220         Work around wctob bug on Solaris <= 9.
221         * lib/wchar.in.h (wctob): Redefine if REPLACE_WCTOB is set.
222         * m4/wctob.m4 (gl_FUNC_WCTOB): Test whether wctob works.
223         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCTOB.
224         * modules/wchar (Makefile.am): Substitute REPLACE_WCTOB.
225         * modules/wctob (Files): Add m4/locale-fr.m4.
226         * doc/posix-functions/wctob.texi: Mention the Solaris bug.
227
228 2008-12-20  Bruno Haible  <bruno@clisp.org>
229
230         * doc/posix-functions/select.texi: Mention Solaris 2.6 bug with
231         /dev/null.
232         * tests/test-select-in.sh: Likewise.
233         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
234
235 2008-12-20  Bruno Haible  <bruno@clisp.org>
236
237         Don't pretend that Cygwin has a ja_JP.EUC-JP locale.
238         * m4/locale-ja.m4 (gt_LOCALE_JA): Add test for MB_CUR_MAX. Needed on
239         Cygwin 1.5.x.
240
241 2008-12-20  Bruno Haible  <bruno@clisp.org>
242
243         Ensure mbstate_t is defined on HP-UX 11.11.
244         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Require
245         AC_CANONICAL_HOST. On HP-UX, define _XOPEN_SOURCE to 500.
246         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Require
247         AC_USE_SYSTEM_EXTENSIONS.
248         * modules/fnmatch (Depends-on): Add extensions.
249         * modules/mbrlen (Depends-on): Likewise.
250         * modules/mbrtowc (Depends-on): Likewise.
251         * modules/mbsinit (Depends-on): Likewise.
252         * modules/mbsrtowcs (Depends-on): Likewise.
253         * modules/mbswidth (Depends-on): Likewise.
254         * modules/quotearg (Depends-on): Likewise.
255         * modules/strftime (Depends-on): Likewise.
256
257 2008-12-20  Bruno Haible  <bruno@clisp.org>
258
259         Ensure wctob is declared on IRIX 6.5.
260         * lib/wchar.in.h (wctob): Declare also when HAVE_DECL_WCTOB is 0.
261         * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_DECL_WCTOB instead of
262         HAVE_WCTOB. Also test whether <wchar.h> declares wctob.
263         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize HAVE_DECL_WCTOB instead
264         of HAVE_WCTOB.
265         * modules/wchar (Makefile.am): Substitute HAVE_DECL_WCTOB instead of
266         HAVE_WCTOB.
267         * doc/posix-functions/wctob.texi: Mention missing declaration on IRIX.
268
269 2008-12-19  Bruno Haible  <bruno@clisp.org>
270
271         * modules/mbsrtowcs-tests: New file.
272         * tests/test-mbsrtowcs1.sh: New file.
273         * tests/test-mbsrtowcs2.sh: New file.
274         * tests/test-mbsrtowcs3.sh: New file.
275         * tests/test-mbsrtowcs4.sh: New file.
276         * tests/test-mbsrtowcs.c: New file.
277
278         New module 'mbsrtowcs'.
279         * lib/wchar.in.h (mbsrtowcs): New declaration.
280         * lib/mbsrtowcs.c: New file.
281         * m4/mbsrtowcs.m4: New file.
282         * modules/mbsrtowcs: New file.
283         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSRTOWCS and
284         HAVE_MBSRTOWCS.
285         * modules/wchar (Makefile.am): Substitute GNULIB_MBSRTOWCS and
286         HAVE_MBSRTOWCS.
287         * doc/posix-functions/mbsrtowcs.texi: Document the new module.
288
289 2008-12-19  Bruno Haible  <bruno@clisp.org>
290
291         New module 'mbrlen'.
292         * lib/wchar.in.h (mbrlen): New declaration.
293         * lib/mbrlen.c: New file.
294         * m4/mbrlen.m4: New file.
295         * modules/mbrlen: New file.
296         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRLEN and
297         HAVE_MBRLEN.
298         * modules/wchar (Makefile.am): Substitute GNULIB_MBRLEN and
299         HAVE_MBRLEN.
300         * doc/posix-functions/mbrlen.texi: Document the new module.
301
302 2008-12-19  Bruno Haible  <bruno@clisp.org>
303
304         * lib/mbrtowc.c: Include verify.h. Verify an assumption.
305         * modules/mbrtowc (Depends-on): Add verify.
306         Suggested by Paul Eggert.
307
308 2008-12-18  Bruno Haible  <bruno@clisp.org>
309
310         * modules/mbsinit-tests: New file.
311         * tests/test-mbsinit.sh: New file.
312         * tests/test-mbsinit.c: New file.
313
314 2008-12-18  Bruno Haible  <bruno@clisp.org>
315
316         * modules/mbrtowc-tests: New file.
317         * tests/test-mbrtowc1.sh: New file.
318         * tests/test-mbrtowc2.sh: New file.
319         * tests/test-mbrtowc3.sh: New file.
320         * tests/test-mbrtowc4.sh: New file.
321         * tests/test-mbrtowc.c: New file.
322
323         New module 'mbrtowc'.
324         * lib/wchar.in.h (mbstate_t): Override when the system does not have
325         mbsinit and mbrtowc.
326         (mbrtowc): New declaration.
327         * lib/mbrtowc.c: New file.
328         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
329         * modules/mbrtowc: New file.
330         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
331         HAVE_MBRTOWC.
332         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
333         HAVE_MBRTOWC.
334         * doc/posix-functions/mbrtowc.texi: Document the new module.
335
336 2008-12-18  Bruno Haible  <bruno@clisp.org>
337
338         New module 'wctob'.
339         * lib/wchar.in.h (wctob): New declaration.
340         * lib/wctob.c: New file.
341         * m4/wctob.m4: New file.
342         * modules/wctob: New file.
343         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
344         HAVE_WCTOB.
345         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
346         * doc/posix-functions/wctob.texi: Document the new module.
347
348 2008-12-18  Bruno Haible  <bruno@clisp.org>
349
350         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
351         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
352
353 2008-12-18  Simon Josefsson  <simon@josefsson.org>
354
355         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
356         G. Christensen" <tgc@jupiterrise.com>.
357
358         * lib/flock.c: Need to include errno.h.  Reported by "Tom
359         G. Christensen" <tgc@jupiterrise.com>.
360
361         * lib/flock.c: Need to include string.h.  Reported by "Tom
362         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
363         <ebb9@byu.net>.
364
365 2008-12-18  Bruno Haible  <bruno@clisp.org>
366
367         * m4/locale-ja.m4: New file, from GNU gettext.
368
369 2008-12-17  Bruno Haible  <bruno@clisp.org>
370
371         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
372         Suggested by Eric Blake.
373
374 2008-12-17  Bruno Haible  <bruno@clisp.org>
375
376         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
377
378 2008-12-17  Bruno Haible  <bruno@clisp.org>
379
380         * lib/mbsinit.c: Include verify.h. Verify an assumption.
381         * modules/mbsinit (Depends-on): Add verify.
382         Suggested by Paul Eggert.
383
384 2008-12-17  Bruno Haible  <bruno@clisp.org>
385
386         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
387         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
388         gl_FUNC_MBRTOWC.
389         * m4/mbiter.m4 (gl_MBITER): LIkewise.
390         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
391         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
392         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
393         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
394         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
395         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
396         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
397         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
398         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
399         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
400         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
401         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
402         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
403         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
404         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
405         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
406         * modules/trim (configure.ac): Likewise.
407
408 2008-12-17  Bruno Haible  <bruno@clisp.org>
409
410         * modules/btowc-tests: New file.
411         * tests/test-btowc1.sh: New file.
412         * tests/test-btowc2.sh: New file.
413         * tests/test-btowc.c: New file.
414
415         New module 'btowc'.
416         * lib/wchar.in.h (btowc): New declaration.
417         * lib/btowc.c: New file.
418         * m4/btowc.m4: New file.
419         * modules/btowc: New file.
420         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
421         HAVE_BTOWC.
422         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
423         * doc/posix-functions/btowc.texi: Document the new module.
424
425 2008-12-17  Bruno Haible  <bruno@clisp.org>
426
427         New module 'mbsinit'.
428         * lib/wchar.in.h (mbsinit): New declaration.
429         * lib/mbsinit.c: New file.
430         * m4/mbsinit.m4: New file.
431         * modules/mbsinit: New file.
432         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
433         HAVE_MBSINIT.
434         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
435         HAVE_MBSINIT.
436         * doc/posix-functions/mbsinit.texi: Document the new module.
437
438 2008-12-16  Bruno Haible  <bruno@clisp.org>
439
440         * lib/unistd.in.h: Add comment.
441         * tests/test-environ.c: Don't include <stdlib.h>.
442
443 2008-12-16  Bruno Haible  <bruno@clisp.org>
444
445         * lib/parse-duration.h (parse_duration): Document return value
446         convention.
447         * lib/parse-duration.c: Include specification header first. Add
448         comments.
449         (_): Remove macro.
450         (parse_year_month_day, parse_hour_minute_second): Move side effects
451         outside of strchr call.
452         (parse_non_iso8601): Move side effects outside of isspace call.
453         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
454         call.
455
456 2008-12-16  Bruno Haible  <bruno@clisp.org>
457
458         * tests/test-parse-duration.sh: Produce no output when the test
459         succeeds.
460
461 2008-12-16  Bruno Haible  <bruno@clisp.org>
462
463         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
464         expressions.
465
466 2008-12-15  Bruno Haible  <bruno@clisp.org>
467
468         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
469         * doc/glibc-functions/flistxattr.texi: Likewise.
470         * doc/glibc-functions/fopencookie.texi: Likewise.
471         * doc/glibc-functions/fremovexattr.texi: Likewise.
472         * doc/glibc-functions/fsetxattr.texi: Likewise.
473         * doc/glibc-functions/getxattr.texi: Likewise.
474         * doc/glibc-functions/lgetxattr.texi: Likewise.
475         * doc/glibc-functions/listxattr.texi: Likewise.
476         * doc/glibc-functions/llistxattr.texi: Likewise.
477         * doc/glibc-functions/lremovexattr.texi: Likewise.
478         * doc/glibc-functions/lsetxattr.texi: Likewise.
479         * doc/glibc-functions/removexattr.texi: Likewise.
480         * doc/glibc-functions/setxattr.texi: Likewise.
481         * doc/posix-functions/open_memstream.texi: Likewise.
482
483 2008-12-15  Eric Blake  <ebb9@byu.net>
484
485         Update doc for cygwin 1.7.
486         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
487         functions.
488         * doc/posix-functions/fchmodat.texi: Likewise.
489         * doc/posix-functions/fchownat.texi: Likewise.
490         * doc/posix-functions/fdopendir.texi: Likewise.
491         * doc/posix-functions/fmemopen.texi: Likewise.
492         * doc/posix-functions/freeaddrinfo.texi: Likewise.
493         * doc/posix-functions/fstatat.texi: Likewise.
494         * doc/posix-functions/futimens.texi: Likewise.
495         * doc/posix-functions/gai_strerror.texi: Likewise.
496         * doc/posix-functions/getaddrinfo.texi: Likewise.
497         * doc/posix-functions/getnameinfo.texi: Likewise.
498         * doc/posix-functions/if_freenameindex.texi: Likewise.
499         * doc/posix-functions/if_indextoname.texi: Likewise.
500         * doc/posix-functions/if_nameindex.texi: Likewise.
501         * doc/posix-functions/if_nametoindex.texi: Likewise.
502         * doc/posix-functions/insque.texi: Likewise.
503         * doc/posix-functions/linkat.texi: Likewise.
504         * doc/posix-functions/llrint.texi: Likewise.
505         * doc/posix-functions/llrintf.texi: Likewise.
506         * doc/posix-functions/llrintl.texi: Likewise.
507         * doc/posix-functions/lockf.texi: Likewise.
508         * doc/posix-functions/lrintl.texi: Likewise.
509         * doc/posix-functions/mkdirat.texi: Likewise.
510         * doc/posix-functions/mkfifoat.texi: Likewise.
511         * doc/posix-functions/mknodat.texi: Likewise.
512         * doc/posix-functions/mq_close.texi: Likewise.
513         * doc/posix-functions/mq_getattr.texi: Likewise.
514         * doc/posix-functions/mq_notify.texi: Likewise.
515         * doc/posix-functions/mq_open.texi: Likewise.
516         * doc/posix-functions/mq_receive.texi: Likewise.
517         * doc/posix-functions/mq_send.texi: Likewise.
518         * doc/posix-functions/mq_setattr.texi: Likewise.
519         * doc/posix-functions/mq_timedreceive.texi: Likewise.
520         * doc/posix-functions/mq_timedsend.texi: Likewise.
521         * doc/posix-functions/mq_unlink.texi: Likewise.
522         * doc/posix-functions/open_memstream.texi: Likewise.
523         * doc/posix-functions/openat.texi: Likewise.
524         * doc/posix-functions/posix_fadvise.texi: Likewise.
525         * doc/posix-functions/posix_fallocate.texi: Likewise.
526         * doc/posix-functions/posix_madvise.texi: Likewise.
527         * doc/posix-functions/posix_memalign.texi: Likewise.
528         * doc/posix-functions/posix_openpt.texi: Likewise.
529         * doc/posix-functions/readlinkat.texi: Likewise.
530         * doc/posix-functions/remque.texi: Likewise.
531         * doc/posix-functions/renameat.texi: Likewise.
532         * doc/posix-functions/rintl.texi: Likewise.
533         * doc/posix-functions/sem_unlink.texi: Likewise.
534         * doc/posix-functions/shm_open.texi: Likewise.
535         * doc/posix-functions/shm_unlink.texi: Likewise.
536         * doc/posix-functions/signgam.texi: Likewise.
537         * doc/posix-functions/sigset.texi: Likewise.
538         * doc/posix-functions/stpcpy.texi: Likewise.
539         * doc/posix-functions/stpncpy.texi: Likewise.
540         * doc/posix-functions/strerror.texi: Likewise.
541         * doc/posix-functions/strtod.texi: Likewise.
542         * doc/posix-functions/symlinkat.texi: Likewise.
543         * doc/posix-functions/unlinkat.texi: Likewise.
544         * doc/posix-functions/utimensat.texi: Likewise.
545         * doc/glibc-functions/bindresvport.texi: Likewise.
546         * doc/glibc-functions/dn_expand.texi: Likewise.
547         * doc/glibc-functions/exp10.texi: Likewise.
548         * doc/glibc-functions/exp10f.texi: Likewise.
549         * doc/glibc-functions/fgetxattr.texi: Likewise.
550         * doc/glibc-functions/flistxattr.texi: Likewise.
551         * doc/glibc-functions/fopencookie.texi: Likewise.
552         * doc/glibc-functions/freeifaddrs.texi: Likewise.
553         * doc/glibc-functions/fremovexattr.texi: Likewise.
554         * doc/glibc-functions/fsetxattr.texi: Likewise.
555         * doc/glibc-functions/getifaddrs.texi: Likewise.
556         * doc/glibc-functions/getxattr.texi: Likewise.
557         * doc/glibc-functions/lgetxattr.texi: Likewise.
558         * doc/glibc-functions/listxattr.texi: Likewise.
559         * doc/glibc-functions/llistxattr.texi: Likewise.
560         * doc/glibc-functions/lremovexattr.texi: Likewise.
561         * doc/glibc-functions/lsetxattr.texi: Likewise.
562         * doc/glibc-functions/pow10.texi: Likewise.
563         * doc/glibc-functions/pow10f.texi: Likewise.
564         * doc/glibc-functions/rcmd_af.texi: Likewise.
565         * doc/glibc-functions/removexattr.texi: Likewise.
566         * doc/glibc-functions/res_init.texi: Likewise.
567         * doc/glibc-functions/res_mkquery.texi: Likewise.
568         * doc/glibc-functions/res_query.texi: Likewise.
569         * doc/glibc-functions/res_querydomain.texi: Likewise.
570         * doc/glibc-functions/res_send.texi: Likewise.
571         * doc/glibc-functions/rresvport_af.texi: Likewise.
572         * doc/glibc-functions/setxattr.texi: Likewise.
573         * doc/glibc-functions/strcasestr.texi: Likewise.
574
575 2008-12-15  Bruno Haible  <bruno@clisp.org>
576
577         Fix compilation error on OSF/1 4.0.
578         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
579         <sys/time.h>, simply delegate to the system header.
580         Reported by Daniel Richard G. <oss@teragram.com>.
581
582 2008-12-15  Bruno Haible  <bruno@clisp.org>
583
584         * doc/posix-functions/openat.texi: Mention the 'openat' module.
585         * doc/posix-functions/fchmodat.texi: Likewise.
586         * doc/posix-functions/fchownat.texi: Likewise.
587         * doc/posix-functions/fdopendir.texi: Likewise.
588         * doc/posix-functions/fstatat.texi: Likewise.
589         * doc/posix-functions/mkdirat.texi: Likewise.
590         * doc/posix-functions/unlinkat.texi: Likewise.
591
592 2008-12-14  Bruno Haible  <bruno@clisp.org>
593
594         Update doc for POSIX:2008.
595         * doc/posix-functions/faccessat.texi: New file.
596         * doc/posix-functions/fchmodat.texi: New file.
597         * doc/posix-functions/fchownat.texi: New file.
598         * doc/posix-functions/fdopendir.texi: New file.
599         * doc/posix-functions/fstatat.texi: New file.
600         * doc/posix-functions/futimens.texi: New file.
601         * doc/posix-functions/linkat.texi: New file.
602         * doc/posix-functions/mkdirat.texi: New file.
603         * doc/posix-functions/mkfifoat.texi: New file.
604         * doc/posix-functions/mknodat.texi: New file.
605         * doc/posix-functions/open_wmemstream.texi: New file.
606         * doc/posix-functions/openat.texi: New file.
607         * doc/posix-functions/psiginfo.texi: New file.
608         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
609         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
610         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
611         * doc/posix-functions/readlinkat.texi: New file.
612         * doc/posix-functions/renameat.texi: New file.
613         * doc/posix-functions/strerror_l.texi: New file.
614         * doc/posix-functions/symlinkat.texi: New file.
615         * doc/posix-functions/unlinkat.texi: New file.
616         * doc/posix-functions/utimensat.texi: New file.
617         * doc/gnulib.texi (Function Substitutes): Add these subsections.
618
619 2008-12-14  Bruno Haible  <bruno@clisp.org>
620
621         Update doc for POSIX:2008.
622         * doc/posix-functions/alphasort.texi: Renamed from
623         doc/glibc-functions/alphasort.texi.
624         * doc/posix-functions/dirfd.texi: Renamed from
625         doc/glibc-functions/dirfd.texi.
626         * doc/posix-functions/dprintf.texi: Renamed from
627         doc/glibc-functions/dprintf.texi.
628         * doc/posix-functions/duplocale.texi: Renamed from
629         doc/glibc-functions/duplocale.texi.
630         * doc/posix-functions/fexecve.texi: Renamed from
631         doc/glibc-functions/fexecve.texi.
632         * doc/posix-functions/fmemopen.texi: Renamed from
633         doc/glibc-functions/fmemopen.texi.
634         * doc/posix-functions/freelocale.texi: Renamed from
635         doc/glibc-functions/freelocale.texi.
636         * doc/posix-functions/getdate_err.texi: Renamed from
637         doc/glibc-functions/getdate_err.texi.
638         * doc/posix-functions/isalnum_l.texi: Renamed from
639         doc/glibc-functions/isalnum_l.texi.
640         * doc/posix-functions/isalpha_l.texi: Renamed from
641         doc/glibc-functions/isalpha_l.texi.
642         * doc/posix-functions/isblank_l.texi: Renamed from
643         doc/glibc-functions/isblank_l.texi.
644         * doc/posix-functions/iscntrl_l.texi: Renamed from
645         doc/glibc-functions/iscntrl_l.texi.
646         * doc/posix-functions/isdigit_l.texi: Renamed from
647         doc/glibc-functions/isdigit_l.texi.
648         * doc/posix-functions/isgraph_l.texi: Renamed from
649         doc/glibc-functions/isgraph_l.texi.
650         * doc/posix-functions/islower_l.texi: Renamed from
651         doc/glibc-functions/islower_l.texi.
652         * doc/posix-functions/isprint_l.texi: Renamed from
653         doc/glibc-functions/isprint_l.texi.
654         * doc/posix-functions/ispunct_l.texi: Renamed from
655         doc/glibc-functions/ispunct_l.texi.
656         * doc/posix-functions/isspace_l.texi: Renamed from
657         doc/glibc-functions/isspace_l.texi.
658         * doc/posix-functions/isupper_l.texi: Renamed from
659         doc/glibc-functions/isupper_l.texi.
660         * doc/posix-functions/iswalnum_l.texi: Renamed from
661         doc/glibc-functions/iswalnum_l.texi.
662         * doc/posix-functions/iswalpha_l.texi: Renamed from
663         doc/glibc-functions/iswalpha_l.texi.
664         * doc/posix-functions/iswblank_l.texi: Renamed from
665         doc/glibc-functions/iswblank_l.texi.
666         * doc/posix-functions/iswcntrl_l.texi: Renamed from
667         doc/glibc-functions/iswcntrl_l.texi.
668         * doc/posix-functions/iswctype_l.texi: Renamed from
669         doc/glibc-functions/iswctype_l.texi.
670         * doc/posix-functions/iswdigit_l.texi: Renamed from
671         doc/glibc-functions/iswdigit_l.texi.
672         * doc/posix-functions/iswgraph_l.texi: Renamed from
673         doc/glibc-functions/iswgraph_l.texi.
674         * doc/posix-functions/iswlower_l.texi: Renamed from
675         doc/glibc-functions/iswlower_l.texi.
676         * doc/posix-functions/iswprint_l.texi: Renamed from
677         doc/glibc-functions/iswprint_l.texi.
678         * doc/posix-functions/iswpunct_l.texi: Renamed from
679         doc/glibc-functions/iswpunct_l.texi.
680         * doc/posix-functions/iswspace_l.texi: Renamed from
681         doc/glibc-functions/iswspace_l.texi.
682         * doc/posix-functions/iswupper_l.texi: Renamed from
683         doc/glibc-functions/iswupper_l.texi.
684         * doc/posix-functions/iswxdigit_l.texi: Renamed from
685         doc/glibc-functions/iswxdigit_l.texi.
686         * doc/posix-functions/isxdigit_l.texi: Renamed from
687         doc/glibc-functions/isxdigit_l.texi.
688         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
689         doc/glibc-functions/mbsnrtowcs.texi.
690         * doc/posix-functions/mkdtemp.texi: Renamed from
691         doc/glibc-functions/mkdtemp.texi.
692         * doc/posix-functions/newlocale.texi: Renamed from
693         doc/glibc-functions/newlocale.texi.
694         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
695         doc/glibc-functions/nl_langinfo_l.texi.
696         * doc/posix-functions/open_memstream.texi: Renamed from
697         doc/glibc-functions/open_memstream.texi.
698         * doc/posix-functions/opterr.texi: Renamed from
699         doc/glibc-functions/opterr.texi.
700         * doc/posix-functions/optind.texi: Renamed from
701         doc/glibc-functions/optind.texi.
702         * doc/posix-functions/optopt.texi: Renamed from
703         doc/glibc-functions/optopt.texi.
704         * doc/posix-functions/psignal.texi: Renamed from
705         doc/glibc-functions/psignal.texi.
706         * doc/posix-functions/scandir.texi: Renamed from
707         doc/glibc-functions/scandir.texi.
708         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
709         doc/glibc-functions/sched_get_priority_min.texi.
710         * doc/posix-functions/signgam.texi: Renamed from
711         doc/glibc-functions/signgam.texi.
712         * doc/posix-functions/stpcpy.texi: Renamed from
713         doc/glibc-functions/stpcpy.texi.
714         * doc/posix-functions/stpncpy.texi: Renamed from
715         doc/glibc-functions/stpncpy.texi.
716         * doc/posix-functions/strcasecmp_l.texi: Renamed from
717         doc/glibc-functions/strcasecmp_l.texi.
718         * doc/posix-functions/strcoll_l.texi: Renamed from
719         doc/glibc-functions/strcoll_l.texi.
720         * doc/posix-functions/strfmon_l.texi: Renamed from
721         doc/glibc-functions/strfmon_l.texi.
722         * doc/posix-functions/strftime_l.texi: Renamed from
723         doc/glibc-functions/strftime_l.texi.
724         * doc/posix-functions/strncasecmp_l.texi: Renamed from
725         doc/glibc-functions/strncasecmp_l.texi.
726         * doc/posix-functions/strndup.texi: Renamed from
727         doc/glibc-functions/strndup.texi.
728         * doc/posix-functions/strnlen.texi: Renamed from
729         doc/glibc-functions/strnlen.texi.
730         * doc/posix-functions/strsignal.texi: Renamed from
731         doc/glibc-functions/strsignal.texi.
732         * doc/posix-functions/strxfrm_l.texi: Renamed from
733         doc/glibc-functions/strxfrm_l.texi.
734         * doc/posix-functions/timer_gettime.texi: Renamed from
735         doc/glibc-functions/timer_gettime.texi.
736         * doc/posix-functions/tolower_l.texi: Renamed from
737         doc/glibc-functions/tolower_l.texi.
738         * doc/posix-functions/toupper_l.texi: Renamed from
739         doc/glibc-functions/toupper_l.texi.
740         * doc/posix-functions/towctrans_l.texi: Renamed from
741         doc/glibc-functions/towctrans_l.texi.
742         * doc/posix-functions/towlower_l.texi: Renamed from
743         doc/glibc-functions/towlower_l.texi.
744         * doc/posix-functions/towupper_l.texi: Renamed from
745         doc/glibc-functions/towupper_l.texi.
746         * doc/posix-functions/uselocale.texi: Renamed from
747         doc/glibc-functions/uselocale.texi.
748         * doc/posix-functions/vdprintf.texi: Renamed from
749         doc/glibc-functions/vdprintf.texi.
750         * doc/posix-functions/wcpcpy.texi:
751         Renamed from doc/glibc-functions/wcpcpy.texi.
752         * doc/posix-functions/wcpncpy.texi: Renamed from
753         doc/glibc-functions/wcpncpy.texi.
754         * doc/posix-functions/wcscasecmp.texi: Renamed from
755         doc/glibc-functions/wcscasecmp.texi.
756         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
757         doc/glibc-functions/wcscasecmp_l.texi.
758         * doc/posix-functions/wcscoll_l.texi: Renamed from
759         doc/glibc-functions/wcscoll_l.texi.
760         * doc/posix-functions/wcsdup.texi: Renamed from
761         doc/glibc-functions/wcsdup.texi.
762         * doc/posix-functions/wcsncasecmp.texi: Renamed from
763         doc/glibc-functions/wcsncasecmp.texi.
764         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
765         doc/glibc-functions/wcsncasecmp_l.texi.
766         * doc/posix-functions/wcsnlen.texi: Renamed from
767         doc/glibc-functions/wcsnlen.texi.
768         * doc/posix-functions/wcsnrtombs.texi: Renamed from
769         doc/glibc-functions/wcsnrtombs.texi.
770         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
771         doc/glibc-functions/wcsxfrm_l.texi.
772         * doc/posix-functions/wctrans_l.texi: Renamed from
773         doc/glibc-functions/wctrans_l.texi.
774         * doc/posix-functions/wctype_l.texi: Renamed from
775         doc/glibc-functions/wctype_l.texi.
776         * doc/gnulib.texi (Function Substitutes): Add these subsections.
777         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
778         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
779         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
780         these subsections.
781         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
782         Remove sections.
783
784 2008-12-14  Bruno Haible  <bruno@clisp.org>
785
786         Update doc for POSIX:2008.
787         * doc/posix-functions/*.texi: Update URL of POSIX specification.
788
789 2008-12-14  Bruno Haible  <bruno@clisp.org>
790
791         Update doc for POSIX:2008.
792         * doc/pastposix-functions/bcmp.texi: Renamed from
793         doc/posix-functions/bcmp.texi.
794         * doc/pastposix-functions/bcopy.texi: Renamed from
795         doc/posix-functions/bcopy.texi.
796         * doc/pastposix-functions/bsd_signal.texi: Renamed from
797         doc/posix-functions/bsd_signal.texi.
798         * doc/pastposix-functions/bzero.texi: Renamed from
799         doc/posix-functions/bzero.texi.
800         * doc/pastposix-functions/ecvt.texi: Renamed from
801         doc/posix-functions/ecvt.texi.
802         * doc/pastposix-functions/fcvt.texi: Renamed from
803         doc/posix-functions/fcvt.texi.
804         * doc/pastposix-functions/ftime.texi: Renamed from
805         doc/posix-functions/ftime.texi.
806         * doc/pastposix-functions/gcvt.texi: Renamed from
807         doc/posix-functions/gcvt.texi.
808         * doc/pastposix-functions/getcontext.texi: Renamed from
809         doc/posix-functions/getcontext.texi.
810         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
811         doc/posix-functions/gethostbyaddr.texi.
812         * doc/pastposix-functions/gethostbyname.texi: Renamed from
813         doc/posix-functions/gethostbyname.texi.
814         * doc/pastposix-functions/getwd.texi: Renamed from
815         doc/posix-functions/getwd.texi.
816         * doc/pastposix-functions/h_errno.texi: Renamed from
817         doc/posix-functions/h_errno.texi.
818         * doc/pastposix-functions/index.texi: Renamed from
819         doc/posix-functions/index.texi.
820         * doc/pastposix-functions/makecontext.texi: Renamed from
821         doc/posix-functions/makecontext.texi.
822         * doc/pastposix-functions/mktemp.texi: Renamed from
823         doc/posix-functions/mktemp.texi.
824         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
825         doc/posix-functions/pthread_attr_getstackaddr.texi.
826         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
827         doc/posix-functions/pthread_attr_setstackaddr.texi.
828         * doc/pastposix-functions/rindex.texi: Renamed from
829         doc/posix-functions/rindex.texi.
830         * doc/pastposix-functions/scalb.texi: Renamed from
831         doc/posix-functions/scalb.texi.
832         * doc/pastposix-functions/setcontext.texi: Renamed from
833         doc/posix-functions/setcontext.texi.
834         * doc/pastposix-functions/swapcontext.texi: Renamed from
835         doc/posix-functions/swapcontext.texi.
836         * doc/pastposix-functions/ualarm.texi: Renamed from
837         doc/posix-functions/ualarm.texi.
838         * doc/pastposix-functions/usleep.texi: Renamed from
839         doc/posix-functions/usleep.texi.
840         * doc/pastposix-functions/vfork.texi: Renamed from
841         doc/posix-functions/vfork.texi.
842         * doc/pastposix-functions/wcswcs.texi: Renamed from
843         doc/posix-functions/wcswcs.texi.
844         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
845         (Function Substitutes): Update.
846
847 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
848
849         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
850         m4/strerror.m4.
851
852 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
853             Bruno Haible  <bruno@clisp.org>
854
855         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
856
857 2008-12-13  Bruno Haible  <bruno@clisp.org>
858
859         * modules/strtoull (Depends-on): Remove unistd.
860
861 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
862
863         * modules/strtoull (Depends-on): Add stdlib.
864
865 2008-12-11  Simon Josefsson  <simon@josefsson.org>
866
867         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
868
869 2008-12-10  Jim Meyering  <meyering@redhat.com>
870
871         gl_ASSERT: don't say assertions are disabled when they're not
872         * m4/assert.m4 (gl_ASSERT): Do not make configure report
873         "checking whether to enable assertions... no", when they are in
874         fact enabled.  This is solely a bug in the output of configure.
875         In spite of saying "no", NDEBUG was not defined in that case.
876         Also, as noted by Eric Blake, leave assertions enabled upon
877         --enable-assert=INVALID.
878
879 2008-12-10  Bruno Haible  <bruno@clisp.org>
880
881         Change MODULES.html to refer to POSIX:2008 where possible.
882         * MODULES.html.sh (POSIX2008_URL): New variable.
883         (posix_headers): Remove sys/timeb, ucontext.
884         (posix2001_headers): New variable.
885         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
886         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
887         index, makecontext, mktemp, pthread_attr_getstackaddr,
888         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
889         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
890         (posix2001_functions): New variable.
891         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
892         otherwise.
893
894 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
895
896         add missing include to parse-duration.c
897         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
898         * modules/parse-duration (Depends-on): Add xalloc.
899
900         fix sed script reading maint.mk
901         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
902         (syntax-check-rules): Use it.
903
904 2008-12-09  Bruno Haible  <bruno@clisp.org>
905
906         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
907         MacOS X 10.4/PowerPC.
908         Reported by Simon Josefsson.
909
910 2008-12-08  Jim Meyering  <meyering@redhat.com>
911
912         work around mingw's lack of some S_IF definitions
913         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
914         Reported by Simon Josefsson.
915
916 2008-12-08  Bruno Haible  <bruno@clisp.org>
917
918         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
919         applied to variables. Needed on MacOS X 10.4/PowerPC.
920         Reported by Simon Josefsson.
921
922 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
923         and Eric Blake  <ebb9@byu.net>
924
925         assert: honor --enable-assert
926         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
927         order to honor --enable-assert, rather than treating it as a
928         synonym for --disable-assert.
929
930 2008-12-08  Jim Meyering  <meyering@redhat.com>
931
932         * lib/posixtm.c: Remove now-useless declaration of mktime.
933
934         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
935
936 2008-12-07  Bruno Haible  <bruno@clisp.org>
937
938         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
939         test_once): Mark functions as static.
940         * tests/test-tls.c (test_tls): Likewise.
941
942 2008-12-07  Bruno Haible  <bruno@clisp.org>
943
944         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
945         iconv_register_autodetect.
946
947 2008-12-07  Jim Meyering  <meyering@redhat.com>
948
949         posixtm.c: avoid a warning
950         * lib/posixtm.c (posixtime): Don't initialize tm0.
951         It's no longer needed to placate gcc4's -Wuninitialized,
952         and the attempt to placate would elicit a new warning.
953
954         unicodeio.c: mark unused parameters
955         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
956         (fallback_failure_callback): Likewise.
957
958 2008-12-07  Bruno Haible  <bruno@clisp.org>
959
960         * gnulib-tool (func_create_testdir): When building the tests
961         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
962         Reported by Simon Josefsson.
963
964 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
965
966         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
967
968 2008-12-06  Bruno Haible  <bruno@clisp.org>
969
970         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
971         Suggested by Eric Blake.
972
973 2008-12-06  Bruno Haible  <bruno@clisp.org>
974
975         Fix a c-stack test failure on MacOS X.
976         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
977         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
978         handler for SIGBUS as well.
979         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
980         install a signal handler for SIGBUS as well.
981         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
982
983 2008-12-06  Bruno Haible  <bruno@clisp.org>
984
985         Advocacy documentation.
986         * doc/gnulib-intro.texi (Benefits): New section.
987         * doc/gnulib.texi: Update.
988
989 2008-12-06  Bruno Haible  <bruno@clisp.org>
990
991         Document the 'manywarnings' module.
992         * doc/manywarnings.texi: New file.
993         * doc/gnulib.texi: Include it.
994
995 2008-12-05  Eric Blake  <ebb9@byu.net>
996
997         tests: silence some gcc warnings
998         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
999         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
1000         type mismatches.
1001
1002 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1003             Bruno Haible  <bruno@clisp.org>
1004
1005         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
1006
1007 2008-11-29  Jim Meyering  <meyering@redhat.com>
1008
1009         unicodeio.c: mark unused parameters
1010         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
1011         (fallback_failure_callback): Likewise.
1012
1013         fts: fix a thinko
1014         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
1015         (set_stat_type): Return S_IF*-valued "type" directly.
1016         Prompted by James Youngman's spotting a related bug.
1017         Confirmed by further testing through find.
1018
1019         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
1020         * lib/fts.c (D_TYPE): Define.
1021         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
1022         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
1023         (s_ifmt_shift_bits): New function.
1024         (set_stat_type): New function.
1025         (fts_build): When not calling fts_stat, call set_stat_type
1026         to propagate dirent.d_type info to fts_read caller.
1027         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
1028         fts_statp->st_mode type information may be valid.
1029
1030 2008-11-28  Simon Josefsson  <simon@josefsson.org>
1031
1032         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
1033         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
1034         <sds@gnu.org>.
1035
1036 2008-11-20  Bruno Haible  <bruno@clisp.org>
1037
1038         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
1039         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
1040         INCLUDE_NEXT.
1041         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
1042         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
1043         * modules/math (Makefile.am): Substitute
1044         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
1045         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
1046
1047 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
1048             Bruno Haible  <bruno@clisp.org>
1049
1050         * lib/stdint.in.h: Define all type macros so that their expansion is
1051         a single typedef'ed token. Fixes a compilation failure in Boost which
1052         does "using ::int8_t;".
1053
1054 2008-11-18  Simon Josefsson  <simon@josefsson.org>
1055
1056         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
1057         gl_MANYWARN_ALL_GCC.
1058         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
1059         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
1060         * modules/manywarnings: New file.
1061         * MODULES.html.sh: Mention manywarnings module.
1062
1063 2008-11-18  Bruno Haible  <bruno@clisp.org>
1064
1065         * doc/gnulib-tool.texi (Unit tests): New section.
1066
1067 2008-11-18  Simon Josefsson  <simon@josefsson.org>
1068
1069         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
1070         paths like 'lib/po/foo.po'.
1071
1072 2008-11-17  Simon Josefsson  <simon@josefsson.org>
1073
1074         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
1075         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
1076
1077 2008-11-17  Simon Josefsson  <simon@josefsson.org>
1078
1079         * m4/warnings.m4: Use CPPFLAGS to really check whether the
1080         parameter works.
1081
1082 2008-11-17  Simon Josefsson  <simon@josefsson.org>
1083
1084         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
1085
1086 2008-11-17  Bruce Korb  <bkorb@gnu.org>
1087
1088         * modules/parse-duration-tests: New file.
1089         * tests/test-parse-duration.sh: New file.
1090         * tests/test-parse-duration.c: New file.
1091
1092         New module 'parse-duration'.
1093         * lib/parse-duration.h: New file.
1094         * lib/parse-duration.c: New file.
1095         * modules/parse-duration: New file.
1096
1097 2008-11-17  Bruno Haible  <bruno@clisp.org>
1098
1099         * tests/test-select-out.sh: Comment out the first pipe test.
1100         Reported by Simon Josefsson.
1101
1102 2008-11-17  Bruno Haible  <bruno@clisp.org>
1103
1104         * modules/getaddrinfo (Depends-on): Add servent, hostent.
1105         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
1106         gl_HOSTENT.
1107
1108 2008-11-17  Bruno Haible  <bruno@clisp.org>
1109
1110         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
1111         -lnetwork and -lnet. Needed for Haiku and BeOS.
1112
1113 2008-11-16  Bruno Haible  <bruno@clisp.org>
1114
1115         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
1116
1117 2008-11-16  Bruno Haible  <bruno@clisp.org>
1118
1119         Avoid test failure on Haiku.
1120         * tests/test-fsync.c: Include <errno.h>.
1121         (main): Don't require that fsync (0) fails.
1122
1123 2008-11-15  Bruno Haible  <bruno@clisp.org>
1124
1125         New module 'hostent'.
1126         * modules/hostent: New file.
1127         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
1128
1129 2008-11-15  Bruno Haible  <bruno@clisp.org>
1130
1131         New module 'servent'.
1132         * modules/servent: New file.
1133         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
1134
1135 2008-11-15  Bruno Haible  <bruno@clisp.org>
1136
1137         Avoid generating same test program with two different rules.
1138         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
1139         test-frexp to test-frexp-nolibm.
1140         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
1141         test-frexpl to test-frexpl-nolibm.
1142
1143 2008-11-15  Bruno Haible  <bruno@clisp.org>
1144
1145         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
1146         $(FREXPL_LIBM).
1147
1148 2008-11-15  Bruno Haible  <bruno@clisp.org>
1149
1150         * lib/netdb.in.h: Activate the definitions also when the system's
1151         <netdb.h> has 'struct addrinfo'.
1152         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
1153         EAI_OVERFLOW or AI_NUMERICSERV.
1154         * doc/posix-headers/netdb.texi: Document the problem.
1155
1156 2008-11-15  Bruno Haible  <bruno@clisp.org>
1157
1158         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
1159
1160         Make the 'sched' module work on platforms where <sched.h> exists but
1161         is incomplete (such as Haiku).
1162         * lib/sched.in.h; Include the system's <sched.h> if it exists.
1163         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
1164         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
1165         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
1166         HAVE_STRUCT_SCHED_PARAM.
1167         * modules/sched (Depends-on): Add include_next.
1168         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
1169         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
1170         * doc/posix-headers/sched.texi: Document the issue.
1171
1172 2008-11-13  Jim Meyering  <meyering@redhat.com>
1173
1174         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
1175         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
1176         test would fail due to the difference in the Report bugs to ...
1177         line.  The expected address is empty, "<>", while the actual
1178         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
1179
1180 2008-11-12  Bruno Haible  <bruno@clisp.org>
1181
1182         lstat: don't compile lstat.c on systems lacking lstat
1183         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
1184         which don't have lstat; this is handled by lib/sys_stat.in.h already.
1185         Reported by Daniel P. Berrange via Jim Meyering.
1186
1187 2008-11-12  Jim Meyering  <meyering@redhat.com>
1188
1189         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
1190
1191 2008-11-12  Simon Josefsson  <simon@josefsson.org>
1192
1193         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
1194         instead.
1195
1196 2008-11-12  Bruno Haible  <bruno@clisp.org>
1197
1198         * lib/unicodeio.c: Include unistr.h.
1199         (utf8_wctomb): Remove function.
1200         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
1201
1202 2008-11-12  Simon Josefsson  <simon@josefsson.org>
1203
1204         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
1205         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
1206         <bruno@clisp.org>.
1207         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
1208
1209 2008-11-12  Simon Josefsson  <simon@josefsson.org>
1210
1211         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
1212         * doc/gnulib.texi: Add section for warnings.
1213
1214 2008-11-11  Bruno Haible  <bruno@clisp.org>
1215
1216         * lib/sockets.h: Add a comment.
1217
1218 2008-11-11  Karl Berry  <karl@gnu.org>
1219
1220         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
1221
1222 2008-11-11  Eric Blake  <ebb9@byu.net>
1223
1224         fdl.texi: avoid git symlinks
1225         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
1226
1227 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
1228
1229         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
1230
1231 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
1232
1233         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
1234         (gl_WARN_ADD): Substitute $2 if literal.
1235
1236 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
1237
1238         * m4/warning.m4: Remove.
1239
1240 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
1241
1242         * m4/warnings.m4: Almost complete rewrite. :-)
1243
1244 2008-11-10  Simon Josefsson  <simon@josefsson.org>
1245
1246         * modules/warnings: New module.
1247         * m4/warnings.m4: New file.
1248         * MODULES.html.sh: Mention warnings module.
1249         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
1250         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
1251
1252 2008-11-10  Eric Blake  <ebb9@byu.net>
1253
1254         fdl.texi: make a symlink to the latest version
1255         * doc/standards.texi: Revert today's earlier change.
1256         * doc/fdl-1.2.texi: Rename from old fdl.texi...
1257         * doc/fdl.texi: ...and replace this with a symlink to the newer
1258         fdl-1.3.texi.
1259
1260 2008-11-10  Bruno Haible  <bruno@clisp.org>
1261
1262         * tests/test-select-fd.c (main): Accept the result file name as fourth
1263         argument.
1264         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
1265         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
1266
1267 2008-11-10  Bruno Haible  <bruno@clisp.org>
1268
1269         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
1270         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
1271         as autoconf-substituted macros.
1272         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
1273         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
1274         gl_NETDB_H_DEFAULTS. Set these variables.
1275         * modules/netdb (Makefile.am): Substitute these variables.
1276
1277 2008-11-10  Eric Blake  <ebb9@byu.net>
1278
1279         standards.texi: include correct file for FDL 1.3
1280         * doc/standards.texi (GNU Free Documentation License): Change
1281         include file to pull in FDL 1.3, not 1.2.
1282
1283         fdl.texi: revert accidental change to license
1284         * doc/fdl.texi: This is FDL 1.2, not 1.3.
1285
1286 2008-11-10  Bruno Haible  <bruno@clisp.org>
1287
1288         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
1289         cross-compiling guesses also when the native compile gives no result.
1290
1291 2008-11-10  Bruno Haible  <bruno@clisp.org>
1292
1293         * lib/spawni.c (__spawni): Force variable into the stack.
1294
1295 2008-11-10  Bruno Haible  <bruno@clisp.org>
1296
1297         Add support for Haiku.
1298         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
1299         glibc and BeOS, but also on Haiku.
1300         * lib/fpurge.c (fpurge): Likewise.
1301         * lib/freadable.c (freadable): Likewise.
1302         * lib/freadahead.c (freadahead): Likewise.
1303         * lib/freading.c (freading): Likewise.
1304         * lib/freadptr.c (freadptr): Likewise.
1305         * lib/freadseek.c (freadptrinc): Likewise.
1306         * lib/fseeko.c (rpl_fseeko): Likewise.
1307         * lib/fseterr.c (fseterr): Likewise.
1308         * lib/fwritable.c (fwritable): Likewise.
1309         * lib/fwriting.c (fwriting): Likewise.
1310         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
1311
1312 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
1313
1314         * lib/config.charset: Treat Haiku like BeOS.
1315
1316 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
1317
1318         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
1319         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
1320
1321 2008-11-08  Bruno Haible  <bruno@clisp.org>
1322
1323         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
1324         AC_CACHE_CHECK.
1325
1326 2008-11-08  Bruno Haible  <bruno@clisp.org>
1327
1328         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
1329
1330 2008-11-08  Bruno Haible  <bruno@clisp.org>
1331
1332         * tests/test-select-fd.c: New file.
1333         * tests/test-select-in.sh: New file.
1334         * tests/test-select-out.sh: New file.
1335         * tests/test-select-stdin.c: New file.
1336         * modules/select-tests (Files): Add the new files.
1337         (Depends-on): Add gettimeofday.
1338         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
1339         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
1340         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
1341
1342 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
1343             Bruno Haible  <bruno@clisp.org>
1344
1345         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
1346
1347 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
1348
1349         * build-aux/pmccabe2html: Added support for C++ source files.
1350
1351 2008-11-05  Ben Pfaff  <blp@gnu.org>
1352
1353         Fix lib/close.c build on Windows.
1354         * modules/close (Files): Add lib/w32sock.h.
1355
1356 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
1357
1358         Accept Bison's NEWS format.
1359         * build-aux/announce-gen (print_news_deltas): Tweak
1360         $re_prefix.
1361
1362 2008-11-04  Bruno Haible  <bruno@clisp.org>
1363
1364         * modules/random_r (Maintainer): Add glibc.
1365
1366 2008-11-04  Simon Josefsson  <simon@josefsson.org>
1367
1368         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
1369         by karl@freefriends.org (Karl Berry).
1370         * doc/alloca.texi: Likewise.
1371         * doc/c-ctype.texi: Likewise.
1372         * doc/c-strcase.texi: Likewise.
1373         * doc/c-strcaseeq.texi: Likewise.
1374         * doc/c-strcasestr.texi: Likewise.
1375         * doc/c-strstr.texi: Likewise.
1376         * doc/c-strtod.texi: Likewise.
1377         * doc/c-strtold.texi: Likewise.
1378         * doc/ctime.texi: Likewise.
1379         * doc/error.texi: Likewise.
1380         * doc/fdl.texi: Likewise.
1381         * doc/gcd.texi: Likewise.
1382         * doc/getdate.texi: Likewise.
1383         * doc/gnulib-intro.texi: Likewise.
1384         * doc/gnulib-tool.texi: Likewise.
1385         * doc/gnulib.texi: Likewise.
1386         * doc/inet_ntoa.texi: Likewise.
1387         * doc/maintain.texi: Likewise.
1388         * doc/make-stds.texi: Likewise.
1389         * doc/quote.texi: Likewise.
1390         * doc/regexprops-generic.texi: Likewise.
1391         * doc/standards.texi: Likewise.
1392         * doc/verify.texi: Likewise.
1393         * doc/visibility.texi: Likewise.
1394         * doc/gnulib.texi (GNU Free Documentation License): Include
1395         fdl-1.3.texi instead of fdl.texi.
1396
1397 2008-11-04  Simon Josefsson  <simon@josefsson.org>
1398
1399         * doc/fdl-1.3.texi: New file, from
1400         <http://www.gnu.org/licenses/fdl-1.3.texi>.
1401         * modules/fdl-1.3: Add.
1402         * MODULES.html.sh: Add fdl-1.3.
1403
1404 2008-11-03  Bruno Haible  <bruno@clisp.org>
1405
1406         Make determination of absolute name of header file work with AIX xlc.
1407         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
1408         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
1409         preprocessing.
1410         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
1411         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
1412
1413 2008-11-03  Simon Josefsson  <simon@josefsson.org>
1414
1415         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
1416         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
1417         <ludo@gnu.org>.
1418
1419 2008-11-02  Bruno Haible  <bruno@clisp.org>
1420
1421         Mark 'strpbrk' obsolete.
1422         * modules/strpbrk (Status, Notice): New sections.
1423         * modules/strtok_r (Depends-on): Add strpbrk.
1424
1425 2008-11-02  Bruno Haible  <bruno@clisp.org>
1426
1427         Mark 'strdup' obsolete.
1428         * modules/strdup (Status, Notice): New sections.
1429         * modules/findprog (Depends-on): Add strdup.
1430         * modules/getaddrinfo (Depends-on): Likewise.
1431         * modules/localename (Depends-on): Likewise.
1432         * modules/relocatable-lib (Depends-on): Likewise.
1433         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
1434         * modules/relocatable-prog (Depends-on): Likewise.
1435         * modules/trim (Depends-on): Likewise.
1436         * modules/unictype/gen-ctype (Depends-on): Likewise.
1437         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
1438
1439 2008-11-02  Bruno Haible  <bruno@clisp.org>
1440
1441         Mark 'strcspn' obsolete.
1442         * modules/strcspn (Status, Notice): New sections.
1443
1444 2008-11-02  Bruno Haible  <bruno@clisp.org>
1445
1446         Mark 'rmdir' obsolete.
1447         * modules/rmdir (Status, Notice): New sections.
1448         * modules/clean-temp (Depends-on): Add rmdir.
1449         * modules/openat (Depends-on): Likewise.
1450
1451 2008-11-02  Bruno Haible  <bruno@clisp.org>
1452
1453         Mark 'raise' obsolete.
1454         * modules/raise (Status, Notice): New sections.
1455         (Include): Specify <signal.h>.
1456         * modules/stdio (Depends-on): Add raise.
1457         * modules/write (Depends-on): Likewise.
1458
1459 2008-11-02  Bruno Haible  <bruno@clisp.org>
1460
1461         Mark 'memset' obsolete.
1462         * modules/memset (Status, Notice): New sections.
1463
1464 2008-11-02  Bruno Haible  <bruno@clisp.org>
1465
1466         Mark 'memmove' obsolete.
1467         * modules/memmove (Status, Notice): New sections.
1468         * modules/argp (Depends-on): Add memmove.
1469         * modules/argz (Depends-on): Likewise.
1470         * modules/canonicalize (Depends-on): Likewise.
1471         * modules/canonicalize-lgpl (Depends-on): Likewise.
1472         * modules/fts (Depends-on): Likewise.
1473         * modules/getcwd (Depends-on): Likewise.
1474         * modules/human (Depends-on): Likewise.
1475         * modules/regex (Depends-on): Likewise.
1476         * modules/striconveh (Depends-on): Likewise.
1477         * modules/trim (Depends-on): Likewise.
1478         * modules/unistr/u8-move (Depends-on): Likewise.
1479         * modules/unistr/u16-move (Depends-on): Likewise.
1480         * modules/unistr/u32-move (Depends-on): Likewise.
1481
1482 2008-11-02  Bruno Haible  <bruno@clisp.org>
1483
1484         Mark 'memcpy' obsolete.
1485         * modules/memcpy (Status, Notice): New sections.
1486
1487 2008-11-02  Bruno Haible  <bruno@clisp.org>
1488
1489         Mark 'memcmp' obsolete.
1490         * modules/memcmp (Status, Notice): New sections.
1491         * modules/argmatch (Depends-on): Add memchr.
1492         * modules/backupfile (Depends-on): Likewise.
1493         * modules/c-strcasestr (Depends-on): Likewise.
1494         * modules/crypto/des (Depends-on): Likewise.
1495         * modules/csharpcomp (Depends-on): Likewise.
1496         * modules/fnmatch (Depends-on): Likewise.
1497         * modules/git-merge-changelog (Depends-on): Likewise.
1498         * modules/isnand (Depends-on): Likewise.
1499         * modules/isnand-nolibm (Depends-on): Likewise.
1500         * modules/isnanf (Depends-on): Likewise.
1501         * modules/isnanf-nolibm (Depends-on): Likewise.
1502         * modules/isnanl (Depends-on): Likewise.
1503         * modules/isnanl-nolibm (Depends-on): Likewise.
1504         * modules/mbchar (Depends-on): Likewise.
1505         * modules/memcoll (Depends-on): Likewise.
1506         * modules/quotearg (Depends-on): Likewise.
1507         * modules/regex (Depends-on): Likewise.
1508         * modules/relocatable-prog (Depends-on): Likewise.
1509         * modules/same (Depends-on): Likewise.
1510         * modules/signbit (Depends-on): Likewise.
1511         * modules/strcasestr-simple (Depends-on): Likewise.
1512         * modules/unictype/gen-ctype (Depends-on): Likewise.
1513         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
1514         * modules/uniname/uniname (Depends-on): Likewise.
1515         * modules/unistr/u8-cmp (Depends-on): Likewise.
1516
1517 2008-11-02  Bruno Haible  <bruno@clisp.org>
1518
1519         Mark 'memchr' obsolete.
1520         * modules/memchr (Status, Notice): New sections.
1521         * modules/argp (Depends-on): Add memchr.
1522         * modules/base64 (Depends-on): Likewise.
1523         * modules/c-strcasestr (Depends-on): Likewise.
1524         * modules/chdir-long (Depends-on): Likewise.
1525         * modules/fnmatch (Depends-on): Likewise.
1526         * modules/getsubopt (Depends-on): Likewise.
1527         * modules/git-merge-changelog (Depends-on): Likewise.
1528         * modules/glob (Depends-on): Likewise.
1529         * modules/strcasestr-simple (Depends-on): Likewise.
1530         * modules/strnlen (Depends-on): Likewise.
1531
1532 2008-11-02  Bruno Haible  <bruno@clisp.org>
1533
1534         Mark 'atexit' obsolete.
1535         * modules/atexit (Status, Notice): New sections.
1536         * modules/chdir-long (Depends-on): Add atexit.
1537         * modules/wait-process (Depends-on): Likewise.
1538
1539 2008-11-02  Bruno Haible  <bruno@clisp.org>
1540
1541         * gnulib-tool: New option --with-obsolete.
1542         (func_usage): Document it.
1543         (func_modules_transitive_closure): Drop obsolete dependencies if
1544         incobsolete is not true.
1545         (func_import): Read and save the incobsolete variable to the cache.
1546
1547 2008-11-02  Bruno Haible  <bruno@clisp.org>
1548
1549         * modules/TEMPLATE-EXTENDED: New field 'Status'.
1550         * gnulib-tool: New option --extract-status.
1551         (func_usage): Document it.
1552         (sed_extract_prog): Recognize it.
1553         (func_get_status): New function.
1554
1555 2008-10-30  Simon Josefsson  <simon@josefsson.org>
1556
1557         * modules/sockets (License): Change from LGPL to LGPLv2+.
1558
1559 2008-10-28  Simon Josefsson  <simon@josefsson.org>
1560
1561         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
1562
1563 2008-10-28  Simon Josefsson  <simon@josefsson.org>
1564
1565         * MODULES.html.sh (Support for systems lacking POSIX:2001):
1566         Mention times and sys_times.
1567         * modules/sys_times, modules/sys_times-tests: New modules.
1568         * modules/times, modules/times-tests: Likewise
1569         * m4/sys_times_h.m4: New file.
1570         * lib/sys_times.in.h: Likewise
1571         * lib/times.c: Likewise.
1572         * tests/test-sys_times.c: Likewise.
1573         * tests/test-times.c: Likewise.
1574         * doc/posix-headers/sys_times.texi: Update.
1575         * doc/posix-functions/times.texi: Update.
1576
1577 2008-10-28  Jim Meyering  <meyering@redhat.com>
1578
1579         * modules/tempname (Depends-on): Add lstat.
1580
1581         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
1582
1583 2008-10-28  Simon Josefsson  <simon@josefsson.org>
1584
1585         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
1586         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
1587         using idiom used elsewhere in gnulib.
1588
1589 2008-10-27  Jim Meyering  <meyering@redhat.com>
1590
1591         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
1592
1593 2008-10-27  Simon Josefsson  <simon@josefsson.org>
1594
1595         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
1596         TESTS_ENVIRONMENT, for shell scripts that needs to call built
1597         programs.
1598         * tests/test-argp-2.sh: Use $EXEEXT when needed.
1599
1600 2008-10-27  Simon Josefsson  <simon@josefsson.org>
1601
1602         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
1603
1604 2008-10-27  Bruno Haible  <bruno@clisp.org>
1605
1606         * tests/test-lstat.c: Include <stdio.h>.
1607
1608 2008-10-27  Simon Josefsson  <simon@josefsson.org>
1609
1610         * modules/lstat-tests: New module.
1611         * tests/test-lstat.c: New file.
1612
1613 2008-10-26  Jim Meyering  <meyering@redhat.com>
1614
1615         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
1616
1617 2008-10-26  Simon Josefsson  <simon@josefsson.org>
1618             Bruno Haible  <bruno@clisp.org>
1619
1620         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
1621         * modules/configmake (Include): Add a note that the include must come
1622         after all system headers.
1623         * lib/javaversion.c: Include configmake.h after all other includes.
1624
1625 2008-10-26  Bruno Haible  <bruno@clisp.org>
1626
1627         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
1628         HAVE_STRUCT_RANDOM_DATA to 1.
1629         (gl_STDLIB_H): Simplify.
1630
1631 2008-10-26  Simon Josefsson  <simon@josefsson.org>
1632
1633         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
1634         substitute HAVE_STRUCT_RANDOM_DATA.
1635         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
1636         random_data.
1637         * modules/stdlib (Makefile.am): Substitute
1638         HAVE_STRUCT_RANDOM_DATA.
1639
1640 2008-10-26  Simon Josefsson  <simon@josefsson.org>
1641
1642         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
1643         * doc/gnulib-intro.texi (Copyright): Likewise.
1644
1645 2008-10-26  Simon Josefsson  <simon@josefsson.org>
1646
1647         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
1648         findings.
1649
1650 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
1651             Bruno Haible  <bruno@clisp.org>
1652
1653         * lib/unistd.in.h: Include <winsock2.h>.
1654         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
1655         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
1656         Provide dummy declarations.
1657         (gethostname): Override.
1658         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
1659         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
1660         gl_PREREQ_SYS_H_WINSOCK2.
1661         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
1662         * doc/posix-functions/gethostname.texi: More details.
1663
1664 2008-10-25  Bruno Haible  <bruno@clisp.org>
1665
1666         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
1667         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
1668         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
1669
1670         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
1671         here ...
1672         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
1673         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
1674         gl_UNISTD_H_DEFAULTS.
1675
1676 2008-10-25  Eric Blake  <ebb9@byu.net>
1677
1678         signbit: avoid spurious compiler failure
1679         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
1680         declarations inside function.
1681
1682 2008-10-24  Simon Josefsson  <simon@josefsson.org>
1683             Bruno Haible  <bruno@clisp.org>
1684
1685         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
1686         * modules/random_r (Depends-on): Add stdint.
1687
1688 2008-10-24  Bruno Haible  <bruno@clisp.org>
1689
1690         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
1691         Eggert.
1692         * modules/strerror (License): Likewise.
1693
1694 2008-10-24  Jim Meyering  <meyering@redhat.com>
1695
1696         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
1697         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
1698
1699 2008-10-24  Eric Blake  <ebb9@byu.net>
1700
1701         getgroups: fix compilation when getgroups is available
1702         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
1703         but with <config.h> override of getgroups disabled.
1704
1705 2008-10-24  Simon Josefsson  <simon@josefsson.org>
1706
1707         * doc/gnulib.texi (Header files): Add note about C++ problems.
1708         Explained by Bruno Haible <bruno@clisp.org>.
1709
1710 2008-10-23  Bruno Haible  <bruno@clisp.org>
1711
1712         Define a dummy SA_NODEFER macro on Interix.
1713         * lib/signal.in.h (SA_NODEFER): Define fallback.
1714         Reported by Aleksey Cheusov <cheusov@tut.by> via
1715         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
1716
1717 2008-10-23  Bruno Haible  <bruno@clisp.org>
1718
1719         * modules/freadahead (License): Change to LGPLv2+.
1720         Suggested by Simon Josefsson.
1721
1722 2008-10-23  Jim Meyering  <meyering@redhat.com>
1723
1724         random_r: new module
1725         * modules/random_r: New file.
1726         * m4/random_r.m4: New file.
1727         * lib/random_r.c: New file, from glibc.
1728         * modules/random_r-tests: New file.
1729         * tests/test-random_r.c: New file.
1730         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
1731          Declare.
1732         (RAND_MAX): Define.
1733         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
1734         * modules/stdlib: Substitute them, too.
1735         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
1736         * doc/glibc-functions/initstate_r.texi: Mention the new module.
1737         * doc/glibc-functions/random_r.texi: Likewise.
1738         * doc/glibc-functions/setstate_r.texi: Likewise.
1739         * doc/glibc-functions/srandom_r.texi: Likewise.
1740         * config/srclist.txt: Mention it.
1741
1742 2008-10-23  David Lutterkort  <lutter@redhat.com>
1743
1744         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
1745         link requirement
1746
1747 2008-10-23  Jim Meyering  <meyering@redhat.com>
1748
1749         selinux-h: mark parameters of stub functions as intentionally unused
1750         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
1751         * lib/se-context.in.h: Likewise.
1752
1753 2008-10-22  Simon Josefsson  <simon@josefsson.org>
1754
1755         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
1756
1757 2008-10-22  Simon Josefsson  <simon@josefsson.org>
1758
1759         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
1760
1761 2008-10-22  Eric Blake  <ebb9@byu.net>
1762
1763         glthread/thread: avoid compiler warning
1764         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
1765         Add unreachable abort to silence compiler.
1766
1767 2008-10-22  Eric Blake  <ebb9@byu.net>
1768
1769         netdb: also supply struct addrinfo for cygwin 1.5.x
1770         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
1771         older cygwin.
1772         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
1773         cygwin.
1774         * doc/posix-headers/netdb.texi (netdb.h): Document this.
1775
1776 2008-10-22  Bruno Haible  <bruno@clisp.org>
1777
1778         * users.txt: Update entry about pspp.
1779
1780 2008-10-21  Bruno Haible  <bruno@clisp.org>
1781
1782         Simplification.
1783         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
1784         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
1785
1786         Simplification.
1787         * lib/ioctl.c (ioctl): Don't undefine.
1788         * lib/socket.c (socket): Don't undefine.
1789
1790         Remove unused module indicator macros.
1791         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
1792         GNULIB_$1 as a C macro.
1793
1794         * doc/posix-functions/close.texi: Undo last change.
1795         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
1796         Windows platforms.
1797
1798 2008-10-21  Bruno Haible  <bruno@clisp.org>
1799
1800         Add gethostname() declaration to <unistd.h>.
1801         * lib/unistd.in.h (gethostname): New declaration.
1802         * lib/gethostname.c: Include <unistd.h>.
1803         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
1804         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
1805         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
1806         and HAVE_GETHOSTNAME.
1807         * modules/gethostname (Depends-on): Add unistd.
1808         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
1809         (Include): Specify <unistd.h>.
1810         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
1811         HAVE_GETHOSTNAME.
1812         * tests/test-gethostname.c: Include <unistd.h> first.
1813
1814 2008-10-21  Bruno Haible  <bruno@clisp.org>
1815
1816         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
1817         * modules/select-tests (Depends-on): Likewise.
1818         Reported by Simon Josefsson.
1819
1820 2008-10-21  Simon Josefsson  <simon@josefsson.org>
1821
1822         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
1823         * lib/accept.c: New file, based on winsock.c.
1824         * lib/bind.c: New file, based on winsock.c.
1825         * lib/connect.c: New file, based on winsock.c.
1826         * lib/getpeername.c: New file, based on winsock.c.
1827         * lib/getsockname.c: New file, based on winsock.c.
1828         * lib/getsockopt.c: New file, based on winsock.c.
1829         * lib/ioctl.c: New file, based on winsock.c.
1830         * lib/listen.c: New file, based on winsock.c.
1831         * lib/recv.c: New file, based on winsock.c.
1832         * lib/recvfrom.c: New file, based on winsock.c.
1833         * lib/send.c: New file, based on winsock.c.
1834         * lib/sendto.c: New file, based on winsock.c.
1835         * lib/setsockopt.c: New file, based on winsock.c.
1836         * lib/shutdown.c: New file, based on winsock.c.
1837         * lib/socket.c: New file, based on winsock.c.
1838         * lib/w32sock.h: New file, based on winsock.c.
1839         * lib/winsock.c: Remove file.
1840         * modules/accept: Likewise.
1841         * modules/bind: Likewise.
1842         * modules/connect: Likewise.
1843         * modules/getpeername: Likewise.
1844         * modules/getsockname: Likewise.
1845         * modules/getsockopt: Likewise.
1846         * modules/ioctl: Likewise.
1847         * modules/listen: Likewise.
1848         * modules/recv: Likewise.
1849         * modules/recvfrom: Likewise.
1850         * modules/send: Likewise.
1851         * modules/sendto: Likewise.
1852         * modules/setsockopt: Likewise.
1853         * modules/shutdown: Likewise.
1854         * modules/socket: Use socket.c instead of winsock.c.
1855         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
1856         * doc/posix-functions/accept.texi: Doc fix.
1857         * doc/posix-functions/bind.texi: Doc fix.
1858         * doc/posix-functions/close.texi: Doc fix.
1859         * doc/posix-functions/connect.texi: Doc fix.
1860         * doc/posix-functions/getpeername.texi: Doc fix.
1861         * doc/posix-functions/getsockname.texi: Doc fix.
1862         * doc/posix-functions/getsockopt.texi: Doc fix.
1863         * doc/posix-functions/ioctl.texi: Doc fix.
1864         * doc/posix-functions/listen.texi: Doc fix.
1865         * doc/posix-functions/recv.texi: Doc fix.
1866         * doc/posix-functions/recvfrom.texi: Doc fix.
1867         * doc/posix-functions/send.texi: Doc fix.
1868         * doc/posix-functions/sendto.texi: Doc fix.
1869         * doc/posix-functions/setsockopt.texi: Doc fix.
1870         * doc/posix-functions/shutdown.texi: Doc fix.
1871         * doc/posix-functions/socket.texi: Doc fix.
1872
1873 2008-10-20  Bruno Haible  <bruno@clisp.org>
1874
1875         Take into account the role of SIGABRT_COMPAT on Windows 2008.
1876         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
1877         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
1878         as an alias for SIGABRT.
1879         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
1880         (sigaction): Map it to SIGABRT.
1881         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
1882
1883 2008-10-20  Bruno Haible  <bruno@clisp.org>
1884
1885         * lib/fts.c: Don't include lstat.h.
1886         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
1887
1888         Move the lstat() declaration to <sys/stat.h>.
1889         * lib/lstat.h: Remove file.
1890         * lib/sys_stat.in.h: Add special invocation convention.
1891         (lstat): New declaration.
1892         * lib/lstat.c (orig_lstat): New function.
1893         (rpl_lstat): Use orig_lstat instead of lstat.
1894         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
1895         AC_C_INLINE. Set REPLACE_LSTAT.
1896         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
1897         and REPLACE_LSTAT.
1898         * modules/lstat (Files): Remove lib/lstat.h.
1899         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
1900         (Include): Specify <sys/stat.h> instead of lstat.h.
1901         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
1902         REPLACE_LSTAT.
1903         * NEWS: Mention the change.
1904
1905 2008-10-20  Bruno Haible  <bruno@clisp.org>
1906
1907         * modules/posix_spawn-tests: New file.
1908         * tests/test-posix_spawn3.c: New file.
1909
1910 2008-10-20  Bruno Haible  <bruno@clisp.org>
1911
1912         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
1913         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
1914         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
1915         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
1916         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
1917
1918 2008-10-20  Bruno Haible  <bruno@clisp.org>
1919
1920         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
1921         of posix_spawn on AIX 5.3.
1922
1923 2008-10-20  Bruno Haible  <bruno@clisp.org>
1924
1925         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
1926
1927 2008-10-20  Bruno Haible  <bruno@clisp.org>
1928
1929         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
1930         of AC_LANG_PROGRAM.
1931
1932 2008-10-20  Simon Josefsson  <simon@josefsson.org>
1933
1934         * lib/netdb.in.h: Don't define GNU specific constants until they
1935         are supported or needed.  Reported by Bruno Haible
1936         <bruno@clisp.org>.
1937
1938 2008-10-20  Simon Josefsson  <simon@josefsson.org>
1939
1940         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
1941
1942 2008-10-20  Simon Josefsson  <simon@josefsson.org>
1943
1944         * lib/getaddrinfo.h: Remove file.
1945         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
1946         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
1947         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
1948         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
1949         * modules/netdb: Substitute GNULIB_GETADDRINFO.
1950         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
1951         * tests/test-getaddrinfo.c: Likewise.
1952         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
1953         * NEWS: Mention change.
1954
1955 2008-10-19  Bruno Haible  <bruno@clisp.org>
1956
1957         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
1958
1959 2008-10-19  Bruno Haible  <bruno@clisp.org>
1960
1961         * lib/wait-process.c: Include simply <sys/wait.h>.
1962         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
1963         WIFSTOPPED): Remove fallback definitions.
1964         * modules/wait-process (Depends-on): Add sys_wait.
1965
1966         New module 'sys_wait'.
1967         * modules/sys_wait: New file.
1968         * lib/sys_wait.in.h: New file, partially copied from
1969         lib/wait-process.c.
1970         * m4/sys_wait_h.m4: New file.
1971         * doc/posix-headers/sys_wait.texi: Mention the new module.
1972
1973 2008-10-19  Bruno Haible  <bruno@clisp.org>
1974
1975         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
1976
1977 2008-10-19  Bruno Haible  <bruno@clisp.org>
1978
1979         Assume that waitpid() fills an 'int' status, not a 'union wait'.
1980         * lib/wait-process.c (WAIT_T): Remove type.
1981         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
1982         (wait_subprocess): Update.
1983
1984 2008-10-19  Bruno Haible  <bruno@clisp.org>
1985
1986         New module 'atoll'.
1987         * modules/atoll: New file.
1988         * lib/stdlib.in.h (atoll): New declaration.
1989         * lib/atoll.c: New file, from glibc with modifications.
1990         * m4/atoll.m4: New file.
1991         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
1992         HAVE_ATOLL.
1993         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
1994         * doc/posix-functions/atoll.texi: Mention the new module.
1995
1996 2008-10-19  Bruno Haible  <bruno@clisp.org>
1997
1998         Add strtoull() declaration to <stdlib.h>.
1999         * lib/stdlib.in.h (strtoull): New declaration.
2000         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
2001         Set HAVE_STRTOULL.
2002         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
2003         HAVE_STRTOULL.
2004         * modules/strtoull (Depends-on): Add stdlib.
2005         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
2006         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
2007         HAVE_STRTOULL.
2008
2009 2008-10-19  Bruno Haible  <bruno@clisp.org>
2010
2011         Add strtoll() declaration to <stdlib.h>.
2012         * lib/stdlib.in.h (strtoll): New declaration.
2013         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
2014         Set HAVE_STRTOLL.
2015         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
2016         HAVE_STRTOLL.
2017         * modules/strtoll (Depends-on): Add stdlib.
2018         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
2019         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
2020
2021 2008-10-19  Bruno Haible  <bruno@clisp.org>
2022
2023         * modules/bcopy (Depends-on): Add strings.
2024         (Include): Specify <strings.h>.
2025
2026 2008-10-19  Bruno Haible  <bruno@clisp.org>
2027
2028         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
2029
2030 2008-10-19  Bruno Haible  <bruno@clisp.org>
2031
2032         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
2033         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
2034         mingw.
2035
2036 2008-10-19  Bruno Haible  <bruno@clisp.org>
2037
2038         * lib/atanl.c: Don't include isnanl.h.
2039         * lib/cosl.c: Likewise.
2040         * lib/ldexpl.c: Likewise.
2041         * lib/logl.c: Likewise.
2042         * lib/sinl.c: Likewise.
2043         * lib/sqrtl.c: Likewise.
2044         * lib/tanl.c: Likewise.
2045
2046         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
2047         * lib/isnanf.h: Remove file.
2048         * lib/isnand.h: Remove file.
2049         * lib/isnanl.h: Remove file.
2050         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
2051         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
2052         macros.
2053         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
2054         HAVE_ISNANF, don't define it as a C macro.
2055         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
2056         HAVE_ISNAND, don't define it as a C macro.
2057         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
2058         HAVE_ISNANL, don't define it as a C macro.
2059         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
2060         HAVE_ISNAN[FDL].
2061         * modules/isnanf (Files): Remove lib/isnanf.h.
2062         (Depends-on): Add math.
2063         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
2064         (Include): Specify <math.h> instead of isnanf.h.
2065         * modules/isnand (Files): Remove lib/isnand.h.
2066         (Depends-on): Add math.
2067         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
2068         (Include): Specify <math.h> instead of isnand.h.
2069         * modules/isnanl (Files): Remove lib/isnanl.h.
2070         (Depends-on): Add math.
2071         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
2072         (Include): Specify <math.h> instead of isnanl.h.
2073         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
2074         HAVE_ISNAN[FDL].
2075         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
2076         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
2077         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
2078         * NEWS: Mention the change.
2079
2080 2008-10-18  Bruno Haible  <bruno@clisp.org>
2081
2082         Add getusershell(), setusershell(), endusershell() declarations to
2083         <unistd.h>.
2084         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
2085         declarations.
2086         * lib/getusershell.c: Include unistd.h.
2087         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
2088         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
2089         HAVE_GETUSERSHELL.
2090         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
2091         and HAVE_GETUSERSHELL.
2092         * modules/getusershell (Depends-on): Add unistd, extensions.
2093         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2094         (Include): Specify <unistd.h>.
2095         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
2096         HAVE_GETUSERSHELL.
2097
2098 2008-10-18  Bruno Haible  <bruno@clisp.org>
2099
2100         Add a getloadavg() declaration to <stdlib.h>.
2101         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
2102         getloadavg declaration.
2103         (getloadavg): New declaration.
2104         * lib/getloadavg.c: Include <stdlib.h> first.
2105         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
2106         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
2107         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
2108         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
2109         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
2110         * modules/getloadavg (Depends-on): Add stdlib, extensions.
2111         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
2112         (Include): Specify <stdlib.h>.
2113         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
2114         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
2115
2116 2008-10-18  Bruno Haible  <bruno@clisp.org>
2117
2118         * lib/dirchownmod.c: Don't include lchmod.h.
2119
2120         Move the lchmod() declaration to <sys/stat.h>.
2121         * lib/lchmod.h: Remove file.
2122         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
2123         (lchmod): New declaration, moved here from lib/lchown.h.
2124         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
2125         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
2126         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
2127         and HAVE_LCHMOD.
2128         * modules/lchmod (Files): Remove lib/lchmod.h.
2129         (Depends-on): Add sys_stat, extensions.
2130         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
2131         (Include): Specify <sys/stat.h> instead of lchmod.h.
2132         * modules/sys_stat (Depends-on): Add link-warning.
2133         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
2134         definition of GL_LINK_WARNING.
2135         * NEWS: Mention the change.
2136
2137 2008-10-18  Bruno Haible  <bruno@clisp.org>
2138
2139         * lib/fchdir.c: Don't include dirfd.h.
2140         * lib/fts.c: Likewise.
2141         * lib/getcwd.c: Likewise.
2142         * lib/glob.c: Likewise.
2143
2144         Move the dirfd() declaration to <dirent.h>.
2145         * lib/dirfd.h: Remove file.
2146         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
2147         (dirfd): New declaration.
2148         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
2149         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
2150         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
2151         HAVE_DECL_DIRFD.
2152         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
2153         HAVE_DECL_DIRFD.
2154         * modules/dirfd (Files): Remove lib/dirfd.h.
2155         (Depends-on): Add dirent, extensions.
2156         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
2157         (Include): Specify <dirent.h> instead of dirfd.h.
2158         * modules/dirent (Depends-on): Add link-warning.
2159         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
2160         definition of GL_LINK_WARNING.
2161         * NEWS: Mention the change.
2162
2163 2008-10-18  Bruno Haible  <bruno@clisp.org>
2164
2165         Move the euidaccess() declaration to <unistd.h>.
2166         * lib/euidaccess.h: Remove file.
2167         * lib/unistd.in.h (euidaccess): New declaration.
2168         * lib/euidaccess.c: Don't include euidaccess.h.
2169         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
2170         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
2171         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
2172         and HAVE_EUIDACCESS.
2173         * modules/euidaccess (Files): Remove lib/euidaccess.h.
2174         (Depends-on): Add unistd.
2175         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2176         (Include): Specify <unistd.h> instead of euidaccess.h.
2177         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
2178         HAVE_EUIDACCESS.
2179         * NEWS: Mention the change.
2180
2181 2008-10-18  Bruno Haible  <bruno@clisp.org>
2182
2183         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
2184
2185         Move the getdomainname() declaration to <unistd.h>.
2186         * lib/getdomainname.h: Remove file.
2187         * lib/unistd.in.h (getdomainname): New declaration.
2188         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
2189         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
2190         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
2191         HAVE_GETDOMAINNAME.
2192         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
2193         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
2194         * modules/getdomainname (Files): Remove lib/getdomainname.h.
2195         (Depends-on): Add unistd, extensions.
2196         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2197         (Includes): Specify <unistd.h> instead of getdomainname.h.
2198         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
2199         HAVE_GETDOMAINNAME.
2200         * NEWS: Mention the change.
2201
2202 2008-10-18  Bruno Haible  <bruno@clisp.org>
2203
2204         * modules/dirent: New file.
2205         * m4/dirent_h.m4: New file.
2206         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
2207         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
2208         * modules/fchdir (Files): Remove lib/dirent.in.h.
2209         (Depends-on): Add dirent.
2210         (Makefile.am): Move rules to modules/dirent.
2211         * doc/posix-headers/dirent.texi: Mention the new module.
2212
2213 2008-10-18  Bruno Haible  <bruno@clisp.org>
2214
2215         Avoid -Wunused-parameter warnings in public gnulib header files.
2216         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
2217         macro.
2218         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
2219
2220 2008-10-18  Bruno Haible  <bruno@clisp.org>
2221
2222         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
2223         * doc/glibc-functions/error.texi: Mention the module 'error'.
2224         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
2225         * doc/glibc-functions/getdomainname.texi: Mention the module
2226         'getdomainname'.
2227         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
2228         * doc/glibc-functions/getpagesize.texi: Mention the module
2229         'getpagesize'.
2230         * doc/glibc-functions/getusershell.texi: Mention the module
2231         'getusershell'.
2232         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
2233         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
2234         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
2235         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
2236         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
2237         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
2238         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
2239         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
2240         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
2241         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
2242         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
2243         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
2244         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
2245         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
2246
2247 2008-10-17  Bruno Haible  <bruno@clisp.org>
2248
2249         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
2250         HP-UX and IRIX, use -0.0L.
2251         * tests/test-ceill.c (minus_zero): Likewise.
2252         * tests/test-floorl.c (minus_zero): Likewise.
2253         * tests/test-frexpl.c (minus_zero): Likewise.
2254         * tests/test-isnan.c (minus_zerol): Likewise.
2255         * tests/test-isnanl.h (minus_zero): Likewise.
2256         * tests/test-ldexpl.c (minus_zero): Likewise.
2257         * tests/test-roundl.c (minus_zero): Likewise.
2258         * tests/test-signbit.c (minus_zerol): Likewise.
2259         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
2260         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
2261         * tests/test-truncl.c (minus_zero): Likewise.
2262         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
2263         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
2264         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
2265         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
2266
2267 2008-10-17  Bruno Haible  <bruno@clisp.org>
2268
2269         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
2270         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
2271         that it gets activated only for gcc >= 3.0.
2272         * lib/dirent.in.h: Likewise.
2273         * lib/errno.in.h: Likewise.
2274         * lib/fcntl.in.h: Likewise.
2275         * lib/float.in.h: Likewise.
2276         * lib/iconv.in.h: Likewise.
2277         * lib/inttypes.in.h: Likewise.
2278         * lib/locale.in.h: Likewise.
2279         * lib/math.in.h: Likewise.
2280         * lib/netdb.in.h: Likewise.
2281         * lib/netinet_in.in.h: Likewise.
2282         * lib/search.in.h: Likewise.
2283         * lib/signal.in.h: Likewise.
2284         * lib/spawn.in.h: Likewise.
2285         * lib/stdarg.in.h: Likewise.
2286         * lib/stdint.in.h: Likewise.
2287         * lib/stdio.in.h: Likewise.
2288         * lib/stdlib.in.h: Likewise.
2289         * lib/string.in.h: Likewise.
2290         * lib/strings.in.h: Likewise.
2291         * lib/sys_file.in.h: Likewise.
2292         * lib/sys_ioctl.in.h: Likewise.
2293         * lib/sys_select.in.h: Likewise.
2294         * lib/sys_socket.in.h: Likewise.
2295         * lib/sys_stat.in.h: Likewise.
2296         * lib/sys_time.in.h: Likewise.
2297         * lib/sysexits.in.h: Likewise.
2298         * lib/time.in.h: Likewise.
2299         * lib/unistd.in.h: Likewise.
2300         * lib/wchar.in.h: Likewise.
2301         * lib/wctype.in.h: Likewise.
2302         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
2303
2304 2008-10-17  Jim Meyering  <meyering@redhat.com>
2305
2306         ignore-value: don't depend on inline module
2307         * modules/ignore-value (Depends-on): Remove 'inline'.
2308         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
2309         Suggestion from Bruno Haible.
2310
2311 2008-10-17  Bruno Haible  <bruno@clisp.org>
2312
2313         New implementation of condition variables for Win32.
2314         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
2315         (gl_linked_waitqueue_t): New type.
2316         (gl_cond_t): Use it.
2317         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
2318         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
2319         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
2320         (glthread_cond_init_func, glthread_cond_wait_func,
2321         glthread_cond_timedwait_func, glthread_cond_signal_func,
2322         glthread_cond_broadcast_func, glthread_cond_destroy_func):
2323         Reimplemented on the basis of gl_linked_waitqueue_t.
2324         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
2325         gl_waitqueue_t.
2326         (gl_rwlock_t): Update.
2327         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
2328
2329 2008-10-17  Simon Josefsson  <simon@josefsson.org>
2330
2331         * modules/recvfrom (Depends-on): Add dependency on getpeername.
2332         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
2333
2334 2008-10-17  Jim Meyering  <meyering@redhat.com>
2335
2336         ignore-value: new module
2337         * modules/ignore-value: New file.
2338         * lib/ignore-value.h: New file.
2339         * MODULES.html.sh (Compiler warning management): New section,
2340         just for this module.  More to come.
2341
2342 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
2343
2344         open-safer.c: avoid 'signed and unsigned in conditional...' warning
2345         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
2346         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
2347
2348 2008-10-16  Jim Meyering  <meyering@redhat.com>
2349
2350         openat-die.c: avoid 'no previous prototype' warning
2351         * lib/openat-die.c: Include "openat.h".
2352         Reported by Reuben Thomas <rrt@sc3d.org>.
2353
2354 2008-10-16  Simon Josefsson  <simon@josefsson.org>
2355
2356         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
2357         * lib/netdb.in.h: Fix typo.
2358         Reported by Bruno Haible  <bruno@clisp.org>
2359
2360         * lib/netdb.in.h: Include sys/socket.h for platforms without
2361         netdb.h, to get structures like hostent on MinGW.
2362         * modules/netdb (Depends-on): Add sys_socket.
2363
2364 2008-10-15  Simon Josefsson  <simon@josefsson.org>
2365
2366         * modules/netdb, modules/netdb-tests: New file.
2367         * m4/netdb_h.m4: New file.
2368         * lib/netdb.in.h: Add, currently just an empty file pending
2369         definitions.
2370         * tests/test-netdb.c: New file.
2371         * doc/posix-headers/netdb.texi: Mention that we replace it if
2372         needed.
2373         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
2374         netdb.
2375
2376 2008-10-15  Simon Josefsson  <simon@josefsson.org>
2377
2378         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
2379         with code.
2380
2381 2008-10-13  Bruno Haible  <bruno@clisp.org>
2382
2383         * lib/glthread/cond.c (glthread_cond_wait_func,
2384         glthread_cond_timedwait_func): Add a comment.
2385
2386 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
2387
2388         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
2389         * tests/test-select.c: Likewise,
2390
2391 2008-10-13  Bruno Haible  <bruno@clisp.org>
2392
2393         * lib/glthread/cond.c (glthread_cond_wait_func,
2394         glthread_cond_timedwait_func): Fix variable name.
2395         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
2396
2397 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
2398
2399         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
2400         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
2401         struct sockaddr.sa_len.
2402         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
2403
2404 2008-10-13  Simon Josefsson  <simon@josefsson.org>
2405
2406         * build-aux/pmccabe2html: Add css and css_url parameters.
2407
2408 2008-10-12  Bruno Haible  <bruno@clisp.org>
2409
2410         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
2411         calling aclx_get.
2412         Reported by Rainer Tammer <tammer@tammer.net>.
2413
2414 2008-10-12  Bruno Haible  <bruno@clisp.org>
2415
2416         Use msvcrt aware primitives for creation/termination of Win32 threads.
2417         * lib/glthread/thread.c: Include <process.h>.
2418         (glthread_create_func): Use _beginthreadex instead of CreateThread.
2419         (wrapper_func): Update signature.
2420         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
2421
2422 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
2423             Bruno Haible  <bruno@clisp.org>
2424
2425         Provide a Win32 implementation of the 'cond' module.
2426         * lib/glthread/cond.h [USE_WIN32]: New implementation.
2427         * lib/glthread/cond.c (glthread_cond_init_func,
2428         glthread_cond_wait_func, glthread_cond_timedwait_func,
2429         glthread_cond_signal_func, glthread_cond_broadcast_func,
2430         glthread_cond_destroy_func) [USE_WIN32]: New functions.
2431         * modules/cond (Dependencies): Add gettimeofday.
2432
2433 2008-10-11  Bruno Haible  <bruno@clisp.org>
2434
2435         Make sleep work on older versions of mingw.
2436         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
2437         only whether it exists.
2438         * doc/posix-functions/sleep.texi: Mention the problem with older
2439         versions of mingw.
2440
2441 2008-10-11  Bruno Haible  <bruno@clisp.org>
2442
2443         New module 'shutdown'.
2444         * modules/shutdown: New file.
2445         * lib/sys_socket.in.h (shutdown): New declaration.
2446         * lib/winsock.c (shutdown): New function.
2447         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
2448         GNULIB_SHUTDOWN.
2449         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
2450         * doc/posix-functions/shutdown.texi: Document the new module.
2451
2452 2008-10-11  Jim Meyering  <meyering@redhat.com>
2453
2454         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
2455
2456 2008-10-11  Bruno Haible  <bruno@clisp.org>
2457
2458         New module 'fclose'.
2459         * modules/fclose: New file.
2460         * lib/stdio.in.h (fclose): New declaration.
2461         * lib/fclose.c: New file.
2462         * m4/fclose.m4: New file.
2463         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
2464         REPLACE_FCLOSE.
2465         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
2466         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
2467         REPLACE_FCLOSE.
2468         * modules/close (Depends-on): fclose.
2469         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
2470
2471 2008-10-11  Bruno Haible  <bruno@clisp.org>
2472
2473         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
2474         set errno and don't call _close.
2475
2476 2008-10-10  Bruno Haible  <bruno@clisp.org>
2477
2478         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
2479         ACL, not afterwards. Fixes test failure on Cygwin.
2480
2481 2008-10-09  Ben Pfaff  <blp@gnu.org>
2482
2483         * build-aux/announce-gen: Fix gnulib version related part of usage
2484         message.  Die with a useful error message if no tarballs are
2485         found.
2486
2487 2008-10-10  Jim Meyering  <meyering@redhat.com>
2488
2489         bootstrap: use git's --depth=N option only if it's supported
2490         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
2491         recognize the --depth option.  Reported by Pádraig Brady.
2492
2493 2008-10-09  Bruno Haible  <bruno@clisp.org>
2494
2495         New module 'ioctl'.
2496         * modules/ioctl: New file.
2497         * lib/sys_socket.in.h (ioctl): Remove declaration.
2498         * lib/winsock.c: Include <sys/ioctl.h>.
2499         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
2500         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
2501         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
2502         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
2503         * doc/posix-functions/ioctl.texi: Mention the new module.
2504
2505 2008-10-09  Bruno Haible  <bruno@clisp.org>
2506
2507         New module 'sys_ioctl'.
2508         * lib/sys_ioctl.in.h: New file.
2509         * m4/sys_ioctl_h.m4: New file.
2510         * modules/sys_ioctl: New file.
2511         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
2512
2513 2008-10-09  Bruno Haible  <bruno@clisp.org>
2514
2515         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
2516         * lib/winsock.c: Include <stdarg.h>.
2517         (rpl_ioctl): Change to second argument 'int' and then varargs.
2518
2519 2008-10-09  Bruno Haible  <bruno@clisp.org>
2520
2521         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
2522         when the sys_socket module is present and the system has <winsock2.h>.
2523
2524 2008-10-09  Bruno Haible  <bruno@clisp.org>
2525
2526         * doc/posix-functions/close.texi: Mention module 'close' instead of
2527         module 'sys_socket'.
2528
2529 2008-10-09  Bruno Haible  <bruno@clisp.org>
2530
2531         * doc/glibc-headers/sys_ioctl.texi: New file.
2532         * doc/gnulib.texi: Include it.
2533
2534 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
2535             Bruno Haible  <bruno@clisp.org>
2536
2537         Combine the two replacements of 'close'.
2538         * lib/sys_socket.in.h (close): Define to a reminder to include
2539         <unistd.h>.
2540         (_gl_close_fd_maybe_socket): New declaration.
2541         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
2542         * lib/winsock.c (close): Remove undefinition.
2543         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
2544         needed for the gnulib module 'close'.
2545         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
2546         define to an error symbol or to a warning, if suitable.
2547         * lib/close.c: Include <sys/socket.h>.
2548         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
2549         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
2550         UNISTD_H_HAVE_WINSOCK2_H.
2551         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
2552         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
2553         UNISTD_H_HAVE_WINSOCK2_H.
2554         * modules/sys_socket (Files): Add m4/unistd_h.m4.
2555         (configure.ac): Set a module indicator.
2556         (Makefile.am): Substitute GNULIB_CLOSE.
2557         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
2558         * modules/poll-tests (Depends-on): Add close.
2559         * modules/select-tests (Depends-on): Likewise.
2560
2561 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
2562             Bruno Haible  <bruno@clisp.org>
2563
2564         New module 'close'.
2565         * modules/close: New file.
2566         * lib/unistd.in.h (close): Move declaration out of the
2567         FCHDIR_REPLACEMENT scope.
2568         (_gl_unregister_fd): New declaration.
2569         * lib/close.c: New file.
2570         * lib/fchdir.c (rpl_close): Remove function.
2571         * m4/close.m4: New file.
2572         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
2573         close.
2574         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
2575         REPLACE_CLOSE.
2576         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
2577         REPLACE_CLOSE.
2578         * modules/fchdir (Depends-on): Add close.
2579
2580 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
2581             Bruno Haible  <bruno@clisp.org>
2582
2583         * lib/fcntl.in.h (open): Simplify conditionals.
2584         (_gl_register_fd): New declaration.
2585         * lib/fchdir.c (rpl_open): Remove function.
2586         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
2587         also.
2588         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
2589         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
2590         open.
2591
2592 2008-10-09  Jim Meyering  <meyering@redhat.com>
2593
2594         GNUmakefile: use the more name-space-friendly "_version"
2595         * top/GNUmakefile (_dummy): Update.
2596         (_version): Rename from "version".
2597
2598 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
2599             Bruno Haible  <bruno@clisp.org>
2600
2601         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
2602         rpl_close.
2603         (_gl_register_fd): New function, extracted from rpl_open.
2604         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
2605         (rpl_open, rpl_opendir): Use _gl_register_fd.
2606
2607 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
2608
2609         Fix organization of 'open' replacement.
2610         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
2611         (gl_FUNC_OPEN): Use it.
2612         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
2613
2614 2008-10-08  Bruno Haible  <bruno@clisp.org>
2615
2616         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
2617
2618 2008-10-08  Simon Josefsson  <simon@josefsson.org>
2619
2620         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
2621         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
2622         listen).
2623
2624 2008-10-08  Eric Blake  <ebb9@byu.net>
2625
2626         GNUmakefile: add 'make version' target
2627         * top/GNUmakefile (_curr-ver): Split version update rules...
2628         (version): ...into a target.
2629
2630 2008-10-07  Bruno Haible  <bruno@clisp.org>
2631
2632         Use a more portable replacement expression for -0.0L.
2633         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
2634         instead of -0.0L. Fix m4 quotation.
2635
2636         * tests/test-signbit.c: Include <float.h>.
2637         (minus_zero): New variable.
2638         (test_signbitl): Use minus_zero instead of -zero.
2639         * modules/signbit-tests (Depends-on): Add float.
2640
2641         * tests/test-ceill.c: Include <float.h>.
2642         (zero): Remove variable.
2643         (minus_zero): New variable.
2644         (main): Use minus_zero instead of -zero.
2645         * modules/ceill-tests (Depends-on): Add float.
2646
2647         * tests/test-floorl.c: Include <float.h>.
2648         (zero): Remove variable.
2649         (minus_zero): New variable.
2650         (main): Use minus_zero instead of -zero.
2651         * modules/floorl-tests (Depends-on): Add float.
2652
2653         * tests/test-roundl.c: Include <float.h>.
2654         (zero): Remove variable.
2655         (minus_zero): New variable.
2656         (main): Use minus_zero instead of -zero.
2657         * modules/roundl-tests (Depends-on): Add float.
2658
2659         * tests/test-truncl.c: Include <float.h>.
2660         (zero): Remove variable.
2661         (minus_zero): New variable.
2662         (main): Use minus_zero instead of -zero.
2663         * modules/truncl-tests (Depends-on): Add float.
2664
2665         * tests/test-frexpl.c (zero): Remove variable.
2666         (minus_zero): New variable.
2667         (main): Use minus_zero instead of -zero.
2668         * modules/frexpl-tests (Depends-on): Add float.
2669
2670         * tests/test-isnan.c (zerol): Remove variable.
2671         (minus_zerol): New variable.
2672         (test_long_double): Use minus_zerol instead of -zerol.
2673         * modules/isnan-tests (Depends-on): Add float.
2674
2675         * tests/test-isnanl.h (zero): Remove variable.
2676         (minus_zero): New variable.
2677         (main): Use minus_zero instead of -zero.
2678         * modules/isnanl-nolibm-tests (Depends-on): Add float.
2679         * modules/isnanl-tests (Depends-on): Add float.
2680
2681         * tests/test-ldexpl.c (zero): Remove variable.
2682         (minus_zero): New variable.
2683         (main): Use minus_zero instead of -zero.
2684         * modules/ldexpl-tests (Depends-on): Add float.
2685
2686         * tests/test-snprintf-posix.h (zerol): Remove variable.
2687         (minus_zerol): New variable.
2688         (test_function): Use minus_zerol instead of -zerol.
2689         * modules/snprintf-posix-tests (Depends-on): Add float.
2690         * modules/vsnprintf-posix-tests (Depends-on): Add float.
2691
2692         * tests/test-sprintf-posix.h (zerol): Remove variable.
2693         (minus_zerol): New variable.
2694         (test_function): Use minus_zerol instead of -zerol.
2695         * modules/sprintf-posix-tests (Depends-on): Add float.
2696         * modules/vsprintf-posix-tests (Depends-on): Add float.
2697
2698         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
2699         (minus_zerol): New variable.
2700         (test_function): Use minus_zerol instead of -zerol.
2701         * modules/vasnprintf-posix-tests (Depends-on): Add float.
2702
2703         * tests/test-vasprintf-posix.c (zerol): Remove variable.
2704         (minus_zerol): New variable.
2705         (test_function): Use minus_zerol instead of -zerol.
2706         * modules/vasprintf-posix-tests (Depends-on): Add float.
2707
2708 2008-10-07  Simon Josefsson  <simon@josefsson.org>
2709
2710         * MODULES.html.sh (Support for building documentation): Mention
2711         pmccabe2html.  Sort entries.
2712
2713         Add pmccabe2html module, from gnupdf.
2714         * build-aux/pmccabe.css: New file.
2715         * build-aux/pmccabe2html: New file.
2716         * m4/pmccabe2html.m4: New file.
2717         * modules/pmccabe2html: New file.
2718
2719 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
2720
2721         flock: new module
2722         * MODULES.html.sh: Add to list of modules.
2723         * lib/flock.c: flock implementation for Windows and Unix systems
2724         which have fcntl.
2725         * doc/glibc-functions/flock.texi: Update documentation.
2726         * lib/sys_file.in.h: <sys/file.h> header file.
2727         * m4/flock.m4: M4 macros.
2728         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
2729         * modules/flock: flock module.
2730         * modules/flock-tests: flock tests module.
2731         * modules/sys_file: sys/file.h module.
2732         * tests/test-flock.c: test suite for flock.
2733
2734 2008-10-06  Jim Meyering  <meyering@redhat.com>
2735
2736         bootstrap: check for LT_INIT more portably still ;-)
2737         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
2738         Spotted by Bruno Haible.
2739
2740 2008-10-06  Eric Blake  <ebb9@byu.net>
2741
2742         test-signbit: avoid tripping Irix cc bug on -0.0L
2743         * tests/test-signbit.c (minus_zerol): Delete, and replace with
2744         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
2745         entire testsuite consistent and avoids an Irix 6.2 bug.
2746
2747 2008-10-05  Bruno Haible  <bruno@clisp.org>
2748             Jim Meyering  <jim@meyering.net>
2749
2750         Add an option for ignoring EPIPE during close_stdout.
2751         * lib/closeout.h: Include <stdbool.h>.
2752         (close_stdout_set_ignore_EPIPE): New declaration.
2753         * lib/closeout.c: Include <stdbool.h>.
2754         (ignore_EPIPE): New variable.
2755         (close_stdout_set_ignore_EPIPE): New function.
2756         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
2757         * lib/close-stream.c (close_stream): Mention the possible EPIPE
2758         failure.
2759         * modules/closeout (Depends-on): Add stdbool.
2760
2761 2008-10-05  Bruno Haible  <bruno@clisp.org>
2762
2763         * modules/accept: New file.
2764         * modules/bind: New file.
2765         * modules/connect: New file.
2766         * modules/getpeername: New file.
2767         * modules/getsockname: New file.
2768         * modules/getsockopt: New file.
2769         * modules/listen: New file.
2770         * modules/recv: New file.
2771         * modules/recvfrom: New file.
2772         * modules/send: New file.
2773         * modules/sendto: New file.
2774         * modules/setsockopt: New file.
2775         * modules/socket: New file.
2776         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
2777         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
2778         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
2779         the particular module is requested. Add a link warning when the
2780         particular module is not requested.
2781         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
2782         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
2783         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
2784         the particular module is requested.
2785         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
2786         gl_SYS_SOCKET_H_DEFAULTS): New macros.
2787         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
2788         * modules/sys_socket (Depends-on): Add link-warning.
2789         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
2790         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
2791         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
2792         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
2793         GL_LINK_WARNING.
2794         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
2795         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
2796         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
2797         * doc/posix-functions/getpeername.texi: Mention the new module
2798         'getpeername'.
2799         * doc/posix-functions/getsockname.texi: Mention the new module
2800         'getsockname'.
2801         * doc/posix-functions/getsockopt.texi: Mention the new module
2802         'getsockopt'.
2803         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
2804         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
2805         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
2806         * doc/posix-functions/send.texi: Mention the new module 'send'.
2807         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
2808         * doc/posix-functions/setsockopt.texi: Mention the new module
2809         'setsockopt'.
2810         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
2811         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
2812         listen, connect, accept.
2813         * modules/select-tests (Depends-on): Likewise.
2814
2815 2008-10-05  Bruno Haible  <bruno@clisp.org>
2816
2817         * lib/winsock.c (strerror): Remove unused #undef.
2818         (rpl_close): Remove unused local variable.
2819
2820         * modules/sys_socket (Depends-on); Add errno.
2821
2822 2008-10-05  Bruno Haible  <bruno@clisp.org>
2823
2824         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
2825         (select): Add a link warning when the 'select' module is not used.
2826         * modules/sys_select (Depends-on): Add link-warning.
2827         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
2828         Suggested by Paolo Bonzini.
2829
2830 2008-10-05  Jim Meyering  <meyering@redhat.com>
2831
2832         bootstrap: check for LT_INIT more portably
2833         * build-aux/bootstrap: Avoid using grep -E, since it's not
2834         portable enough.  Suggestion from Bruno Haible.
2835
2836 2008-10-05  Bruno Haible  <bruno@clisp.org>
2837
2838         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
2839         as being fixed by gnulib.
2840
2841 2008-10-05  Bruno Haible  <bruno@clisp.org>
2842
2843         * modules/select-tests: New file, mostly copied from
2844         modules/sys_select-tests.
2845         * tests/test-select.c: New file, mostly copied from
2846         tests/test-sys_select.c.
2847         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
2848         * modules/sys_select-tests (Depends-on): Remove all dependencies.
2849         (Makefile.am): Remove test_sys_select_LDADD.
2850
2851         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
2852         to an undefined symbol, for an error message.
2853         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
2854         (gl_SYS_SELECT_H_DEFAULTS): New macro.
2855         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
2856         winsock-select.c here.
2857         * modules/sys_select (Files): Remove lib/winsock-select.c.
2858         (Depends-on): Remove alloca.
2859         (Makefile.am): Substitute GNULIB_SELECT.
2860         * modules/select: New file.
2861         * doc/posix-functions/select.texi: Update.
2862
2863 2008-10-05  Bruno Haible  <bruno@clisp.org>
2864
2865         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
2866         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
2867         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
2868         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
2869         getdtablesize.
2870         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
2871         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
2872
2873 2008-10-05  Bruno Haible  <bruno@clisp.org>
2874
2875         * modules/getdtablesize-tests: New file.
2876         * tests/test-getdtablesize.c: New file.
2877
2878         New module 'getdtablesize'.
2879         * lib/unistd.in.h (getdtablesize): New declaration.
2880         * lib/getdtablesize.c: New file.
2881         * m4/getdtablesize.m4: New file.
2882         * modules/getdtablesize: New file.
2883         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
2884         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
2885         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
2886         HAVE_GETDTABLESIZE.
2887         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
2888
2889 2008-10-05  Bruno Haible  <bruno@clisp.org>
2890
2891         * modules/sched (Makefile.am): Fix typo.
2892         Reported by Simon Josefsson.
2893
2894 2008-10-05  Jim Meyering  <meyering@redhat.com>
2895
2896         bootstrap: check for LT_INIT, too
2897         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
2898         are deprecated.  Suggestion from Ralf Wildenhues.
2899
2900 2008-10-05  Bruno Haible  <bruno@clisp.org>
2901
2902         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
2903         overriding them by ours.
2904         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
2905
2906 2008-10-05  Jim Meyering  <meyering@redhat.com>
2907
2908         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
2909         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
2910         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
2911
2912 2008-10-04  Bruno Haible  <bruno@clisp.org>
2913
2914         * modules/dup2 (License): Change to LGPLv2+.
2915         * modules/sleep (License): Likewise.
2916         * modules/perror (License): Likewise.
2917         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
2918         Blake.
2919         * modules/signal (License): Likewise.
2920         * modules/sigprocmask (License): Likewise.
2921         * modules/raise (License): Change to LGPLv2+, with approval by Jim
2922         Meyering.
2923
2924 2008-10-04  Bruno Haible  <bruno@clisp.org>
2925
2926         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
2927         Reported by Rainer Tammer <tammer@tammer.net>.
2928
2929 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
2930             Bruno Haible  <bruno@clisp.org>
2931
2932         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
2933         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
2934         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
2935
2936 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
2937
2938         filevercmp: new module
2939         * lib/filevercmp.h: New function filevercmp comparing version strings.
2940         * lib/filevercmp.c: Implementation of filevercmp function.
2941         * modules/filevercmp: Module metadata.
2942         * tests/test-filevercmp.c: Unit test for new module.
2943         * modules/filevercmp-tests: Unit test metadata.
2944         * MODULES.html.sh: Add filevercmp module.
2945
2946 2008-10-03  Bruno Haible  <bruno@clisp.org>
2947
2948         * lib/c-ctype.h: Add comment.
2949         Reported by Jim Meyering.
2950
2951 2008-10-02  Bruno Haible  <bruno@clisp.org>
2952
2953         * modules/posix_spawn-internal (Depends-on): Add 'open'.
2954
2955 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
2956
2957         * build-aux/bootstrap: Allow renaming bootstrap, and change the
2958         name of bootstrap.conf accordingly.
2959
2960 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
2961
2962         * build-aux/bootstrap: Install git-merge-changelog configuration
2963         items into .gitconfig if needed.
2964
2965 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
2966
2967         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
2968         git repository, and initialize/update it accordingly.
2969
2970 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
2971
2972         * modules/fsync-tests: New file.
2973         * tests/test-fsync.c: New file.
2974
2975         New module 'fsync'.
2976         * lib/fsync.c: New file.
2977         * m4/fsync.m4: New file.
2978         * modules/fsync: New file.
2979         * lib/unistd.in.h (fsync): New declaration.
2980         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
2981         GNULIB_FSYNC and HAVE_FSYNC.
2982         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
2983         * MODULES.html.sh (posix_functions): Add fsync.
2984         * doc/posix-functions/fsync.texi: Mention the new module.
2985
2986 2008-10-02  Jim Meyering  <meyering@redhat.com>
2987
2988         fts.c: sync with similar code from coreutils' remove.c
2989         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
2990         Guard also with "#if defined __linux__", since for now at least,
2991         this code is Linux-kernel-specific.
2992
2993 2008-10-02  Jim Meyering  <meyering@redhat.com>
2994
2995         fts: bug fixes
2996         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
2997         Include <sys/vfs.h>, not <sys/statfs.h>.
2998
2999         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
3000         Include <sys/vfs.h>, not <sys/statfs.h>.
3001
3002 2008-10-01  Bruno Haible  <bruno@clisp.org>
3003
3004         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
3005         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
3006         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
3007         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
3008         * doc/posix-functions/posix_spawnp.texi: Likewise.
3009         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
3010         whether posix_spawn actually works.
3011         * m4/pipe.m4 (gl_PIPE): Likewise.
3012         * modules/execute (Files): Add m4/posix_spawn.m4.
3013         * modules/pipe (Files): Add m4/posix_spawn.m4.
3014         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
3015
3016 2008-10-01  Jim Meyering  <meyering@redhat.com>
3017
3018         remove trailing spaces
3019         * NEWS: Likewise.
3020         * lib/poll.c (poll): Likewise.
3021         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
3022         * lib/winsock.c (rpl_close): Likewise.
3023         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
3024         * modules/yield: Likewise.
3025         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
3026         * tests/test-sys_select.c (connect_to_socket): Likewise.
3027
3028         fts.c: adjust a new interface to be more generally useful
3029         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
3030         (fts_build): Adjust caller.
3031
3032 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3033
3034         * modules/cond-tests: New file.
3035         * tests/test-cond.c: New file.
3036
3037 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3038             Bruno Haible  <bruno@clisp.org>
3039
3040         * modules/cond (Dependencies): Add errno, time.
3041         * lib/glthread/cond.h: Include <time.h>.
3042         (gl_cond_define, gl_cond_define_initialized): Use the same definition
3043         across platforms.
3044
3045 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3046             Bruno Haible  <bruno@clisp.org>
3047
3048         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
3049
3050 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3051             Bruno Haible  <bruno@clisp.org>
3052
3053         * modules/tls-tests (Depends-on): Add thread, yield.
3054         (configure.ac): Remove all checks.
3055         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
3056         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
3057         gl_thread_self): Remove definitions. Include glthread/thread.h and
3058         glthread/yield.h instead.
3059         (test_tls): Pass an additional NULL argument to gl_thread_join.
3060
3061 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3062             Bruno Haible  <bruno@clisp.org>
3063
3064         * modules/lock-tests (Depends-on): Add thread, yield.
3065         (configure.ac): Remove all checks.
3066         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
3067         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
3068         gl_thread_self): Remove definitions. Include glthread/thread.h and
3069         glthread/yield.h instead.
3070         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
3071         additional NULL argument to gl_thread_join.
3072
3073 2008-09-30  Bruno Haible  <bruno@clisp.org>
3074
3075         Fix the Win32 implementation of the 'thread' module.
3076         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
3077         pointer type.
3078         (gl_thread_self): Invoke gl_thread_self_func.
3079         (gl_thread_self_func): New declaration.
3080         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
3081         (do_init_self_key, init_self_key): New functions.
3082         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
3083         Remove some fields.
3084         (running_threads, running_lock): Remove variables.
3085         (get_current_thread_handle): New function.
3086         (gl_thread_self_func, wrapper_func, glthread_create_func,
3087         glthread_join_func, gl_thread_exit_func): Largely rewritten and
3088         simplified.
3089
3090 2008-09-30  Bruno Haible  <bruno@clisp.org>
3091
3092         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
3093         files.
3094
3095 2008-09-30  Jim Meyering  <meyering@redhat.com>
3096
3097         fts.m4: correct the test for statfs.f_type
3098         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
3099         when checking for statfs.f_type.
3100
3101 2008-09-15  Simon Josefsson  <simon@josefsson.org>
3102
3103         tests: avoid some compiler warnings
3104         * tests/test-memchr.c (main): Pass NULL indirectly.
3105         * tests/test-getdate.c (main): Remove unused variable 'ret'.
3106
3107 2008-09-29  OndÅ™ej Vašík  <ovasik@redhat.com>
3108
3109         getdate.y: disallow countable dayshifts like "4 yesterday ago"
3110         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
3111         exactly specified dayshifts.
3112         (dayshift): New rule.
3113         (rel): Add dayshift.
3114         (relative_time_table) [tomorrow, yesterday, today, now]:
3115         Use tDAY_SHIFT in place of tDAY_UNIT.
3116         * tests/test-getdate.c: Add tests for now-disallowed countable
3117         dayshifts, e.g., "4 yesterday ago".
3118
3119 2008-09-29  Bruno Haible  <bruno@clisp.org>
3120
3121         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
3122         * tests/test-posix_spawn1.in.sh: Renamed from
3123         tests/test-posix_spawn.in.sh.
3124         * tests/test-posix_spawn2.c: New file.
3125         * tests/test-posix_spawn2.in.sh: New file.
3126         * modules/posix_spawnp-tests (Files): Update.
3127         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
3128
3129 2008-09-29  Bruno Haible  <bruno@clisp.org>
3130
3131         Propagate effects of putenv/setenv/unsetenv to child processes.
3132         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
3133         * lib/pipe.c (create_pipe): Likewise.
3134
3135 2008-09-29  Bruno Haible  <bruno@clisp.org>
3136
3137         Enable use of shell scripts as executables in mingw.
3138         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
3139         run the program as a shell script.
3140         * lib/pipe.c (create_pipe): Likewise.
3141         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
3142         resulting array.
3143
3144 2008-09-29  Eric Blake  <ebb9@byu.net>
3145
3146         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
3147
3148 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
3149
3150         * doc/posix-functions/accept.texi: Update mingw problems.
3151         * doc/posix-functions/bind.texi: Update mingw problems.
3152         * doc/posix-functions/close.texi: Update mingw problems.
3153         * doc/posix-functions/connect.texi: Update mingw problems.
3154         * doc/posix-functions/getpeername.texi: Update mingw problems.
3155         * doc/posix-functions/getsockname.texi: Update mingw problems.
3156         * doc/posix-functions/getsockopt.texi: Update mingw problems.
3157         * doc/posix-functions/ioctl.texi: Update mingw problems.
3158         * doc/posix-functions/listen.texi: Update mingw problems.
3159         * doc/posix-functions/recv.texi: Update mingw problems.
3160         * doc/posix-functions/recvfrom.texi: Update mingw problems.
3161         * doc/posix-functions/select.texi: Update mingw problems.
3162         * doc/posix-functions/send.texi: Update mingw problems.
3163         * doc/posix-functions/sendto.texi: Update mingw problems.
3164         * doc/posix-functions/setsockopt.texi: Update mingw problems.
3165         * doc/posix-functions/socket.texi: Update mingw problems.
3166
3167 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
3168             Bruno Haible  <bruno@clisp.org>
3169
3170         * lib/sys_select.in.h: Include sys/time.h.
3171         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
3172         * modules/sys_select: Depend on sys_time.
3173         * tests/test-sys_select.c: Test that sys/select.h defines struct
3174         timeval fully.
3175
3176 2008-09-29  Bruno Haible  <bruno@clisp.org>
3177
3178         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
3179         * lib/sys_select.in.h: Likewise.
3180
3181 2008-09-29  Bruno Haible  <bruno@clisp.org>
3182
3183         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
3184
3185 2008-09-29  Bruno Haible  <bruno@clisp.org>
3186
3187         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
3188         Set LIBSOCKET instead of augmenting LIBS.
3189         * modules/sockets (Link): New section.
3190         * modules/sockets-tests (test_sockets_LDADD): New variable.
3191         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
3192         * modules/poll-tests (test_poll_LDADD): New variable.
3193         * NEWS: Document the change.
3194
3195 2008-09-29  Bruno Haible  <bruno@clisp.org>
3196
3197         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
3198         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
3199         ARPA_INET_H directly.
3200         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
3201
3202 2008-09-28  Bruno Haible  <bruno@clisp.org>
3203
3204         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
3205         from gl_HEADER_SYS_SOCKET.
3206         (gl_HEADER_SYS_SOCKET): Invoke it.
3207         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
3208
3209 2008-09-28  Bruno Haible  <bruno@clisp.org>
3210
3211         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
3212         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
3213         Needed on OSF/1 4.0.
3214
3215 2008-09-28  Bruno Haible  <bruno@clisp.org>
3216
3217         Override open more carefully.
3218         * lib/open.c (orig_open): New function.
3219         (rpl_open): Use orig_open instead of open.
3220         * lib/fcntl.in.h: Add special invocation convention.
3221         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
3222         (gl_FUNC_OPEN): Invoke it.
3223
3224         Override freopen more carefully.
3225         * lib/freopen.c (orig_freopen): New function.
3226         (rpl_freopen): Use orig_freopen instead of freopen.
3227         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
3228         (gl_FUNC_FREOPEN): Invoke it.
3229
3230         Override fopen more carefully.
3231         * lib/fopen.c (orig_fopen): New function.
3232         (rpl_fopen): Use orig_fopen instead of fopen.
3233         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
3234         (gl_FUNC_FOPEN): Invoke it.
3235         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
3236
3237 2008-09-28  Bruno Haible  <bruno@clisp.org>
3238
3239         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
3240         SIGPIPE.
3241
3242 2008-09-28  Bruno Haible  <bruno@clisp.org>
3243
3244         * tests/test-sigaction.c (handler, main): Disable the check whether
3245         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
3246         glibc systems with LinuxThreads.
3247
3248 2008-09-28  Bruno Haible  <bruno@clisp.org>
3249
3250         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
3251
3252         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
3253         with AIX xlc.
3254         * lib/fcntl.in.h (open): Likewise.
3255         Reported by Rainer Tammer <tammer@tammer.net>.
3256
3257 2008-09-28  Bruno Haible  <bruno@clisp.org>
3258
3259         * modules/posix_spawnp-tests: New file.
3260         * tests/test-posix_spawn.c: New file.
3261         * tests/test-posix_spawn.in.sh: New file.
3262
3263         New module 'posix_spawnp'.
3264         * modules/posix_spawnp: New file.
3265         * lib/spawnp.c: New file, from GNU libc with modifications.
3266         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
3267
3268         New module 'posix_spawn'.
3269         * modules/posix_spawn: New file.
3270         * lib/spawn.c: New file, from GNU libc with modifications.
3271         * doc/posix-functions/posix_spawn.texi: Mention the new module.
3272
3273         New module 'posix_spawnattr_destroy'.
3274         * modules/posix_spawnattr_destroy: New file.
3275         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
3276         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
3277         module.
3278
3279         New module 'posix_spawnattr_setsigmask'.
3280         * modules/posix_spawnattr_setsigmask: New file.
3281         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
3282         modifications.
3283         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
3284         new module.
3285
3286         New module 'posix_spawnattr_getsigmask'.
3287         * modules/posix_spawnattr_getsigmask: New file.
3288         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
3289         modifications.
3290         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
3291         new module.
3292
3293         New module 'posix_spawnattr_setsigdefault'.
3294         * modules/posix_spawnattr_setsigdefault: New file.
3295         * lib/spawnattr_setdefault.c: New file, from GNU libc with
3296         modifications.
3297         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
3298         new module.
3299
3300         New module 'posix_spawnattr_getsigdefault'.
3301         * modules/posix_spawnattr_getsigdefault: New file.
3302         * lib/spawnattr_getdefault.c: New file, from GNU libc with
3303         modifications.
3304         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
3305         new module.
3306
3307         New module 'posix_spawnattr_setschedpolicy'.
3308         * modules/posix_spawnattr_setschedpolicy: New file.
3309         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
3310         modifications.
3311         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
3312         new module.
3313
3314         New module 'posix_spawnattr_getschedpolicy'.
3315         * modules/posix_spawnattr_getschedpolicy: New file.
3316         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
3317         modifications.
3318         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
3319         new module.
3320
3321         New module 'posix_spawnattr_setschedparam'.
3322         * modules/posix_spawnattr_setschedparam: New file.
3323         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
3324         modifications.
3325         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
3326         new module.
3327
3328         New module 'posix_spawnattr_getschedparam'.
3329         * modules/posix_spawnattr_getschedparam: New file.
3330         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
3331         modifications.
3332         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
3333         new module.
3334
3335         New module 'posix_spawnattr_setpgroup'.
3336         * modules/posix_spawnattr_setpgroup: New file.
3337         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
3338         modifications.
3339         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
3340         module.
3341
3342         New module 'posix_spawnattr_getpgroup'.
3343         * modules/posix_spawnattr_getpgroup: New file.
3344         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
3345         modifications.
3346         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
3347         module.
3348
3349         New module 'posix_spawnattr_setflags'.
3350         * modules/posix_spawnattr_setflags: New file.
3351         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
3352         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
3353         module.
3354
3355         New module 'posix_spawnattr_getflags'.
3356         * modules/posix_spawnattr_getflags: New file.
3357         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
3358         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
3359         module.
3360
3361         New module 'posix_spawnattr_init'.
3362         * modules/posix_spawnattr_init: New file.
3363         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
3364         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
3365         module.
3366
3367         New module 'posix_spawn_file_actions_destroy'.
3368         * modules/posix_spawn_file_actions_destroy: New file.
3369         * lib/spawn_faction_destroy.c: New file, from GNU libc with
3370         modifications.
3371         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
3372         the new module.
3373
3374         New module 'posix_spawn_file_actions_addopen'.
3375         * modules/posix_spawn_file_actions_addopen: New file.
3376         * lib/spawn_faction_addopen.c: New file, from GNU libc with
3377         modifications.
3378         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
3379         the new module.
3380
3381         New module 'posix_spawn_file_actions_adddup2'.
3382         * modules/posix_spawn_file_actions_adddup2: New file.
3383         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
3384         modifications.
3385         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
3386         the new module.
3387
3388         New module 'posix_spawn_file_actions_addclose'.
3389         * modules/posix_spawn_file_actions_addclose: New file.
3390         * lib/spawn_faction_addclose.c: New file, from GNU libc with
3391         modifications.
3392         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
3393         the new module.
3394
3395         New module 'posix_spawn_file_actions_init'.
3396         * modules/posix_spawn_file_actions_init: New file.
3397         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
3398         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
3399         new module.
3400
3401         New module 'posix_spawn-internal'.
3402         * modules/posix_spawn-internal: New file.
3403         * lib/spawn_int.h: New file, from GNU libc with modifications.
3404         * lib/spawni.c: New file, from GNU libc with modifications.
3405         * m4/posix_spawn.m4: New file.
3406
3407         New module 'spawn'.
3408         * modules/spawn: New file.
3409         * lib/spawn.in.h: New file, from GNU libc with modifications.
3410         * m4/spawn_h.m4: New file.
3411         * doc/posix-headers/spawn.texi: Mention the new module.
3412
3413 2008-09-28  Bruno Haible  <bruno@clisp.org>
3414
3415         * modules/sched-tests: New file.
3416         * tests/test-sched.c: New file.
3417
3418         New module 'sched'.
3419         * modules/sched: New file.
3420         * lib/sched.in.h: New file.
3421         * m4/sched_h.m4: New file.
3422         * doc/posix-headers/sched.texi: Mention the new module.
3423
3424 2008-09-27  Eric Blake  <ebb9@byu.net>
3425
3426         Fix previous patch, and tweak references to $0.
3427         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
3428         (func_version, func_gnulib_dir): Don't call this program
3429         gnulib-tool.
3430         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
3431         with using $0 in function.
3432         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
3433         (func_fatal_error): Reuse the name the user invoked us with.
3434
3435 2008-09-27  Bruno Haible  <bruno@clisp.org>
3436
3437         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
3438         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
3439         (gl_ICONV_H): Not here.
3440         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
3441         instead of assigning ICONV_H directly.
3442
3443         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
3444         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
3445         WCHAR_H directly.
3446
3447 2008-09-27  Bruno Haible  <bruno@clisp.org>
3448
3449         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
3450         * modules/arpa_inet (Depends-on): Add link-warning.
3451         (Makefile.am): Insert the definition of GL_LINK-WARNING.
3452         * modules/unistd (Makefile.am): Likewise.
3453
3454 2008-09-26  Bruno Haible  <bruno@clisp.org>
3455
3456         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
3457         variables.
3458         (func_version): Essentially copied from gnulib-tool.
3459         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
3460         func_readlink): Copied from gnulib-tool.
3461
3462 2008-09-26  Bruno Haible  <bruno@clisp.org>
3463
3464         * gnulib-tool (func_version): Change directory to $gnulib_dir before
3465         invoking git-version-gen.
3466
3467 2008-09-26  Bruno Haible  <bruno@clisp.org>
3468
3469         * posix-modules: Update to directory names changed on 2008-01-19.
3470         Remove commas in output before splitting into words. No more need to
3471         avoid 'ftruncate' since 2007-02-19.
3472
3473 2008-09-26  Bruno Haible  <bruno@clisp.org>
3474
3475         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
3476
3477 2008-09-26  Bruno Haible  <bruno@clisp.org>
3478
3479         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
3480         * modules/fwriteerror (Depends-on): Add errno.
3481
3482 2008-09-26  Bruno Haible  <bruno@clisp.org>
3483
3484         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
3485         * tests/test-vc-list-files-cvs.sh: Likewise.
3486
3487 2008-09-26  Bruno Haible  <bruno@clisp.org>
3488
3489         * doc/posix-headers/sys_resource.texi: Reorder items.
3490
3491 2008-09-26  Jim Meyering  <meyering@redhat.com>
3492
3493         fts: tweak inode comparison function
3494         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
3495         inode numbers, as documented.
3496
3497         fts: sort dirent entries on inode number before traversing
3498         This avoids a quadratic, seek-related performance penalty when
3499         operating on a directory containing many entries (measurable at 10k;
3500         3.5 hours at 2 million entries with a cold cache) on certain types
3501         of file systems, including ext3 and ext4, but not tmpfs.
3502         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
3503         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
3504         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
3505         (fs_handles_readdir_ordered_dirents_efficiently): New function.
3506         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
3507         (fts_build): Set the stat.st_ino member from D_INO.
3508         If it is likely to be useful, sort dirent entries on inode number.
3509
3510         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
3511         and the struct statfs.f_type member.
3512         * modules/fts (Depends-on): Add d-ino.
3513
3514 2008-09-26  Bruno Haible  <bruno@clisp.org>
3515
3516         * modules/sigpipe-die (Depends-on): Add sigpipe.
3517
3518         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
3519         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
3520         and GNULIB_STDIO_H_SIGPIPE are set.
3521         * lib/stdio-write.c: New file.
3522         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
3523         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
3524         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
3525         REPLACE_STDIO_WRITE_FUNCS.
3526         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
3527         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
3528         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
3529         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
3530         * modules/stdio (Files): Add lib/stdio-write.c.
3531         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
3532         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
3533         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
3534         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
3535         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
3536         REPLACE_FPRINTF_POSIX.
3537         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
3538         REPLACE_PRINTF_POSIX.
3539         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
3540         REPLACE_VFPRINTF_POSIX.
3541         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
3542         REPLACE_VPRINTF_POSIX.
3543         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
3544         SIGPIPE issue.
3545         * doc/posix-functions/fputc.texi: Likewise.
3546         * doc/posix-functions/fputs.texi: Likewise.
3547         * doc/posix-functions/fwrite.texi: Likewise.
3548         * doc/posix-functions/printf.texi: Likewise.
3549         * doc/posix-functions/putc.texi: Likewise.
3550         * doc/posix-functions/putchar.texi: Likewise.
3551         * doc/posix-functions/puts.texi: Likewise.
3552         * doc/posix-functions/vfprintf.texi: Likewise.
3553         * doc/posix-functions/vprintf.texi: Likewise.
3554
3555         * modules/safe-write (Depends-on): Add write.
3556
3557         * modules/sigpipe-tests: New file.
3558         * tests/test-sigpipe.c: New file.
3559         * tests/test-sigpipe.sh: New file.
3560
3561         * modules/write: New file.
3562         * lib/unistd.in.h: Include <sys/types.h>.
3563         (write): New declaration.
3564         * lib/write.c: New file.
3565         * m4/write.m4: New file.
3566         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
3567         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
3568         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
3569         GNULIB_WRITE, REPLACE_WRITE.
3570         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
3571         and the SIGPIPE issue.
3572
3573         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
3574         (raise): New declaration.
3575         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
3576         (ext_signal): New function.
3577         (rpl_raise): New function.
3578         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
3579         GNULIB_SIGNAL_H_SIGPIPE.
3580         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
3581         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
3582
3583         * modules/sigpipe: New file.
3584         * m4/sigpipe.m4: New file.
3585
3586 2008-09-25  Derek Price  <derek@ximbiot.com>
3587             Bruno Haible  <bruno@clisp.org>
3588
3589         * gnulib-tool (func_import): Report all license incompatibilities, not
3590         just the first one.
3591
3592 2008-09-25  Bruno Haible  <bruno@clisp.org>
3593
3594         * gnulib-tool (func_import): When computing the edits, consider not
3595         only the Makefile.ams that exist but also those that will be generated.
3596
3597 2008-09-25  Simon Josefsson  <simon@josefsson.org>
3598
3599         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
3600         fixes gnulib-tool --test warning about duplicate dependency.
3601
3602 2008-09-25  Bruno Haible  <bruno@clisp.org>
3603
3604         * gnulib-tool: Don't ask the user to perform edits in the generated
3605         Makefile.ams.
3606         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
3607         apply to the Makefile.am being generated.
3608         (func_emit_tests_Makefile_am): Execute edits that apply to the
3609         Makefile.am being generated.
3610         (func_import): Setup list of Makefile.am edits before emitting the
3611         Makefile.ams, not at the end.
3612         (func_create_testdir): Update.
3613         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
3614
3615 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3616
3617         * gnulib-tool (func_import): Store the --tests-base option in the
3618         comment in gnulib-cache.m4.
3619
3620 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
3621
3622         * NEWS: Document increased portability that sys_select now provides.
3623
3624         * lib/sys_select.in.h: Install select wrapper.
3625         * lib/sys_socket.in.h: Use more descriptive name when there is no
3626         select wrapper.
3627         * lib/winsock-select.c: New.
3628         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
3629         Require gl_HEADER_SYS_SOCKET.
3630         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
3631         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
3632         * tests/test-sys_select.c: Add functional tests.
3633
3634 2008-09-24  Eric Blake  <ebb9@byu.net>
3635
3636         open, fopen: close fd leak in last patch
3637         * lib/open.c (rpl_open): Close fd before returning error.
3638         * lib/fopen.c (rpl_fopen): Close fd before returning error.
3639         * doc/posix-functions/open.texi (open): Document that Irix also
3640         has the bug.
3641         * doc/posix-functions/fopen.texi (fopen): Likewise.
3642         Reported by Paolo Bonzini.
3643
3644 2008-09-24  Bruno Haible  <bruno@clisp.org>
3645
3646         Ensure that a filename ending in a slash cannot be used to access a
3647         non-directory.
3648         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
3649         to check whether it's really a directory.
3650         * lib/fopen.c: Include fcntl.h, unistd.h.
3651         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
3652         and fdopen().
3653         * modules/fopen (Depends-on): Add unistd.
3654         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
3655         * tests/test-fopen.c (main): Likewise.
3656         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
3657         * doc/posix-functions/fopen.texi: Likewise.
3658         Reported by Eric Blake.
3659
3660 2008-09-23  Eric Blake  <ebb9@byu.net>
3661
3662         c-stack: avoid compiler optimizations when provoking overflow
3663         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
3664         recursion harder to optimize, to ensure a stack overflow occurs.
3665         * tests/test-c-stack.c (recurse): Likewise.
3666         Borrowed from libsigsegv.
3667
3668         c-stack: work around Irix sigaltstack bug
3669         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
3670         whether sigaltstack uses wrong end of stack_t (copied in part from
3671         libsigsegv).
3672         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
3673         Irix bug, without requiring an over-allocation.
3674         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
3675         bug.
3676
3677         fopen: document mingw bug on directories
3678         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
3679         not allowing a stream visiting a directory, even though reading
3680         from such a stream is not portable.
3681
3682 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
3683
3684         * lib/poll.c: Rewrite.
3685         * modules/poll: Depend on alloca.
3686
3687 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
3688
3689         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
3690         instead define prototypes for a full set of wrappers.  Ensure
3691         that Cygwin does not use the compatibility code, which is only
3692         for MinGW.
3693         * lib/winsock.c: New.
3694         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
3695         * modules/sys_socket: Add lib/winsock.c.
3696
3697         * modules/poll-tests: Add errno and perror.
3698         * tests/test-poll.c: Use ioctl, not ioctlsocket.
3699
3700 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
3701
3702         * tests/test-poll.c: Downgrade minimum needed Winsock version.
3703
3704 2008-09-23  Bruno Haible  <bruno@clisp.org>
3705
3706         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
3707         * doc/glibc-functions/*: Likewise.
3708
3709 2008-09-23  Simon Josefsson  <simon@josefsson.org>
3710
3711         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
3712         success.
3713
3714 2008-09-22  Eric Blake  <ebb9@byu.net>
3715             Bruno Haible  <bruno@clisp.org>
3716
3717         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
3718         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
3719         supply %A but mishandle pseudo-NaN.
3720         Reported by Simon Josefsson.
3721
3722 2008-09-21  Bruno Haible  <bruno@clisp.org>
3723
3724         * tests/test-lock.c (main): Tweak skip message.
3725         * tests/test-tls.c (main): Likewise.
3726
3727 2008-09-21  Bruno Haible  <bruno@clisp.org>
3728
3729         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
3730         whether 'struct sigaction' has sa_sigaction here...
3731         (gl_PREREQ_SIG_HANDLER_H): ... not here.
3732         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
3733
3734 2008-09-21  Bruno Haible  <bruno@clisp.org>
3735
3736         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
3737         section.
3738         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
3739         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
3740         the new section.
3741         (Support for obsolete systems lacking POSIX:2001): New section.
3742         (String handling <string.h>): Move strdup to the new section.
3743         Suggested by Simon Josefsson and Paolo Bonzini.
3744
3745 2008-09-21  Bruno Haible  <bruno@clisp.org>
3746
3747         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
3748         exponents in %e and %g results on 'long double'. Needed for mingw's
3749         improved *printf functions.
3750         * tests/test-vasprintf-posix.c (test_function): Likewise.
3751         * tests/test-snprintf-posix.h (test_function): Likewise.
3752         * tests/test-sprintf-posix.h (test_function): Likewise.
3753         Reported by Eric Blake.
3754
3755 2008-09-21  Bruno Haible  <bruno@clisp.org>
3756
3757         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
3758         * tests/test-sprintf-posix.h (test_function): Likewise.
3759
3760 2008-09-21  Bruno Haible  <bruno@clisp.org>
3761
3762         * modules/getpass (Depends-on): Add strdup-posix.
3763
3764         New module 'strdup-posix'.
3765         * modules/strdup-posix: New file.
3766         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
3767         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
3768         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
3769         REPLACE_STRDUP.
3770         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
3771         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
3772         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
3773         strdup-posix.
3774
3775         * modules/strdup (Depends-on): Remove malloc-posix.
3776
3777 2008-09-20  Bruno Haible  <bruno@clisp.org>
3778
3779         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
3780         Wildenhues.
3781
3782 2008-09-20  Bruno Haible  <bruno@clisp.org>
3783
3784         Ensure that wint_t gets defined on IRIX 5.3.
3785         * lib/wchar.in.h (wint_t): Define if not defined by the system.
3786         * lib/wctype.in.h (wint_t): Likewise.
3787         (__wctype_wint_t): Remove type.
3788         (isw*): Use wint_t instead of __wctype_wint_t.
3789         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
3790         * modules/wchar (Files): Add m4/wint_t.m4.
3791         (Makefile.am): Substitute HAVE_WINT_T.
3792         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
3793         * tests/test-wctype.c: Check that wint_t is defined.
3794         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
3795         * doc/posix-headers/wctype.texi: Likewise.
3796         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
3797
3798 2008-09-18  Bruno Haible  <bruno@clisp.org>
3799
3800         * gnulib-tool (func_exit): Update comment.
3801
3802 2008-09-18  Simon Josefsson  <simon@josefsson.org>
3803
3804         * modules/getaddrinfo (Depends-on): Remove strdup, this module
3805         assumes strdup exists and does not depend on strdup to return
3806         ENOMEM on out of memory conditions.
3807
3808 2008-09-18  Bruno Haible  <bruno@clisp.org>
3809
3810         * lib/vasnprintf.c (VASNPRINTF): When printing Â±0.0L in
3811         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
3812         digits for the exponent.
3813
3814 2008-09-18  Jim Meyering  <meyering@redhat.com>
3815             Bruno Haible  <bruno@clisp.org>
3816
3817         * lib/vasnprintf.c (decimal_point_char): Define also if
3818         NEED_PRINTF_INFINITE_LONG_DOUBLE.
3819
3820 2008-09-16  Bruno Haible  <bruno@clisp.org>
3821         and Eric Blake  <ebb9@byu.net>
3822
3823         vasnprintf: support Irix 5.3
3824         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
3825         that mishandle long double infinity.
3826         Reported by Tom G. Christensen.
3827
3828 2008-09-16  Bruno Haible  <bruno@clisp.org>
3829
3830         * doc/glibc-functions/scandir.texi: Mention the function is missing on
3831         Solaris 9.
3832         * doc/glibc-functions/alphasort.texi: Likewise.
3833         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
3834
3835 2008-09-16  Jim Meyering  <meyering@redhat.com>
3836
3837         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
3838         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
3839         a umask modification leak out of a subshell.  Otherwise, the
3840         opensolaris /bin/sh would be accepted and thus cause unwarranted
3841         failures in the coreutils test suite.
3842
3843 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
3844
3845         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
3846         to succeed.
3847
3848 2008-09-16  Jim Meyering  <meyering@redhat.com>
3849
3850         avoid spurious test failure when library is built without ACL support
3851         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
3852         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
3853         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
3854         * tests/test-copy-acl.sh: Likewise.
3855
3856 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3857
3858         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
3859         based on character occurrence counts.
3860
3861 2008-09-15  Eric Blake  <ebb9@byu.net>
3862
3863         tests: avoid some compiler warnings
3864         * tests/test-memchr.c (main): Pass NULL indirectly.
3865         * tests/test-closein.c (main): Avoid unused variable.
3866
3867 2008-09-15  Bruno Haible  <bruno@clisp.org>
3868
3869         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
3870         are missing on OpenBSD 4.0 individually.
3871         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
3872
3873 2008-09-15  Bruno Haible  <bruno@clisp.org>
3874
3875         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
3876         * doc/posix-functions/strerror.texi: Mention also Cygwin.
3877         * doc/posix-functions/perror.texi: Likewise.
3878         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
3879         is missing.
3880         Reported by Eric Blake.
3881
3882         * lib/errno.in.h: Use replacement values >= 2000.
3883         Reported by Eric Blake.
3884
3885 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3886
3887         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
3888         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
3889         limit.
3890         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
3891         compareseq was aborted.
3892
3893 2008-09-14  Bruno Haible  <bruno@clisp.org>
3894
3895         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
3896         yvec_edit_count.
3897         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
3898         (fstrcmp_bounded): Simplify result computation accordingly.
3899
3900 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3901
3902         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
3903         (fstrcmp): Define in terms of fstrcmp_bounded.
3904         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
3905         lower_bound argument.
3906         Return quickly if the result is certainly < lower_bound.
3907         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
3908
3909 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3910
3911         * lib/diffseq.h (EARLY_ABORT): New macro.
3912         (compareseq): Change return type to bool. Return true when EARLY_ABORT
3913         evaluates to true.
3914
3915 2008-09-14  Bruno Haible  <bruno@clisp.org>
3916
3917         * modules/perror-tests: New file.
3918         * tests/test-perror.sh: New file.
3919         * tests/test-perror.c: New file.
3920
3921         New module 'perror'.
3922         * lib/stdio.in.h (perror): New declaration.
3923         * lib/perror.c: New file.
3924         * m4/perror.m4: New file.
3925         * modules/perror: New file.
3926         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
3927         * doc/posix-functions/perror.texi: Mention the perror module.
3928         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
3929         REPLACE_PERROR.
3930         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
3931         REPLACE_PERROR.
3932
3933 2008-09-14  Bruno Haible  <bruno@clisp.org>
3934
3935         * modules/stdio (Makefile.am): Reorder to match the order in
3936         lib/stdio.in.h.
3937         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
3938
3939 2008-09-13  Bruno Haible  <bruno@clisp.org>
3940
3941         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
3942
3943 2008-09-13  Bruno Haible  <bruno@clisp.org>
3944
3945         Extend strerror to cover the added errno values.
3946         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
3947         (rpl_strerror): Provide error messages for the added errno values and
3948         for the WSA* values.
3949         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
3950         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
3951         strerror.
3952         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
3953         * modules/strerror (Depends-on): Add errno.
3954         * doc/posix-functions/strerror.texi: Document the change.
3955         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
3956         and EOVERFLOW.
3957
3958 2008-09-13  Bruno Haible  <bruno@clisp.org>
3959
3960         * modules/EOVERFLOW: Remove file.
3961         * m4/eoverflow.m4: Remove file.
3962         * modules/EOVERFLOW-tests: Remove file.
3963         * tests/test-EOVERFLOW.c: Remove file.
3964         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
3965         * modules/ftell (Depends-on): Likewise.
3966         * modules/getdelim (Depends-on): Likewise.
3967         * modules/getugroups (Depends-on): Likewise.
3968         * modules/poll (Depends-on): Likewise.
3969         * modules/snprintf (Depends-on): Likewise.
3970         * modules/sprintf-posix (Depends-on): Likewise.
3971         * modules/vasnprintf (Depends-on): Likewise.
3972         * modules/vasprintf (Depends-on): Likewise.
3973         * modules/vfprintf-posix (Depends-on): Likewise.
3974         * modules/vsnprintf (Depends-on): Likewise.
3975         * modules/vsprintf-posix (Depends-on): Likewise.
3976         * modules/xvasprintf (Depends-on): Likewise.
3977         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
3978         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
3979         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
3980         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
3981         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
3982         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
3983         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
3984         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
3985         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
3986         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
3987         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
3988         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
3989         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
3990         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
3991         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
3992         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
3993         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
3994         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
3995         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
3996         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
3997         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
3998         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
3999         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
4000         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
4001         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
4002         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
4003         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
4004         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
4005         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
4006         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
4007         * MODULES.html.sh: Remove EOVERFLOW.
4008         * NEWS: Mention the change.
4009
4010 2008-09-13  Bruno Haible  <bruno@clisp.org>
4011
4012         * modules/errno-tests: New file.
4013         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
4014
4015         * lib/errno.in.h: New file.
4016         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
4017         * modules/errno: New file.
4018         * doc/posix-headers/errno.texi: Update documentation.
4019         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
4020
4021 2008-09-13  Bruno Haible  <bruno@clisp.org>
4022
4023         * tests/test-poll.c: Use #if for native Windows, rather than testing
4024         __MSVCRT__.
4025
4026 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4027             Bruno Haible  <bruno@clisp.org>
4028
4029         * lib/glob.c: Don't include <pwd.h> on native Windows.
4030         (WINDOWS32): New macro.
4031         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
4032
4033 2008-09-13  Bruno Haible  <bruno@clisp.org>
4034
4035         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
4036         (ETIMEDOUT): Remove macro.
4037         (glthread_cond_timedwait_multithreaded): New declaration.
4038         (glthread_cond_timedwait): Use it.
4039         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
4040         (glthread_cond_timedwait_multithreaded): New function.
4041
4042 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
4043
4044         * modules/poll-tests: Do not check for io.h.
4045         * tests/test-poll.c: Check for __MSVCRT__ instead.
4046
4047 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
4048
4049         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
4050         * modules/poll-tests: Add inet_pton, stdbool, sockets.
4051         * tests/test-poll.c: Use them.  Use _pipe on Windows.
4052
4053 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
4054
4055         * modules/poll-tests: New.
4056         * tests/test-poll.c: New.
4057
4058 2008-09-12  Eric Blake  <ebb9@byu.net>
4059
4060         frexp: test for NetBSD failure on -0.0
4061         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
4062         not all, bugs from NetBSD 3.0 have been fixed.
4063         * doc/posix-functions/frexp.texi (frexp): Document bug.
4064         Reported by Thomas Klausner.
4065
4066         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
4067         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
4068         literal -0.0.
4069         Reported by Jonathan C. Patschke <jp@centtech.com>.
4070
4071 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4072
4073         * lib/glthread/cond.h: Use dummy implementation also if
4074         USE_WIN32_THREADS.
4075
4076 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4077
4078         * modules/fnmatch-posix (License): Change to LGPLv2+.
4079         * modules/fnmatch-gnu (License): Likewise.
4080
4081 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4082
4083         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
4084
4085 2008-09-11  Jim Meyering  <meyering@redhat.com>
4086
4087         * users.txt: Add gtk-vnc.
4088
4089 2008-09-08  Simon Josefsson  <simon@josefsson.org>
4090
4091         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
4092         rotate amounts.
4093
4094         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
4095         required for 16-bit and 8-bit rotates.
4096         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
4097         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
4098         UINT8_MAX instead of hard-coded constants.
4099         Suggested by Paul Eggert.
4100
4101 2008-09-07  Bruno Haible  <bruno@clisp.org>
4102
4103         * tests/test-striconveh.c (main): Check behaviour when converting from
4104         UTF-7.
4105
4106         Make striconveh work better with stateful encodings.
4107         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
4108         that iconv does not increment the inptr when returning -1/EINVAL.
4109
4110 2008-09-07  Bruno Haible  <bruno@clisp.org>
4111
4112         * build-aux/config.rpath: Update according to libtool-2.2.6.
4113         * build-aux/config.libpath: Likewise.
4114
4115 2008-09-06  Bruno Haible  <bruno@clisp.org>
4116
4117         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
4118         * lib/freadptr.c (freadptr): Likewise.
4119         * lib/freadseek.c (freadptrinc): Likewise.
4120         Reported by Simon Josefsson.
4121
4122 2008-09-06  Bruno Haible  <bruno@clisp.org>
4123
4124         * modules/freadptr (License): Change to LGPLv2+.
4125         * modules/freadseek (License): Likewise.
4126         Suggested by Eric Blake.
4127
4128         * modules/memchr2 (License): Change to LGPLv2+.
4129         Approved by Eric Blake.
4130
4131 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4132             Bruno Haible  <bruno@clisp.org>
4133
4134         Make gnulib-tool work with native 'sed' on AIX.
4135         * gnulib-tool (sed_noop): New variable.
4136         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
4137         func_add_or_update, func_create_testdir): Use it to initialize sed
4138         script variables.
4139         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
4140
4141 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
4142             Bruno Haible  <bruno@clisp.org>
4143
4144         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
4145         also works after #include directives.
4146
4147 2008-09-04  OndÅ™ej Vašík  <ovasik@redhat.com>
4148
4149         getdate.y: reject an out-of-range timezone value
4150         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
4151         the range [-24...+24].  When specified with only one or two digits,
4152         * tests/test-getdate.c: Tests for the fix.
4153         * doc/getdate.texi: Document this change.
4154
4155 2008-09-03  Bruno Haible  <bruno@clisp.org>
4156
4157         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
4158
4159 2008-09-02  Simon Josefsson  <simon@josefsson.org>
4160
4161         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
4162         <bruce.korb@gmail.com> with ideas from Ben Pfaff
4163         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
4164         Blake <ebb9@byu.net>.
4165
4166         * tests/test-bitrotate.c: Add more test vectors.
4167
4168 2008-09-02  Eric Blake  <ebb9@byu.net>
4169
4170         vasnprintf-posix: handle large precision via %.*d
4171         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
4172         when handling it ourselves.
4173         * tests/test-vasnprintf-posix.c (test_function): Add test.
4174         * tests/test-snprintf-posix.h (test_function): Likewise.
4175         * tests/test-sprintf-posix.h (test_function): Likewise.
4176         * tests/test-vasprintf-posix.c (test_function): Likewise.
4177         Reported by Alain Guibert.
4178
4179 2008-09-01  Eric Blake  <ebb9@byu.net>
4180
4181         c-stack: make configure-time check more robust
4182         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
4183         successful sigaction call.
4184         Reported by Tom G. Christensen.
4185
4186 2008-09-01  Bruno Haible  <bruno@clisp.org>
4187
4188         New module 'findprog-lgpl'.
4189         * modules/findprog-lgpl: New file.
4190         * lib/findprog-lgpl.c: New file.
4191         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
4192         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
4193         to decide whether to use strdup or xstrdup, concatenated_filename or
4194         xconcatenated_filename.
4195
4196 2008-09-01  Bruno Haible  <bruno@clisp.org>
4197
4198         Split module 'concat-filename' into 'concat-filename' (LGPL) and
4199         'xconcat-filename' (GPL).
4200         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
4201         (License): Change to LGPLv2+.
4202         * modules/xconcat-filename: New file.
4203         * lib/concat-filename.h (concatenated_filename): Change specification.
4204         (xconcatenated_filename): New declaration.
4205         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
4206         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
4207         memory situations.
4208         * lib/xconcat-filename.c: New file.
4209         * NEWS: Mention the change.
4210         * lib/findprog.c: Include concat-filename.h, not filename.h.
4211         (find_in_path): Use xconcatenated_filename instead of
4212         concatenated_filename.
4213         * lib/javacomp.c: Include concat-filename.h, not filename.h.
4214         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
4215         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
4216         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
4217         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
4218         instead of concatenated_filename.
4219         * lib/javaexec.c: Include concat-filename.h, not filename.h.
4220         (execute_java_class): Use xconcatenated_filename instead of
4221         concatenated_filename.
4222         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
4223         * modules/javacomp (Depends-on): Likewise.
4224         * modules/javaexec (Depends-on): Likewise.
4225
4226 2008-09-01  Bruno Haible  <bruno@clisp.org>
4227
4228         Split module 'filename' into 'filename' and 'concat-filename'.
4229         * modules/filename: Keep only lib/filename.h.
4230         (License): Change to LGPLv2+.
4231         * modules/concat-filename: New file, extracted from modules/filename.
4232         * lib/filename.h (concatenated_filename): Remove declaration.
4233         * lib/concat-filename.h: New file, extracted from lib/filename.h.
4234         * lib/concat-filename.c: Include concat-filename.h.
4235         * NEWS: Mention the change.
4236
4237 2008-09-01  Simon Josefsson  <simon@josefsson.org>
4238
4239         * lib/bitrotate.h (rotl8, rotr8): Add.
4240
4241         * modules/bitrotate (configure.ac): Need
4242         AC_REQUIRE([AC_C_INLINE]).
4243         (Description): Mention stdint.h.  Reported by Bruno Haible
4244         <bruno@clisp.org>.
4245
4246         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
4247         Paolo Bonzini <bonzini@gnu.org>.
4248
4249 2008-08-31  Bruno Haible  <bruno@clisp.org>
4250
4251         Assume Solaris specific bi-arch conventions on Solaris systems.
4252         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
4253         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
4254         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
4255         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
4256         like acl_libdirstem.
4257         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
4258         acl_libdirstem.
4259         * NEWS: Mention the change.
4260         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
4261
4262 2008-08-31  Jim Meyering  <meyering@redhat.com>
4263
4264         * lib/strftime.h: Add comments describing the two added arguments.
4265
4266         remove duplicate #include directives
4267         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
4268         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
4269
4270 2008-08-31  Bruno Haible  <bruno@clisp.org>
4271
4272         New module 'sigpipe-die'.
4273         * modules/sigpipe-die: New file.
4274         * lib/sigpipe-die.h: New file.
4275         * lib/sigpipe-die.c: New file.
4276         * MODULES.html.sh (Signal handling): Add sigpipe-die.
4277
4278 2008-08-31  Bruno Haible  <bruno@clisp.org>
4279
4280         Don't override previously installed signal handlers.
4281         * lib/fatal-signal.c (saved_sigactions): New variable.
4282         (uninstall_handlers): Reset the signal to the saved handler, not
4283         to SIG_DFL (except when ignored).
4284         (install_handlers): Save the previous handlers.
4285
4286 2008-08-30  Bruno Haible  <bruno@clisp.org>
4287
4288         * gnulib-tool (func_reset_sigpipe): New function.
4289         (func_get_automake_snippet, func_modules_transitive_closure,
4290         func_import): Invoke it before a join command that reads from stdin,
4291         to avoid "echo: write error: Broken pipe" error messages on stderr.
4292         Reported by Sam Steingold <sds@gnu.org>.
4293
4294 2008-08-30  Bruno Haible  <bruno@clisp.org>
4295
4296         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
4297         Code copied from m4/open.m4.
4298         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
4299         access and the filename ends in a slash. Code copied from lib/open.c.
4300         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
4301         * tests/test-fopen.c (main): Check against bug with trailing slash.
4302
4303 2008-08-29  Bruno Haible  <bruno@clisp.org>
4304
4305         Avoid some "gcc -pedantic" warnings.
4306         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
4307         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
4308         * lib/dirent.in.h: Likewise.
4309         * lib/fcntl.in.h: Likewise.
4310         * lib/float.in.h: Likewise.
4311         * lib/iconv.in.h: Likewise.
4312         * lib/inttypes.in.h: Likewise.
4313         * lib/locale.in.h: Likewise.
4314         * lib/math.in.h: Likewise.
4315         * lib/netinet_in.in.h: Likewise.
4316         * lib/search.in.h: Likewise.
4317         * lib/signal.in.h: Likewise.
4318         * lib/stdarg.in.h: Likewise.
4319         * lib/stdint.in.h: Likewise.
4320         * lib/stdio.in.h: Likewise.
4321         * lib/stdlib.in.h: Likewise.
4322         * lib/string.in.h: Likewise.
4323         * lib/strings.in.h: Likewise.
4324         * lib/sys_select.in.h: Likewise.
4325         * lib/sys_socket.in.h: Likewise.
4326         * lib/sys_stat.in.h: Likewise.
4327         * lib/sys_time.in.h: Likewise.
4328         * lib/sysexits.in.h: Likewise.
4329         * lib/time.in.h: Likewise.
4330         * lib/unistd.in.h: Likewise.
4331         * lib/wchar.in.h: Likewise.
4332         * lib/wctype.in.h: Likewise.
4333         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
4334         * modules/fchdir (Makefile.am): Likewise.
4335         * modules/fcntl (Makefile.am): Likewise.
4336         * modules/float (Makefile.am): Likewise.
4337         * modules/iconv_open (Makefile.am): Likewise.
4338         * modules/inttypes (Makefile.am): Likewise.
4339         * modules/locale (Makefile.am): Likewise.
4340         * modules/math (Makefile.am): Likewise.
4341         * modules/netinet_in (Makefile.am): Likewise.
4342         * modules/search (Makefile.am): Likewise.
4343         * modules/signal (Makefile.am): Likewise.
4344         * modules/stdarg (Makefile.am): Likewise.
4345         * modules/stdint (Makefile.am): Likewise.
4346         * modules/stdio (Makefile.am): Likewise.
4347         * modules/stdlib (Makefile.am): Likewise.
4348         * modules/string (Makefile.am): Likewise.
4349         * modules/strings (Makefile.am): Likewise.
4350         * modules/sys_select (Makefile.am): Likewise.
4351         * modules/sys_socket (Makefile.am): Likewise.
4352         * modules/sys_stat (Makefile.am): Likewise.
4353         * modules/sys_time (Makefile.am): Likewise.
4354         * modules/sysexits (Makefile.am): Likewise.
4355         * modules/time (Makefile.am): Likewise.
4356         * modules/unistd (Makefile.am): Likewise.
4357         * modules/wchar (Makefile.am): Likewise.
4358         * modules/wctype (Makefile.am): Likewise.
4359         Reported by Reuben Thomas <rrt@sc3d.org>.
4360
4361 2008-08-29  Bruno Haible  <bruno@clisp.org>
4362
4363         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
4364         any more.
4365
4366 2008-08-29  Simon Josefsson  <simon@josefsson.org>
4367
4368         * MODULES.html.sh (Misc): Add bitrotate.
4369
4370         * modules/bitrotate: New file.
4371
4372         * lib/bitrotate.h: New file.
4373
4374         * modules/bitrotate-tests: New file.
4375
4376         * tests/test-bitrotate.c: New file.
4377
4378         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
4379         on the bitrotate module.
4380
4381         * lib/arctwo.c: Use new bitrotate module.
4382
4383 2008-08-29  Jim Meyering  <meyering@redhat.com>
4384
4385         bootstrap: merge changes from coreutils
4386         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
4387         of copied files.  Remove a kludge, now that this is fixed.
4388         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
4389         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
4390         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
4391
4392 2008-08-29  Bruno Haible  <bruno@clisp.org>
4393
4394         * MODULES.html.sh: Remove --cvs-urls option.
4395
4396 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
4397
4398         maint.mk: adjust to file name change
4399         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
4400
4401 2008-08-28  Jim Meyering  <meyering@redhat.com>
4402
4403         * modules/getndelim2 (License): Relicense to LGPLv2+.
4404         Approved by Richard Stallman for the version of 1995, and by
4405         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
4406
4407 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
4408
4409         * lib/getdelim.c (flockfile, funlockfile): Make all of them
4410         dummy if one is not available.  Do not touch them if
4411         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
4412         (getc_maybe_unlocked): New.
4413         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
4414
4415 2008-08-26  Eric Blake  <ebb9@byu.net>
4416
4417         doc/INSTALL: resync from autoconf
4418         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
4419         (INSTALL_PRELUDE): Delete; this is done more efficiently by
4420         moving...
4421         * install.texi [!autoconf]: ...here.  Resync from autoconf.
4422         * INSTALL: Regenerate.
4423         * INSTALL.ISO: New file.
4424         * INSTALL.UTF-8: Likewise.
4425
4426 2008-08-26  Jim Meyering  <meyering@redhat.com>
4427
4428         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
4429         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
4430         these definitions conditional, so that they may be overridden, too.
4431
4432 2008-08-26  Bruno Haible  <bruno@clisp.org>
4433
4434         Generate INSTALL file variants with prettier quotes.
4435         * doc/Makefile (INSTALL_PRELUDE): New macro.
4436         (INSTALL): Use it.
4437         (INSTALL.ISO, INSTALL.UTF-8): New rules.
4438
4439 2008-08-26  Bruno Haible  <bruno@clisp.org>
4440
4441         Run makeinfo in an English locale.
4442         * doc/Makefile (MAKEINFO): New variable.
4443
4444 2008-08-26  Bruno Haible  <bruno@clisp.org>
4445
4446         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
4447         Suggested by Eric Blake.
4448
4449 2008-08-25  Bruno Haible  <bruno@clisp.org>
4450
4451         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
4452
4453 2008-08-25  Eric Blake  <ebb9@byu.net>
4454
4455         c-stack: test that stack overflow can be caught
4456         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
4457         that platform allows handling stack overflow; at least OS/2 EMX
4458         has sigaltstack, but crashes before transferring control to
4459         handler on stack overflow.
4460         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
4461         check for HAVE_STACK_OVERFLOW_HANDLING.
4462         Reported by Elbert Pol.
4463
4464 2008-08-25  Bruno Haible  <bruno@clisp.org>
4465
4466         * doc/posix-functions/strftime.texi: Fix description of strftime
4467         module.
4468
4469 2008-08-24  Bruno Haible  <bruno@clisp.org>
4470
4471         * tests/uniwidth/test-uc_width2.c: New file.
4472         * tests/uniwidth/test-uc_width2.sh: New file.
4473         * modules/uniwidth/width-tests (Files): Add the new files.
4474         (TESTS): Add uniwidth/test-uc_width2.sh.
4475         (TESTS_ENVIRONMENT): New variable.
4476         (check_PROGRAMS): Add test-uc_width2.
4477         (test_uc_width2_SOURCES): New variable.
4478
4479         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
4480         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
4481         not 0x00AB.
4482         Reported by Alexander V. Lukyanov <lav@netis.ru>.
4483
4484 2008-08-22  Eric Blake  <ebb9@byu.net>
4485
4486         test-lock, test-tls: mention why a test is skipped
4487         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
4488         skipped.
4489         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
4490
4491         count-one-bits: relax license
4492         * modules/count-one-bits (License): Relicense to LGPLv2+.
4493         Suggested by Ludovic Courtès, approved by Ben Pfaff.
4494
4495 2008-08-22  Andreas Schwab  <schwab@suse.de>
4496
4497         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
4498         Remove spurious space in assignment.
4499
4500 2008-08-21  Simon Josefsson  <simon@josefsson.org>
4501
4502         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
4503         Paul Eggert <eggert@CS.UCLA.EDU>.
4504
4505 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
4506
4507         * modules/gettext: Add m4/threadlib.m4.
4508
4509 2008-08-19  Eric Blake  <ebb9@byu.net>
4510
4511         test-c-stack: fix compilation failure on FreeBSD 5.0
4512         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
4513         headers before <sys/resource.h>.
4514         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
4515         the bug.
4516         Reported by Nelson H. F. Beebe.
4517
4518         strverscmp: migrate from "strverscmp.h" to <string.h>
4519         * modules/string (Makefile.am): Add new hooks.
4520         * modules/strverscmp (Files): Remove strverscmp.h.
4521         (Depends-on): Add string.
4522         (configure.ac): Add indicator.
4523         (Include): Mention new header.
4524         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
4525         defaults.
4526         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
4527         results.
4528         * lib/strverscmp.h: Delete.
4529         * lib/string.in.h (strverscmp): Provide declaration, when needed.
4530         * tests/test-strverscmp.c (includes): Adjust client.
4531         * lib/check-version.c (includes): Likewise.
4532         * NEWS: Document the change.
4533
4534         strverscmp: add unit test
4535         * modules/strverscmp-tests: New file.
4536         * tests/test-strverscmp.c: Likewise.
4537
4538 2008-08-19  Simon Josefsson  <simon@josefsson.org>
4539
4540         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
4541         regarding Windows crypto stuff, from Mono.
4542
4543 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
4544
4545         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
4546         if present, for intel RND.  Return error on failures.
4547
4548 2008-08-18  Ben Pfaff  <blp@gnu.org>
4549
4550         gitlog-to-changelog: give better diagnostic for failed pipe-open
4551         * build-aux/gitlog-to-changelog: Improve error message: suggest
4552         that the version of Git may be too old.
4553
4554 2008-08-18  Simon Josefsson  <simon@josefsson.org>
4555
4556         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
4557         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
4558
4559 2008-08-18  Bruno Haible  <bruno@clisp.org>
4560
4561         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
4562         pthread_in_use().
4563
4564 2008-08-18  Bruno Haible  <bruno@clisp.org>
4565
4566         * lib/glthread/threadlib.c: Include <pthread.h>.
4567
4568 2008-08-18  Bruno Haible  <bruno@clisp.org>
4569
4570         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
4571         glthread_recursive_lock_* macros.
4572         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
4573         Fix syntax error.
4574
4575 2008-08-18  Bruno Haible  <bruno@clisp.org>
4576
4577         * lib/glthread/thread.c: Avoid forcing a context switch right after
4578         thread creation.
4579
4580 2008-08-17  Bruno Haible  <bruno@clisp.org>
4581
4582         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
4583         * lib/glthread/thread.h: Provide Win32 specific implementation.
4584         * modules/thread (Files): Add lib/glthread/thread.c.
4585         (Depends-on): Add lock.
4586         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
4587
4588 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4589
4590         New module 'yield'.
4591         * modules/yield: New file.
4592         * lib/glthread/yield.h: New file.
4593         * m4/yield.m4: New file.
4594         * MODULES.html.sh (Multithreading): Add yield.
4595
4596 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4597
4598         New module 'thread'.
4599         * modules/thread: New file.
4600         * lib/glthread/thread.h: New file.
4601         * m4/thread.m4: New file.
4602         * MODULES.html.sh (Multithreading): Add thread.
4603
4604 2008-08-17  Bruno Haible  <bruno@clisp.org>
4605
4606         * lib/glthread/lock.h: Include <stdlib.h> always.
4607         * lib/glthread/tls.h: Likewise.
4608         * lib/glthread/cond.h: Likewise.
4609
4610 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4611
4612         New module 'cond'.
4613         * modules/cond: New file.
4614         * lib/glthread/cond.h: New file.
4615         * lib/glthread/cond.c: New file.
4616         * m4/cond.m4: New file.
4617         * MODULES.html.sh (Multithreading): Add cond.
4618
4619 2008-08-16  Eric Blake  <ebb9@byu.net>
4620
4621         c-stack: fix regression on Irix 5.3 from 2008-06-21
4622         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
4623         sa_sigaction...
4624         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
4625         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
4626         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
4627         * modules/signal (Makefile.am): Use the value.
4628         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
4629         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
4630         * doc/posix-headers/signal.texi (signal.h): Document this
4631         portability issue.
4632         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
4633         Reported by Tom G. Christensen.
4634
4635 2008-08-17  Bruno Haible  <bruno@clisp.org>
4636
4637         New module 'threadlib'.
4638         * modules/threadlib: New file.
4639         * lib/glthread/threadlib.c: New file, extracted from
4640         lib/glthread/lock.c.
4641         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
4642         functions.
4643         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
4644         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
4645         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
4646         macros.
4647         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
4648         (gl_DISABLE_THREADS): Remove macro.
4649         * modules/lock (Files): Remove build-aux/config.rpath.
4650         (Depends-on): Remove havelib. Add threadlib.
4651         (configure.ac-early): Remove section.
4652         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
4653         * modules/tls (Depends-on): Remove lock. Add threadlib.
4654         (Link): New section, copied from threadlib.
4655         * MODULES.html.sh (Multithreading): Add threadlib.
4656
4657 2008-08-14  Bruno Haible  <bruno@clisp.org>
4658
4659         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
4660         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
4661         glthread_rwlock_unlock, glthread_rwlock_destroy,
4662         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
4663         glthread_recursive_lock_destroy): Define as macros always.
4664         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
4665         glthread_lock_lock.
4666         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
4667         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
4668         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
4669         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
4670         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
4671         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
4672         (glthread_recursive_lock_lock_func): Renamed from
4673         glthread_recursive_lock_lock.
4674         (glthread_recursive_lock_unlock_func): Renamed from
4675         glthread_recursive_lock_unlock.
4676         (glthread_recursive_lock_destroy_func): Renamed from
4677         glthread_recursive_lock_destroy.
4678
4679 2008-08-14  Bruno Haible  <bruno@clisp.org>
4680
4681         * lib/glthread/lock.h: Renamed from lib/lock.h.
4682         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
4683         * lib/glthread/tls.h: Renamed from lib/tls.h.
4684         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
4685         * lib/fstrcmp.c: Update includes.
4686         * lib/strsignal.c: Update includes.
4687         * modules/lock (Files, Makefile.am): Update.
4688         (Include): Change to "glthread/lock.h".
4689         * modules/tls (Files, Makefile.am): Update.
4690         (Include): Change to "glthread/tls.h".
4691         * tests/test-lock.c: Update includes.
4692         * tests/test-tls.c: Update includes.
4693         * NEWS: Mention the renamed header files.
4694
4695 2008-08-11  Jim Meyering  <meyering@redhat.com>
4696
4697         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
4698
4699 2008-08-11  Eric Blake  <ebb9@byu.net>
4700
4701         test-c-stack: avoid C99-ism
4702         * tests/test-c-stack.c (main): Fix whitespace, move declaration
4703         before statement.
4704         Reported by Alain Guibert.
4705
4706 2008-08-10  Jim Meyering  <meyering@redhat.com>
4707
4708         ensure that return value of uinttostr et al are not ignored
4709         * lib/inttostr.h (__GNUC_PREREQ): Define.
4710         (__attribute_warn_unused_result__): Define.
4711         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
4712
4713 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
4714
4715         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
4716         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
4717
4718 2008-08-07  Jim Meyering  <meyering@redhat.com>
4719
4720         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
4721
4722         * modules/mkstemp (License): Relicense under LGPLv2+.
4723         * modules/tempname (License): Likewise.
4724
4725 2008-08-06  Bruno Haible  <bruno@clisp.org>
4726
4727         * lib/poll.c (poll): Further micro-optimization.
4728
4729 2008-08-06  Jim Meyering  <meyering@redhat.com>
4730
4731         inet_pton.c: use locale-independent tolower
4732         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
4733         (inet_pton6): Use c_tolower rather than tolower.
4734         * modules/inet_pton (Depends-on): Add c-ctype.
4735
4736 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
4737
4738         * lib/poll.c (poll): Avoid division when timeout is 0, cache
4739         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
4740
4741 2008-08-06  Jim Meyering  <meyering@redhat.com>
4742
4743         * modules/inet_pton (License): Relicense under LGPLv2+.
4744
4745 2008-08-03  Bruno Haible  <bruno@clisp.org>
4746
4747         Additional non-aborting API for lock and tls.
4748         * lib/lock.h: Include <errno.h>.
4749         (glthread_lock_init): New macro/function.
4750         (gl_lock_init): Define as wrapper around glthread_lock_init.
4751         (glthread_lock_lock): New macro/function.
4752         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
4753         (glthread_lock_unlock): New macro/function.
4754         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
4755         (glthread_lock_destroy): New macro/function.
4756         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
4757         (glthread_rwlock_init): New macro/function.
4758         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
4759         (glthread_rwlock_rdlock): New macro/function.
4760         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
4761         (glthread_rwlock_wrlock): New macro/function.
4762         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
4763         (glthread_rwlock_unlock): New macro/function.
4764         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
4765         (glthread_rwlock_destroy): New macro/function.
4766         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
4767         (glthread_recursive_lock_init): New macro/function.
4768         (gl_recursive_lock_init): Define as wrapper around
4769         glthread_recursive_lock_init.
4770         (glthread_recursive_lock_lock): New macro/function.
4771         (gl_recursive_lock_lock): Define as wrapper around
4772         glthread_recursive_lock_lock.
4773         (glthread_recursive_lock_unlock): New macro/function.
4774         (gl_recursive_lock_unlock): Define as wrapper around
4775         glthread_recursive_lock_unlock.
4776         (glthread_recursive_lock_destroy): New macro/function.
4777         (gl_recursive_lock_destroy): Define as wrapper around
4778         glthread_recursive_lock_destroy.
4779         (glthread_once): New macro/function.
4780         (gl_once): Define as wrapper around glthread_once.
4781         Update function declarations.
4782         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
4783         glthread_rwlock_init. Return error code.
4784         (glthread_rwlock_rdlock_multithreaded): Renamed from
4785         glthread_rwlock_rdlock. Return error code.
4786         (glthread_rwlock_wrlock_multithreaded): Renamed from
4787         glthread_rwlock_wrlock. Return error code.
4788         (glthread_rwlock_unlock_multithreaded): Renamed from
4789         glthread_rwlock_unlock. Return error code.
4790         (glthread_rwlock_destroy_multithreaded): Renamed from
4791         glthread_rwlock_destroy. Return error code.
4792         (glthread_recursive_lock_init_multithreaded): Renamed from
4793         glthread_recursive_lock_init. Return error code.
4794         (glthread_recursive_lock_lock_multithreaded): Renamed from
4795         glthread_recursive_lock_lock. Return error code.
4796         (glthread_recursive_lock_unlock_multithreaded): Renamed from
4797         glthread_recursive_lock_unlock. Return error code.
4798         (glthread_recursive_lock_destroy_multithreaded): Renamed from
4799         glthread_recursive_lock_destroy. Return error code.
4800         (glthread_once_call): Make static.
4801         (glthread_once_multithreaded): Renamed from glthread_once.
4802         * lib/tls.h: Include <errno.h>.
4803         (glthread_tls_key_init): New macro/function.
4804         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
4805         (glthread_tls_set): New macro/function.
4806         (gl_tls_set): Define as wrapper around glthread_tls_set.
4807         (glthread_tls_key_destroy): New macro/function.
4808         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
4809         Update function declarations.
4810         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
4811         glthread_tls_get.
4812         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
4813
4814 2008-08-04  Eric Blake  <ebb9@byu.net>
4815
4816         gnumakefile: use space, not TAB, outside of targets
4817         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
4818
4819 2008-08-02  Jim Meyering  <meyering@redhat.com>
4820
4821         getdate.y: avoid locale-dependent date parsing failure
4822         In Turkish locales, getdate would fail to recognize keywords
4823         containing a lowercase "i".  The solution is not to rely on
4824         locale-sensitive case-conversion.
4825         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
4826         (lookup_word): Use c_toupper in place of toupper.
4827         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
4828         Reported by Vefa Bicakci <bicave@superonline.com> in
4829         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
4830         * modules/getdate (Depends-on): Add c-ctype.
4831
4832 2008-08-02  Bruno Haible  <bruno@clisp.org>
4833
4834         * gnulib-tool (func_import): When updating or creating a .gitignore
4835         file, prepend each added line with a slash, and ignore leading slashes
4836         from the existing lines.
4837         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
4838
4839 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4840
4841         Portability fix for GNU make 3.79.1.
4842         * top/GNUmakefile: Avoid 'else COND', which older GNU make
4843         versions do not understand.
4844
4845 2008-08-01  Bruno Haible  <bruno@clisp.org>
4846
4847         Work around bug of HP-UX 10.20 cc with -0.0 literal.
4848         * tests/test-isnanf.h (zero): New variable.
4849         (main): Avoid literal -0.0f.
4850         * tests/test-isnand.h (zero): New variable.
4851         (main): Avoid literal -0.0.
4852         * tests/test-isnanl.h (zero): New variable.
4853         (main): Avoid literal -0.0L.
4854         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
4855         (test_float, test_double, test_long_double): Avoid literals -0.0f,
4856         -0.0, -0.0L.
4857         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
4858         (test_signbitd): Avoid literal -0.0.
4859         (test_signbitl): Avoid literal -0.0L.
4860         * tests/test-ceilf1.c (zero): New variable.
4861         (main): Avoid literal -0.0f.
4862         * tests/test-ceill.c (zero): New variable.
4863         (main): Avoid literal -0.0L.
4864         * tests/test-floorf1.c (zero): New variable.
4865         (main): Avoid literal -0.0f.
4866         * tests/test-floorl.c (zero): New variable.
4867         (main): Avoid literal -0.0L.
4868         * tests/test-roundf1.c (zero): New variable.
4869         (main): Avoid literal -0.0f.
4870         * tests/test-round1.c (zero): New variable.
4871         (main): Avoid literal -0.0.
4872         * tests/test-roundl.c (zero): New variable.
4873         (main): Avoid literal -0.0L.
4874         * tests/test-truncf1.c (zero): New variable.
4875         (main): Avoid literal -0.0f.
4876         * tests/test-trunc1.c (zero): New variable.
4877         (main): Avoid literal -0.0.
4878         * tests/test-truncl.c (zero): New variable.
4879         (main): Avoid literal -0.0L.
4880         * tests/test-frexp.c (zero): New variable.
4881         (main): Avoid literal -0.0.
4882         * tests/test-frexpl.c (zero): New variable.
4883         (main): Avoid literal -0.0L.
4884         * tests/test-ldexpl.c (zero): New variable.
4885         (main): Avoid literal -0.0L.
4886         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
4887         (zerod, zerol): New variables.
4888         (test_function): Avoid literals -0.0, -0.0L.
4889         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
4890         (zerod, zerol): New variables.
4891         (test_function): Avoid literals -0.0, -0.0L.
4892         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
4893         (zerod, zerol): New variables.
4894         (test_function): Avoid literals -0.0, -0.0L.
4895         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
4896         (zerod, zerol): New variables.
4897         (test_function): Avoid literals -0.0, -0.0L.
4898         * tests/test-strtod.c (zero): New variable.
4899         (main): Avoid literal -0.0.
4900         Reported by Jonathan C. Patschke <jp@centtech.com>.
4901
4902 2008-07-31  Jim Meyering  <meyering@redhat.com>
4903
4904         sha256.h: correct definition of SHA224_DIGEST_SIZE
4905         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
4906         Reported by Paulie Pena IV <paulie4@gmail.com>.
4907         Define as 224 / 8, rather than as a literal.
4908         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
4909         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
4910         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
4911
4912 2008-07-31  Bruno Haible  <bruno@clisp.org>
4913
4914         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
4915         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
4916         Reported by Jonathan Patschke <jp@centtech.com>.
4917
4918 2008-07-31  Bruno Haible  <bruno@clisp.org>
4919
4920         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
4921         Reported by Paolo Bonzini <bonzini@gnu.org>.
4922
4923 2008-07-30  Eric Blake  <ebb9@byu.net>
4924
4925         test-strtod: allow compilation without -lm
4926         * tests/test-strtod.c (main): Avoid link dependence on fabs.
4927         Reported by Dennis Clarke <blastwave@gmail.com>.
4928
4929 2008-07-28  Jim Meyering  <meyering@redhat.com>
4930
4931         bootstrap: work also when there are no .po files in po/
4932         * build-aux/bootstrap (update_po_files): Complete the change
4933         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
4934
4935 2008-07-27  Jim Meyering  <meyering@redhat.com>
4936
4937         * users.txt: Add zile.
4938
4939 2008-07-26  Ben Pfaff  <blp@gnu.org>
4940
4941         Add missing dependencies on new m4/exponent[fdl].m4 files.
4942         * modules/isnanf-nolibm: Add m4/exponentf.m4.
4943         * modules/isnand-nolibm: Add m4/exponentd.m4.
4944         * modules/isnanl-nolibm: Add m4/exponentl.m4.
4945         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
4946         m4/isnan[fdl].m4, because the macros actually used moved.
4947         Reported by Jim Meyering.
4948
4949 2008-07-14  Ben Pfaff  <blp@gnu.org>
4950
4951         Add isinf module.
4952         * lib/isinf.c: New file.
4953         * lib/math.in.h: Define isinf macro if we have decided to replace
4954         it.
4955         * m4/isinf.m4: New file.
4956         * m4/math_h.m4: Initialize and substitute variables for isinf
4957         module.
4958         * modules/isinf: New file.
4959         * modules/isinf-tests: New file.
4960         * modules/math: Add substitutions for new module.
4961         * tests/test-isinf.c: New file.
4962         * doc/posix-functions/isinf.texi: Mention new module.
4963         * MODULES.html.sh: Mention new module.
4964
4965 2008-07-14  Ben Pfaff  <blp@gnu.org>
4966
4967         Factor out some macros for use by additional modules.
4968         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
4969         exponentf.m4.
4970         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
4971         exponentd.m4.
4972         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
4973         file exponentl.m4.
4974         * m4/exponentf.m4: New file.
4975         * m4/exponentd.m4: New file.
4976         * m4/exponentl.m4: New file.
4977         * modules/isnanf: Use new file m4/exponentf.m4.
4978         * modules/isnand: Use new file m4/exponentd.m4.
4979         * modules/isnanl: Use new file m4/exponentl.m4.
4980
4981 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
4982
4983         mktime.c: normalize tp->tm_isdst value to -1/0/1.
4984         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
4985         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
4986         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
4987
4988         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
4989         readlink on platforms without PATH_MAX.
4990
4991 2008-07-21  Eric Blake  <ebb9@byu.net>
4992
4993         Warn, not fail, on stale version.
4994         * top/GNUmakefile (_curr-ver): Tone down previous patch.
4995
4996         Don't allow installation with stale devel version number.
4997         * top/GNUmakefile (_is-install-target): New macro.
4998         (_curr-ver): Forbid installation with stale version number.
4999
5000 2008-07-20  Bruno Haible  <bruno@clisp.org>
5001
5002         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
5003         TESTS_ENVIRONMENT.
5004         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
5005
5006 2008-07-20  Bruno Haible  <bruno@clisp.org>
5007
5008         * lib/c-stack.h (c_stack_action): Add documentation.
5009         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
5010
5011 2008-07-20  Bruno Haible  <bruno@clisp.org>
5012
5013         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
5014         * modules/readlink (License): Likewise.
5015
5016 2008-07-17  Eric Blake  <ebb9@byu.net>
5017
5018         * modules/c-stack (Link): Fix typo.
5019
5020         Make c-stack use libsigsegv, when available.
5021         * modules/c-stack (Depends-on): Add libsigsegv.
5022         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
5023         needed.
5024         * lib/c-stack.c (SIGSTKSZ): Define fallback.
5025         (segv_handler, overflow_handler, c_stack_action)
5026         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
5027         implementation when libsigsegv is available, but only when using
5028         the library is necessary.
5029         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
5030         comment, explaining why XSI check fails on Linux.
5031         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
5032         * tests/test-c-stack2.sh: Tweak skip message.
5033         * NEWS: Document new link-time requirements.
5034
5035 2008-07-16  Eric Blake  <ebb9@byu.net>
5036
5037         c-stack: Expose false positives when not using libsigsegv.
5038         * modules/c-stack-tests (Files): Expand test.
5039         * tests/test-c-stack.c (main): Add means to conditionally trigger
5040         non-overflow SIGSEGV.
5041         * tests/test-c-stack2.sh: New file.
5042
5043 2008-07-14  Bruno Haible  <bruno@clisp.org>
5044
5045         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
5046         Reported by Eric Blake.
5047
5048 2008-07-14  Sam Steingold  <sds@gnu.org>
5049             Bruno Haible  <bruno@clisp.org>
5050
5051         New module libsigsegv.
5052         * modules/libsigsegv: New file.
5053         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
5054         modifications.
5055         * MODULES.html.sh (Signal handling): New section.
5056
5057 2008-07-14  Bruno Haible  <bruno@clisp.org>
5058
5059         * modules/unictype/ctype-* (Description): Add the word "function".
5060         Improves the resulting doc in MODULES.html.
5061
5062 2008-07-12  Ben Pfaff  <blp@gnu.org>
5063
5064         Add longlong module.
5065         * modules/longlong: New file.
5066
5067 2008-07-12  Bruno Haible  <bruno@clisp.org>
5068
5069         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
5070         to empty.
5071
5072 2008-07-10  Ben Pfaff  <blp@gnu.org>
5073
5074         Add isnan module.
5075         * doc/posix-functions/isnan.texi: Mention new module.
5076         * lib/math.in.h: Define isnan macro if we have decided to replace
5077         it.
5078         * m4/isnan.m4: New file.
5079         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
5080         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
5081         also.
5082         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
5083         redundancy.
5084         * m4/math_h.m4: Initialize and substitute variables for isnan
5085         module.
5086         * modules/isnan: New file.
5087         * modules/isnan-tests: New file.
5088         * modules/math: Add substitutions for new module.
5089         * tests/test-isnan.c: New file.
5090         * MODULES.html.sh: Mention new module.
5091
5092 2008-07-10  Ben Pfaff  <blp@gnu.org>
5093
5094         Add isnanf module.
5095         * lib/isnanf.m4: New file.
5096         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
5097         (gl_HAVE_ISNANF_IN_LIBM): New macro.
5098         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
5099         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
5100         * modules/isnanf: New file.
5101         * modules/isnanf-tests: New file.
5102         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
5103         files.
5104         * tests/test-isnanf-nolibm.c: factored most of its contents into
5105         new file tests/test-isnanf.h.
5106         * tests/test-isnanf.h: New file.
5107         * tests/test-isnanf.c: New file.
5108         * MODULES.html.sh: Mention new module.
5109         * doc/glibc-functions/isnanf.texi: Mention new module.
5110
5111 2008-07-10  Ben Pfaff  <blp@gnu.org>
5112
5113         Add isnand module.
5114         * lib/isnand.h: New file.
5115         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
5116         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
5117         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
5118         functionality also.
5119         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
5120         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
5121         (gl_HAVE_ISNAND_IN_LIBM): New macro.
5122         * modules/isnand: New file.
5123         * modules/isnand-tests: New file.
5124         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
5125         files.
5126         * tests/test-isnand-nolibm.c: factored most of its contents into
5127         new file tests/test-isnand.h.
5128         * tests/test-isnand.h: New file.
5129         * tests/test-isnand.c: New file.
5130         * MODULES.html.sh: Mention new module.
5131
5132 2008-07-10  Ben Pfaff  <blp@gnu.org>
5133
5134         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
5135         * lib/isnand.h: Rename lib/isnand-nolibm.h.
5136         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
5137         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
5138         * modules/isnanf-nolibm: Update references to renamed files.
5139         * modules/isnand-nolibm: Likewise.
5140         * modules/isnanf-nolibm-tests: Likewise.
5141         * modules/isnand-nolibm-tests: Likewise.
5142         * lib/frexp.c: Likewise.
5143         * lib/isfinite.c: Likewise.
5144         * lib/signbitd.c: Likewise.
5145         * lib/signbitf.c: Likewise.
5146         * lib/vasnprintf.c: Likewise.
5147         * tests/test-ceilf1.c: Likewise.
5148         * tests/test-ceilf2.c: Likewise.
5149         * tests/test-floorf1.c: Likewise.
5150         * tests/test-floorf2.c: Likewise.
5151         * tests/test-frexp.c: Likewise.
5152         * tests/test-round1.c: Likewise.
5153         * tests/test-round2.c: Likewise.
5154         * tests/test-roundf1.c: Likewise.
5155         * tests/test-strtod.c: Likewise.
5156         * tests/test-trunc1.c: Likewise.
5157         * tests/test-trunc2.c: Likewise.
5158         * tests/test-truncf1.c: Likewise.
5159         * tests/test-truncf2.c: Likewise.
5160         * NEWS: Mention the renamed header files.
5161
5162 2008-07-11  Jim Meyering  <meyering@redhat.com>
5163
5164         vc-list-files: make the last-resort awk code more portable
5165         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
5166         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
5167         does not support it.
5168
5169 2008-07-10  Eric Blake  <ebb9@byu.net>
5170
5171         Work with tar's bootstrap.
5172         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
5173         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
5174         an m4 comment.
5175
5176 2008-07-09  Jim Meyering  <meyering@redhat.com>
5177
5178         posix-shell.m4: fix typo that made this test malfunction
5179         * m4/posix-shell.m4: Remove capitalization in variable name.
5180
5181 2008-07-08  Bruno Haible  <bruno@clisp.org>
5182
5183         * m4/onceonly.m4: Update comments.
5184         Reported by Ben Pfaff <blp@cs.stanford.edu>.
5185
5186 2008-07-04  Jim Meyering  <meyering@redhat.com>
5187
5188         * users.txt: Add vc-dwim.
5189         (bison, coreutils): Use the gitweb URL.
5190
5191 2008-07-03  Jim Meyering  <meyering@redhat.com>
5192
5193         * users.txt: Add libffcall.  From Sam Steingold.
5194
5195 2008-07-03  OndÅ™ej Vašík  <ovasik@redhat.com>
5196
5197         getdate.y: do not ignore TZ with relative day, month or year offset
5198         * lib/getdate.y (get_date): Move the tz-handling block to follow the
5199         relative-date-handling, since otherwise, the latter would clobber the
5200         sole output (an updated Start value) of the tz-handling block.
5201         * tests/test-getdate.c: Tests for the fix
5202
5203 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5204
5205         Recognize 'foo_LIBRARIES += libgnu.a'.
5206         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
5207         makefile snippet has already specified an installation location,
5208         also using '+='.
5209
5210 2008-07-02  OndÅ™ej Vašík  <ovasik@redhat.com>
5211
5212         getdate.y: factor out common actions
5213         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
5214         Use them in place of open-coded actions.
5215
5216 2008-07-01  Simon Josefsson  <simon@josefsson.org>
5217
5218         Add self-test for getdate module.
5219         * modules/getdate-tests: New file.
5220         * tests/test-getdate.c: New file.
5221
5222 2008-06-29  Bruno Haible  <bruno@clisp.org>
5223
5224         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
5225         .gitignore.
5226         Reported by Sylvain Beucler <beuc@beuc.net>.
5227
5228 2008-06-29  Bruno Haible  <bruno@clisp.org>
5229
5230         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
5231         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
5232
5233 2008-06-29  Bruno Haible  <bruno@clisp.org>
5234
5235         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
5236         EXTRA_DIST.
5237         Reported by Sylvain Beucler <beuc@beuc.net>.
5238
5239 2008-06-26  Jim Meyering  <meyering@redhat.com>
5240
5241         make several modules depend on the "open" module
5242         This provides slightly increased consistency when opening-for-write
5243         the name of a non-directory spelled with a trailing slash.
5244         * modules/chdir-safer: Likewise.
5245         * modules/chown: Likewise.
5246         * modules/clean-temp: Likewise.
5247         * modules/copy-file: Likewise.
5248         * modules/fchdir: Likewise.
5249         * modules/fcntl-safer: Likewise.
5250         * modules/pipe: Likewise.
5251         * modules/utime: Likewise.
5252         Prompted by Eric Blake and Bruno Haible.
5253
5254 2008-06-24  Andreas Schwab  <schwab@suse.de>
5255
5256         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
5257         literals can be used as initializers for global variables.
5258
5259 2008-06-23  Eric Blake  <ebb9@byu.net>
5260
5261         Make gnulib-cache.m4 easier to diff.
5262         * gnulib-tool (func_import): Allow newlines when reading cached
5263         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
5264
5265 2008-06-23  Bruno Haible  <bruno@clisp.org>
5266
5267         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
5268         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
5269         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
5270         m4/signalblocking.m4.
5271         (gl_PREREQ_SIGACTION): Don't invoke it.
5272         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
5273         gl_PREREQ_SIG_HANDLER_H.
5274         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
5275         Don't check for sigaction here.
5276
5277 2008-06-23  Bruno Haible  <bruno@clisp.org>
5278
5279         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
5280         (install_handlers): Don't set the SA_RESETHAND flag.
5281
5282 2008-06-23  Bruno Haible  <bruno@clisp.org>
5283
5284         * m4/sigaction.m4: Comment fixes.
5285         * lib/signal.in.h: Likewise.
5286
5287 2008-06-23  Eric Blake  <ebb9@byu.net>
5288
5289         Fix typo.
5290         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
5291
5292         Avoid SA_ namespace.
5293         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
5294         Reported by Ralf Wildenhues.
5295
5296         Avoid test failure due to SA_RESTORER.
5297         * tests/test-sigaction.c (SA_MASK): New macro.
5298         (main): Avoid failing due to extension flags being set.
5299         Reported by Jim Meyering.
5300
5301         Revert use of sig-handler.h in sigprocmask.c.
5302         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
5303         it requires the existence of struct sigaction.
5304         * lib/sigprocmask.c (handler_t): Restore typedef.
5305         (rpl_signal, old_handlers): Use local type.
5306
5307 2008-06-22  Bruno Haible  <bruno@clisp.org>
5308
5309         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
5310         conditionally.
5311         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
5312
5313 2008-06-22  Bruno Haible  <bruno@clisp.org>
5314
5315         * doc/posix-functions/siginterrupt.texi: Move note.
5316
5317         * lib/signal.in.h (SA_RESTART): New macro.
5318         * lib/sigaction.c: Update comment.
5319
5320         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
5321
5322         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
5323         (gl_PREREQ_SIGPROCMASK): Invoke it.
5324         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
5325
5326         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
5327
5328         * lib/sigprocmask.c: Update a comment.
5329
5330 2008-06-21  Eric Blake  <ebb9@byu.net>
5331
5332         Use sigaction module rather than signal().
5333         * modules/c-stack (Depends-on): Add sigaction.
5334         * modules/fatal-signal (Depends-on): Likewise.
5335         * modules/nanosleep (Depends-on): Likewise.
5336         * modules/sigprocmask (Files): Add sig-handler.h.
5337         * modules/sigaction (Files): Likewise.
5338         * lib/sig-handler.h (get_handler): New file, suggested by Paul
5339         Eggert.
5340         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
5341         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
5342         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
5343         (init_fatal_signals): Likewise.
5344         * lib/nanosleep.c (rpl_nanosleep): Likewise.
5345         (siginterrupt): Delete fallback.
5346         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
5347         instead.
5348         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
5349         siginterrupt.
5350
5351         New module sigaction, for mingw.
5352         * modules/sigaction: New module...
5353         * modules/sigaction-tests: ...and its test.
5354         * m4/sigaction.m4: New file.
5355         * lib/sigaction.c: Likewise.
5356         * tests/test-sigaction.c: Likewise.
5357         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
5358         * modules/signal (Makefile.am): Likewise.
5359         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
5360         needed.
5361         * doc/posix-headers/signal.texi (signal.h): Mention provided
5362         types.
5363         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
5364         that sigaction is preferable.
5365         * doc/posix-functions/sigaction.texi (sigaction): Mention new
5366         module.
5367         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
5368         sigaction.
5369
5370         Improve robustness of sigprocmask by overriding signal.
5371         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
5372         is in use.
5373         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
5374         (SIGKILL, SIGSTOP): Provide fallbacks.
5375         (rpl_signal): Implement.
5376         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
5377         signal can be called inside handlers.
5378
5379         Fix nanosleep module on mingw.
5380         * modules/nanosleep (Depends-on): Add sys_select.
5381         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
5382
5383         Fix licensing of sigprocmask.
5384         * modules/raise (License): Relicense as LGPL.
5385
5386 2008-06-21  Bruno Haible  <bruno@clisp.org>
5387
5388         * lib/propername.c (proper_name_utf8): Don't use the transliterated
5389         result if it contains question marks.
5390         Reported by Michael Geng <linux@michaelgeng.de>.
5391
5392 2008-06-19  Bruno Haible  <bruno@clisp.org>
5393
5394         Fix CVS-ism.
5395         * doc/gnulib.texi: Include updated-stamp.texi.
5396         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
5397         (updated-stamp.texi): New rule.
5398         (gnulib.info): Depend on it.
5399         * doc/.gitignore: Add updated-stamp.texi.
5400         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
5401
5402 2008-06-19  Bruno Haible  <bruno@clisp.org>
5403
5404         * doc/Makefile (gnulib.info): Update and simplify dependencies.
5405         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
5406
5407 2008-06-19  Eric Blake  <ebb9@byu.net>
5408
5409         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
5410         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
5411         Reported by Stepan Kasal.
5412
5413 2008-06-18  Bruno Haible  <bruno@clisp.org>
5414
5415         * lib/fatal-signal.c (init_fatal_signals): Add comment.
5416         Reported by Eric Blake.
5417
5418 2008-06-18  Eric Blake  <ebb9@byu.net>
5419
5420         Work around cygwin 1.5.25 strsignal bug.
5421         * tests/test-strsignal.c: Allow for const char *.
5422         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
5423
5424 2008-06-18  Simon Josefsson  <simon@josefsson.org>
5425
5426         * users.txt: Update URL to article and add author/date
5427         information.
5428
5429 2008-06-17  Bruno Haible  <bruno@clisp.org>
5430
5431         New macro gl_DISABLE_THREADS.
5432         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
5433         if the user did not pass --enable-threads or --disable-threads option.
5434         (gl_DISABLE_THREADS): New macro.
5435         Reported by Eric Blake <ebb9@byu.net>.
5436
5437 2008-06-17  Bruno Haible  <bruno@clisp.org>
5438
5439         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
5440         when the macro ignores it.
5441         Based on a patch by Eric Blake <ebb9@byu.net>.
5442
5443 2008-06-17  Bruno Haible  <bruno@clisp.org>
5444
5445         * modules/tls (License): Change to LGPLv2+.
5446         Reported by Eric Blake.
5447
5448 2008-06-17  Eric Blake  <ebb9@byu.net>
5449
5450         Simplify c-stack prerequisites.
5451         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
5452         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
5453         no longer requires <ucontext.h> to exist.  Optimize setrlimit
5454         check.
5455         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
5456         <sys/resource.h>.
5457
5458         Move c-stack test into testsuite.
5459         * modules/c-stack-tests: New file.
5460         * lib/c-stack.c [DEBUG]: Move test program...
5461         * tests/test-c-stack.c: ...into this new file.  Skip rather than
5462         fail test if sigaltstack is lacking.
5463         * tests/test-c-stack.sh: New driver file.
5464
5465 2008-06-16  Eric Blake  <ebb9@byu.net>
5466
5467         Use raise module consistently.
5468         * modules/fatal-signal (Depends-on): Add raise.
5469         * modules/sigprocmask (Depends-on): Likewise.
5470         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
5471         * lib/sigprocmask.c (sigprocmask): Likewise.
5472         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
5473         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
5474
5475         Fix compliance bug in sigpending.
5476         * lib/sigprocmask.c (sigpending): Return pending array via
5477         parameter, not return value.
5478
5479 2008-06-14  Eric Blake  <ebb9@byu.net>
5480
5481         Improve obstack-printf test code.
5482         * tests/test-obstack-printf.c (test_function): Fix comment, and
5483         simplify usage of obstack_* in macros.  Add a test for coverage.
5484         Reported by Bruno Haible.
5485
5486 2008-06-14  Bruno Haible  <bruno@clisp.org>
5487
5488         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
5489         array size as a constant, not as a const variable.
5490         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
5491         AC_USE_SYSTEM_EXTENSIONS.
5492         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
5493         Test whether the obstack_printf function actually exists.
5494         * modules/obstack-printf (Depends-on): Add extensions.
5495         (Include): Remove obstack.h.
5496         * modules/obstack-printf-posix (Depends-on): Add extensions.
5497         (Include): Remove obstack.h.
5498
5499 2008-06-13  Eric Blake  <ebb9@byu.net>
5500
5501         Add obstack-printf and obstack-printf-posix modules.
5502         * modules/obstack-printf: New file.
5503         * modules/obstack-printf-posix: Likewise.
5504         * MODULES.html.sh (Misc): Mention them.
5505         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
5506         Likewise.
5507         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
5508         Likewise.
5509         * modules/stdio (Makefile.am): Accomodate new modules.
5510         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
5511         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
5512         Declare.
5513         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
5514         functions.
5515         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
5516         (gl_REPLACE_OBSTACK_PRINTF): New macros
5517         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
5518         * tests/test-obstack-printf.c: New file.
5519         * modules/obstack-printf-tests: Likewise.
5520         * modules/obstack-printf-posix-tests: Likewise.
5521
5522 2008-06-11  Bruno Haible  <bruno@clisp.org>
5523
5524         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
5525         * lib/open.c: Include errno.h.
5526         (open): Fail when attempting to write to a file that has a trailing
5527         slash.
5528         * tests/test-open.c (main): Test against trailing slash bug.
5529         * doc/posix-functions/open.texi: Mention the trailing slash bug.
5530
5531 2008-06-10  Bruno Haible  <bruno@clisp.org>
5532
5533         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
5534         for $? to work inside the trap command, with various /bin/sh-s.
5535         * tests/test-vc-list-files-cvs.sh: Likewise.
5536
5537 2008-06-10  Bruno Haible  <bruno@clisp.org>
5538
5539         * lib/acl-internal.h: Don't include gettext.h here.
5540         * lib/set-mode-acl.c: Include gettext.h here.
5541         * lib/copy-acl.c: Likewise.
5542
5543 2008-06-10  Bruno Haible  <bruno@clisp.org>
5544
5545         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
5546         * lib/wait-process.c (wait_subprocess): Likewise.
5547         * lib/execute.h (execute): Add termsigp argument.
5548         * lib/execute.c (execute): Likewise.
5549         * lib/csharpcomp.c (compile_csharp_using_pnet,
5550         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
5551         * lib/csharpexec.c (execute_csharp_using_pnet,
5552         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
5553         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
5554         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
5555         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
5556         is_jikes_present): Update.
5557         * lib/javaexec.c (execute_java_class): Update.
5558         * lib/javaversion.c (execute_and_read_line): Update.
5559         * NEWS: Document the changes.
5560         Reported by Eric Blake.
5561
5562 2008-06-10  Eric Blake  <ebb9@byu.net>
5563
5564         Add missing include.
5565         * tests/test-strstr.c (includes): Add <signal.h>.
5566         * tests/test-strcasestr.c (includes): Likewise.
5567         * tests/test-memmem.c (includes): Likewise.
5568
5569 2008-06-10  Bruno Haible  <bruno@clisp.org>
5570
5571         * lib/wait-process.c (wait_subprocess): Add an assertion.
5572
5573 2008-06-10  Bruno Haible  <bruno@clisp.org>
5574
5575         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
5576
5577 2008-06-10  Bruno Haible  <bruno@clisp.org>
5578
5579         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
5580         using alarm().
5581         * tests/test-strcasestr.c (main): Likewise.
5582         * tests/test-strstr.c (main): Likewise.
5583
5584 2008-06-09  Bruno Haible  <bruno@clisp.org>
5585
5586         Work around the Solaris 10 ACE ACLs ABI change.
5587         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
5588         declare if ACL_NO_TRIVIAL is present.
5589         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
5590         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
5591         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
5592         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
5593         define if ACL_NO_TRIVIAL is present.
5594         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
5595         and use the current ABI.
5596         (file_has_acl): Use same #if condition as elsewhere.
5597         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
5598         in use, and use the current ABI.
5599         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
5600         Reported by Jim Meyering.
5601
5602 2008-06-09  Eric Blake  <ebb9@byu.net>
5603
5604         Work around environments that (stupidly) ignore SIGALRM.
5605         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
5606         before using alarm().
5607         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
5608         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
5609         Reported by Ian Beckwith <ianb@erislabs.net>.
5610
5611         Produce autobuild blurb earlier in log.
5612         * modules/autobuild (configure.ac-early): Move AB_INIT here.
5613
5614 2008-06-09  Jim Meyering  <meyering@redhat.com>
5615         and OndÅ™ej Vašík  <ovasik@redhat.com>
5616
5617         utimens.c: correct kernel bug work-around
5618         OndÅ™ej Vašík found that the invalid return value of 280 indicates
5619         failure, not success, and the kernel bug we're trying to work
5620         around affects not just the utimensat call, but also the fallback
5621         futimens call.
5622         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
5623         not success.
5624         [HAVE_FUTIMENS]: Use the same work-around, here.
5625
5626 2008-06-09  Jim Meyering  <meyering@redhat.com>
5627
5628         add more guards around definition of ACE_-related code
5629         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
5630         ALLOW and ACE_OWNER are also defined.
5631
5632 2008-06-08  Bruno Haible  <bruno@clisp.org>
5633
5634         * lib/acl-internal.h: Add me as co-author.
5635         * lib/file-has-acl.c: Likewise.
5636         * lib/set-mode-acl.c: Likewise.
5637         * lib/copy-acl.c: Likewise.
5638
5639 2008-06-08  Bruno Haible  <bruno@clisp.org>
5640
5641         Add support for AIX ACLs.
5642         * lib/acl-internal.h (acl_nontrivial): New declaration.
5643         * lib/file-has-acl.c (acl_nontrivial): New function.
5644         (file_has_acl): Add implementation using AIX 4 ACL API.
5645         * lib/set-mode-acl.c (qset_acl): Likewise.
5646         * lib/copy-acl.c (qcopy_acl): Likewise.
5647
5648 2008-06-08  Bruno Haible  <bruno@clisp.org>
5649
5650         Add support for HP-UX ACLs.
5651         * lib/acl-internal.h (acl_nontrivial): New declaration.
5652         * lib/file-has-acl.c (acl_nontrivial): New function.
5653         (file_has_acl): Add implementation using HP-UX 11 ACL API.
5654         * lib/set-mode-acl.c (qset_acl): Likewise.
5655         * lib/copy-acl.c (qcopy_acl): Likewise.
5656
5657 2008-06-08  Bruno Haible  <bruno@clisp.org>
5658
5659         Add support for Cygwin ACLs.
5660         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
5661         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
5662         the chmod_or_fchmod call.
5663         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
5664
5665 2008-06-08  Bruno Haible  <bruno@clisp.org>
5666
5667         Fix bug with setuid modes in Solaris 10+ code.
5668         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
5669         succeeded, when the mode contains some special bits.
5670
5671 2008-06-08  Bruno Haible  <bruno@clisp.org>
5672
5673         Add support for Solaris 7..10 ACLs.
5674         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
5675         declarations.
5676         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
5677         functions.
5678         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
5679         * lib/set-mode-acl.c (qset_acl): Likewise.
5680         * lib/copy-acl.c (qcopy_acl): Likewise.
5681
5682 2008-06-08  Bruno Haible  <bruno@clisp.org>
5683
5684         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
5685         declaration.
5686         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
5687         (acl_access_nontrivial): Remove MacOS X case.
5688         (file_has_acl): Use acl_extended_nontrivial.
5689         * lib/copy-acl.c (qcopy_acl): Likewise.
5690
5691 2008-06-08  Bruno Haible  <bruno@clisp.org>
5692
5693         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
5694
5695 2008-06-08  Jim Meyering  <meyering@redhat.com>
5696
5697         * modules/acl (Maintainer): Add Bruno Haible.
5698
5699 2008-06-07  Bruno Haible  <bruno@clisp.org>
5700
5701         Improve support for Tru64 ACLs.
5702         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
5703         ACL on OSF/1.
5704
5705 2008-06-07  Bruno Haible  <bruno@clisp.org>
5706
5707         Add support for MacOS X ACLs.
5708         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
5709         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
5710         * lib/set-mode-acl.c (qset_acl): Likewise.
5711         * lib/copy-acl.c (qcopy_acl): Likewise.
5712
5713 2008-06-07  Bruno Haible  <bruno@clisp.org>
5714
5715         Fix memory leak introduced on 2008-05-22.
5716         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
5717         use.
5718
5719 2008-06-07  Bruno Haible  <bruno@clisp.org>
5720
5721         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
5722         to construct an empty ACL.
5723
5724 2008-06-07  Bruno Haible  <bruno@clisp.org>
5725
5726         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
5727         precisely.
5728         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
5729
5730 2008-06-07  Bruno Haible  <bruno@clisp.org>
5731
5732         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
5733         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
5734
5735 2008-06-07  Bruno Haible  <bruno@clisp.org>
5736
5737         * doc/posix-functions/_setjmp.texi: Explain the use of this function
5738         regardless of POSIX.
5739         * doc/posix-functions/_longjmp.texi: Likewise.
5740         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
5741         SystemV platform in this case.
5742
5743 2008-06-06  Eric Blake  <ebb9@byu.net>
5744
5745         Document abort() bugs.
5746         * doc/posix-functions/abort.texi (abort): Mention anomalies.
5747
5748         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
5749         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
5750         sigsetjmp.
5751         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
5752         siglongjmp, but only as a macro.
5753         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
5754         is obsolete.
5755         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
5756
5757         Tweak documentation to cover cygwin argz bugs.
5758         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
5759         argz bug fix; no code change needed since no cygwin releases
5760         occurred between the last fix and the bug being tested.
5761         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
5762         module and recently fixed cygwin bugs.
5763         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
5764         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
5765         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
5766         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
5767         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
5768         Likewise.
5769         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
5770         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
5771         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
5772         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
5773         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
5774         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
5775         Likewise.
5776
5777         Avoid gcc warning on cygwin.
5778         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
5779         !ACL_NO_TRIVIAL]: Avoid unused variable.
5780
5781 2008-06-05  Eric Blake  <ebb9@byu.net>
5782
5783         Be tolerant of UNKNOWN version in gnulib-tool test dir.
5784         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
5785         git-version-gen fails to come up with a version.
5786         Reported by Simon Josefsson.
5787
5788 2008-06-05  Jim Meyering  <meyering@redhat.com>
5789             Paul Eggert  <eggert@cs.ucla.edu>
5790
5791         utimens.c: work around a probable Linux kernel bug
5792         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
5793         appears to be a kernel bug that causes utimensat to return 280
5794         instead of 0, indicating success.
5795
5796 2008-06-04  Bruno Haible  <bruno@clisp.org>
5797
5798         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
5799         2008-06-01 commit.
5800
5801 2008-06-04  Bruno Haible  <bruno@clisp.org>
5802
5803         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
5804         * lib/file-has-acl.c (acl_access_nontrivial): New function.
5805         (file_has_acl): Use it. Save errno afterwards.
5806         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
5807
5808 2008-06-03  Bruno Haible  <bruno@clisp.org>
5809
5810         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
5811         draft code. Simplify #ifs.
5812         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
5813         Put Solaris code after POSIX-draft code. Fix comments regarding
5814         Solaris 10, HP-UX. Mention Cygwin.
5815         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
5816
5817 2008-06-03  Eric Blake  <ebb9@byu.net>
5818
5819         Provide fallback for older kernels.
5820         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
5821         Provide runtime fallback if kernel lacks support.
5822         Reported by Mike Frysinger.
5823
5824 2008-06-02  Bruno Haible  <bruno@clisp.org>
5825
5826         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
5827         it exists.
5828
5829 2008-06-02  Bruno Haible  <bruno@clisp.org>
5830
5831         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
5832         * lib/copy-acl.c (qcopy_acl): Update comment.
5833
5834 2008-06-02  Bruno Haible  <bruno@clisp.org>
5835
5836         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
5837         like ACL APIs.
5838
5839 2008-06-02  Bruno Haible  <bruno@clisp.org>
5840
5841         * tests/test-file-has-acl.sh: Use different code for Cygwin.
5842         * tests/test-set-mode-acl.sh: Likewise.
5843         * tests/test-copy-acl.sh: Likewise.
5844         * tests/test-copy-file.sh: Likewise.
5845
5846 2008-06-02  Bruno Haible  <bruno@clisp.org>
5847
5848         * tests/test-file-has-acl.sh: Remove unused code.
5849
5850 2008-06-01  Bruno Haible  <bruno@clisp.org>
5851
5852         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
5853         (copy_acl): Just a wrapper around qcopy_acl that emits the error
5854         messages.
5855         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
5856
5857 2008-06-01  Bruno Haible  <bruno@clisp.org>
5858
5859         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
5860         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
5861         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
5862         APIs.
5863         * modules/acl-tests (configure.ac): Remove tests now contained in
5864         m4/acl.m4.
5865
5866 2008-06-02  Jim Meyering  <meyering@redhat.com>
5867
5868         announce-gen: use a better key-server host name
5869         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
5870         it may be more consistently reliable.  Suggested by Werner Koch
5871         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
5872
5873 2008-06-01  Bruno Haible  <bruno@clisp.org>
5874
5875         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
5876         Reported by Voroskoi Andras <voroskoi@gmail.com>.
5877
5878 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
5879
5880         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
5881
5882 2008-06-01  Bruno Haible  <bruno@clisp.org>
5883
5884         New ACL tests.
5885         * tests/test-file-has-acl.sh: New file.
5886         * tests/test-file-has-acl.c: New file.
5887         * tests/test-set-mode-acl.sh: New file.
5888         * tests/test-set-mode-acl.c: New file.
5889         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
5890         * tests/test-copy-acl.c: New file.
5891         * modules/acl-tests: New file, based on modules/copy-file-tests.
5892         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
5893         (Depends-on): Add acl-tests.
5894         (configure.ac): Remove checks.
5895         (Makefile.am): Don't create test-sameacls program here any more.
5896
5897 2008-06-01  Bruno Haible  <bruno@clisp.org>
5898
5899         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
5900         * tests/test-sameacls.c: Include progname.h.
5901         (main): Invoke set_program_name. Portability fixes for MacOS X,
5902         Solaris, HP-UX.
5903
5904 2008-06-01  Bruno Haible  <bruno@clisp.org>
5905
5906         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
5907         function.
5908         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
5909
5910 2008-06-01  Bruno Haible  <bruno@clisp.org>
5911
5912         * modules/rpmatch (Depends-on): Add strdup.
5913
5914 2008-06-01  Bruno Haible  <bruno@clisp.org>
5915
5916         * lib/pipe.c: Include unistd-safer.h.
5917         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
5918         * modules/pipe (Depends-on): Add unistd-safer.
5919
5920 2008-05-30  Simon Josefsson  <simon@josefsson.org>
5921
5922         * modules/autobuild (configure.ac): Call AB_INIT.
5923
5924 2008-05-30  Simon Josefsson  <simon@josefsson.org>
5925
5926         * tests/test-getaddrinfo.c: Don't print debug messages by default.
5927         Suggested by Bruno Haible <bruno@clisp.org>.
5928
5929 2008-05-30  Simon Josefsson  <simon@josefsson.org>
5930
5931         * tests/test-base64.c: Cast size_t to unsigned long when invoking
5932         printf.  Use %lu instead of %d.  Reported by Bruno Haible
5933         <bruno@clisp.org>.
5934
5935 2008-05-29  Eric Blake  <ebb9@byu.net>
5936
5937         Prefer new POSIX 200x interfaces over futimesat.
5938         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
5939         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
5940         when available.
5941         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
5942
5943 2008-05-28  Bruno Haible  <bruno@clisp.org>
5944
5945         * modules/stpcpy (License): Change to LGPLv2+.
5946         Requested by David Lutterkort <dlutter@redhat.com>.
5947
5948 2008-05-27  Bruno Haible  <bruno@clisp.org>
5949
5950         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
5951         current mingw.
5952         Reported by Jose E. Marchesi <jemarch@gnu.org>.
5953
5954 2008-05-27  Bruno Haible  <bruno@clisp.org>
5955
5956         * modules/iconv_open (Link): New section, from module 'iconv'.
5957         * modules/striconv (Link): Likewise.
5958         * modules/striconveh (Link): Likewise.
5959         * modules/xstriconv (Link): Likewise.
5960         * modules/unicodeio (Link): Likewise.
5961         * modules/propername (Link): Likewise.
5962         Reported by Jim Meyering.
5963
5964 2008-05-26  Jim Meyering  <meyering@redhat.com>
5965
5966         sha256: do not artificially restrict buffer length to be < 2^32
5967         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
5968         uint32_t to size_t.
5969         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
5970         to match.
5971
5972         avoid unaligned access errors, e.g., on sparc
5973         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
5974         direct access through a possibly-unaligned uint64* pointer.
5975         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
5976         direct access through a possibly-unaligned uint32* pointer.
5977         Prompted by this patch from Tom "spot" Callaway:
5978         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
5979
5980         sha512.c: fix typo in comment
5981         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
5982
5983 2008-05-25  Bruno Haible  <bruno@clisp.org>
5984
5985         * lib/set-mode-acl.c: Renamed from lib/acl.c.
5986         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
5987         (Makefile.am): Update lib_SOURCES.
5988
5989 2008-05-25  Bruno Haible  <bruno@clisp.org>
5990
5991         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
5992
5993 2008-05-25  Jim Meyering  <meyering@redhat.com>
5994
5995         useless-if-before-free: freed expr may have white-space differences
5996         * build-aux/useless-if-before-free: Recognize cases in which the
5997         freed expression differs from the tested one in embedded white
5998         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
5999         $1 was used, so we can't make any regexp shy.  Improved tests now
6000         detect this.
6001
6002         useless-if-before-free: accept white space in the expression.
6003         * build-aux/useless-if-before-free: For now, any white space
6004         in the expression must be identical in the free argument.
6005
6006         useless-if-before-free: efficiency tweak
6007         * build-aux/useless-if-before-free: Make the expression-matching
6008         regexp "shy".
6009         Make the *outer* regexp shy, not the expr-matching one.
6010
6011         update code-in-comment to accept cast of free arg
6012         * build-aux/useless-if-before-free: Update regexp.
6013
6014 2008-05-25  Bruno Haible  <bruno@clisp.org>
6015
6016         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
6017         * modules/copy-file-tests (Files, Makefile.am): Update.
6018         * tests/test-copy-file.c (func_test_copy): Update.
6019
6020 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
6021
6022         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
6023
6024 2008-05-23  Bruno Haible  <bruno@clisp.org>
6025
6026         Improve support for ACLs on OSF/1.
6027         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
6028         Remove fallback for unknown flavors of ACLs.
6029
6030 2008-05-22  Bruno Haible  <bruno@clisp.org>
6031
6032         Add support for ACLs on OSF/1.
6033         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
6034         replacements.
6035         (acl_free_text): New macro fallback.
6036         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
6037         acl_free.
6038         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
6039         acl_free_text function. Require AC_C_INLINE.
6040
6041 2008-05-22  Bruno Haible  <bruno@clisp.org>
6042
6043         Make copy_acl work on MacOS X 10.5.
6044         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
6045         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
6046         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
6047         If MODE_INSIDE_ACL, don't assume that every system has the same text
6048         representation for ACLs as FreeBSD.
6049         * lib/copy-acl.c (copy_acl): Add support for platforms with
6050         !MODE_INSIDE_ACL.
6051         * lib/file-has-acl.c (file_has_acl): Likewise.
6052         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
6053         FreeBSD, MacOS X, or IRIX, respectively.
6054
6055 2008-05-22  Bruno Haible  <bruno@clisp.org>
6056
6057         * lib/acl.h: Don't include <sys/acl.h>.
6058         (GETACLCNT): Move fallback to lib/acl-internal.h.
6059         * lib/acl-internal.h: Include <sys/acl.h> here.
6060         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
6061
6062 2008-05-22  Bruno Haible  <bruno@clisp.org>
6063
6064         Split off copy_acl function to separate file.
6065         * lib/copy-acl.c: New file, extracted from lib/acl.c.
6066         * lib/acl.c (copy_acl): Moved function to separate file.
6067         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
6068         * modules/acl (Files): Add lib/copy-acl.c.
6069         (Makefiles.am): Augment lib_SOURCES.
6070
6071 2008-05-22  Bruno Haible  <bruno@clisp.org>
6072
6073         * modules/copy-file-tests: New file.
6074         * tests/test-copy-file.sh: New file.
6075         * tests/test-copy-file.c: New file.
6076         * tests/test-copy-file-sameacls.c: New file.
6077
6078 2008-05-22  Eric Blake  <ebb9@byu.net>
6079
6080         Avoid gcc warning.
6081         * tests/test-memcmp.c (main): Pass NULL indirectly.
6082
6083 2008-05-21  Bruno Haible  <bruno@clisp.org>
6084
6085         Add reference doc about ACLs.
6086         * doc/acl-resources.txt: New file.
6087         * doc/acl-cygwin.txt: New file.
6088
6089 2008-05-21  Bruno Haible  <bruno@clisp.org>
6090
6091         Avoid one more warning from gcc.
6092         * lib/vasnprintf.c (IF_LINT): Update comments.
6093         (VASNPRINTF): Use it also for the 'prefix' array initializer.
6094
6095 2008-05-21  Jim Meyering  <meyering@redhat.com>
6096
6097         avoid a warning from gcc
6098         * lib/vasnprintf.c (IF_LINT): Define.
6099         (scale10_round_decimal_long_double):
6100         Use it to avoid a "may be used uninitialized" warning.
6101         (scale10_round_decimal_double): Likewise.
6102
6103 2008-05-21  Simon Josefsson  <simon@josefsson.org>
6104
6105         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
6106         declared.
6107
6108 2008-05-20  Bruno Haible  <bruno@clisp.org>
6109
6110         * tests/test-memcmp.c (main): Test also the sign of the result. Test
6111         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
6112
6113 2008-05-20  Simon Josefsson  <simon@josefsson.org>
6114
6115         * modules/memcmp-tests: New file.
6116         * tests/test-memcmp.c: New file.
6117
6118 2008-05-19  Bruno Haible  <bruno@clisp.org>
6119
6120         * modules/propername (Notice, configure.ac): Put quoted "..." into
6121         --keyword option.
6122         * lib/propername.h: Update comments accordingly.
6123         Reported by Eric Blake.
6124
6125 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
6126
6127         * modules/getpass-gnu (Depends-on): Add fseeko.
6128
6129 2008-05-19  Simon Josefsson  <simon@josefsson.org>
6130
6131         * modules/base64-tests: New file.
6132
6133 2008-05-19  Bo Borgerson <gigabo@gmail.com>
6134
6135         * lib/base64.c (base64_decode_ctx): If a decode context structure
6136         was passed in use it to ignore newlines.  If a context structure
6137         was _not_ passed in, continue to treat newlines as garbage (this
6138         is the historical behavior).  Formerly base64_decode.
6139         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
6140         takes a decode context structure.
6141         * lib/base64.h (base64_decode): Macro for four-argument calls.
6142         (base64_decode_alloc): Likewise.
6143         * lib/base64.c (base64_decode_ctx): If a decode context structure
6144         was passed in use it to ignore newlines.  If a context structure
6145         was _not_ passed in, continue to treat newlines as garbage (this
6146         is the historical behavior).  Formerly base64_decode.
6147         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
6148         takes a decode context structure.
6149         * lib/base64.h (base64_decode): Macro for four-argument calls.
6150         (base64_decode_alloc): Likewise.
6151
6152 2008-05-19  Jim Meyering  <meyering@redhat.com>
6153
6154         avoid a warning from gcc
6155         * lib/trim.c (IF_LINT): Define.
6156         (trim2): Use it to avoid a "may be used uninitialized" warning.
6157
6158         Fix doc typo.
6159         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
6160
6161 2008-05-19  Bruno Haible  <bruno@clisp.org>
6162
6163         * doc/glibc-functions/getpass.texi: Document limits of other
6164         implementations.
6165
6166 2008-05-19  Simon Josefsson  <simon@josefsson.org>
6167             Bruno Haible <bruno@clisp.org>
6168
6169         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
6170
6171 2008-05-18  Bruno Haible  <bruno@clisp.org>
6172
6173         * modules/propername: New file, from GNU gettext.
6174         * lib/propername.h: New file, from GNU gettext.
6175         * lib/propername.c: New file, from GNU gettext.
6176         * MODULES.html.sh (Internationalization functions): Add propername.
6177
6178 2008-05-16  Jim Meyering  <meyering@redhat.com>
6179             Bruno Haible  <bruno@clisp.org>
6180
6181         Avoid some warnings from "gcc -Wshadow".
6182         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
6183
6184 2008-05-15  Eric Blake  <ebb9@byu.net>
6185
6186         Extend previous patch to cygwin 1.7.0.
6187         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
6188         fast implementation in cygwin >= 1.7.0.
6189         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
6190         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
6191
6192 2008-05-15  Bruno Haible  <bruno@clisp.org>
6193
6194         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
6195         implementation in glibc >= 2.9.
6196         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
6197         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
6198
6199 2008-05-15  Bruno Haible  <bruno@clisp.org>
6200
6201         * MODULES.html.sh (Internationalization functions): Remove linebreak.
6202         (Unicode string functions): Add unilbrk/*.
6203         Reported by Karl Berry.
6204
6205 2008-05-15  Eric Blake  <ebb9@byu.net>
6206
6207         Fix violation of <stdbool.h> replacement in regex.
6208         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
6209         * lib/regexec.c (re_search_internal): Likewise.
6210         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
6211
6212 2008-05-15  Jim Meyering  <meyering@redhat.com>
6213
6214         avoid distracting test output when git or cvs is not found
6215         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
6216         * tests/test-vc-list-files-git.sh: Likewise.
6217
6218 2008-05-15  Eric Blake  <ebb9@byu.net>
6219
6220         Glibc finally accepted the memmem speedup code, bugzilla #5514.
6221         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
6222         glibc version.
6223         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
6224         * doc/posix-functions/strstr.texi (strstr): Likewise.
6225         * lib/str-two-way.h (MAX): Sychronize with glibc.
6226
6227 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
6228
6229         * lib/regcomp.c (optimize_utf8): Add a note on why we test
6230         opr.ctx_type.
6231         (calc_first): Initialize constraint field.
6232         (duplicate_node_closure): Use it instead of special casing ANCHORS.
6233         Fix grammar.
6234         (duplicate_node): Merge constraint field for all node types.
6235         (calc_eclosure_iter): Look at constraint field for all node types.
6236         * lib/regex_internal.c (create_cd_newstate): Don't look at
6237         opr.ctx_type.
6238
6239 2008-05-14  Bruno Haible  <bruno@clisp.org>
6240
6241         Help GCC to do better code generation.
6242         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
6243         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
6244         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
6245         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
6246         Declare with attribute 'malloc' if supported.
6247
6248 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
6249
6250         use "echo STR|wc -c" rather than unportable "expr length STR"
6251         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
6252         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
6253
6254 2008-05-14  Jim Meyering  <meyering@redhat.com>
6255
6256         use dd ibs=$n count=1 ... rather than less-portable head -c$n
6257         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
6258         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
6259         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
6260         via Collin Lasse.
6261
6262 2008-05-14  Eric Blake  <ebb9@byu.net>
6263
6264         Avoid quadratic growth in gl_LIBSOURCES.
6265         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
6266         Suggested by Bruno Haible.
6267
6268         Test xmemdup0.
6269         * modules/xmemdup0-tests: New file.
6270         * tests/test-xmemdup0.c: Likewise.
6271
6272 2008-05-13  Eric Blake  <ebb9@byu.net>
6273
6274         Split xmemdup0 into its own module.
6275         * modules/xmemdup0: New file.
6276         * lib/xmemdup0.h: Likewise.
6277         * lib/xmemdup0.c: Likewise.
6278         * MODULES.html.sh (Memory management functions): Add xmemdup0.
6279         * lib/xalloc.h (xmemdup0): Remove.
6280         * lib/xmalloc.c (xmemdup0): Likewise.
6281
6282 2008-05-13  Eric Blake  <ebb9@byu.net>
6283             Bruno Haible  <bruno@clisp.org>
6284
6285         Reduce number of forks required during autoconf.
6286         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
6287         and gl_LIBSOURCES_DIR.
6288         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
6289         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
6290         m4_syscmd per file.
6291         <m4_foreach_w>: Move...
6292         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
6293
6294 2008-05-13  Eric Blake  <ebb9@byu.net>
6295
6296         * gnulib-tool: Fix various comment typos.
6297
6298 2008-05-12  Bruno Haible  <bruno@clisp.org>
6299
6300         Tailor the linebreaking algorithm.
6301         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
6302
6303 2008-05-12  Bruno Haible  <bruno@clisp.org>
6304
6305         Update to Unicode 5.0.0.
6306         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
6307         LBP_JV, LBP_JT. Redistribute values.
6308         (unilbrk_table): Change size.
6309         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
6310         Unicode TR#14 rev. 22.
6311         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
6312         LBP_JV, LBP_JT. Redistribute values.
6313         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
6314         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
6315         Update.
6316         * lib/unilbrk/lbrkprop1.h: Regenerated.
6317         * lib/unilbrk/lbrkprop2.h: Regenerated.
6318         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
6319         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
6320         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
6321         Likewise.
6322         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
6323         Likewise.
6324         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
6325         result.
6326         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
6327         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
6328         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
6329         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
6330         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
6331         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
6332
6333 2008-05-11  Bruno Haible  <bruno@clisp.org>
6334
6335         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
6336
6337 2008-05-11  Bruno Haible  <bruno@clisp.org>
6338
6339         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
6340         * modules/unilbrk/gen-lbrk: New file.
6341
6342 2008-05-11  Bruno Haible  <bruno@clisp.org>
6343
6344         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
6345         * m4/sha512.m4 (gl_SHA512): Likewise.
6346
6347 2008-05-11  Jim Meyering  <meyering@redhat.com>
6348
6349         New modules: crypto/sha256, crypto/sha512 (from coreutils)
6350         * modules/crypto/sha256: New file.
6351         * modules/crypto/sha512: Likewise.
6352         * lib/sha256.c: Likewise.
6353         * lib/sha256.h: Likewise.
6354         * lib/sha512.c: Likewise.
6355         * lib/sha512.h: Likewise.
6356         * lib/u64.h: Likewise.
6357         * m4/sha256.m4: Likewise.
6358         * m4/sha512.m4: Likewise.
6359         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
6360
6361 2008-05-10  Bruno Haible  <bruno@clisp.org>
6362
6363         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
6364         (Input/Output <stdio.h>): Add xprintf.
6365         (Signal handling <signal.h>): Add strsignal.
6366         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
6367         (Core language properties): Add func.
6368         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
6369         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
6370         strings.
6371         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
6372         (Input/output): New section.
6373         (File system functions): Add openat-die, stat-macros.
6374         (Networking functions): Add sockets.
6375         (Unicode string functions): Add unictype/*.
6376         (Support for building libraries and executables): Add gperf.
6377         (Support for building documentation): Add agpl-3.0.
6378         (Misc): Add nocrash.
6379
6380 2008-05-10  Bruno Haible  <bruno@clisp.org>
6381
6382         * modules/unictype/gen-ctype: New file.
6383
6384 2008-05-10  Jim Meyering  <meyering@redhat.com>
6385
6386         Make chdir-safer.c more efficient on a system with no symlinks.
6387         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
6388         also if ELOOP is zero.  Suggested by Bruno Haible.
6389
6390         Make chdir-safer.c slightly safer.
6391         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
6392         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
6393
6394         Avoid compile failure on systems without ELOOP (like mingw).
6395         * lib/chdir-safer.c (ELOOP): Define if not already defined.
6396         Reported by Bruno Haible.
6397
6398 2008-05-10  Bruno Haible  <bruno@clisp.org>
6399
6400         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
6401         (is_utf8_encoding): Use a case-insensitive comparison.
6402         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
6403         streq.
6404
6405 2008-05-10  Bruno Haible  <bruno@clisp.org>
6406
6407         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
6408         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
6409         * lib/unilbrk/ulc-common.h (iconv_string_length,
6410         iconv_string_keeping_offsets): Remove declarations.
6411         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
6412         Don't include <iconv.h>, streq.h, xsize.h.
6413         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
6414         conversion.
6415         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
6416         <iconv.h>, streq.h, xsize.h.
6417         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
6418         conversion.
6419         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
6420         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
6421         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
6422         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
6423
6424 2008-05-10  Bruno Haible  <bruno@clisp.org>
6425
6426         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
6427         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
6428
6429         * modules/unilbrk/u32-width-linebreaks-tests: New file.
6430         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
6431
6432         * modules/unilbrk/u16-width-linebreaks-tests: New file.
6433         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
6434
6435         * modules/unilbrk/u8-width-linebreaks-tests: New file.
6436         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
6437
6438         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
6439         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
6440
6441         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
6442         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
6443
6444         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
6445         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
6446
6447         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
6448         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
6449
6450 2008-05-10  Bruno Haible  <bruno@clisp.org>
6451
6452         Split up 'linebreak' module.
6453         * lib/unilbrk.h: New file, based on lib/linebreak.h.
6454         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
6455         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
6456         modifications.
6457         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
6458         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
6459         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
6460         lib/linebreak.c.
6461         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
6462         lib/linebreak.c.
6463         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
6464         lib/linebreak.c.
6465         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
6466         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
6467         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
6468         lib/linebreak.c.
6469         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
6470         lib/linebreak.c.
6471         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
6472         lib/linebreak.c.
6473         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
6474         lib/linebreak.c.
6475         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
6476         lib/linebreak.c.
6477         * modules/unilbrk/base: New file.
6478         * modules/unilbrk/tables: New file.
6479         * modules/unilbrk/u8-possible-linebreaks: New file.
6480         * modules/unilbrk/u16-possible-linebreaks: New file.
6481         * modules/unilbrk/u32-possible-linebreaks: New file.
6482         * modules/unilbrk/ulc-common: New file.
6483         * modules/unilbrk/ulc-possible-linebreaks: New file.
6484         * modules/unilbrk/u8-width-linebreaks: New file.
6485         * modules/unilbrk/u16-width-linebreaks: New file.
6486         * modules/unilbrk/u32-width-linebreaks: New file.
6487         * modules/unilbrk/ulc-width-linebreaks: New file.
6488         * lib/linebreak.h: Remove file.
6489         * lib/linebreak.c: Remove file.
6490         * m4/linebreak.m4: Remove file.
6491         * modules/linebreak: Remove file.
6492         * NEWS: Mention the changes.
6493
6494 2008-05-09  Eric Blake  <ebb9@byu.net>
6495
6496         Add xmemdup0.
6497         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
6498         implementation.
6499         * lib/xmalloc.c (xmemdup0): New C implementation.
6500
6501 2008-05-08  Bruno Haible  <bruno@clisp.org>
6502
6503         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
6504
6505 2008-05-07  Eric Blake  <ebb9@byu.net>
6506
6507         Support cross-compilation of <wctype.h>.
6508         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
6509         AC_CACHE_CHECK.
6510
6511 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
6512
6513         * build-aux/vc-list-files: Add support for bzr.
6514
6515 2008-05-03  Jim Meyering  <meyering@redhat.com>
6516
6517         avoid failed assertion with tight malloc
6518         * tests/test-getndelim2.c: Correct an off-by-one assertion.
6519
6520 2008-05-03  Simon Josefsson  <simon@josefsson.org>
6521
6522         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
6523         are needed from arpa/inet.h.
6524         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
6525         Reported by Bruno Haible.
6526
6527 2008-05-02  Jim Meyering  <meyering@redhat.com>
6528
6529         avoid compilation error on FreeBSD 6
6530         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
6531
6532 2008-05-01  Jim Meyering  <meyering@redhat.com>
6533
6534         useless-if-before-free: correct --help's exit status description
6535         * build-aux/useless-if-before-free (usage): Like grep, exit 0
6536         for one or more matches, etc.  Reported by Bruno Haible.
6537
6538         vc-list-files: make the stand-alone gnulib test work
6539         * modules/vc-list-files-tests (configure.ac):
6540         Define and AC_SUBST abs_aux_dir.
6541         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
6542         $(abs_top_srcdir) to each script and having each of them
6543         duplicate the work of setting PATH, set PATH here, using
6544         the new variable, abs_aux_dir instead.
6545         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
6546         * tests/test-vc-list-files-git.sh: Likewise.
6547         Reported by Bruno Haible.
6548
6549 2008-05-01  Bruno Haible  <bruno@clisp.org>
6550
6551         * lib/getndelim2.c (getndelim2): Fix newsize computation during
6552         reallocation. Rename 'done' to 'found_delimiter'.
6553
6554 2008-05-01  Jim Meyering  <meyering@redhat.com>
6555
6556         vc-list-files: accommodate /bin/sh like the one from Solaris 10
6557         * build-aux/vc-list-files: Use `...`, not $(...).
6558
6559 2008-04-30  Jim Meyering  <meyering@redhat.com>
6560
6561         add tests for vc-list-files
6562         * modules/vc-list-files-tests: New module.
6563         * tests/test-vc-list-files-cvs.sh: New file.
6564         * tests/test-vc-list-files-git.sh: New file.
6565
6566         avoid a warning from gcc
6567         * lib/getndelim2.c (IF_LINT): Define.
6568         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
6569
6570         vc-list-files: work properly with build-aux/cvsu, too
6571         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
6572         to all cvs-based clauses.
6573
6574         vc-list-files: work properly in the CVS+awk case, too
6575         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
6576
6577         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
6578         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
6579         take more than one file argument, so .  Add quotes, just in case $dir
6580         ever contains a shell meta-character.  Prompted by Soren Hansen in
6581         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
6582
6583 2008-04-29  Eric Blake  <ebb9@byu.net>
6584
6585         Optimize getndelim2 to use block operations when possible.
6586         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
6587         freadseek, and memchr2.
6588         * lib/getndelim2.c (getndelim2): Use them for block reads.
6589
6590 2008-04-29  Bruno Haible  <bruno@clisp.org>
6591
6592         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
6593         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
6594         * modules/inet_ntop (Depends-on): Add extensions.
6595         * modules/inet_pton (Depends-on): Likewise.
6596         Reported by Simon Josefsson.
6597
6598 2008-04-29  Jim Meyering  <meyering@redhat.com>
6599
6600         When the is more than one match in a block, match all of them.
6601         * build-aux/useless-if-before-free: Iterate through each block
6602         until there are no more matches.
6603
6604         Fix broken useless-if-before-free script.
6605         * build-aux/useless-if-before-free: Fix typo: missing "?" after
6606         the expression to match cast of argument to free-like function.
6607
6608 2008-04-29  Eric Blake  <ebb9@byu.net>
6609
6610         Use new header.
6611         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
6612
6613 2008-04-29  Jim Meyering  <meyering@redhat.com>
6614
6615         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
6616         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
6617         by gnulib to exist and to declare e.g., inet_ntop.
6618         Don't include "inet_ntop.h", now removed.
6619
6620         * m4/arpa_inet_h.m4: Remove trailing blanks.
6621
6622 2008-04-29  Eric Blake  <ebb9@byu.net>
6623
6624         Silence valgrind on safe reads beyond potential array bounds.
6625         * lib/rawmemchr.valgrind: New file.
6626         * lib/strchrnul.valgrind: Likewise.
6627         * modules/rawmemchr (Files): Distribute new file.
6628         * modules/strchrnul (Files): Likewise.
6629         Suggested by Bruno Haible.
6630
6631 2008-04-29  Bruno Haible  <bruno@clisp.org>
6632
6633         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
6634         (inet_ntop, inet_pton): Change portability warning's wording.
6635         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
6636         Invoke gl_CHECK_NEXT_HEADERS.
6637         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
6638         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
6639         set ARPA_INET_H.
6640         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
6641         * modules/arpa_inet (Description): No longer only for systems that
6642         lack it.
6643         (Depends-on): Add include_next.
6644         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
6645         HAVE_ARPA_INET_H.
6646
6647 2008-04-29  Jim Meyering  <meyering@redhat.com>
6648
6649         * modules/mkdir (License): Re-license as LGPLv2+.
6650
6651 2008-04-29  Bruno Haible  <bruno@clisp.org>
6652
6653         * modules/rawmemchr (Maintainer): Set to Eric.
6654         * modules/strchrnul (Maintainer): Likewise.
6655
6656 2008-04-29  Simon Josefsson  <simon@josefsson.org>
6657
6658         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
6659         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
6660
6661         * modules/arpa_inet (arpa/inet.h): Use them.
6662
6663 2008-04-28  Eric Blake  <ebb9@byu.net>
6664
6665         Test getndelim2.
6666         * modules/getndelim2-tests: New file.
6667         * tests/test-getndelim2.c: Likewise.
6668         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
6669         stream.
6670         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
6671
6672         * MODULES.html.sh: Document new module.
6673
6674 2008-04-20  Bruno Haible  <bruno@clisp.org>
6675
6676         * lib/c-stack.c (die): Use raise.
6677         * modules/c-stack (Depends-on): Add raise.
6678
6679 2008-04-28  Bruno Haible  <bruno@clisp.org>
6680
6681         Expect rpmatch to be declared.
6682         * lib/yesno.c (rpmatch): Remove declaration.
6683
6684         Declare rpmatch.
6685         * lib/stdlib.in.h (rpmatch): New declaration.
6686         * lib/rpmatch.c: Include <stdlib.h> first.
6687         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
6688         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
6689         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
6690         HAVE_RPMATCH.
6691         * modules/rpmatch (Depends-on): Add stdlib, extensions.
6692         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
6693         (Include): Set to <stdlib.h>.
6694         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
6695         HAVE_RPMATCH.
6696         * NEWS: Document the change.
6697
6698 2008-04-28  Bruno Haible  <bruno@clisp.org>
6699
6700         Change rpmatch to use nl_langinfo when appropriate.
6701         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
6702         (N_): New macro.
6703         (localized_pattern): New function/macro.
6704         (try): Remove match, nomatch arguments. Copy the pattern into safe
6705         memory before caching it.
6706         (rpmatch): Use localized_pattern. Add translator comments.
6707         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
6708         Suggested by Eric Blake.
6709         * modules/rpmatch (Depends-on): Add stdbool.
6710
6711 2008-04-28  Eric Blake  <ebb9@byu.net>
6712
6713         Add rawmemchr module, matching glibc.
6714         * modules/string (Makefile.am): New indicator.
6715         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
6716         * lib/string.in.h (rawmemchr): Declare when appropriate.
6717         * modules/rawmemchr: New file.
6718         * m4/rawmemchr.m4: Likewise.
6719         * lib/rawmemchr.c: Likewise.
6720         * modules/rawmemchr-tests: Likewise.
6721         * tests/test-rawmemchr.c: Likewise.
6722         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
6723         module.
6724         * modules/strchrnul (Depends-on): Add rawmemchr.
6725         * lib/strchrnul.c (strchrnul): Optimize a corner case.
6726
6727         Whitespace cleanup.
6728         * tests/test-strchrnul.c: Reindent.
6729         * lib/strchrnul.c: Likewise.
6730
6731         Optimize and test strchrnul.
6732         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
6733         * modules/strchrnul-tests: New file.
6734         * tests/test-strchrnul.c: Likewise.
6735
6736         Remove intprops dependency.
6737         * modules/memchr (Depends-on): Remove intprops.
6738         * modules/memrchr (Depends-on): Likewise.
6739         * modules/memchr2 (Depends-on): Likewise.
6740         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
6741         * lib/memrchr.c (__memrchr): Likewise.
6742         * lib/memrchr2.c (memchr2): Likewise.
6743         Reported by Simon Josefsson.
6744
6745 2008-04-28  Simon Josefsson  <simon@josefsson.org>
6746
6747         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
6748         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6749
6750 2008-04-28  Simon Josefsson  <simon@josefsson.org>
6751
6752         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
6753
6754         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
6755
6756         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
6757
6758         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
6759         declarations.
6760         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
6761
6762         * m4/inet_pton.m4: Don't check for header files.
6763
6764         * m4/inet_ntop.m4: Don't check for header files.
6765
6766 2008-04-28  Simon Josefsson  <simon@josefsson.org>
6767
6768         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
6769         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
6770         trigger for cygwin).
6771         Reported by Bruno Haible  <bruno@clisp.org>.
6772
6773 2008-04-28  Bruno Haible  <bruno@clisp.org>
6774
6775         * doc/posix-functions/strdup.texi: Mention mingw problem.
6776
6777 2008-04-27  Bruno Haible  <bruno@clisp.org>
6778
6779         * modules/stat-time-tests (Depends-on): Add sleep.
6780         * tests/test-stat-time.c (force_unlink): New function.
6781         (cleanup): Use it.
6782         (test_mtime): Remove the ctime related tests.
6783         (test_ctime): New function, containing the ctime related tests.
6784         (main): Call test_ctime, except on native Windows platforms.
6785
6786 2008-04-27  Bruno Haible  <bruno@clisp.org>
6787
6788         * lib/rpmatch.c (rpmatch): Add some comments.
6789         Reported by James Youngman <jay@gnu.org>.
6790
6791 2008-04-27  Bruno Haible  <bruno@clisp.org>
6792
6793         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
6794         quiet NaNs.
6795
6796 2008-04-27  Bruno Haible  <bruno@clisp.org>
6797
6798         Make test-yesno.sh work on mingw.
6799         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
6800         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
6801         (main): Set stdin to binary mode.
6802         * modules/yesno-tests (Depends-on): Add binary-io.
6803
6804 2008-04-27  Bruno Haible  <bruno@clisp.org>
6805
6806         Fix 'isfinite' on x86, x86_64, ia64 platforms.
6807         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
6808         argument that lie outside the IEEE 854 domain.
6809         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
6810         (gl_ISFINITE): Use it.
6811         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
6812
6813 2008-04-27  Bruno Haible  <bruno@clisp.org>
6814
6815         Allow local renaming in config.h.
6816         * lib/memrchr.c (memrchr): Don't undefine outside libc.
6817
6818 2008-04-27  Bruno Haible  <bruno@clisp.org>
6819
6820         * lib/memchr.c (__memchr): Change type of 'i'.
6821         * lib/memchr2.c (memchr2): Likewise.
6822
6823 2008-04-26  Eric Blake  <ebb9@byu.net>
6824         and Bruno Haible  <bruno@clisp.org>
6825
6826         Optimize and test memrchr.
6827         * modules/memrchr (Depends-on): Add intprops.
6828         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
6829         * modules/memrchr-tests: New file.
6830         * tests/test-memrchr.c: New file.
6831
6832 2008-04-26  Bruno Haible  <bruno@clisp.org>
6833
6834         Add tentative support for DragonFly BSD.
6835         * lib/stdio-impl.h: Add macros for DragonFly BSD.
6836         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
6837         fp.
6838         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
6839         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
6840         * lib/fpurge.c (fpurge): Likewise.
6841         * lib/freadable.c (freaadable): Likewise.
6842         * lib/freadahead.c (freadahead): Likewise.
6843         * lib/freading.c (freading): Likewise.
6844         * lib/freadptr.c (freadptr): Likewise.
6845         * lib/freadseek.c (freadptrinc): Likewise.
6846         * lib/fseeko.c (fseeko): Likewise.
6847         * lib/fseterr.c (fseterr): Likewise.
6848         * lib/fwritable.c (fwritable): Likewise.
6849         * lib/fwriting.c (fwriting): Likewise.
6850
6851 2008-04-26  Bruno Haible  <bruno@clisp.org>
6852
6853         * lib/stdio-impl.h: New file.
6854         * lib/fbufmode.c: Include stdio-impl.h.
6855         (fbufmode): Use fp_, remove redundant #defines.
6856         * lib/fflush.c: Include stdio-impl.h.
6857         (clear_ungetc_buffer): Remove redundant #defines.
6858         * lib/fpurge.c: Include stdio-impl.h.
6859         (fpurge): Remove redundant #defines.
6860         * lib/freadable.c: Include stdio-impl.h.
6861         (freadable): Remove redundant #defines.
6862         * lib/freadahead.c: Include stdio-impl.h.
6863         (freadahead): Remove redundant #defines.
6864         * lib/freading.c: Include stdio-impl.h.
6865         (freading): Remove redundant #defines.
6866         * lib/freadptr.c: Include stdio-impl.h.
6867         (freadptr): Remove redundant #defines.
6868         * lib/freadseek.c: Include stdio-impl.h.
6869         (freadptrinc): Remove redundant #defines.
6870         * lib/fseeko.c: Include stdio-impl.h.
6871         (rpl_fseeko): Remove redundant #defines.
6872         * lib/fseterr.c: Include stdio-impl.h.
6873         (fseterr): Remove redundant #defines.
6874         * lib/fwritable.c: Include stdio-impl.h.
6875         (fwritable: Remove redundant #defines.
6876         * lib/fwriting.c: Include stdio-impl.h.
6877         (fwriting): Remove redundant #defines.
6878         * modules/fbufmode (Files): Add lib/stdio-impl.h.
6879         * modules/fflush (Files): Likewise.
6880         * modules/fpurge (Files): Likewise.
6881         * modules/freadable (Files): Likewise.
6882         * modules/freadahead (Files): Likewise.
6883         * modules/freading (Files): Likewise.
6884         * modules/freadptr (Files): Likewise.
6885         * modules/freadseek (Files): Likewise.
6886         * modules/fseeko (Files): Likewise.
6887         * modules/fseterr (Files): Likewise.
6888         * modules/fwritable (Files): Likewise.
6889         * modules/fwriting (Files): Likewise.
6890
6891 2008-04-26  Bruno Haible  <bruno@clisp.org>
6892
6893         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
6894         restore_seek_optimization, update_fpos_cache): New functions, extracted
6895         from rpl_fflush.
6896         (rpl_fflush): Use them.
6897         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
6898         (gl_REPLACE_FFLUSH): Use it.
6899
6900 2008-04-26  Bruno Haible  <bruno@clisp.org>
6901
6902         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
6903         on Solaris.
6904         * tests/test-xstrtoimax.sh: Likewise.
6905         * tests/test-xstrtoumax.sh: Likewise.
6906         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6907
6908 2008-04-26  Bruno Haible  <bruno@clisp.org>
6909
6910         * modules/memchr-tests: New file.
6911         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
6912
6913 2008-04-26  Eric Blake  <ebb9@byu.net>
6914             Bruno Haible  <bruno@clisp.org>
6915
6916         * lib/memchr.c: Include intprops.h.
6917         (__memchr): Optimize parallel detection of matching bytes. Rename local
6918         variables. Add explanatory comments.
6919
6920 2008-04-26  Bruno Haible  <bruno@clisp.org>
6921
6922         Fix module 'memchr', broken since 2000-10-28.
6923         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
6924
6925 2008-04-26  Bruno Haible  <bruno@clisp.org>
6926
6927         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
6928         comments.
6929
6930 2008-04-25  Eric Blake  <ebb9@byu.net>
6931
6932         Use native fstatat on cygwin 1.7.0.
6933         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
6934         first.
6935
6936 2008-04-23  Eric Blake  <ebb9@byu.net>
6937
6938         Improve memchr2 performance.
6939         * lib/memchr2.c (memchr2): Further optimize parallel detection of
6940         NUL bytes.
6941         * modules/memchr2 (Depends-on): Use intprops.h.
6942
6943 2008-04-23  Simon Josefsson  <simon@josefsson.org>
6944
6945         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
6946         an inline function instead of a CPP macro.  Patch by Ben Pfaff
6947         <blp@cs.stanford.edu>.
6948
6949 2008-04-23  Simon Josefsson  <simon@josefsson.org>
6950
6951         * lib/arpa_inet.in.h: New file.
6952
6953         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
6954         (Makefile.am): Sed in substitute header file.
6955
6956         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
6957         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
6958
6959         * modules/inet_ntop (configure.ac): Use
6960         gl_ARPA_INET_MODULE_INDICATOR.
6961
6962         * modules/inet_pton (configure.ac): Use
6963         gl_ARPA_INET_MODULE_INDICATOR.
6964
6965 2008-04-22  Jim Meyering  <meyering@redhat.com>
6966
6967         * modules/verify (License): Re-license as LGPLv2+.
6968
6969 2008-04-22  Simon Josefsson  <simon@josefsson.org>
6970
6971         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
6972         parameter to void* as per POSIX standard (MinGW uses char*).
6973
6974 2008-04-21  Bruno Haible  <bruno@clisp.org>
6975
6976         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
6977         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
6978         Define to replacements if REPLACE_ISWCNTRL is 1.
6979         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
6980         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
6981         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
6982         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
6983         what it fixes.
6984         * doc/posix-functions/iswalpha.texi: Likewise.
6985         * doc/posix-functions/iswblank.texi: Likewise.
6986         * doc/posix-functions/iswcntrl.texi: Likewise.
6987         * doc/posix-functions/iswdigit.texi: Likewise.
6988         * doc/posix-functions/iswgraph.texi: Likewise.
6989         * doc/posix-functions/iswlower.texi: Likewise.
6990         * doc/posix-functions/iswprint.texi: Likewise.
6991         * doc/posix-functions/iswpunct.texi: Likewise.
6992         * doc/posix-functions/iswspace.texi: Likewise.
6993         * doc/posix-functions/iswupper.texi: Likewise.
6994         * doc/posix-functions/iswxdigit.texi: Likewise.
6995         Reported by Alain Guibert.
6996
6997 2008-04-21  Bruno Haible  <bruno@clisp.org>
6998
6999         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
7000         Patch by Alain Guibert.
7001
7002 2008-04-21  Bruno Haible  <bruno@clisp.org>
7003
7004         Fix test failures on mingw.
7005         * tests/test-xstrtol.c (print_no_progname): New function.
7006         (main): Install it in error_print_progname hook.
7007         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
7008         * tests/test-xstrtoimax.sh: Likewise.
7009         * tests/test-xstrtoumax.sh: Likewise.
7010
7011 2008-04-21  Bruno Haible  <bruno@clisp.org>
7012
7013         Fix test failure on mingw.
7014         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
7015
7016 2008-04-21  Bruno Haible  <bruno@clisp.org>
7017
7018         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
7019         Actually assign a value.
7020
7021 2008-04-20  Bruno Haible  <bruno@clisp.org>
7022
7023         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
7024         take 2.
7025         * lib/canonicalize.c (canonicalize_file_name): Elide if the
7026         'canonicalize-lgpl' module is also used.
7027         * lib/canonicalize-lgpl.c: Undo last change.
7028         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
7029
7030 2008-04-20  Bruno Haible  <bruno@clisp.org>
7031
7032         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
7033         config.h. Provide _mkdir based fallback for mingw.
7034         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
7035         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
7036         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
7037         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
7038         rather than defining mkdir in config.h.
7039         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
7040         (gl_SYS_STAT_H_DEFAULTS): New macro.
7041         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
7042         HAVE_IO_H any more.
7043         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
7044         HAVE_DECL_MKDIR and HAVE_IO_H.
7045
7046 2008-04-20  Bruno Haible  <bruno@clisp.org>
7047
7048         * lib/isapipe.c: Port to native Windows platforms.
7049
7050 2008-04-20  Bruno Haible  <bruno@clisp.org>
7051
7052         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
7053
7054 2008-04-21  Eric Blake  <ebb9@byu.net>
7055
7056         Work around preprocessors that don't handle UINTMAX_MAX.
7057         * lib/memchr2.c (memchr2): Avoid embedded #if.
7058         Reported by Alain Guibert, fix suggested by Bruno Haible.
7059
7060 2008-04-21  Simon Josefsson  <simon@josefsson.org>
7061
7062         * doc/posix-functions/strftime.texi (strftime): Explain better
7063         Windows incompatibility.  Suggested by Micah Cowan
7064         <micah@cowan.name>.
7065
7066 2008-04-20  Bruno Haible  <bruno@clisp.org>
7067
7068         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
7069         unistr/u8-mblen.
7070
7071 2008-04-20  Bruno Haible  <bruno@clisp.org>
7072
7073         Fix test failure on platforms with non-GNU iconv.
7074         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
7075         (U_TO_U8): Use it, rather than u16_to_u8.
7076         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
7077         units at the end of the input string.
7078         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
7079
7080 2008-04-20  Bruno Haible  <bruno@clisp.org>
7081
7082         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
7083         when the resulting length is 0.
7084         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
7085
7086 2008-04-20  Bruno Haible  <bruno@clisp.org>
7087
7088         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
7089         works.
7090         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
7091
7092 2008-04-20  Bruno Haible  <bruno@clisp.org>
7093
7094         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
7095         * modules/tsearch-tests (configure.ac): Test for initstate function.
7096
7097 2008-04-20  Bruno Haible  <bruno@clisp.org>
7098
7099         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
7100         for nlink_t if missing.
7101         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
7102
7103 2008-04-19  Bruno Haible  <bruno@clisp.org>
7104
7105         Work around snprintf bug on Linux libc5.
7106         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
7107         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
7108         gl_SNPRINTF_SIZE1.
7109         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
7110         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
7111         that test failed.
7112         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
7113         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
7114         * modules/snprintf (Files): Add m4/printf.m4.
7115         * modules/vsnprintf (Files): Likewise.
7116         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
7117         * doc/posix-functions/vsnprintf.texi: Likewise.
7118
7119 2008-04-19  Bruno Haible  <bruno@clisp.org>
7120
7121         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
7122         from 0.0058 to less than 10^-7.
7123
7124 2008-04-19  Bruno Haible  <bruno@clisp.org>
7125
7126         Fix rounding when a precision is given.
7127         * lib/vasnprintf.c (is_borderline): New function.
7128         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
7129         9...9x.
7130         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
7131         %e, %g.
7132         * tests/test-vasprintf-posix.c (test_function): Likewise.
7133         * tests/test-snprintf-posix.h (test_function): Likewise.
7134         * tests/test-sprintf-posix.h (test_function): Likewise.
7135         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
7136         * tests/test-printf-posix.h (test_function): Likewise.
7137         * tests/test-printf-posix.output: Update.
7138         Reported by John Darrington <john@darrington.wattle.id.au> via
7139         Ben Pfaff <blp@cs.stanford.edu>.
7140
7141 2008-04-18  Simon Josefsson  <simon@josefsson.org>
7142
7143         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
7144         Suggested by Bruno Haible <bruno@clisp.org>.
7145
7146 2008-04-17  Bruno Haible  <bruno@clisp.org>
7147
7148         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
7149         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
7150         implementation.
7151         Patch by Bruce Merry <bmerry@gmail.com>.
7152
7153 2008-04-17  Simon Josefsson  <simon@josefsson.org>
7154
7155         * doc/posix-functions/strftime.texi (strftime): Mention that %e
7156         doesn't work under Windows.
7157
7158 2008-04-16  Bruno Haible  <bruno@clisp.org>
7159
7160         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
7161         New macros.
7162         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
7163         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
7164         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
7165         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
7166         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
7167         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
7168         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
7169         macros.
7170         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
7171         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
7172         Northern Sotho, Uighur.
7173
7174 2008-04-16  Bruno Haible  <bruno@clisp.org>
7175
7176         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
7177         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
7178         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
7179         Reported by Daniel Bergström <daniel@octocode.com>.
7180
7181 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
7182             Bruno Haible  <bruno@clisp.org>
7183
7184         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
7185         function.
7186         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
7187         New functions, mostly extracted from gl_locale_name_default.
7188         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
7189
7190 2008-04-16  Eric Blake  <ebb9@byu.net>
7191
7192         Adjust strtod detection to catch glibc 2.7 bug.
7193         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
7194         Reported by John Gatewood Ham.
7195
7196 2008-04-16  Bruno Haible  <bruno@clisp.org>
7197
7198         Add tentative support for Linux libc5.
7199         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
7200         * lib/fpurge.c (fpurge): Likewise.
7201         * lib/freadable.c (freadable): Likewise.
7202         * lib/freadahead.c (freadahead): Likewise.
7203         * lib/freading.c (freading): Likewise.
7204         * lib/freadptr.c (freadptr): Likewise.
7205         * lib/freadseek.c (freadptrinc): Likewise.
7206         * lib/fseeko.c (rpl_fseeko): Likewise.
7207         * lib/fseterr.c (fseterr): Likewise.
7208         * lib/fwritable.c (fwritable): Likewise.
7209         * lib/fwriting.c (fwriting): Likewise.
7210         Reported by Alain Guibert <alguibert+bts@free.fr>.
7211
7212 2008-04-15  Bruno Haible  <bruno@clisp.org>
7213
7214         * modules/mathl (configure.ac): Define module indicator.
7215
7216 2008-04-15  Bruno Haible  <bruno@clisp.org>
7217
7218         * lib/logl.c (logl): Remove unused variables.
7219
7220 2008-04-15  Bruno Haible  <bruno@clisp.org>
7221
7222         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
7223         fails.
7224
7225 2008-04-15  Bruno Haible  <bruno@clisp.org>
7226
7227         * lib/trim.c (trim2): Fix argument of isspace() macro.
7228
7229 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
7230
7231         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
7232         to 0.
7233         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
7234
7235 2008-04-14  Bruno Haible  <bruno@clisp.org>
7236
7237         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
7238         AC_LANG_PROGRAM argument.
7239         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
7240         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
7241         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
7242         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
7243         * m4/math_h.m4 (gl_MATH_H): Likewise.
7244         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
7245         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
7246         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
7247         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
7248         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
7249         * m4/regex.m4 (gl_REGEX): Likewise.
7250         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
7251         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
7252         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
7253         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
7254         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
7255         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
7256         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
7257         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
7258
7259 2008-04-14  Jim Meyering  <meyering@redhat.com>
7260
7261         test-strtod: fix typos: s/abs/fabs/
7262         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
7263
7264 2008-04-13  Bruno Haible  <bruno@clisp.org>
7265
7266         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
7267         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
7268         module is also used and while not building the reloc-wrapper.
7269
7270 2008-04-13  Bruno Haible  <bruno@clisp.org>
7271
7272         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
7273
7274 2008-04-13  Bruno Haible  <bruno@clisp.org>
7275
7276         Fix AIX compilation failure introduced on 2008-04-02.
7277         * tests/test-frexp.c (exp): Undefine before redefining.
7278         * tests/test-frexpl.c (exp): Likewise.
7279
7280 2008-04-13  Bruno Haible  <bruno@clisp.org>
7281
7282         Work around a HP-UX stdio bug.
7283         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
7284         * tests/test-ftello.c (main): Likewise.
7285         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
7286         * doc/posix-functions/ftello.texi: Likewise.
7287
7288 2008-04-13  Bruno Haible  <bruno@clisp.org>
7289
7290         Make test-signbit pass on HP-UX/hppa.
7291         * tests/test-signbit.c (minus_zerol): New variable.
7292         (test_signbitl): Use it.
7293
7294 2008-04-13  Bruno Haible  <bruno@clisp.org>
7295
7296         Make truncl work on OSF/1 4.0.
7297         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
7298         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
7299         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
7300         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
7301         HAVE_DECL_TRUNCL.
7302         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
7303         HAVE_DECL_TRUNCL.
7304         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
7305
7306 2008-04-13  Bruno Haible  <bruno@clisp.org>
7307
7308         * lib/unictype.h: Remove trailing comma from enumeration definitions.
7309
7310 2008-04-13  Bruno Haible  <bruno@clisp.org>
7311
7312         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
7313         expression, so as to avoid HP-UX 11 cc compiler bug.
7314
7315 2008-04-13  Bruno Haible  <bruno@clisp.org>
7316
7317         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
7318
7319 2008-04-13  Bruno Haible  <bruno@clisp.org>
7320
7321         * lib/git-merge-changelog.c: Remove empty declaration outside of
7322         functions.
7323
7324 2008-04-13  Bruno Haible  <bruno@clisp.org>
7325
7326         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
7327
7328 2008-04-13  Bruno Haible  <bruno@clisp.org>
7329
7330         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
7331         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
7332         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
7333         also if it exists but lacks definitions of the SHUT_* macros.
7334         * modules/sys_socket (Description): Update.
7335         Reported by Elbert Pol <e.pol@chello.nl>.
7336
7337 2008-04-13  Bruno Haible  <bruno@clisp.org>
7338
7339         * lib/localcharset.c (OS2): Don't redefine if already defined.
7340         Reported by Elbert Pol <e.pol@chello.nl>.
7341
7342 2008-04-13  Bruno Haible  <bruno@clisp.org>
7343
7344         * lib/binary-io.h [__EMX__]: Include <io.h>.
7345         Reported by Elbert Pol <e.pol@chello.nl>.
7346
7347 2008-04-12  Bruno Haible  <bruno@clisp.org>
7348
7349         * lib/fpucw.h: Enable the definitions also for x86_64.
7350         Needed for NetBSD/x86_64.
7351         Reported by Thomas Klausner <tk@giga.or.at>.
7352
7353 2008-04-12  Bruno Haible  <bruno@clisp.org>
7354
7355         * tests/test-strtod.c: Include isnand.h.
7356         (main): Use isnand instead of isnan.
7357         Reported by Jim Meyering.
7358
7359 2008-04-12  Bruno Haible  <bruno@clisp.org>
7360
7361         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
7362         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
7363
7364 2008-04-12  Jim Meyering  <meyering@redhat.com>
7365
7366         * m4/math_h.m4 (gl_MATH_H): Fix typos.
7367
7368 2008-04-12  Bruno Haible  <bruno@clisp.org>
7369
7370         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
7371         Reported by Elbert Pol <e.pol@chello.nl>.
7372
7373 2008-04-12  Eric Blake  <ebb9@byu.net>
7374
7375         Work around Solaris 10 math.h bug.
7376         * m4/math_h.m4 (gl_MATH_H): Check for bug.
7377         (gl_MATH_H_DEFAULTS): Set up default.
7378         * modules/math (Makefile.am): Replace new indicators.
7379         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
7380         * tests/test-math.c (main): Test this.
7381         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
7382         * doc/posix-headers/math.texi (math.h): Mention bug.
7383         Reported by Nelson H. F. Beebe and Jim Meyering.
7384
7385 2008-04-11  Bruno Haible  <bruno@clisp.org>
7386
7387         Adapt to future versions of Apple GCC.
7388         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
7389         Reported by Peter O'Gorman <peter@pogma.com>.
7390
7391 2008-04-11  Bruno Haible  <bruno@clisp.org>
7392
7393         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
7394
7395 2008-04-11  Bruno Haible  <bruno@clisp.org>
7396
7397         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
7398
7399         * modules/getaddrinfo-tests (Makefile.am): Define
7400         test_getaddrinfo_LDADD.
7401
7402 2008-04-11  Bruno Haible  <bruno@clisp.org>
7403
7404         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
7405         (init): Fix syntax error.
7406         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
7407         is declared.
7408
7409 2008-04-11  Bruno Haible  <bruno@clisp.org>
7410
7411         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
7412         * modules/glob (Depends-on): Add stdbool.
7413
7414 2008-04-11  Bruno Haible  <bruno@clisp.org>
7415
7416         * lib/trim.c: Include <string.h>.
7417
7418 2008-04-11  Eric Blake  <ebb9@byu.net>
7419
7420         Avoid compile failure on OS/2.
7421         * lib/regex_internal.h (internal_function): Disable optimization
7422         on OS/2 (__EMX__), where it caused compiler error.
7423         Reported by Elbert Pol.
7424
7425 2008-04-11  Bruno Haible  <bruno@clisp.org>
7426
7427         Flush the standard error stream before aborting. Needed on mingw.
7428         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
7429         * tests/test-array_list.c (ASSERT): Likewise.
7430         * tests/test-array_oset.c (ASSERT): Likewise.
7431         * tests/test-avltree_list.c (ASSERT): Likewise.
7432         * tests/test-avltree_oset.c (ASSERT): Likewise.
7433         * tests/test-avltreehash_list.c (ASSERT): Likewise.
7434         * tests/test-binary-io.c (ASSERT): Likewise.
7435         * tests/test-byteswap.c (ASSERT): Likewise.
7436         * tests/test-c-ctype.c (ASSERT): Likewise.
7437         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
7438         * tests/test-c-strcasestr.c (ASSERT): Likewise.
7439         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
7440         * tests/test-c-strstr.c (ASSERT): Likewise.
7441         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
7442         * tests/test-canonicalize.c (ASSERT): Likewise.
7443         * tests/test-carray_list.c (ASSERT): Likewise.
7444         * tests/test-ceilf1.c (ASSERT): Likewise.
7445         * tests/test-ceilf2.c (ASSERT): Likewise.
7446         * tests/test-ceill.c (ASSERT): Likewise.
7447         * tests/test-count-one-bits.c (ASSERT): Likewise.
7448         * tests/test-fbufmode.c (ASSERT): Likewise.
7449         * tests/test-fflush2.c (ASSERT): Likewise.
7450         * tests/test-floorf1.c (ASSERT): Likewise.
7451         * tests/test-floorf2.c (ASSERT): Likewise.
7452         * tests/test-floorl.c (ASSERT): Likewise.
7453         * tests/test-fopen.c (ASSERT): Likewise.
7454         * tests/test-fpending.c (ASSERT): Likewise.
7455         * tests/test-fprintf-posix.c (ASSERT): Likewise.
7456         * tests/test-fpurge.c (ASSERT): Likewise.
7457         * tests/test-freadable.c (ASSERT): Likewise.
7458         * tests/test-freadahead.c (ASSERT): Likewise.
7459         * tests/test-freading.c (ASSERT): Likewise.
7460         * tests/test-freadptr.c (ASSERT): Likewise.
7461         * tests/test-freadptr2.c (ASSERT): Likewise.
7462         * tests/test-freadseek.c (ASSERT): Likewise.
7463         * tests/test-freopen.c (ASSERT): Likewise.
7464         * tests/test-frexp.c (ASSERT): Likewise.
7465         * tests/test-frexpl.c (ASSERT): Likewise.
7466         * tests/test-fseek.c (ASSERT): Likewise.
7467         * tests/test-fseeko.c (ASSERT): Likewise.
7468         * tests/test-fstrcmp.c (ASSERT): Likewise.
7469         * tests/test-ftell.c (ASSERT): Likewise.
7470         * tests/test-ftello.c (ASSERT): Likewise.
7471         * tests/test-func.c (ASSERT): Likewise.
7472         * tests/test-fwritable.c (ASSERT): Likewise.
7473         * tests/test-fwriting.c (ASSERT): Likewise.
7474         * tests/test-getdelim.c (ASSERT): Likewise.
7475         * tests/test-getline.c (ASSERT): Likewise.
7476         * tests/test-i-ring.c (ASSERT): Likewise.
7477         * tests/test-iconv-utf.c (ASSERT): Likewise.
7478         * tests/test-iconv.c (ASSERT): Likewise.
7479         * tests/test-isfinite.c (ASSERT): Likewise.
7480         * tests/test-isnand.c (ASSERT): Likewise.
7481         * tests/test-isnanf.c (ASSERT): Likewise.
7482         * tests/test-isnanl.h (ASSERT): Likewise.
7483         * tests/test-ldexpl.c (ASSERT): Likewise.
7484         * tests/test-linked_list.c (ASSERT): Likewise.
7485         * tests/test-linkedhash_list.c (ASSERT): Likewise.
7486         * tests/test-localename.c (ASSERT): Likewise.
7487         * tests/test-lseek.c (ASSERT): Likewise.
7488         * tests/test-mbscasecmp.c (ASSERT): Likewise.
7489         * tests/test-mbscasestr1.c (ASSERT): Likewise.
7490         * tests/test-mbscasestr2.c (ASSERT): Likewise.
7491         * tests/test-mbscasestr3.c (ASSERT): Likewise.
7492         * tests/test-mbscasestr4.c (ASSERT): Likewise.
7493         * tests/test-mbschr.c (ASSERT): Likewise.
7494         * tests/test-mbscspn.c (ASSERT): Likewise.
7495         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
7496         * tests/test-mbspbrk.c (ASSERT): Likewise.
7497         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
7498         * tests/test-mbsrchr.c (ASSERT): Likewise.
7499         * tests/test-mbsspn.c (ASSERT): Likewise.
7500         * tests/test-mbsstr1.c (ASSERT): Likewise.
7501         * tests/test-mbsstr2.c (ASSERT): Likewise.
7502         * tests/test-mbsstr3.c (ASSERT): Likewise.
7503         * tests/test-memchr2.c (ASSERT): Likewise.
7504         * tests/test-memmem.c (ASSERT): Likewise.
7505         * tests/test-open.c (ASSERT): Likewise.
7506         * tests/test-printf-frexp.c (ASSERT): Likewise.
7507         * tests/test-printf-frexpl.c (ASSERT): Likewise.
7508         * tests/test-printf-posix.c (ASSERT): Likewise.
7509         * tests/test-quotearg.c (ASSERT): Likewise.
7510         * tests/test-rbtree_list.c (ASSERT): Likewise.
7511         * tests/test-rbtree_oset.c (ASSERT): Likewise.
7512         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
7513         * tests/test-round1.c (ASSERT): Likewise.
7514         * tests/test-roundf1.c (ASSERT): Likewise.
7515         * tests/test-roundl.c (ASSERT): Likewise.
7516         * tests/test-signbit.c (ASSERT): Likewise.
7517         * tests/test-sleep.c (ASSERT): Likewise.
7518         * tests/test-snprintf-posix.c (ASSERT): Likewise.
7519         * tests/test-snprintf.c (ASSERT): Likewise.
7520         * tests/test-sprintf-posix.c (ASSERT): Likewise.
7521         * tests/test-stat-time.c (ASSERT): Likewise.
7522         * tests/test-strcasestr.c (ASSERT): Likewise.
7523         * tests/test-strerror.c (ASSERT): Likewise.
7524         * tests/test-striconv.c (ASSERT): Likewise.
7525         * tests/test-striconveh.c (ASSERT): Likewise.
7526         * tests/test-striconveha.c (ASSERT): Likewise.
7527         * tests/test-strsignal.c (ASSERT): Likewise.
7528         * tests/test-strstr.c (ASSERT): Likewise.
7529         * tests/test-strtod.c (ASSERT): Likewise.
7530         * tests/test-trunc1.c (ASSERT): Likewise.
7531         * tests/test-trunc2.c (ASSERT): Likewise.
7532         * tests/test-truncf1.c (ASSERT): Likewise.
7533         * tests/test-truncf2.c (ASSERT): Likewise.
7534         * tests/test-truncl.c (ASSERT): Likewise.
7535         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
7536         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
7537         * tests/test-vasnprintf.c (ASSERT): Likewise.
7538         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
7539         * tests/test-vasprintf.c (ASSERT): Likewise.
7540         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
7541         * tests/test-vprintf-posix.c (ASSERT): Likewise.
7542         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
7543         * tests/test-vsnprintf.c (ASSERT): Likewise.
7544         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
7545         * tests/test-wcwidth.c (ASSERT): Likewise.
7546         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
7547         * tests/test-xprintf-posix.c (ASSERT): Likewise.
7548         * tests/test-xvasprintf.c (ASSERT): Likewise.
7549         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
7550         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
7551         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
7552         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
7553         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
7554         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
7555         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
7556         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
7557         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
7558         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
7559         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
7560         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
7561         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
7562         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
7563         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
7564         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
7565         * tests/unictype/test-block_list.c (ASSERT): Likewise.
7566         * tests/unictype/test-block_of.c (ASSERT): Likewise.
7567         * tests/unictype/test-block_test.c (ASSERT): Likewise.
7568         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
7569         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
7570         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
7571         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
7572         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
7573         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
7574         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
7575         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
7576         * tests/unictype/test-combining.c (ASSERT): Likewise.
7577         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
7578         * tests/unictype/test-digit.c (ASSERT): Likewise.
7579         * tests/unictype/test-mirror.c (ASSERT): Likewise.
7580         * tests/unictype/test-numeric.c (ASSERT): Likewise.
7581         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
7582         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
7583         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
7584         * tests/unictype/test-scripts.c (ASSERT): Likewise.
7585         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
7586         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
7587         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
7588         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
7589         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
7590         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
7591         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
7592         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
7593         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
7594         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
7595         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
7596         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
7597         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
7598         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
7599         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
7600         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
7601         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
7602         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
7603         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
7604         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
7605         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
7606         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
7607         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
7608         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
7609         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
7610         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
7611         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
7612         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
7613         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
7614         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
7615         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
7616         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
7617         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
7618         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
7619         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
7620         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
7621         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
7622         Reported by Eric Blake.
7623
7624 2008-04-11  Bruno Haible  <bruno@clisp.org>
7625
7626         * lib/wchar.in.h: Tweak comment.
7627
7628 2008-04-11  Bruno Haible  <bruno@clisp.org>
7629
7630         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
7631         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
7632         gl_COMMON.
7633         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
7634
7635 2008-04-11  Bruno Haible  <bruno@clisp.org>
7636
7637         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
7638
7639 2008-04-11  Simon Josefsson  <simon@josefsson.org>
7640
7641         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
7642         of attempting to use non-existing /dev/*random.  Based on patch
7643         from Adam Strzelecki <ono@java.pl> in
7644         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
7645
7646 2008-04-08  Bruno Haible  <bruno@clisp.org>
7647
7648         Add tentative support for emx+gcc.
7649         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
7650         * lib/fpurge.c (fpurge): Likewise.
7651         * lib/freadable.c (freadable): Likewise.
7652         * lib/freadahead.c (freadahead): Likewise.
7653         * lib/freading.c (freading): Likewise.
7654         * lib/freadptr.c (freadptr): Likewise.
7655         * lib/freadseek.c (freadptrinc): Likewise.
7656         * lib/fseeko.c (rpl_fseeko): Likewise.
7657         * lib/fseterr.c (fseterr): Likewise.
7658         * lib/fwritable.c (fwritable): Likewise.
7659         * lib/fwriting.c (fwriting): Likewise.
7660         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
7661
7662 2008-04-09  Eric Blake  <ebb9@byu.net>
7663
7664         Avoid some autoconf warnings.
7665         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
7666         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
7667         * m4/afs.m4 (gl_AFS): Likewise.
7668         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
7669         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
7670         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
7671         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
7672         (gl_INTEGER_TYPE_SUFFIX): Likewise.
7673         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
7674         (AC_CHECK_DECLS_ONCE): Likewise.
7675         Rename file...
7676         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
7677         gnulib-tool requires autoconf 2.59 or better.
7678         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
7679
7680 2008-04-08  Eric Blake  <ebb9@byu.net>
7681
7682         Use 'git describe --match' if present (added in git 1.5.5).
7683         * build-aux/git-version-gen: Limit result to tags that match 'v*'
7684         if possible.
7685
7686 2008-04-08  Bruno Haible  <bruno@clisp.org>
7687
7688         Add tentative support for OpenServer.
7689         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
7690         _ptr, _cnt.
7691         * lib/fpurge.c (fpurge): Likewise.
7692         * lib/freadable.c (freadable): Likewise.
7693         * lib/freadahead.c (freadahead): Likewise.
7694         * lib/freading.c (freading): Likewise.
7695         * lib/freadptr.c (freadptr): Likewise.
7696         * lib/freadseek.c (freadptrinc): Likewise.
7697         * lib/fseeko.c (rpl_fseeko): Likewise.
7698         * lib/fseterr.c (fseterr): Likewise.
7699         * lib/fwritable.c (fwritable): Likewise.
7700         * lib/fwriting.c (fwriting): Likewise.
7701         Reported by Roger Cornelius <rac@tenzing.org> and
7702         Brian K. White <brian@aljex.com>.
7703
7704 2008-04-06  Jim Meyering  <meyering@redhat.com>
7705
7706         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
7707
7708 2008-04-06  Bruno Haible  <bruno@clisp.org>
7709
7710         Avoid possible error with non-ASCII bytes in UTF-8 locales.
7711         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
7712         * tests/test-printf-posix.sh: Likewise.
7713         * tests/test-vfprintf-posix.sh: Likewise.
7714         * tests/test-vprintf-posix.sh: Likewise.
7715         * tests/test-xprintf-posix.sh: Likewise.
7716
7717 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7718
7719         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
7720         hide error from 'ls', needed on OS/2.
7721         Report by Elbert Pol <elbert.pol@gmail.com>.
7722
7723 2008-04-04  Eric Blake  <ebb9@byu.net>
7724
7725         Make test-fseeko.c failures meaningful.
7726         * tests/test-fseeko.c: Print line number on failure.
7727         * tests/test-fseek.c: Likewise.
7728         Reported by Nelson H. F. Beebe.
7729
7730         Improve strtod bug detection check.
7731         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
7732         required for Solaris 10.
7733         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
7734
7735 2008-04-04  Bruno Haible  <bruno@clisp.org>
7736
7737         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
7738         by m4/setenv.m4.
7739
7740 2008-04-03  Eric Blake  <ebb9@byu.net>
7741
7742         Ensure sane .version contents.
7743         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
7744         version string.
7745         * build-aux/git-version-gen: Improve documentation.
7746
7747         Make GNU make output nicer.
7748         * top/GNUmakefile [!_have-Makefile]: Add dependency on
7749         MAKECMDGOALS to enforce message for all command line targets.  Set
7750         srcdir for use in maint.mk.
7751
7752         Another maintainer tweak.
7753         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
7754         a target that regenerates version.
7755
7756 2008-04-03  Jim Meyering  <meyering@redhat.com>
7757
7758         vc-list-files: don't cause coreutils "make po-check" failure
7759         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
7760
7761 2008-04-03  Eric Blake  <ebb9@byu.net>
7762
7763         Allow VPATH usage of vc-list-files.
7764         * build-aux/vc-list-files (scriptversion): Add timestamp.
7765         (options): Add --help, --version, -C.
7766         (CVS): Support installed cvsu.
7767
7768 2008-04-02  Bruno Haible  <bruno@clisp.org>
7769
7770         Avoid some "statement with no effect" warnings from gcc.
7771         * tests/test-wctype.c (main): Explicitly ignore unused values.
7772         Reported by Jim Meyering.
7773
7774 2008-04-02  Jim Meyering  <meyering@redhat.com>
7775
7776         Avoid some warnings from "gcc -Wshadow".
7777         * tests/test-frexp.c (exp): Define to a different identifier.
7778         * tests/test-frexpl.c (exp): Likewise.
7779
7780 2008-04-03  Jim Meyering  <meyering@redhat.com>
7781
7782         bootstrap: remove dangling *.[ch] symlinks from lib
7783         * build-aux/bootstrap [dangling symlink removal]: Move find's
7784         -depth option to precede all others, to avoid a warning.
7785         Remove *.[ch] files too, and from "$source_base" (usually lib/).
7786
7787 2008-04-02  Bruno Haible  <bruno@clisp.org>
7788
7789         Avoid some warnings from "gcc -Wshadow".
7790         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
7791         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
7792         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
7793         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
7794         Reported by Jim Meyering.
7795
7796 2008-04-01  Bruno Haible  <bruno@clisp.org>
7797
7798         Fix test to work on IRIX 6.5 with cc.
7799         * tests/test-math.c (numeric_equal): New function.
7800         (main): Use it.
7801
7802 2008-04-01  Bruno Haible  <bruno@clisp.org>
7803
7804         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
7805
7806 2008-04-01  Bruno Haible  <bruno@clisp.org>
7807
7808         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
7809         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
7810         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
7811         (Depends-on): Remove math.
7812
7813         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
7814         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
7815         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
7816         (Depends-on): Remove math.
7817
7818         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
7819         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
7820         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
7821         (Depends-on): Remove math.
7822         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
7823         (Depends-on): Remove math.
7824
7825         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
7826         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
7827         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
7828         (Depends-on): Remove math.
7829         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
7830         (Depends-on): Remove math.
7831
7832         * tests/test-round1.c: Include nan.h.
7833         (main): Use NaNd instead of NAN.
7834         * modules/round-tests (Files): Add tests/nan.h.
7835
7836         * tests/test-trunc1.c: Include nan.h.
7837         (main): Use NaNd instead of NAN.
7838         * modules/trunc-tests (Files): Add tests/nan.h.
7839
7840         * tests/test-roundf1.c: Include nan.h.
7841         (main): Use NaNf instead of NAN.
7842         * modules/roundf-tests (Files): Add tests/nan.h.
7843
7844         * tests/test-truncf1.c: Include nan.h.
7845         (main): Use NaNf instead of NAN.
7846         * modules/truncf-tests (Files): Add tests/nan.h.
7847
7848         * tests/test-ceilf1.c: Include nan.h.
7849         (main): Use NaNf instead of NAN.
7850         * modules/ceilf-tests (Files): Add tests/nan.h.
7851
7852         * tests/test-floorf1.c: Include nan.h.
7853         (main): Use NaNf instead of NAN.
7854         * modules/floorf-tests (Files): Add tests/nan.h.
7855
7856         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
7857         (main): Use NaNf instead of NAN.
7858         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
7859
7860         * tests/test-isnand.c: Include nan.h instead of <math.h>.
7861         (main): Use NaNd instead of NAN.
7862         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
7863
7864         * tests/test-frexp.c: Include nan.h.
7865         (main): Use NaNd instead of NAN.
7866         * modules/frexp-tests (Files): Add tests/nan.h.
7867
7868         * lib/isnan.c: Don't include <math.h>.
7869         (FUNC): Don't use NAN macro.
7870         * modules/isnand-nolibm (Depends-on): Remove math.
7871         * modules/isnanf-nolibm (Depends-on): Remove math.
7872         * modules/isnanl (Depends-on): Remove math.
7873         * modules/isnanl-nolibm (Depends-on): Remove math.
7874
7875         * tests/nan.h: New file.
7876
7877 2008-04-01  Eric Blake  <ebb9@byu.net>
7878
7879         Fix typos.
7880         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
7881         values to be the right type.
7882
7883         For now, cater to gnulib strtod inaccuracies.
7884         * tests/test-strtod.c (main): Allow 1-ulp error on expected
7885         fractional results.  While not as nice from a QoI perspective, it
7886         is a quicker patch than correctly implementing decimal to binary
7887         rounding.
7888
7889 2008-03-31  Eric Blake  <ebb9@byu.net>
7890
7891         Guarantee a definition of NAN.
7892         * lib/math.in.h (NAN): Define if missing.
7893         * tests/test-math.c (main): Test it.
7894         * doc/posix-headers/math.texi (math.h): Document this.
7895         * lib/isnan.c (rpl_isnand): Use it.
7896         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
7897         * tests/test-floorf1.c (NaN): Likewise.
7898         * tests/test-frexp.c (NaN): Likewise.
7899         * tests/test-isnand.c (NaN): Likewise.
7900         * tests/test-isnanf.c (NaN): Likewise.
7901         * tests/test-round1.c (NaN): Likewise.
7902         * tests/test-roundf1.c (NaN): Likewise.
7903         * tests/test-snprintf-posix.h (NaN): Likewise.
7904         * tests/test-sprintf-posix.h (NaN): Likewise.
7905         * tests/test-trunc1.c (NaN): Likewise.
7906         * tests/test-truncf1.c (NaN): Likewise.
7907         * tests/test-vasnprintf-posix.c (NaN): Likewise.
7908         * tests/test-vasprintf-posix.c (NaN): Likewise.
7909         * modules/isnand-nolibm (Depends-on): Add math.
7910         * modules/isnanf-nolibm (Depends-on): Likewise.
7911         * modules/isnanl (Depends-on): Likewise.
7912         * modules/isnanl-nolibm (Depends-on): Likewise.
7913         * modules/snprintf-posix-tests (Depends-on): Likewise.
7914         * modules/sprintf-posix-tests (Depends-on): Likewise.
7915         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
7916         * modules/vsprintf-posix-tests (Depends-on): Likewise.
7917         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
7918         * modules/vasprintf-posix-tests (Depends-on): Likewise.
7919
7920 2008-03-31  Bruno Haible  <bruno@clisp.org>
7921
7922         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
7923         * doc/posix-functions/strtod.texi: Likewise.
7924
7925 2008-03-31  Bruno Haible  <bruno@clisp.org>
7926
7927         * tests/test-strtod.c (main): Don't use C99 syntax.
7928
7929 2008-03-31  Bruno Haible  <bruno@clisp.org>
7930
7931         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
7932         Reported by Eric Blake.
7933
7934 2008-03-31  Jim Meyering  <meyering@redhat.com>
7935
7936         Don't compare actual signbit return values.
7937         * tests/test-strtod.c (main): Rather, compare only their
7938         zero/non-zero nature.
7939
7940 2008-03-31  Eric Blake  <ebb9@byu.net>
7941
7942         More strtod documentation.
7943         * doc/posix-functions/strtod.texi (strtod): Interpret more test
7944         failures as distinct bugs.
7945
7946 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
7947
7948         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
7949         Problem reported by Erik Benada in
7950         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
7951
7952 2008-03-30  Bruno Haible  <bruno@clisp.org>
7953
7954         * tests/test-strtod.c: Add comments about which assertion fails on which
7955         platform.
7956         * doc/posix-functions/strtod.texi: Add info about many more platforms.
7957
7958 2008-03-30  Eric Blake  <ebb9@byu.net>
7959
7960         Test signbit behavior on zeros.
7961         * tests/test-signbit.c (test_signbitf): Add tests for zero.
7962         (test_signbitd, test_signbitl): Likewise.
7963
7964         More strtod touchups.
7965         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
7966         sign of negative underflow, for now.  Use .5, not .1.
7967         * doc/posix-functions/strtod.texi (strtod): Mention these
7968         limitations.
7969         Reported by Jim Meyering.
7970
7971 2008-03-30  Bruno Haible  <bruno@clisp.org>
7972
7973         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
7974         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
7975
7976 2008-03-30  Bruno Haible  <bruno@clisp.org>
7977
7978         Avoid failure when attempting to return empty iconv results on some
7979         platforms.
7980         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
7981         allocation, don't report ENOMEM when the resulting string is empty.
7982
7983 2008-03-30  Bruno Haible  <bruno@clisp.org>
7984
7985         Fix buffer overrun.
7986         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
7987         Don't consider the width for tmp_length. Check count against tmp_length
7988         before doing the padding. Ensure enough allocation during padding.
7989
7990 2008-03-30  Eric Blake  <ebb9@byu.net>
7991
7992         strtod touchups.
7993         * lib/strtod.c (strtod): Avoid compiler warnings.
7994         Reported by Jim Meyering.
7995
7996 2008-03-30  Bruno Haible  <bruno@clisp.org>
7997
7998         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
7999         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
8000         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
8001         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
8002         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
8003         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
8004         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
8005         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
8006
8007         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
8008         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
8009         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
8010         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
8011         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
8012         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
8013         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
8014         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
8015
8016         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
8017         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
8018         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
8019         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
8020         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
8021         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
8022         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
8023         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
8024
8025         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
8026         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
8027
8028         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
8029         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
8030
8031         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
8032         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
8033
8034         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
8035         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
8036         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
8037
8038         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
8039         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
8040         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
8041
8042         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
8043         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
8044         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
8045
8046         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
8047         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
8048         * modules/vasprintf (Depends-on): Add EOVERFLOW.
8049
8050         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
8051         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
8052         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
8053         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
8054         (Depends-on): Add EOVERFLOW.
8055         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
8056         (Depends-on): Add EOVERFLOW.
8057         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
8058         (Depends-on): Add EOVERFLOW.
8059         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
8060         (Depends-on): Add EOVERFLOW.
8061         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
8062         (Depends-on): Add EOVERFLOW.
8063         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
8064         (Depends-on): Add EOVERFLOW.
8065         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
8066         (Depends-on): Add EOVERFLOW.
8067         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
8068         (Depends-on): Add EOVERFLOW.
8069
8070         * lib/sprintf.c (EOVERFLOW): Remove fallback.
8071         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
8072         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
8073
8074         * lib/snprintf.c (EOVERFLOW): Remove fallback.
8075         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
8076         * modules/snprintf (Depends-on): Add EOVERFLOW.
8077
8078         * lib/poll.c (EOVERFLOW): Remove fallback.
8079         * modules/poll (Depends-on): Add EOVERFLOW.
8080
8081         * lib/getugroups.c (EOVERFLOW): Remove fallback.
8082         * modules/getugroups (Depends-on): Add EOVERFLOW.
8083
8084         * lib/getdelim.c (EOVERFLOW): Remove fallback.
8085         * modules/getdelim (Depends-on): Add EOVERFLOW.
8086
8087         * lib/ftell.c (EOVERFLOW): Remove fallback.
8088         * modules/ftell (Depends-on): Add EOVERFLOW.
8089
8090         * lib/fprintf.c (EOVERFLOW): Remove fallback.
8091         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
8092         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
8093
8094         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
8095
8096         * modules/EOVERFLOW-tests: New file.
8097         * tests/test-EOVERFLOW.c: New file.
8098
8099         * modules/EOVERFLOW: New file.
8100         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
8101
8102 2008-03-30  Bruno Haible  <bruno@clisp.org>
8103
8104         Fix bug introduced on 2007-06-10.
8105         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
8106         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
8107
8108 2008-03-30  Bruno Haible  <bruno@clisp.org>
8109
8110         Improve freadseek's efficiency after ungetc.
8111         * lib/freadseek.c: Include freadahead.h.
8112         (freadptrinc): New function, extracted from freadseek.
8113         (freadseek): Use it in a loop. Use freadahead to determine the number
8114         of loop iterations.
8115         * modules/freadseek (Depends-on): Add freadahead.
8116         (configure.ac): Require AC_C_INLINE.
8117
8118 2008-03-30  Bruno Haible  <bruno@clisp.org>
8119
8120         * lib/freadseek.c (freadseek): Don't ignore the return value of
8121         freadptr.
8122
8123 2008-03-29  Eric Blake  <ebb9@byu.net>
8124
8125         Add hex float support.
8126         * modules/strtod (Depends-on): Add c-ctype.
8127         (Link): Mention POW_LIB.
8128         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
8129         whitespace between 'e' and exponent.
8130         * tests/test-strtod.c (main): Enable hex float tests.
8131         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
8132         now provides.
8133
8134         Document various strtod bugs, with some fixes.
8135         * doc/posix-functions/strtod.texi (strtod): Document bugs with
8136         "-0x", "inf", "nan", and hex constants.
8137         * doc/posix-functions/atof.texi (atof): Likewise.
8138         * modules/stdlib (Makefile.am): Support strtod.
8139         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
8140         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
8141         detect additional strtod bugs.
8142         * lib/stdlib.in.h (rpl_strtod): Add declarations.
8143         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
8144         bool where appropriate.  Parse 'inf' and 'nan'.
8145         * tests/test-strtod.c: New file.
8146         * modules/strtod (Depends-on): Add stdbool, stdlib.
8147         (configure.ac): Turn on module indicator.
8148         * modules/strtod-tests: New module.
8149
8150 2008-03-29  Eric Blake  <ebb9@byu.net>
8151
8152         Fix ftell on mingw.
8153         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
8154         * modules/ftell-tests (Depends-on): Add binary-io.
8155         * modules/ftello-tests (Depends-on): Likewise.
8156         * tests/test-ftell.c (main): Enhance test to cover behavior after
8157         ungetc.  Enforce binary mode.
8158         * tests/test-ftello.c (main): Likewise.
8159
8160         Pass test-freadseek on cygwin.
8161         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
8162         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
8163         ungetc buffer.
8164
8165         * tests/test-fflush2.c (main): Fix typo.
8166
8167 2008-03-29  Bruno Haible  <bruno@clisp.org>
8168
8169         * tests/test-fflush2.c (main): Temporarily disable the contents of
8170         this test.
8171         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
8172         Reported by Eric Blake.
8173
8174 2008-03-28  Simon Josefsson  <simon@josefsson.org>
8175
8176         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
8177         (GC_SHA224_DIGEST_SIZE): Add.
8178
8179         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
8180         (gc_hash_digest_length): Likewise.
8181         (gc_hash_buffer): Likewise.
8182
8183 2008-03-25  Bruno Haible  <bruno@clisp.org>
8184
8185         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
8186         detail which gettext release to use.
8187         Reported by Simon Josefsson.
8188
8189 2008-03-26  Jim Meyering  <meyering@redhat.com>
8190
8191         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
8192         * modules/gnumakefile (clean-GNUmakefile): Also, use
8193         test ... && ... || : syntax rather than if-then ... fi.
8194
8195         gnumakefile: Don't double-quote-expand $(VPATH) value.
8196         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
8197
8198 2008-03-24  Eric Blake  <ebb9@byu.net>
8199
8200         Alter GNUmakefile to install into top directory.
8201         * modules/maintainer-makefile: Split, and add dependency...
8202         * modules/gnumakefile: to this new module.
8203         * build-aux/GNUmakefile: Move...
8204         * top/GNUmakefile: ...here.
8205         * build-aux/maint.mk: Move...
8206         * top/maint.mk: ...here.
8207         * MODULES.html.sh (Support for maintaining...): Document new
8208         module.
8209
8210 2008-03-23  Bruno Haible  <bruno@clisp.org>
8211
8212         * gnulib-tool: New options --vc-files, --no-vc-files.
8213         (func_usage): Document them.
8214         (vc_files): New variable.
8215         (func_import): Consider vc_files.
8216         (func_create_testdir): Set vc_files to empty.
8217         Suggested by Jim Meyering and Karl Berry.
8218
8219 2008-03-23  Bruno Haible  <bruno@clisp.org>
8220
8221         Fix regex compilation error on HP-UX 11.
8222         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
8223         * modules/regex (Files): Add m4/mbstate_t.m4.
8224         Reported by Ton Voon <ton.voon@altinity.com>.
8225
8226 2008-03-23  Bruno Haible  <bruno@clisp.org>
8227
8228         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
8229
8230 2008-03-23  Eric Blake  <ebb9@byu.net>
8231             Bruno Haible  <bruno@clisp.org>
8232
8233         Install files from top/ in the destination directory.
8234         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
8235         augmentation also for the files from top/.
8236         (func_import, func_create_testdir): Rewrite file names:
8237         top/filename -> filename.
8238
8239 2008-03-23  Bruno Haible  <bruno@clisp.org>
8240
8241         Tweak "gnulib --version" output.
8242         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
8243
8244 2008-03-23  Bruno Haible  <bruno@clisp.org>
8245
8246         Tweak "gnulib --version" output.
8247         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
8248         rather than contents of ChangeLog, when possible.
8249
8250 2008-03-21  Eric Blake  <ebb9@byu.net>
8251
8252         More --version tweaks.
8253         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
8254         date of last ChangeLog entry.
8255
8256 2008-03-21  Jim Meyering  <meyering@redhat.com>
8257
8258         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
8259
8260 2008-03-20  Eric Blake  <ebb9@byu.net>
8261
8262         VPATH fix.
8263         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
8264
8265 2008-03-20  Simon Josefsson  <simon@josefsson.org>
8266
8267         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
8268         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
8269
8270 2008-03-20  Eric Blake  <ebb9@byu.net>
8271
8272         Sync GNUmakefile with coreutils.
8273         * build-aux/GNUmakefile (have-Makefile): Rename...
8274         (_have-Makefile): ...to this, for namespace consideration.
8275         (GNUmakefile.cfg): Include, if present.
8276         (_autoreconf): Define a default.
8277         (_is-dist-target): New rule for rebuilds to pick up intra-release
8278         version.
8279         (maint-cfg.mk): Rename...
8280         (cfg.mk): ...to this.
8281
8282 2008-03-18  Jim Meyering  <meyering@redhat.com>
8283
8284         New script and module: mktempd
8285         * MODULES.html.sh (maint+release support): Add mktempd.
8286         * build-aux/mktempd: New file.
8287         * modules/mktempd: New file.
8288
8289 2008-03-15  Jim Meyering  <meyering@redhat.com>
8290
8291         Undo last change.
8292         * lib/sha1.c, lib/md5.c: 63 != ~63.
8293         Reported by Andreas Schwab.
8294
8295         sha1.c, md5.c: Hoist a redundant expression.
8296         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
8297         "ctx->buflen" only once, before calling *_process_block.
8298         * lib/md5.c (md5_process_bytes): Likewise.
8299
8300 2008-03-14  Eric Blake  <ebb9@byu.net>
8301
8302         Bump copyright year in files generated by gnulib-tool.
8303         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
8304         gnulib-tool, rather than hard-coding it.
8305
8306         Fix 'gnulib-tool --version' output to work with git.
8307         * gnulib-tool (func_gnulib_dir): New function, extracted from...
8308         (startup): ...here.
8309         (func_version): Use it to invoke git-version-gen, rather than
8310         relying on CVS keyword expansion.  Modernize wording.
8311         (cvsdatestamp, last_checkin_date, version): Kill unused
8312         variables.
8313
8314 2008-03-12  Jim Meyering  <meyering@redhat.com>
8315
8316         Recognize optional cast of the argument to free.
8317         * build-aux/useless-if-before-free: Update regexps.
8318
8319         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
8320
8321 2008-03-11  Bruno Haible  <bruno@clisp.org>
8322
8323         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
8324         by a single package.
8325         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
8326         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
8327         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
8328         Reported by Sam Steingold <sds@gnu.org>.
8329
8330 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
8331
8332         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
8333         repositories.
8334
8335 2008-03-11  Bruno Haible  <bruno@clisp.org>
8336
8337         Avoid conflicts between local macro definitions.
8338         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
8339         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
8340
8341 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
8342             Bruno Haible  <bruno@clisp.org>
8343
8344         Make va_copy work with some version of xlc on AIX 5.1.
8345         * lib/stdarg.in.h: New file.
8346         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
8347         On AIX, use a <stdarg.h> file substitute.
8348         * modules/stdarg (Files): Add lib/stdarg.in.h.
8349         (Depends-on): Add include_next.
8350         (Makefile.am): Build a stdarg.h substitute if requested.
8351         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
8352
8353 2008-03-10  Bruno Haible  <bruno@clisp.org>
8354
8355         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
8356         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
8357         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
8358
8359 2008-03-10  Bruno Haible  <bruno@clisp.org>
8360
8361         * modules/stdlib (Depends-on): Add include_next, remove
8362         absolute-header.
8363
8364 2008-03-09  Bruno Haible  <bruno@clisp.org>
8365
8366         * lib/freadahead.h (freadahead): Document more precisely.
8367         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
8368         the sum of both buffer sizes.
8369         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
8370         * NEWS: Document the change.
8371
8372 2008-03-09  Bruno Haible  <bruno@clisp.org>
8373
8374         Extend freadptr to return also the buffer size.
8375         * lib/freadptr.h (freadptr): Add sizep argument.
8376         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
8377         (freadptr): Add sizep argument. Determine buffer size like freadahead
8378         does.
8379         * tests/test-freadptr.c: Don't include freadahead.h.
8380         (main): Adapt for new calling convention of freadptr.
8381         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
8382         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
8383         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
8384         tests/test-freadptr2.sh.
8385         (Depends): Remove freadahead.
8386         (TESTS): Add test-freadptr2.sh.
8387         (check_PROGRAMS): Add test-freadptr2.
8388
8389 2008-03-09  Bruno Haible  <bruno@clisp.org>
8390
8391         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
8392         Report and solution by Simon Josefsson.
8393
8394 2008-03-06  Bruno Haible  <bruno@clisp.org>
8395
8396         Make fflush after ungetc work on BSD platforms.
8397         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
8398         * tests/test-fflush2.c: New file.
8399         * tests/test-fflush2.sh: New file.
8400         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
8401         tests/test-fflush2.c.
8402         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
8403         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
8404
8405 2008-03-06  Eric Blake  <ebb9@byu.net>
8406
8407         Likewise for ftello.
8408         * modules/ftello (Dependencies): Add extensions.
8409         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
8410
8411 2008-03-06  Bruno Haible  <bruno@clisp.org>
8412
8413         * modules/fseeko (Dependencies): Add extensions.
8414         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
8415         Needed on glibc systems.
8416
8417 2008-03-06  Bruno Haible  <bruno@clisp.org>
8418
8419         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
8420         email address.
8421         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
8422
8423 2008-03-06  Bruno Haible  <bruno@clisp.org>
8424
8425         * users.txt: Add libgnupdf.
8426
8427 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
8428
8429         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
8430         (Header File Substitutes, Function Substitutes,
8431         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
8432         (Build robot for gnulib): Fix typo.
8433
8434 2008-03-06  Bruno Haible  <bruno@clisp.org>
8435
8436         * doc/gnulib-tool.texi (VCS Issues): Small updates.
8437         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
8438
8439 2008-03-06  Bruno Haible  <bruno@clisp.org>
8440
8441         * doc/func.texi: New file, extracted from doc/gnulib.texi.
8442         * doc/gnulib.texi: Include it.
8443
8444 2008-03-06  Simon Josefsson  <simon@josefsson.org>
8445
8446         * modules/func (License): Change license to unlimited; there was
8447         no LGPL parts in the module anyway.
8448
8449 2008-03-06  Simon Josefsson  <simon@josefsson.org>
8450
8451         * modules/__func__: Renamed to modules/func.
8452         * modules/__func__-tests: Renamed to modules/func-tests.
8453         * tests/test-__func__.c: Renamed to tests/test-func.c.
8454         * m4/__func__.m4: Renamed to m4/func.m4.
8455         * doc/gnulib.texi (__func__): Section renamed to func.
8456         Suggested by Eric Blake <ebb9@byu.net>.
8457
8458 2008-03-06  Simon Josefsson  <simon@josefsson.org>
8459
8460         * doc/gnulib.texi (__func__): Use C99 terminology when talking
8461         about __func__.  Make example self-contained.  Suggested by Eric
8462         Blake <ebb9@byu.net>.
8463
8464         * tests/test-__func__.c (main): Avoid extraneous () around __func.
8465         Suggested by Eric Blake <ebb9@byu.net>.
8466
8467 2008-03-06  Simon Josefsson  <simon@josefsson.org>
8468
8469         * modules/__func__: New file.
8470         * modules/__func__-tests: New file.
8471         * tests/test-__func__.c: New file.
8472         * m4/__func__.m4: New file.
8473         * doc/gnulib.texi (__func__): Document __func__ module.
8474
8475 2008-03-05  Simon Josefsson  <simon@josefsson.org>
8476
8477         * modules/byteswap (License): Re-license as LGPLv2+.
8478
8479 2008-03-05  Simon Josefsson  <simon@josefsson.org>
8480
8481         * doc/Makefile: Add pdf target.
8482
8483 2008-03-05  Simon Josefsson  <simon@josefsson.org>
8484
8485         * modules/inline (License): Use 'unlimited', since there are only
8486         *.m4 files in this module.
8487
8488 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
8489             Bruno Haible  <bruno@clisp.org>
8490
8491         Add support for HP C 7.1 on OpenVMS 8.3.
8492         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
8493
8494 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
8495
8496         Update VMS specifics.
8497         * lib/getopt.c [VMS]: Remove include of unixlib.h.
8498
8499 2008-03-02  Jim Meyering  <meyering@redhat.com>
8500
8501         Remove the last dependency on the "free" module.
8502         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
8503         Reported by Bob Proulx.
8504
8505         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
8506
8507         Remove useless "if" tests before free.  Deprecate "free" module.
8508         * doc/posix-functions/free.texi: Mention that this
8509         module is no longer useful.
8510         * modules/free (Notice): Say this module is obsolete.
8511         * modules/readutmp (Depends-on): Remove free.
8512         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
8513         * lib/putenv.c (putenv): Likewise.
8514         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
8515         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
8516         * tests/test-c-strcasestr.c (main): Likewise.
8517         * tests/test-c-strstr.c (main): Likewise.
8518         * tests/test-mbscasestr1.c (main): Likewise.
8519         * tests/test-mbscasestr2.c (main): Likewise.
8520         * tests/test-mbsstr1.c (main): Likewise.
8521         * tests/test-mbsstr2.c (main): Likewise.
8522         * tests/test-memmem.c (main): Likewise.
8523         * tests/test-strcasestr.c (main): Likewise.
8524         * tests/test-striconv.c (main): Likewise.
8525         * tests/test-striconveh.c (main): Likewise.
8526         * tests/test-striconveha.c (main): Likewise.
8527         * tests/test-strstr.c (main): Likewise.
8528
8529         * build-aux/git-version-gen: Adjust a comment and the Usage string.
8530
8531         bootstrap: sync from coreutils again
8532         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
8533
8534 2008-03-01  Jim Meyering  <meyering@redhat.com>
8535
8536         bootstrap: sync from coreutils
8537         * build-aux/bootstrap (update_po_files): Copy a .po file into place
8538         also when the target doesn't exist.
8539
8540 2008-03-01  Eric Blake  <ebb9@byu.net>
8541
8542         Fix bugs in last patch.
8543         * lib/memchr2.c (memchr2): Fix typo.
8544         * tests/test-memchr2.c: Test previous bug, and don't use GNU
8545         extension.
8546         Reported by Bruce Korb.
8547
8548         New module 'memchr2'.
8549         * modules/memchr2: New file.
8550         * modules/memchr2-tests: Likewise.
8551         * lib/memchr2.h: Likewise.
8552         * lib/memchr2.c: Likewise, based on memchr.c.
8553         * tests/test-memchr2.c: New test.
8554         * MODULES.html.sh (String handling): Add memchr2.
8555
8556 2008-02-29  Bruno Haible  <bruno@clisp.org>
8557
8558         * modules/freadseek-tests: New file.
8559         * tests/test-freadseek.sh: New file.
8560         * tests/test-freadseek.c: New file.
8561
8562         New module 'freadseek'.
8563         * modules/freadseek: New file.
8564         * lib/freadseek.h: New file.
8565         * lib/freadseek.c: New file.
8566         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
8567
8568 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
8569
8570         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
8571         wydawca.
8572
8573         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
8574         program_invocation_name and program_invocation_short_name are
8575         present.
8576
8577 2008-02-28  Bruno Haible  <bruno@clisp.org>
8578
8579         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
8580         * tests/test-freadptr.sh: Also test non-seekable stdin.
8581
8582 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
8583
8584         * build-aux/bootstrap (source_base, m4_base)
8585         (doc_base, tests_base): New variables.
8586         (gnulib_tool_options): Do not hardcode base directories, use
8587         the above variables instead.
8588
8589 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
8590
8591         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
8592
8593 2008-02-28  Bruno Haible  <bruno@clisp.org>
8594
8595         * modules/freadptr-tests: New file.
8596         * tests/test-freadptr.sh: New file.
8597         * tests/test-freadptr.c: New file.
8598
8599         New module 'freadptr'.
8600         * modules/freadptr: New file.
8601         * lib/freadptr.h: New file.
8602         * lib/freadptr.c: New file.
8603         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
8604
8605 2008-02-26  Karl Berry  <karl@freefriends.org>
8606
8607         Sync from Libtool:
8608         * libltdl/argz.c (argz_add, argz_count): New functions.
8609         * libltdl/argz.in.h: Declare them.
8610         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
8611
8612 2008-02-22  Bruno Haible  <bruno@clisp.org>
8613
8614         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
8615         is a pointer type.  Needed for HP-UX 10.
8616         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
8617         * doc/posix-functions/gmtime_r.texi: Likewise.
8618         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
8619
8620 2008-02-24  Bruno Haible  <bruno@clisp.org>
8621
8622         * modules/environ-tests: New file.
8623         * tests/test-environ.c: New file.
8624
8625         New module 'environ'.
8626         * modules/environ: New file.
8627         * lib/unistd.in.h (environ): New declaration.
8628         * m4/environ.m4: New file.
8629         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
8630         after use.
8631         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
8632         HAVE_DECL_ENVIRON.
8633         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
8634         HAVE_DECL_ENVIRON.
8635         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
8636         wrong claim that 'environ' is missing on some systems.
8637         * modules/execute (Depends-on): Add environ.
8638         * lib/execute.c (environ): Remove fallback declaration.
8639         * modules/pipe (Depends-on): Add environ.
8640         * lib/pipe.c (environ): Remove fallback declaration.
8641         * modules/setenv (Depends-on): Add environ.
8642         * lib/setenv.c (environ): Remove fallback declaration.
8643         * modules/unsetenv (Depends-on): Add environ.
8644         * lib/unsetenv.c (environ): Remove fallback declaration.
8645         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
8646         m4/environ.m4.
8647         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
8648         (gl_PREREQ_UNSETENV): Likewise.
8649
8650 2008-02-24  Bruno Haible  <bruno@clisp.org>
8651
8652         * doc/posix-functions/environ.texi: Document the MacOS X problem.
8653
8654 2008-02-20  Bob Proulx  <bob@proulx.com>
8655
8656         Enable use of older two part flavor 'git describe'.
8657         * build-aux/git-version-gen: If using the older two part flavor of
8658         git version then recreate the third part now present in the
8659         newer three part flavor of git describe.
8660
8661 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
8662
8663         * lib/fts.c (fts_build): Typo correction to comment.
8664
8665 2008-02-17  Bruno Haible  <bruno@clisp.org>
8666
8667         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
8668         generating no-op conflicts.
8669
8670 2008-02-17  Bruno Haible  <bruno@clisp.org>
8671
8672         Speed up by 10%.
8673         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
8674         result_entries, rather than an index-based loop.
8675
8676 2008-02-17  Bruno Haible  <bruno@clisp.org>
8677
8678         Speed up by 25%.
8679         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
8680         'hashcode_cached'.
8681         (entry_create): New function.
8682         (entry_hashcode): Use the cached hashcode if possible.
8683         (read_changelog_file, try_split_merged_entry): Use entry_create.
8684
8685 2008-02-17  Bruno Haible  <bruno@clisp.org>
8686
8687         Speed up from O(n^2) to O(n) for long ChangeLog files.
8688         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
8689         (read_changelog_file): Change implementation of entries_reversed list
8690         to rbtreehash.
8691         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
8692
8693 2008-02-17  Bruno Haible  <bruno@clisp.org>
8694
8695         New option --split-merged-entry.
8696         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
8697         (find_paragraph_end, try_split_merged_entry): New functions.
8698         (long_options): Add option --split-merged-entry.
8699         (usage): Document option --split-merged-entry.
8700         (main): Implement option --split-merged-entry.
8701         Reported by Eric Blake.
8702
8703 2008-02-17  Bruno Haible  <bruno@clisp.org>
8704
8705         * lib/git-merge-changelog.c: Include c-strstr.h.
8706         (main): Support the "git pull --rebase" situation.
8707         * modules/git-merge-changelog (Depends-on): Add c-strstr.
8708         Reported by Eric Blake.
8709
8710 2008-02-16  Eric Blake  <ebb9@byu.net>
8711
8712         Avoid doubling \ in common case of "c-maybe" quoting style.
8713         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
8714         eliding outer quotes.
8715         * lib/quotearg.h: Document this.
8716         * tests/test-quotearg.c (result_strings, inputs, results_g)
8717         (flag_results, locale_results): Test it by adding a new string to
8718         each test group.
8719         (compare_strings): Test new string.
8720
8721 2008-02-13  Eric Blake  <ebb9@byu.net>
8722
8723         Avoid trigraph quoting in default output.
8724         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
8725         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
8726         unless explicitly requested.
8727         * tests/test-quotearg.c (flag_results, main): Add additional tests.
8728
8729 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
8730
8731         Don't rely on signed integer overflowing to negative value.
8732         * lib/getugroups.c (getugroups): Include <limits.h>.
8733         Instead, compare against INT_MAX, and increment only if the test passes.
8734
8735 2008-02-13  Jim Meyering  <meyering@redhat.com>
8736         and Eric Blake  <ebb9@byu.net>
8737
8738         Avoid shadowing warning and compile errors on Linux.
8739         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
8740         forwarding macros on Linux.
8741         (dcgettext): Define a stub, for Linux.
8742         (results_g, main): Avoid warnings.
8743
8744 2008-02-12  Eric Blake  <ebb9@byu.net>
8745
8746         Silence warning in last patch.
8747         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
8748
8749         Quotearg part 4: add tests, fix c-maybe colon quoting.
8750         * lib/quotearg.h: Improve documentation.
8751         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
8752         escapes when adding outer quotes.  When quoting trigraphs, use
8753         valid C notation.  When quoting NUL, omit extra characters if next
8754         character is not digit.  Alter prototype.
8755         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
8756         callers.
8757         * modules/quotearg-tests: New module.
8758         * tests/test-quotearg.c: New test.
8759
8760 2008-02-07  Eric Blake  <ebb9@byu.net>
8761
8762         Quotearg part 3: add flag to control outer quote elision.
8763         * lib/quotearg.h (c_maybe_quoting_style): New style.
8764         (enum quoting_flags): Better documentation of flags.
8765         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
8766         c-maybe style.
8767         (quotearg_buffer_restyled): Handle new flag to elide outer
8768         quotes.
8769
8770         Quotearg part 2: add flag that can control NUL elision.
8771         * lib/quotearg.h (set_quoting_flags): New prototype.
8772         * lib/quotearg.c (struct quoting_options): Add flag field.
8773         (set_quoting_flags): New function.
8774         (quotearg_buffer_restyled): Add flags parameter.
8775         (quotearg_alloc_mem): Set the flag if length cannot be returned.
8776         (quotearg_n_options): Set the flag, since length cannot be
8777         returned.
8778         (quoting_options_from_style): Default flags correctly.
8779
8780         Quotearg part 1: more wrappers, restore quotearg_char state.
8781         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
8782         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
8783         (quotearg_colon_mem): New wrappers.
8784         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
8785         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
8786         functions.
8787         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
8788         (quotearg_colon_mem): New functions.
8789
8790 2008-02-11  Bruno Haible  <bruno@clisp.org>
8791
8792         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
8793         library in the current directory: it does not work with parallel make.
8794         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8795
8796 2008-02-11  Bruno Haible  <bruno@clisp.org>
8797
8798         * .gitattributes: New file.
8799
8800 2008-02-11  Jim Meyering  <meyering@redhat.com>
8801
8802         useless-if-before-free: Fix reversed exit values.
8803         * build-aux/useless-if-before-free: Use correct values
8804         for EXIT_MATCH and EXIT_NO_MATCH.
8805
8806         * build-aux/useless-if-before-free: Close stdout carefully.
8807
8808 2008-02-10  Bruno Haible  <bruno@clisp.org>
8809
8810         New module 'git-merge-changelog'.
8811         * modules/git-merge-changelog: New file.
8812         * lib/git-merge-changelog.c: New file.
8813
8814 2008-02-10  Jim Meyering  <meyering@redhat.com>
8815
8816         useless-if-before-free: New option: --list (-l).
8817
8818         useless-if-before-free: Don't exit immediately upon open failure.
8819         * build-aux/useless-if-before-free: Exit 2 for errors.
8820         Upon failure to open a file, don't exit immediately.
8821         Rather, just warn and continue with any remaining files.
8822
8823 2008-02-10  Bruno Haible  <bruno@clisp.org>
8824
8825         New abstract list operation 'node_set_value'.
8826         * lib/gl_list.h (gl_list_node_set_value): New function.
8827         (struct gl_list_implementation): New field node_set_value.
8828         * lib/gl_list.c (gl_list_node_set_value): New function.
8829         * lib/gl_array_list.c (gl_array_node_set_value): New function.
8830         (gl_array_list_implementation): Update.
8831         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
8832         (gl_carray_list_implementation): Update.
8833         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
8834         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
8835         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
8836         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
8837         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
8838         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
8839         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
8840         Update.
8841         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
8842         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
8843         (gl_sublist_list_implementation): Update.
8844
8845 2008-02-10  Bruno Haible  <bruno@clisp.org>
8846
8847         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
8848         Needed when ELEMENT is #defined to 'some_type *'.
8849
8850 2008-02-10  Jim Meyering  <meyering@redhat.com>
8851
8852         New script and module: useless-if-before-free
8853         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
8854         * build-aux/useless-if-before-free: New file.
8855         * modules/useless-if-before-free: New file.
8856
8857         * build-aux/gitlog-to-changelog: Use committer date, not author date.
8858
8859         xstrtol_error: Fix typo.
8860         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
8861         s/exit_failure/exit_status/.
8862
8863 2008-02-09  Jim Meyering  <meyering@redhat.com>
8864
8865         New script and module: gitlog-to-changelog
8866         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
8867         * modules/gitlog-to-changelog: New file.
8868         * build-aux/gitlog-to-changelog: New file.
8869
8870 2008-02-08  Jim Meyering  <meyering@redhat.com>
8871
8872         Avoid two "parameter unused" warnings.
8873         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
8874         Mark "st" as used.
8875
8876         Use "git COMMAND", not "git-COMMAND".
8877         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
8878         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
8879         * build-aux/git-version-gen: Use "git status", not "git-status".
8880
8881 2008-02-07  Bruno Haible  <bruno@clisp.org>
8882
8883         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
8884         Avoids a crash on Windows Vista.
8885         Reported by Adam Strzelecki <ono@java.pl> via
8886         Simon Josefsson <simon@josefsson.org>.
8887
8888 2008-02-06  Bruno Haible  <bruno@clisp.org>
8889
8890         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
8891         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
8892         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
8893         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
8894         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
8895         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
8896         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
8897         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
8898         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
8899         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
8900         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
8901         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
8902         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
8903         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
8904         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
8905         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
8906         left-adjust flag.
8907         * tests/test-snprintf-posix.h (test_function): Likewise.
8908         * tests/test-sprintf-posix.h (test_function): Likewise.
8909         * tests/test-vasprintf-posix.c (test_function): Likewise.
8910         * doc/posix-functions/fprintf.texi: Update.
8911         * doc/posix-functions/printf.texi: Update.
8912         * doc/posix-functions/snprintf.texi: Update.
8913         * doc/posix-functions/sprintf.texi: Update.
8914         * doc/posix-functions/vfprintf.texi: Update.
8915         * doc/posix-functions/vprintf.texi: Update.
8916         * doc/posix-functions/vsnprintf.texi: Update.
8917         * doc/posix-functions/vsprintf.texi: Update.
8918         Reported by Peter Fales <psfales@alcatel-lucent.com>.
8919
8920 2008-02-06  Bruno Haible  <bruno@clisp.org>
8921
8922         Fix bug introduced on 2008-01-26.
8923         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
8924
8925 2008-02-06  Bruno Haible  <bruno@clisp.org>
8926
8927         Fix bug introduced on 2007-06-10.
8928         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
8929         !NEED_PRINTF_FLAG_ZERO.
8930
8931 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
8932
8933         getloadavg: use libperfstat on AIX5
8934         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
8935
8936 2008-02-03  Bruno Haible  <bruno@clisp.org>
8937
8938         * lib/diffseq.h: Add comments about required #includes.
8939         Reported by Michael Biggs <gnulib@doubleplum.net>.
8940
8941 2008-02-01  Bruno Haible  <bruno@clisp.org>
8942
8943         * users.txt: Add gnuit.
8944
8945 2008-01-31  Bruno Haible  <bruno@clisp.org>
8946
8947         * lib/md4.c (set_uint32): Mark as inline.
8948         * lib/md5.c (set_uint32): Likewise.
8949         * lib/sha1.c (set_uint32): Likewise.
8950         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
8951         * m4/md5.m4 (gl_MD5): Likewise.
8952         * m4/sha1.m4 (gl_SHA1): Likewise.
8953
8954 2008-01-31  Jim Meyering  <meyering@redhat.com>
8955
8956         Use "sizeof VAR", rather than a literal "4".
8957         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
8958         * lib/md4.c (md4_read_ctx): Likewise.
8959         * lib/sha1.c (sha1_read_ctx): Likewise.
8960
8961 2008-01-31  Simon Josefsson  <simon@josefsson.org>
8962
8963         * tests/test-sha1.c: New file, based on test-md5.c.
8964
8965         * modules/crypto/sha1-tests: New file.
8966
8967 2008-01-31  Simon Josefsson  <simon@josefsson.org>
8968
8969         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
8970
8971 2008-01-31  Jim Meyering  <meyering@redhat.com>
8972
8973         Prefer "sizeof v" over the equivalent "4".
8974         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
8975         * lib/md5.c (set_uint32): Likewise.
8976         * lib/sha1.c (set_uint32): Likewise.
8977
8978 2008-01-31  Simon Josefsson  <simon@josefsson.org>
8979
8980         * lib/sha1.c (set_uint32): Mark function as static.
8981
8982 2008-01-31  Simon Josefsson  <simon@josefsson.org>
8983
8984         md2: clarify comments to say that alignment is not required.
8985         * lib/md2.h: Remove warning about alignment in comment.
8986         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
8987         never been required.
8988
8989 2008-01-31  Simon Josefsson  <simon@josefsson.org>
8990
8991         md4: adapt alignment constraint fix from sha1.
8992         * lib/md4.c (set_uint32): New function, from sha1.c
8993         (md4_read_ctx): Use it.
8994         (md4_finish_ctx): Doc fix.
8995         * lib/md4.h: Doc fix.
8996
8997 2008-01-31  Simon Josefsson  <simon@josefsson.org>
8998
8999         md5: adapt alignment constraint fix from sha1.
9000         * lib/md5.c (set_uint32): New function, from sha1.c
9001         (md5_read_ctx): Use it.
9002         (md5_finish_ctx): Doc fix.
9003         * lib/md5.h: Doc fix.
9004
9005 2008-01-30  Peter Palfrader  <weasel@debian.org>
9006
9007         sha1: remove the result buffer alignment constraint
9008         * lib/sha1.c (set_uint32): New function.
9009         (sha1_read_ctx): Rewrite to remove the result buffer alignment
9010         constraint.
9011         (sha1_finish_ctx): Remove comment warning about alignment constraint.
9012         * lib/sha1.h: Likewise.
9013
9014 2008-01-30  Andreas Schwab  <schwab@suse.de>
9015             Bruno Haible  <bruno@clisp.org>
9016
9017         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
9018         correct definition of LDBL_MIN_EXP.
9019
9020 2008-01-30  Karl Berry  <karl@gnu.org>
9021
9022         * config/srclist-update: try to preserve x bit on updates.
9023         * config/srclistvars.sh: update for karl.
9024
9025 2008-01-29  Jim Meyering  <meyering@redhat.com>
9026
9027         vasnprintf.c: Avoid warning about unused label
9028         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
9029         "overflow" label definition and associated code with the
9030         same cpp condition that guards the sole use of that label.
9031
9032 2008-01-26  Bruno Haible  <bruno@clisp.org>
9033
9034         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
9035         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
9036         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
9037         * lib/isnanl-nolibm.h (isnanl): Likewise.
9038         Reported by Paul Eggert <eggert@cs.ucla.edu>.
9039
9040 2008-01-26  Bruno Haible  <bruno@clisp.org>
9041
9042         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
9043         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
9044
9045 2008-01-26  Bruno Haible  <bruno@clisp.org>
9046
9047         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
9048         GCC >= 4.0 built-in.
9049         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
9050
9051 2008-01-26  Bruno Haible  <bruno@clisp.org>
9052
9053         Rename isnan, applicable to 'double' only, to isnand.
9054         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
9055         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
9056         (configure.ac): Update.
9057         (Include): Replace "isnan.h" with "isnand.h".
9058         * m4/isnand.m4: Renamed from m4/isnan.m4.
9059         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
9060         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
9061         instead of isnan.c.
9062         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
9063         instead of HAVE_ISNAN_IN_LIBC.
9064         (isnand): Renamed from isnan.
9065         * lib/isnand.c: New file.
9066         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
9067         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
9068         (Makefile.am): Update.
9069         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
9070         Include isnand.h instead of isnan.h.
9071         (main): Test isnand instead of isnan.
9072         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
9073         isnan-nolibm.
9074         * modules/frexp (Depends-on): Likewise.
9075         * modules/frexp-tests (Depends-on): Likewise.
9076         * modules/frexp-nolibm (Depends-on): Likewise.
9077         * modules/frexp-nolibm-tests (Depends-on): Likewise.
9078         * modules/isfinite (Depends-on): Likewise.
9079         * modules/round-tests (Depends-on): Likewise.
9080         * modules/signbit (Depends-on): Likewise.
9081         * modules/signbit-tests (Depends-on): Likewise.
9082         * modules/snprintf-posix (Depends-on): Likewise.
9083         * modules/sprintf-posix (Depends-on): Likewise.
9084         * modules/trunc-tests (Depends-on): Likewise.
9085         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
9086         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
9087         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
9088         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
9089         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
9090         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
9091         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
9092         * modules/vasnprintf-posix (Depends-on): Likewise.
9093         * modules/vasprintf-posix (Depends-on): Likewise.
9094         * modules/vfprintf-posix (Depends-on): Likewise.
9095         * modules/vsnprintf-posix (Depends-on): Likewise.
9096         * modules/vsprintf-posix (Depends-on): Likewise.
9097         * lib/frexp.c: Include isnand.h instead of isnan.h.
9098         (ISNAN): Set to isnand instead of isnan.
9099         * lib/isfinite.c: Include isnand.h instead of isnan.h.
9100         (gl_isfinited): Use isnand instead of isnan.
9101         * lib/signbitd.c: Include isnand.h instead of isnan.h.
9102         (gl_signbitd): Use isnand instead of isnan.
9103         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
9104         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
9105         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
9106         (main): Use isnand instead of isnan.
9107         * tests/test-round1.c: Include isnand.h.
9108         (main): Use isnand instead of isnan.
9109         * tests/test-round2.c: Include isnand.h instead of isnan.h.
9110         (ISNAN): Set to isnand instead of isnan.
9111         * tests/test-trunc1.c: Include isnand.h.
9112         (main): Use isnand instead of isnan.
9113         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
9114         (equal): Use isnand instead of isnan.
9115         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
9116         isnand-nolibm.
9117         * NEWS: Mention the change.
9118
9119 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
9120             Bruno Haible  <bruno@clisp.org>
9121
9122         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
9123         the GCC builtins for signbits are present and set
9124         REPLACE_SIGNBIT_USING_GCC if so.
9125         * lib/math.in.h (signbit): Define using GCC builtins if
9126         REPLACE_SIGNBIT_USING_GCC is set.
9127         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
9128         REPLACE_SIGNBIT_USING_GCC.
9129         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
9130
9131 2008-01-25  Jim Meyering  <meyering@redhat.com>
9132
9133         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
9134         * lib/poll.c: Include <config.h>, not "config.h".
9135         * tests/test-getaddrinfo.c: Likewise.
9136
9137 2008-01-25  Simon Josefsson  <simon@josefsson.org>
9138
9139         * modules/sockets-tests: New file.
9140
9141 2008-01-24  Simon Josefsson  <simon@josefsson.org>
9142
9143         * modules/sockets: New module, can be used to call WSA_Startup and
9144         WSA_Cleanup when needed.
9145
9146         * lib/sockets.h, lib/sockets.c: New files.
9147
9148         * m4/sockets.m4: New file.
9149
9150         * tests/test-sockets.c: New file.
9151
9152 2008-01-19  Bruno Haible  <bruno@clisp.org>
9153
9154         * doc/posix-headers: Renamed from doc/headers.
9155         * doc/posix-functions: Renamed from doc/functions.
9156         * doc/gnulib.texi: Update.
9157
9158 2008-01-19  Bruno Haible  <bruno@clisp.org>
9159
9160         * doc/glibc-functions/strcasestr.texi: Include contents of
9161         doc/functions/strcasestr.texi, fixing the list of platforms.
9162         * doc/functions/strcasestr.texi: Remove file.
9163
9164 2008-01-19  Bruno Haible  <bruno@clisp.org>
9165
9166         * doc/glibc-functions/memmem.texi: Include contents of
9167         doc/functions/memmem.texi.
9168         * doc/functions/memmem.texi: Remove file.
9169
9170 2008-01-18  Bruno Haible  <bruno@clisp.org>
9171
9172         * doc/glibc-functions/*.texi: New files.
9173         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
9174         to use the new files.
9175
9176 2008-01-17  Bruno Haible  <bruno@clisp.org>
9177
9178         * tests/test-gethostname.c (main): Fix printf statement.
9179
9180 2008-01-17  Simon Josefsson  <simon@josefsson.org>
9181
9182         * modules/gethostname-tests: New file.
9183
9184         * tests/test-gethostname.c: New file.
9185
9186 2008-01-17  Simon Josefsson  <simon@josefsson.org>
9187
9188         * lib/gethostname.c: Include string.h unconditionally, strncpy is
9189         used by the UNAME case.  Reported by Bruno Haible
9190         <bruno@clisp.org>.
9191
9192 2008-01-17  Eric Blake  <ebb9@byu.net>
9193
9194         Convert c-strcasestr to be more efficient.
9195         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
9196         (Depends-on): Add c-strcase, remove malloca, strnlen.
9197         * tests/test-c-strcasestr.c (main): Enhance test.
9198         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
9199
9200 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
9201
9202         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
9203         Use it in creating po/Makevars.
9204
9205 2008-01-15  Simon Josefsson  <simon@josefsson.org>
9206
9207         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
9208         Applications that requires it should initialize libgcrypt
9209         manually.
9210
9211 2008-01-16  Simon Josefsson  <simon@josefsson.org>
9212
9213         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
9214
9215 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
9216
9217         Fix problem with getdate on mingw32 reported by Simon Josefsson
9218         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
9219         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
9220         tzname", when deciding whether to declare tzname.
9221         * lib/strftime.c (tzname): Likewise.
9222
9223 2008-01-15  Bruno Haible  <bruno@clisp.org>
9224
9225         Work around a MacOS X 10.5 bug in frexpl().
9226         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
9227         * doc/functions/frexpl.texi: Document the bug.
9228         Reported by Elias Pipping <pipping@gentoo.org>.
9229
9230 2008-01-14  Eric Blake  <ebb9@byu.net>
9231
9232         Touch up previous patch.
9233         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
9234         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
9235
9236         Convert strcasestr module to use Two-Way algorithm.
9237         * modules/strcasestr-simple: New module, based on the old
9238         strcasestr, but with Two-Way rather than KMP.
9239         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
9240         * lib/string.in.h (rpl_strcasestr): Declare.
9241         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
9242         performance.
9243         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
9244         * modules/string (Makefile.am): Support strcasestr.
9245         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
9246         * modules/strcasestr-tests (Depends-on): Check for alarm.
9247         * tests/test-strcasestr.c: Augment test.
9248         * lib/str-two-way.h: Clean up stray macro.
9249         * NEWS: Document new module.
9250         * MODULES.html.sh (string handling): Likewise.
9251         * doc/functions/strcasestr.texi: New file.
9252         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
9253         here, since it is not a POSIX function.
9254
9255 2008-01-14  Colin Watson  <cjwatson@debian.org>
9256             Bruno Haible  <bruno@clisp.org>
9257
9258         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
9259         works fine; if not, set REPLACE_STRSIGNAL.
9260         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
9261         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
9262         REPLACE_STRSIGNAL.
9263         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
9264         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
9265         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
9266
9267 2008-01-14  Bruno Haible  <bruno@clisp.org>
9268
9269         * modules/strsignal (Include): Change to <string.h>.
9270
9271 2008-01-14  Colin Watson  <cjwatson@debian.org>
9272
9273         * modules/argp (Notice): Add a notice recommending to change
9274         XGETTEXT_OPTIONS.
9275         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
9276
9277 2008-01-13  Colin Watson  <cjwatson@debian.org>
9278
9279         * modules/strsignal-tests: New file.
9280         * tests/test-strsignal.c: New file.
9281
9282         * lib/strsignal.c: New file, from glibc with modifications.
9283         * lib/siglist.h: New file, from glibc with modifications.
9284         * lib/string.in.h (strsignal): New declaration.
9285         * m4/strsignal.m4: New file.
9286         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
9287         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
9288         * modules/strsignal: New file.
9289         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
9290         HAVE_DECL_STRSIGNAL.
9291
9292 2008-01-13  Bruno Haible  <bruno@clisp.org>
9293
9294         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
9295         locale encoding is not ASCII. Needed for OpenBSD 4.0.
9296         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
9297         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
9298
9299 2008-01-13  Bruno Haible  <bruno@clisp.org>
9300
9301         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
9302         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
9303         * lib/argp.h (__attribute__): Likewise.
9304         * lib/c-stack.c (__attribute__): Likewise.
9305         * lib/error.h (__attribute__): Likewise.
9306         * lib/fts.c (__attribute__): Likewise.
9307         * lib/openat.h (__attribute__): Likewise.
9308         * lib/stdio.in.h (__attribute__): Likewise.
9309         * lib/string.in.h (__attribute__): Likewise.
9310         * lib/utimens.c (__attribute__): Likewise.
9311         * lib/vasnprintf.h (__attribute__): Likewise.
9312         * lib/xalloc.h (__attribute__): Likewise.
9313         * lib/xprintf.h (__attribute__): Likewise.
9314         * lib/xstrtol.h (__attribute__): Likewise.
9315         * lib/xvasprintf.h (__attribute__): Likewise.
9316
9317 2008-01-12  Bruno Haible  <bruno@clisp.org>
9318
9319         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
9320         * doc/glibc-headers/a.out.texi: New file.
9321         * doc/glibc-headers/aliases.texi: New file.
9322         * doc/glibc-headers/alloca.texi: New file.
9323         * doc/glibc-headers/ar.texi: New file.
9324         * doc/glibc-headers/argp.texi: New file.
9325         * doc/glibc-headers/argz.texi: New file.
9326         * doc/glibc-headers/byteswap.texi: New file.
9327         * doc/glibc-headers/crypt.texi: New file.
9328         * doc/glibc-headers/endian.texi: New file.
9329         * doc/glibc-headers/envz.texi: New file.
9330         * doc/glibc-headers/err.texi: New file.
9331         * doc/glibc-headers/error.texi: New file.
9332         * doc/glibc-headers/execinfo.texi: New file.
9333         * doc/glibc-headers/fpu_control.texi: New file.
9334         * doc/glibc-headers/fstab.texi: New file.
9335         * doc/glibc-headers/fts.texi: New file.
9336         * doc/glibc-headers/getopt.texi: New file.
9337         * doc/glibc-headers/ieee754.texi: New file.
9338         * doc/glibc-headers/ifaddrs.texi: New file.
9339         * doc/glibc-headers/libintl.texi: New file.
9340         * doc/glibc-headers/mcheck.texi: New file.
9341         * doc/glibc-headers/mntent.texi: New file.
9342         * doc/glibc-headers/obstack.texi: New file.
9343         * doc/glibc-headers/paths.texi: New file.
9344         * doc/glibc-headers/printf.texi: New file.
9345         * doc/glibc-headers/pty.texi: New file.
9346         * doc/glibc-headers/resolv.texi: New file.
9347         * doc/glibc-headers/shadow.texi: New file.
9348         * doc/glibc-headers/sysexits.texi: New file.
9349         * doc/glibc-headers/ttyent.texi: New file.
9350
9351 2008-01-12  Jim Meyering  <meyering@redhat.com>
9352
9353         announce-gen: emit Gnulib's git-based version string.
9354         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
9355         New option --gnulib-version=V, where V is expected to be
9356         the output of running git describe in the gnulib directory.
9357         (get_tool_versions): Request feedback on xdelta.  I suspect it's
9358         not useful, and plan to stop publishing an xdelta file with each
9359         coreutils release.
9360
9361         * build-aux/announce-gen: Also check for lzma-compressed files.
9362
9363 2008-01-11  Bruno Haible  <bruno@clisp.org>
9364
9365         * tests/test-memmem.c (main): Increase maximum allowed time.
9366         * tests/test-strstr.c (main): Likewise.
9367
9368 2008-01-11  Bruno Haible  <bruno@clisp.org>
9369
9370         * doc/functions/memmem.texi: Add more precisions about platforms.
9371         * doc/functions/strstr.texi: Likewise.
9372
9373 2008-01-10  Eric Blake  <ebb9@byu.net>
9374
9375         * m4/strstr.m4: Delete cruft from copy-n-paste.
9376         Reported by Bruno Haible.
9377
9378 2008-01-10  Bruno Haible  <bruno@clisp.org>
9379
9380         Make c-strstr rely on strstr.
9381         * lib/c-strstr.c: Don't include str-kmp.h.
9382         (c_strstr): Define in terms of strstr.
9383         * modules/c-strstr (Files): Remove lib/str-kmp.h.
9384         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
9385
9386 2008-01-10  Bruno Haible  <bruno@clisp.org>
9387
9388         * doc/gnulib.texi (String Functions in C Locale): New section.
9389         * doc/c-ctype.texi: New file.
9390         * doc/c-strcase.texi: New file.
9391         * doc/c-strcaseeq.texi: New file.
9392         * doc/c-strcasestr.texi: New file.
9393         * doc/c-strstr.texi: New file.
9394         * doc/c-strtod.texi: New file.
9395         * doc/c-strtold.texi: New file.
9396
9397 2008-01-10  Eric Blake  <ebb9@byu.net>
9398
9399         * lib/relocatable.h: Fix a comment.
9400
9401 2008-01-10  Eric Blake  <ebb9@byu.net>
9402
9403         Share two-way algorithm.
9404         * lib/str-two-way.h: New file, merged from...
9405         * lib/memmem.c: ...here...
9406         * lib/strstr.c: ...and here.
9407         * modules/memmem (Files): Use it.
9408         * modules/strstr (Files): Likewise.
9409
9410         Avoid quadratic strstr implementations.
9411         * lib/strstr.c: New file.
9412         * m4/strstr.m4: Likewise.
9413         * modules/strstr: Likewise.
9414         * modules/strstr-tests: Likewise.
9415         * tests/test-strstr.c: Likewise.
9416         * lib/string.in.h (rpl_strstr): Declare.
9417         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
9418         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
9419         * modules/string (Makefile.am): Likewise.
9420         * MODULES.html.sh (string handling): Mention new module.
9421         * doc/functions/strstr.texi (strstr): Document the bug.
9422
9423 2008-01-10  Bruno Haible  <bruno@clisp.org>
9424
9425         * lib/relocatable.h (relocate): State whether result is freshly
9426         allocated or not.
9427         * lib/relocatable.c (relocate): Return a freshly allocated string
9428         instead of a pointer to a privately held string.
9429         Reported by Sylvain Beucler <beuc@gnu.org>.
9430
9431 2008-01-10  Colin Watson  <cjwatson@debian.org>
9432
9433         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
9434         s/S_ISNLK/S_ISLNK/.
9435
9436 2008-01-09  Bruno Haible  <bruno@clisp.org>
9437
9438         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
9439         and other files.
9440         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
9441         if it's only a guess.
9442         * modules/memmem: Simplify by depending on memmem-simple.
9443
9444 2008-01-09  Bruno Haible  <bruno@clisp.org>
9445
9446         Work around OpenBSD 4.0 tdelete() bug.
9447         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
9448         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
9449         macros and don't redefine the enum values.
9450         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
9451         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
9452         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
9453
9454 2008-01-09  Bruno Haible  <bruno@clisp.org>
9455
9456         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
9457         (main): Don't perform the tests if setlocale did not install a UTF-8
9458         locale. Needed on OpenBSD 4.0.
9459         * modules/wcwidth-tests (Depends-on): Add localcharset.
9460
9461 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
9462
9463         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
9464         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
9465         * NEWS: announce this.
9466         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
9467
9468 2008-01-09  Simon Josefsson  <simon@josefsson.org>
9469         and Eric Blake  <ebb9@byu.net>
9470
9471         Add memmem-simple module.
9472         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
9473         (gl_FUNC_MEMMEM): Separate performance from presence checks.
9474         * modules/memmem-simple: New file.
9475         * modules/memmem (Description): Tweak.
9476         * MODULES.html.sh (string handling): Mention new module.
9477         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
9478         addressed by memmem-simple.
9479         * NEWS: Document the difference.
9480
9481 2008-01-09  Eric Blake  <ebb9@byu.net>
9482
9483         Give gcc some memmem optimization hints.
9484         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
9485         (strcasestr): Declare as pure.
9486         * modules/memmem (Maintainer): Claim my implementation.
9487
9488 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9489
9490         Support AIX 6.1 and higher.
9491         * build-aux/config.libpath: Likewise.
9492         * build-aux/config.rpath: Likewise.
9493
9494 2008-01-08  Jim Meyering  <meyering@redhat.com>
9495             Bruno Haible  <bruno@clisp.org>
9496
9497         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
9498         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
9499         Reported by Peter Fales in
9500         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
9501
9502 2008-01-08  Bruno Haible  <bruno@clisp.org>
9503
9504         * modules/unictype/category-of (Depends-on): Add
9505         unictype/category-none.
9506         * modules/unictype/category-and-tests (Depends-on): Add
9507         unictype/category-{L,N,Lu,Nd}.
9508         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
9509         * modules/unictype/category-or-tests (Depends-on): Add
9510         unictype/category-{L,N}.
9511         * modules/unictype/category-name-tests (Depends-on): Add
9512         unictype/category-{Z,Nl}.
9513         Reported by Simon Josefsson.
9514
9515 2008-01-08  Bruno Haible  <bruno@clisp.org>
9516
9517         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
9518         convention better.
9519         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
9520         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
9521         Reported by Peter Miller <millerp@canb.auug.org.au>.
9522
9523 2008-01-08  Eric Blake  <ebb9@byu.net>
9524
9525         Rewrite memmem to guarantee linear complexity without malloc.
9526         * lib/memmem.c (memmem): Use Two-Way rather than
9527         Knuth-Morris-Pratt, to allow O(1) space usage.
9528         (critical_factorization, two_way_short_needle)
9529         (two_way_long_needle): New functions.
9530         (knuth_morris_pratt): Delete.
9531         * modules/memmem (Depends-on): No longer need malloca or stdbool.
9532         Add stdint.
9533         * tests/test-memmem.c (main): Add tests for periodic needle and
9534         sublinear performance.
9535         * doc/functions/memmem.texi (memmem): Document other deficiencies
9536         in cygwin and older glibc.
9537
9538 2008-01-08  Bruno Haible  <bruno@clisp.org>
9539
9540         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
9541         augmentation.
9542
9543 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
9544
9545         Add a configure time option: --disable-acl.
9546         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
9547         AC_ARG_ENABLE(acl).
9548
9549 2008-01-06  Simon Josefsson  <simon@josefsson.org>
9550
9551         * tests/test-localename.c: Don't include obsolete "setenv.h".
9552
9553         * modules/localename-tests (Depends-on): Need unsetenv.
9554
9555 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9556
9557         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
9558
9559 2008-01-06  Colin Watson  <cjwatson@debian.org>
9560
9561         * users.txt: Add man-db.
9562
9563 2008-01-07  Bruno Haible  <bruno@clisp.org>
9564
9565         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
9566         previous section name.
9567
9568 2008-01-07  Bruno Haible  <bruno@clisp.org>
9569
9570         * lib/progname.c (set_program_name): Don't strip off a leading
9571         "lt-" prefix outside a .libs directory.
9572         Suggested by Paul Eggert.
9573
9574 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
9575             Bruno Haible  <bruno@clisp.org>
9576
9577         Improve memory cleanup in 'relocatable' module.
9578         * lib/relocatable.h (compute_curr_prefix): Change return type to
9579         'char *'.
9580         * lib/relocatable.c (compute_curr_prefix): Change return type to
9581         'char *'. Free curr_installdir after use.
9582         (relocate): Free curr_prefix_better after use.
9583         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
9584
9585 2008-01-01  Bruno Haible  <bruno@clisp.org>
9586
9587         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
9588         failure on older glibc systems.
9589         Reported by Peter Fales <psfales@alcatel-lucent.com>.
9590
9591 2008-01-05  Eric Blake  <ebb9@byu.net>
9592
9593         Avoid quadratic system memmem.
9594         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
9595         Reported by Ralf Wildenhues.
9596
9597         Fix memmem test for mingw.
9598         * modules/memmem-tests (configure.ac): Check for alarm.
9599         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
9600         it.
9601         * doc/functions/memmem.texi: New file.
9602         * doc/gnulib.texi (Function Substitutes): Add memmem.
9603         Reported by Bruno Haible.
9604
9605 2008-01-04  Bruno Haible  <bruno@clisp.org>
9606
9607         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
9608         Require gl_HEADER_STRINGS_H_DEFAULTS, not
9609         gl_HEADER_STRING_H_DEFAULTS.
9610
9611 2008-01-04  Eric Blake  <ebb9@byu.net>
9612
9613         Shorten duration of memmem test.
9614         * tests/test-memmem.c (main): Use alarm to declare failure if test
9615         is taking too long.
9616         Reported by Ralf Wildenhues.
9617
9618 2007-12-21  Simon Josefsson  <simon@josefsson.org>
9619
9620         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
9621         string, needed by strerror.
9622
9623 2008-01-03  Colin Watson  <cjwatson@debian.org>
9624             Bruno Haible  <bruno@clisp.org>
9625
9626         * doc/gnulib-tool.texi (Localization): New section.
9627
9628 2008-01-02  Bruno Haible  <bruno@clisp.org>
9629
9630         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
9631         variables to 'unsigned char *' type.
9632         Reported by Paul Eggert.
9633
9634 2008-01-02  Jim Meyering  <jim@meyering.net>
9635
9636         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
9637
9638 2007-12-31  Jim Meyering  <jim@meyering.net>
9639
9640         Avoid use of private FTS type name.
9641         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
9642
9643 2007-12-30  Karl Berry  <karl@gnu.org>
9644
9645         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
9646         work around defect in Texinfo and/or the standalone Info browser.
9647
9648 2007-12-30  Bruno Haible  <bruno@clisp.org>
9649
9650         Unify 5 copies of the KMP code.
9651         * lib/str-kmp.h: New file.
9652         * lib/c-strcasestr.c: Include str-kmp.h.
9653         (knuth_morris_pratt): Remove function.
9654         (c_strcasestr): Update.
9655         * lib/c-strstr.c: Include str-kmp.h.
9656         (knuth_morris_pratt): Remove function.
9657         (c_strcasestr): Update.
9658         * lib/mbscasestr.c: Include str-kmp.h.
9659         (knuth_morris_pratt_unibyte): Remove function.
9660         * lib/mbsstr.c: Include str-kmp.h.
9661         (knuth_morris_pratt_unibyte): Remove function.
9662         * lib/strcasestr.c: Include str-kmp.h.
9663         (knuth_morris_pratt): Remove function.
9664         (strcasestr): Update.
9665         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
9666         * modules/c-strstr (Files): Likewise.
9667         * modules/mbscasestr (Files): Likewise.
9668         * modules/mbsstr (Files): Likewise.
9669         * modules/strcasestr (Files): Likewise.
9670         Suggested by Paul Eggert.
9671
9672 2007-12-30  Bruno Haible  <bruno@clisp.org>
9673
9674         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
9675         defined.
9676
9677 2007-12-30  Bruno Haible  <bruno@clisp.org>
9678
9679         * lib/xmalloca.h: Include xalloc.h.
9680         (xnmalloca): New macro.
9681
9682 2007-12-30  Bruno Haible  <bruno@clisp.org>
9683
9684         * lib/malloca.h (nmalloca): New macro.
9685         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
9686         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
9687         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
9688         knuth_morris_pratt_multibyte): Likewise.
9689         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
9690         knuth_morris_pratt_multibyte): Likewise.
9691         * lib/memmem.c (knuth_morris_pratt): Likewise.
9692         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
9693
9694 2007-12-25  Bruno Haible  <bruno@clisp.org>
9695
9696         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
9697         * lib/glob.c: Don't include openat.h.
9698         (link_exists2_p): Add back the code that deals with the
9699         !GLOB_ALTDIRFUNC case.
9700         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
9701         let it do the filename concatenation.
9702         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
9703         * modules/glob (Depends-on): Remove openat.
9704
9705 2007-12-31  Bruno Haible  <bruno@clisp.org>
9706
9707         * modules/dirfd (License): Change to LGPLv2+.
9708         Approved by Jim Meyering.
9709
9710 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
9711
9712         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
9713         when multiplying M by sizeof (size_t).
9714
9715 2007-12-10  Martin Lambers  <marlam@marlam.de>
9716
9717         Override getpagesize on mingw.
9718         * lib/getpagesize.c: New file.
9719         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
9720         * modules/getpagesize (Files): Add lib/getpagesize.c.
9721         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
9722         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
9723         REPLACE_GETPAGESIZE.
9724         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
9725
9726 2007-12-25  Bruno Haible  <bruno@clisp.org>
9727
9728         * modules/localcharset (Notice): New field.
9729         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
9730         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
9731
9732 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
9733             Bruno Haible  <bruno@clisp.org>
9734
9735         Avoid using the syntax symbol() in formatted documentation.
9736         * MODULES.html.sh (func_module): When replacing symbol() with a
9737         hyperlink, remove the parentheses. Show an error if some remain.
9738         Recognize and render the '...' syntax.
9739         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
9740         Rework. Add paragraph about GCC's inlining.
9741         * doc/alloca.texi: Likewise.
9742         * doc/error.texi: Remove parentheses from symbol reference.
9743         * doc/gnulib-intro.texi: Likewise.
9744         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
9745         * modules/fnmatch (Description): Reword to say "the ... function".
9746         * modules/full-read (Description): Likewise.
9747         * modules/full-write (Description): Likewise.
9748         * modules/safe-read (Description): Likewise.
9749         * modules/safe-write (Description): Likewise.
9750         * modules/strchrnul (Description): Likewise.
9751         * modules/trim (Description): Likewise.
9752         * modules/error (Description): Remove parentheses from symbol
9753         references.
9754         * modules/verror (Description): Likewise.
9755         Reported by Karl Berry.
9756
9757 2007-12-25  Bruno Haible  <bruno@clisp.org>
9758
9759         Fixup after 2007-10-16 commit.
9760         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
9761
9762 2007-12-24  Bruno Haible  <bruno@clisp.org>
9763
9764         Make --enable-relocatable work with DESTDIR.
9765         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
9766         to compute installdir from destprog.
9767         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
9768         also set the RELOC_DESTDIR variable.
9769         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
9770
9771 2007-12-24  Bruno Haible  <bruno@clisp.org>
9772
9773         Fix link error due to xalloc_die().
9774         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
9775         of xreadlink.
9776         * lib/relocwrapper.c: Update comments.
9777         * build-aux/install-reloc: Remove xreadlink.c from file list.
9778         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
9779         xreadlink.c.
9780         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
9781
9782 2007-12-24  Bruno Haible  <bruno@clisp.org>
9783
9784         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
9785         * lib/setenv.h: Remove file.
9786         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
9787         lib/setenv.h.
9788         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
9789         (Depends-on): Add stdlib.
9790         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
9791         gl_FUNC_UNSETENV.
9792         (Include): Replace setenv.h with <stdlib.h>.
9793         * modules/unsetenv: New file.
9794         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
9795         * lib/unsetenv.c: Include <stdlib.h> first.
9796         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
9797         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
9798         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
9799         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
9800         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
9801         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
9802         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
9803         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
9804         * doc/functions/unsetenv.texi: Update.
9805         * modules/xsetenv (Depends-on): Add unsetenv.
9806         * modules/getdate (Depends-on): Likewise.
9807         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
9808         * lib/xsetenv.c: Don't include setenv.h.
9809         * lib/getdate.y: Likewise.
9810         * lib/relocwrapper.c: Likewise.
9811         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
9812         (Depends-on): Add stdlib.
9813         * NEWS: Mention the changes.
9814         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
9815
9816 2007-12-23  Bruno Haible  <bruno@clisp.org>
9817
9818         * lib/memmem.c (memmem): Use lowercase variable names. Tab
9819         indentation.
9820
9821 2007-12-23  Bruno Haible  <bruno@clisp.org>
9822
9823         * lib/c-strcasestr.c: Add more comments.
9824         * lib/c-strstr.c: Likewise.
9825         * lib/mbscasestr.c: Likewise.
9826         * lib/mbsstr.c: Likewise.
9827         * lib/strcasestr.c: Likewise.
9828         * lib/memmem.c: Likewise.
9829
9830 2007-12-23  Bruno Haible  <bruno@clisp.org>
9831
9832         * tests/test-memmem.c: Include <string.h> first.
9833
9834 2007-12-22  Bruno Haible  <bruno@clisp.org>
9835
9836         * gnulib-tool (func_create_testdir): Change $auxdir while generating
9837         the contents of $testsbase.
9838         Reported by Ralf Wildenhues.
9839
9840 2007-12-22  Bruno Haible  <bruno@clisp.org>
9841
9842         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
9843         two variables local_ldadd_before, local_ldadd_last.
9844
9845 2007-12-20  Eric Blake  <ebb9@byu.net>
9846
9847         Work around circular library issue when cross-compiling.
9848         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
9849         that progname.o does not need to pull in rpl_memcmp.
9850
9851 2007-12-19  Eric Blake  <ebb9@byu.net>
9852
9853         Fix memmem to avoid O(n^2) worst-case complexity.
9854         * lib/memmem.c (knuth_morris_pratt): New function.
9855         (memmem): Use it if first few naive iterations fail.
9856         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
9857         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
9858         * modules/memchr (License): Likewise.
9859         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
9860         malloca.
9861         * tests/test-memmem.c: Rewrite, borrowing ideas from
9862         test-mbsstr1.c; the old version wouldn't even compile!
9863         * modules/memmem-tests: New file.
9864         * lib/string.in.h (rpl_memmem): Add declaration.
9865         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
9866         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
9867         REPLACE_MEMMEM.
9868
9869 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
9870
9871         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
9872         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
9873         before any system include files, and undef after them all.  This
9874         should fix a problem on VMS reported by John E. Malmberg in
9875         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
9876
9877 2007-12-17  Eric Blake  <ebb9@byu.net>
9878
9879         Revert addition of verify, for BSD/OS.
9880         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
9881         can't handle large files, for the sake of obsolete platforms.
9882         * modules/fseeko (Depends-on): Remove verify.
9883         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
9884         * doc/functions/ftello.texi (ftello): Likewise.
9885         * doc/functions/fgetpos.texi (fgetpos): Likewise.
9886         Reported by Larry Jones.
9887
9888 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
9889
9890         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
9891         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
9892
9893 2007-12-17  Jim Meyering  <meyering@redhat.com>
9894
9895         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
9896         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
9897         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
9898         * modules/getcwd (Depends-on): Add openat.
9899         Reported by Petr Salinger.
9900
9901 2007-12-17  Bruno Haible  <bruno@clisp.org>
9902
9903         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
9904         avoid a segmentation fault of the configure test on x86_64 systems.
9905
9906 2007-12-15  Jim Meyering  <meyering@redhat.com>
9907
9908         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
9909
9910 2007-12-13  Eric Blake  <ebb9@byu.net>
9911
9912         Another fseek test.
9913         * tests/test-fseek.c (main): Also test ungetc handling.
9914         * tests/test-fseeko.c (main): Likewise.
9915         * modules/fseeko (Depends-on): Add verify.
9916         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
9917         large.
9918         Reported by Larry Jones.
9919
9920         Fix fseeko on mingw.
9921         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
9922         seek.
9923
9924         Beef up fseek tests.
9925         * tests/test-fseek.c (main): Also test eof handling.
9926         * tests/test-fseeko.c (main): Likewise.
9927         Reported by Larry Jones.
9928
9929 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
9930
9931         Fix fseeko on BSD-based platforms.
9932         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
9933         successful seek.
9934
9935 2007-12-12  Eric Blake  <ebb9@byu.net>
9936
9937         Allow circular dependency of separate libtests.a
9938         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
9939         when use_libtests.
9940
9941 2007-12-11  Eric Blake  <ebb9@byu.net>
9942
9943         Fix bug with -0.0L in previous patch.
9944         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
9945         * tests/test-isnan.c (main): Also test on zeroes.
9946         * tests/test-isnanf.c (main): Likewise.
9947         * tests/test-isnanl.h (main): Likewise.
9948
9949         Detect pseudo-denormals on x86 even when cross-compiling.
9950         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
9951         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
9952         invalid bit patterns that happen to satisfy ==.
9953
9954         Avoid link failures with separate libtests.a.
9955         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
9956         last, to satisfy circular dependencies.
9957
9958 2007-12-11  Eric Blake  <ebb9@byu.net>
9959         and Bruno Haible  <bruno@clisp.org>
9960
9961         Fix OpenBSD 4.0 <float.h> handling of long double.
9962         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
9963         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
9964         * doc/headers/float.texi (float.h): Document OpenBSD bug.
9965
9966 2007-12-11  Jim Meyering  <meyering@redhat.com>
9967
9968         * users.txt: Add libvirt.
9969
9970         Support versions of autoconf prior to 2.59c.
9971         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
9972         if it is not already defined.
9973
9974 2007-12-09  Bruno Haible  <bruno@clisp.org>
9975
9976         Let 'gnulib-tool --import' collect sources needed for the tests in
9977         tests/ rather than in lib/.
9978         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
9979         argument. If true, add rules to generate libtests.a, and put libtests.a
9980         into $(LDADD). Consider source files in subdirectories and set
9981         uses_subdirs.
9982         (func_emit_initmacro_start, func_emit_initmacro_end,
9983         func_emit_initmacro_done): Pass all arguments explicitly.
9984         (func_import): Determine two module lists main_modules,
9985         testsrelated_modules. Determine use_libtests. Determine two variables
9986         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
9987         instead of just sed_transform_lib_file. Determine two variables
9988         main_files and testsrelated_files. Compute 'files' as the union of
9989         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
9990         func_add_or_update. In the generated gnulib-comp.m4, collect the
9991         object files for tests/ in different variables than those for lib/.
9992         Substitute LIBTESTS_LIBDEPS.
9993         (func_create_testdir): Combine the uses_subdirs results from
9994         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
9995
9996 2007-12-09  Bruno Haible  <bruno@clisp.org>
9997
9998         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
9999         the build-aux directory.
10000
10001 2007-12-09  Bruno Haible  <bruno@clisp.org>
10002
10003         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
10004         introduced on 2006-09-09.
10005
10006 2007-12-07  Jim Meyering  <meyering@redhat.com>
10007
10008         Let these macros work also with autoconf-2.59.
10009         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
10010         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
10011         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
10012
10013 2007-12-06  Jim Meyering  <meyering@redhat.com>
10014
10015         Avoid a configure-time syntax error in gl_FUNC_ACL.
10016         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
10017         function in each branch, before testing the cache variable.
10018
10019 2007-12-04  Eric Blake  <ebb9@byu.net>
10020
10021         Make scripts executable.
10022         * build-aux/config.guess: Add execute permissions.
10023         * build-aux/config.sub: Likewise.
10024         * build-aux/gendocs.sh: Likewise.
10025
10026         Fix frexp on mingw.
10027         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
10028         cross-compiling.
10029         * doc/functions/frexp.texi (frexp): Document the bug.
10030
10031         Make cygwin fseeko check more reliable.
10032         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
10033         version numbers, rather than unrelated feature check.
10034         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
10035         * doc/functions/ftello.texi (ftello): Likewise.
10036         Reported by Bruno Haible.
10037
10038         * m4/strerror.m4: Bump version number.
10039
10040 2007-12-03  Bruno Haible  <bruno@clisp.org>
10041
10042         * doc/functions/mprotect.texi: Mention the mingw problem.
10043
10044 2007-12-03  Eric Blake  <ebb9@byu.net>
10045
10046         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
10047         REPLACE_STRERROR is initialized before this macro.
10048
10049 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
10050
10051         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
10052         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
10053         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
10054         put -lsec in even for programs other than 'ls'.  This fixes a problem
10055         for gettext reported by Bruno Haible in
10056         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
10057         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
10058         Add support for Solaris 10.  This isn't efficient, but should get the
10059         job done for now.
10060
10061 2007-12-03  James Youngman  <jay@gnu.org>
10062
10063         * doc/regexprops-generic.texi: change "an close-group" to "a
10064         close-group" and "illegal" to "not allowed".
10065
10066 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10067
10068         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
10069         pr_byname.h. Needed for the rare case when the maintainer has done
10070         "make maintainer-clean" in the source directory and then attempts a
10071         build outside the source directory.
10072         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
10073         scripts_byname.h.
10074
10075 2007-12-02  Martin Lambers <marlam@marlam.de>
10076             Bruno Haible  <bruno@clisp.org>
10077
10078         * lib/getpagesize.h: Remove file.
10079         * lib/unistd.in.h: Include declaration of getpagesize here.
10080         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
10081         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
10082         HAVE_SYS_PARAM_H.
10083         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
10084         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
10085         * modules/getpagesize (Files): Remove lib/getpagesize.h.
10086         (Depends-on): Add unistd.
10087         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
10088         (Include): Use <unistd.h> instead of getpagesize.h.
10089         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
10090         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
10091         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
10092         gl_GETPAGESIZE invocation, already handled by module dependency.
10093         * lib/pagealign_alloc.c: Don't include getpagesize.h.
10094
10095 2007-12-02  Bruno Haible  <bruno@clisp.org>
10096
10097         * modules/strings-tests: New file.
10098         * tests/test-strings.c: New file.
10099
10100         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
10101         * lib/strings.in.h: New file.
10102         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
10103         * m4/strings_h.m4: New file.
10104         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
10105         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
10106         * modules/strings: New file.
10107         * modules/string (Makefile.am): Update.
10108         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
10109         Reported by Karl Berry.
10110
10111 2007-12-01  Eric Blake  <ebb9@byu.net>
10112
10113         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
10114         accomodate fix in cygwin 1.5.25.
10115
10116 2007-12-01  Jim Meyering  <meyering@redhat.com>
10117
10118         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
10119         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
10120         that would inhibit utf8-optimization of a regexp containing line-
10121         or buffer-anchors, e.g., `^', `$'.
10122
10123 2007-11-30  Bruno Haible  <bruno@clisp.org>
10124
10125         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
10126         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
10127         glthread_recursive_lock_init.
10128         * lib/lock.c (glthread_recursive_lock_init)
10129         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
10130         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
10131
10132 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
10133
10134         New function qset_acl, like set_acl but with syscall semantics.
10135         * lib/acl.h (qset_acl): New decl.
10136         * lib/acl.c (qset_acl): New function.
10137         (set_acl): Use new function.  Use more-consistent diagnostics.
10138
10139 2007-11-28  Jim Meyering  <meyering@redhat.com>
10140
10141         * modules/physmem (License): Change from GPL to LGPLv2+.
10142
10143 2007-11-26  Bruno Haible  <bruno@clisp.org>
10144
10145         * lib/vasnprintf.c (decode_long_double): Don't abort if the
10146         'long double' type has excess precision.
10147         Reported by Jim Meyering in
10148         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
10149
10150 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10151
10152         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
10153         Sync from <http://gnu.org/licenses>.
10154         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
10155         with license text from same location.
10156         * doc/maintain.texi, doc/standards.texi:  Sync from
10157         <http://savannah.gnu.org/projects/gnustandards>.
10158
10159 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
10160         and Jim Meyering  <meyering@redhat.com>
10161
10162         Adjust getdate' grammar to accept a slightly more regular language.
10163         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
10164         Before, the former was rejected.
10165         * lib/getdate.y (digits_to_date_time): New function, factored
10166         out of ...
10167         (number): ...here.  Just call digits_to_date_time.
10168         (hybrid): New non-terminal to handle an <unsigned number,
10169         signed relative offset> sequence consistently.
10170
10171 2007-11-18  Jim Meyering  <meyering@redhat.com>
10172
10173         Pull my changes from coreutils:
10174         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
10175         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
10176         use of $gnulib_tool_option_extras, so that it's separated from the
10177         preceding argument.
10178
10179         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
10180         * build-aux/bootstrap (cp_mark_as_generated): Create any required
10181         parent destination directories before copying a file into place.
10182
10183 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
10184
10185         bootstrap: work also with 4-argument variant of AC_INIT
10186         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
10187
10188 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
10189
10190         Port test-getaddrinfo to Solaris.
10191         Problem reported by Bruno Haible in
10192         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
10193         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
10194         explanation of setting 'hints'.
10195         Don't reject an implementation merely because it returns EAI_SERVICE.
10196         (EAI_SERVICE): Define to 0 if not defined.
10197
10198 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
10199
10200         The license of gnu-make and posix-shell is now "GPLed build tool".
10201         * modules/gnu-make (License): Likewise.
10202         * modules/posix-shell (License): Likewise.
10203
10204         New module posix-shell, for determining a POSIX shell
10205         or perhaps something that is close enough to a POSIX shell.
10206         * m4/posix-shell.m4: New file.
10207         * modules/posix-shell: New file.
10208
10209         * MODULES.html.sh: Mention new module.
10210
10211         New module gnu-make, for determining whether we're using GNU Make.
10212         * m4/gnu-make.m4: New file.
10213         * modules/gnu-make: New file.
10214         * MODULES.html.sh: Mention new module.
10215
10216 2007-11-14  Jim Meyering  <meyering@redhat.com>
10217
10218         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
10219         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
10220         use this macro to create a function _definition_.
10221         Remove useless "#undef ARGMATCH_DIE".
10222
10223 2007-11-14  Bruno Haible  <bruno@clisp.org>
10224
10225         * lib/config.charset: Update for OpenBSD 4.1.
10226         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
10227
10228 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
10229
10230         Document 64-bit #if problems in stdint.texi.
10231         * doc/headers/stdint.texi (stdint.h): Mention problems with
10232         64-bit-#if, and how to work around them.
10233
10234         Don't insist on 'long long int' support in the preprocessor.  It
10235         breaks too many things.  For example, PRIdMAX still uses a 'long
10236         long int' format with the latest Sun compiler, even though
10237         HAVE_LONG_LONG_INT isn't defined due to that compiler's
10238         preprocessor problem.  This causes the latest coreutils to dump
10239         core on Solaris 10 sparc with the Sun C compiler.
10240         Instead, fix the 2007-10-16 problem in a different way, by evaluating
10241         the troublesome expressions at configure-time, not at #if-time.
10242         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
10243         preprocessor.
10244         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
10245         compile-time C checks, done at 'configure'-time.
10246         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
10247         * modules/inttypes (Makefile): Substitute the new symbols that
10248         gl_INTTYPES_H now generates.
10249         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
10250
10251 2007-11-12  Bruno Haible  <bruno@clisp.org>
10252
10253         Tests for Unicode character classification functions.
10254
10255         * modules/unictype/bidicategory-byname-tests: New file.
10256         * modules/unictype/bidicategory-name-tests: New file.
10257         * modules/unictype/bidicategory-of-tests: New file.
10258         * modules/unictype/bidicategory-test-tests: New file.
10259         * modules/unictype/block-list-tests: New file.
10260         * modules/unictype/block-of-tests: New file.
10261         * modules/unictype/block-test-tests: New file.
10262         * modules/unictype/category-C-tests: New file.
10263         * modules/unictype/category-Cc-tests: New file.
10264         * modules/unictype/category-Cf-tests: New file.
10265         * modules/unictype/category-Cn-tests: New file.
10266         * modules/unictype/category-Co-tests: New file.
10267         * modules/unictype/category-Cs-tests: New file.
10268         * modules/unictype/category-L-tests: New file.
10269         * modules/unictype/category-Ll-tests: New file.
10270         * modules/unictype/category-Lm-tests: New file.
10271         * modules/unictype/category-Lo-tests: New file.
10272         * modules/unictype/category-Lt-tests: New file.
10273         * modules/unictype/category-Lu-tests: New file.
10274         * modules/unictype/category-M-tests: New file.
10275         * modules/unictype/category-Mc-tests: New file.
10276         * modules/unictype/category-Me-tests: New file.
10277         * modules/unictype/category-Mn-tests: New file.
10278         * modules/unictype/category-N-tests: New file.
10279         * modules/unictype/category-Nd-tests: New file.
10280         * modules/unictype/category-Nl-tests: New file.
10281         * modules/unictype/category-No-tests: New file.
10282         * modules/unictype/category-P-tests: New file.
10283         * modules/unictype/category-Pc-tests: New file.
10284         * modules/unictype/category-Pd-tests: New file.
10285         * modules/unictype/category-Pe-tests: New file.
10286         * modules/unictype/category-Pf-tests: New file.
10287         * modules/unictype/category-Pi-tests: New file.
10288         * modules/unictype/category-Po-tests: New file.
10289         * modules/unictype/category-Ps-tests: New file.
10290         * modules/unictype/category-S-tests: New file.
10291         * modules/unictype/category-Sc-tests: New file.
10292         * modules/unictype/category-Sk-tests: New file.
10293         * modules/unictype/category-Sm-tests: New file.
10294         * modules/unictype/category-So-tests: New file.
10295         * modules/unictype/category-Z-tests: New file.
10296         * modules/unictype/category-Zl-tests: New file.
10297         * modules/unictype/category-Zp-tests: New file.
10298         * modules/unictype/category-Zs-tests: New file.
10299         * modules/unictype/category-and-not-tests: New file.
10300         * modules/unictype/category-and-tests: New file.
10301         * modules/unictype/category-byname-tests: New file.
10302         * modules/unictype/category-name-tests: New file.
10303         * modules/unictype/category-none-tests: New file.
10304         * modules/unictype/category-of-tests: New file.
10305         * modules/unictype/category-or-tests: New file.
10306         * modules/unictype/category-test-withtable-tests: New file.
10307         * modules/unictype/combining-class-tests: New file.
10308         * modules/unictype/ctype-alnum-tests: New file.
10309         * modules/unictype/ctype-alpha-tests: New file.
10310         * modules/unictype/ctype-blank-tests: New file.
10311         * modules/unictype/ctype-cntrl-tests: New file.
10312         * modules/unictype/ctype-digit-tests: New file.
10313         * modules/unictype/ctype-graph-tests: New file.
10314         * modules/unictype/ctype-lower-tests: New file.
10315         * modules/unictype/ctype-print-tests: New file.
10316         * modules/unictype/ctype-punct-tests: New file.
10317         * modules/unictype/ctype-space-tests: New file.
10318         * modules/unictype/ctype-upper-tests: New file.
10319         * modules/unictype/ctype-xdigit-tests: New file.
10320         * modules/unictype/decimal-digit-tests: New file.
10321         * modules/unictype/digit-tests: New file.
10322         * modules/unictype/mirror-tests: New file.
10323         * modules/unictype/numeric-tests: New file.
10324         * modules/unictype/property-alphabetic-tests: New file.
10325         * modules/unictype/property-ascii-hex-digit-tests: New file.
10326         * modules/unictype/property-bidi-arabic-digit-tests: New file.
10327         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
10328         * modules/unictype/property-bidi-block-separator-tests: New file.
10329         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
10330         * modules/unictype/property-bidi-common-separator-tests: New file.
10331         * modules/unictype/property-bidi-control-tests: New file.
10332         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
10333         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
10334         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
10335         * modules/unictype/property-bidi-european-digit-tests: New file.
10336         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
10337         * modules/unictype/property-bidi-left-to-right-tests: New file.
10338         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
10339         * modules/unictype/property-bidi-other-neutral-tests: New file.
10340         * modules/unictype/property-bidi-pdf-tests: New file.
10341         * modules/unictype/property-bidi-segment-separator-tests: New file.
10342         * modules/unictype/property-bidi-whitespace-tests: New file.
10343         * modules/unictype/property-byname-tests: New file.
10344         * modules/unictype/property-combining-tests: New file.
10345         * modules/unictype/property-composite-tests: New file.
10346         * modules/unictype/property-currency-symbol-tests: New file.
10347         * modules/unictype/property-dash-tests: New file.
10348         * modules/unictype/property-decimal-digit-tests: New file.
10349         * modules/unictype/property-default-ignorable-code-point-tests: New file.
10350         * modules/unictype/property-deprecated-tests: New file.
10351         * modules/unictype/property-diacritic-tests: New file.
10352         * modules/unictype/property-extender-tests: New file.
10353         * modules/unictype/property-format-control-tests: New file.
10354         * modules/unictype/property-grapheme-base-tests: New file.
10355         * modules/unictype/property-grapheme-extend-tests: New file.
10356         * modules/unictype/property-grapheme-link-tests: New file.
10357         * modules/unictype/property-hex-digit-tests: New file.
10358         * modules/unictype/property-hyphen-tests: New file.
10359         * modules/unictype/property-id-continue-tests: New file.
10360         * modules/unictype/property-id-start-tests: New file.
10361         * modules/unictype/property-ideographic-tests: New file.
10362         * modules/unictype/property-ids-binary-operator-tests: New file.
10363         * modules/unictype/property-ids-trinary-operator-tests: New file.
10364         * modules/unictype/property-ignorable-control-tests: New file.
10365         * modules/unictype/property-iso-control-tests: New file.
10366         * modules/unictype/property-join-control-tests: New file.
10367         * modules/unictype/property-left-of-pair-tests: New file.
10368         * modules/unictype/property-line-separator-tests: New file.
10369         * modules/unictype/property-logical-order-exception-tests: New file.
10370         * modules/unictype/property-lowercase-tests: New file.
10371         * modules/unictype/property-math-tests: New file.
10372         * modules/unictype/property-non-break-tests: New file.
10373         * modules/unictype/property-not-a-character-tests: New file.
10374         * modules/unictype/property-numeric-tests: New file.
10375         * modules/unictype/property-other-alphabetic-tests: New file.
10376         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
10377         * modules/unictype/property-other-grapheme-extend-tests: New file.
10378         * modules/unictype/property-other-id-continue-tests: New file.
10379         * modules/unictype/property-other-id-start-tests: New file.
10380         * modules/unictype/property-other-lowercase-tests: New file.
10381         * modules/unictype/property-other-math-tests: New file.
10382         * modules/unictype/property-other-uppercase-tests: New file.
10383         * modules/unictype/property-paired-punctuation-tests: New file.
10384         * modules/unictype/property-paragraph-separator-tests: New file.
10385         * modules/unictype/property-pattern-syntax-tests: New file.
10386         * modules/unictype/property-pattern-white-space-tests: New file.
10387         * modules/unictype/property-private-use-tests: New file.
10388         * modules/unictype/property-punctuation-tests: New file.
10389         * modules/unictype/property-quotation-mark-tests: New file.
10390         * modules/unictype/property-radical-tests: New file.
10391         * modules/unictype/property-sentence-terminal-tests: New file.
10392         * modules/unictype/property-soft-dotted-tests: New file.
10393         * modules/unictype/property-space-tests: New file.
10394         * modules/unictype/property-terminal-punctuation-tests: New file.
10395         * modules/unictype/property-test-tests: New file.
10396         * modules/unictype/property-titlecase-tests: New file.
10397         * modules/unictype/property-unassigned-code-value-tests: New file.
10398         * modules/unictype/property-unified-ideograph-tests: New file.
10399         * modules/unictype/property-uppercase-tests: New file.
10400         * modules/unictype/property-variation-selector-tests: New file.
10401         * modules/unictype/property-white-space-tests: New file.
10402         * modules/unictype/property-xid-continue-tests: New file.
10403         * modules/unictype/property-xid-start-tests: New file.
10404         * modules/unictype/property-zero-width-tests: New file.
10405         * modules/unictype/scripts-tests: New file.
10406         * modules/unictype/syntax-c-ident-tests: New file.
10407         * modules/unictype/syntax-c-whitespace-tests: New file.
10408         * modules/unictype/syntax-java-ident-tests: New file.
10409         * modules/unictype/syntax-java-whitespace-tests: New file.
10410         * tests/unictype/test-bidi_byname.c: New file.
10411         * tests/unictype/test-bidi_name.c: New file.
10412         * tests/unictype/test-bidi_of.c: New file.
10413         * tests/unictype/test-bidi_test.c: New file.
10414         * tests/unictype/test-block_list.c: New file.
10415         * tests/unictype/test-block_of.c: New file.
10416         * tests/unictype/test-block_test.c: New file.
10417         * tests/unictype/test-categ_and.c: New file.
10418         * tests/unictype/test-categ_and_not.c: New file.
10419         * tests/unictype/test-categ_byname.c: New file.
10420         * tests/unictype/test-categ_name.c: New file.
10421         * tests/unictype/test-categ_none.c: New file.
10422         * tests/unictype/test-categ_of.c: New file.
10423         * tests/unictype/test-categ_or.c: New file.
10424         * tests/unictype/test-categ_test_withtable.c: New file.
10425         * tests/unictype/test-combining.c: New file.
10426         * tests/unictype/test-decdigit.c: New file.
10427         * tests/unictype/test-digit.c: New file.
10428         * tests/unictype/test-mirror.c: New file.
10429         * tests/unictype/test-numeric.c: New file.
10430         * tests/unictype/test-pr_byname.c: New file.
10431         * tests/unictype/test-pr_test.c: New file.
10432         * tests/unictype/test-predicate-part1.h: New file.
10433         * tests/unictype/test-predicate-part2.h: New file.
10434         * tests/unictype/test-scripts.c: New file.
10435         * tests/unictype/test-sy_c_ident.c: New file.
10436         * tests/unictype/test-sy_java_ident.c: New file.
10437
10438         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
10439         for Unicode 5.0.0.
10440         * tests/unictype/test-categ_Cc.c: Likewise.
10441         * tests/unictype/test-categ_Cf.c: Likewise.
10442         * tests/unictype/test-categ_Cn.c: Likewise.
10443         * tests/unictype/test-categ_Co.c: Likewise.
10444         * tests/unictype/test-categ_Cs.c: Likewise.
10445         * tests/unictype/test-categ_L.c: Likewise.
10446         * tests/unictype/test-categ_Ll.c: Likewise.
10447         * tests/unictype/test-categ_Lm.c: Likewise.
10448         * tests/unictype/test-categ_Lo.c: Likewise.
10449         * tests/unictype/test-categ_Lt.c: Likewise.
10450         * tests/unictype/test-categ_Lu.c: Likewise.
10451         * tests/unictype/test-categ_M.c: Likewise.
10452         * tests/unictype/test-categ_Mc.c: Likewise.
10453         * tests/unictype/test-categ_Me.c: Likewise.
10454         * tests/unictype/test-categ_Mn.c: Likewise.
10455         * tests/unictype/test-categ_N.c: Likewise.
10456         * tests/unictype/test-categ_Nd.c: Likewise.
10457         * tests/unictype/test-categ_Nl.c: Likewise.
10458         * tests/unictype/test-categ_No.c: Likewise.
10459         * tests/unictype/test-categ_P.c: Likewise.
10460         * tests/unictype/test-categ_Pc.c: Likewise.
10461         * tests/unictype/test-categ_Pd.c: Likewise.
10462         * tests/unictype/test-categ_Pe.c: Likewise.
10463         * tests/unictype/test-categ_Pf.c: Likewise.
10464         * tests/unictype/test-categ_Pi.c: Likewise.
10465         * tests/unictype/test-categ_Po.c: Likewise.
10466         * tests/unictype/test-categ_Ps.c: Likewise.
10467         * tests/unictype/test-categ_S.c: Likewise.
10468         * tests/unictype/test-categ_Sc.c: Likewise.
10469         * tests/unictype/test-categ_Sk.c: Likewise.
10470         * tests/unictype/test-categ_Sm.c: Likewise.
10471         * tests/unictype/test-categ_So.c: Likewise.
10472         * tests/unictype/test-categ_Z.c: Likewise.
10473         * tests/unictype/test-categ_Zl.c: Likewise.
10474         * tests/unictype/test-categ_Zp.c: Likewise.
10475         * tests/unictype/test-categ_Zs.c: Likewise.
10476         * tests/unictype/test-ctype_alnum.c: Likewise.
10477         * tests/unictype/test-ctype_alpha.c: Likewise.
10478         * tests/unictype/test-ctype_blank.c: Likewise.
10479         * tests/unictype/test-ctype_cntrl.c: Likewise.
10480         * tests/unictype/test-ctype_digit.c: Likewise.
10481         * tests/unictype/test-ctype_graph.c: Likewise.
10482         * tests/unictype/test-ctype_lower.c: Likewise.
10483         * tests/unictype/test-ctype_print.c: Likewise.
10484         * tests/unictype/test-ctype_punct.c: Likewise.
10485         * tests/unictype/test-ctype_space.c: Likewise.
10486         * tests/unictype/test-ctype_upper.c: Likewise.
10487         * tests/unictype/test-ctype_xdigit.c: Likewise.
10488         * tests/unictype/test-decdigit.h: Likewise.
10489         * tests/unictype/test-digit.h: Likewise.
10490         * tests/unictype/test-numeric.h: Likewise.
10491         * tests/unictype/test-pr_alphabetic.c: Likewise.
10492         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
10493         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
10494         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
10495         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
10496         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
10497         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
10498         * tests/unictype/test-pr_bidi_control.c: Likewise.
10499         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
10500         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
10501         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
10502         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
10503         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
10504         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
10505         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
10506         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
10507         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
10508         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
10509         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
10510         * tests/unictype/test-pr_combining.c: Likewise.
10511         * tests/unictype/test-pr_composite.c: Likewise.
10512         * tests/unictype/test-pr_currency_symbol.c: Likewise.
10513         * tests/unictype/test-pr_dash.c: Likewise.
10514         * tests/unictype/test-pr_decimal_digit.c: Likewise.
10515         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
10516         * tests/unictype/test-pr_deprecated.c: Likewise.
10517         * tests/unictype/test-pr_diacritic.c: Likewise.
10518         * tests/unictype/test-pr_extender.c: Likewise.
10519         * tests/unictype/test-pr_format_control.c: Likewise.
10520         * tests/unictype/test-pr_grapheme_base.c: Likewise.
10521         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
10522         * tests/unictype/test-pr_grapheme_link.c: Likewise.
10523         * tests/unictype/test-pr_hex_digit.c: Likewise.
10524         * tests/unictype/test-pr_hyphen.c: Likewise.
10525         * tests/unictype/test-pr_id_continue.c: Likewise.
10526         * tests/unictype/test-pr_id_start.c: Likewise.
10527         * tests/unictype/test-pr_ideographic.c: Likewise.
10528         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
10529         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
10530         * tests/unictype/test-pr_ignorable_control.c: Likewise.
10531         * tests/unictype/test-pr_iso_control.c: Likewise.
10532         * tests/unictype/test-pr_join_control.c: Likewise.
10533         * tests/unictype/test-pr_left_of_pair.c: Likewise.
10534         * tests/unictype/test-pr_line_separator.c: Likewise.
10535         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
10536         * tests/unictype/test-pr_lowercase.c: Likewise.
10537         * tests/unictype/test-pr_math.c: Likewise.
10538         * tests/unictype/test-pr_non_break.c: Likewise.
10539         * tests/unictype/test-pr_not_a_character.c: Likewise.
10540         * tests/unictype/test-pr_numeric.c: Likewise.
10541         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
10542         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
10543         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
10544         * tests/unictype/test-pr_other_id_continue.c: Likewise.
10545         * tests/unictype/test-pr_other_id_start.c: Likewise.
10546         * tests/unictype/test-pr_other_lowercase.c: Likewise.
10547         * tests/unictype/test-pr_other_math.c: Likewise.
10548         * tests/unictype/test-pr_other_uppercase.c: Likewise.
10549         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
10550         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
10551         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
10552         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
10553         * tests/unictype/test-pr_private_use.c: Likewise.
10554         * tests/unictype/test-pr_punctuation.c: Likewise.
10555         * tests/unictype/test-pr_quotation_mark.c: Likewise.
10556         * tests/unictype/test-pr_radical.c: Likewise.
10557         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
10558         * tests/unictype/test-pr_soft_dotted.c: Likewise.
10559         * tests/unictype/test-pr_space.c: Likewise.
10560         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
10561         * tests/unictype/test-pr_titlecase.c: Likewise.
10562         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
10563         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
10564         * tests/unictype/test-pr_uppercase.c: Likewise.
10565         * tests/unictype/test-pr_variation_selector.c: Likewise.
10566         * tests/unictype/test-pr_white_space.c: Likewise.
10567         * tests/unictype/test-pr_xid_continue.c: Likewise.
10568         * tests/unictype/test-pr_xid_start.c: Likewise.
10569         * tests/unictype/test-pr_zero_width.c: Likewise.
10570         * tests/unictype/test-sy_c_whitespace.c: Likewise.
10571         * tests/unictype/test-sy_java_whitespace.c: Likewise.
10572
10573 2007-11-12  Bruno Haible  <bruno@clisp.org>
10574
10575         Unicode character classification functions.
10576         * lib/unictype.h: New file.
10577         * modules/unictype/base: New file.
10578         * modules/unictype/category-L: New file.
10579         * modules/unictype/category-Lu: New file.
10580         * modules/unictype/category-Ll: New file.
10581         * modules/unictype/category-Lt: New file.
10582         * modules/unictype/category-Lm: New file.
10583         * modules/unictype/category-Lo: New file.
10584         * modules/unictype/category-M: New file.
10585         * modules/unictype/category-Mn: New file.
10586         * modules/unictype/category-Mc: New file.
10587         * modules/unictype/category-Me: New file.
10588         * modules/unictype/category-N: New file.
10589         * modules/unictype/category-Nd: New file.
10590         * modules/unictype/category-Nl: New file.
10591         * modules/unictype/category-No: New file.
10592         * modules/unictype/category-P: New file.
10593         * modules/unictype/category-Pc: New file.
10594         * modules/unictype/category-Pd: New file.
10595         * modules/unictype/category-Ps: New file.
10596         * modules/unictype/category-Pe: New file.
10597         * modules/unictype/category-Pi: New file.
10598         * modules/unictype/category-Pf: New file.
10599         * modules/unictype/category-Po: New file.
10600         * modules/unictype/category-S: New file.
10601         * modules/unictype/category-Sm: New file.
10602         * modules/unictype/category-Sc: New file.
10603         * modules/unictype/category-Sk: New file.
10604         * modules/unictype/category-So: New file.
10605         * modules/unictype/category-Z: New file.
10606         * modules/unictype/category-Zs: New file.
10607         * modules/unictype/category-Zl: New file.
10608         * modules/unictype/category-Zp: New file.
10609         * modules/unictype/category-C: New file.
10610         * modules/unictype/category-Cc: New file.
10611         * modules/unictype/category-Cf: New file.
10612         * modules/unictype/category-Cs: New file.
10613         * modules/unictype/category-Co: New file.
10614         * modules/unictype/category-Cn: New file.
10615         * modules/unictype/category-or: New file.
10616         * modules/unictype/category-of: New file.
10617         * modules/unictype/category-test: New file.
10618         * modules/unictype/category-test-withtable: New file.
10619         * modules/unictype/category-byname: New file.
10620         * modules/unictype/category-none: New file.
10621         * modules/unictype/category-and: New file.
10622         * modules/unictype/category-and-not: New file.
10623         * modules/unictype/category-name: New file.
10624         * modules/unictype/combining-class: New file.
10625         * modules/unictype/category-all: New file.
10626         * modules/unictype/bidicategory-all: New file.
10627         * modules/unictype/bidicategory-byname: New file.
10628         * modules/unictype/bidicategory-name: New file.
10629         * modules/unictype/bidicategory-of: New file.
10630         * modules/unictype/bidicategory-test: New file.
10631         * modules/unictype/decimal-digit: New file.
10632         * modules/unictype/digit: New file.
10633         * modules/unictype/numeric: New file.
10634         * modules/unictype/mirror: New file.
10635         * modules/unictype/property-white-space: New file.
10636         * modules/unictype/property-alphabetic: New file.
10637         * modules/unictype/property-other-alphabetic: New file.
10638         * modules/unictype/property-not-a-character: New file.
10639         * modules/unictype/property-default-ignorable-code-point: New file.
10640         * modules/unictype/property-other-default-ignorable-code-point: New
10641         file.
10642         * modules/unictype/property-deprecated: New file.
10643         * modules/unictype/property-logical-order-exception: New file.
10644         * modules/unictype/property-variation-selector: New file.
10645         * modules/unictype/property-private-use: New file.
10646         * modules/unictype/property-unassigned-code-value: New file.
10647         * modules/unictype/property-uppercase: New file.
10648         * modules/unictype/property-other-uppercase: New file.
10649         * modules/unictype/property-lowercase: New file.
10650         * modules/unictype/property-other-lowercase: New file.
10651         * modules/unictype/property-titlecase: New file.
10652         * modules/unictype/property-soft-dotted: New file.
10653         * modules/unictype/property-id-start: New file.
10654         * modules/unictype/property-other-id-start: New file.
10655         * modules/unictype/property-id-continue: New file.
10656         * modules/unictype/property-other-id-continue: New file.
10657         * modules/unictype/property-xid-start: New file.
10658         * modules/unictype/property-xid-continue: New file.
10659         * modules/unictype/property-pattern-white-space: New file.
10660         * modules/unictype/property-pattern-syntax: New file.
10661         * modules/unictype/property-join-control: New file.
10662         * modules/unictype/property-grapheme-base: New file.
10663         * modules/unictype/property-grapheme-extend: New file.
10664         * modules/unictype/property-other-grapheme-extend: New file.
10665         * modules/unictype/property-grapheme-link: New file.
10666         * modules/unictype/property-bidi-control: New file.
10667         * modules/unictype/property-bidi-left-to-right: New file.
10668         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
10669         * modules/unictype/property-bidi-arabic-right-to-left: New file.
10670         * modules/unictype/property-bidi-european-digit: New file.
10671         * modules/unictype/property-bidi-eur-num-separator: New file.
10672         * modules/unictype/property-bidi-eur-num-terminator: New file.
10673         * modules/unictype/property-bidi-arabic-digit: New file.
10674         * modules/unictype/property-bidi-common-separator: New file.
10675         * modules/unictype/property-bidi-block-separator: New file.
10676         * modules/unictype/property-bidi-segment-separator: New file.
10677         * modules/unictype/property-bidi-whitespace: New file.
10678         * modules/unictype/property-bidi-non-spacing-mark: New file.
10679         * modules/unictype/property-bidi-boundary-neutral: New file.
10680         * modules/unictype/property-bidi-pdf: New file.
10681         * modules/unictype/property-bidi-embedding-or-override: New file.
10682         * modules/unictype/property-bidi-other-neutral: New file.
10683         * modules/unictype/property-hex-digit: New file.
10684         * modules/unictype/property-ascii-hex-digit: New file.
10685         * modules/unictype/property-ideographic: New file.
10686         * modules/unictype/property-unified-ideograph: New file.
10687         * modules/unictype/property-radical: New file.
10688         * modules/unictype/property-ids-binary-operator: New file.
10689         * modules/unictype/property-ids-trinary-operator: New file.
10690         * modules/unictype/property-zero-width: New file.
10691         * modules/unictype/property-space: New file.
10692         * modules/unictype/property-non-break: New file.
10693         * modules/unictype/property-iso-control: New file.
10694         * modules/unictype/property-format-control: New file.
10695         * modules/unictype/property-dash: New file.
10696         * modules/unictype/property-hyphen: New file.
10697         * modules/unictype/property-punctuation: New file.
10698         * modules/unictype/property-line-separator: New file.
10699         * modules/unictype/property-paragraph-separator: New file.
10700         * modules/unictype/property-quotation-mark: New file.
10701         * modules/unictype/property-sentence-terminal: New file.
10702         * modules/unictype/property-terminal-punctuation: New file.
10703         * modules/unictype/property-currency-symbol: New file.
10704         * modules/unictype/property-math: New file.
10705         * modules/unictype/property-other-math: New file.
10706         * modules/unictype/property-paired-punctuation: New file.
10707         * modules/unictype/property-left-of-pair: New file.
10708         * modules/unictype/property-combining: New file.
10709         * modules/unictype/property-composite: New file.
10710         * modules/unictype/property-decimal-digit: New file.
10711         * modules/unictype/property-numeric: New file.
10712         * modules/unictype/property-diacritic: New file.
10713         * modules/unictype/property-extender: New file.
10714         * modules/unictype/property-ignorable-control: New file.
10715         * modules/unictype/property-test: New file.
10716         * modules/unictype/property-byname: New file.
10717         * modules/unictype/property-all: New file.
10718         * modules/unictype/scripts: New file.
10719         * modules/unictype/scripts-all: New file.
10720         * modules/unictype/block-of: New file.
10721         * modules/unictype/block-test: New file.
10722         * modules/unictype/block-list: New file.
10723         * modules/unictype/block-all: New file.
10724         * modules/unictype/syntax-c-whitespace: New file.
10725         * modules/unictype/syntax-java-whitespace: New file.
10726         * modules/unictype/syntax-c-ident: New file.
10727         * modules/unictype/syntax-java-ident: New file.
10728         * modules/unictype/ctype-alnum: New file.
10729         * modules/unictype/ctype-alpha: New file.
10730         * modules/unictype/ctype-cntrl: New file.
10731         * modules/unictype/ctype-digit: New file.
10732         * modules/unictype/ctype-graph: New file.
10733         * modules/unictype/ctype-lower: New file.
10734         * modules/unictype/ctype-print: New file.
10735         * modules/unictype/ctype-punct: New file.
10736         * modules/unictype/ctype-space: New file.
10737         * modules/unictype/ctype-upper: New file.
10738         * modules/unictype/ctype-xdigit: New file.
10739         * modules/unictype/ctype-blank: New file.
10740         * lib/unictype/bidi_byname.c: New file.
10741         * lib/unictype/bidi_name.c: New file.
10742         * lib/unictype/bidi_of.c: New file.
10743         * lib/unictype/bidi_test.c: New file.
10744         * lib/unictype/bitmap.h: New file.
10745         * lib/unictype/block_test.c: New file.
10746         * lib/unictype/blocks.c: New file.
10747         * lib/unictype/categ_C.c: New file.
10748         * lib/unictype/categ_Cc.c: New file.
10749         * lib/unictype/categ_Cf.c: New file.
10750         * lib/unictype/categ_Cn.c: New file.
10751         * lib/unictype/categ_Co.c: New file.
10752         * lib/unictype/categ_Cs.c: New file.
10753         * lib/unictype/categ_L.c: New file.
10754         * lib/unictype/categ_Ll.c: New file.
10755         * lib/unictype/categ_Lm.c: New file.
10756         * lib/unictype/categ_Lo.c: New file.
10757         * lib/unictype/categ_Lt.c: New file.
10758         * lib/unictype/categ_Lu.c: New file.
10759         * lib/unictype/categ_M.c: New file.
10760         * lib/unictype/categ_Mc.c: New file.
10761         * lib/unictype/categ_Me.c: New file.
10762         * lib/unictype/categ_Mn.c: New file.
10763         * lib/unictype/categ_N.c: New file.
10764         * lib/unictype/categ_Nd.c: New file.
10765         * lib/unictype/categ_Nl.c: New file.
10766         * lib/unictype/categ_No.c: New file.
10767         * lib/unictype/categ_P.c: New file.
10768         * lib/unictype/categ_Pc.c: New file.
10769         * lib/unictype/categ_Pd.c: New file.
10770         * lib/unictype/categ_Pe.c: New file.
10771         * lib/unictype/categ_Pf.c: New file.
10772         * lib/unictype/categ_Pi.c: New file.
10773         * lib/unictype/categ_Po.c: New file.
10774         * lib/unictype/categ_Ps.c: New file.
10775         * lib/unictype/categ_S.c: New file.
10776         * lib/unictype/categ_Sc.c: New file.
10777         * lib/unictype/categ_Sk.c: New file.
10778         * lib/unictype/categ_Sm.c: New file.
10779         * lib/unictype/categ_So.c: New file.
10780         * lib/unictype/categ_Z.c: New file.
10781         * lib/unictype/categ_Zl.c: New file.
10782         * lib/unictype/categ_Zp.c: New file.
10783         * lib/unictype/categ_Zs.c: New file.
10784         * lib/unictype/categ_and.c: New file.
10785         * lib/unictype/categ_and_not.c: New file.
10786         * lib/unictype/categ_byname.c: New file.
10787         * lib/unictype/categ_name.c: New file.
10788         * lib/unictype/categ_none.c: New file.
10789         * lib/unictype/categ_of.c: New file.
10790         * lib/unictype/categ_or.c: New file.
10791         * lib/unictype/categ_test.c: New file.
10792         * lib/unictype/combining.c: New file.
10793         * lib/unictype/ctype_alnum.c: New file.
10794         * lib/unictype/ctype_alpha.c: New file.
10795         * lib/unictype/ctype_blank.c: New file.
10796         * lib/unictype/ctype_cntrl.c: New file.
10797         * lib/unictype/ctype_digit.c: New file.
10798         * lib/unictype/ctype_graph.c: New file.
10799         * lib/unictype/ctype_lower.c: New file.
10800         * lib/unictype/ctype_print.c: New file.
10801         * lib/unictype/ctype_punct.c: New file.
10802         * lib/unictype/ctype_space.c: New file.
10803         * lib/unictype/ctype_upper.c: New file.
10804         * lib/unictype/ctype_xdigit.c: New file.
10805         * lib/unictype/decdigit.c: New file.
10806         * lib/unictype/digit.c: New file.
10807         * lib/unictype/identsyntaxmap.h: New file.
10808         * lib/unictype/mirror.c: New file.
10809         * lib/unictype/numeric.c: New file.
10810         * lib/unictype/pr_alphabetic.c: New file.
10811         * lib/unictype/pr_ascii_hex_digit.c: New file.
10812         * lib/unictype/pr_bidi_arabic_digit.c: New file.
10813         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
10814         * lib/unictype/pr_bidi_block_separator.c: New file.
10815         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
10816         * lib/unictype/pr_bidi_common_separator.c: New file.
10817         * lib/unictype/pr_bidi_control.c: New file.
10818         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
10819         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
10820         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
10821         * lib/unictype/pr_bidi_european_digit.c: New file.
10822         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
10823         * lib/unictype/pr_bidi_left_to_right.c: New file.
10824         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
10825         * lib/unictype/pr_bidi_other_neutral.c: New file.
10826         * lib/unictype/pr_bidi_pdf.c: New file.
10827         * lib/unictype/pr_bidi_segment_separator.c: New file.
10828         * lib/unictype/pr_bidi_whitespace.c: New file.
10829         * lib/unictype/pr_byname.c: New file.
10830         * lib/unictype/pr_byname.gperf: New file.
10831         * lib/unictype/pr_combining.c: New file.
10832         * lib/unictype/pr_composite.c: New file.
10833         * lib/unictype/pr_currency_symbol.c: New file.
10834         * lib/unictype/pr_dash.c: New file.
10835         * lib/unictype/pr_decimal_digit.c: New file.
10836         * lib/unictype/pr_default_ignorable_code_point.c: New file.
10837         * lib/unictype/pr_deprecated.c: New file.
10838         * lib/unictype/pr_diacritic.c: New file.
10839         * lib/unictype/pr_extender.c: New file.
10840         * lib/unictype/pr_format_control.c: New file.
10841         * lib/unictype/pr_grapheme_base.c: New file.
10842         * lib/unictype/pr_grapheme_extend.c: New file.
10843         * lib/unictype/pr_grapheme_link.c: New file.
10844         * lib/unictype/pr_hex_digit.c: New file.
10845         * lib/unictype/pr_hyphen.c: New file.
10846         * lib/unictype/pr_id_continue.c: New file.
10847         * lib/unictype/pr_id_start.c: New file.
10848         * lib/unictype/pr_ideographic.c: New file.
10849         * lib/unictype/pr_ids_binary_operator.c: New file.
10850         * lib/unictype/pr_ids_trinary_operator.c: New file.
10851         * lib/unictype/pr_ignorable_control.c: New file.
10852         * lib/unictype/pr_iso_control.c: New file.
10853         * lib/unictype/pr_join_control.c: New file.
10854         * lib/unictype/pr_left_of_pair.c: New file.
10855         * lib/unictype/pr_line_separator.c: New file.
10856         * lib/unictype/pr_logical_order_exception.c: New file.
10857         * lib/unictype/pr_lowercase.c: New file.
10858         * lib/unictype/pr_math.c: New file.
10859         * lib/unictype/pr_non_break.c: New file.
10860         * lib/unictype/pr_not_a_character.c: New file.
10861         * lib/unictype/pr_numeric.c: New file.
10862         * lib/unictype/pr_other_alphabetic.c: New file.
10863         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
10864         * lib/unictype/pr_other_grapheme_extend.c: New file.
10865         * lib/unictype/pr_other_id_continue.c: New file.
10866         * lib/unictype/pr_other_id_start.c: New file.
10867         * lib/unictype/pr_other_lowercase.c: New file.
10868         * lib/unictype/pr_other_math.c: New file.
10869         * lib/unictype/pr_other_uppercase.c: New file.
10870         * lib/unictype/pr_paired_punctuation.c: New file.
10871         * lib/unictype/pr_paragraph_separator.c: New file.
10872         * lib/unictype/pr_pattern_syntax.c: New file.
10873         * lib/unictype/pr_pattern_white_space.c: New file.
10874         * lib/unictype/pr_private_use.c: New file.
10875         * lib/unictype/pr_punctuation.c: New file.
10876         * lib/unictype/pr_quotation_mark.c: New file.
10877         * lib/unictype/pr_radical.c: New file.
10878         * lib/unictype/pr_sentence_terminal.c: New file.
10879         * lib/unictype/pr_soft_dotted.c: New file.
10880         * lib/unictype/pr_space.c: New file.
10881         * lib/unictype/pr_terminal_punctuation.c: New file.
10882         * lib/unictype/pr_test.c: New file.
10883         * lib/unictype/pr_titlecase.c: New file.
10884         * lib/unictype/pr_unassigned_code_value.c: New file.
10885         * lib/unictype/pr_unified_ideograph.c: New file.
10886         * lib/unictype/pr_uppercase.c: New file.
10887         * lib/unictype/pr_variation_selector.c: New file.
10888         * lib/unictype/pr_white_space.c: New file.
10889         * lib/unictype/pr_xid_continue.c: New file.
10890         * lib/unictype/pr_xid_start.c: New file.
10891         * lib/unictype/pr_zero_width.c: New file.
10892         * lib/unictype/scripts.c: New file.
10893         * lib/unictype/sy_c_ident.c: New file.
10894         * lib/unictype/sy_c_whitespace.c: New file.
10895         * lib/unictype/sy_java_ident.c: New file.
10896         * lib/unictype/sy_java_whitespace.c: New file.
10897
10898         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
10899         Unicode 5.0.0.
10900         * lib/unictype/blocks.h: Likewise.
10901         * lib/unictype/categ_C.h: Likewise.
10902         * lib/unictype/categ_Cc.h: Likewise.
10903         * lib/unictype/categ_Cf.h: Likewise.
10904         * lib/unictype/categ_Cn.h: Likewise.
10905         * lib/unictype/categ_Co.h: Likewise.
10906         * lib/unictype/categ_Cs.h: Likewise.
10907         * lib/unictype/categ_L.h: Likewise.
10908         * lib/unictype/categ_Ll.h: Likewise.
10909         * lib/unictype/categ_Lm.h: Likewise.
10910         * lib/unictype/categ_Lo.h: Likewise.
10911         * lib/unictype/categ_Lt.h: Likewise.
10912         * lib/unictype/categ_Lu.h: Likewise.
10913         * lib/unictype/categ_M.h: Likewise.
10914         * lib/unictype/categ_Mc.h: Likewise.
10915         * lib/unictype/categ_Me.h: Likewise.
10916         * lib/unictype/categ_Mn.h: Likewise.
10917         * lib/unictype/categ_N.h: Likewise.
10918         * lib/unictype/categ_Nd.h: Likewise.
10919         * lib/unictype/categ_Nl.h: Likewise.
10920         * lib/unictype/categ_No.h: Likewise.
10921         * lib/unictype/categ_P.h: Likewise.
10922         * lib/unictype/categ_Pc.h: Likewise.
10923         * lib/unictype/categ_Pd.h: Likewise.
10924         * lib/unictype/categ_Pe.h: Likewise.
10925         * lib/unictype/categ_Pf.h: Likewise.
10926         * lib/unictype/categ_Pi.h: Likewise.
10927         * lib/unictype/categ_Po.h: Likewise.
10928         * lib/unictype/categ_Ps.h: Likewise.
10929         * lib/unictype/categ_S.h: Likewise.
10930         * lib/unictype/categ_Sc.h: Likewise.
10931         * lib/unictype/categ_Sk.h: Likewise.
10932         * lib/unictype/categ_Sm.h: Likewise.
10933         * lib/unictype/categ_So.h: Likewise.
10934         * lib/unictype/categ_Z.h: Likewise.
10935         * lib/unictype/categ_Zl.h: Likewise.
10936         * lib/unictype/categ_Zp.h: Likewise.
10937         * lib/unictype/categ_Zs.h: Likewise.
10938         * lib/unictype/categ_of.h: Likewise.
10939         * lib/unictype/combining.h: Likewise.
10940         * lib/unictype/ctype_alnum.h: Likewise.
10941         * lib/unictype/ctype_alpha.h: Likewise.
10942         * lib/unictype/ctype_blank.h: Likewise.
10943         * lib/unictype/ctype_cntrl.h: Likewise.
10944         * lib/unictype/ctype_digit.h: Likewise.
10945         * lib/unictype/ctype_graph.h: Likewise.
10946         * lib/unictype/ctype_lower.h: Likewise.
10947         * lib/unictype/ctype_print.h: Likewise.
10948         * lib/unictype/ctype_punct.h: Likewise.
10949         * lib/unictype/ctype_space.h: Likewise.
10950         * lib/unictype/ctype_upper.h: Likewise.
10951         * lib/unictype/ctype_xdigit.h: Likewise.
10952         * lib/unictype/decdigit.h: Likewise.
10953         * lib/unictype/digit.h: Likewise.
10954         * lib/unictype/mirror.h: Likewise.
10955         * lib/unictype/numeric.h: Likewise.
10956         * lib/unictype/pr_alphabetic.h: Likewise.
10957         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
10958         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
10959         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
10960         * lib/unictype/pr_bidi_block_separator.h: Likewise.
10961         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
10962         * lib/unictype/pr_bidi_common_separator.h: Likewise.
10963         * lib/unictype/pr_bidi_control.h: Likewise.
10964         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
10965         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
10966         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
10967         * lib/unictype/pr_bidi_european_digit.h: Likewise.
10968         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
10969         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
10970         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
10971         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
10972         * lib/unictype/pr_bidi_pdf.h: Likewise.
10973         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
10974         * lib/unictype/pr_bidi_whitespace.h: Likewise.
10975         * lib/unictype/pr_combining.h: Likewise.
10976         * lib/unictype/pr_composite.h: Likewise.
10977         * lib/unictype/pr_currency_symbol.h: Likewise.
10978         * lib/unictype/pr_dash.h: Likewise.
10979         * lib/unictype/pr_decimal_digit.h: Likewise.
10980         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
10981         * lib/unictype/pr_deprecated.h: Likewise.
10982         * lib/unictype/pr_diacritic.h: Likewise.
10983         * lib/unictype/pr_extender.h: Likewise.
10984         * lib/unictype/pr_format_control.h: Likewise.
10985         * lib/unictype/pr_grapheme_base.h: Likewise.
10986         * lib/unictype/pr_grapheme_extend.h: Likewise.
10987         * lib/unictype/pr_grapheme_link.h: Likewise.
10988         * lib/unictype/pr_hex_digit.h: Likewise.
10989         * lib/unictype/pr_hyphen.h: Likewise.
10990         * lib/unictype/pr_id_continue.h: Likewise.
10991         * lib/unictype/pr_id_start.h: Likewise.
10992         * lib/unictype/pr_ideographic.h: Likewise.
10993         * lib/unictype/pr_ids_binary_operator.h: Likewise.
10994         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
10995         * lib/unictype/pr_ignorable_control.h: Likewise.
10996         * lib/unictype/pr_iso_control.h: Likewise.
10997         * lib/unictype/pr_join_control.h: Likewise.
10998         * lib/unictype/pr_left_of_pair.h: Likewise.
10999         * lib/unictype/pr_line_separator.h: Likewise.
11000         * lib/unictype/pr_logical_order_exception.h: Likewise.
11001         * lib/unictype/pr_lowercase.h: Likewise.
11002         * lib/unictype/pr_math.h: Likewise.
11003         * lib/unictype/pr_non_break.h: Likewise.
11004         * lib/unictype/pr_not_a_character.h: Likewise.
11005         * lib/unictype/pr_numeric.h: Likewise.
11006         * lib/unictype/pr_other_alphabetic.h: Likewise.
11007         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
11008         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
11009         * lib/unictype/pr_other_id_continue.h: Likewise.
11010         * lib/unictype/pr_other_id_start.h: Likewise.
11011         * lib/unictype/pr_other_lowercase.h: Likewise.
11012         * lib/unictype/pr_other_math.h: Likewise.
11013         * lib/unictype/pr_other_uppercase.h: Likewise.
11014         * lib/unictype/pr_paired_punctuation.h: Likewise.
11015         * lib/unictype/pr_paragraph_separator.h: Likewise.
11016         * lib/unictype/pr_pattern_syntax.h: Likewise.
11017         * lib/unictype/pr_pattern_white_space.h: Likewise.
11018         * lib/unictype/pr_private_use.h: Likewise.
11019         * lib/unictype/pr_punctuation.h: Likewise.
11020         * lib/unictype/pr_quotation_mark.h: Likewise.
11021         * lib/unictype/pr_radical.h: Likewise.
11022         * lib/unictype/pr_sentence_terminal.h: Likewise.
11023         * lib/unictype/pr_soft_dotted.h: Likewise.
11024         * lib/unictype/pr_space.h: Likewise.
11025         * lib/unictype/pr_terminal_punctuation.h: Likewise.
11026         * lib/unictype/pr_titlecase.h: Likewise.
11027         * lib/unictype/pr_unassigned_code_value.h: Likewise.
11028         * lib/unictype/pr_unified_ideograph.h: Likewise.
11029         * lib/unictype/pr_uppercase.h: Likewise.
11030         * lib/unictype/pr_variation_selector.h: Likewise.
11031         * lib/unictype/pr_white_space.h: Likewise.
11032         * lib/unictype/pr_xid_continue.h: Likewise.
11033         * lib/unictype/pr_xid_start.h: Likewise.
11034         * lib/unictype/pr_zero_width.h: Likewise.
11035         * lib/unictype/scripts.h: Likewise.
11036         * lib/unictype/scripts_byname.gperf: Likewise.
11037         * lib/unictype/sy_c_ident.h: Likewise.
11038         * lib/unictype/sy_c_whitespace.h: Likewise.
11039         * lib/unictype/sy_java_ident.h: Likewise.
11040         * lib/unictype/sy_java_whitespace.h: Likewise.
11041
11042         * lib/unictype/Makefile: New file.
11043         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
11044         glibc.
11045         * lib/unictype/3level.h: New file, copied from glibc.
11046         * lib/unictype/3levelbit.h: New file.
11047
11048 2007-11-11  Bruno Haible  <bruno@clisp.org>
11049
11050         * modules/gperf: New file.
11051         * modules/iconv_open (Depends-on): Add it.
11052         (Makefile.am): Remove the GPERF definition.
11053
11054 2007-11-11  Bruno Haible  <bruno@clisp.org>
11055
11056         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
11057         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
11058
11059 2007-11-11  Bruno Haible  <bruno@clisp.org>
11060
11061         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
11062         (usage): Remove function.
11063
11064 2007-11-11  Bruno Haible  <bruno@clisp.org>
11065
11066         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
11067         gl_FUNC_CEILF_LIBS.
11068         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
11069         gl_FUNC_CEIL_LIBS.
11070         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
11071         gl_FUNC_CEILL_LIBS.
11072         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
11073         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
11074         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
11075
11076 2007-11-11  Bruno Haible  <bruno@clisp.org>
11077
11078         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
11079         roundf were declared but do not exist on functions.
11080         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
11081         roundl were declared but do not exist on functions.
11082         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
11083         HAVE_FLOORL_AND_CEILL, respectively.
11084         Needed for Sun C on Solaris 10.
11085
11086 2007-11-11  Bruno Haible  <bruno@clisp.org>
11087
11088         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
11089         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
11090         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
11091         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
11092         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
11093         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
11094         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
11095         HAVE_DECL_ROUNDF.
11096         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
11097         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
11098         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
11099         of HAVE_DECL_ROUND*.
11100         * modules/math (Makefile.am): Update.
11101
11102 2007-11-10  Bruno Haible  <bruno@clisp.org>
11103
11104         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
11105         ptrdiff_t as m4/intl.m4.
11106
11107 2007-11-10  Jim Meyering  <meyering@redhat.com>
11108
11109         Avoid link failure for the argmatch test.
11110         * tests/test-argmatch.c (usage): Define function to avoid a link
11111         failure: argmatch_die requires a usage function.
11112
11113 2007-11-09  Bruno Haible  <bruno@clisp.org>
11114
11115         * doc/functions/snprintf.texi: Mention BeOS deficiency.
11116         * doc/functions/vsnprintf.texi: Likewise.
11117         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
11118         with a size argument < 2.
11119
11120 2007-11-09  Bruno Haible  <bruno@clisp.org>
11121
11122         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
11123         buffer. Fixes an inefficiency introduced on 2007-11-03.
11124
11125 2007-11-09  Bruno Haible  <bruno@clisp.org>
11126
11127         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
11128         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
11129
11130 2007-11-08  Jim Meyering  <meyering@redhat.com>
11131
11132         Change cache variable name prefix "jm_" to "gl_" everywhere.
11133         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
11134         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
11135         * m4/uptime.m4: s/gl_/jm_/
11136
11137 2007-11-07  Bruno Haible  <bruno@clisp.org>
11138
11139         Update to GNU gettext 0.17.
11140         * m4/intl.m4: Update to GNU gettext 0.17.
11141         * m4/po.m4: Likewise.
11142         * modules/gettext (Files): Remove m4/ulonglong.m4.
11143         (configure.ac): Require gettext infrastructure from version 0.17.
11144
11145 2007-11-06  Bruno Haible  <bruno@clisp.org>
11146
11147         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
11148         symbolic values are not defined in a public header.
11149         * lib/freadable.c (freadable) [QNX]: Likewise.
11150         * lib/freadahead.c (freadahead) [QNX]: Likewise.
11151         * lib/freading.c (freading) [QNX]: Likewise.
11152         * lib/fseterr.c (fseterr) [QNX]: Likewise.
11153         * lib/fwritable.c (fwritable) [QNX]: Likewise.
11154         * lib/fwriting.c (fwriting) [QNX]: Likewise.
11155         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
11156         Reported by Alain Magloire.
11157
11158         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
11159
11160 2007-11-05  Bruno Haible  <bruno@clisp.org>
11161
11162         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
11163         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
11164         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
11165         Reported by Eric Blake.
11166
11167 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11168             Bruno Haible  <bruno@clisp.org>
11169
11170         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
11171         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
11172         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
11173         (malloc): Undefine also before including <stdlib.h>.
11174         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
11175         Needed on OSF/1 4.0.
11176
11177 2007-11-05  Jim Meyering  <meyering@redhat.com>
11178
11179         git-version-gen: sync from coreutils.
11180         * build-aux/git-version-gen: Add comments.
11181         Change the first '-' to '.' in the snapshot version string,
11182         e.g., 6.9-377-08144 -> 6.9.377-08144
11183         Remove first parameter.
11184         Don't declare a version "-dirty" merely because a time
11185         stamp has changed.
11186
11187 2007-11-04  Bruno Haible  <bruno@clisp.org>
11188
11189         * lib/lock.h: Protect all macro definitions containing an 'if'
11190         statement through a "do { ... } while (0)".
11191         * lib/tls.h: Likewise.
11192
11193 2007-11-04  Bruno Haible  <bruno@clisp.org>
11194
11195         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
11196
11197 2007-11-04  Bruno Haible  <bruno@clisp.org>
11198
11199         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
11200         * modules/fprintf-posix (Depends-on): Add nocrash.
11201         * modules/snprintf-posix (Depends-on): Likewise.
11202         * modules/sprintf-posix (Depends-on): Likewise.
11203         * modules/vasnprintf-posix (Depends-on): Likewise.
11204         * modules/vasprintf-posix (Depends-on): Likewise.
11205         * modules/vfprintf-posix (Depends-on): Likewise.
11206         * modules/vsnprintf-posix (Depends-on): Likewise.
11207         * modules/vsprintf-posix (Depends-on): Likewise.
11208         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
11209         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
11210         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
11211         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
11212         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
11213         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
11214         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
11215
11216 2007-11-04  Bruno Haible  <bruno@clisp.org>
11217
11218         * modules/nocrash: New file.
11219         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
11220         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
11221
11222 2007-11-04  Bruno Haible  <bruno@clisp.org>
11223
11224         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
11225         precision handling.
11226         * tests/test-vasprintf-posix.c (test_function): Likewise.
11227         * tests/test-snprintf-posix.h (test_function): Likewise.
11228         * tests/test-sprintf-posix.h (test_function): Likewise.
11229
11230         Fix *printf behaviour for large precisions on mingw and BeOS.
11231         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
11232         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
11233         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
11234         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
11235         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
11236         gl_PRINTF_PRECISION and test its result. Invoke
11237         gl_PREREQ_VASNPRINTF_PRECISION.
11238         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
11239         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
11240         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
11241         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
11242         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
11243         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
11244         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
11245         * doc/functions/fprintf.texi: Update.
11246         * doc/functions/printf.texi: Update.
11247         * doc/functions/snprintf.texi: Update.
11248         * doc/functions/sprintf.texi: Update.
11249         * doc/functions/vfprintf.texi: Update.
11250         * doc/functions/vprintf.texi: Update.
11251         * doc/functions/vsnprintf.texi: Update.
11252         * doc/functions/vsprintf.texi: Update.
11253
11254 2007-11-04  Bruno Haible  <bruno@clisp.org>
11255
11256         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
11257
11258 2007-11-04  Bruno Haible  <bruno@clisp.org>
11259
11260         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
11261         Reported by Sylvain Beucler <beuc@gnu.org>.
11262
11263 2007-11-03  Bruno Haible  <bruno@clisp.org>
11264
11265         * tests/test-fprintf-posix2.sh: New file.
11266         * tests/test-fprintf-posix2.c: New file.
11267         * modules/fprintf-posix-tests (Files): Add them.
11268         (TESTS): Add test-fprintf-posix2.sh.
11269         (configure.ac): Check for getrlimit and setrlimit.
11270         (check_PROGRAMS): Add test-fprintf-posix2.
11271
11272         * tests/test-printf-posix2.sh: New file.
11273         * tests/test-printf-posix2.c: New file.
11274         * modules/printf-posix-tests (Files): Add them.
11275         (TESTS): Add test-printf-posix2.sh.
11276         (configure.ac): Check for getrlimit and setrlimit.
11277         (check_PROGRAMS): Add test-printf-posix2.
11278
11279         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
11280         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
11281         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
11282         (decode_double): New function, copied from decode_long_double.
11283         (scale10_round_decimal_decoded): New function, extracted from
11284         scale10_round_decimal_long_double.
11285         (scale10_round_decimal_long_double): Use it.
11286         (scale10_round_decimal_double): New function.
11287         (floorlog10): New function.
11288         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
11289         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
11290         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
11291         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
11292         gl_PRINTF_ENOMEM and test its result. Invoke
11293         gl_PREREQ_VASNPRINTF_ENOMEM.
11294         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
11295         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
11296         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
11297         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
11298         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
11299         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
11300         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
11301         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
11302         * modules/snprintf-posix (Depends-on): Likewise.
11303         * modules/sprintf-posix (Depends-on): Likewise.
11304         * modules/vasnprintf-posix (Depends-on): Likewise.
11305         * modules/vasprintf-posix (Depends-on): Likewise.
11306         * modules/vfprintf-posix (Depends-on): Likewise.
11307         * modules/vsnprintf-posix (Depends-on): Likewise.
11308         * modules/vsprintf-posix (Depends-on): Likewise.
11309         * doc/functions/fprintf.texi: Update.
11310         * doc/functions/printf.texi: Update.
11311         * doc/functions/snprintf.texi: Update.
11312         * doc/functions/sprintf.texi: Update.
11313         * doc/functions/vfprintf.texi: Update.
11314         * doc/functions/vprintf.texi: Update.
11315         * doc/functions/vsnprintf.texi: Update.
11316         * doc/functions/vsprintf.texi: Update.
11317
11318 2007-11-03  Bruno Haible  <bruno@clisp.org>
11319
11320         * modules/frexp-nolibm-tests: New file.
11321
11322         * modules/frexp-nolibm: New file.
11323         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
11324
11325 2007-11-03  Bruno Haible  <bruno@clisp.org>
11326
11327         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
11328         value is C99 compliant.
11329         Needed for OSF/1 5.1.
11330
11331 2007-11-03  Bruno Haible  <bruno@clisp.org>
11332
11333         Fix out-of-memory handling of vasnprintf.
11334         * lib/printf-parse.c: Include <errno.h>.
11335         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
11336         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
11337         is already set.
11338
11339 2007-11-02  Eric Blake  <ebb9@byu.net>
11340
11341         Fix tests on cygwin.
11342         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
11343
11344 2007-11-01  Bruno Haible  <bruno@clisp.org>
11345
11346         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
11347         warning.
11348         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
11349         needed for POSIX compatibility.
11350
11351 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
11352
11353         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
11354         for compatibility with GNU.
11355
11356 2007-11-01  Bruno Haible  <bruno@clisp.org>
11357
11358         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
11359         (putenv): Renamed from rpl_putenv. Change argument type from
11360         'const char *' to 'char *'.
11361         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
11362         of defining putenv in config.h, just set REPLACE_PUTENV.
11363         * modules/putenv (Depends-on): Add stdlib.
11364         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
11365         (Include): Use <stdlib.h>.
11366         * lib/stdlib.in.h (putenv): New declaration.
11367         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
11368         REPLACE_PUTENV.
11369         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
11370         REPLACE_PUTENV.
11371         Needed for MacOS X 10.5.0.
11372         Reported by Peter O'Gorman <peter@pogma.com>.
11373
11374 2007-11-01  Jim Meyering  <meyering@redhat.com>
11375
11376         Treat an empty date string exactly like "0".
11377         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
11378         if the remaining date string (to be parsed) is empty, use "0".
11379         Reported by Mischa Molhoek and discussed in this thread:
11380         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
11381
11382 2007-10-31  Bruno Haible  <bruno@clisp.org>
11383
11384         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
11385         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
11386         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
11387         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
11388         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
11389         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
11390
11391 2007-10-31  Bruno Haible  <bruno@clisp.org>
11392
11393         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
11394         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
11395         (AC_TYPE_LONG_LONG_INT): Use it.
11396         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
11397         it as well.
11398         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
11399         to m4/longlong.m4.
11400         * modules/stdint (Files): Remove m4/ulonglong.m4.
11401         * modules/strtoull (Files): Use m4/longlong.m4 instead of
11402         m4/ulonglong.m4.
11403         * modules/strtoumax (Files): Likewise.
11404
11405 2007-10-30  Bruno Haible  <bruno@clisp.org>
11406
11407         * modules/xvasprintf-posix: New file.
11408         Suggested by Eric Blake.
11409
11410 2007-10-30  Bruno Haible  <bruno@clisp.org>
11411
11412         * modules/xprintf-posix-tests: New file.
11413         * tests/test-xprintf-posix.sh: New file.
11414         * tests/test-xprintf-posix.c: New file.
11415         * tests/test-xfprintf-posix.c: New file.
11416
11417         * modules/xprintf-posix: New file.
11418
11419 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11420
11421         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
11422         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
11423         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
11424
11425 2007-10-29  Bruno Haible  <bruno@clisp.org>
11426
11427         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
11428         contain the special marker '_cv_'.
11429         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
11430         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
11431         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
11432         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
11433         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
11434         Reported by Ralf Wildenhues.
11435
11436 2007-10-29  Bruno Haible  <bruno@clisp.org>
11437
11438         * gnulib-tool (func_import): When --lgpl is not specified, set
11439         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
11440         GPLv3.
11441         Reported by Simon Josefsson.
11442
11443 2007-10-28  Bruno Haible  <bruno@clisp.org>
11444
11445         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
11446         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
11447         HAVE_DECL_ISFINITE.
11448         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
11449         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
11450         HAVE_DECL_ISFINITE.
11451
11452 2007-10-28  Bruno Haible  <bruno@clisp.org>
11453
11454         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
11455         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
11456
11457 2007-10-28  Bruno Haible  <bruno@clisp.org>
11458
11459         Fix link errors with Sun C 5.0 on Solaris 10.
11460         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
11461         function is declared but not present in the compiler's libm.
11462         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
11463         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
11464         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
11465         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
11466         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
11467         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
11468         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
11469         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
11470         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
11471         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
11472         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
11473         HAVE_DECL_FLOORL.
11474
11475 2007-10-28  Bruno Haible  <bruno@clisp.org>
11476
11477         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
11478         gl_FUNC_FLOORL. Cache the result.
11479         (gl_FUNC_FLOORL): Use it.
11480         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
11481         gl_FUNC_CEILL. Cache the result.
11482         (gl_FUNC_CEILL): Use it.
11483
11484         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
11485         gl_FUNC_FLOOR. Cache the result.
11486         (gl_FUNC_FLOOR): Use it.
11487         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
11488         gl_FUNC_CEIL. Cache the result.
11489         (gl_FUNC_CEIL): Use it.
11490
11491         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
11492         gl_FUNC_FLOORF. Cache the result.
11493         (gl_FUNC_FLOORF): Use it.
11494         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
11495         gl_FUNC_CEILF. Cache the result.
11496         (gl_FUNC_CEILF): Use it.
11497
11498 2007-10-28  Bruno Haible  <bruno@clisp.org>
11499
11500         * gnulib-tool: Allow specifying the LGPL version number through
11501         --lgpl=2 or --lgpl=3.
11502         (func_usage): Document --lgpl with argument.
11503         Handle --lgpl=... arguments.
11504         (func_import): Recognize also gl_LGPL calls with an argument. When
11505         --lgpl=2 is used and the module's license is just LGPL, report an
11506         error. Set sed_transform_lib_file according to the lgpl variable. In
11507         the generated files, use --lgpl or gl_LGPL invocations with argument,
11508         if necessary.
11509         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
11510         an LGPv2+ license.
11511         * doc/gnulib-tool.texi (Modified imports): Update explanation of
11512         gl_LGPL macro.
11513
11514 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11515             Bruno Haible  <bruno@clisp.org>
11516
11517         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
11518         (u16_uctomb_aux): Likewise.
11519         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
11520         !HAVE_INLINE.
11521         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
11522
11523 2007-10-28  Bruno Haible  <bruno@clisp.org>
11524
11525         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
11526         Invoke AM_GETTEXT_OPTION if it exists.
11527         * modules/vasprintf: Likewise.
11528         * modules/verror: Likewise.
11529         * modules/xprintf: Likewise.
11530         * modules/xvasprintf: Likewise.
11531
11532 2007-10-27  Ben Pfaff  <blp@gnu.org>
11533
11534         * lib/math.in.h: Define isfinite macro and prototypes for
11535         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
11536         implementations.
11537         * m4/math_h.m4: New substitutions for isfinite module.
11538         * lib/isfinite.c: New file.
11539         * m4/isfinite.m4: New file.
11540         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
11541         * modules/isfinite: New file.
11542         * modules/isfinite-tests: New file.
11543         * tests/tests-isfinite.c: New file.
11544         * doc/functions/isfinite.texi: Mention isfinite module.
11545         * MODULES.html.sh: Mention new module.
11546
11547 2007-10-27  Ben Pfaff  <blp@gnu.org>
11548
11549         Ralf Wildenhues reported that Tru64 4.0D declares the round
11550         functions but does not have definitions.
11551         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
11552         cannot be found in any library, set the output variable to
11553         "missing" instead of "".
11554         * m4/round.m4: Also use our substitute if we cannot find round in
11555         any library, even if it is declared.
11556         * m4/roundf.m4: Likewise for roundf.
11557         * m4/roundl.m4: Likewise for roundl.
11558         * lib/math.in.h: Undefine roundf, round, roundl before defining
11559         their replacements, to allow for hypothetical systems where these
11560         may be defined as macros but not available in libraries.
11561
11562 2007-10-27  Bruno Haible  <bruno@clisp.org>
11563
11564         * doc/gnulib.texi: Invoke @firstparagraphindent.
11565         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
11566         changes in gnulib.
11567         (Source changes): New section.
11568
11569 2007-10-26  Bruno Haible  <bruno@clisp.org>
11570
11571         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
11572         borrowed from autoconf.
11573
11574 2007-10-26  Bruno Haible  <bruno@clisp.org>
11575
11576         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
11577         strerror returned the empty string. Needed on HP-UX 11.00.
11578
11579 2007-10-24  Micah Cowan  <micah@cowan.name>
11580
11581         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
11582         * build-aux/bootstrap: Remove support for now-unnecessary option,
11583         --cvs-user, and envvars CVS_USER, CVS_RSH.
11584
11585 2007-10-24  Jim Meyering  <meyering@redhat.com>
11586
11587         Avoid diagnostics from sha1sum when there is no cached checksum.
11588         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
11589         if the po.s1 file hasn't been created yet.
11590
11591         * build-aux/bootstrap: Sync from coreutils:
11592         2007-10-24  Jim Meyering  <meyering@redhat.com>
11593         Get gnulib from the git repository, not from an obsolete cvs one.
11594         * build-aux/bootstrap: Suggestion from Micah Cowan.
11595         2007-10-04  Jim Meyering  <jim@meyering.net>
11596         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
11597         (update_po_files): Work also when there are no .po files in po/.
11598
11599 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
11600
11601         * README: Append ".git" to git and cg examples.
11602         Problem reported by Benoit Sigoure.
11603
11604 2007-10-23  Micah Cowan  <micah@cowan.name>
11605
11606         * users.txt: Add wget.
11607
11608 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11609
11610         Fix linking of some unistdio tests on FreeBSD.
11611         * modules/unistdio/u16-vsnprintf-tests
11612         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
11613         * modules/unistdio/u16-vsprintf-tests
11614         (test_u16_vsnprintf1_LDADD): Likewise.
11615         * modules/unistdio/u32-vsnprintf-tests
11616         (test_u32_vsnprintf1_LDADD): Likewise.
11617         * modules/unistdio/u32-vsprintf-tests
11618         (test_u32_vsprintf1_LDADD): Likewise.
11619         * modules/unistdio/u8-vsnprintf-tests
11620         (test_u8_vsnprintf1_LDADD): Likewise.
11621         * modules/unistdio/u8-vsprintf-tests
11622         (test_u8_vsprintf1_LDADD): Likewise.
11623         * modules/unistdio/ulc-vsnprintf-tests
11624         (test_ulc_vsnprintf1_LDADD): Likewise.
11625         * modules/unistdio/ulc-vsprintf-tests
11626         (test_ulc_vsprintf1_LDADD): Likewise.
11627
11628         Fix linking of some uniconv tests on FreeBSD.
11629         * modules/uniconv/u16-conv-from-enc-tests
11630         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
11631         * modules/uniconv/u16-conv-to-enc-tests
11632         (test_u16_conv_to_enc_LDADD): Likewise.
11633         * modules/uniconv/u16-strconv-from-enc-tests
11634         (test_u16_strconv_from_enc_LDADD): Likewise.
11635         * modules/uniconv/u16-strconv-to-enc-tests
11636         (test_u16_strconv_to_enc_LDADD): Likewise.
11637         * modules/uniconv/u32-conv-from-enc-tests
11638         (test_u32_conv_from_enc_LDADD): Likewise.
11639         * modules/uniconv/u32-conv-to-enc-tests
11640         (test_u32_conv_to_enc_LDADD): Likewise.
11641         * modules/uniconv/u32-strconv-from-enc-tests
11642         (test_u32_strconv_from_enc_LDADD): Likewise.
11643         * modules/uniconv/u32-strconv-to-enc-tests
11644         (test_u32_strconv_to_enc_LDADD): Likewise.
11645         * modules/uniconv/u8-conv-from-enc-tests
11646         (test_u8_conv_from_enc_LDADD): Likewise.
11647         * modules/uniconv/u8-conv-to-enc-tests
11648         (test_u8_conv_to_enc_LDADD): Likewise.
11649         * modules/uniconv/u8-strconv-from-enc-tests
11650         (test_u8_strconv_from_enc_LDADD): Likewise.
11651         * modules/uniconv/u8-strconv-to-enc-tests
11652         (test_u8_strconv_to_enc_LDADD): Likewise.
11653
11654 2007-10-22  Bruno Haible  <bruno@clisp.org>
11655
11656         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
11657         size.
11658
11659 2007-10-22  Eric Blake  <ebb9@byu.net>
11660
11661         Tweak x*printf documentation.
11662         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
11663         variable name and comments.
11664         Suggested by Bruno Haible.
11665
11666 2007-10-22  Bruno Haible  <bruno@clisp.org>
11667
11668         * lib/acl.c (copy_acl): Fix file name in comment.
11669
11670 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
11671
11672         Fix Tru64 problem with stdbool.h.
11673         * lib/stdbool.in.h (false, true):
11674         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
11675         Don't declare as an enum in this situation; it runs afoul of Tru64.
11676         Problem reported by Steven M. Schweda in
11677         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
11678
11679 2007-10-22  Eric Blake  <ebb9@byu.net>
11680
11681         Also wrap vf?printf.
11682         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
11683         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
11684         (xvprintf, xvfprintf): New functions.
11685
11686 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11687
11688         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
11689         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
11690
11691         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
11692         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
11693
11694 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
11695
11696         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
11697         by Bruno Haible.
11698
11699 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11700
11701         * lib/getloadavg.c
11702         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
11703         Undef `sys' after including sys/table.h, for Tru64 4.0D.
11704
11705         * tests/test-i-ring.c: Work for C89.
11706
11707 2007-10-22  Bruno Haible  <bruno@clisp.org>
11708
11709         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
11710         -1u, in preprocessor expression, so that we don't test for the bug
11711         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
11712         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
11713
11714 2007-10-22  Eric Blake  <ebb9@byu.net>
11715
11716         * tests/test-yesno.sh: Silence stderr during test.
11717
11718 2007-10-22  Simon Josefsson  <simon@josefsson.org>
11719
11720         * modules/crypto/gc-camellia: New file.
11721
11722         * m4/gc-camellia.m4: New file.
11723
11724         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
11725
11726         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
11727
11728 2007-10-22  Simon Josefsson  <simon@josefsson.org>
11729
11730         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
11731         --help to stdout.  Reported by sms@antinode.org (Steven
11732         M. Schweda).
11733
11734 2007-10-22  Simon Josefsson  <simon@josefsson.org>
11735
11736         * users.txt: Fix link to libksba.
11737
11738 2007-10-21  Ben Pfaff  <blp@gnu.org>
11739
11740         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
11741         round.c roundf implementation that depends on floorf and ceilf to
11742         be tested unconditionally.
11743
11744 2007-10-21  Ben Pfaff  <blp@gnu.org>
11745
11746         * m4/check-libm-func.m4: Removed.
11747         * m4/check-math-lib.m4: New file.
11748         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
11749         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
11750         definition and lack of AC_LIBOBJ([roundf]).
11751         * m4/roundl.m4: Ditto, and similarly for roundl.
11752         * modules/round: Reference new m4 file.
11753         * modules/roundf: Ditto.
11754         * modules/roundl: Ditto.
11755         * tests/test-round2.c (main): Use ROUND instead of round.
11756         Bug report from Bruno Haible.
11757
11758 2007-10-21  Bruno Haible  <bruno@clisp.org>
11759
11760         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
11761         context.
11762
11763 2007-10-21  Bruno Haible  <bruno@clisp.org>
11764
11765         * tests/test-wcwidth.c (main): Allow negative result for some control
11766         characters.
11767
11768         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
11769         Needed on OSF/1 5.1.
11770
11771 2007-10-21  Bruno Haible  <bruno@clisp.org>
11772
11773         * tests/test-floorf1.c: Include isnanf.h.
11774         (main): Use isnanf() instead of isnan().
11775         * tests/test-ceilf1.c: Include isnanf.h.
11776         (main): Use isnanf() instead of isnan().
11777         * tests/test-truncf1.c: Include isnanf.h.
11778         (main): Use isnanf() instead of isnan().
11779         * tests/test-roundf1.c: Include isnanf.h.
11780         (main): Use isnanf() instead of isnan().
11781
11782 2007-10-21  Eric Blake  <ebb9@byu.net>
11783
11784         * users.txt: Update URL for m4.
11785
11786 2007-10-21  Bruno Haible  <bruno@clisp.org>
11787
11788         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
11789
11790 2007-10-21  Bruno Haible  <bruno@clisp.org>
11791
11792         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
11793         Git's management files if the CVS files are not present.
11794
11795 2007-10-20  Bruno Haible  <bruno@clisp.org>
11796
11797         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
11798         gcc-3.4.x.
11799
11800 2007-10-20  Ben Pfaff  <blp@gnu.org>
11801
11802         * lib/math.in.h: Declare round, roundf, roundl if we are providing
11803         implementations.
11804         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
11805         * lib/round.c: New file.
11806         * lib/roundf.c: New file.
11807         * lib/roundl.c: New file.
11808         * m4/round.m4: New file.
11809         * m4/roundf.m4: New file.
11810         * m4/roundl.m4: New file.
11811         * m4/check-libm-func-m4: New file.
11812         * modules/math: Replace round, roundf, roundl related @VARS@ in
11813         math.in.h.
11814         * modules/round: New file.
11815         * modules/round-tests: New file.
11816         * modules/roundf: New file.
11817         * modules/roundf-tests: New file.
11818         * modules/roundl: New file.
11819         * modules/roundl-tests: New file.
11820         * tests/test-round1.c: New file.
11821         * tests/test-round2.c: New file.
11822         * tests/test-roundf1.c: New file.
11823         * tests/test-roundf2.c: New file.
11824         * tests/test-roundl.c: New file.
11825         * doc/functions/round.texi: Mention round module.
11826         * doc/functions/roundf.texi: Mention roundf module.
11827         * doc/functions/roundl.texi: Mention roundl module.
11828         * MODULES.html.sh: Mention new modules.
11829         Thanks to Bruno Haible for suggestions.
11830
11831 2007-10-20  Jim Meyering  <meyering@redhat.com>
11832
11833         * lib/xprintf.c: Include <config.h> unconditionally.
11834
11835         Change xprintf's license to GPL.
11836         * modules/xprintf (License): s/LGPL/GPL/, since this module
11837         depends on modules (exit and exitfail) which are GPL.
11838         Suggestion from Bruno Haible.
11839
11840         xprintf fixes.
11841         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
11842         Use a clearer diagnostic.
11843         Patch from Bruno Haible.
11844
11845 2007-10-20  Bruno Haible  <bruno@clisp.org>
11846
11847         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
11848         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
11849         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11850
11851 2007-10-20  Bruno Haible  <bruno@clisp.org>
11852
11853         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
11854         precision in the comparison result > x - 1 or similar.
11855         * tests/test-ceilf2.c (correct_result_p): Likewise.
11856         * tests/test-truncf2.c (correct_result_p): Likewise.
11857         * tests/test-trunc2.c (correct_result_p): Likewise.
11858         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11859
11860 2007-10-20  Bruno Haible  <bruno@clisp.org>
11861
11862         * modules/ceil: New file.
11863         * m4/ceil.m4: New file.
11864         * doc/functions/ceil.texi: Mention the 'ceil' module.
11865
11866 2007-10-20  Bruno Haible  <bruno@clisp.org>
11867
11868         * modules/floor: New file.
11869         * m4/floor.m4: New file.
11870         * doc/functions/floor.texi: Mention the 'floor' module.
11871
11872 2007-10-20  Bruno Haible  <bruno@clisp.org>
11873
11874         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
11875         of %a.
11876         * modules/floorf-tests (Depends-on): Likewise.
11877         * modules/truncf-tests (Depends-on): Likewise.
11878         * modules/trunc-tests (Depends-on): Likewise.
11879         Reported by Ben Pfaff.
11880
11881 2007-10-19  Jim Meyering  <meyering@redhat.com>
11882
11883         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
11884         Don't bother testing specific errno values.  Just test ferror.
11885
11886         New module: xprintf
11887         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
11888
11889 2007-10-19  Bruno Haible  <bruno@clisp.org>
11890
11891         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
11892         syntax.
11893         * modules/javaexec (Makefile.am): Likewise.
11894         * modules/relocatable-prog (Makefile.am): Likewise.
11895         Suggested by Jim Meyering.
11896
11897 2007-10-18  Bruno Haible  <bruno@clisp.org>
11898
11899         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
11900         Reported by Jim Meyering.
11901
11902 2007-10-18  Eric Blake  <ebb9@byu.net>
11903
11904         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
11905
11906 2007-10-18  Bruno Haible  <bruno@clisp.org>
11907
11908         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
11909         the format string into writable memory. Needed in Fortify conditions.
11910
11911 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
11912             Bruno Haible  <bruno@clisp.org>
11913
11914         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
11915         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
11916         * modules/trim (Depends-on): Add mbchar.
11917         (configure.ac): Add gl_FUNC_MBRTOWC.
11918         (Makefile.am): Augment lib_SOURCES.
11919
11920 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
11921
11922         Modify glob.c to use fstatat and dirfd, to simplify it.
11923         Suggested by Eric Blake.
11924         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
11925         Don't include <stdbool.h>; not used.
11926         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
11927         (link_exists_p): Simplify implementation, since we can now assume
11928         dirfd and fstatat.
11929         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
11930
11931 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11932
11933         * gnulib-tool (func_get_dependencies): Fix sed script to
11934         match only tests.
11935
11936 2007-10-17  Bruno Haible  <bruno@clisp.org>
11937
11938         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
11939         allow locale names without encoding suffix.
11940         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
11941         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
11942
11943 2007-10-16  Bruno Haible  <bruno@clisp.org>
11944
11945         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
11946         * lib/getgroups.c (getgroups): Likewise.
11947         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
11948
11949 2007-10-16  Bruno Haible  <bruno@clisp.org>
11950
11951         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
11952         * modules/malloc-posix (License): Likewise.
11953         * modules/realloc-posix (License): Likewise.
11954         * modules/calloc-posix (License): Likewise.
11955         * modules/intprops (License): Change from GPL to LGPL, with
11956         Paul Eggert's approval.
11957
11958 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
11959
11960         Merge glibc changes into lib/glob.c.
11961
11962         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
11963         2007-10-15 04:59:03 UTC.  Here are the changes:
11964
11965         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
11966
11967         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
11968
11969         * lib/glob.c: Add some branch prediction throughout.
11970
11971         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
11972
11973         [BZ #5103]
11974         * lib/glob.c (glob): Recognize patterns starting \/.
11975
11976         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
11977
11978         [BZ #3996]
11979         * lib/glob.c (attribute_hidden): Define if not defined.
11980         (glob): Unescape dirname, filename or username when needed and not
11981         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
11982         is NULL.  Handle unescaped [ in pattern without closing ].
11983         Don't pass GLOB_CHECK down to recursive glob for directories.
11984         (__glob_pattern_type): New function.
11985         (__glob_pattern_p): Implement using __glob_pattern_type.
11986         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
11987         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
11988         Remove unreachable code.
11989
11990         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
11991
11992         * lib/glob.c (glob_in_dir): Add some comments and asserts to
11993         explain why there are no leaks.
11994
11995         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
11996
11997         [BZ #3253]
11998         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
11999         time, rather allocate increasingly bigger arrays of pointers, if
12000         possible with alloca, if too large with malloc.
12001
12002 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
12003
12004         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
12005         Problem reported by H.Merijn Brand in
12006         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
12007         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
12008         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
12009
12010 2007-10-15  Bruno Haible  <bruno@clisp.org>
12011
12012         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
12013         with explicit rpl_ prefix.
12014         * lib/fopen.c (fopen): Likewise.
12015         * lib/freopen.c (freopen): Likewise.
12016         * lib/iconv.c (iconv): Likewise.
12017         * lib/iconv_close.c (iconv_close): Likewise.
12018
12019 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12020
12021         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
12022
12023 2007-10-15  Bruno Haible  <bruno@clisp.org>
12024
12025         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
12026         <stddef.h> instead of <stdlib.h> since we only need NULL.
12027         Reported by Ben Pfaff <blp@cs.stanford.edu>.
12028
12029 2007-10-15  Bruno Haible  <bruno@clisp.org>
12030
12031         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
12032         Replace paragraph talking about LIBOBJS.
12033         Reported by Colin Watson <cjwatson@debian.org>.
12034
12035 2007-10-15  Bruno Haible  <bruno@clisp.org>
12036
12037         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
12038         <stdlib.h> before using NULL.
12039
12040 2007-10-15  Simon Josefsson  <simon@josefsson.org>
12041
12042         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
12043         Reported by Albert Chin <china@thewrittenword.com>.
12044
12045 2007-10-14  Bruno Haible  <bruno@clisp.org>
12046
12047         * modules/iconv_open-utf-tests: New file.
12048         * tests/test-iconv-utf.c: New file.
12049
12050         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
12051         * modules/iconv_open-utf: New file.
12052         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
12053         (iconv, iconv_close): New declarations.
12054         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
12055         be defined.
12056         (iconv_open): Add special handling of conversion between UTF-8 and
12057         UTF-{16,32}{BE,LE}.
12058         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
12059         * lib/iconv_close.c: New file.
12060         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
12061         gl_FUNC_ICONV_OPEN.
12062         (gl_FUNC_ICONV_OPEN): Use it.
12063         (gl_FUNC_ICONV_OPEN_UTF): New macro.
12064         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
12065         and REPLACE_ICONV_UTF.
12066         * modules/iconv_open (Depends-on): Add c-strcase.
12067         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
12068         ICONV_CONST.
12069         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
12070
12071 2007-10-13  Albert Chin  <china@thewrittenword.com>
12072             Bruno Haible  <bruno@clisp.org>
12073
12074         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
12075         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
12076
12077 2007-10-13  Bruno Haible  <bruno@clisp.org>
12078
12079         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
12080         defined, use the ISO C99 inline semantics.
12081         * lib/argp.h (ARGP_EI): Likewise.
12082
12083 2007-10-13  Bruno Haible  <bruno@clisp.org>
12084
12085         Handle 'inline' change in gcc 4.3.0.
12086         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
12087         argp_fmtstream_write, argp_fmtstream_set_lmargin,
12088         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
12089         argp_fmtstream_point): Disable 'extern' declaration if the function
12090         definition is going to be provided inline.
12091         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
12092         semantics, not the ISO C99 inline semantics.
12093         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
12094         'extern' declaration if the function definition is going to be provided
12095         inline.
12096         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
12097         the GNU C inline semantics, not the ISO C99 inline semantics. With
12098         GCC 4.2, avoid a warning.
12099
12100 2007-10-13  Bruno Haible  <bruno@clisp.org>
12101
12102         * lib/freading.h (freading): Enable the use of __freading for
12103         glibc >= 2.7.
12104         * lib/freading.c (freading): Likewise.
12105
12106 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
12107
12108         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
12109         "warning: C99 inline functions are not supported; using GNU89".
12110
12111 2007-10-12  Bruno Haible  <bruno@clisp.org>
12112
12113         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
12114         of 2.
12115         * tests/test-ceilf2.c: New file.
12116         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
12117
12118         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
12119         * modules/ceilf-tests: Update.
12120
12121 2007-10-12  Bruno Haible  <bruno@clisp.org>
12122
12123         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
12124         of 2.
12125         * tests/test-floorf2.c: New file.
12126         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
12127
12128         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
12129         * modules/floorf-tests: Update.
12130
12131 2007-10-12  Bruno Haible  <bruno@clisp.org>
12132
12133         * tests/test-trunc2.c: New file.
12134         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
12135
12136         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
12137         * modules/trunc-tests: Update.
12138
12139 2007-10-12  Bruno Haible  <bruno@clisp.org>
12140
12141         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
12142         of 2.
12143         * tests/test-truncf2.c: New file.
12144         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
12145
12146         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
12147         * modules/truncf-tests: Update.
12148
12149 2007-10-11  Eric Blake  <ebb9@byu.net>
12150
12151         Don't claim strerror is broken on Interix.
12152         * doc/functions/strerror.texi (strerror): Known broken systems are
12153         now Solaris 8, and not Interix.
12154         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
12155         Interix on cross-compile.
12156         Reported by Martin Koeppe in
12157         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
12158
12159 2007-10-11  Bruno Haible  <bruno@clisp.org>
12160
12161         * modules/i-ring-tests: New file.
12162         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
12163         instead of assert.
12164
12165 2007-10-11  Bruno Haible  <bruno@clisp.org>
12166
12167         * modules/filenamecat-tests: New file.
12168         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
12169         * lib/filenamecat.c: Remove test code.
12170
12171 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
12172
12173         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
12174
12175         * lib/strerror.c: Include <string.h> always, to test interface,
12176         and to remove the need for the dummy.
12177         Include intprops.h to compute width instead of doing it ourselves
12178         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
12179         (strerror): Define it to return NULL if there's no system strerror.
12180         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
12181         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
12182         ancient pre-strerror Unix systems well any more.  Saying "unknown
12183         system error" is enough.
12184         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
12185         simpler strerror.c implementation.
12186         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
12187         Simplify the tests to reflect the simpler strerror implementation.
12188         * modules/strerror (Depends-on): Add intprops.
12189
12190 2007-10-09  Eric Blake  <ebb9@byu.net>
12191
12192         Silence test-fpending.
12193         * modules/fpending-tests (Files): Add wrapper script.
12194         * tests/test-fpending.sh: New file.
12195
12196 2007-10-09  Bruno Haible  <bruno@clisp.org>
12197
12198         * MODULES.html.sh (func_module): Don't create a hyperlink for
12199         function names like 'printf_frexp'.
12200         (Misc): Add crc, memxor.
12201         (Characteristics of floating types): New section.
12202         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
12203         isnanf-nolibm, signbit, trunc, truncf, truncl.
12204         (Enhancements for ISO C 99 functions): New subsection Input/output.
12205         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
12206         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
12207         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
12208         (Compatibility checks for POSIX:2001 functions): Add clock-time.
12209         (Enhancements for POSIX:2001 functions): Add chdir-long.
12210         (File system functions): Add areadlink, chdir-safer, read-file.
12211         Remove cycle-check.
12212         (File system as inode set): New section.
12213         (Date and time): Add gethrxtime.
12214         (Multithreading): Add openmp.
12215         (Internationalization functions): Add localename.
12216         (Unicode string functions): Add unistr/u*-mbsnlen.
12217         (Support for maintaining and releasing projects): Add git-version-gen.
12218         (Lone files): Remove directories.
12219
12220 2007-10-08  Ben Pfaff  <blp@gnu.org>
12221
12222         * lib/xmalloca.h: Fix typo in comment.
12223
12224 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
12225
12226         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
12227         when avoiding problems with integer overflow.  Use a portable test
12228         instead.
12229
12230 2007-10-08  Simon Josefsson  <simon@josefsson.org>
12231
12232         * modules/dummy (License): Change to LGPLv2+.
12233         * modules/float (License): Likewise
12234         * modules/realloc (License): Likewise
12235         * modules/stdlib (License): Likewise
12236
12237 2007-10-07  Bruno Haible  <bruno@clisp.org>
12238
12239         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
12240         * floor.c (TWO_MANT_DIG): Likewise.
12241         * ceil.c (TWO_MANT_DIG): Likewise.
12242         Reported by Ben Pfaff.
12243
12244 2007-10-07  Bruno Haible  <bruno@clisp.org>
12245
12246         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
12247         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
12248         * lib/frexp.c (FUNC): Likewise.
12249         * lib/printf-frexp.h (printf_frexp): Likewise.
12250         * lib/printf-frexpl.h (printf_frexpl): Likewise.
12251         * lib/printf-frexp.c (FUNC): Likewise.
12252         Suggested by Jim Meyering.
12253
12254 2007-10-07  Jim Meyering  <meyering@redhat.com>
12255
12256         Make xnanosleep's integer overflow test more robust.
12257         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
12258         so that gcc-4.3.0 doesn't optimize away this test for overflow.
12259
12260 2007-10-07  Bruno Haible  <bruno@clisp.org>
12261
12262         * NEWS: Mention the license change.
12263
12264         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
12265         abbreviations in the modules files.
12266
12267         Change copyright notice from GPLv2+ to GPLv3+.
12268         * README: Change copyright notice.
12269         * MODULES.html.sh: Likewise.
12270         * build-aux/bootstrap.conf: Likewise.
12271         * build-aux/config.libpath: Likewise.
12272         * build-aux/csharpcomp.sh.in: Likewise.
12273         * build-aux/csharpexec.sh.in: Likewise.
12274         * build-aux/install-reloc: Likewise.
12275         * build-aux/javacomp.sh.in: Likewise.
12276         * build-aux/javaexec.sh.in: Likewise.
12277         * build-aux/ldd.sh.in: Likewise.
12278         * build-aux/reloc-ldflags: Likewise.
12279         * build-aux/relocatable.sh.in: Likewise.
12280         * build-aux/x-to-1.in: Likewise.
12281         * check-module: Likewise.
12282         * config/srclistvars.sh: Likewise.
12283         * gnulib-tool: Likewise.
12284         * lib/acl-internal.h: Likewise.
12285         * lib/acl.c: Likewise.
12286         * lib/acl.h: Likewise.
12287         * lib/acl_entries.c: Likewise.
12288         * lib/areadlink-with-size.c: Likewise.
12289         * lib/areadlink.c: Likewise.
12290         * lib/areadlink.h: Likewise.
12291         * lib/argmatch.c: Likewise.
12292         * lib/argmatch.h: Likewise.
12293         * lib/argp-ba.c: Likewise.
12294         * lib/argp-eexst.c: Likewise.
12295         * lib/argp-fmtstream.c: Likewise.
12296         * lib/argp-fmtstream.h: Likewise.
12297         * lib/argp-fs-xinl.c: Likewise.
12298         * lib/argp-help.c: Likewise.
12299         * lib/argp-namefrob.h: Likewise.
12300         * lib/argp-parse.c: Likewise.
12301         * lib/argp-pin.c: Likewise.
12302         * lib/argp-pv.c: Likewise.
12303         * lib/argp-pvh.c: Likewise.
12304         * lib/argp-xinl.c: Likewise.
12305         * lib/argp.h: Likewise.
12306         * lib/at-func.c: Likewise.
12307         * lib/atanl.c: Likewise.
12308         * lib/backupfile.c: Likewise.
12309         * lib/backupfile.h: Likewise.
12310         * lib/basename.c: Likewise.
12311         * lib/binary-io.h: Likewise.
12312         * lib/byteswap.in.h: Likewise.
12313         * lib/c-stack.c: Likewise.
12314         * lib/c-stack.h: Likewise.
12315         * lib/c-strcasestr.c: Likewise.
12316         * lib/c-strcasestr.h: Likewise.
12317         * lib/c-strstr.c: Likewise.
12318         * lib/c-strstr.h: Likewise.
12319         * lib/c-strtod.c: Likewise.
12320         * lib/calloc.c: Likewise.
12321         * lib/canon-host.c: Likewise.
12322         * lib/canon-host.h: Likewise.
12323         * lib/canonicalize-lgpl.c: Likewise.
12324         * lib/canonicalize.c: Likewise.
12325         * lib/canonicalize.h: Likewise.
12326         * lib/ceil.c: Likewise.
12327         * lib/ceilf.c: Likewise.
12328         * lib/ceill.c: Likewise.
12329         * lib/chdir-long.c: Likewise.
12330         * lib/chdir-long.h: Likewise.
12331         * lib/chdir-safer.c: Likewise.
12332         * lib/chdir-safer.h: Likewise.
12333         * lib/chown.c: Likewise.
12334         * lib/classpath.c: Likewise.
12335         * lib/classpath.h: Likewise.
12336         * lib/clean-temp.c: Likewise.
12337         * lib/clean-temp.h: Likewise.
12338         * lib/cloexec.c: Likewise.
12339         * lib/close-stream.c: Likewise.
12340         * lib/closein.c: Likewise.
12341         * lib/closein.h: Likewise.
12342         * lib/closeout.c: Likewise.
12343         * lib/closeout.h: Likewise.
12344         * lib/concat-filename.c: Likewise.
12345         * lib/copy-file.c: Likewise.
12346         * lib/copy-file.h: Likewise.
12347         * lib/count-one-bits.h: Likewise.
12348         * lib/crc.c: Likewise.
12349         * lib/crc.h: Likewise.
12350         * lib/creat-safer.c: Likewise.
12351         * lib/csharpcomp.c: Likewise.
12352         * lib/csharpcomp.h: Likewise.
12353         * lib/csharpexec.c: Likewise.
12354         * lib/csharpexec.h: Likewise.
12355         * lib/cycle-check.c: Likewise.
12356         * lib/cycle-check.h: Likewise.
12357         * lib/diacrit.c: Likewise.
12358         * lib/diacrit.h: Likewise.
12359         * lib/diffseq.h: Likewise.
12360         * lib/dirchownmod.c: Likewise.
12361         * lib/dirent.in.h: Likewise.
12362         * lib/dirfd.c: Likewise.
12363         * lib/dirfd.h: Likewise.
12364         * lib/dirname.c: Likewise.
12365         * lib/dirname.h: Likewise.
12366         * lib/dummy.c: Likewise.
12367         * lib/dup-safer.c: Likewise.
12368         * lib/dup2.c: Likewise.
12369         * lib/eealloc.h: Likewise.
12370         * lib/error.c: Likewise.
12371         * lib/error.h: Likewise.
12372         * lib/euidaccess.c: Likewise.
12373         * lib/exclude.c: Likewise.
12374         * lib/exclude.h: Likewise.
12375         * lib/execute.c: Likewise.
12376         * lib/execute.h: Likewise.
12377         * lib/exitfail.c: Likewise.
12378         * lib/exitfail.h: Likewise.
12379         * lib/expl.c: Likewise.
12380         * lib/fatal-signal.c: Likewise.
12381         * lib/fatal-signal.h: Likewise.
12382         * lib/fbufmode.c: Likewise.
12383         * lib/fbufmode.h: Likewise.
12384         * lib/fchdir.c: Likewise.
12385         * lib/fchmodat.c: Likewise.
12386         * lib/fchownat.c: Likewise.
12387         * lib/fcntl--.h: Likewise.
12388         * lib/fcntl-safer.h: Likewise.
12389         * lib/fcntl.in.h: Likewise.
12390         * lib/fd-safer.c: Likewise.
12391         * lib/fflush.c: Likewise.
12392         * lib/file-has-acl.c: Likewise.
12393         * lib/file-set.c: Likewise.
12394         * lib/file-type.c: Likewise.
12395         * lib/file-type.h: Likewise.
12396         * lib/fileblocks.c: Likewise.
12397         * lib/filemode.c: Likewise.
12398         * lib/filemode.h: Likewise.
12399         * lib/filename.h: Likewise.
12400         * lib/filenamecat.c: Likewise.
12401         * lib/filenamecat.h: Likewise.
12402         * lib/findprog.c: Likewise.
12403         * lib/findprog.h: Likewise.
12404         * lib/float.in.h: Likewise.
12405         * lib/floor.c: Likewise.
12406         * lib/floorf.c: Likewise.
12407         * lib/floorl.c: Likewise.
12408         * lib/fopen-safer.c: Likewise.
12409         * lib/fopen.c: Likewise.
12410         * lib/fpending.c: Likewise.
12411         * lib/fpending.h: Likewise.
12412         * lib/fprintf.c: Likewise.
12413         * lib/fprintftime.h: Likewise.
12414         * lib/fpucw.h: Likewise.
12415         * lib/fpurge.c: Likewise.
12416         * lib/fpurge.h: Likewise.
12417         * lib/freadable.c: Likewise.
12418         * lib/freadable.h: Likewise.
12419         * lib/freadahead.c: Likewise.
12420         * lib/freadahead.h: Likewise.
12421         * lib/freading.c: Likewise.
12422         * lib/freading.h: Likewise.
12423         * lib/free.c: Likewise.
12424         * lib/freopen.c: Likewise.
12425         * lib/frexp.c: Likewise.
12426         * lib/frexpl.c: Likewise.
12427         * lib/fseek.c: Likewise.
12428         * lib/fseterr.c: Likewise.
12429         * lib/fseterr.h: Likewise.
12430         * lib/fstatat.c: Likewise.
12431         * lib/fstrcmp.c: Likewise.
12432         * lib/fstrcmp.h: Likewise.
12433         * lib/fsusage.c: Likewise.
12434         * lib/fsusage.h: Likewise.
12435         * lib/ftell.c: Likewise.
12436         * lib/ftello.c: Likewise.
12437         * lib/fts-cycle.c: Likewise.
12438         * lib/fts.c: Likewise.
12439         * lib/fts_.h: Likewise.
12440         * lib/full-read.c: Likewise.
12441         * lib/full-read.h: Likewise.
12442         * lib/full-write.c: Likewise.
12443         * lib/full-write.h: Likewise.
12444         * lib/fwritable.c: Likewise.
12445         * lib/fwritable.h: Likewise.
12446         * lib/fwriteerror.c: Likewise.
12447         * lib/fwriteerror.h: Likewise.
12448         * lib/fwriting.c: Likewise.
12449         * lib/fwriting.h: Likewise.
12450         * lib/gcd.c: Likewise.
12451         * lib/gcd.h: Likewise.
12452         * lib/getcwd.c: Likewise.
12453         * lib/getdate.h: Likewise.
12454         * lib/getdate.y: Likewise.
12455         * lib/getdomainname.c: Likewise.
12456         * lib/getdomainname.h: Likewise.
12457         * lib/getgroups.c: Likewise.
12458         * lib/gethostname.c: Likewise.
12459         * lib/gethrxtime.c: Likewise.
12460         * lib/gethrxtime.h: Likewise.
12461         * lib/getloadavg.c: Likewise.
12462         * lib/getndelim2.c: Likewise.
12463         * lib/getndelim2.h: Likewise.
12464         * lib/getnline.c: Likewise.
12465         * lib/getnline.h: Likewise.
12466         * lib/getopt.c: Likewise.
12467         * lib/getopt.in.h: Likewise.
12468         * lib/getopt1.c: Likewise.
12469         * lib/getopt_int.h: Likewise.
12470         * lib/getpagesize.h: Likewise.
12471         * lib/getsubopt.c: Likewise.
12472         * lib/gettime.c: Likewise.
12473         * lib/getugroups.c: Likewise.
12474         * lib/getugroups.h: Likewise.
12475         * lib/getusershell.c: Likewise.
12476         * lib/gl_anyavltree_list1.h: Likewise.
12477         * lib/gl_anyavltree_list2.h: Likewise.
12478         * lib/gl_anyhash_list1.h: Likewise.
12479         * lib/gl_anyhash_list2.h: Likewise.
12480         * lib/gl_anylinked_list1.h: Likewise.
12481         * lib/gl_anylinked_list2.h: Likewise.
12482         * lib/gl_anyrbtree_list1.h: Likewise.
12483         * lib/gl_anyrbtree_list2.h: Likewise.
12484         * lib/gl_anytree_list1.h: Likewise.
12485         * lib/gl_anytree_list2.h: Likewise.
12486         * lib/gl_anytree_oset.h: Likewise.
12487         * lib/gl_anytreehash_list1.h: Likewise.
12488         * lib/gl_anytreehash_list2.h: Likewise.
12489         * lib/gl_array_list.c: Likewise.
12490         * lib/gl_array_list.h: Likewise.
12491         * lib/gl_array_oset.c: Likewise.
12492         * lib/gl_array_oset.h: Likewise.
12493         * lib/gl_avltree_list.c: Likewise.
12494         * lib/gl_avltree_list.h: Likewise.
12495         * lib/gl_avltree_oset.c: Likewise.
12496         * lib/gl_avltree_oset.h: Likewise.
12497         * lib/gl_avltreehash_list.c: Likewise.
12498         * lib/gl_avltreehash_list.h: Likewise.
12499         * lib/gl_carray_list.c: Likewise.
12500         * lib/gl_carray_list.h: Likewise.
12501         * lib/gl_linked_list.c: Likewise.
12502         * lib/gl_linked_list.h: Likewise.
12503         * lib/gl_linkedhash_list.c: Likewise.
12504         * lib/gl_linkedhash_list.h: Likewise.
12505         * lib/gl_list.c: Likewise.
12506         * lib/gl_list.h: Likewise.
12507         * lib/gl_oset.c: Likewise.
12508         * lib/gl_oset.h: Likewise.
12509         * lib/gl_rbtree_list.c: Likewise.
12510         * lib/gl_rbtree_list.h: Likewise.
12511         * lib/gl_rbtree_oset.c: Likewise.
12512         * lib/gl_rbtree_oset.h: Likewise.
12513         * lib/gl_rbtreehash_list.c: Likewise.
12514         * lib/gl_rbtreehash_list.h: Likewise.
12515         * lib/gl_sublist.c: Likewise.
12516         * lib/gl_sublist.h: Likewise.
12517         * lib/group-member.c: Likewise.
12518         * lib/group-member.h: Likewise.
12519         * lib/hard-locale.c: Likewise.
12520         * lib/hard-locale.h: Likewise.
12521         * lib/hash-pjw.c: Likewise.
12522         * lib/hash-pjw.h: Likewise.
12523         * lib/hash-triple.c: Likewise.
12524         * lib/hash.c: Likewise.
12525         * lib/hash.h: Likewise.
12526         * lib/human.c: Likewise.
12527         * lib/human.h: Likewise.
12528         * lib/i-ring.c: Likewise.
12529         * lib/i-ring.h: Likewise.
12530         * lib/idcache.c: Likewise.
12531         * lib/imaxabs.c: Likewise.
12532         * lib/imaxdiv.c: Likewise.
12533         * lib/inet_pton.c: Likewise.
12534         * lib/inet_pton.h: Likewise.
12535         * lib/intprops.h: Likewise.
12536         * lib/inttostr.c: Likewise.
12537         * lib/inttostr.h: Likewise.
12538         * lib/inttypes.in.h: Likewise.
12539         * lib/isapipe.c: Likewise.
12540         * lib/isdir.c: Likewise.
12541         * lib/isnan.c: Likewise.
12542         * lib/isnan.h: Likewise.
12543         * lib/isnanf.c: Likewise.
12544         * lib/isnanf.h: Likewise.
12545         * lib/isnanl-nolibm.h: Likewise.
12546         * lib/isnanl.c: Likewise.
12547         * lib/isnanl.h: Likewise.
12548         * lib/javacomp.c: Likewise.
12549         * lib/javacomp.h: Likewise.
12550         * lib/javaexec.c: Likewise.
12551         * lib/javaexec.h: Likewise.
12552         * lib/javaversion.c: Likewise.
12553         * lib/javaversion.h: Likewise.
12554         * lib/javaversion.java: Likewise.
12555         * lib/lbrkprop.h: Likewise.
12556         * lib/lchmod.h: Likewise.
12557         * lib/lchown.c: Likewise.
12558         * lib/ldexpl.c: Likewise.
12559         * lib/linebreak.c: Likewise.
12560         * lib/linebreak.h: Likewise.
12561         * lib/linebuffer.c: Likewise.
12562         * lib/linebuffer.h: Likewise.
12563         * lib/locale.in.h: Likewise.
12564         * lib/logl.c: Likewise.
12565         * lib/long-options.c: Likewise.
12566         * lib/long-options.h: Likewise.
12567         * lib/lstat.c: Likewise.
12568         * lib/lstat.h: Likewise.
12569         * lib/math.in.h: Likewise.
12570         * lib/mbchar.c: Likewise.
12571         * lib/mbchar.h: Likewise.
12572         * lib/mbfile.h: Likewise.
12573         * lib/mbiter.h: Likewise.
12574         * lib/mbscasecmp.c: Likewise.
12575         * lib/mbscasestr.c: Likewise.
12576         * lib/mbschr.c: Likewise.
12577         * lib/mbscspn.c: Likewise.
12578         * lib/mbslen.c: Likewise.
12579         * lib/mbsncasecmp.c: Likewise.
12580         * lib/mbsnlen.c: Likewise.
12581         * lib/mbspbrk.c: Likewise.
12582         * lib/mbspcasecmp.c: Likewise.
12583         * lib/mbsrchr.c: Likewise.
12584         * lib/mbssep.c: Likewise.
12585         * lib/mbsspn.c: Likewise.
12586         * lib/mbsstr.c: Likewise.
12587         * lib/mbstok_r.c: Likewise.
12588         * lib/mbswidth.c: Likewise.
12589         * lib/mbswidth.h: Likewise.
12590         * lib/mbuiter.h: Likewise.
12591         * lib/memcasecmp.c: Likewise.
12592         * lib/memcasecmp.h: Likewise.
12593         * lib/memchr.c: Likewise.
12594         * lib/memcmp.c: Likewise.
12595         * lib/memcoll.c: Likewise.
12596         * lib/memcoll.h: Likewise.
12597         * lib/memcpy.c: Likewise.
12598         * lib/memrchr.c: Likewise.
12599         * lib/mkancesdirs.c: Likewise.
12600         * lib/mkdir-p.c: Likewise.
12601         * lib/mkdir-p.h: Likewise.
12602         * lib/mkdir.c: Likewise.
12603         * lib/mkdirat.c: Likewise.
12604         * lib/mkdtemp.c: Likewise.
12605         * lib/mkstemp-safer.c: Likewise.
12606         * lib/mkstemp.c: Likewise.
12607         * lib/modechange.c: Likewise.
12608         * lib/modechange.h: Likewise.
12609         * lib/mountlist.c: Likewise.
12610         * lib/mountlist.h: Likewise.
12611         * lib/mpsort.c: Likewise.
12612         * lib/nanosleep.c: Likewise.
12613         * lib/obstack.c: Likewise.
12614         * lib/obstack.h: Likewise.
12615         * lib/open-safer.c: Likewise.
12616         * lib/open.c: Likewise.
12617         * lib/openat-die.c: Likewise.
12618         * lib/openat-priv.h: Likewise.
12619         * lib/openat-proc.c: Likewise.
12620         * lib/openat.c: Likewise.
12621         * lib/openat.h: Likewise.
12622         * lib/pagealign_alloc.c: Likewise.
12623         * lib/pagealign_alloc.h: Likewise.
12624         * lib/physmem.c: Likewise.
12625         * lib/physmem.h: Likewise.
12626         * lib/pipe-safer.c: Likewise.
12627         * lib/pipe.c: Likewise.
12628         * lib/pipe.h: Likewise.
12629         * lib/posixtm.c: Likewise.
12630         * lib/posixtm.h: Likewise.
12631         * lib/posixver.c: Likewise.
12632         * lib/printf-frexp.c: Likewise.
12633         * lib/printf-frexp.h: Likewise.
12634         * lib/printf-frexpl.c: Likewise.
12635         * lib/printf-frexpl.h: Likewise.
12636         * lib/printf.c: Likewise.
12637         * lib/progname.c: Likewise.
12638         * lib/progname.h: Likewise.
12639         * lib/progreloc.c: Likewise.
12640         * lib/putenv.c: Likewise.
12641         * lib/quote.c: Likewise.
12642         * lib/quote.h: Likewise.
12643         * lib/quotearg.c: Likewise.
12644         * lib/quotearg.h: Likewise.
12645         * lib/raise.c: Likewise.
12646         * lib/readline.c: Likewise.
12647         * lib/readline.h: Likewise.
12648         * lib/readlink.c: Likewise.
12649         * lib/readtokens.c: Likewise.
12650         * lib/readtokens.h: Likewise.
12651         * lib/readtokens0.c: Likewise.
12652         * lib/readtokens0.h: Likewise.
12653         * lib/readutmp.c: Likewise.
12654         * lib/readutmp.h: Likewise.
12655         * lib/realloc.c: Likewise.
12656         * lib/relocwrapper.c: Likewise.
12657         * lib/rename-dest-slash.c: Likewise.
12658         * lib/rename.c: Likewise.
12659         * lib/rmdir.c: Likewise.
12660         * lib/rpmatch.c: Likewise.
12661         * lib/safe-read.c: Likewise.
12662         * lib/safe-read.h: Likewise.
12663         * lib/safe-write.c: Likewise.
12664         * lib/safe-write.h: Likewise.
12665         * lib/same-inode.h: Likewise.
12666         * lib/same.c: Likewise.
12667         * lib/same.h: Likewise.
12668         * lib/save-cwd.c: Likewise.
12669         * lib/save-cwd.h: Likewise.
12670         * lib/savedir.c: Likewise.
12671         * lib/savedir.h: Likewise.
12672         * lib/savewd.c: Likewise.
12673         * lib/savewd.h: Likewise.
12674         * lib/search.in.h: Likewise.
12675         * lib/setenv.c: Likewise.
12676         * lib/setenv.h: Likewise.
12677         * lib/settime.c: Likewise.
12678         * lib/sh-quote.c: Likewise.
12679         * lib/sh-quote.h: Likewise.
12680         * lib/sig2str.c: Likewise.
12681         * lib/sig2str.h: Likewise.
12682         * lib/signal.in.h: Likewise.
12683         * lib/signbitd.c: Likewise.
12684         * lib/signbitf.c: Likewise.
12685         * lib/signbitl.c: Likewise.
12686         * lib/sigprocmask.c: Likewise.
12687         * lib/sincosl.c: Likewise.
12688         * lib/sleep.c: Likewise.
12689         * lib/sprintf.c: Likewise.
12690         * lib/sqrtl.c: Likewise.
12691         * lib/stat-time.h: Likewise.
12692         * lib/stdio--.h: Likewise.
12693         * lib/stdio-safer.h: Likewise.
12694         * lib/stdlib--.h: Likewise.
12695         * lib/stdlib-safer.h: Likewise.
12696         * lib/stdlib.in.h: Likewise.
12697         * lib/stpcpy.c: Likewise.
12698         * lib/stpncpy.c: Likewise.
12699         * lib/strchrnul.c: Likewise.
12700         * lib/strcspn.c: Likewise.
12701         * lib/strerror.c: Likewise.
12702         * lib/strftime.c: Likewise.
12703         * lib/strftime.h: Likewise.
12704         * lib/striconveh.c: Likewise.
12705         * lib/striconveh.h: Likewise.
12706         * lib/striconveha.c: Likewise.
12707         * lib/striconveha.h: Likewise.
12708         * lib/stripslash.c: Likewise.
12709         * lib/strnlen1.c: Likewise.
12710         * lib/strnlen1.h: Likewise.
12711         * lib/strtod.c: Likewise.
12712         * lib/strtoimax.c: Likewise.
12713         * lib/strtok_r.c: Likewise.
12714         * lib/strtol.c: Likewise.
12715         * lib/strtoll.c: Likewise.
12716         * lib/strtoul.c: Likewise.
12717         * lib/strtoull.c: Likewise.
12718         * lib/sysexits.in.h: Likewise.
12719         * lib/tempname.c: Likewise.
12720         * lib/tempname.h: Likewise.
12721         * lib/timespec.h: Likewise.
12722         * lib/tls.c: Likewise.
12723         * lib/tls.h: Likewise.
12724         * lib/tmpdir.c: Likewise.
12725         * lib/tmpdir.h: Likewise.
12726         * lib/tmpfile-safer.c: Likewise.
12727         * lib/tmpfile.c: Likewise.
12728         * lib/trigl.c: Likewise.
12729         * lib/trigl.h: Likewise.
12730         * lib/trim.c: Likewise.
12731         * lib/trim.h: Likewise.
12732         * lib/trunc.c: Likewise.
12733         * lib/truncf.c: Likewise.
12734         * lib/truncl.c: Likewise.
12735         * lib/tsearch.c: Likewise.
12736         * lib/unicodeio.c: Likewise.
12737         * lib/unicodeio.h: Likewise.
12738         * lib/unistd--.h: Likewise.
12739         * lib/unistd-safer.h: Likewise.
12740         * lib/unistdio/ulc-fprintf.c: Likewise.
12741         * lib/unistdio/ulc-vfprintf.c: Likewise.
12742         * lib/unlinkdir.c: Likewise.
12743         * lib/unlinkdir.h: Likewise.
12744         * lib/unlocked-io.h: Likewise.
12745         * lib/unsetenv.c: Likewise.
12746         * lib/userspec.c: Likewise.
12747         * lib/utime.c: Likewise.
12748         * lib/utimecmp.c: Likewise.
12749         * lib/utimecmp.h: Likewise.
12750         * lib/utimens.c: Likewise.
12751         * lib/verify.h: Likewise.
12752         * lib/verror.c: Likewise.
12753         * lib/verror.h: Likewise.
12754         * lib/version-etc-fsf.c: Likewise.
12755         * lib/version-etc.c: Likewise.
12756         * lib/version-etc.h: Likewise.
12757         * lib/vfprintf.c: Likewise.
12758         * lib/vprintf.c: Likewise.
12759         * lib/vsprintf.c: Likewise.
12760         * lib/w32spawn.h: Likewise.
12761         * lib/wait-process.c: Likewise.
12762         * lib/wait-process.h: Likewise.
12763         * lib/wcwidth.c: Likewise.
12764         * lib/write-any-file.c: Likewise.
12765         * lib/xalloc-die.c: Likewise.
12766         * lib/xalloc.h: Likewise.
12767         * lib/xasprintf.c: Likewise.
12768         * lib/xgetcwd.c: Likewise.
12769         * lib/xgetcwd.h: Likewise.
12770         * lib/xgetdomainname.c: Likewise.
12771         * lib/xgetdomainname.h: Likewise.
12772         * lib/xgethostname.c: Likewise.
12773         * lib/xmalloc.c: Likewise.
12774         * lib/xmalloca.c: Likewise.
12775         * lib/xmalloca.h: Likewise.
12776         * lib/xmemcoll.c: Likewise.
12777         * lib/xnanosleep.c: Likewise.
12778         * lib/xreadlink.c: Likewise.
12779         * lib/xreadlink.h: Likewise.
12780         * lib/xsetenv.c: Likewise.
12781         * lib/xsetenv.h: Likewise.
12782         * lib/xstriconv.c: Likewise.
12783         * lib/xstriconv.h: Likewise.
12784         * lib/xstrndup.c: Likewise.
12785         * lib/xstrndup.h: Likewise.
12786         * lib/xstrtod.c: Likewise.
12787         * lib/xstrtod.h: Likewise.
12788         * lib/xstrtol-error.c: Likewise.
12789         * lib/xstrtol.c: Likewise.
12790         * lib/xstrtol.h: Likewise.
12791         * lib/xtime.h: Likewise.
12792         * lib/xvasprintf.c: Likewise.
12793         * lib/xvasprintf.h: Likewise.
12794         * lib/yesno.c: Likewise.
12795         * lib/yesno.h: Likewise.
12796         * posix-modules: Likewise.
12797         * tests/test-alloca-opt.c: Likewise.
12798         * tests/test-arcfour.c: Likewise.
12799         * tests/test-arctwo.c: Likewise.
12800         * tests/test-argmatch.c: Likewise.
12801         * tests/test-argp-2.sh: Likewise.
12802         * tests/test-argp.c: Likewise.
12803         * tests/test-arpa_inet.c: Likewise.
12804         * tests/test-array_list.c: Likewise.
12805         * tests/test-array_oset.c: Likewise.
12806         * tests/test-atexit.c: Likewise.
12807         * tests/test-avltree_list.c: Likewise.
12808         * tests/test-avltree_oset.c: Likewise.
12809         * tests/test-avltreehash_list.c: Likewise.
12810         * tests/test-base64.c: Likewise.
12811         * tests/test-binary-io.c: Likewise.
12812         * tests/test-byteswap.c: Likewise.
12813         * tests/test-c-ctype.c: Likewise.
12814         * tests/test-c-strcasecmp.c: Likewise.
12815         * tests/test-c-strcasestr.c: Likewise.
12816         * tests/test-c-strncasecmp.c: Likewise.
12817         * tests/test-c-strstr.c: Likewise.
12818         * tests/test-canonicalize-lgpl.c: Likewise.
12819         * tests/test-canonicalize.c: Likewise.
12820         * tests/test-carray_list.c: Likewise.
12821         * tests/test-ceilf.c: Likewise.
12822         * tests/test-ceill.c: Likewise.
12823         * tests/test-count-one-bits.c: Likewise.
12824         * tests/test-crc.c: Likewise.
12825         * tests/test-dirname.c: Likewise.
12826         * tests/test-fbufmode.c: Likewise.
12827         * tests/test-fcntl.c: Likewise.
12828         * tests/test-fflush.c: Likewise.
12829         * tests/test-floorf.c: Likewise.
12830         * tests/test-floorl.c: Likewise.
12831         * tests/test-fopen.c: Likewise.
12832         * tests/test-fprintf-posix.c: Likewise.
12833         * tests/test-fprintf-posix.h: Likewise.
12834         * tests/test-fpurge.c: Likewise.
12835         * tests/test-freadable.c: Likewise.
12836         * tests/test-freadahead.c: Likewise.
12837         * tests/test-freading.c: Likewise.
12838         * tests/test-freopen.c: Likewise.
12839         * tests/test-frexp.c: Likewise.
12840         * tests/test-frexpl.c: Likewise.
12841         * tests/test-fseek.c: Likewise.
12842         * tests/test-fseeko.c: Likewise.
12843         * tests/test-fseterr.c: Likewise.
12844         * tests/test-fstrcmp.c: Likewise.
12845         * tests/test-ftell.c: Likewise.
12846         * tests/test-ftello.c: Likewise.
12847         * tests/test-fwritable.c: Likewise.
12848         * tests/test-fwriting.c: Likewise.
12849         * tests/test-getaddrinfo.c: Likewise.
12850         * tests/test-getpass.c: Likewise.
12851         * tests/test-gettimeofday.c: Likewise.
12852         * tests/test-hmac-md5.c: Likewise.
12853         * tests/test-hmac-sha1.c: Likewise.
12854         * tests/test-iconv.c: Likewise.
12855         * tests/test-iconvme.c: Likewise.
12856         * tests/test-inttypes.c: Likewise.
12857         * tests/test-isnan.c: Likewise.
12858         * tests/test-isnanf.c: Likewise.
12859         * tests/test-isnanl-nolibm.c: Likewise.
12860         * tests/test-isnanl.c: Likewise.
12861         * tests/test-isnanl.h: Likewise.
12862         * tests/test-ldexpl.c: Likewise.
12863         * tests/test-linked_list.c: Likewise.
12864         * tests/test-linkedhash_list.c: Likewise.
12865         * tests/test-locale.c: Likewise.
12866         * tests/test-localename.c: Likewise.
12867         * tests/test-lock.c: Likewise.
12868         * tests/test-lseek.c: Likewise.
12869         * tests/test-malloca.c: Likewise.
12870         * tests/test-math.c: Likewise.
12871         * tests/test-mbscasecmp.c: Likewise.
12872         * tests/test-mbscasestr1.c: Likewise.
12873         * tests/test-mbscasestr2.c: Likewise.
12874         * tests/test-mbscasestr3.c: Likewise.
12875         * tests/test-mbscasestr4.c: Likewise.
12876         * tests/test-mbschr.c: Likewise.
12877         * tests/test-mbscspn.c: Likewise.
12878         * tests/test-mbsncasecmp.c: Likewise.
12879         * tests/test-mbspbrk.c: Likewise.
12880         * tests/test-mbspcasecmp.c: Likewise.
12881         * tests/test-mbsrchr.c: Likewise.
12882         * tests/test-mbsspn.c: Likewise.
12883         * tests/test-mbsstr1.c: Likewise.
12884         * tests/test-mbsstr2.c: Likewise.
12885         * tests/test-mbsstr3.c: Likewise.
12886         * tests/test-md5.c: Likewise.
12887         * tests/test-memmem.c: Likewise.
12888         * tests/test-netinet_in.c: Likewise.
12889         * tests/test-open.c: Likewise.
12890         * tests/test-printf-frexp.c: Likewise.
12891         * tests/test-printf-frexpl.c: Likewise.
12892         * tests/test-printf-posix.c: Likewise.
12893         * tests/test-printf-posix.h: Likewise.
12894         * tests/test-rbtree_list.c: Likewise.
12895         * tests/test-rbtree_oset.c: Likewise.
12896         * tests/test-rbtreehash_list.c: Likewise.
12897         * tests/test-read-file.c: Likewise.
12898         * tests/test-rijndael.c: Likewise.
12899         * tests/test-search.c: Likewise.
12900         * tests/test-signbit.c: Likewise.
12901         * tests/test-sleep.c: Likewise.
12902         * tests/test-snprintf-posix.c: Likewise.
12903         * tests/test-snprintf-posix.h: Likewise.
12904         * tests/test-snprintf.c: Likewise.
12905         * tests/test-sprintf-posix.c: Likewise.
12906         * tests/test-sprintf-posix.h: Likewise.
12907         * tests/test-stat-time.c: Likewise.
12908         * tests/test-stdbool.c: Likewise.
12909         * tests/test-stdint.c: Likewise.
12910         * tests/test-stdio.c: Likewise.
12911         * tests/test-stdlib.c: Likewise.
12912         * tests/test-stpncpy.c: Likewise.
12913         * tests/test-strcasestr.c: Likewise.
12914         * tests/test-striconv.c: Likewise.
12915         * tests/test-striconveh.c: Likewise.
12916         * tests/test-striconveha.c: Likewise.
12917         * tests/test-string.c: Likewise.
12918         * tests/test-sys_select.c: Likewise.
12919         * tests/test-sys_socket.c: Likewise.
12920         * tests/test-sys_stat.c: Likewise.
12921         * tests/test-sys_time.c: Likewise.
12922         * tests/test-sysexits.c: Likewise.
12923         * tests/test-time.c: Likewise.
12924         * tests/test-tls.c: Likewise.
12925         * tests/test-trunc.c: Likewise.
12926         * tests/test-truncf.c: Likewise.
12927         * tests/test-truncl.c: Likewise.
12928         * tests/test-unistd.c: Likewise.
12929         * tests/test-vasnprintf-posix.c: Likewise.
12930         * tests/test-vasnprintf-posix2.c: Likewise.
12931         * tests/test-vasnprintf.c: Likewise.
12932         * tests/test-vasprintf-posix.c: Likewise.
12933         * tests/test-vasprintf.c: Likewise.
12934         * tests/test-verify.c: Likewise.
12935         * tests/test-vfprintf-posix.c: Likewise.
12936         * tests/test-vprintf-posix.c: Likewise.
12937         * tests/test-vsnprintf-posix.c: Likewise.
12938         * tests/test-vsnprintf.c: Likewise.
12939         * tests/test-vsprintf-posix.c: Likewise.
12940         * tests/test-wchar.c: Likewise.
12941         * tests/test-wctype.c: Likewise.
12942         * tests/test-wcwidth.c: Likewise.
12943         * tests/test-xstrtol.c: Likewise.
12944         * tests/test-xvasprintf.c: Likewise.
12945         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
12946         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
12947         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
12948         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
12949         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
12950         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
12951         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
12952         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
12953         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
12954         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
12955         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
12956         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
12957         * tests/uniname/test-uninames.c: Likewise.
12958         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
12959         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
12960         * tests/unistdio/test-u16-printf1.h: Likewise.
12961         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
12962         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
12963         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
12964         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
12965         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
12966         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
12967         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
12968         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
12969         * tests/unistdio/test-u32-printf1.h: Likewise.
12970         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
12971         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
12972         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
12973         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
12974         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
12975         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
12976         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
12977         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
12978         * tests/unistdio/test-u8-printf1.h: Likewise.
12979         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
12980         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
12981         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
12982         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
12983         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
12984         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
12985         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
12986         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
12987         * tests/unistdio/test-ulc-printf1.h: Likewise.
12988         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
12989         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
12990         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
12991         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
12992         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
12993         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
12994         * tests/uniwidth/test-u16-strwidth.c: Likewise.
12995         * tests/uniwidth/test-u16-width.c: Likewise.
12996         * tests/uniwidth/test-u32-strwidth.c: Likewise.
12997         * tests/uniwidth/test-u32-width.c: Likewise.
12998         * tests/uniwidth/test-u8-strwidth.c: Likewise.
12999         * tests/uniwidth/test-u8-width.c: Likewise.
13000         * tests/uniwidth/test-uc_width.c: Likewise.
13001         * config/srclist-update: Likewise.
13002         (fixlicense): Update to GPLv3+.
13003
13004         Change copyright notice from LGPLv2.1+ to LGPLv3+.
13005         * tests/test-tsearch.c: Change copyright notice.
13006
13007         Change copyright notice from LGPLv2.0+ to LGPLv3+.
13008         * lib/c-strcaseeq.h: Change copyright notice.
13009         * lib/streq.h: Likewise.
13010         * lib/uniconv.h: Likewise.
13011         * lib/uniconv/u-conv-from-enc.h: Likewise.
13012         * lib/uniconv/u-conv-to-enc.h: Likewise.
13013         * lib/uniconv/u-strconv-from-enc.h: Likewise.
13014         * lib/uniconv/u-strconv-to-enc.h: Likewise.
13015         * lib/uniconv/u16-conv-from-enc.c: Likewise.
13016         * lib/uniconv/u16-conv-to-enc.c: Likewise.
13017         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
13018         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
13019         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
13020         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
13021         * lib/uniconv/u32-conv-from-enc.c: Likewise.
13022         * lib/uniconv/u32-conv-to-enc.c: Likewise.
13023         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
13024         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
13025         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
13026         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
13027         * lib/uniconv/u8-conv-from-enc.c: Likewise.
13028         * lib/uniconv/u8-conv-to-enc.c: Likewise.
13029         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
13030         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
13031         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
13032         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
13033         * lib/uniname.h: Likewise.
13034         * lib/uniname/uniname.c: Likewise.
13035         * lib/unistdio.h: Likewise.
13036         * lib/unistdio/u-asnprintf.h: Likewise.
13037         * lib/unistdio/u-asprintf.h: Likewise.
13038         * lib/unistdio/u-printf-args.c: Likewise.
13039         * lib/unistdio/u-printf-args.h: Likewise.
13040         * lib/unistdio/u-printf-parse.h: Likewise.
13041         * lib/unistdio/u-snprintf.h: Likewise.
13042         * lib/unistdio/u-sprintf.h: Likewise.
13043         * lib/unistdio/u-vasprintf.h: Likewise.
13044         * lib/unistdio/u-vsnprintf.h: Likewise.
13045         * lib/unistdio/u-vsprintf.h: Likewise.
13046         * lib/unistdio/u16-asnprintf.c: Likewise.
13047         * lib/unistdio/u16-asprintf.c: Likewise.
13048         * lib/unistdio/u16-printf-parse.c: Likewise.
13049         * lib/unistdio/u16-snprintf.c: Likewise.
13050         * lib/unistdio/u16-sprintf.c: Likewise.
13051         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
13052         * lib/unistdio/u16-u16-asprintf.c: Likewise.
13053         * lib/unistdio/u16-u16-snprintf.c: Likewise.
13054         * lib/unistdio/u16-u16-sprintf.c: Likewise.
13055         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
13056         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
13057         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
13058         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
13059         * lib/unistdio/u16-vasnprintf.c: Likewise.
13060         * lib/unistdio/u16-vasprintf.c: Likewise.
13061         * lib/unistdio/u16-vsnprintf.c: Likewise.
13062         * lib/unistdio/u16-vsprintf.c: Likewise.
13063         * lib/unistdio/u32-asnprintf.c: Likewise.
13064         * lib/unistdio/u32-asprintf.c: Likewise.
13065         * lib/unistdio/u32-printf-parse.c: Likewise.
13066         * lib/unistdio/u32-snprintf.c: Likewise.
13067         * lib/unistdio/u32-sprintf.c: Likewise.
13068         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
13069         * lib/unistdio/u32-u32-asprintf.c: Likewise.
13070         * lib/unistdio/u32-u32-snprintf.c: Likewise.
13071         * lib/unistdio/u32-u32-sprintf.c: Likewise.
13072         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
13073         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
13074         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
13075         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
13076         * lib/unistdio/u32-vasnprintf.c: Likewise.
13077         * lib/unistdio/u32-vasprintf.c: Likewise.
13078         * lib/unistdio/u32-vsnprintf.c: Likewise.
13079         * lib/unistdio/u32-vsprintf.c: Likewise.
13080         * lib/unistdio/u8-asnprintf.c: Likewise.
13081         * lib/unistdio/u8-asprintf.c: Likewise.
13082         * lib/unistdio/u8-printf-parse.c: Likewise.
13083         * lib/unistdio/u8-snprintf.c: Likewise.
13084         * lib/unistdio/u8-sprintf.c: Likewise.
13085         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
13086         * lib/unistdio/u8-u8-asprintf.c: Likewise.
13087         * lib/unistdio/u8-u8-snprintf.c: Likewise.
13088         * lib/unistdio/u8-u8-sprintf.c: Likewise.
13089         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
13090         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
13091         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
13092         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
13093         * lib/unistdio/u8-vasnprintf.c: Likewise.
13094         * lib/unistdio/u8-vasprintf.c: Likewise.
13095         * lib/unistdio/u8-vsnprintf.c: Likewise.
13096         * lib/unistdio/u8-vsprintf.c: Likewise.
13097         * lib/unistdio/ulc-asnprintf.c: Likewise.
13098         * lib/unistdio/ulc-asprintf.c: Likewise.
13099         * lib/unistdio/ulc-printf-parse.c: Likewise.
13100         * lib/unistdio/ulc-snprintf.c: Likewise.
13101         * lib/unistdio/ulc-sprintf.c: Likewise.
13102         * lib/unistdio/ulc-vasnprintf.c: Likewise.
13103         * lib/unistdio/ulc-vasprintf.c: Likewise.
13104         * lib/unistdio/ulc-vsnprintf.c: Likewise.
13105         * lib/unistdio/ulc-vsprintf.c: Likewise.
13106         * lib/unistr.h: Likewise.
13107         * lib/unistr/u-cpy-alloc.h: Likewise.
13108         * lib/unistr/u-cpy.h: Likewise.
13109         * lib/unistr/u-endswith.h: Likewise.
13110         * lib/unistr/u-move.h: Likewise.
13111         * lib/unistr/u-set.h: Likewise.
13112         * lib/unistr/u-startswith.h: Likewise.
13113         * lib/unistr/u-stpcpy.h: Likewise.
13114         * lib/unistr/u-stpncpy.h: Likewise.
13115         * lib/unistr/u-strcat.h: Likewise.
13116         * lib/unistr/u-strcpy.h: Likewise.
13117         * lib/unistr/u-strcspn.h: Likewise.
13118         * lib/unistr/u-strdup.h: Likewise.
13119         * lib/unistr/u-strlen.h: Likewise.
13120         * lib/unistr/u-strncat.h: Likewise.
13121         * lib/unistr/u-strncpy.h: Likewise.
13122         * lib/unistr/u-strnlen.h: Likewise.
13123         * lib/unistr/u-strpbrk.h: Likewise.
13124         * lib/unistr/u-strspn.h: Likewise.
13125         * lib/unistr/u-strstr.h: Likewise.
13126         * lib/unistr/u-strtok.h: Likewise.
13127         * lib/unistr/u16-check.c: Likewise.
13128         * lib/unistr/u16-chr.c: Likewise.
13129         * lib/unistr/u16-cmp.c: Likewise.
13130         * lib/unistr/u16-cpy-alloc.c: Likewise.
13131         * lib/unistr/u16-cpy.c: Likewise.
13132         * lib/unistr/u16-endswith.c: Likewise.
13133         * lib/unistr/u16-mblen.c: Likewise.
13134         * lib/unistr/u16-mbsnlen.c: Likewise.
13135         * lib/unistr/u16-mbtouc-aux.c: Likewise.
13136         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
13137         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
13138         * lib/unistr/u16-mbtouc.c: Likewise.
13139         * lib/unistr/u16-mbtoucr.c: Likewise.
13140         * lib/unistr/u16-move.c: Likewise.
13141         * lib/unistr/u16-next.c: Likewise.
13142         * lib/unistr/u16-prev.c: Likewise.
13143         * lib/unistr/u16-set.c: Likewise.
13144         * lib/unistr/u16-startswith.c: Likewise.
13145         * lib/unistr/u16-stpcpy.c: Likewise.
13146         * lib/unistr/u16-stpncpy.c: Likewise.
13147         * lib/unistr/u16-strcat.c: Likewise.
13148         * lib/unistr/u16-strchr.c: Likewise.
13149         * lib/unistr/u16-strcmp.c: Likewise.
13150         * lib/unistr/u16-strcpy.c: Likewise.
13151         * lib/unistr/u16-strcspn.c: Likewise.
13152         * lib/unistr/u16-strdup.c: Likewise.
13153         * lib/unistr/u16-strlen.c: Likewise.
13154         * lib/unistr/u16-strmblen.c: Likewise.
13155         * lib/unistr/u16-strmbtouc.c: Likewise.
13156         * lib/unistr/u16-strncat.c: Likewise.
13157         * lib/unistr/u16-strncmp.c: Likewise.
13158         * lib/unistr/u16-strncpy.c: Likewise.
13159         * lib/unistr/u16-strnlen.c: Likewise.
13160         * lib/unistr/u16-strpbrk.c: Likewise.
13161         * lib/unistr/u16-strrchr.c: Likewise.
13162         * lib/unistr/u16-strspn.c: Likewise.
13163         * lib/unistr/u16-strstr.c: Likewise.
13164         * lib/unistr/u16-strtok.c: Likewise.
13165         * lib/unistr/u16-to-u32.c: Likewise.
13166         * lib/unistr/u16-to-u8.c: Likewise.
13167         * lib/unistr/u16-uctomb-aux.c: Likewise.
13168         * lib/unistr/u16-uctomb.c: Likewise.
13169         * lib/unistr/u32-check.c: Likewise.
13170         * lib/unistr/u32-chr.c: Likewise.
13171         * lib/unistr/u32-cmp.c: Likewise.
13172         * lib/unistr/u32-cpy-alloc.c: Likewise.
13173         * lib/unistr/u32-cpy.c: Likewise.
13174         * lib/unistr/u32-endswith.c: Likewise.
13175         * lib/unistr/u32-mblen.c: Likewise.
13176         * lib/unistr/u32-mbsnlen.c: Likewise.
13177         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
13178         * lib/unistr/u32-mbtouc.c: Likewise.
13179         * lib/unistr/u32-mbtoucr.c: Likewise.
13180         * lib/unistr/u32-move.c: Likewise.
13181         * lib/unistr/u32-next.c: Likewise.
13182         * lib/unistr/u32-prev.c: Likewise.
13183         * lib/unistr/u32-set.c: Likewise.
13184         * lib/unistr/u32-startswith.c: Likewise.
13185         * lib/unistr/u32-stpcpy.c: Likewise.
13186         * lib/unistr/u32-stpncpy.c: Likewise.
13187         * lib/unistr/u32-strcat.c: Likewise.
13188         * lib/unistr/u32-strchr.c: Likewise.
13189         * lib/unistr/u32-strcmp.c: Likewise.
13190         * lib/unistr/u32-strcpy.c: Likewise.
13191         * lib/unistr/u32-strcspn.c: Likewise.
13192         * lib/unistr/u32-strdup.c: Likewise.
13193         * lib/unistr/u32-strlen.c: Likewise.
13194         * lib/unistr/u32-strmblen.c: Likewise.
13195         * lib/unistr/u32-strmbtouc.c: Likewise.
13196         * lib/unistr/u32-strncat.c: Likewise.
13197         * lib/unistr/u32-strncmp.c: Likewise.
13198         * lib/unistr/u32-strncpy.c: Likewise.
13199         * lib/unistr/u32-strnlen.c: Likewise.
13200         * lib/unistr/u32-strpbrk.c: Likewise.
13201         * lib/unistr/u32-strrchr.c: Likewise.
13202         * lib/unistr/u32-strspn.c: Likewise.
13203         * lib/unistr/u32-strstr.c: Likewise.
13204         * lib/unistr/u32-strtok.c: Likewise.
13205         * lib/unistr/u32-to-u16.c: Likewise.
13206         * lib/unistr/u32-to-u8.c: Likewise.
13207         * lib/unistr/u32-uctomb.c: Likewise.
13208         * lib/unistr/u8-check.c: Likewise.
13209         * lib/unistr/u8-chr.c: Likewise.
13210         * lib/unistr/u8-cmp.c: Likewise.
13211         * lib/unistr/u8-cpy-alloc.c: Likewise.
13212         * lib/unistr/u8-cpy.c: Likewise.
13213         * lib/unistr/u8-endswith.c: Likewise.
13214         * lib/unistr/u8-mblen.c: Likewise.
13215         * lib/unistr/u8-mbsnlen.c: Likewise.
13216         * lib/unistr/u8-mbtouc-aux.c: Likewise.
13217         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
13218         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
13219         * lib/unistr/u8-mbtouc.c: Likewise.
13220         * lib/unistr/u8-mbtoucr.c: Likewise.
13221         * lib/unistr/u8-move.c: Likewise.
13222         * lib/unistr/u8-next.c: Likewise.
13223         * lib/unistr/u8-prev.c: Likewise.
13224         * lib/unistr/u8-set.c: Likewise.
13225         * lib/unistr/u8-startswith.c: Likewise.
13226         * lib/unistr/u8-stpcpy.c: Likewise.
13227         * lib/unistr/u8-stpncpy.c: Likewise.
13228         * lib/unistr/u8-strcat.c: Likewise.
13229         * lib/unistr/u8-strchr.c: Likewise.
13230         * lib/unistr/u8-strcmp.c: Likewise.
13231         * lib/unistr/u8-strcpy.c: Likewise.
13232         * lib/unistr/u8-strcspn.c: Likewise.
13233         * lib/unistr/u8-strdup.c: Likewise.
13234         * lib/unistr/u8-strlen.c: Likewise.
13235         * lib/unistr/u8-strmblen.c: Likewise.
13236         * lib/unistr/u8-strmbtouc.c: Likewise.
13237         * lib/unistr/u8-strncat.c: Likewise.
13238         * lib/unistr/u8-strncmp.c: Likewise.
13239         * lib/unistr/u8-strncpy.c: Likewise.
13240         * lib/unistr/u8-strnlen.c: Likewise.
13241         * lib/unistr/u8-strpbrk.c: Likewise.
13242         * lib/unistr/u8-strrchr.c: Likewise.
13243         * lib/unistr/u8-strspn.c: Likewise.
13244         * lib/unistr/u8-strstr.c: Likewise.
13245         * lib/unistr/u8-strtok.c: Likewise.
13246         * lib/unistr/u8-to-u16.c: Likewise.
13247         * lib/unistr/u8-to-u32.c: Likewise.
13248         * lib/unistr/u8-uctomb-aux.c: Likewise.
13249         * lib/unistr/u8-uctomb.c: Likewise.
13250         * lib/unitypes.h: Likewise.
13251         * lib/uniwidth.h: Likewise.
13252         * lib/uniwidth/cjk.h: Likewise.
13253         * lib/uniwidth/u16-strwidth.c: Likewise.
13254         * lib/uniwidth/u16-width.c: Likewise.
13255         * lib/uniwidth/u32-strwidth.c: Likewise.
13256         * lib/uniwidth/u32-width.c: Likewise.
13257         * lib/uniwidth/u8-strwidth.c: Likewise.
13258         * lib/uniwidth/u8-width.c: Likewise.
13259         * lib/uniwidth/width.c: Likewise.
13260
13261 2007-10-07  Bruno Haible  <bruno@clisp.org>
13262
13263         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
13264         The file is still under LGPL (see modules/inttypes).
13265
13266 2007-10-06  Bruno Haible  <bruno@clisp.org>
13267
13268         * modules/trunc (Dependencies): Add 'extensions'.
13269         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
13270         Reported by Ben Pfaff <blp@gnu.org>.
13271
13272 2007-10-06  Bruno Haible  <bruno@clisp.org>
13273
13274         * modules/freopen-tests: New file.
13275         * tests/test-freopen.c: New file.
13276
13277         * modules/fopen-tests: New file.
13278         * tests/test-fopen.c: New file.
13279
13280         * modules/fopen: New file.
13281         * lib/fopen.c: New file.
13282         * m4/fopen.m4: New file.
13283         * modules/freopen: New file.
13284         * lib/freopen.c: New file.
13285         * m4/freopen.m4: New file.
13286         * lib/stdio.in.h (fopen, freopen): New declarations.
13287         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
13288         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
13289         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
13290         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
13291         * doc/functions/fopen.texi: Mention the 'fopen' module.
13292         * doc/functions/freopen.texi: Mention the 'freopen' module.
13293
13294 2007-10-06  Bruno Haible  <bruno@clisp.org>
13295
13296         * modules/open-tests: New file.
13297         * tests/test-open.c: New file.
13298
13299         * modules/open: New file.
13300         * lib/open.c: New file.
13301         * m4/open.m4: New file.
13302         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
13303         lib/open.c does.
13304         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
13305         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
13306         macros.
13307         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
13308         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
13309         REPLACE_OPEN.
13310         * doc/functions/open.texi: Mention the 'open' module.
13311
13312 2007-10-04  Bruno Haible  <bruno@clisp.org>
13313
13314         * modules/ceill-tests: New file.
13315         * tests/test-ceill.c: New file.
13316
13317         * modules/ceill: New file.
13318         * lib/ceill.c: Replace entire file.
13319         * m4/ceill.m4: New file.
13320         * lib/math.in.h (ceill): Replace declaration.
13321         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
13322         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
13323         * doc/functions/ceill.texi: Mention the 'ceill' module.
13324         * modules/mathl (Files): Remove lib/ceill.c.
13325         (Depends-on): Add ceill.
13326
13327 2007-10-04  Bruno Haible  <bruno@clisp.org>
13328
13329         * modules/ceilf-tests: New file.
13330         * tests/test-ceilf.c: New file.
13331
13332         * modules/ceilf: New file.
13333         * lib/ceil.c: New file.
13334         * lib/ceilf.c: New file.
13335         * m4/ceilf.m4: New file.
13336         * lib/math.in.h (ceilf): New declaration.
13337         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
13338         HAVE_DECL_CEILF.
13339         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
13340         HAVE_DECL_CEILF.
13341         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
13342
13343 2007-10-04  Bruno Haible  <bruno@clisp.org>
13344
13345         * modules/floorl-tests: New file.
13346         * tests/test-floorl.c: New file.
13347
13348         * modules/floorl: New file.
13349         * lib/floorl.c: Replace entire file.
13350         * m4/floorl.m4: New file.
13351         * lib/math.in.h (floorl): Replace declaration.
13352         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
13353         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
13354         * doc/functions/floorl.texi: Mention the 'floorl' module.
13355         * modules/mathl (Files): Remove lib/floorl.c.
13356         (Depends-on): Add floorl.
13357
13358 2007-10-04  Bruno Haible  <bruno@clisp.org>
13359
13360         * modules/floorf-tests: New file.
13361         * tests/test-floorf.c: New file.
13362
13363         * modules/floorf: New file.
13364         * lib/floor.c: New file.
13365         * lib/floorf.c: New file.
13366         * m4/floorf.m4: New file.
13367         * lib/math.in.h (floorf): New declaration.
13368         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
13369         HAVE_DECL_FLOORF.
13370         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
13371         HAVE_DECL_FLOORF.
13372         * doc/functions/floorf.texi: Mention the 'floorf' module.
13373
13374 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
13375             Bruno Haible  <bruno@clisp.org>
13376
13377         Advertise for the Git server instead of the CVS server.
13378         * doc/gnulib-intro.texi (Steady Development): Mention the Git
13379         repository instead of the CVS one.
13380         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
13381         about all VCS systems generically.
13382         * doc/gnulib.texi (Introduction): Capitalize `Git'.
13383
13384 2007-10-04  Bruno Haible  <bruno@clisp.org>
13385
13386         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
13387         means.
13388         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
13389
13390 2007-10-04  Bruno Haible  <bruno@clisp.org>
13391
13392         * modules/truncl-tests: New file.
13393         * tests/test-truncl.c: New file.
13394
13395         * modules/truncl: New file.
13396         * lib/truncl.c: New file.
13397         * m4/truncl.m4: New file.
13398         * lib/math.in.h (truncl): New declaration.
13399         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
13400         HAVE_DECL_TRUNCL.
13401         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
13402         HAVE_DECL_TRUNCL.
13403         * doc/functions/truncl.texi: Mention the 'truncl' module.
13404
13405 2007-10-04  Bruno Haible  <bruno@clisp.org>
13406
13407         * modules/truncf-tests: New file.
13408         * tests/test-truncf.c: New file.
13409
13410         * modules/truncf: New file.
13411         * lib/trunc.c: Make paramerizable through USE_* macros.
13412         * lib/truncf.c: New file.
13413         * m4/truncf.m4: New file.
13414         * lib/math.in.h (truncf): New declaration.
13415         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
13416         HAVE_DECL_TRUNCF.
13417         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
13418         HAVE_DECL_TRUNCF.
13419         * doc/functions/truncf.texi: Mention the 'truncf' module.
13420
13421 2007-10-03  Bruno Haible  <bruno@clisp.org>
13422
13423         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
13424         augmentation also for tests modules.
13425         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
13426         * modules/atexit-tests (Makefile.am): Likewise.
13427         * modules/binary-io-tests (Makefile.am): Likewise.
13428         * modules/c-strcase-tests (Makefile.am): Likewise.
13429         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
13430         * modules/canonicalize-tests (Makefile.am): Likewise.
13431         * modules/closein-tests (Makefile.am): Likewise.
13432         * modules/fprintf-posix-tests (Makefile.am): Likewise.
13433         * modules/freadahead-tests (Makefile.am): Likewise.
13434         * modules/fseek-tests (Makefile.am): Likewise.
13435         * modules/fseeko-tests (Makefile.am): Likewise.
13436         * modules/ftell-tests (Makefile.am): Likewise.
13437         * modules/ftello-tests (Makefile.am): Likewise.
13438         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
13439         * modules/isnanl-tests (Makefile.am): Likewise.
13440         * modules/lseek-tests (Makefile.am): Likewise.
13441         * modules/mbscasecmp-tests (Makefile.am): Likewise.
13442         * modules/mbscasestr-tests (Makefile.am): Likewise.
13443         * modules/mbschr-tests (Makefile.am): Likewise.
13444         * modules/mbscspn-tests (Makefile.am): Likewise.
13445         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
13446         * modules/mbspbrk-tests (Makefile.am): Likewise.
13447         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
13448         * modules/mbsrchr-tests (Makefile.am): Likewise.
13449         * modules/mbsspn-tests (Makefile.am): Likewise.
13450         * modules/mbsstr-tests (Makefile.am): Likewise.
13451         * modules/printf-posix-tests (Makefile.am): Likewise.
13452         * modules/snprintf-posix-tests (Makefile.am): Likewise.
13453         * modules/sprintf-posix-tests (Makefile.am): Likewise.
13454         * modules/tsearch-tests (Makefile.am): Likewise.
13455         * modules/uniname/uniname-tests (Makefile.am): Likewise.
13456         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
13457         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
13458         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
13459         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
13460         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
13461         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
13462         * modules/vprintf-posix-tests (Makefile.am): Likewise.
13463         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
13464         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
13465         * modules/xstrtoimax-tests (Makefile.am): Likewise.
13466         * modules/xstrtol-tests (Makefile.am): Likewise.
13467         * modules/xstrtoumax-tests (Makefile.am): Likewise.
13468         * modules/yesno-tests (Makefile.am): Likewise.
13469
13470 2007-10-03  Bruno Haible  <bruno@clisp.org>
13471
13472         * modules/trunc-tests: New file.
13473         * tests/test-trunc.c: New file.
13474
13475         * modules/trunc: New file.
13476         * lib/trunc.c: New file.
13477         * m4/trunc.m4: New file.
13478         * lib/math.in.h (trunc): New declaration.
13479         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
13480         HAVE_DECL_TRUNC.
13481         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
13482         HAVE_DECL_TRUNC.
13483         * doc/functions/trunc.texi: Mention the 'trunc' module.
13484
13485 2007-10-03  Bruno Haible  <bruno@clisp.org>
13486
13487         * tests/test-fpending.c: New file, mostly copied
13488         from coreutils/lib/t-fpending.c.
13489         * modules/fpending-tests: New file.
13490
13491 2007-10-03  Bruno Haible  <bruno@clisp.org>
13492
13493         Port the stdio extensions to QNX (untested).
13494         * lib/fseterr.c (fseterr): Add support for QNX.
13495         * lib/fbufmode.c (fbufmode): Likewise.
13496         * lib/freadable.c (freadable): Likewise.
13497         * lib/fwritable.c (fwritable): Likewise.
13498         * lib/freading.c (freading): Likewise.
13499         * lib/fwriting.c (fwriting): Likewise.
13500         * lib/freadahead.c (freadahed): Likewise.
13501         * lib/fpurge.c (fpurge): Likewise.
13502         * lib/fseeko.c (rpl_fseeko): Likewise.
13503
13504 2007-10-03  Bruno Haible  <bruno@clisp.org>
13505             Jim Meyering  <jim@meyering.net>
13506             Eric Blake  <ebb9@byu.net>
13507
13508         * doc/relocatable.texi: Use @command instead of @program.
13509
13510 2007-10-02  Jim Meyering  <jim@meyering.net>
13511
13512         Perform one more "_.h" -> ".in.h" substitution.
13513         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
13514         instead of unistd_.h here, too.
13515
13516 2007-10-01  Bruno Haible  <bruno@clisp.org>
13517
13518         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
13519         Needed for the alloca-opt module.
13520
13521 2007-09-30  Bruno Haible  <bruno@clisp.org>
13522
13523         * lib/alloca.in.h: Renamed from lib/alloca_.h.
13524         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
13525         alloca_.h.
13526         * lib/argz.in.h: Renamed from lib/argz_.h.
13527         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
13528         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
13529         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
13530         byteswap_.h.
13531         * lib/dirent.in.h: Renamed from lib/dirent_.h.
13532         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
13533         dirent_.h.
13534         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
13535         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
13536         fcntl_.h.
13537         * lib/float.in.h: Renamed from lib/float_.h.
13538         * modules/float (Files, Makefile.am): Use float.in.h instead of
13539         float_.h.
13540         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
13541         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
13542         fnmatch_.h.
13543         * lib/getopt.in.h: Renamed from lib/getopt_.h.
13544         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
13545         getopt_.h.
13546         * lib/glob.in.h: Renamed from lib/glob_.h.
13547         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
13548         * lib/iconv.in.h: Renamed from lib/iconv_.h.
13549         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
13550         iconv_.h.
13551         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
13552         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
13553         inttypes_.h.
13554         * lib/locale.in.h: Renamed from lib/locale_.h.
13555         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
13556         locale_.h.
13557         * lib/math.in.h: Renamed from lib/math_.h.
13558         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
13559         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
13560         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
13561         of netinet_in_.h. Add dependency.
13562         * lib/poll.in.h: Renamed from lib/poll_.h.
13563         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
13564         * lib/search.in.h: Renamed from lib/search_.h.
13565         * modules/search (Files, Makefile.am): Use search.in.h instead of
13566         search_.h.
13567         * lib/signal.in.h: Renamed from lib/signal_.h.
13568         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
13569         _signal.h.
13570         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
13571         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
13572         stdbool_.h.
13573         * lib/stdint.in.h: Renamed from lib/stdint_.h.
13574         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
13575         stdint_.h.
13576         * lib/stdio.in.h: Renamed from lib/stdio_.h.
13577         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
13578         stdio_.h.
13579         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
13580         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
13581         stdlib_.h.
13582         * lib/string.in.h: Renamed from lib/string_.h.
13583         * modules/string (Files, Makefile.am): Use string.in.h instead of
13584         string_.h.
13585         * doc/gnulib-tool.texi (Initial import): Update.
13586         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
13587         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
13588         of sys_select_.h. Add dependency.
13589         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
13590         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
13591         of sys_socket_.h.
13592         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
13593         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
13594         sys_stat_.h.
13595         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
13596         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
13597         sys_time_.h.
13598         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
13599         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
13600         sysexits_.h.
13601         * lib/time.in.h: Renamed from lib/time_.h.
13602         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
13603         * lib/unistd.in.h: Renamed from lib/unistd_.h.
13604         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
13605         unistd_.h.
13606         * lib/wchar.in.h: Renamed from lib/wchar_.h.
13607         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
13608         wchar_.h.
13609         * lib/wctype.in.h: Renamed from lib/wctype_.h.
13610         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
13611         wctype_.h.
13612         * build-aux/bootstrap (slurp): Update.
13613         * lib/.cppi-disable: Update.
13614
13615 2007-09-30  Bruno Haible  <bruno@clisp.org>
13616
13617         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
13618         Needed on BeOS.
13619
13620 2007-09-30  Bruno Haible  <bruno@clisp.org>
13621
13622         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
13623
13624 2007-09-29  Bruno Haible  <bruno@clisp.org>
13625
13626         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
13627
13628 2007-09-29  Bruno Haible  <bruno@clisp.org>
13629
13630         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
13631         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
13632         * build-aux/install-reloc: Compile also areadlink.c.
13633         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
13634
13635 2007-09-29  Bruno Haible  <bruno@clisp.org>
13636
13637         * gnulib-tool (func_emit_initmacro_done): Indentation.
13638
13639 2007-09-29  Bruno Haible  <bruno@clisp.org>
13640
13641         * README: Add CVS checkout update instructions.
13642         Info from Bob Proulx <bob@proulx.com>.
13643
13644 2007-09-28  Eric Blake  <ebb9@byu.net>
13645
13646         Provide move-if-change.
13647         * build-aux/move-if-change: New file, based on best practice
13648         rather than any canonical upstream location.
13649
13650 2007-09-28  Jim Meyering  <jim@meyering.net>
13651
13652         Fix canonicalize loop-detection corner case.
13653         Do not attempt to stat the symlink values stored via seen_triple.
13654         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
13655         on linux-2.6.18, (but not 2.6.22).
13656         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
13657         triple_compare.  The former compares dev,ino,filename, while the latter
13658         would actually stat dirname(filename) when dev and ino were equal.
13659         * lib/hash-triple.c: Install <string.h>.
13660         (STREQ): Define.
13661         (triple_compare_ino_str): New function.
13662         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
13663
13664 2007-09-28  Eric Blake  <ebb9@byu.net>
13665
13666         Enforce that AC_REPLACE_FUNCS files exist.
13667         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
13668         override check for typos.
13669
13670         Fix test-closein on Solaris 10.
13671         * tests/test-closein.c (main): Don't assume stdin can be inherited
13672         closed on all systems.
13673         * tests/test-closein.sh: Likewise.
13674         Reported by Piotr Tarnowski.
13675
13676 2007-09-28  Jim Meyering  <jim@meyering.net>
13677
13678         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
13679
13680 2007-09-27  Jim Meyering  <jim@meyering.net>
13681
13682         canonicalize: Avoid a false-positive cycle failure.
13683         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
13684         Sort.  Remove cycle-check.
13685         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
13686         not cycle-check.h.
13687         (seen_triple): New function.
13688         (canonicalize_filename_mode): Use it instead of cycle-check.
13689         * tests/test-canonicalize.c: Add a test for this bug.
13690         * tests/test-canonicalize.sh: Set up and run the test.
13691
13692         New module, file-set, from coreutils.
13693         * modules/file-set: Define it.
13694         * lib/file-set.c, lib/file-set.h: Implement.
13695
13696         New module, hash-triple, from coreutils.
13697         * modules/hash-triple: Define it.
13698         * lib/hash-triple.c, lib/hash-triple.h: Implement.
13699
13700 2007-09-25  Eric Blake  <ebb9@byu.net>
13701
13702         Fix strerror on Interix.
13703         * lib/string_.h (strerror): Declare replacement.
13704         * doc/functions/strerror.texi (strerror): Document the Interix
13705         shortcoming.
13706         * modules/string (Makefile.am): Support new hooks.
13707         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
13708         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
13709         gl_FUNC_STRERROR_SEPARATE.
13710         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
13711         * lib/strerror.c (rpl_strerror): Provide replacement.
13712         * modules/strerror (Depends-on): Add string.
13713         (configure.ac): Detect use of module.
13714         * tests/test-strerror.c: New file.
13715         * modules/strerror-tests: New test module.
13716         * modules/argp (Depends-on): Add strerror.
13717         * modules/error (Depends-on): Likewise.
13718         Reported by Martin Koeppe.
13719
13720 2007-09-24  Bruno Haible  <bruno@clisp.org>
13721
13722         * README: Update git instructions.
13723
13724 2007-09-24  Eric Blake  <ebb9@byu.net>
13725
13726         Revert fpending breakage from 2007-09-08.
13727         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
13728         __fpending.c.
13729
13730 2007-09-24  Jim Meyering  <jim@meyering.net>
13731
13732         filenamecat.c: Add a test.
13733         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
13734         showing how the function works when DIR is the empty string.
13735
13736 2007-09-21  Simon Josefsson  <simon@josefsson.org>
13737
13738         * tests/test-canonicalize.sh: Turn on executable bit.
13739
13740 2007-09-19  Eric Blake  <ebb9@byu.net>
13741
13742         * README: Update CVS instructions.
13743
13744 2007-09-18  Bruno Haible  <bruno@clisp.org>
13745
13746         * modules/areadlink: New file.
13747         * lib/areadlink.h (areadlink): New declaration.
13748         * lib/areadlink.c: New file, based on lib/xreadlink.c.
13749
13750 2007-09-17  Jim Meyering  <jim@meyering.net>
13751
13752         * lib/savewd.c (ESTALE) [!defined]: Define.
13753         Reported to be required on Interix by Martin Koeppe.
13754
13755 2007-09-17  Bruno Haible  <bruno@clisp.org>
13756
13757         * gnulib-tool (func_version): Use $version.
13758
13759 2007-09-16  Bruno Haible  <bruno@clisp.org>
13760
13761         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
13762         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
13763         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
13764         Reported by Greg Schafer <gschafer@zip.com.au>.
13765
13766 2007-09-15  Bruno Haible  <bruno@clisp.org>
13767
13768         * gnulib-tool (sed): Try a little harder to make bash understand the
13769         alias.
13770         Reported by Bruce Korb <bruce.korb@gmail.com>.
13771
13772 2007-09-13  Eric Blake  <ebb9@byu.net>
13773
13774         * ChangeLog: Remove conflict markers.
13775
13776 2007-09-13  Simon Josefsson  <simon@josefsson.org>
13777
13778         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
13779         Reported by Bruno Haible <bruno@clisp.org>.
13780
13781 2007-09-12  Bruno Haible  <bruno@clisp.org>
13782
13783         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
13784         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
13785         is not defined.
13786
13787 2007-09-12  Eric Blake  <ebb9@byu.net>
13788
13789         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
13790         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
13791         Autoconf definition.
13792         * modules/euidaccess (Depends-on): Add extensions, for
13793         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
13794         * modules/fnmatch (Depends-on): Likewise.
13795         * modules/getaddrinfo (Depends-on): Likewise.
13796         * modules/getdelim (Depends-on): Likewise.
13797         * modules/getline (Depends-on): Likewise.
13798         * modules/getsubopt (Depends-on): Likewise.
13799         * modules/gettext (Depends-on): Likewise.
13800         * modules/group-member (Depends-on): Likewise.
13801         * modules/mbchar (Depends-on): Likewise.
13802         * modules/memmem (Depends-on): Likewise.
13803         * modules/mempcpy (Depends-on): Likewise.
13804         * modules/memrchr (Depends-on): Likewise.
13805         * modules/pagealign_alloc (Depends-on): Likewise.
13806         * modules/readutmp (Depends-on): Likewise.
13807         * modules/stpcpy (Depends-on): Likewise.
13808         * modules/stpncpy (Depends-on): Likewise.
13809         * modules/strchrnul (Depends-on): Likewise.
13810         * modules/strndup (Depends-on): Likewise.
13811         * modules/strsep (Depends-on): Likewise.
13812         * modules/strverscmp (Depends-on): Likewise.
13813         * modules/vasprintf (Depends-on): Likewise.
13814         * modules/wcwidth (Depends-on): Likewise.
13815         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
13816         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
13817         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
13818         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
13819         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
13820         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
13821         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
13822         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
13823         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
13824         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
13825         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
13826         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
13827         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
13828         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
13829         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
13830         * m4/readutmp.m4 (gl_READUTMP): Likewise.
13831         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
13832         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
13833         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
13834         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
13835         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
13836         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
13837         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
13838         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
13839         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
13840         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
13841         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
13842         so that lock.m4 can be used in gettext without extensions module.
13843
13844 2007-09-11  Bruno Haible  <bruno@clisp.org>
13845
13846         * m4/isc-posix.m4: Remove file.
13847         Suggested by Eric Blake.
13848
13849 2007-09-11  Eric Blake  <ebb9@byu.net>
13850
13851         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
13852
13853 2007-09-10  Bruno Haible  <bruno@clisp.org>
13854
13855         * posix-modules: Fix typo in error message.
13856         Reported by Matt <mkraai@beckman.com>.
13857
13858 2007-09-09  Bruno Haible  <bruno@clisp.org>
13859
13860         * doc/functions/getdelim.texi: Update list of platforms lacking the
13861         function.
13862         * doc/functions/getline.texi: Likewise.
13863
13864 2007-09-09  Jim Meyering  <jim@meyering.net>
13865
13866         * lib/hash.c (hash_initialize): Detect calloc failure.
13867         Reported by Bruno Haible.
13868
13869 2007-09-09  Bruno Haible  <bruno@clisp.org>
13870
13871         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
13872         malloc or realloc fails.
13873
13874 2007-09-09  Bruno Haible  <bruno@clisp.org>
13875
13876         * modules/getcwd (Depends-on): Add malloc-posix.
13877         * modules/glob (Depends-on): Likewise.
13878         * modules/putenv (Depends-on): Likewise.
13879         * modules/strdup (Depends-on): Likewise.
13880         * modules/getdelim (Depends-on): Add realloc-posix.
13881         * modules/read-file (Depends-on): Likewise.
13882
13883 2007-09-09  Bruno Haible  <bruno@clisp.org>
13884
13885         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
13886         (gl_FUNC_MALLOC_POSIX): Require it.
13887         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
13888         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
13889         * modules/realloc (Files): Add m4/malloc.m4.
13890         * modules/calloc (Files): Likewise.
13891
13892 2007-09-09  Bruno Haible  <bruno@clisp.org>
13893
13894         * modules/malloc-posix: New file.
13895         * modules/malloc (Depends-on): Add malloc-posix.
13896         * lib/malloc.c: Include errno.h.
13897         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
13898         and a POSIX-compatible malloc into a single function. Set ENOMEM
13899         when returning NULL.
13900         * m4/malloc.m4: New file.
13901         * doc/functions/malloc.texi: Mention the malloc-posix module.
13902         * lib/stdlib_.h (malloc): New declaration.
13903         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
13904         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
13905         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
13906         and HAVE_MALLOC_POSIX.
13907
13908 2007-09-09  Bruno Haible  <bruno@clisp.org>
13909
13910         * modules/realloc-posix: New file.
13911         * modules/realloc (Depends-on): Add realloc-posix.
13912         * lib/realloc.c: Include errno.h.
13913         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
13914         and a POSIX-compatible realloc into a single function. Set ENOMEM
13915         when returning NULL.
13916         * m4/realloc.m4: New file.
13917         * doc/functions/realloc.texi: Mention the realloc-posix module.
13918         * lib/stdlib_.h (realloc): New declaration.
13919         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
13920         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
13921         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
13922         and HAVE_REALLOC_POSIX.
13923
13924 2007-09-09  Bruno Haible  <bruno@clisp.org>
13925
13926         * modules/calloc-posix: New file.
13927         * modules/calloc (Depends-on): Add calloc-posix.
13928         * lib/calloc.c: Include errno.h.
13929         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
13930         and a POSIX-compatible calloc into a single function. Set ENOMEM
13931         when returning NULL.
13932         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
13933         * doc/functions/calloc.texi: Mention the calloc-posix module.
13934         * lib/stdlib_.h (calloc): New declaration.
13935         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
13936         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
13937         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
13938         and HAVE_CALLOC_POSIX.
13939
13940 2007-09-09  Bruno Haible  <bruno@clisp.org>
13941
13942         Allow for modules to show an arbitrary notice.
13943         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
13944         * gnulib-tool: New option --extract-notice.
13945         (func_usage): Document it.
13946         (sed_extract_prog): Update.
13947         (func_get_notice): New function.
13948         (func_modules_notice): New function.
13949         (func_import, func_create_testdir): Invoke it.
13950         Suggested by Jim Meyering.
13951
13952 2007-09-09  Bruno Haible  <bruno@clisp.org>
13953
13954         * gnulib-tool: New options --verbose, --quiet.
13955         (func_usage): Document them.
13956         (verbose): New variable.
13957         (func_execute_command): New function.
13958         (func_import): Don't show the module list and the file list if
13959         $verbose < 0.
13960         (func_create_testdir): Likewise. Use func_execute_command.
13961         (func_create_megatestdir): Use func_execute_command.
13962
13963 2007-09-08  Bruno Haible  <bruno@clisp.org>
13964
13965         * gnulib-tool (func_import): Prefer rsync over wget when available,
13966         for fetching the PO files.
13967
13968 2007-09-08  Bruno Haible  <bruno@clisp.org>
13969
13970         * posix-modules: New file. Portions copied from gnulib-tool.
13971         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
13972
13973 2007-09-08  Jim Meyering  <jim@meyering.net>
13974
13975         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
13976         * lib/fpending.h: Rename from __fpending.h.
13977         * lib/fpending.c: Rename from __fpending.c.
13978         Include "fpending.h", not "__fpending.h".
13979         * lib/__fpending.h, lib/__fpending.c: Remove files.
13980         * modules/fpending (Files): Reflect new file names.
13981         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
13982
13983 2007-09-08  Bruno Haible  <bruno@clisp.org>
13984
13985         * m4/inttypes-h.m4: Remove stub file.
13986
13987 2007-09-07  Simon Josefsson  <simon@josefsson.org>
13988
13989         * doc/headers/stdint.texi: Discuss #include_next issue.
13990
13991 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
13992
13993         * build-aux/bootstrap: Remove obsolete comment about wget --help.
13994
13995 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13996
13997         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
13998         in variable name.
13999
14000 2007-09-03  Jim Meyering  <jim@meyering.net>
14001
14002         New module: git-version-gen.
14003         * modules/git-version-gen: New file.
14004
14005         Import changes from coreutils for bootstrap script.
14006
14007         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
14008
14009         bootstrap: uses rsync to download the .po files
14010         * build-aux/bootstrap (po_download_command_format): New global.
14011         (download_po_files): Use rsync.
14012         (update_po_files): Don't remove .po files after download,
14013         so future rsync runs can take advantage of the copies.
14014
14015         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
14016
14017         Solve the unnecessary-.po-file-regeneration problem once and for all.
14018         * build-aux/bootstrap (download_po_files): New function, renamed from
14019         get_translations.  Now, downloads, but doesn't update LINGUAS.
14020         (update_po_files): New function.
14021
14022         bootstrap: Ignore more.
14023         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
14024         uniwidth to e.g., lib/.gitignore.
14025         (slurp): Handle the sys_stat_.h -> sys mapping, too.
14026
14027         * build-aux/bootstrap: New setting: vc_ignore.
14028         (insert_sorted_if_absent): Create $file if absent.
14029         Adapt to new, possibly empty, list: $vc_ignore.
14030
14031         bootstrap: generate more ignorable names
14032         * build-aux/bootstrap (slurp): When generating ignorable names,
14033         also map .sin to .sed, .gperf to .c, and .y to .c.
14034
14035 2007-09-03  Jim Meyering  <jim@meyering.net>
14036
14037         * build-aux/git-version-gen: New file, from coreutils.  For details, see
14038         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
14039
14040 2007-09-02  Bruno Haible  <bruno@clisp.org>
14041
14042         Fix mis-recognition of 'mcs' on QNX 6.
14043         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
14044         output contains the string "Mono".
14045         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
14046         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
14047
14048 2007-09-01  Bruno Haible  <bruno@clisp.org>
14049
14050         Fix collision between uniwidth/* and linebreak modules.
14051         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
14052         u32_width): Remove declarations.
14053         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
14054         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
14055         streq3, streq2, streq1, streq0): Remove functions.
14056         (STREQ): Remove macro.
14057         (is_cjk_encoding): Remove function.
14058         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
14059         (uc_width, u8_width, u16_width, u32_width): Remove functions.
14060         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
14061         * NEWS: Document the change.
14062
14063 2007-09-01  Bruno Haible  <bruno@clisp.org>
14064
14065         * lib/streq.h: Add double-inclusion guard.
14066
14067 2007-09-01  Karl Berry  <karl@gnu.org>
14068
14069         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
14070
14071 2007-08-28  Jim Meyering  <jim@meyering.net>
14072
14073         Rename mreadlink_with_size to areadlink_with_size.
14074         * NEWS: Document the change.
14075         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
14076         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
14077         * lib/mreadlink.h: Rename this to...
14078         * lib/areadlink.h: ...this.
14079         * modules/mreadlink-with-size: Rename this to...
14080         * modules/areadlink-with-size: ...this.
14081         * lib/canonicalize.c: Reflect the renaming.
14082         * modules/canonicalize: Likewise.
14083
14084 2007-08-26  Bruno Haible  <bruno@clisp.org>
14085
14086         * gnulib-tool (func_import): When deciding which files to remove,
14087         consider also dangling symbolic links.
14088         Reported by Eric Blake.
14089
14090 2007-08-26  Bruno Haible  <bruno@clisp.org>
14091
14092         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
14093
14094 2007-08-23  Simon Josefsson  <simon@josefsson.org>
14095
14096         * lib/readline.c: Don't include getline.h, the prototype is now
14097         found in stdio.h.
14098
14099 2007-08-23  Jim Meyering  <jim@meyering.net>
14100
14101         Getdelim touchup.
14102         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
14103         around the funlockfile call, since funlockfile never sets errno.
14104         Don't set errno upon failed realloc.
14105
14106 2007-08-22  Eric Blake  <ebb9@byu.net>
14107
14108         Getline touchups.
14109         * lib/getdelim.c (getdelim): Revert regression that required *n to
14110         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
14111         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
14112         getdelim, rather than whether implementation is missing.
14113         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
14114         * lib/stdio_.h (getline): Also declare if replacement is
14115         required.
14116         * doc/functions/getdelim.texi: New file.
14117         * doc/functions/getline.texi: Likewise.
14118         * doc/gnulib.texi (Function Substitutes): Add new files.
14119         Reported by Bruno Haible.
14120
14121 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
14122
14123         * users.txt: Add Guile.
14124
14125 2007-08-22  Eric Blake  <ebb9@byu.net>
14126
14127         * tests/test-getdelim.c (main): Use remove, not unlink.
14128         * tests/test-getline.c (main): Likewise.
14129
14130         Move getline and getdelim into stdio.h, per POSIX 200x.
14131         * modules/getline (Files): Remove getline.h.
14132         (Depends-on): Add stdio.
14133         (configure.ac): Add module indicator.
14134         * modules/getdelim (Files): Remove getdelim.h.
14135         (Depends-on): Add stdio.
14136         (configure.ac): Add module indicator.
14137         * modules/stdio (Makefile.am): Work with new indicators.
14138         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
14139         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
14140         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
14141         * lib/getdelim.h: Delete.
14142         * lib/getline.h: Delete.
14143         * lib/stdio_.h (getdelim, getline): Declare.
14144         * modules/getdelim-tests: New module.
14145         * modules/getline-tests: Likewise.
14146         * tests/test-getdelim.c: New file.
14147         * tests/test-getline.c: Likewise.
14148         * NEWS: Document the change.
14149         * lib/getline.c: Update choice of header.
14150         * lib/csharpcomp.c: Likewise.
14151         * lib/getpass.c: Likewise.
14152         * lib/javacomp.c: Likewise.
14153         * lib/javaversion.c: Likewise.
14154         * lib/yesno.c: Likewise.
14155         * lib/getdelim.c: Likewise.
14156         (getdelim): Set errno on failure, and avoid memory leak.
14157
14158 2007-08-19  Bruno Haible  <bruno@clisp.org>
14159
14160         * modules/closein (Depends-on): Add freadahead.
14161         * lib/closein.c: Include freadahead.h.
14162         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
14163         is zero.
14164
14165 2007-08-19  Bruno Haible  <bruno@clisp.org>
14166
14167         * modules/freadahead-tests: New file.
14168         * tests/test-freadahead.sh: New file.
14169         * tests/test-freadahead.c: New file.
14170
14171         * modules/freadahead: New file.
14172         * lib/freadahead.h: New file.
14173         * lib/freadahead.c: New file.
14174         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
14175         fbufmode, fpurge, freadable, fwritable.
14176
14177 2007-08-19  Eric Blake  <ebb9@byu.net>
14178
14179         Test yesno in combination with closein.
14180         * lib/yesno.c (yesno): Document use of stdin.
14181         * modules/yesno-tests (Files): New module.
14182         * tests/test-yesno.c (main): New file.
14183         * tests/test-yesno.sh: Likewise.
14184
14185 2007-08-19  Bruno Haible  <bruno@clisp.org>
14186
14187         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
14188         * lib/fseeko.c (rpl_fseeko): Likewise.
14189         * lib/fseterr.c (fseterr): Likewise.
14190
14191 2007-08-19  Bruno Haible  <bruno@clisp.org>
14192
14193         * tests/test-lseek.c (main): Disable a test for BeOS.
14194         * doc/functions/lseek.texi: Document the BeOS bug.
14195
14196 2007-08-19  Bruno Haible  <bruno@clisp.org>
14197             Eric Blake  <ebb9@byu.net>
14198
14199         * lib/lseek.c: Include <sys/stat.h>.
14200         (rpl_lseek): Add workaround code also for Unix platforms.
14201         Needed for BeOS.
14202         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
14203         * doc/functions/lseek.texi: Document BeOS definiency.
14204
14205 2007-08-18  Bruno Haible  <bruno@clisp.org>
14206
14207         * modules/fstrcmp-tests: New file.
14208         * tests/test-fstrcmp.c: New file.
14209
14210 2007-08-18  Bruno Haible  <bruno@clisp.org>
14211
14212         * modules/fstrcmp: New file, from GNU gettext with modifications.
14213         * lib/fstrcmp.h: New file, from GNU gettext.
14214         * lib/fstrcmp.c: New file, from GNU gettext.
14215         * MODULES.html.sh (String handling): Add fstrcmp.
14216
14217 2007-08-18  Bruno Haible  <bruno@clisp.org>
14218
14219         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
14220         'bool'.
14221         (diag, compareseq): Remove const from the ctxt argument.
14222         (USE_HEURISTIC): Undefine at the end.
14223
14224 2007-08-18  Jim Meyering  <jim@meyering.net>
14225
14226         New file: lib/idcache.h
14227         * NEWS: Mention the addition.
14228         * modules/idcache (Files): Add lib/idcache.h
14229         * lib/idcache.c: Include "idcache.h".
14230         Don't include <sys/types.h>.
14231         Add a FIXME comment.
14232         Move file-scoped "static" declarations to the top.
14233         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
14234
14235 2007-08-17  Bruno Haible  <bruno@clisp.org>
14236         and Paul Eggert  <eggert@cs.ucla.edu>
14237
14238         * MODULES.html.sh: Add diffseq.
14239         * modules/diffseq: New file.
14240         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
14241         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
14242
14243 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
14244
14245         Import changes from coreutils for bootstrap script.
14246
14247         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
14248
14249         * build-aux/bootstrap (slurp): Work even in environments where
14250         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
14251         current code does not slurp files whose names start with ".", and
14252         this looks like it might be a troublesome area.
14253
14254         2007-07-11  Jim Meyering  <jim@meyering.net>
14255
14256         If there's a GPL vN copyright comment, require that N == 3.
14257
14258         2007-07-08  Jim Meyering  <jim@meyering.net>
14259
14260         Run the coreutils-specific code only if tests/Makefile.am.in exists.
14261         * build-aux/bootstrap (mam_template): Move definition out of loop.
14262
14263         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
14264
14265         * build-aux/bootstrap (symlink_to_dir): Rename function from
14266         symlink_to_gnulib.  Add a directory parameter.  Update all
14267         callers.
14268         (cp_mark_as_generated): Also check for -- and link to -- files in
14269         gl/.
14270
14271         2007-07-08  Jim Meyering  <jim@meyering.net>
14272
14273         Adapt to deeper hierarchy in gnulib.
14274         * build-aux/bootstrap (symlink_to_dir): If the destination
14275         directory doesn't exist, create it. This is required at least for
14276         "lib/uniwidth/cjk.h".
14277
14278         2007-05-15  Jim Meyering  <jim@meyering.net>
14279
14280         * build-aux/bootstrap: Now that generated Makefile.am files
14281         are no longer under version control, they must be created at
14282         bootstrap time.
14283
14284 2007-08-14  Ben Pfaff  <blp@gnu.org>
14285
14286         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
14287
14288 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
14289
14290         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
14291         given the changes below.
14292         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
14293         even on hosts that have padding bits beyond the supported 64.
14294
14295 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
14296
14297         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
14298         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
14299         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
14300         depends on it.
14301         (xstrtol_error): Remove.
14302         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
14303         but with a different signature.
14304         (ATTRIBUTE_NORETURN, __attribute__): New macros.
14305         * lib/xstrtol-error.c: Include exitfail.h.
14306         (xstrtol_fatal): New function, with a different signature from the
14307         old xstrtol_error, so that the caller need not worry about passing
14308         in an exit status, or about storage management of the option argument.
14309         (xstrtol_error): Now a static function.  Redo signature to
14310         implement xstrtol_fatal.  Output the correct number of hyphens in
14311         front of the option so that the caller need not worry about
14312         storage management.
14313         (N_): New macro.
14314         (_): Remove; not used now.
14315         * modules/xstrtol: Depend on getopt.
14316         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
14317         of old STRTOL_FATAL_ERROR macro.
14318         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
14319         of test program.
14320         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
14321         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
14322
14323 2007-08-08  Eric Blake  <ebb9@byu.net>
14324
14325         * lib/xstrtol-error.c: Add missing include.
14326
14327         Move xstrtol messages into gnulib domain, when --pobase is used.
14328         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
14329         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
14330         * modules/xstrtol (Files): Distribute new file.
14331         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
14332         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
14333         * tests/test-xstrtol.c: ...into new file.
14334         * tests/test-xstrtoul.c: Also test xstrtoul.
14335         * tests/test-xstrtoimax.c: Also test xstrtoimax.
14336         * tests/test-xstrtoumax.c: Also test xstrtoumax.
14337         * tests/test-xstrtol.sh: Drive the tests.
14338         * tests/test-xstrtoimax.sh: Likewise.
14339         * tests/test-xstrtoumax.sh: Likewise.
14340         * modules/xstrtol-tests: New module.
14341         * modules/xstrtoimax-tests: Likewise.
14342         * modules/xstrtoumax-tests: Likewise.
14343
14344 2007-08-08  Jim Meyering  <jim@meyering.net>
14345
14346         New function: mfile_name_concat.
14347         * lib/filenamecat.c (mfile_name_concat): New function, just like
14348         file_name_concat, but return NULL upon failure rather than exiting
14349         with a diagnostic.
14350         * lib/filenamecat.h: Declare it.
14351
14352 2007-08-07  Bruno Haible  <bruno@clisp.org>
14353
14354         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
14355         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
14356         warning from gcc.
14357         Reported by Eric Blake.
14358
14359 2007-08-07  Simon Josefsson  <simon@josefsson.org>
14360
14361         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
14362         * modules/crypto/arcfour (License): Likewise.
14363         * modules/crypto/des-tests (License): Likewise.
14364         * modules/crypto/gc-arctwo-tests (License): Likewise.
14365         * modules/crypto/gc-des-tests (License): Likewise.
14366         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
14367         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
14368         * modules/crypto/gc-md2-tests (License): Likewise.
14369         * modules/crypto/gc-md4-tests (License): Likewise.
14370         * modules/crypto/gc-md5-tests (License): Likewise.
14371         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
14372         * modules/crypto/gc-rijndael-tests (License): Likewise.
14373         * modules/crypto/gc-sha1-tests (License): Likewise.
14374         * modules/crypto/gc-tests (License): Likewise.
14375         * modules/crypto/hmac-md5 (License): Likewise.
14376         * modules/crypto/hmac-sha1 (License): Likewise.
14377         * modules/crypto/md2-tests (License): Likewise.
14378         * modules/crypto/md4-tests (License): Likewise.
14379         * modules/crypto/md5 (License): Likewise.
14380         * modules/crypto/rijndael (License): Likewise.
14381         * modules/crypto/sha1 (License): Likewise.
14382         * modules/memxor (License): Likewise.
14383
14384 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
14385         and Bruno Haible  <bruno@clisp.org>
14386
14387         * NEWS: Describe interface changes to human, xstrtol.
14388         * lib/human.h: Include <xstrtol.h>.
14389         (human_options): Return enum strtol_error, not int.  Remove
14390         bool arg; take int * instead.
14391         * lib/human.c: Don't include "gettext.h".
14392         (_): Remove; no longer used.
14393         Don't include <xstrtol.h>, since human.h does it.
14394         (human_options): Adjust to abovementioned interface changes.
14395         Do not report error to stderr; that's now the caller's
14396         responsibility.
14397         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
14398         interface change.
14399         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
14400         Str, Argument_type_string.  All uses changed.  Put " argument"
14401         in diagnostics to make them clearer.  Change wording of suffix
14402         message for clarity.
14403         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
14404         Argument_type_string.
14405         (STRTOL_FATAL_WARN): Remove; no longer used.
14406         * modules/human (Depends-on): Remove gettext-h.
14407
14408 2007-08-06  Simon Josefsson  <simon@josefsson.org>
14409
14410         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
14411
14412 2007-07-31  Bruno Haible  <bruno@clisp.org>
14413
14414         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
14415         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
14416         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
14417
14418 2007-07-31  Bruno Haible  <bruno@clisp.org>
14419
14420         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
14421         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
14422
14423 2007-07-30  Bruno Haible  <bruno@clisp.org>
14424
14425         * modules/base64 (License): Use the synonymous term "LGPLv2+".
14426         * modules/c-ctype (License): Likewise.
14427         * modules/c-strcase (License): Likewise.
14428         * modules/check-version (License): Likewise.
14429         * modules/iconv (License): Likewise.
14430         * modules/iconv_open (License): Likewise.
14431         * modules/read-file (License): Likewise.
14432         * modules/striconv (License): Likewise.
14433         * modules/strverscmp (License): Likewise.
14434         * modules/vasprintf (License): Likewise.
14435         * modules/crypto/des (License): Likewise.
14436         * modules/crypto/gc (License): Likewise.
14437         * modules/crypto/gc-arcfour (License): Likewise.
14438         * modules/crypto/gc-arctwo (License): Likewise.
14439         * modules/crypto/gc-des (License): Likewise.
14440         * modules/crypto/gc-hmac-md5 (License): Likewise.
14441         * modules/crypto/gc-hmac-sha1 (License): Likewise.
14442         * modules/crypto/gc-md2 (License): Likewise.
14443         * modules/crypto/gc-md4 (License): Likewise.
14444         * modules/crypto/gc-md5 (License): Likewise.
14445         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
14446         * modules/crypto/gc-random (License): Likewise.
14447         * modules/crypto/gc-rijndael (License): Likewise.
14448         * modules/crypto/gc-sha1 (License): Likewise.
14449         * modules/crypto/md2 (License): Likewise.
14450         * modules/crypto/md4 (License): Likewise.
14451
14452 2007-07-30  Jim Meyering  <jim@meyering.net>
14453
14454         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
14455         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
14456         it has valid stat data.  This bug would cause du not to count the
14457         sizes of inaccessible directories.
14458         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
14459         in <http://bugzilla.redhat.com/250077>.
14460
14461 2007-07-25  Peter O'Gorman  <peter@pogma.com>
14462             Bruno Haible  <bruno@clisp.org>
14463
14464         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
14465         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
14466         #include_next, gives a diagnostic about it, but reports no error in
14467         the exit code.
14468         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
14469
14470 2007-07-24  Ben Pfaff  <blp@gnu.org>
14471
14472         Improve name: "count-one-bits" is better than "popcount".
14473         * MODULES.html.sh: Update name.
14474         * lib/popcount.h: Renamed lib/count-one-bits.h.
14475         (popcount): Renamed count_one_bits.
14476         (popcountl): Renamed count_one_bits_l.
14477         (popcountll): Renamed count_one_bits_ll.
14478         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
14479         * modules/popcount: Renamed module/count-one-bits.
14480         * modules/popcount-tests: Renamed module/count-one-bits-tests.
14481         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
14482
14483 2007-07-23  Ben Pfaff  <blp@gnu.org>
14484
14485         * lib/popcount.h (popcount32): Reduce size of constants, to allow
14486         better code generation, and add U to large constants to avoid
14487         warnings, in non-GCC case.
14488         Suggested by Bruno Haible.
14489
14490 2007-07-23  Ben Pfaff  <blp@gnu.org>
14491
14492         * lib/popcount.h: Use verify_true instead of if...abort.
14493         * modules/popcount: Depend on verify module.
14494         Suggested by Jim Meyering.
14495
14496 2007-07-23  Bruno Haible  <bruno@clisp.org>
14497
14498         * gnulib-tool (func_import): Create a .cvsignore file also when the
14499         directory is not yet in CVS but the toplevel directory is. When
14500         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
14501         Reported by Karl Berry.
14502
14503 2007-07-22  Ben Pfaff  <blp@gnu.org>
14504
14505         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
14506         case.
14507         Suggested by Eric Blake.
14508
14509 2007-07-22  Ben Pfaff  <blp@gnu.org>
14510
14511         New module: popcount.
14512         * MODULES.html.sh: Add popcount.
14513         * modules/popcount: New file.
14514         * modules/popcount-tests: New file.
14515         * tests/test-popcount.c: New file.
14516         * lib/popcount.h: New file.
14517         * m4/popcount.m4: New file.
14518
14519 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
14520
14521         * build-aux/announce-gen: Update to GPLv3.
14522
14523         * build-aux/config.guess: Update from config.
14524
14525 2007-07-21  Bruno Haible  <bruno@clisp.org>
14526
14527         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
14528         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
14529
14530 2007-07-20  Jim Meyering  <jim@meyering.net>
14531
14532         * check-module: Diagnose a self-dependency.
14533
14534 2007-07-19  Bruno Haible  <bruno@clisp.org>
14535
14536         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
14537         empty.
14538         Reported by Eric Blake.
14539
14540 2007-07-18  Bruno Haible  <bruno@clisp.org>
14541
14542         * gnulib-tool: New options --po-base, --po-domain.
14543         (func_usage): Document them.
14544         (pobase, po_domain): New variables.
14545         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
14546         DEFAULT_TEXT_DOMAIN.
14547         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
14548         (func_import): Consider pobase and po_domain. Create a po/ directory.
14549         (func_create_testdir): Set pobase and po_domain to empty.
14550         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
14551         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
14552
14553 2007-07-18  Bruno Haible  <bruno@clisp.org>
14554
14555         * gnulib-tool (func_get_automake_snippet): Synthesize also an
14556         EXTRA_DIST augmentation for files in build-aux/.
14557
14558 2007-07-16  Bruno Haible  <bruno@clisp.org>
14559
14560         * modules/lseek (License): Use the synonymous term "LGPLv2+".
14561         * modules/getdelim (License): Likewise.
14562
14563 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14564
14565         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
14566         * modules/d-type (License): Likewise.
14567         * modules/extensions (License): Likewise.
14568         * modules/fnmatch (License): Likewise.
14569         * modules/fseeko (License): Likewise.
14570         * modules/getaddrinfo (License): Likewise.
14571         * modules/getline (License): Likewise.
14572         * modules/getlogin_r (License): Likewise.
14573         * modules/getpass (License): Likewise.
14574         * modules/gettimeofday (License): Likewise.
14575         * modules/glob (License): Likewise.
14576         * modules/inet_ntop (License): Likewise.
14577         * modules/malloc (License): Likewise.
14578         * modules/malloca (License): Likewise.
14579         * modules/memmem (License): Likewise.
14580         * modules/mempcpy (License): Likewise.
14581         * modules/memset (License): Likewise.
14582         * modules/minmax (License): Likewise.
14583         * modules/mktime (License): Likewise.
14584         * modules/netinet_in (License): Likewise.
14585         * modules/pathmax (License): Likewise.
14586         * modules/poll (License): Likewise.
14587         * modules/regex (License): Likewise.
14588         * modules/snprintf (License): Likewise.
14589         * modules/stdbool (License): Likewise.
14590         * modules/stdint (License): Likewise.
14591         * modules/stdio (License): Likewise.
14592         * modules/strcase (License): Likewise.
14593         * modules/strcasestr (License): Likewise.
14594         * modules/strdup (License): Likewise.
14595         * modules/string (License): Likewise.
14596         * modules/strndup (License): Likewise.
14597         * modules/strnlen (License): Likewise.
14598         * modules/strpbrk (License): Likewise.
14599         * modules/strptime (License): Likewise.
14600         * modules/strsep (License): Likewise.
14601         * modules/sys_select (License): Likewise.
14602         * modules/sys_socket (License): Likewise.
14603         * modules/sys_stat (License): Likewise.
14604         * modules/sys_time (License): Likewise.
14605         * modules/time (License): Likewise.
14606         * modules/time_r (License): Likewise.
14607         * modules/timegm (License): Likewise.
14608         * modules/unistd (License): Likewise.
14609         * modules/vsnprintf (License): Likewise.
14610         * modules/wctype (License): Likewise.
14611
14612 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14613
14614         * modules/argz (License): LGPLv2+.
14615
14616 2007-07-15  Karl Berry  <karl@gnu.org>
14617
14618         * doc/gnulib.texi: revise node structure per new fdl.texi.
14619
14620 2007-07-14  Bruno Haible  <bruno@clisp.org>
14621
14622         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
14623         the output file.
14624         * lib/uniname/uninames.h: Regenerated.
14625
14626 2007-07-14  Karl Berry  <karl@gnu.org>
14627
14628         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
14629         omitting sectioning and index commands.
14630
14631 2007-07-13  Bruno Haible  <bruno@clisp.org>
14632
14633         New gnulib-tool option --more-symlinks.
14634         * gnulib-tool (func_usage): Document --more-symlinks.
14635         (do_copyrights): New variable.
14636         Recognize option --more-symlinks.
14637         (func_import): Don't add a copyright notice transform to
14638         sed_transform_lib_file if do_copyrights is empty.
14639
14640 2007-07-13  Bruno Haible  <bruno@clisp.org>
14641
14642         * lib/vasnprintf.c (decimal_point_char): Define also if
14643         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
14644         && !NEED_PRINTF_DIRECTIVE_A.
14645         Reported by Clemens Koller <clemens.koller@anagramm.de> via
14646         Gary V. Vaughan <gary@gnu.org>.
14647
14648 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
14649
14650         * lib/inttypes_.h: Undo previous change, since it was fixed
14651         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
14652
14653 2007-07-13  Bruno Haible  <bruno@clisp.org>
14654
14655         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
14656         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
14657
14658 2007-07-13  Jim Meyering  <jim@meyering.net>
14659
14660         df: Don't fail for Tru64's "file-on-file mount".
14661         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
14662         so we fall through and use statfs instead.  Details here:
14663         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
14664         Reported by Albert Chin.
14665
14666 2007-07-13  Bruno Haible  <bruno@clisp.org>
14667
14668         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
14669         * modules/configmake (License): Likewise.
14670         * modules/gettext (License): Likewise.
14671         * modules/gettext-h (License): Likewise.
14672         * modules/include_next (License): Likewise.
14673         * modules/link-warning (License): Likewise.
14674         * modules/localcharset (License): Likewise.
14675         * modules/localename (License): Likewise.
14676         * modules/lock (License): Likewise.
14677         * modules/relocatable-lib-lgpl (License): Likewise.
14678         * modules/size_max (License): Likewise.
14679         * modules/vasnprintf (License): Likewise.
14680         * modules/wchar (License): Likewise.
14681         * modules/xsize (License): Likewise.
14682
14683 2007-07-13  Bruno Haible  <bruno@clisp.org>
14684
14685         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
14686         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
14687
14688 2007-07-12  Bruno Haible  <bruno@clisp.org>
14689
14690         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
14691         in the modules files.
14692
14693 2007-07-11  Karl Berry  <karl@gnu.org>
14694
14695         * MODULES.html.sh (func_module): use
14696          sed -e '\|^'"${includefile}"'$|d'
14697          instead of /.../d, to avoid errors on $includefile's containing /.
14698
14699 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
14700
14701         * gnulib-tool (func_import): Avoid duplication of --avoid
14702         statements
14703         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
14704         names to `_' in variable names.
14705
14706 2007-07-10  Eric Blake  <ebb9@byu.net>
14707
14708         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
14709         * NEWS: Document this change.
14710
14711 2007-07-08  Bruno Haible  <bruno@clisp.org>
14712
14713         Update to Unicode 5.0.
14714         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
14715         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
14716         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
14717         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
14718         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
14719         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
14720         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
14721         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
14722         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
14723         U+10A3F, U+1D242..U+1D244.
14724         (nonspacing_table_ind): Update.
14725         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
14726         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
14727
14728 2007-07-08  Bruno Haible  <bruno@clisp.org>
14729
14730         Update to Unicode 5.0.
14731         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
14732         code transform. Extend the name index field of unicode_name_to_code and
14733         unicode_code_to_name from 16 to 24 bits.
14734         * lib/uniname/uniname.c (unicode_character_name,
14735         unicode_name_character): Add the range 0x12xxx to the code transform.
14736         * lib/uniname/uninames.h: Regenerated.
14737         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
14738
14739 2007-07-07  Bruno Haible  <bruno@clisp.org>
14740
14741         * modules/wcwidth-tests: New file.
14742         * tests/test-wcwidth.c: New file.
14743
14744         Work around MacOS X wcwidth() bug.
14745         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
14746         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
14747         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
14748         original wcwidth in non-UTF-8 locales.
14749         * modules/wcwidth (Depends-on): Add localcharset, streq,
14750         uniwidth/width.
14751         * doc/functions/wcwidth.texi: Update.
14752
14753 2007-07-07  Bruno Haible  <bruno@clisp.org>
14754
14755         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
14756         (wcwidth): New declaration.
14757         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
14758         macros.
14759         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
14760         here. Prepare for creating <wchar.h> unconditionally.
14761         * modules/wchar (Depends-on): Add link-warning.
14762         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
14763         REPLACE_WCWIDTH, and GL_LINK_WARNING.
14764         * lib/wcwidth.h: Remove file.
14765         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
14766         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
14767         * modules/wcwidth (Files): Remove lib/wcwidth.h.
14768         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
14769         (Include): Replace wcwidth.h with <wchar.h>.
14770         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
14771         * lib/mbchar.h: Don't include wcwidth.h.
14772         * lib/mbswidth.c: Likewise.
14773         * NEWS: Mention the change.
14774
14775 2007-07-07  Bruno Haible  <bruno@clisp.org>
14776
14777         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
14778         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
14779         definition with an external declaration.
14780         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
14781         defined as a function. Remove AC_C_INLINE requirement.
14782         * modules/wcwidth (Files): Add lib/wcwidth.c.
14783         (Makefile.am): Remove redundant statement.
14784
14785 2007-07-07  Bruno Haible  <bruno@clisp.org>
14786
14787         * MODULES.html.sh (Unicode string functions): Add the new modules.
14788
14789         * tests/uniwidth/test-u32-strwidth.c: New file.
14790         * modules/uniwidth/u32-strwidth-tests: New file.
14791
14792         * lib/uniwidth/u32-strwidth.c: New file.
14793         * modules/uniwidth/u32-strwidth: New file.
14794
14795         * tests/uniwidth/test-u16-strwidth.c: New file.
14796         * modules/uniwidth/u16-strwidth-tests: New file.
14797
14798         * lib/uniwidth/u16-strwidth.c: New file.
14799         * modules/uniwidth/u16-strwidth: New file.
14800
14801         * tests/uniwidth/test-u8-strwidth.c: New file.
14802         * modules/uniwidth/u8-strwidth-tests: New file.
14803
14804         * lib/uniwidth/u8-strwidth.c: New file.
14805         * modules/uniwidth/u8-strwidth: New file.
14806
14807         * tests/uniwidth/test-u32-width.c: New file.
14808         * modules/uniwidth/u32-width-tests: New file.
14809
14810         * lib/uniwidth/u32-width.c: New file.
14811         * modules/uniwidth/u32-width: New file.
14812
14813         * tests/uniwidth/test-u16-width.c: New file.
14814         * modules/uniwidth/u16-width-tests: New file.
14815
14816         * lib/uniwidth/u16-width.c: New file.
14817         * modules/uniwidth/u16-width: New file.
14818
14819         * tests/uniwidth/test-u8-width.c: New file.
14820         * modules/uniwidth/u8-width-tests: New file.
14821
14822         * lib/uniwidth/u8-width.c: New file.
14823         * modules/uniwidth/u8-width: New file.
14824
14825         * tests/uniwidth/test-uc_width.c: New file.
14826         * modules/uniwidth/width-tests: New file.
14827
14828         * lib/uniwidth/width.c: New file, from GNU libiconv.
14829         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
14830         * modules/uniwidth/width: New file.
14831
14832         * lib/uniwidth.h: New file, from GNU libiconv.
14833         * modules/uniwidth/base: New file.
14834
14835 2007-07-07  Bruno Haible  <bruno@clisp.org>
14836
14837         * lib/uniname.h: New file, from GNU gettext.
14838         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
14839         * lib/uniname/uninames.h: New file, from GNU gettext.
14840         * lib/uniname/uniname.c: New file, from GNU gettext.
14841         * tests/uniname/test-uninames.sh: New file.
14842         * tests/uniname/test-uninames.c: New file, from GNU gettext.
14843         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
14844         * modules/uniname/base: New file.
14845         * modules/uniname/uniname: New file.
14846         * modules/uniname/uniname-tests: New file.
14847         * MODULES.html.sh (Unicode string functions): Add the new modules.
14848
14849 2007-07-06  Bruno Haible  <bruno@clisp.org>
14850
14851         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
14852
14853 2007-07-06  Bruno Haible  <bruno@clisp.org>
14854
14855         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
14856         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
14857         includes <cygwin/sys_time.h> which includes <sys/select.h> which
14858         include <sys/time.h>.
14859         Reported by Eric Blake.
14860
14861 2007-07-06  Eric Blake  <ebb9@byu.net>
14862
14863         Fix testing canonicalize on cygwin.
14864         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
14865         Revert patch from 2007-06-19.
14866         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
14867         canonicalize module is also in use.
14868         * tests/test-canonicalize.c: New file.
14869         * tests/test-canonicalize.sh: Likewise.
14870         * modules/canonicalize-tests: Likewise.
14871
14872 2007-07-06  Jim Meyering  <jim@meyering.net>
14873
14874         * lib/getugroups.c (getugroups): Detect getgrent failure.
14875         Adjust comment to reflect reality: this function may return -1.
14876
14877 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
14878
14879         * build-aux/bootstrap (TP_URL,get_translations): Update to use
14880         the new TP address.
14881         (usage): Fix typo
14882         (gnulib_mk): New variable.
14883
14884 2007-07-05  Jim Meyering  <jim@meyering.net>
14885
14886         Don't let endgrent clobber errno, no matter how improbable.
14887         * lib/getugroups.c (getugroups): Save and restore errno around
14888         endgrent call.
14889
14890         Close the group DB even when failing with 2^31 or more members.
14891         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
14892
14893 2007-07-04  Jim Meyering  <jim@meyering.net>
14894
14895         * lib/getugroups.h: New file.
14896         * lib/getugroups.c: Include "getugroups.h".
14897         Remove uses of "register" keyword.
14898         Move local variable, "cp", down into scope where used.
14899         Give "username" parameter the "const" attribute.
14900         * modules/getugroups (Files): Add lib/getugroups.h
14901
14902 2007-07-04  Karl Berry  <karl@gnu.org>
14903
14904         * MODULES.html.sh (func_all_modules): Complete rename of
14905         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
14906
14907 2007-07-02  Bruno Haible  <bruno@clisp.org>
14908
14909         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
14910         mode, when inttypes.h comes from gnulib.
14911         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
14912
14913 2007-07-02  Simon Josefsson  <simon@josefsson.org>
14914
14915         * NEWS: Mention lgpl module name change.
14916
14917         * modules/lgpl-2.1: Renamed from lgpl.
14918
14919         * NEWS: Mention gpl module name change.
14920
14921         * modules/gpl-3.0: New file, based on gpl-2.0.
14922
14923         * modules/gpl-2.0: Renamed from gpl.
14924
14925         * modules/gpl: Fix filename, doc/gpl.texi is now found at
14926         doc/gpl-2.0.texi.
14927
14928 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
14929
14930         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
14931         #define __STDC_LIMIT_MACROS temporarily while including
14932         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
14933         Problem reported by Joel E. Denny in
14934         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
14935
14936 2007-07-01  Bruno Haible  <bruno@clisp.org>
14937
14938         * lib/unistdio.h: New file.
14939         * lib/unistdio/u-asnprintf.h: New file.
14940         * lib/unistdio/u-asprintf.h: New file.
14941         * lib/unistdio/u-printf-args.c: New file.
14942         * lib/unistdio/u-printf-args.h: New file.
14943         * lib/unistdio/u-printf-parse.h: New file.
14944         * lib/unistdio/u-snprintf.h: New file.
14945         * lib/unistdio/u-sprintf.h: New file.
14946         * lib/unistdio/u-vasprintf.h: New file.
14947         * lib/unistdio/u-vsnprintf.h: New file.
14948         * lib/unistdio/u-vsprintf.h: New file.
14949         * lib/unistdio/ulc-asnprintf.c: New file.
14950         * lib/unistdio/ulc-asprintf.c: New file.
14951         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
14952         * lib/unistdio/ulc-printf-parse.c: New file.
14953         * lib/unistdio/ulc-snprintf.c: New file.
14954         * lib/unistdio/ulc-sprintf.c: New file.
14955         * lib/unistdio/ulc-vasnprintf.c: New file.
14956         * lib/unistdio/ulc-vasprintf.c: New file.
14957         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
14958         * lib/unistdio/ulc-vsnprintf.c: New file.
14959         * lib/unistdio/ulc-vsprintf.c: New file.
14960         * lib/unistdio/u8-asnprintf.c: New file.
14961         * lib/unistdio/u8-asprintf.c: New file.
14962         * lib/unistdio/u8-printf-parse.c: New file.
14963         * lib/unistdio/u8-snprintf.c: New file.
14964         * lib/unistdio/u8-sprintf.c: New file.
14965         * lib/unistdio/u8-vasnprintf.c: New file.
14966         * lib/unistdio/u8-vasprintf.c: New file.
14967         * lib/unistdio/u8-vsnprintf.c: New file.
14968         * lib/unistdio/u8-vsprintf.c: New file.
14969         * lib/unistdio/u8-u8-asnprintf.c: New file.
14970         * lib/unistdio/u8-u8-asprintf.c: New file.
14971         * lib/unistdio/u8-u8-snprintf.c: New file.
14972         * lib/unistdio/u8-u8-sprintf.c: New file.
14973         * lib/unistdio/u8-u8-vasnprintf.c: New file.
14974         * lib/unistdio/u8-u8-vasprintf.c: New file.
14975         * lib/unistdio/u8-u8-vsnprintf.c: New file.
14976         * lib/unistdio/u8-u8-vsprintf.c: New file.
14977         * lib/unistdio/u16-asnprintf.c: New file.
14978         * lib/unistdio/u16-asprintf.c: New file.
14979         * lib/unistdio/u16-printf-parse.c: New file.
14980         * lib/unistdio/u16-snprintf.c: New file.
14981         * lib/unistdio/u16-sprintf.c: New file.
14982         * lib/unistdio/u16-vasnprintf.c: New file.
14983         * lib/unistdio/u16-vasprintf.c: New file.
14984         * lib/unistdio/u16-vsnprintf.c: New file.
14985         * lib/unistdio/u16-vsprintf.c: New file.
14986         * lib/unistdio/u16-u16-asnprintf.c: New file.
14987         * lib/unistdio/u16-u16-asprintf.c: New file.
14988         * lib/unistdio/u16-u16-snprintf.c: New file.
14989         * lib/unistdio/u16-u16-sprintf.c: New file.
14990         * lib/unistdio/u16-u16-vasnprintf.c: New file.
14991         * lib/unistdio/u16-u16-vasprintf.c: New file.
14992         * lib/unistdio/u16-u16-vsnprintf.c: New file.
14993         * lib/unistdio/u16-u16-vsprintf.c: New file.
14994         * lib/unistdio/u32-asnprintf.c: New file.
14995         * lib/unistdio/u32-asprintf.c: New file.
14996         * lib/unistdio/u32-printf-parse.c: New file.
14997         * lib/unistdio/u32-snprintf.c: New file.
14998         * lib/unistdio/u32-sprintf.c: New file.
14999         * lib/unistdio/u32-vasnprintf.c: New file.
15000         * lib/unistdio/u32-vasprintf.c: New file.
15001         * lib/unistdio/u32-vsnprintf.c: New file.
15002         * lib/unistdio/u32-vsprintf.c: New file.
15003         * lib/unistdio/u32-u32-asnprintf.c: New file.
15004         * lib/unistdio/u32-u32-asprintf.c: New file.
15005         * lib/unistdio/u32-u32-snprintf.c: New file.
15006         * lib/unistdio/u32-u32-sprintf.c: New file.
15007         * lib/unistdio/u32-u32-vasnprintf.c: New file.
15008         * lib/unistdio/u32-u32-vasprintf.c: New file.
15009         * lib/unistdio/u32-u32-vsnprintf.c: New file.
15010         * lib/unistdio/u32-u32-vsprintf.c: New file.
15011         * tests/unistdio/test-ulc-asnprintf1.c: New file.
15012         * tests/unistdio/test-ulc-asnprintf1.h: New file.
15013         * tests/unistdio/test-ulc-printf1.h: New file.
15014         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
15015         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
15016         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
15017         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
15018         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
15019         * tests/unistdio/test-ulc-vasprintf1.c: New file.
15020         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
15021         * tests/unistdio/test-ulc-vsprintf1.c: New file.
15022         * tests/unistdio/test-u8-asnprintf1.c: New file.
15023         * tests/unistdio/test-u8-asnprintf1.h: New file.
15024         * tests/unistdio/test-u8-printf1.h: New file.
15025         * tests/unistdio/test-u8-vasnprintf1.c: New file.
15026         * tests/unistdio/test-u8-vasnprintf2.c: New file.
15027         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
15028         * tests/unistdio/test-u8-vasnprintf3.c: New file.
15029         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
15030         * tests/unistdio/test-u8-vasprintf1.c: New file.
15031         * tests/unistdio/test-u8-vsnprintf1.c: New file.
15032         * tests/unistdio/test-u8-vsprintf1.c: New file.
15033         * tests/unistdio/test-u16-asnprintf1.c: New file.
15034         * tests/unistdio/test-u16-asnprintf1.h: New file.
15035         * tests/unistdio/test-u16-printf1.h: New file.
15036         * tests/unistdio/test-u16-vasnprintf1.c: New file.
15037         * tests/unistdio/test-u16-vasnprintf2.c: New file.
15038         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
15039         * tests/unistdio/test-u16-vasnprintf3.c: New file.
15040         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
15041         * tests/unistdio/test-u16-vasprintf1.c: New file.
15042         * tests/unistdio/test-u16-vsnprintf1.c: New file.
15043         * tests/unistdio/test-u16-vsprintf1.c: New file.
15044         * tests/unistdio/test-u32-asnprintf1.c: New file.
15045         * tests/unistdio/test-u32-asnprintf1.h: New file.
15046         * tests/unistdio/test-u32-printf1.h: New file.
15047         * tests/unistdio/test-u32-vasnprintf1.c: New file.
15048         * tests/unistdio/test-u32-vasnprintf2.c: New file.
15049         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
15050         * tests/unistdio/test-u32-vasnprintf3.c: New file.
15051         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
15052         * tests/unistdio/test-u32-vasprintf1.c: New file.
15053         * tests/unistdio/test-u32-vsnprintf1.c: New file.
15054         * tests/unistdio/test-u32-vsprintf1.c: New file.
15055         * modules/unistdio/base: New file.
15056         * modules/unistdio/u-printf-args: New file.
15057         * modules/unistdio/ulc-asnprintf: New file.
15058         * modules/unistdio/ulc-asprintf: New file.
15059         * modules/unistdio/ulc-fprintf: New file.
15060         * modules/unistdio/ulc-printf-parse: New file.
15061         * modules/unistdio/ulc-snprintf: New file.
15062         * modules/unistdio/ulc-sprintf: New file.
15063         * modules/unistdio/ulc-vasnprintf: New file.
15064         * modules/unistdio/ulc-vasprintf: New file.
15065         * modules/unistdio/ulc-vfprintf: New file.
15066         * modules/unistdio/ulc-vsnprintf: New file.
15067         * modules/unistdio/ulc-vsprintf: New file.
15068         * modules/unistdio/u8-asnprintf: New file.
15069         * modules/unistdio/u8-asprintf: New file.
15070         * modules/unistdio/u8-printf-parse: New file.
15071         * modules/unistdio/u8-snprintf: New file.
15072         * modules/unistdio/u8-sprintf: New file.
15073         * modules/unistdio/u8-vasnprintf: New file.
15074         * modules/unistdio/u8-vasprintf: New file.
15075         * modules/unistdio/u8-vsnprintf: New file.
15076         * modules/unistdio/u8-vsprintf: New file.
15077         * modules/unistdio/u8-u8-asnprintf: New file.
15078         * modules/unistdio/u8-u8-asprintf: New file.
15079         * modules/unistdio/u8-u8-snprintf: New file.
15080         * modules/unistdio/u8-u8-sprintf: New file.
15081         * modules/unistdio/u8-u8-vasnprintf: New file.
15082         * modules/unistdio/u8-u8-vasprintf: New file.
15083         * modules/unistdio/u8-u8-vsnprintf: New file.
15084         * modules/unistdio/u8-u8-vsprintf: New file.
15085         * modules/unistdio/u16-asnprintf: New file.
15086         * modules/unistdio/u16-asprintf: New file.
15087         * modules/unistdio/u16-printf-parse: New file.
15088         * modules/unistdio/u16-snprintf: New file.
15089         * modules/unistdio/u16-sprintf: New file.
15090         * modules/unistdio/u16-vasnprintf: New file.
15091         * modules/unistdio/u16-vasprintf: New file.
15092         * modules/unistdio/u16-vsnprintf: New file.
15093         * modules/unistdio/u16-vsprintf: New file.
15094         * modules/unistdio/u16-u16-asnprintf: New file.
15095         * modules/unistdio/u16-u16-asprintf: New file.
15096         * modules/unistdio/u16-u16-snprintf: New file.
15097         * modules/unistdio/u16-u16-sprintf: New file.
15098         * modules/unistdio/u16-u16-vasnprintf: New file.
15099         * modules/unistdio/u16-u16-vasprintf: New file.
15100         * modules/unistdio/u16-u16-vsnprintf: New file.
15101         * modules/unistdio/u16-u16-vsprintf: New file.
15102         * modules/unistdio/u32-asnprintf: New file.
15103         * modules/unistdio/u32-asprintf: New file.
15104         * modules/unistdio/u32-printf-parse: New file.
15105         * modules/unistdio/u32-snprintf: New file.
15106         * modules/unistdio/u32-sprintf: New file.
15107         * modules/unistdio/u32-vasnprintf: New file.
15108         * modules/unistdio/u32-vasprintf: New file.
15109         * modules/unistdio/u32-vsnprintf: New file.
15110         * modules/unistdio/u32-vsprintf: New file.
15111         * modules/unistdio/u32-u32-asnprintf: New file.
15112         * modules/unistdio/u32-u32-asprintf: New file.
15113         * modules/unistdio/u32-u32-snprintf: New file.
15114         * modules/unistdio/u32-u32-sprintf: New file.
15115         * modules/unistdio/u32-u32-vasnprintf: New file.
15116         * modules/unistdio/u32-u32-vasprintf: New file.
15117         * modules/unistdio/u32-u32-vsnprintf: New file.
15118         * modules/unistdio/u32-u32-vsprintf: New file.
15119         * modules/unistdio/ulc-asnprintf-tests: New file.
15120         * modules/unistdio/ulc-vasnprintf-tests: New file.
15121         * modules/unistdio/ulc-vasprintf-tests: New file.
15122         * modules/unistdio/ulc-vsnprintf-tests: New file.
15123         * modules/unistdio/ulc-vsprintf-tests: New file.
15124         * modules/unistdio/u8-asnprintf-tests: New file.
15125         * modules/unistdio/u8-vasnprintf-tests: New file.
15126         * modules/unistdio/u8-vasprintf-tests: New file.
15127         * modules/unistdio/u8-vsnprintf-tests: New file.
15128         * modules/unistdio/u8-vsprintf-tests: New file.
15129         * modules/unistdio/u16-asnprintf-tests: New file.
15130         * modules/unistdio/u16-vasnprintf-tests: New file.
15131         * modules/unistdio/u16-vasprintf-tests: New file.
15132         * modules/unistdio/u16-vsnprintf-tests: New file.
15133         * modules/unistdio/u16-vsprintf-tests: New file.
15134         * modules/unistdio/u32-asnprintf-tests: New file.
15135         * modules/unistdio/u32-vasnprintf-tests: New file.
15136         * modules/unistdio/u32-vasprintf-tests: New file.
15137         * modules/unistdio/u32-vsnprintf-tests: New file.
15138         * modules/unistdio/u32-vsprintf-tests: New file.
15139         * MODULES.html.sh (Unicode string functions): Add the new modules.
15140
15141 2007-07-01  Bruno Haible  <bruno@clisp.org>
15142
15143         * lib/sprintf.c (sprintf): Limit the available length estimation,
15144         to avoid address wraparound.
15145         * lib/vsprintf.c (vsprintf): Likewise.
15146         * modules/sprintf-posix (Dependencies): Add stdint.
15147         * modules/vsprintf-posix (Dependencies): Likewise.
15148
15149 2007-07-01  Bruno Haible  <bruno@clisp.org>
15150
15151         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
15152         Windows PATH as well. Conservative double-quoting. Comments.
15153
15154 2007-07-01  Bruno Haible  <bruno@clisp.org>
15155             Eric Blake  <ebb9@byu.net>
15156             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15157
15158         * gnulib-tool (self_abspathname): Fix algorithm to cope with
15159         empty components in $PATH, denoting '.'.
15160
15161 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15162
15163         * gnulib-tool: Fix indentation.
15164         (func_create_megatestdir): Likewise.
15165         Report by Bruno Haible.
15166
15167 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15168
15169         Sync from Automake.
15170         * build-aux/gnupload: Fix shell portability issues with for loops.
15171         Report by Karl Berry.
15172
15173 2007-06-29  Simon Josefsson  <simon@josefsson.org>
15174
15175         * build-aux/maint.mk (POURL): Use translationproject.org.
15176
15177 2007-06-27  Simon Josefsson  <simon@josefsson.org>
15178             Bruno Haible  <bruno@clisp.org>
15179
15180         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
15181         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
15182         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
15183         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
15184         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
15185
15186 2007-06-27  Bruno Haible  <bruno@clisp.org>
15187
15188         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
15189         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
15190
15191 2007-06-26  Karl Berry  <karl@gnu.org>
15192
15193         * MODULES.html.sh: remove xreadlink-with-size.
15194
15195 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
15196
15197         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
15198         method that I hope also handles the double-include problem noted
15199         by Bruno Haible in
15200         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
15201
15202 2007-06-23  Bruno Haible  <bruno@clisp.org>
15203
15204         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
15205         Don't let the 'mostlyclean' target fail if the last subdirectory could
15206         not be removed.
15207         Reported by Karl Berry.
15208
15209 2007-06-23  Bruno Haible  <bruno@clisp.org>
15210
15211         * gnulib-tool (echo): Add a speedier workaround for ksh.
15212         * tests/test-echo.sh: Likewise.
15213
15214 2007-06-23  Bruno Haible  <bruno@clisp.org>
15215
15216         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
15217         * tests/test-echo.sh: Likewise.
15218
15219 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15220
15221         * gnulib-tool (IFS): Initialize early, so we don't set it to
15222         empty later.
15223         (self_abspathname): Rewrite algorithm to set it, reindent.
15224         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
15225         (func_create_megatestdir): Merge some sed scripts.
15226
15227 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
15228
15229         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
15230         exposed by Sun Studio 11 cc on Solaris 8.
15231
15232 2007-06-22  Bruno Haible  <bruno@clisp.org>
15233
15234         * gnulib-tool (echo): Ensure the echo primitive does not interpret
15235         backslashes.
15236         * tests/test-echo.sh: New file.
15237
15238 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15239
15240         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
15241         simplify `sed_replace_build_aux' scripts, they are portable but
15242         echoing them with `echo' is not.
15243         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
15244
15245 2007-06-21  Karl Berry  <karl@gnu.org>
15246
15247         * config/srclist.txt: guess we can't handle the licenses via
15248         srclist at the moment.
15249
15250 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
15251
15252         * MODULES.html.sh: Add include_next.
15253         * modules/include_next: New file.
15254
15255 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
15256
15257         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
15258         INCLUDE_NEXT.
15259         (gl_CHECK_NEXT_HEADERS): New macro.
15260         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
15261         the obsolescent gl_ABSOLUTE_HEADER.
15262         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
15263         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
15264         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
15265         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
15266         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
15267         * m4/math_h.m4 (gl_MATH_H): Likewise.
15268         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
15269         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
15270         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
15271         * m4/stdint.m4 (gl_STDINT_H): Likewise.
15272         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
15273         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
15274         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
15275         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
15276         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
15277         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
15278         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
15279         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
15280         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
15281         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
15282         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
15283         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
15284         * m4/inttypes.m4 (gl_INTTYPES_H): Define
15285         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
15286         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
15287         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
15288         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
15289         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
15290         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
15291         * lib/float_.h: Likewise.
15292         * lib/inttypes_.h: Likewise.
15293         * lib/math_.h: Likewise.
15294         * lib/search_.h: Likewise.
15295         * lib/signal_.h: Likewise.
15296         * lib/stdint_.h: Likewise.
15297         * lib/stdio_.h: Likewise.
15298         * lib/stdlib_.h: Likewise.
15299         * lib/string_.h: Likewise.
15300         * lib/sys_stat_.h: Likewise.
15301         * lib/sys_time_.h: Likewise.
15302         * lib/time_.h: Likewise.
15303         * lib/unistd_.h: Likewise.
15304         * lib/wchar_.h: Likewise.
15305         * lib/wctype_.h: Likewise.
15306         * lib/dirent_.h: Likewise.
15307         * lib/iconv_.h: Likewise.
15308         * lib/locale_.h: Likewise.
15309         * lib/netinet_in_.h: Likewise.
15310         * lib/sys_select_.h: Likewise.
15311         * lib/sys_socket_.h: Likewise.
15312         * lib/sysexits_.h: Likewise.
15313         * modules/fcntl (Depends-on): Depend on include_next, not
15314         absolute_header.
15315         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
15316         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
15317         * modules/fchdir: Likewise.
15318         * modules/float: Likewise.
15319         * modules/iconv_open: Likewise.
15320         * modules/inttypes: Likewise.
15321         * modules/locale: Likewise.
15322         * modules/math: Likewise.
15323         * modules/netinet_in: Likewise.
15324         * modules/search: Likewise.
15325         * modules/signal: Likewise.
15326         * modules/stdint: Likewise.
15327         * modules/stdio: Likewise.
15328         * modules/stdlib: Likewise.
15329         * modules/string: Likewise.
15330         * modules/sys_select: Likewise.
15331         * modules/sys_socket: Likewise.
15332         * modules/sys_stat: Likewise.
15333         * modules/sys_time: Likewise.
15334         * modules/sysexits: Likewise.
15335         * modules/time: Likewise.
15336         * modules/unistd: Likewise.
15337         * modules/wchar: Likewise.
15338         * modules/wctype: Likewise.
15339         * modules/sys_stat: Change maintainer to "all".
15340         * modules/unistd: Likewise.
15341
15342 2007-06-20  Karl Berry  <karl@gnu.org>
15343
15344         * config/srclist.txt: track www changes in license files.
15345
15346 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
15347
15348         * build-aux/bootstrap: Remove stray dot.
15349         Make sure build_aux settings are honored when linking
15350         gnulib_extra_files.
15351
15352 2007-06-19  Eric Blake  <ebb9@byu.net>
15353
15354         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
15355         Allow compilation on cygwin.
15356
15357 2007-06-19  Jim Meyering  <jim@meyering.net>
15358
15359         xreadlink-with-size: Remove module.  No longer used.
15360         Ex-callers now use xreadlink or mreadlink-with-size.
15361         * modules/xreadlink-with-size: Remove module.
15362         * lib/xreadlink-with-size.c: Remove file.
15363         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
15364         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
15365         just before the function definition *is* accurate.
15366
15367         Eliminate one way canonicalize_filename_mode could exit.
15368         * lib/canonicalize.c (canonicalize_filename_mode):
15369         Use mreadlink_with_size, not xreadlink_with_size.
15370
15371 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
15372
15373         Detect porting problems to FreeBSD/arm, which has time_t wider than
15374         long int.  Original problem reported for GNU diff by Xin Li in
15375         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
15376         * modules/getdate (Depends-on): Add intprops, verify.
15377         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
15378         is an integer type no wider than long int.
15379
15380 2007-06-18  Jim Meyering  <jim@meyering.net>
15381
15382         New module: mreadlink-with-size.
15383         * MODULES.html.sh: Add mreadlink-with-size.
15384         * modules/mreadlink-with-size: New module
15385         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
15386         not xreadlink-with-size.
15387         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
15388
15389 2007-06-16  Bruno Haible  <bruno@clisp.org>
15390
15391         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
15392         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
15393         Reported by Gary V. Vaughan <gary@gnu.org>.
15394
15395 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
15396
15397         Revamp lchown so that it lives in unistd.h where it belongs.
15398         * lib/lchown.h: Remove.
15399         * lib/dirchownmod.c: Don't include lib/lchown.h.
15400         * lib/fchownat.c: Likewise.
15401         * lib/openat.c: Likewise.
15402         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
15403         does not follow symlinks.
15404         (EOPNOTSUPP): Define if not defined.
15405         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
15406         is defined to 0.
15407         (lchown): New decl.
15408         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
15409         Do not check for lchown decl.
15410         Set REPLACE_LCHOWN.
15411         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
15412         REPLACE_LCHOWN.
15413         * modules/chown: Make it clear it follows symlinks.
15414         * modules/lchown: Make it clear it doesn't follow symlinks.
15415         (Files): Remove lib/lchown.h
15416         (Depends-on): Add unistd.
15417         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
15418         (Include): Include <unistd.h>, not "lchown.h".
15419         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
15420         REPLACE_LCHOWN.
15421
15422 2007-06-15  Jim Meyering  <jim@meyering.net>
15423
15424         Change license (GPL to LGPL) of fsusage and dependents.
15425         * modules/fsusage (License): Change to LGPL.
15426         * modules/full-read (License): Likewise.
15427         * modules/full-write (License): Likewise.
15428         * modules/safe-read (License): Likewise.
15429         * modules/safe-write (License): Likewise.
15430
15431 2007-06-14  Ben Pfaff  <blp@gnu.org>
15432
15433         Missing part of allocsa -> malloca transition.
15434         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
15435         gl_MALLOCA.
15436
15437 2007-06-12  Bruno Haible  <bruno@clisp.org>
15438
15439         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
15440         to ia64, x86_64, i386.
15441         Reported by Eric Blake.
15442
15443 2007-06-12  Bruno Haible  <bruno@clisp.org>
15444
15445         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
15446         cross-compiling to x86_64.
15447
15448 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
15449
15450         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
15451         glitch reported by Ralf Wildenhues in
15452         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
15453
15454         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
15455         Vin Shelton.
15456
15457 2007-06-11  Bruno Haible  <bruno@clisp.org>
15458
15459         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
15460         replacement string.
15461         Reported by Eric Blake.
15462
15463 2007-06-10  Bruno Haible  <bruno@clisp.org>
15464
15465         Prepare vasnprintf code for use with Unicode strings.
15466         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
15467         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
15468         TYPE_U32_STRING.
15469         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
15470         a_u32_string variants.
15471         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
15472         * lib/printf-args.c: Don't include config.h and the specification
15473         header if PRINTF_FETCHARGS is already defined.
15474         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
15475         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
15476         TYPE_U16_STRING, TYPE_U32_STRING.
15477         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
15478         u16_directive, u16_directives, u32_directive, u32_directives): New
15479         types.
15480         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
15481         New declarations.
15482         * lib/printf-parse.c: Don't include config.h and the specification
15483         header if PRINTF_PARSE is already defined. Eliminate the set of
15484         parameters for WIDE_CHAR_VERSION; the user of this file must provide
15485         them now. Include c-ctype.h.
15486         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
15487         directive and CHAR_T_ONLY_ASCII.
15488         * lib/vasnprintf.c: Don't include config.h and the specification header
15489         if VASNPRINTF is already defined.
15490         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
15491         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
15492         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
15493         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
15494         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
15495         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
15496         code accordingly.
15497         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
15498         pad_ourselves also in this case, with the 'c' and 's' directives, and
15499         with a different notion of "width".
15500         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
15501
15502 2007-06-10  Bruno Haible  <bruno@clisp.org>
15503
15504         * modules/unistr/u32-mbsnlen: New file.
15505         * lib/unistr/u32-mbsnlen.c: New file.
15506
15507         * modules/unistr/u16-mbsnlen: New file.
15508         * lib/unistr/u16-mbsnlen.c: New file.
15509
15510         * modules/unistr/u8-mbsnlen: New file.
15511         * lib/unistr/u8-mbsnlen.c: New file.
15512
15513         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
15514         declarations.
15515
15516 2007-06-10  Bruno Haible  <bruno@clisp.org>
15517
15518         * lib/string_.h (mbsnlen): New declaration.
15519         * lib/mbsnlen.c: New file.
15520         * m4/mbsnlen.m4: New file.
15521         * modules/mbsnlen: New file.
15522         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
15523         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
15524         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
15525
15526 2007-06-10  Bruno Haible  <bruno@clisp.org>
15527
15528         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
15529
15530 2007-06-10  Bruno Haible  <bruno@clisp.org>
15531
15532         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
15533         * lib/mbuiter.h: Likewise.
15534
15535 2007-06-10  Bruno Haible  <bruno@clisp.org>
15536
15537         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
15538         declaration.
15539
15540 2007-06-10  Karl Berry  <karl@gnu.org>
15541
15542         * config/srclist.txt: remove gettext entries, Bruno prefers
15543         to update individually.
15544
15545 2007-06-10  Bruno Haible  <bruno@clisp.org>
15546
15547         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
15548         'maxlen'. Ensure only length + width bytes are allocated, not
15549         length + 1 + width.
15550
15551 2007-06-09  Bruno Haible  <bruno@clisp.org>
15552
15553         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
15554         (CHAR_T): Remove macro.
15555         (VASNPRINTF): Update.
15556
15557 2007-06-09  Bruno Haible  <bruno@clisp.org>
15558
15559         * MODULES.html.sh (Unicode string functions): Add the new modules.
15560
15561         * modules/uniconv/u32-conv-to-enc: New file.
15562         * lib/uniconv/u32-conv-to-enc.c: New file.
15563         * modules/uniconv/u32-conv-to-enc-tests: New file.
15564         * tests/uniconv/test-u32-conv-to-enc.c: New file.
15565
15566         * modules/uniconv/u16-conv-to-enc: New file.
15567         * lib/uniconv/u16-conv-to-enc.c: New file.
15568         * lib/uniconv/u-conv-to-enc.h: New file.
15569         * modules/uniconv/u16-conv-to-enc-tests: New file.
15570         * tests/uniconv/test-u16-conv-to-enc.c: New file.
15571
15572         * modules/uniconv/u8-conv-to-enc: New file.
15573         * lib/uniconv/u8-conv-to-enc.c: New file.
15574         * modules/uniconv/u8-conv-to-enc-tests: New file.
15575         * tests/uniconv/test-u8-conv-to-enc.c: New file.
15576
15577         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
15578         u32_conv_to_encoding): New declarations.
15579
15580 2007-06-09  Bruno Haible  <bruno@clisp.org>
15581
15582         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
15583
15584 2007-06-09  Bruno Haible  <bruno@clisp.org>
15585
15586         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
15587         * modules/malloca: Renamed from modules/allocsa, updated.
15588         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
15589         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
15590         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
15591         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
15592         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
15593         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
15594         * modules/xmalloca: Renamed from modules/xallocsa, updated.
15595         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
15596         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
15597         * modules/c-strcasestr (Depends-on): Update.
15598         * lib/c-strcasestr.c: Update.
15599         * modules/c-strstr (Depends-on): Update.
15600         * lib/c-strstr.c: Update.
15601         * modules/canonicalize-lgpl (Depends-on): Update.
15602         * lib/canonicalize-lgpl.c: Update.
15603         * modules/clean-temp (Depends-on): Update.
15604         * lib/clean-temp.c: Update.
15605         * modules/csharpcomp (Depends-on): Update.
15606         * lib/csharpcomp.c: Update.
15607         * modules/csharpexec (Depends-on): Update.
15608         * lib/csharpexec.c: Update.
15609         * modules/javacomp (Depends-on): Update.
15610         * lib/javacomp.c: Update.
15611         * modules/javaexec (Depends-on): Update.
15612         * lib/javaexec.c: Update.
15613         * modules/mbscasestr (Depends-on): Update.
15614         * lib/mbscasestr.c: Update.
15615         * modules/mbsstr (Depends-on): Update.
15616         * lib/mbsstr.c: Update.
15617         * modules/setenv (Depends-on): Update.
15618         * lib/setenv.c: Update.
15619         * modules/strcasestr (Depends-on): Update.
15620         * lib/strcasestr.c: Update.
15621         * modules/striconveha (Depends-on): Update.
15622         * lib/striconveha.c: Update.
15623         * modules/relocatable-prog-wrapper (Files): Update.
15624         * lib/relocwrapper.c: Update.
15625         * build-aux/install-reloc: Update.
15626         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
15627
15628 2007-06-08  Bruno Haible  <bruno@clisp.org>
15629
15630         Port to uClibc.
15631         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
15632         * lib/fpurge.c (fpurge): Likewise.
15633         * lib/freading.c (freading): Likewise.
15634         * lib/fseeko.c (rpl_fseeko): Likewise.
15635         * lib/fseterr.c (fseterr): Likewise.
15636         * lib/fwriting.c (fwriting): Likewise.
15637         * tests/test-fflush.c (main): Avoid a failure on uClibc.
15638
15639 2007-06-08  Bruno Haible  <bruno@clisp.org>
15640
15641         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
15642         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
15643         * modules/gettext (Files): Add m4/intlmacosx.m4.
15644
15645 2007-06-07  Bruno Haible  <bruno@clisp.org>
15646
15647         * modules/localename-tests: New file.
15648         * tests/test-localename.c: New file.
15649
15650         New module 'localename'.
15651         * lib/localename.h: New file.
15652         * lib/localename.c: New file, from GNU gettext.
15653         * m4/localename.m4: New file.
15654         * modules/localename: New file.
15655
15656 2007-06-07  Bruno Haible  <bruno@clisp.org>
15657
15658         Work around the lack of <wchar.h> on some builds of uClibc.
15659         * doc/headers/wchar.texi: Update.
15660         * lib/wchar_.h: Include <wchar.h> only if it exists.
15661         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
15662         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
15663         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
15664         doesn't exist.
15665         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
15666         * modules/mbfile (Depends-on): Add wchar.
15667         * modules/mbiter (Depends-on): Likewise.
15668         * modules/mbuiter (Depends-on): Likewise.
15669         Reported by Simon Josefsson.
15670
15671 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
15672
15673         Work around problem reported by Steven M. Schweda in
15674         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
15675         Tru64 5.1B with the Compaq compiler environment installed declares
15676         an 'isblank' function but does not define it in the C library.
15677         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
15678         * lib/regex_internal.h (isblank): Likewise.
15679         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
15680         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
15681
15682 2007-06-05  Bruno Haible  <bruno@clisp.org>
15683
15684         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
15685         ia64.
15686         * modules/printf-safe: New file.
15687         * modules/fprintf-posix (Depends-on): Add printf-safe.
15688         * modules/printf-posix (Depends-on): Likewise.
15689         * modules/snprintf-posix (Depends-on): Likewise.
15690         * modules/sprintf-posix (Depends-on): Likewise.
15691         * modules/vasnprintf-posix (Depends-on): Likewise.
15692         * modules/vasprintf-posix (Depends-on): Likewise.
15693         * modules/vfprintf-posix (Depends-on): Likewise.
15694         * modules/vprintf-posix (Depends-on): Likewise.
15695         * modules/vsnprintf-posix (Depends-on): Likewise.
15696         * modules/vsprintf-posix (Depends-on): Likewise.
15697         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
15698         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
15699         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
15700         "no" on i386, x86_64, ia64.
15701         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
15702         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
15703         on i386, x86_64, ia64.
15704         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
15705         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
15706         on i386, x86_64, ia64.
15707         * tests/test-vasnprintf-posix.c: Include float.h.
15708         (LDBL80_WORDS): New macro.
15709         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
15710         on i386, x86_64, ia64.
15711         * tests/test-vasprintf-posix.c: Include float.h.
15712         (LDBL80_WORDS): New macro.
15713         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
15714         on i386, x86_64, ia64.
15715         * tests/test-snprintf-posix.c: Include float.h.
15716         * tests/test-sprintf-posix.c: Likewise.
15717         * tests/test-vsnprintf-posix.c: Likewise.
15718         * tests/test-vsprintf-posix.c: Likewise.
15719
15720 2007-06-05  Bruno Haible  <bruno@clisp.org>
15721
15722         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
15723         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
15724         non-IEEE numbers on i386, x86_64, ia64.
15725         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
15726         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
15727         * tests/test-isnanl.h: Include float.h.
15728         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
15729
15730 2007-06-05  Bruno Haible  <bruno@clisp.org>
15731
15732         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
15733         also the %a / %A. Handle the %a / %A code before this extra handling.
15734
15735 2007-06-05  Bruno Haible  <bruno@clisp.org>
15736
15737         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
15738         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
15739
15740 2007-06-05  Bruno Haible  <bruno@clisp.org>
15741
15742         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
15743         typo in variable name.
15744
15745 2007-06-05  Eric Blake  <ebb9@byu.net>
15746
15747         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
15748         Reported by Simon Josefsson.
15749
15750 2007-06-04  Bruno Haible  <bruno@clisp.org>
15751
15752         Avoid test failures on some PowerPC platforms.
15753         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
15754         Define differently for PowerPC.
15755         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
15756         Reported by Gary V. Vaughan <gary@gnu.org>.
15757
15758 2007-06-02  Bruno Haible  <bruno@clisp.org>
15759
15760         Fix test-stdint failure on FreeBSD/ia64.
15761         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
15762         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
15763         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
15764         * doc/headers/stdint.texi: Update.
15765
15766 2007-06-01  Bruno Haible  <bruno@clisp.org>
15767
15768         * tests/test-binary-io.c (main): Pass a third argument to open().
15769         Reported by Gary V. Vaughan <gary@gnu.org>.
15770
15771 2007-06-01  Bruno Haible  <bruno@clisp.org>
15772
15773         * doc/functions/frexpl.texi: Update for mingw.
15774
15775 2007-06-01  Bruno Haible  <bruno@clisp.org>
15776
15777         * tests/test-lseek.c (main): Disable test of errno for invalid third
15778         argument.
15779         * doc/functions/lseek.texi: Update.
15780         Reported by Gary V. Vaughan <gary@gnu.org>.
15781
15782 2007-05-28  Bruno Haible  <bruno@clisp.org>
15783
15784         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
15785
15786 2007-05-31  Eric Blake  <ebb9@byu.net>
15787
15788         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
15789         cross compiling.
15790
15791 2007-05-30  Eric Blake  <ebb9@byu.net>
15792         and Bruno Haible  <bruno@clisp.org>
15793
15794         Work around mingw test failures exposed by m4-1.4.9b.
15795         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
15796         * tests/test-unistd.c: Disable uid_t and git_t tests for the
15797         moment.
15798
15799 2007-05-30  Bruno Haible  <bruno@clisp.org>
15800
15801         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
15802         assuming that they are closed. Needed on HP-UX 11.
15803
15804 2007-05-29  Bruno Haible  <bruno@clisp.org>
15805
15806         Fix a problem with #include_next.
15807         * lib/dirent_.h: Split the double-inclusion guard.
15808         * lib/fcntl_.h: Likewise.
15809         * lib/float_.h: Likewise.
15810         * lib/iconv_.h: Likewise.
15811         * lib/inttypes_.h: Likewise.
15812         * lib/locale_.h: Likewise.
15813         * lib/math_.h: Likewise.
15814         * lib/netinet_in_.h: Likewise.
15815         * lib/search_.h: Likewise.
15816         * lib/signal_.h: Likewise.
15817         * lib/stdint_.h: Likewise.
15818         * lib/stdio_.h: Likewise.
15819         * lib/stdlib_.h: Likewise.
15820         * lib/string_.h: Likewise.
15821         * lib/sys_select_.h: Likewise.
15822         * lib/sys_socket_.h: Likewise.
15823         * lib/sys_stat_.h: Likewise.
15824         * lib/sys_time_.h: Likewise.
15825         * lib/sysexits_.h: Likewise.
15826         * lib/time_.h: Likewise.
15827         * lib/unistd_.h: Likewise.
15828         * lib/wchar_.h: Likewise.
15829         * lib/wctype_.h: Likewise.
15830
15831 2007-05-29  Bruno Haible  <bruno@clisp.org>
15832
15833         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
15834         for the moment.
15835
15836 2007-05-29  Bruno Haible  <bruno@clisp.org>
15837
15838         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
15839         invocation.
15840         Reported by Eric Blake.
15841
15842 2007-05-29  Bruno Haible  <bruno@clisp.org>
15843
15844         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
15845         compiling case.
15846
15847 2007-05-29  Eric Blake  <ebb9@byu.net>
15848             Bruno Haible  <bruno@clisp.org>
15849
15850         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
15851         cross compiles.
15852
15853 2007-05-28  Eric Blake  <ebb9@byu.net>
15854
15855         * modules/closein-tests (test_closein_LDADD): Support test on
15856         cygwin with libtool.
15857
15858 2007-05-28  Bruno Haible  <bruno@clisp.org>
15859
15860         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
15861         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
15862         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
15863         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
15864         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
15865         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
15866         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
15867         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
15868         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
15869
15870 2007-05-28  Eric Blake  <ebb9@byu.net>
15871
15872         Unconditionally include <config.h> in unit tests.
15873         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
15874         * tests/test-allocsa.c, tests/test-arcfour.c,
15875         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
15876         tests/test-array_list.c, tests/test-array_oset.c,
15877         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
15878         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
15879         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
15880         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
15881         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
15882         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
15883         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
15884         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
15885         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
15886         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
15887         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
15888         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
15889         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
15890         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
15891         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
15892         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
15893         test-md5.c, test-memmem.c, test-printf-posix.c,
15894         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
15895         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
15896         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
15897         test-strcasestr.c, test-striconv.c, test-striconveh.c,
15898         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
15899         test-vasnprintf-posix2.c, test-vasnprintf.c,
15900         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
15901         test-vfprintf-posix.c, test-vprintf-posix.c,
15902         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
15903         test-xvasprintf.c: Likewise.
15904
15905 2007-05-28  Bruno Haible  <bruno@clisp.org>
15906
15907         * gnulib-tool (func_import): Remember the --with-tests command-line
15908         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
15909         Reported by Eric Blake.
15910
15911 2007-05-28  Bruno Haible  <bruno@clisp.org>
15912
15913         * modules/ftell-tests: New file.
15914         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
15915         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
15916
15917         * lib/ftell.c: New file.
15918         * modules/ftell: New file.
15919         * m4/ftell.m4: New file.
15920         * doc/functions/ftell.texi: Update.
15921         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
15922         REPLACE_FTELL.
15923         * lib/stdio_.h (rpl_ftell): New declaration.
15924         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
15925         REPLACE_FTELL.
15926
15927 2007-05-28  Eric Blake  <ebb9@byu.net>
15928
15929         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
15930
15931 2007-05-28  Bruno Haible  <bruno@clisp.org>
15932
15933         * modules/fseek-tests: New file.
15934         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
15935         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
15936
15937         * lib/fseek.c: New file.
15938         * modules/fseek: New file.
15939         * m4/fseek.m4: New file.
15940         * doc/functions/fseek.texi: Update.
15941         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
15942         REPLACE_FSEEK.
15943         * lib/stdio_.h (rpl_fseek): New declaration.
15944         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
15945         REPLACE_FSEEK.
15946
15947 2007-05-28  Bruno Haible  <bruno@clisp.org>
15948
15949         * lib/stdio_.h (fflush): More comments.
15950
15951 2007-05-28  Bruno Haible  <bruno@clisp.org>
15952
15953         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
15954         runtime test.
15955
15956 2007-05-28  Eric Blake  <ebb9@byu.net>
15957
15958         Improve lseek module.
15959         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
15960         * lib/unistd_.h (lseek): Scale back link warning message.
15961         * tests/test-lseek.c: Beef up test.
15962         * tests/test-lseek.sh: Exercise more facets of lseek.
15963         Reported by Bruno Haible.
15964
15965 2007-05-28  Bruno Haible  <bruno@clisp.org>
15966
15967         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
15968         to define.
15969
15970 2007-05-27  Bruno Haible  <bruno@clisp.org>
15971
15972         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
15973
15974 2007-05-27  Bruno Haible  <bruno@clisp.org>
15975
15976         * modules/openmp: New file.
15977         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
15978         Noah Misch.
15979
15980 2007-05-26  Bruno Haible  <bruno@clisp.org>
15981
15982         * modules/chdir-long (Depends-on): Add fchdir.
15983         * modules/chdir-safer (Depends-on): Likewise.
15984         * modules/fts (Depends-on): Likewise.
15985         * modules/fts-lgpl (Depends-on): Likewise.
15986         * modules/openat (Depends-on): Likewise.
15987         * modules/savewd (Depends-on): Likewise.
15988
15989 2007-05-24  Eric Blake  <ebb9@byu.net>
15990
15991         Fix lseek on mingw.
15992         * modules/lseek: New module.
15993         * m4/lseek.m4: New file.
15994         * lib/lseek.c: New file.
15995         * modules/lseek-tests: New file.
15996         * tests/test-lseek.c: New file.
15997         * tests/test-lseek.sh: New file.
15998         * MODULES.html.sh: Document lseek module.
15999         * modules/fflush (Depends-on): Add lseek, fseeko.
16000         * modules/fseeko (Depends-on): Likewise.
16001         * modules/ftello (Depends-on): Likewise.
16002         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
16003         broken.
16004         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
16005         broken.
16006         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
16007         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
16008         * lib/ftello.c (rpl_ftello): Likewise.
16009         * tests/test-fseeko.c (main): Test this.
16010         * tests/test-fseeko.sh: Likewise.
16011         * tests/test-ftello.c (main): Likewise.
16012         * tests/test-ftello.sh: Likewise.
16013         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
16014         implies replacing fseek.
16015         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
16016         HAVE_FTELLO.
16017         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
16018         * modules/unistd (Makefile.am): Likewise.
16019         * lib/unistd_.h (lseek): Declare a replacement.
16020         * doc/functions/lseek.texi (lseek): Document this fix.
16021         * doc/functions/fseek.texi (fseek): Likewise.
16022         * doc/functions/ftell.texi (ftell): Likewise.
16023
16024 2007-05-24  Bruno Haible  <bruno@clisp.org>
16025
16026         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
16027         in the printed representation of a NaN.
16028         * tests/test-vasprintf-posix.c (test_function): Likewise.
16029         * tests/test-snprintf-posix.h (test_function): Likewise.
16030         * tests/test-sprintf-posix.h (test_function): Likewise.
16031         Reported by Eric Blake.
16032
16033 2007-05-23  Eric Blake  <ebb9@byu.net>
16034
16035         Fix fseeko/ftello on cygwin 1.5.24.
16036         * doc/functions/fseeko.texi (fseeko): Document the fix.
16037         * doc/functions/ftello.texi (ftello): Document the fix.
16038         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
16039         * doc/functions/stdout.text (stdout): New file.
16040         * doc/functions/stderr.text (stderr): New file.
16041         * doc/gnulib.texi (Function Substitutes): Use new files.
16042         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
16043         prior to 1.7.0.
16044         * tests/test-ftello.c (main): Likewise for ftello.
16045         * tests/test-fseeko.sh: New file.
16046         * tests/test-ftello.sh: New file.
16047         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
16048         with seekable stdin.
16049         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
16050         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
16051         (gl_REPLACE_FSEEKO): New macro.
16052         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
16053         * modules/fseeko (Files): Distribute fseeko.c.
16054         * modules/ftello (Files): Distribute ftello.c.
16055         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
16056         mode.
16057         * lib/ftello.c (rpl_ftello): New file.
16058         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
16059         fseeko, ftello.
16060         (gl_STDIN_LARGE_OFFSET): New macro.
16061         * modules/stdio (Makefile.am): Perform the replacement.
16062         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
16063
16064 2007-05-23  Bruno Haible  <bruno@clisp.org>
16065
16066         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
16067         GNULIB_POSIXCHECK is defined.
16068
16069 2007-05-21  Bruno Haible  <bruno@clisp.org>
16070
16071         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
16072         Check also the output for NaN arguments. When cross-compiling, guess
16073         no on IRIX.
16074         * lib/vasnprintf.c: Update comments.
16075         * tests/test-vasnprintf-posix.c (strisnan): New function.
16076         (test_function): Use it.
16077         * tests/test-vasprintf-posix.c (strisnan): New function.
16078         (test_function): Use it.
16079         * tests/test-snprintf-posix.h (strisnan): New function.
16080         (test_function): Use it.
16081         * tests/test-sprintf-posix.h (strisnan): New function.
16082         (test_function): Use it.
16083         Reported by Eric Blake.
16084
16085 2007-05-20  Bruno Haible  <bruno@clisp.org>
16086
16087         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
16088         numbers that fails on BeOS.
16089         * doc/functions/frexpl.texi: Update.
16090
16091 2007-05-20  Jim Meyering  <jim@meyering.net>
16092
16093         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
16094         forced upon us by glibc-2.6.
16095
16096 2007-05-20  Bruno Haible  <bruno@clisp.org>
16097
16098         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
16099         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
16100         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
16101         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
16102         NEED_PRINTF_INFINITE.
16103         (is_infinitel): New function.
16104         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
16105         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
16106         gl_PREREQ_VASNPRINTF_INFINITE.
16107         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
16108         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
16109         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
16110         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
16111         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
16112         gl_PREREQ_VASNPRINTF_INFINITE.
16113         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
16114         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
16115         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
16116         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
16117         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
16118         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
16119         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
16120         * doc/functions/fprintf.texi: Update.
16121         * doc/functions/printf.texi: Update.
16122         * doc/functions/snprintf.texi: Update.
16123         * doc/functions/sprintf.texi: Update.
16124         * doc/functions/vfprintf.texi: Update.
16125         * doc/functions/vprintf.texi: Update.
16126         * doc/functions/vsnprintf.texi: Update.
16127         * doc/functions/vsprintf.texi: Update.
16128
16129 2007-05-20  Bruno Haible  <bruno@clisp.org>
16130
16131         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
16132         was not found in libc.
16133         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
16134
16135 2007-05-20  Bruno Haible  <bruno@clisp.org>
16136
16137         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
16138         printed as "-nan" instead of "nan".
16139         * tests/test-vasprintf-posix.c (test_function): Likewise.
16140         * tests/test-snprintf-posix.h (test_function): Likewise.
16141         * tests/test-sprintf-posix.h (test_function): Likewise.
16142         Needed for HP-UX 11.
16143
16144 2007-05-20  Jim Meyering  <jim@meyering.net>
16145
16146         Fix buggy test for the fchownat-deref bug.
16147         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
16148         symlink required for the run-test.  Without it, this test would
16149         always declare that fchownat doesn't work, and client code would
16150         unnecessarily use the replacement function with fixed libc.
16151         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
16152         Reported by Greg Schafer.
16153
16154 2007-05-19  Bruno Haible  <bruno@clisp.org>
16155
16156         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
16157         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
16158         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
16159         Needed for IRIX 6.5 and Solaris 2.5.1.
16160
16161 2007-05-19  Bruno Haible  <bruno@clisp.org>
16162
16163         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
16164         (test_function): Skip tests involving -0.0 on platforms where
16165         -0.0 = 0.0.
16166         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
16167         (test_function): Skip tests involving -0.0 on platforms where
16168         -0.0 = 0.0.
16169         * tests/test-snprintf-posix.h (have_minus_zero): New function.
16170         (test_function): Skip tests involving -0.0 on platforms where
16171         -0.0 = 0.0.
16172         * tests/test-sprintf-posix.h (have_minus_zero): New function.
16173         (test_function): Skip tests involving -0.0 on platforms where
16174         -0.0 = 0.0.
16175         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
16176         tests.
16177         * tests/test-printf-posix.h (test_function): Likewise.
16178         * tests/test-printf-posix.output: Remove all -0.0 related results.
16179         Needed for IRIX 6.5.
16180
16181 2007-05-19  Bruno Haible  <bruno@clisp.org>
16182
16183         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
16184         printed as "nan0x7fffffff" instead of "nan".
16185         * tests/test-vasprintf-posix.c (test_function): Likewise.
16186         * tests/test-snprintf-posix.h (test_function): Likewise.
16187         * tests/test-sprintf-posix.h (test_function): Likewise.
16188         * tests/test-fprintf-posix.h (NaN): Remove macro.
16189         (test_function): Remove all NaN related tests.
16190         * tests/test-printf-posix.h (NaN): Remove macro.
16191         (test_function): Remove all NaN related tests.
16192         * tests/test-printf-posix.output: Remove all NaN related results.
16193         Needed for IRIX 6.5.
16194
16195 2007-05-19  Bruno Haible  <bruno@clisp.org>
16196
16197         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
16198         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
16199
16200 2007-05-19  Bruno Haible  <bruno@clisp.org>
16201
16202         * lib/float_.h: New file.
16203         * m4/float_h.m4: New file.
16204         * modules/float: New file.
16205         * modules/isnanl (Dependencies): Add float.
16206         * modules/isnanl-nolibm (Dependencies): Likewise.
16207         * modules/mathl (Dependencies): Likewise.
16208         * modules/printf-frexpl (Dependencies): Likewise.
16209         * modules/signbit (Dependencies): Likewise.
16210         * modules/vasnprintf (Dependencies): Likewise.
16211         * doc/headers/float.texi: Update.
16212
16213 2007-05-19  Jim Meyering  <jim@meyering.net>
16214
16215         * lib/utimens.c (gl_futimens): Rename from futimens,
16216         now that glibc-2.6 declares futimens.
16217         * lib/utimens.h: Likewise.
16218
16219 2007-05-19  Bruno Haible  <bruno@clisp.org>
16220
16221         Avoid test failures on mingw.
16222         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
16223         * tests/test-printf-posix.sh: Likewise.
16224         * tests/test-vfprintf-posix.sh: Likewise.
16225         * tests/test-vprintf-posix.sh: Likewise.
16226
16227 2007-05-19  Bruno Haible  <bruno@clisp.org>
16228
16229         Fix *printf result for NaN, Inf, -0.0 on mingw.
16230         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
16231         * lib/vasnprintf.c: Include math.h and isnan.h.
16232         (is_infinite_or_zero): New function.
16233         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
16234         values in the %f, %F, %e, %E, %g, %G directives.
16235         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
16236         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
16237         gl_PRINTF_INFINITE and test its result. Invoke
16238         gl_PREREQ_VASNPRINTF_INFINITE.
16239         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
16240         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
16241         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
16242         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
16243         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
16244         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
16245         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
16246         * doc/functions/fprintf.texi: Update.
16247         * doc/functions/printf.texi: Update.
16248         * doc/functions/snprintf.texi: Update.
16249         * doc/functions/sprintf.texi: Update.
16250         * doc/functions/vfprintf.texi: Update.
16251         * doc/functions/vprintf.texi: Update.
16252         * doc/functions/vsnprintf.texi: Update.
16253         * doc/functions/vsprintf.texi: Update.
16254
16255 2007-05-19  Bruno Haible  <bruno@clisp.org>
16256
16257         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
16258         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
16259         Instead of multiplying with 10^k, set extra_zeroes to k.
16260         (scale10_round_long_double): Remove function.
16261
16262 2007-05-18  Bruno Haible  <bruno@clisp.org>
16263
16264         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
16265         introduced on 2007-05-06.
16266
16267 2007-05-18  Bruno Haible  <bruno@clisp.org>
16268
16269         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
16270         %g directives.
16271         * tests/test-vasprintf-posix.c (test_function): Likewise.
16272         * tests/test-snprintf-posix.h (test_function): Likewise.
16273         * tests/test-sprintf-posix.h (test_function): Likewise.
16274
16275 2007-05-18  Bruno Haible  <bruno@clisp.org>
16276
16277         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
16278         (strmatch): New function.
16279         (test_function): Test the %f directive on numbers of various exponents.
16280         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
16281         (strmatch): New function.
16282         (test_function): Test the %f directive on numbers of various exponents.
16283         * tests/test-snprintf-posix.h (strmatch): New function.
16284         (test_function): Test the %f directive on numbers of various exponents.
16285         * tests/test-sprintf-posix.h (strmatch): New function.
16286         (test_function): Test the %f directive on numbers of various exponents.
16287         * tests/test-snprintf-posix.c (SIZEOF): New macro.
16288         * tests/test-sprintf-posix.c (SIZEOF): New macro.
16289         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
16290         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
16291
16292 2007-05-18  Bruno Haible  <bruno@clisp.org>
16293
16294         Add support for 'long double' number output.
16295         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
16296         * lib/vasnprintf.c: Include math.h and float+.h.
16297         (mp_limb_t): New type.
16298         (GMP_LIMB_BITS): New macro.
16299         (mp_twolimb_t): New type.
16300         (GMP_TWOLIMB_BITS): New macro.
16301         (mpn_t): New type.
16302         (multiply, divide, convert_to_decimal, decode_long_double,
16303         scale10_round_long_double, scale10_round_decimal_long_double,
16304         floorlog10l): New functions.
16305         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
16306         for the %f, %F, %e, %E, %g, %G directives.
16307         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
16308         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
16309         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
16310         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
16311         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
16312         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
16313         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
16314         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
16315         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
16316         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
16317         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
16318         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
16319         * modules/snprintf-posix (Depends-on): Likewise.
16320         * modules/sprintf-posix (Depends-on): Likewise.
16321         * modules/vasnprintf-posix (Depends-on): Likewise.
16322         * modules/vasprintf-posix (Depends-on): Likewise.
16323         * modules/vfprintf-posix (Depends-on): Likewise.
16324         * modules/vsnprintf-posix (Depends-on): Likewise.
16325         * modules/vsprintf-posix (Depends-on): Likewise.
16326         * modules/vasnprintf (Files): Add lib/float+.h.
16327         * doc/functions/fprintf.texi: Update.
16328         * doc/functions/printf.texi: Update.
16329         * doc/functions/snprintf.texi: Update.
16330         * doc/functions/sprintf.texi: Update.
16331         * doc/functions/vfprintf.texi: Update.
16332         * doc/functions/vprintf.texi: Update.
16333         * doc/functions/vsnprintf.texi: Update.
16334         * doc/functions/vsprintf.texi: Update.
16335
16336 2007-05-18  Bruno Haible  <bruno@clisp.org>
16337
16338         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
16339
16340 2007-05-18  Bruno Haible  <bruno@clisp.org>
16341
16342         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
16343         for printing 64-bit integers. Needed for mingw.
16344
16345 2007-05-18  Bruno Haible  <bruno@clisp.org>
16346
16347         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
16348         gl_FUNC_FREXPL_WORKS.
16349         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
16350
16351 2007-05-18  Bruno Haible  <bruno@clisp.org>
16352
16353         * modules/frexpl-nolibm-tests: New file.
16354
16355         * modules/frexpl-nolibm: New file.
16356         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
16357
16358 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
16359
16360         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
16361         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
16362         GCC 4.2, which otherwise issues a lot of warnings.
16363         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
16364         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
16365         Likewise.
16366         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
16367         * modules/iconv_open (iconv.h): Likewise.
16368         * modules/locale (locale.h): Likewise.
16369         * modules/netinet_in (netinet/in.h): Likewise.
16370         * modules/sys_select (sys_select.h): Likewise.
16371         * modules/sys_socket (sys/socket.h): Likewise.
16372         * modules/sys_stat (sys/stat.h): Likewise.
16373         * modules/sysexits (sysexits.h): Likewise.
16374         * modules/unistd (unistd.h): Likewise.
16375
16376 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16377
16378         * modules/closein-tests (Makefile.am): Distribute
16379         `test-closein.sh'.
16380
16381 2007-05-17  Bruno Haible  <bruno@clisp.org>
16382
16383         * tests/test-printf-posix.output: Renamed from
16384         tests/test-fprintf-posix.out.
16385         * modules/fprintf-posix-tests: Update.
16386         * modules/printf-posix-tests: Update.
16387         * modules/vfprintf-posix-tests: Update.
16388         * modules/vprintf-posix-tests: Update.
16389         * tests/test-fprintf-posix.sh: Update.
16390         * tests/test-printf-posix.sh: Update.
16391         * tests/test-vfprintf-posix.sh: Update.
16392         * tests/test-vprintf-posix.sh: Update.
16393         Reported by Ralf Wildenhues.
16394
16395 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
16396
16397         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
16398         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
16399         GCC 4.2, which otherwise issues a lot of warnings.
16400         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
16401         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
16402         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
16403         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
16404         it should no longer be needed.
16405         * lib/string_.h: Likewise.
16406         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
16407         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
16408         * modules/inttypes (inttypes.h): Likewise.
16409         * modules/math (math.h): Likewise.
16410         * modules/search (search.h): Likewise.
16411         * modules/signal (signal.h): Likewise.
16412         * modules/stdint (stdint.h): Likewise.
16413         * modules/stdio (stdio.h): Likewise.
16414         * modules/stdlib (stdlib.h): Likewise.
16415         * modules/string (string.h): Likewise.
16416         * modules/sys_time (sys/time.h): Likewise.
16417         * modules/time (time.h): Likewise.
16418         * modules/wchar (wchar.h): Likewise.
16419         * modules/wctype (wtype.h): Likewise.
16420
16421 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
16422
16423         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
16424
16425 2007-05-13  Bruno Haible  <bruno@clisp.org>
16426
16427         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
16428         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
16429         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
16430         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
16431         (gl_PREREQ_STRTOK_R): Don't require it here.
16432
16433 2007-05-13  Bruno Haible  <bruno@clisp.org>
16434
16435         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
16436         when used in C++ mode.
16437
16438 2007-05-12  Bruno Haible  <bruno@clisp.org>
16439
16440         * lib/linebuffer.h: Tweak doc.
16441         * lib/linebuffer.c: Likewise.
16442
16443 2007-05-12  James Youngman  <jay@gnu.org>
16444
16445         * lib/linebuffer.c (readlinebuffer_delim): New function,
16446         like readlinebuffer, but use a caller-specified delimiter.
16447         (readlinebuffer): Just call readlinebuffer_delim with '\n'
16448         as the delimiter.
16449         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
16450
16451 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
16452
16453         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
16454         * modules/openat (Files): Remove openat-die.c.
16455         (Depends-on): Add openat-die.
16456         * modules/openat-die: New module.
16457
16458 2007-05-06  Bruno Haible  <bruno@clisp.org>
16459
16460         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
16461         Update with info about Cygwin.
16462         * doc/functions/fprintf.texi: Update.
16463         * doc/functions/printf.texi: Update.
16464         * doc/functions/snprintf.texi: Update.
16465         * doc/functions/sprintf.texi: Update.
16466         * doc/functions/vfprintf.texi: Update.
16467         * doc/functions/vprintf.texi: Update.
16468         * doc/functions/vsnprintf.texi: Update.
16469         * doc/functions/vsprintf.texi: Update.
16470         Reported by Eric Blake.
16471
16472 2007-05-06  Bruno Haible  <bruno@clisp.org>
16473
16474         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
16475         padding ourselves for the floating-point directives.
16476         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
16477         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
16478         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
16479         gl_PRINTF_FLAG_ZERO and test its result. Invoke
16480         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
16481         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
16482         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
16483         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
16484         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
16485         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
16486         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
16487         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
16488         * tests/test-snprintf-posix.h (test_function): Also check the width
16489         and some flags in the %f directive.
16490         * tests/test-sprintf-posix.h (test_function): Likewise.
16491         * tests/test-vasnprintf-posix.c (test_function): Likewise.
16492         * tests/test-vasprintf-posix.c (test_function): Likewise.
16493         * doc/functions/fprintf.texi: Update.
16494         * doc/functions/printf.texi: Update.
16495         * doc/functions/snprintf.texi: Update.
16496         * doc/functions/sprintf.texi: Update.
16497         * doc/functions/vfprintf.texi: Update.
16498         * doc/functions/vprintf.texi: Update.
16499         * doc/functions/vsnprintf.texi: Update.
16500         * doc/functions/vsprintf.texi: Update.
16501
16502 2007-05-06  Bruno Haible  <bruno@clisp.org>
16503
16504         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
16505         pass the ' flag character to sprintf or snprintf.
16506         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
16507         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
16508         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
16509         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
16510         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
16511         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
16512         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
16513         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
16514         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
16515         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
16516         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
16517         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
16518         * tests/test-snprintf-posix.h (test_function): Also check the grouping
16519         flag.
16520         * tests/test-sprintf-posix.h (test_function): Likewise.
16521         * tests/test-vasnprintf-posix.c (test_function): Likewise.
16522         * tests/test-vasprintf-posix.c (test_function): Likewise.
16523         * doc/functions/fprintf.texi: Update.
16524         * doc/functions/printf.texi: Update.
16525         * doc/functions/snprintf.texi: Update.
16526         * doc/functions/sprintf.texi: Update.
16527         * doc/functions/vfprintf.texi: Update.
16528         * doc/functions/vprintf.texi: Update.
16529         * doc/functions/vsnprintf.texi: Update.
16530         * doc/functions/vsprintf.texi: Update.
16531
16532 2007-05-01  Bruno Haible  <bruno@clisp.org>
16533
16534         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
16535
16536 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
16537
16538         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
16539         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
16540
16541 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
16542
16543         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
16544         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
16545         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
16546
16547 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
16548
16549         * lib/argp-help.c (struct hol_entry): New member `ord'.
16550         (HOL_ENTRY_PTRCMP): Use ord for comparison
16551         (hol_sort): Initialize ord.
16552
16553 2007-05-01  Bruno Haible  <bruno@clisp.org>
16554
16555         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
16556         Reported by Eric Blake.
16557         * doc/gnulib.texi (Function Substitutes): Update.
16558
16559 2007-05-01  Bruno Haible  <bruno@clisp.org>
16560
16561         * doc/functions.texi: Remove file, now redundant through
16562         doc/functions/*.texi.
16563
16564 2007-05-01  Bruno Haible  <bruno@clisp.org>
16565
16566         * modules/argp (Depends-on): Add sleep.
16567
16568 2007-05-01  Bruno Haible  <bruno@clisp.org>
16569
16570         * modules/sleep-tests: New file.
16571         * tests/test-sleep.c: New file.
16572
16573         * modules/sleep: New file.
16574         * lib/sleep.c: New file.
16575         * m4/sleep.m4: New file.
16576         * lib/unistd_.h (sleep): New declaration.
16577         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
16578         HAVE_SLEEP.
16579         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
16580         * doc/functions/sleep.texi: Document the sleep module.
16581
16582 2007-05-01  Bruno Haible  <bruno@clisp.org>
16583
16584         * lib/sigprocmask.h: Remove file.
16585         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
16586         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
16587         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
16588         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
16589         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
16590         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
16591         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
16592         HAVE_SIGSET_T as a shell variable.
16593         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
16594         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
16595         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
16596         (Depends-on): Add signal. Remove verify.
16597         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
16598         (Include): Mention <signal.h> instead of sigprocmask.h.
16599         * NEWS: Mention the change.
16600         * lib/fatal-signal.c: Don't include sigprocmask.h.
16601
16602 2007-05-01  Bruno Haible  <bruno@clisp.org>
16603
16604         * modules/signal: New file.
16605         * lib/signal_.h: New file.
16606         * m4/signal_h.m4: New file.
16607
16608 2007-05-01  Bruno Haible  <bruno@clisp.org>
16609
16610         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
16611         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
16612         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
16613         HAVE_WCTYPE_CTMP_BUG into wctype.h.
16614
16615 2007-05-01  Bruno Haible  <bruno@clisp.org>
16616
16617         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
16618         configure time.
16619         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
16620         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
16621         * modules/sys_stat (Makefile.am): Substitute their values into
16622         sys/stat.h.
16623
16624 2007-05-01  Bruno Haible  <bruno@clisp.org>
16625
16626         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
16627         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
16628         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
16629
16630 2007-05-01  Bruno Haible  <bruno@clisp.org>
16631
16632         * doc/header/assert.texi: Undo last change: don't mention the gnulib
16633         'assert' module here.
16634
16635 2007-05-01  Bruno Haible  <bruno@clisp.org>
16636
16637         * doc/functions/*.texi: New files.
16638         * doc/functions/google-ranking.txt: New file.
16639         * doc/gnulib.texi (Function Substitutes): New chapter.
16640         (ctime, inet_ntoa): Remove sections.
16641         * doc/ctime.texi: Remove file.
16642         * doc/inet_ntoa.texi: Remove file.
16643         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
16644         dependencies.
16645         (%.info): New rule, specifying a --reference-limit.
16646
16647 2007-05-01  Bruno Haible  <bruno@clisp.org>
16648
16649         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
16650
16651 2007-05-01  Bruno Haible  <bruno@clisp.org>
16652
16653         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
16654         the portability of 'mkdir' to mingw systems.
16655
16656 2007-05-01  Bruno Haible  <bruno@clisp.org>
16657
16658         * doc/headers/google-ranking.txt: New file.
16659
16660 2007-04-30  Eric Blake  <ebb9@byu.net>
16661
16662         Prefer fseeko to fseek.
16663         * modules/getpass (Depends-on): Add fseeko.
16664         * lib/getpass.c (getpass): Use fseeko, not fseek.
16665
16666 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
16667
16668         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
16669         assumes the sorting is stable, while most qsort implementations
16670         are not.  Use argument addresses to ensure they never compare as
16671         equal.
16672
16673         * tests/test-argp-2.sh (usage-indent test): Fix output
16674         (func_compare): Restore diff options
16675         * tests/test-argp.c: Restore #include "progname.h"
16676
16677 2007-04-29  Bruno Haible  <bruno@clisp.org>
16678
16679         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
16680         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
16681         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
16682         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
16683         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
16684         (configure.ac): Define CHECK_SNPRINTF_POSIX.
16685         (TESTS, check_PROGRAMS): Add test-snprintf.
16686         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
16687         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
16688         (TESTS, check_PROGRAMS): Add test-vsnprintf.
16689         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
16690         assertions that fail on HP-UX, OSF/1, or IRIX.
16691         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
16692
16693 2007-04-29  Bruno Haible  <bruno@clisp.org>
16694
16695         * MODULES.html.sh (posix_functions): Remove 'contents'.
16696
16697 2007-04-29  Karl Berry  <karl@gnu.org>
16698
16699         * config/srclist.txt (gendocs_template_min): new entry.
16700
16701 2007-04-29  Bruno Haible  <bruno@clisp.org>
16702
16703         Work around fpurge bug on BSD systems.
16704         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
16705         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
16706         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
16707         fpurge to rpl_fpurge if the system already has this function.
16708         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
16709         the case where the system already has this function. Correct invariants
16710         on BSD systems.
16711         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
16712         BSD systems.
16713
16714 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
16715
16716         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
16717         proposed by Sven Verdoolaege.
16718
16719         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
16720         options.
16721         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
16722         (usage and help tests): Update
16723
16724 2007-04-29  Bruno Haible  <bruno@clisp.org>
16725
16726         * tests/test-fflush.c (main): Use a file of size 17, not 10.
16727         Print more information in case of failure. Disable a test on BeOS.
16728
16729 2007-04-29  Bruno Haible  <bruno@clisp.org>
16730
16731         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
16732         This helps debugging on systems on which no gdb is available.
16733
16734 2007-04-29  Bruno Haible  <bruno@clisp.org>
16735
16736         * lib/freading.h: Improve comments.
16737         * lib/fwriting.h: Likewise.
16738         * tests/test-freading.c (main): Don't check freading immediately after
16739         repositioning. Needed for glibc.
16740
16741 2007-04-29  Bruno Haible  <bruno@clisp.org>
16742
16743         * lib/freading.c (freading): Trivial simplification.
16744
16745 2007-04-28  Bruno Haible  <bruno@clisp.org>
16746
16747         * tests/test-fwriting.c (main): Also test the interaction between
16748         fflush and fwriting.
16749         * modules/fwriting-tests (Depends-on): Add fflush.
16750
16751         * tests/test-freading.c (main): Also test the interaction between
16752         fflush and freading.
16753         * modules/freading-tests (Depends-on): Add fflush.
16754
16755 2007-04-28  Bruno Haible  <bruno@clisp.org>
16756
16757         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
16758         fseeko and ftello.
16759         Suggested by Eric Blake.
16760
16761 2007-04-28  Jim Meyering  <jim@meyering.net>
16762
16763         Avoid false-negative in gl_STDINT_H's C99 conformance test.
16764         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
16765         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
16766
16767 2007-04-27  Eric Blake  <ebb9@byu.net>
16768
16769         * doc/headers/assert.texi (assert.h): Document assert module use.
16770
16771 2007-04-27  Bruno Haible  <bruno@clisp.org>
16772
16773         * doc/headers/*.texi: New files.
16774         * doc/gnulib.texi (Header File Substitutes): New chapter.
16775         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
16776         dependencies.
16777         (standards.info ,standards.html, standards.dvi): Update dependencies.
16778         (mostlyclean, clean): New targets.
16779
16780 2007-04-27  Bruno Haible  <bruno@clisp.org>
16781
16782         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
16783         * modules/sysexits (Files, Makefile.am): Update.
16784
16785         * lib/sys_socket_.h: Renamed from lib/socket_.h.
16786         * modules/sys_socket (Files, Makefile.am): Update.
16787
16788         * lib/sys_stat_.h: Renamed from lib/stat_.h.
16789         * modules/sys_stat (Files, Makefile.am): Update.
16790
16791 2007-04-27  Eric Blake  <ebb9@byu.net>
16792
16793         * lib/freading.h: Improve comments.
16794         * lib/fwriting.h: Likewise.
16795         * lib/fflush.c: Likewise.
16796
16797         Fix closein for mingw.
16798         * modules/closein-tests: Add tests for closein.
16799         * tests/test-closein.c: New file.
16800         * tests/test-closein.sh: Likewise.
16801         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
16802         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
16803
16804 2007-04-27  Bruno Haible  <bruno@clisp.org>
16805
16806         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
16807         version is < 6.
16808         * lib/math_.h [__DECC]: Likewise.
16809         * lib/stdio_.h [__DECC]: Likewise.
16810         * lib/stdlib_.h [__DECC]: Likewise.
16811         * lib/string_.h [__DECC]: Likewise.
16812         * lib/time_.h [__DECC]: Likewise.
16813         * lib/wchar_.h [__DECC]: Likewise.
16814         * lib/wctype_.h [__DECC]: Likewise.
16815
16816 2007-04-27  Bruno Haible  <bruno@clisp.org>
16817
16818         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
16819
16820 2007-04-27  Bruno Haible  <bruno@clisp.org>
16821
16822         * lib/fflush.c: Add comments.
16823         * modules/fpurge-tests (Depends-on): Add fflush.
16824         * modules/freadable-tests (Depends-on): Likewise.
16825         * modules/fwritable-tests (Depends-on): Likewise.
16826
16827 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
16828
16829         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
16830         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
16831         Report by Bruno Haible <bruno@clisp.org>.
16832
16833 2007-04-26  Eric Blake  <ebb9@byu.net>
16834
16835         Fix fflush on mingw.
16836         * modules/fflush (Depends-on): Add freading.
16837         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
16838         but unread data.
16839
16840 2007-04-26  Eric Blake  <ebb9@byu.net>
16841         and Bruno Haible  <bruno@clisp.org>
16842
16843         Implement freading and fwriting.
16844         * lib/freading.c: New file.
16845         * lib/freading.h: Likewise.
16846         * m4/freading.m4: Likewise.
16847         * modules/freading: Likewise.
16848         * modules/freading-tests: Likewise.
16849         * tests/test-freading.c: Likewise.
16850         * lib/fwriting.c: New file.
16851         * lib/fwriting.h: Likewise.
16852         * m4/fwriting.m4: Likewise.
16853         * modules/fwriting: Likewise.
16854         * modules/fwriting-tests: Likewise.
16855         * tests/test-fwriting.c: Likewise.
16856         * MODULES.html.sh (File stream based Input/Output): Mention them.
16857
16858 2007-04-26  Bruno Haible  <bruno@clisp.org>
16859
16860         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
16861         'long' when we assume it.
16862         Suggested by Eric Blake.
16863
16864 2007-04-26  Bruno Haible  <bruno@clisp.org>
16865
16866         Ensure fseeko, ftello are declared on glibc systems.
16867         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
16868         * modules/fseeko (configure.ac-early): Likewise.
16869         * modules/ftello (configure.ac-early): Likewise.
16870         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
16871         AC_FUNC_FSEEKO for this.
16872         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
16873         (gl_CHECK_FSEEKO): Remove macro.
16874
16875 2007-04-26  Bruno Haible  <bruno@clisp.org>
16876
16877         * tests/test-fflush.c (main): Also check the ftell result after
16878         fflush and fseek/fseeko.
16879         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
16880         file descriptor position cache in the stream.
16881         * lib/fseeko.c (rpl_fseeko): Likewise.
16882
16883 2007-04-26  Bruno Haible  <bruno@clisp.org>
16884
16885         * modules/fflush-tests (Depends-on): Add fseeko.
16886
16887 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
16888             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16889
16890         * lib/argz_.h: ensure error_t definition is obtained in same
16891         mechanism system argz.h would have.
16892         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
16893         argz facilities are known bad.  Err on the side of caution if
16894         cross-compiling.
16895
16896 2007-04-25  Eric Blake  <ebb9@byu.net>
16897
16898         * lib/fpurge.c (includes): Use stdlib.h for free.
16899         * tests/test-fflush.c (main): Also test fflush-fseeko.
16900
16901 2007-04-25  Bruno Haible  <bruno@clisp.org>
16902
16903         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
16904         * lib/fseeko.c: New file.
16905         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
16906         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
16907         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
16908         gl_FUNC_FSEEKO.
16909         (gl_FUNC_FSEEKO): Invoke it.
16910         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
16911         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
16912         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
16913
16914 2007-04-25  Bruno Haible  <bruno@clisp.org>
16915
16916         * modules/fflush (Depends-on): Add ftello.
16917
16918 2007-04-25  Bruno Haible  <bruno@clisp.org>
16919
16920         * modules/ftello-tests: New file.
16921         * tests/test-ftello.c: New file.
16922
16923         * modules/ftello: New file.
16924         * m4/ftello.m4: New file.
16925         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
16926         HAVE_FTELLO.
16927         * lib/stdio_.h (ftello): New declaration.
16928         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
16929         HAVE_FTELLO.
16930
16931 2007-04-25  Bruno Haible  <bruno@clisp.org>
16932
16933         * modules/fseeko-tests: New file.
16934         * tests/test-fseeko.c: New file.
16935
16936         * modules/fseeko: New file.
16937         * m4/fseeko.m4: New file.
16938         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
16939         HAVE_FSEEKO.
16940         * lib/stdio_.h (fseeko): New declaration.
16941         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
16942         HAVE_FSEEKO.
16943
16944 2007-04-25  Bruno Haible  <bruno@clisp.org>
16945
16946         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
16947
16948 2007-04-25  Bruno Haible  <bruno@clisp.org>
16949
16950         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
16951         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
16952         * tests/test-unistd.c: Likewise.
16953         * tests/test-fcntl.c: Likewise.
16954
16955 2007-04-23  Eric Blake  <ebb9@byu.net>
16956
16957         * lib/fflush.c: Fix missing include.
16958         Reported by Bruno Haible.
16959
16960 2007-04-23  Bruno Haible  <bruno@clisp.org>
16961
16962         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
16963         Reported by Eric Blake.
16964
16965 2007-04-23  Bruno Haible  <bruno@clisp.org>
16966
16967         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
16968
16969 2007-04-23  Bruno Haible  <bruno@clisp.org>
16970
16971         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
16972
16973 2007-04-23  Bruno Haible  <bruno@clisp.org>
16974
16975         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
16976         Needed on HP-UX 11.
16977
16978 2007-04-16  Eric Blake  <ebb9@byu.net>
16979
16980         Make fflush rely on fpurge.
16981         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
16982         open coding all variants.
16983         * modules/fflush (Depends-on): Add fpurge and unistd.
16984         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
16985         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
16986
16987         Fix --with-tests compilation on cygwin.
16988         * modules/argmatch-tests (Makefile.am): List gnulib library first
16989         in LDADD.
16990         * modules/argp-tests (Makefile.am): Likewise.
16991         * modules/array-list-tests (Makefile.am): Likewise.
16992         * modules/array-oset-tests (Makefile.am): Likewise.
16993         * modules/avltree-list-tests (Makefile.am): Likewise.
16994         * modules/avltree-oset-tests (Makefile.am): Likewise.
16995         * modules/avltreehash-list-tests (Makefile.am): Likewise.
16996         * modules/carray-list-tests (Makefile.am): Likewise.
16997         * modules/dirname-tests (Makefile.am): Likewise.
16998         * modules/frexp-tests (Makefile.am): Likewise.
16999         * modules/isnanl-tests (Makefile.am): Likewise.
17000         * modules/linked-list-tests (Makefile.am): Likewise.
17001         * modules/linkedhash-list-tests (Makefile.am): Likewise.
17002         * modules/lock-tests (Makefile.am): Likewise.
17003         * modules/rbtree-list-tests (Makefile.am): Likewise.
17004         * modules/rbtree-oset-tests (Makefile.am): Likewise.
17005         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
17006         * modules/tls-tests (Makefile.am): Likewise.
17007         * modules/tsearch-tests (Makefile.am): Likewise.
17008         * modules/xvasprintf-tests (Makefile.am): Likewise.
17009
17010         Fix fpurge for cygwin.
17011         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
17012         value.
17013         * modules/fpurge-tests (Depends-on): Clean up trash.
17014
17015 2007-04-16  Simon Josefsson  <simon@josefsson.org>
17016
17017         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
17018
17019         * m4/autobuild.m4: Re-indent.
17020
17021 2007-04-13  Bruno Haible  <bruno@clisp.org>
17022
17023         * modules/fpurge-tests: New file.
17024         * tests/test-fpurge.c: New file.
17025
17026         * modules/fpurge: New file.
17027         * lib/fpurge.h: New file.
17028         * lib/fpurge.c: New file.
17029         * m4/fpurge.m4: New file.
17030
17031 2007-04-13  Bruno Haible  <bruno@clisp.org>
17032
17033         * modules/fbufmode-tests: New file.
17034         * tests/test-fbufmode.c: New file.
17035
17036         * modules/fbufmode: New file.
17037         * lib/fbufmode.h: New file.
17038         * lib/fbufmode.c: New file.
17039         * m4/fbufmode.m4: New file.
17040
17041 2007-04-13  Bruno Haible  <bruno@clisp.org>
17042
17043         * modules/fwritable-tests: New file.
17044         * tests/test-fwritable.c: New file.
17045
17046         * modules/fwritable: New file.
17047         * lib/fwritable.h: New file.
17048         * lib/fwritable.c: New file.
17049         * m4/fwritable.m4: New file.
17050
17051 2007-04-13  Bruno Haible  <bruno@clisp.org>
17052
17053         * modules/freadable-tests: New file.
17054         * tests/test-freadable.c: New file.
17055
17056         * modules/freadable: New file.
17057         * lib/freadable.h: New file.
17058         * lib/freadable.c: New file.
17059         * m4/freadable.m4: New file.
17060
17061 2007-04-13  Bruno Haible  <bruno@clisp.org>
17062
17063         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
17064         MOSTLYCLEANFILES.
17065
17066 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
17067
17068         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
17069         gzip bootstrap.conf to avoid dragging in i18n machinery.
17070         (gnulib_tool_option): Use it.
17071
17072 2007-04-13  Bruno Haible  <bruno@clisp.org>
17073
17074         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
17075         %F directives.
17076         * tests/test-vasprintf-posix.c (test_function): Likewise.
17077         * tests/test-snprintf-posix.h (test_function): Likewise.
17078         * tests/test-sprintf-posix.h (test_function): Likewise.
17079         * tests/test-fprintf-posix.h (test_function): Likewise.
17080         * tests/test-printf-posix.h (test_function): Likewise.
17081         * tests/test-fprintf-posix.out: Likewise.
17082
17083 2007-04-13  Bruno Haible  <bruno@clisp.org>
17084
17085         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
17086         * modules/tls-tests (configure.ac): Likewise.
17087         Reported by Arto C. Nirkko <anirkko@insel.ch>.
17088
17089 2007-04-13  Bruno Haible  <bruno@clisp.org>
17090
17091         * lib/tls.c (glthread_tls_get): Fix return type.
17092         Patch by Arto C. Nirkko <anirkko@insel.ch>.
17093
17094 2007-04-12  Eric Blake  <ebb9@byu.net>
17095
17096         * modules/gettime (Depends-on): Remove gettime.
17097         Reported by Dmitry V. Levin.
17098
17099 2007-04-12  Bruno Haible  <bruno@clisp.org>
17100
17101         * modules/fflush (Include): Mention <stdio.h>.
17102         * modules/strtoimax (Include): Mention <inttypes.h>.
17103         * modules/strtoumax (Include): Likewise.
17104
17105 2007-04-12  Eric Blake  <ebb9@byu.net>
17106
17107         * .cvsignore: New file.
17108         * .gitignore: Likewise.
17109
17110 2007-04-12  Bruno Haible  <bruno@clisp.org>
17111
17112         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
17113         not before, since $(LDADD) often contains libgnu.a.
17114         * modules/striconv-tests (test_striconv_LDADD): Likewise.
17115         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
17116         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
17117         Needed on Cygwin.
17118
17119 2007-04-12  Eric Blake  <ebb9@byu.net>
17120
17121         Work around glibc's failure to flush stdin on fclose.
17122         * lib/closein.c (close_stdin): Flush stdin before closing.
17123
17124         Work around glibc's failure to reset seekable stdin on exit.
17125         * modules/closein: New module.
17126         * lib/closein.c: New file.
17127         * lib/closein.h: Likewise.
17128         * m4/closein.m4: Likewise.
17129         * MODULES.html.sh (File stream based Input/Output): Document it.
17130
17131 2007-04-12  Simon Josefsson  <simon@josefsson.org>
17132
17133         * gnulib-tool: Rename generated 'autobuild' script to
17134         'do-autobuild' in --create-megatestdir output.
17135
17136         * doc/gnulib.texi (Build robot for gnulib): Fix.
17137
17138 2007-04-12  Simon Josefsson  <simon@josefsson.org>
17139
17140         * modules/sysexits (Depends-on): Add absolute-header.
17141
17142 2007-04-12  Eric Blake  <ebb9@byu.net>
17143
17144         No need to preserve errno on success.
17145         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
17146         Reported by Bruno Haible.
17147
17148 2007-04-12  Simon Josefsson  <simon@josefsson.org>
17149
17150         * MODULES.html.sh (Support for maintaining and releasing
17151         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
17152
17153 2007-04-12  Simon Josefsson  <simon@josefsson.org>
17154
17155         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
17156
17157 2007-04-12  Simon Josefsson  <simon@josefsson.org>
17158
17159         * modules/autobuild: New module.
17160
17161         * m4/autobuild.m4: New file.
17162
17163 2007-04-11  Bruno Haible  <bruno@clisp.org>
17164
17165         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
17166         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
17167         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
17168         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
17169         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
17170         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
17171         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
17172         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
17173         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
17174         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
17175         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
17176         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
17177         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
17178         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
17179         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
17180         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
17181         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
17182         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
17183         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
17184         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
17185         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
17186         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
17187         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
17188         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
17189         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
17190         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
17191         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
17192         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
17193         Reported by Eric Blake.
17194
17195 2007-04-11  Bruno Haible  <bruno@clisp.org>
17196
17197         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
17198
17199 2007-04-10  Bruno Haible  <bruno@clisp.org>
17200
17201         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
17202         for NaN and Infinity. Needed on FreeBSD 6.1.
17203         * tests/test-vasnprintf-posix.c (test_function): Undo last change
17204         regarding results for "%010a" of Infinity and NaN.
17205         * tests/test-vasprintf-posix.c (test_function): Likewise.
17206         * tests/test-snprintf-posix.h (test_function): Likewise.
17207         * tests/test-sprintf-posix.h (test_function): Likewise.
17208         * tests/test-fprintf-posix.h (test_function): Likewise.
17209         * tests/test-printf-posix.h (test_function): Likewise.
17210         * tests/test-fprintf-posix.out: Likewise.
17211
17212 2007-04-10  Bruno Haible  <bruno@clisp.org>
17213
17214         * modules/locale-tests: New file.
17215         * tests/test-locale.c: New file.
17216
17217         * modules/locale: New file.
17218         * lib/locale_.h: New file.
17219         * m4/locale_h.m4: New file.
17220
17221 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
17222             Bruno Haible  <bruno@clisp.org>
17223
17224         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
17225         be determined, test for availability of the copysignf, copysign,
17226         copysignl functions.
17227         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
17228         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
17229         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
17230
17231 2007-04-09  Eric Blake  <ebb9@byu.net>
17232
17233         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
17234         * modules/stdio (Makefile.am): Support fflush.
17235         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
17236         * modules/fflush: New file.
17237         * lib/fflush.c: Likewise.
17238         * m4/fflush.m4: Likewise.
17239         * modules/fflush-tests: New test.
17240         * tests/test-fflush.c: Likewise.
17241         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
17242
17243 2007-04-06  Bruno Haible  <bruno@clisp.org>
17244
17245         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
17246         (VASNPRINTF): Use signbit for faster determination whether to print a
17247         minus sign.
17248         * modules/vasnprintf (Files): Remove lib/float+.h.
17249         * modules/fprintf-posix (Depends-on): Add signbit.
17250         * modules/snprintf-posix (Depends-on): Likewise.
17251         * modules/sprintf-posix (Depends-on): Likewise.
17252         * modules/vasnprintf-posix (Depends-on): Likewise.
17253         * modules/vasprintf-posix (Depends-on): Likewise.
17254         * modules/vfprintf-posix (Depends-on): Likewise.
17255         * modules/vsnprintf-posix (Depends-on): Likewise.
17256         * modules/vsprintf-posix (Depends-on): Likewise.
17257
17258 2007-04-06  Bruno Haible  <bruno@clisp.org>
17259
17260         * tests/test-frexp.c (main): Test also the sign bit of zero results.
17261         * tests/test-frexpl.c (main): Likewise.
17262         * tests/test-ldexpl.c (main): Likewise.
17263         * modules/frexp-tests (Depends-on): Add signbit.
17264         * modules/frexpl-tests (Depdends-on): Likewise.
17265         * modules/ldexpl-tests (Depdends-on): Likewise.
17266
17267 2007-04-06  Bruno Haible  <bruno@clisp.org>
17268
17269         * modules/signbit-tests: New file.
17270         * tests/test-signbit.c: New file.
17271
17272         * modules/signbit: New file.
17273         * lib/signbitf.c: New file.
17274         * lib/signbitd.c: New file.
17275         * lib/signbitl.c: New file.
17276         * m4/signbit.m4: New file.
17277         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
17278         (signbit): New macro.
17279         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
17280         REPLACE_SIGNBIT.
17281         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
17282         REPLACE_FREXPL into math.h.
17283
17284 2007-04-06  Bruno Haible  <bruno@clisp.org>
17285
17286         * modules/isnanf-nolibm-tests: New file.
17287         * tests/test-isnanf.c: New file.
17288
17289         * modules/isnanf-nolibm: New file.
17290         * lib/isnanf.h: New file.
17291         * lib/isnanf.c: New file.
17292         * lib/isnan.c: Consider the USE_FLOAT macro.
17293         * m4/isnanf.m4: New file.
17294
17295 2007-04-06  Bruno Haible  <bruno@clisp.org>
17296
17297         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
17298         (Link): New section.
17299
17300         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
17301
17302 2007-04-06  Bruno Haible  <bruno@clisp.org>
17303
17304         Assume the 'long double' type.
17305         * m4/longdouble.m4: Remove file.
17306         * config/srclist.txt: Don't mention longdouble.m4.
17307         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
17308         * lib/float+.h: Likewise.
17309         * lib/frexp.c: Likewise.
17310         * lib/printf-args.h: Likewise.
17311         * lib/printf-args.c: Likewise.
17312         * lib/printf-frexp.c: Likewise.
17313         * lib/printf-parse.c: Likewise.
17314         * lib/vasnprintf.c: Likewise.
17315         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
17316         * m4/intl.m4: Likewise.
17317         * m4/isnanl.m4: Likewise.
17318         * m4/printf.m4: Likewise.
17319         * m4/printf-frexpl.m4: Likewise.
17320         * m4/vasnprintf.m4: Likewise.
17321         * modules/allocsa (Files): Remove m4/longdouble.m4.
17322         * modules/gettext (Files): Likewise.
17323         * modules/relocatable-prog-wrapper (Files): Likewise.
17324         * modules/vasnprintf (Files): Likewise.
17325         * modules/isnanl (Files): Likewise.
17326         (Include): Simplify.
17327         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
17328         (Include): Simplify.
17329         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
17330         (Include): Simplify.
17331         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
17332         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
17333         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
17334         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
17335         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
17336         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
17337         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
17338         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
17339         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
17340         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
17341         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
17342         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
17343         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
17344         * tests/test-isnanl.c: Likewise.
17345         * tests/test-snprintf-posix.h: Likewise.
17346         * tests/test-sprintf-posix.h: Likewise.
17347         * tests/test-vasnprintf-posix.c: Likewise.
17348         * tests/test-vasnprintf-posix2.c: Likewise.
17349         * tests/test-vasprintf-posix.c: Likewise.
17350
17351 2007-04-06  Bruno Haible  <bruno@clisp.org>
17352
17353         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
17354         * lib/math_.h [__DECC]: Include the overridden include file through
17355         #include_next, outside the double-inclusion guard.
17356         * lib/stdio_.h [__DECC]: Likewise.
17357         * lib/stdlib_.h [__DECC]: Likewise.
17358         * lib/string_.h [__DECC]: Likewise.
17359         * lib/time_.h [__DECC]: Likewise.
17360         * lib/wchar_.h [__DECC]: Likewise.
17361         * lib/wctype_.h [__DECC]: Likewise.
17362         * lib/inttypes_.h [__DECC]: Likewise.
17363         Reported by Albert Chin <china@thewrittenword.com> in
17364         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
17365
17366 2007-04-04  Eric Blake  <ebb9@byu.net>
17367
17368         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
17369         1.5.x.
17370
17371 2007-04-04  Bruno Haible  <bruno@clisp.org>
17372
17373         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
17374         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
17375
17376 2007-04-04  Bruno Haible  <bruno@clisp.org>
17377
17378         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
17379         results for "%010a" of Infinity and NaN.
17380         * tests/test-vasprintf-posix.c (test_function): Likewise.
17381         * tests/test-snprintf-posix.h (test_function): Likewise.
17382         * tests/test-sprintf-posix.h (test_function): Likewise.
17383         * tests/test-fprintf-posix.h (test_function): Remove these tests.
17384         * tests/test-printf-posix.h (test_function): Likewise.
17385         * tests/test-fprintf-posix.out: Update.
17386         Needed for FreeBSD 6.1.
17387
17388 2007-04-04  Bruno Haible  <bruno@clisp.org>
17389
17390         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
17391         directly used by the gnulib modules nor by gnulib-tool.
17392
17393 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
17394
17395         * DEPENDENCIES: Give overall description of version dependency
17396         desirability.  Use more-typical names for apps.
17397         Add shell, coreutils, diffutils, grep, tar, gzip.
17398
17399 2007-04-04  Simon Josefsson  <simon@josefsson.org>
17400
17401         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
17402
17403 2007-04-04  Karl Berry  <karl@gnu.org>
17404
17405         * MODULES.html.sh (func_module): missing '.
17406
17407 2007-04-03  Bruno Haible  <bruno@clisp.org>
17408
17409         * modules/argmatch-tests (Makefile.am): New variable
17410         test_argmatch_LDADD.
17411         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
17412         * modules/array-list-tests (Makefile.am): New variable
17413         test_array_list_LDADD.
17414         * modules/array-oset-tests (Makefile.am): New variable
17415         test_array_oset_LDADD.
17416         * modules/avltree-list-tests (Makefile.am): New variable
17417         test_avltree_list_LDADD.
17418         * modules/avltree-oset-tests (Makefile.am): New variable
17419         test_avltree_oset_LDADD.
17420         * modules/avltreehash-list-tests (Makefile.am): New variable
17421         test_avltreehash_list_LDADD.
17422         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
17423         test_canonicalize_lgpl_LDADD.
17424         * modules/carray-list-tests (Makefile.am): New variable
17425         test_carray_list_LDADD.
17426         * modules/dirname-tests (Makefile.am): New variable
17427         test_dirname_LDADD.
17428         * modules/linked-list-tests (Makefile.am): New variable
17429         test_linked_list_LDADD.
17430         * modules/linkedhash-list-tests (Makefile.am): New variable
17431         test_linkedhash_list_LDADD.
17432         * modules/rbtree-list-tests (Makefile.am): New variable
17433         test_rbtree_list_LDADD.
17434         * modules/rbtree-oset-tests (Makefile.am): New variable
17435         test_rbtree_oset_LDADD.
17436         * modules/rbtreehash-list-tests (Makefile.am): New variable
17437         test_rbtreehash_list_LDADD.
17438         * modules/xvasprintf-tests (Makefile.am): New variable
17439         test_xvasprintf_LDADD.
17440         Reported by Eric Blake.
17441
17442 2007-04-03  Eric Blake  <ebb9@byu.net>
17443
17444         * DEPENDENCIES: Weaken m4 requirements.
17445
17446 2007-04-03  Bruno Haible  <bruno@clisp.org>
17447
17448         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
17449         * modules/isnanl-tests (configure.ac): Likewise.
17450
17451 2007-04-03  Ben Pfaff  <blp@gnu.org>
17452
17453         * modules/iconv_open: Add $(srcdir)/ to source directory
17454         references in Makefile fragments that call gperf, to fix VPATH
17455         builds.
17456
17457 2007-04-03  Bruno Haible  <bruno@clisp.org>
17458
17459         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
17460         * lib/ldexpl.c: Undo last change.
17461
17462 2007-04-03  Bruno Haible  <bruno@clisp.org>
17463
17464         * modules/printf-frexpl (Depends-on): Undo last change.
17465         (Files): Add m4/ldexpl.m4.
17466
17467 2007-04-03  Bruno Haible  <bruno@clisp.org>
17468
17469         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
17470         * modules/isnanl (Link): New section.
17471
17472         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
17473         * modules/frexp (Link): New section.
17474
17475         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
17476         * modules/frexpl (Link): New section.
17477
17478         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
17479         * modules/ldexpl (Link): New section.
17480
17481 2007-04-03  Bruno Haible  <bruno@clisp.org>
17482
17483         * modules/TEMPLATE-EXTENDED: New file.
17484         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
17485
17486 2007-04-03  Bruno Haible  <bruno@clisp.org>
17487
17488         * DEPENDENCIES: New file.
17489         Suggested by Simon Josefsson.
17490
17491 2007-04-03  Bruno Haible  <bruno@clisp.org>
17492
17493         * doc/gnulib.texi: Escape @.
17494
17495 2007-04-03  James Youngman  <jay@gnu.org>
17496         and Paul Eggert  <eggert@cs.ucla.edu>
17497
17498         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
17499         birthtime on all systems that have birthtime, not just those which
17500         use st_birthtimensec rather than st_birthtim.  Putting zero in
17501         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
17502         that the birth time is not available for files on an NFS mount.
17503
17504 2007-04-03  Simon Josefsson  <simon@josefsson.org>
17505
17506         * modules/memxor: Move back from crypto/, suggested by Bruno.
17507         * modules/crypto/hmac-sha1: Fix memxor dependency.
17508
17509         * modules/crypto/gc: Moved from ../.
17510
17511 2007-04-02  Eric Blake  <ebb9@byu.net>
17512
17513         * lib/ldexpl.c (includes): Avoid libm.
17514
17515         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
17516
17517 2007-04-02  Bruno Haible  <bruno@clisp.org>
17518
17519         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
17520         on IRIX.
17521
17522 2007-04-02  Bruno Haible  <bruno@clisp.org>
17523
17524         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
17525         x86 or x86_64 platforms running MacOS X.
17526         Reported by Ryan Schmidt <@ryandesign.com>.
17527
17528 2007-04-02  Bruno Haible  <bruno@clisp.org>
17529
17530         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
17531         i386.
17532
17533 2007-04-01  Simon Josefsson  <simon@josefsson.org>
17534
17535         * modules/crypto/arcfour: Moved from ../.
17536         * modules/crypto/arcfour-tests: Moved from ../.
17537         * modules/crypto/arctwo: Moved from ../.
17538         * modules/crypto/arctwo-tests: Moved from ../.
17539         * modules/crypto/des: Moved from ../.
17540         * modules/crypto/des-tests: Moved from ../.
17541         * modules/crypto/gc-arcfour: Moved from ../.
17542         * modules/crypto/gc-arcfour-tests: Moved from ../.
17543         * modules/crypto/gc-arctwo: Moved from ../.
17544         * modules/crypto/gc-arctwo-tests: Moved from ../.
17545         * modules/crypto/gc-des: Moved from ../.
17546         * modules/crypto/gc-des-tests: Moved from ../.
17547         * modules/crypto/gc-hmac-md5: Moved from ../.
17548         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
17549         * modules/crypto/gc-hmac-sha1: Moved from ../.
17550         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
17551         * modules/crypto/gc-md2: Moved from ../.
17552         * modules/crypto/gc-md2-tests: Moved from ../.
17553         * modules/crypto/gc-md4: Moved from ../.
17554         * modules/crypto/gc-md4-tests: Moved from ../.
17555         * modules/crypto/gc-md5: Moved from ../.
17556         * modules/crypto/gc-md5-tests: Moved from ../.
17557         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
17558         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
17559         * modules/crypto/gc-random: Moved from ../.
17560         * modules/crypto/gc-rijndael: Moved from ../.
17561         * modules/crypto/gc-rijndael-tests: Moved from ../.
17562         * modules/crypto/gc-sha1: Moved from ../.
17563         * modules/crypto/gc-sha1-tests: Moved from ../.
17564         * modules/crypto/gc-tests: Moved from ../.
17565         * modules/crypto/hmac-md5: Moved from ../.
17566         * modules/crypto/hmac-md5-tests: Moved from ../.
17567         * modules/crypto/hmac-sha1: Moved from ../.
17568         * modules/crypto/hmac-sha1-tests: Moved from ../.
17569         * modules/crypto/md2: Moved from ../.
17570         * modules/crypto/md2-tests: Moved from ../.
17571         * modules/crypto/md4: Moved from ../.
17572         * modules/crypto/md4-tests: Moved from ../.
17573         * modules/crypto/md5: Moved from ../.
17574         * modules/crypto/md5-tests: Moved from ../.
17575         * modules/crypto/memxor: Moved from ../.
17576         * modules/crypto/rijndael: Moved from ../.
17577         * modules/crypto/rijndael-tests: Moved from ../.
17578         * modules/crypto/sha1: Moved from ../.
17579
17580 2007-03-30  James Youngman  <jay@gnu.org>
17581
17582         * tests/test-stat-time.c (prepare_test): use chmod() rather than
17583         rename() to change the ctime of a file (because ctime is unaffected
17584         by rename on jfs2 on AIX 5.1).
17585         (main): Start by doing cleanup, in case a previous run failed leaving
17586         test files behind.
17587
17588 2007-03-31  Bruno Haible  <bruno@clisp.org>
17589
17590         Support old proprietary implementations of iconv.
17591         * modules/iconv_open: New file.
17592         * lib/iconv_.h: New file.
17593         * m4/iconv_h.m4: New file.
17594         * lib/iconv_open.c: New file.
17595         * lib/iconv_open-aix.gperf: New file.
17596         * lib/iconv_open-hpux.gperf: New file.
17597         * lib/iconv_open-irix.gperf: New file.
17598         * lib/iconv_open-osf.gperf: New file.
17599         * m4/iconv_open.m4: New file.
17600         * modules/linebreak (Depends-on): Add iconv_open.
17601         * modules/striconv (Depends-on): Likewise.
17602         * modules/striconveh (Depends-on): Likewise.
17603         * modules/unicodeio (Depends-on): Likewise.
17604         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
17605         (iconv_t)(-1).
17606         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
17607         conversion if cd is (iconv_t)(-1).
17608         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
17609         is not possible.
17610
17611 2007-03-31  Bruno Haible  <bruno@clisp.org>
17612
17613         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
17614         work on Solaris either. Protect also second use of "autodetect_jp".
17615
17616 2007-03-31  Bruno Haible  <bruno@clisp.org>
17617
17618         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
17619         the function is not present.
17620
17621 2007-03-31  Bruno Haible  <bruno@clisp.org>
17622
17623         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
17624         the function is not present.
17625
17626 2007-03-31  Bruno Haible  <bruno@clisp.org>
17627
17628         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
17629         a bug in HP-UX iconv_open().
17630
17631 2007-03-31  Bruno Haible  <bruno@clisp.org>
17632
17633         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
17634         (Mathematics <math.h>): New section, add fpieee.
17635         (Input/output <stdio.h>): Add fseterr.
17636         (Mathematics <math.h>): New section, add printf-frexp.
17637         (Container data structures): Add sublist.
17638         (Core language properties): Add fpucw, inline.
17639         (Functions for greatest-width integer types <inttypes.h>): Add
17640         imaxabs, imaxdiv, inttypes.
17641         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
17642         isnanl-nolibm, ldexp.
17643         (Mathematics <math.h>): New section, add printf-frexpl.
17644         (Support for systems lacking POSIX:2001): Add fprintf-posix,
17645         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
17646         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
17647         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
17648         (Unicode string functions): Add unistr/u*-mbtoucr.
17649         (Java): Add javacomp-script, javaexec-script.
17650         (C#): Add csharpcomp-script, csharpexec-script.
17651         (Support for building libraries and executables): Add havelib,
17652         relocatable-*.
17653         (Support for maintaining and releasing projects): Renamed from
17654         'Support for maintaining and release projects'. Add announce-gen.
17655
17656 2007-03-31  Bruno Haible  <bruno@clisp.org>
17657
17658         * README: Talk primarily about git.
17659         (git and CVS): Renamed from CVS.
17660         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
17661         gnulib is available through git.
17662         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
17663
17664 2007-03-30  Bruno Haible  <bruno@clisp.org>
17665
17666         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
17667         * lib/poll_.h: Likewise.
17668         * lib/stat_.h: Likewise.
17669         * lib/sys_time_.h: Likewise.
17670         * lib/sysexit_.h: Likewise.
17671         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
17672         * lib/stdbool_.h: Likewise.
17673         * lib/byteswap_.h: Add double-inclusion guard.
17674
17675 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
17676
17677         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
17678
17679 2007-03-30  Karl Berry  <karl@gnu.org>
17680
17681         * config/srclist-update: double space after USA in the license
17682         substitution, since that's how it's usually (?) written.
17683
17684 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
17685
17686         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
17687         reported by Bruno Haible.
17688
17689 2007-03-29  Bruno Haible  <bruno@clisp.org>
17690
17691         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
17692         a bug in AIX iconv().
17693
17694 2007-03-29  Bruno Haible  <bruno@clisp.org>
17695
17696         * modules/ldexpl-tests: New file.
17697         * tests/test-ldexpl.c: New file.
17698
17699 2007-03-29  Bruno Haible  <bruno@clisp.org>
17700
17701         * lib/ldexpl.c: Include fpucw.h.
17702         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
17703         multiplication.
17704         * modules/ldexpl (Depends-on): Add fpucw.
17705
17706 2007-03-29  Bruno Haible  <bruno@clisp.org>
17707
17708         * modules/ldexpl: New file.
17709         * m4/ldexpl.m4: New file.
17710         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
17711         set.
17712         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
17713         REPLACE_LDEXPL.
17714         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
17715         REPLACE_LDEXPL.
17716         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
17717         gl_FUNC_LDEXPL_WORKS.
17718         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
17719         * modules/mathl (Files): Remove lib/ldexpl.c.
17720         (Depends-on): Add ldexpl.
17721
17722 2007-03-29  Bruno Haible  <bruno@clisp.org>
17723
17724         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
17725
17726 2007-03-29  Bruno Haible  <bruno@clisp.org>
17727
17728         * tests/test-striconveh.c (main): Don't assume that a direct conversion
17729         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
17730         and possibly also HP-UX.
17731         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
17732         work on AIX, IRIX, HP-UX, OSF/1.
17733         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
17734         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
17735         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
17736         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
17737         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
17738         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
17739
17740 2007-03-29  Bruno Haible  <bruno@clisp.org>
17741
17742         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
17743
17744 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
17745
17746         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
17747         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
17748
17749 2007-03-29  Eric Blake  <ebb9@byu.net>
17750
17751         * lib/acl-internal.h: Remove redundant include.
17752         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
17753         Cygwin when a file is locked.
17754
17755 2007-03-29  Bruno Haible  <bruno@clisp.org>
17756
17757         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
17758         file.
17759         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
17760
17761 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
17762
17763         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
17764         try to remove a parent directory if the child couldn't be removed
17765         (except for the first rmdir, which could fail because the child
17766         doesn't exist).  Problem reported by Jeff Blaine in
17767         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
17768
17769 2007-03-28  Bruno Haible  <bruno@clisp.org>
17770
17771         * lib/striconveh.c (utf8conv_carefully): New function.
17772         (mem_cd_iconveh_internal): Invoke it.
17773
17774 2007-03-28  Bruno Haible  <bruno@clisp.org>
17775
17776         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
17777         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
17778         input.
17779         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
17780         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
17781         unistr/u8-uctomb.
17782
17783 2007-03-28  Bruno Haible  <bruno@clisp.org>
17784
17785         * modules/unistr/u8-mbtoucr: New file.
17786         * lib/unistr/u8-mbtoucr.c: New file.
17787         * modules/unistr/u16-mbtoucr: New file.
17788         * lib/unistr/u16-mbtoucr.c: New file.
17789         * modules/unistr/u16-mbtoucr: New file.
17790         * lib/unistr/u16-mbtoucr.c: New file.
17791         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
17792
17793 2007-03-27  Simon Josefsson  <simon@josefsson.org>
17794             Bruno Haible  <bruno@clisp.org>
17795
17796         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
17797         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
17798         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
17799
17800         * m4/stdio_h.m4: Add stubs for vasprintf too.
17801
17802         * modules/stdio: Support vasprintf in sed command.
17803
17804         * modules/vasprintf: Depend on stdio for prototypes.  Remove
17805         vasprintf.h.  Add stdio module indicator.
17806
17807         * lib/stdio_.h: Declare asprintf and vasprintf, based on
17808         vasprintf.h.
17809
17810         * lib/vasprintf.h: File removed.
17811
17812         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
17813         * lib/vasprintf.c: Ditto.
17814         * lib/xvasprintf.c: Ditto.
17815         * tests/test-vasprintf-posix.c: Ditto.
17816         * tests/test-vasprintf.c: Ditto.
17817
17818 2007-03-27  Bruno Haible  <bruno@clisp.org>
17819
17820         Make vasnprintf multithread-safe.
17821         * lib/vasnprintf.c (decimal_point_char): New function.
17822         (VASNPRINTF): Use it.
17823         Suggested by Simon Josefsson.
17824
17825 2007-03-27  Eric Blake  <ebb9@byu.net>
17826
17827         Support sub-second birthtime on cygwin.
17828         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
17829         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
17830         (get_stat_birthtime): Also work with st_birthtim.
17831
17832 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
17833
17834         * lib/stat-time.h (USE_BIRTHTIME): Remove.
17835         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
17836         (get_stat_birthtime_ns): Do not try to use "spare" fields.
17837         (get_stat_birthtime_ns): Simplify compile-time tests.
17838         (get_stat_birthtime): Change the API to look like
17839         get_stat_mtime etc., except return a negative tv_nsec on error.
17840         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
17841         Don't check for "spare" fields.
17842         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
17843         or for struct stat.st_birthtime, as these tests aren't used.
17844         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
17845
17846 2007-03-27  Bruno Haible  <bruno@clisp.org>
17847
17848         * lib/stat-time.h: Include <sys/stat.h>.
17849
17850 2007-03-27  James Youngman  <jay@gnu.org>
17851
17852         * lib/stat-time.h (get_stat_birthtime): New function for
17853           retrieving st_birthtime as provided by UFS2 (hence *BSD).
17854         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
17855           and its variants.
17856         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
17857         * modules/stat-time-test: New file.
17858         * tests/test-stat-time.c: New test, devised by Bruno Haible.
17859
17860 2007-03-26  Bruno Haible  <bruno@clisp.org>
17861
17862         Better support of signalling NaNs.
17863         * lib/atanl.c: Include isnanl.h.
17864         (atanl): Perform test for NaN at the beginning of the function and
17865         through a call to isnanl.
17866         * lib/cosl.c: Include isnanl.h.
17867         (cosl): Perform test for NaN at the beginning of the function and
17868         through a call to isnanl.
17869         * lib/ldexpl.c: Include isnanl.h.
17870         (ldexpl): Perform test for NaN through a call to isnanl.
17871         * lib/logl.c: Include isnanl.h.
17872         (logl): Perform test for NaN at the beginning of the function and
17873         through a call to isnanl.
17874         * lib/sinl.c: Include isnanl.h.
17875         (sinl): Perform test for NaN at the beginning of the function and
17876         through a call to isnanl.
17877         * lib/sqrtl.c: Include isnanl.h.
17878         (sqrtl): Perform test for NaN at the beginning of the function and
17879         through a call to isnanl.
17880         * lib/tanl.c: Include isnanl.h.
17881         (tanl): Perform test for NaN at the beginning of the function and
17882         through a call to isnanl.
17883         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
17884         * modules/mathl (Depends-on): Add isnanl.
17885
17886 2007-03-26  Eric Blake  <ebb9@byu.net>
17887
17888         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
17889         regression in logic sense of previous patch.
17890
17891 2007-03-26  Bruno Haible  <bruno@clisp.org>
17892
17893         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
17894         unportable shell command "if ! ...".
17895         Reported by Ralf Wildenhues.
17896
17897 2007-03-25  Bruno Haible  <bruno@clisp.org>
17898
17899         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
17900         <sysexits.h> file, and only add EX_CONFIG.
17901         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
17902         absolute file name and whether it is sufficient. Substitute also
17903         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
17904         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
17905         ABSOLUTE_SYSEXITS_H into sysexits.h.
17906
17907 2007-03-25  Bruno Haible  <bruno@clisp.org>
17908
17909         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
17910         hints is NULL.
17911
17912 2007-03-25  Bruno Haible  <bruno@clisp.org>
17913
17914         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
17915         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
17916
17917 2007-03-25  Bruno Haible  <bruno@clisp.org>
17918
17919         * lib/vasnprintf.c: Include langinfo.h.
17920         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
17921         multithread-safe.
17922         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
17923         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
17924         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
17925         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
17926         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
17927         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
17928         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
17929         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
17930         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
17931         Reported by Simon Josefsson.
17932
17933 2007-03-25  Bruno Haible  <bruno@clisp.org>
17934
17935         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
17936         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
17937         * modules/vasnprintf (Depends-on): Add stdint.
17938
17939 2007-03-25  Bruno Haible  <bruno@clisp.org>
17940
17941         * modules/fpieee: New file.
17942         * m4/fpieee.m4: New file.
17943         * modules/isnan-nolibm (Depends-on): Add fpieee.
17944         * modules/isnanl-nolibm (Depends-on): Add fpieee.
17945         * modules/isnanl (Depends-on): Add fpieee.
17946
17947 2007-03-25  Bruno Haible  <bruno@clisp.org>
17948
17949         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
17950
17951 2007-03-25  Bruno Haible  <bruno@clisp.org>
17952
17953         Avoid test failures on IRIX 6.5.
17954         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
17955         (main): Use it.
17956         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
17957         macros.
17958         (main): Use them.
17959
17960 2007-03-25  Bruno Haible  <bruno@clisp.org>
17961
17962         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
17963         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
17964         exists but doesn't work.
17965         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
17966         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
17967         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
17968         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
17969
17970 2007-03-25  Bruno Haible  <bruno@clisp.org>
17971
17972         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
17973         returns inf. Needed on IRIX 6.5.
17974
17975 2007-03-25  Bruno Haible  <bruno@clisp.org>
17976
17977         * tests/test-frexpl.c: Include isnanl-nolibm.h.
17978         (main): Use isnanl instead of x != x idiom.
17979         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
17980
17981         * tests/test-frexp.c: Include isnan.h.
17982         (main): Use isnan instead of x != x idiom.
17983         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
17984
17985 2007-03-25  Bruno Haible  <bruno@clisp.org>
17986
17987         * tests/test-frexp.c (NaN): New function/macro.
17988         (main): Use it instead of 0.0 / 0.0.
17989         * tests/test-isnan.c (NaN): New function/macro.
17990         (main): Use it instead of 0.0 / 0.0.
17991         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
17992         (test_function): Use it instead of 0.0 / 0.0.
17993         * tests/test-vasprintf-posix.c (NaN): New function/macro.
17994         (test_function): Use it instead of 0.0 / 0.0.
17995         * tests/test-snprintf-posix.h (NaN): New function/macro.
17996         (test_function): Use it instead of 0.0 / 0.0.
17997         * tests/test-sprintf-posix.h (NaN): New function/macro.
17998         (test_function): Use it instead of 0.0 / 0.0.
17999         * tests/test-fprintf-posix.h (NaN): New function/macro.
18000         (test_function): Use it instead of 0.0 / 0.0.
18001         * tests/test-printf-posix.h (NaN): New function/macro.
18002         (test_function): Use it instead of 0.0 / 0.0.
18003
18004         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
18005
18006 2007-03-25  Bruno Haible  <bruno@clisp.org>
18007
18008         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
18009
18010 2007-03-25  Bruno Haible  <bruno@clisp.org>
18011
18012         * lib/regexec.c (merge_state_with_log): Make static.
18013
18014 2007-03-25  Bruno Haible  <bruno@clisp.org>
18015
18016         * lib/trigl.c (kernel_rem_pio2): Make static.
18017
18018 2007-03-25  Bruno Haible  <bruno@clisp.org>
18019
18020         * lib/sincosl.c (sincosl_table): Make static.
18021
18022 2007-03-25  Bruno Haible  <bruno@clisp.org>
18023
18024         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
18025         if the compiler does not support C99.
18026
18027 2007-03-25  Bruno Haible  <bruno@clisp.org>
18028
18029         * modules/time (Makefile.am): Ensure all rule action lines start with a
18030         tab.
18031
18032 2007-03-24  Bruno Haible  <bruno@clisp.org>
18033
18034         * modules/tsearch-tests: New file.
18035         * tests/test-tsearch.sh: New file.
18036         * tests/test-tsearch.c: New file, mostly copied from glibc.
18037
18038         * modules/search-tests: New file.
18039         * tests/test-search.c: New file.
18040
18041         * modules/search: New file.
18042         * lib/search_.h: New file, incorporating lib/tsearch.h.
18043         * m4/search_h.m4: New file.
18044         * lib/tsearch.h: Remove file.
18045         * lib/tsearch.c: Include search.h instead of tsearch.h.
18046         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
18047         HAVE_TSEARCH.
18048         * modules/tsearch (Files): Remove lib/tsearch.h.
18049         (Depends-on): Add search.
18050         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
18051         (Include): Change tsearch.h into search.h.
18052
18053 2007-03-24  Bruno Haible  <bruno@clisp.org>
18054
18055         * modules/fpucw: New file.
18056         * lib/fpucw.h: New file.
18057         * lib/frexp.c: Include fpucw.h.
18058         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
18059         (FUNC): Use them.
18060         * lib/printf-frexp.c: Include fpucw.h.
18061         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
18062         (FUNC): Use them.
18063         * lib/vasnprintf.c: Include fpucw.h.
18064         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
18065         'long double' calculations.
18066         * tests/test-frexpl.c: Include fpucw.h.
18067         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
18068         * tests/test-printf-frexpl.c: Include fpucw.h.
18069         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
18070         * modules/frexpl (Depends-on): Add fpucw.
18071         * modules/printf-frexpl (Depends-on): Likewise.
18072         * modules/fprintf-posix (Depends-on): Likewise.
18073         * modules/snprintf-posix (Depends-on): Likewise.
18074         * modules/sprintf-posix (Depends-on): Likewise.
18075         * modules/vasnprintf-posix (Depends-on): Likewise.
18076         * modules/vasprintf-posix (Depends-on): Likewise.
18077         * modules/vfprintf-posix (Depends-on): Likewise.
18078         * modules/vsnprintf-posix (Depends-on): Likewise.
18079         * modules/vsprintf-posix (Depends-on): Likewise.
18080         * modules/frexpl-tests (Depends-on): Likewise.
18081         * modules/printf-frexpl-tests (Depends-on): Likewise.
18082
18083 2007-03-24  Bruno Haible  <bruno@clisp.org>
18084
18085         * lib/float+.h: New file.
18086         * lib/isnan.c: Include float+.h.
18087         (SIZE): New macro.
18088         (FUNC): Compare only SIZE bytes of the value.
18089         * lib/vasnprintf.c: Include float+.h.
18090         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
18091         SIZEOF_LDBL or SIZEOF_DBL bytes.
18092         * modules/isnan-nolibm (Files): Add lib/float+.h.
18093         * modules/isnanl-nolibm (Files): Add lib/float+.h.
18094         * modules/isnanl (Files): Add lib/float+.h.
18095         * modules/vasnprintf (Files): Add lib/float+.h.
18096
18097 2007-03-24  Bruno Haible  <bruno@clisp.org>
18098
18099         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
18100         include isnanl-nolibm.h.
18101
18102 2007-03-24  Bruno Haible  <bruno@clisp.org>
18103
18104         * tests/test-read-file.c (main): Don't produce spurious output for
18105         expected situations. Make the test fail if it encountered unexpected
18106         results.
18107
18108 2007-03-24  Bruno Haible  <bruno@clisp.org>
18109
18110         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
18111         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
18112
18113 2007-03-24  Bruno Haible  <bruno@clisp.org>
18114
18115         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
18116
18117 2007-03-24  Bruno Haible  <bruno@clisp.org>
18118
18119         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
18120         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
18121
18122         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
18123         * modules/utf8-ucs4: Turn into a symbolic link to module
18124         unistr/u8-mbtouc.
18125
18126         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
18127         utf8-ucs4-unsafe.
18128         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
18129         unistr/u8-mbtouc-unsafe.
18130
18131         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
18132         * modules/utf16-ucs4: Turn into a symbolic link to module
18133         unistr/u16-mbtouc.
18134
18135         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
18136         utf16-ucs4-unsafe.
18137         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
18138         unistr/u16-mbtouc-unsafe.
18139
18140         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
18141         * modules/ucs4-utf8: Turn into a symbolic link to module
18142         unistr/u8-ubtomb.
18143
18144         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
18145         * modules/ucs4-utf16: Turn into a symbolic link to module
18146         unistr/u16-ubtomb.
18147
18148 2007-03-24  Bruno Haible  <bruno@clisp.org>
18149
18150         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
18151         Enable the function only if HAVE_INLINE.
18152         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
18153         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
18154         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
18155         Enable the function only if HAVE_INLINE.
18156         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
18157         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
18158         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
18159         Enable the function only if HAVE_INLINE.
18160         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
18161         Enable the function only if HAVE_INLINE.
18162         * modules/utf8-ucs4: Update.
18163         * modules/utf8-ucs4-unsafe: Update.
18164         * modules/utf16-ucs4: Update.
18165         * modules/utf16-ucs4-unsafe: Update.
18166         * modules/ucs4-utf8: Update.
18167         * modules/ucs4-utf16: Update.
18168
18169 2007-03-24  Bruno Haible  <bruno@clisp.org>
18170
18171         * lib/utf8-ucs4.h: Remove file.
18172         * lib/utf8-ucs4-unsafe.h: Remove file.
18173         * lib/utf16-ucs4.h: Remove file.
18174         * lib/utf16-ucs4-unsafe.h: Remove file.
18175         * lib/ucs4-utf8.h: Remove file.
18176         * lib/ucs4-utf16.h: Remove file.
18177         * lib/unistr.h: Include their previous contents.
18178         * m4/utf-ucs4.m4: Remove file.
18179         * m4/ucs4-utf.m4: Remove file.
18180         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
18181         (Depends-on): Add unistr/base.
18182         (configure.ac): Remove gl_UTF_UCS4.
18183         (Makefile.am): Update.
18184         (Include): Change to unistr.h.
18185         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
18186         (Depends-on): Add unistr/base.
18187         (configure.ac): Remove gl_UTF_UCS4.
18188         (Makefile.am): Update.
18189         (Include): Change to unistr.h.
18190         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
18191         (Depends-on): Add unistr/base.
18192         (configure.ac): Remove gl_UTF_UCS4.
18193         (Makefile.am): Update.
18194         (Include): Change to unistr.h.
18195         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
18196         (Depends-on): Add unistr/base.
18197         (configure.ac): Remove gl_UTF_UCS4.
18198         (Makefile.am): Update.
18199         (Include): Change to unistr.h.
18200         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
18201         (Depends-on): Add unistr/base.
18202         (configure.ac): Remove gl_UCS4_UTF.
18203         (Makefile.am): Update.
18204         (Include): Change to unistr.h.
18205         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
18206         (Depends-on): Add unistr/base.
18207         (configure.ac): Remove gl_UCS4_UTF.
18208         (Makefile.am): Update.
18209         (Include): Change to unistr.h.
18210         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
18211         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
18212         utf8-ucs4-unsafe.h.
18213         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
18214         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
18215         utf16-ucs4-unsafe.h.
18216         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
18217         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
18218         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
18219         * lib/unistr/u8-strchr.c: Likewise.
18220         * lib/unistr/u8-strrchr.c: Likewise.
18221         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
18222         * lib/unistr/u16-strchr.c: Likewise.
18223         * lib/unistr/u16-strrchr.c: Likewise.
18224         * lib/striconveh.c: Update.
18225         * lib/linebreak.c: Update.
18226
18227 2007-03-24  Bruno Haible  <bruno@clisp.org>
18228
18229         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
18230         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
18231
18232 2007-03-22  Bruno Haible  <bruno@clisp.org>
18233
18234         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
18235
18236 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
18237
18238         * MODULES.html.sh (File system functions): New module write-any-file.
18239         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
18240         * m4/write-any-file.m4: New files.
18241
18242 2007-03-23  Eric Blake  <ebb9@byu.net>
18243
18244         * gnulib-tool: Rearrange space-tab sequences, since some editors
18245         like to eat them.
18246
18247 2007-03-23  Eric Blake  <ebb9@byu.net>
18248
18249         * lib/version-etc.c (version_etc_va): Update license wording to
18250         be more concise.  Recommended by Richard Stallman.
18251
18252 2007-03-22  Bruno Haible  <bruno@clisp.org>
18253
18254         * lib/poll.c (MSG_PEEK): New fallback definition.
18255
18256 2007-03-22  Bruno Haible  <bruno@clisp.org>
18257
18258         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
18259         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
18260         (main): Update.
18261         Fixes a compilation error on BeOS.
18262
18263 2007-03-22  Bruno Haible  <bruno@clisp.org>
18264
18265         * modules/frexpl-tests: New file.
18266         * tests/test-frexpl.c: New file.
18267
18268         * modules/frexpl: New file.
18269         * m4/frexpl.m4: New file.
18270         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
18271         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
18272         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
18273         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
18274         (Depends-on): Add frexpl. Remove isnanl-nolibm.
18275         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
18276
18277 2007-03-22  Bruno Haible  <bruno@clisp.org>
18278
18279         * lib/frexpl.c: Share code with lib/frexp.c.
18280         * modules/mathl (Files): Add lib/frexp.c.
18281         (Depends-on): Add isnanl-nolibm.
18282
18283 2007-03-22  Bruno Haible  <bruno@clisp.org>
18284
18285         * modules/printf-frexp (Files): Add m4/frexp.m4.
18286         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
18287         only if the found frexp function actually works.
18288
18289 2007-03-22  Bruno Haible  <bruno@clisp.org>
18290
18291         * lib/frexp.c: Remove older implementation that uses divisions.
18292
18293 2007-03-21  Bruno Haible  <bruno@clisp.org>
18294
18295         * modules/frexp-tests: New file.
18296         * tests/test-frexp.c: New file.
18297
18298         * modules/frexp: New file.
18299         * lib/frexp.c: New file.
18300         * m4/frexp.m4: New file.
18301         * lib/math_.h (frexp): New declaration.
18302         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
18303         REPLACE_FREXP.
18304         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
18305
18306 2007-03-21  Bruno Haible  <bruno@clisp.org>
18307
18308         * modules/isnanl-tests: New file.
18309         * tests/test-isnanl.c: New file.
18310
18311         * modules/isnanl: New file.
18312         * lib/isnanl.h: New file.
18313         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
18314         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
18315         gl_FUNC_ISNANL_WORKS.
18316         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
18317         New macros.
18318
18319 2007-03-21  Bruno Haible  <bruno@clisp.org>
18320
18321         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
18322         lib/isnanl.h.
18323         (Include): Update.
18324         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
18325         * lib/vasnprintf.c: Update.
18326         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
18327         tests/test-isnanl.h, remove tests/test-isnanl.c.
18328         (Makefile.am): Update.
18329         * tests/test-isnanl-nolibm.c: New file.
18330         * tests/test-isnanl.h: New file.
18331         * tests/test-isnanl.c: Remove file.
18332
18333 2007-03-21  Jim Meyering  <jim@meyering.net>
18334
18335         When trying to open ".", treat ESTALE like EACCES.
18336         * lib/savewd.c (savewd_save): Resort to forking not just upon
18337         failure with EACCES, but also when errno is ESTALE.
18338
18339 2007-03-20  Bruno Haible  <bruno@clisp.org>
18340
18341         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
18342         Needed on AIX 5.1. Reported by Matthew Woehlke.
18343
18344 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
18345
18346         Suggestions by Bruno Haible:
18347         * lib/acl-internal.h: Include "gettext.h" rather than rolling
18348         our own.
18349         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
18350         * modules/acl (Depends-on): Add gettext.
18351
18352 2007-03-19  Bruno Haible  <bruno@clisp.org>
18353
18354         * modules/iconvme: Remove file.
18355         * lib/iconvme.h: Remove file.
18356         * lib/iconvme.c: Remove file.
18357         * m4/iconvme.m4: Remove file.
18358
18359 2007-03-19  Bruno Haible  <bruno@clisp.org>
18360
18361         * doc/relocatable-maint.texi: Break long shell script line.
18362         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
18363
18364 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
18365
18366         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
18367         handle file_has_acl.
18368         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
18369         * lib/acl.c: Move header inclusions and related macro defns into
18370         lib/acl-internal.h.
18371         (S_ISLNK): Remove defn, since that's now done for us.
18372         (file_has_acl): Move to lib/file-has-acl.c.
18373         Call acl_trivial if available.  This is the crucial part of the fix.
18374         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
18375         shared within the library.  Rewrite a bit, partly to make it compatible
18376         with the GNU coding style.
18377         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
18378         Remove unnecessary double-quotes.
18379         Don't test for acl_to_text; the build will catch that.
18380         Replace acl_entries if it doesn't exist and it is needed.
18381         Check for -lsec and acl_trivial (as used on Solaris 10).
18382         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
18383         lib/file-has-acl.c.
18384         (Depends-on): Add sys_stat, for S_ISLNK.
18385
18386 2007-03-19  Ben Pfaff  <blp@gnu.org>
18387
18388         * doc/gnulib.texi: Fix typos.
18389         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
18390
18391 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
18392
18393         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
18394         If size is zero here, buf must be zero.
18395
18396 2007-03-19  Simon Josefsson  <simon@josefsson.org>
18397
18398         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
18399         <bruno@clisp.org>.
18400
18401 2007-03-18  Bruno Haible  <bruno@clisp.org>
18402
18403         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
18404         Suggested by Eric Blake.
18405
18406 2007-03-18  Ben Pfaff  <blp@gnu.org>
18407
18408         * doc/relocatable.texi: Recommend using as prefix a directory
18409         that does not exist and will never be created.  Based on
18410         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
18411         and others.
18412
18413 2007-03-17  Bruno Haible  <bruno@clisp.org>
18414
18415         * lib/fchownat.c: Include lchown.h.
18416
18417 2007-03-17  Bruno Haible  <bruno@clisp.org>
18418
18419         Fix endless loop when the given allocated size was > INT_MAX.
18420         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
18421         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
18422         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
18423         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
18424         * lib/sprintf.c (sprintf): Likewise.
18425
18426 2007-03-17  Bruno Haible  <bruno@clisp.org>
18427
18428         * tests/test-argp-2.sh (func_compare): Output a context diff.
18429
18430 2007-03-17  Bruno Haible  <bruno@clisp.org>
18431
18432         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
18433         locale's decimal-point character.
18434
18435 2007-03-17  Bruno Haible  <bruno@clisp.org>
18436
18437         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
18438         before comparing it. Needed because on some platforms (e.g. x86) a
18439         'long double' occupies less bytes than sizeof (long double).
18440
18441 2007-03-17  Bruno Haible  <bruno@clisp.org>
18442
18443         * tests/test-crc.c (main): Make printf statements 64-bit clean.
18444         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
18445         * tests/test-getaddrinfo.c (simple): Likewise.
18446         * tests/test-read-file.c (main): Likewise.
18447
18448 2007-03-17  Bruno Haible  <bruno@clisp.org>
18449
18450         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
18451
18452 2007-03-17  Bruno Haible  <bruno@clisp.org>
18453
18454         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
18455         unused variable.
18456
18457 2007-03-17  Bruno Haible  <bruno@clisp.org>
18458
18459         * tests/test-c-strcasecmp.c: Include c-strcase.h.
18460         * tests/test-c-strncasecmp.c: Likewise.
18461
18462 2007-03-17  Bruno Haible  <bruno@clisp.org>
18463
18464         * modules/stdlib (Depends-on): Add unistd.
18465         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
18466         Needed for MacOS X 10.3.
18467
18468 2007-03-17  Bruno Haible  <bruno@clisp.org>
18469
18470         * lib/unistr/u-strdup.h: Include <stdlib.h>.
18471
18472 2007-03-17  Bruno Haible  <bruno@clisp.org>
18473
18474         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
18475
18476 2007-03-17  Bruno Haible  <bruno@clisp.org>
18477
18478         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
18479         to reflect files copied from gnulib (with or without modifications).
18480         Suggested by Jim Meyering.
18481
18482 2007-03-17  Eric Blake  <ebb9@byu.net>
18483
18484         * NEWS: Document stdlib change from 2007-02-18.
18485
18486 2007-03-17  Jim Meyering  <jim@meyering.net>
18487
18488         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
18489         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
18490         someone uses a name containing shell meta-characters.
18491         Reported by Alfred M. Szmidt.
18492
18493         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
18494
18495 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
18496
18497         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
18498         and copy gettext configuration files only if configure.ac contains
18499         a use of AM_GNU_GETTEXT_VERSION.
18500
18501 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
18502
18503         * build-aux/bootstrap (gnulib_name): New variable.
18504         (gnulib_tool_options): Use it.
18505
18506 2007-03-13  Simon Josefsson  <simon@josefsson.org>
18507
18508         * tests/test-des.c: Use new namespace.
18509
18510 2007-03-15  Bruno Haible  <bruno@clisp.org>
18511
18512         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
18513         Reported by James Youngman <jay@gnu.org>.
18514
18515 2007-03-15  Bruno Haible  <bruno@clisp.org>
18516
18517         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
18518         declared prototype. Needed with cc on OSF/1 5.1.
18519
18520 2007-03-15  Bruno Haible  <bruno@clisp.org>
18521
18522         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
18523         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
18524         (struct gl_list_implementation): Add dispose_fn argument to the
18525         'create_empty', 'create' methods.
18526         (struct gl_list_impl_base): Add field 'dispose_fn'.
18527         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
18528         argument.
18529         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
18530         dispose_fn argument.
18531         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
18532         dispose_fn on the dropped values.
18533         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
18534         dispose_fn argument.
18535         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
18536         dropped values.
18537         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
18538         (gl_tree_remove_node): Call dispose_fn on the dropped value.
18539         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
18540         (gl_tree_remove_node): Call dispose_fn on the dropped value.
18541         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
18542         argument.
18543         (gl_tree_list_free): Call dispose_fn on the dropped values.
18544         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
18545         the dropped values.
18546         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
18547         Add dispose_fn argument.
18548         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
18549         Call dispose_fn on the dropped values.
18550         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
18551         Add dispose_fn argument.
18552         (gl_sublist_create): Initialize the 'dispose_fn' field.
18553         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
18554         * tests/test-array_list.c (main): Update.
18555         * tests/test-carray_list.c (main): Update.
18556         * tests/test-avltree_list.c (main): Update.
18557         * tests/test-rbtree_list.c (main): Update.
18558         * tests/test-avltreehash_list.c (main): Update.
18559         * tests/test-rbtreehash_list.c (main): Update.
18560         * tests/test-linked_list.c (main): Update.
18561         * tests/test-linkedhash_list.c (main): Update.
18562         * tests/test-array_oset.c (main): Update.
18563
18564 2007-03-15  Bruno Haible  <bruno@clisp.org>
18565
18566         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
18567         (gl_oset_create_empty): Add dispose_fn argument.
18568         (struct gl_oset_implementation): Add dispose_fn argument to
18569         'create_empty' method.
18570         (struct gl_oset_impl_base): Add dispose_fn field.
18571         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
18572         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
18573         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
18574         values.
18575         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
18576         (gl_tree_oset_free): Call dispose_fn on the dropped values.
18577         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
18578         dropped value.
18579         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
18580         dropped value.
18581         * tests/test-array_oset.c (main): Update.
18582         * tests/test-avltree_oset.c (main): Update.
18583         * tests/test-rbtree_oset.c (main): Update.
18584         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
18585
18586 2007-03-13  Bruno Haible  <bruno@clisp.org>
18587
18588         * tests/test-stdbool.c (i): Update after last patch.
18589
18590 2007-03-12  Bruno Haible  <bruno@clisp.org>
18591
18592         * lib/quotearg.c: Include <wctype.h> early, before the definition of
18593         the iswprint macro. Needed on Solaris 2.5.1.
18594
18595 2007-03-12  Bruno Haible  <bruno@clisp.org>
18596
18597         * tests/test-printf-frexp.c (main): Declare x as volatile.
18598
18599 2007-03-12  Simon Josefsson  <simon@josefsson.org>
18600
18601         * doc/gnulib.texi (Build robot for gnulib): New section.
18602
18603 2007-03-12  Jim Meyering  <jim@meyering.net>
18604
18605         * build-aux/bootstrap: New file.
18606         * build-aux/bootstrap.conf: New file, from coreutils.
18607
18608 2007-03-11  Bruno Haible  <bruno@clisp.org>
18609
18610         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
18611
18612 2007-03-12  Simon Josefsson  <simon@josefsson.org>
18613
18614         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
18615         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
18616         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
18617
18618 2007-03-11  Bruno Haible  <bruno@clisp.org>
18619
18620         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
18621         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
18622
18623 2007-03-11  Bruno Haible  <bruno@clisp.org>
18624
18625         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
18626         formula. Needed for SunPRO C 5.0.
18627
18628 2007-03-11  Bruno Haible  <bruno@clisp.org>
18629
18630         * modules/long-options (Depends-on): Add getopt.
18631
18632 2007-03-11  Bruno Haible  <bruno@clisp.org>
18633
18634         * modules/modechange (Depends-on): Add stdbool.
18635
18636 2007-03-11  Bruno Haible  <bruno@clisp.org>
18637
18638         * modules/i-ring (Depends-on): Add stdbool.
18639
18640 2007-03-11  Bruno Haible  <bruno@clisp.org>
18641
18642         * modules/gc-des (Depends-on): Add stdbool.
18643
18644 2007-03-11  Bruno Haible  <bruno@clisp.org>
18645
18646         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
18647
18648 2007-03-11  Bruno Haible  <bruno@clisp.org>
18649
18650         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
18651
18652 2007-03-11  Bruno Haible  <bruno@clisp.org>
18653
18654         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
18655
18656 2007-03-11  Bruno Haible  <bruno@clisp.org>
18657
18658         * lib/vasnprintf.c (sprintf): Undefine.
18659
18660 2007-03-11  Bruno Haible  <bruno@clisp.org>
18661
18662         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
18663         initializers in SunPRO C and Compaq C compilers.
18664
18665 2007-03-11  Bruno Haible  <bruno@clisp.org>
18666
18667         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
18668         decrementing code ANSI C compliant.
18669
18670 2007-03-11  Bruno Haible  <bruno@clisp.org>
18671
18672         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
18673         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
18674
18675 2007-03-11  Bruno Haible  <bruno@clisp.org>
18676
18677         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
18678         <stdbool.h> substitute doesn't pass.
18679
18680 2007-03-11  Bruno Haible  <bruno@clisp.org>
18681
18682         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
18683
18684 2007-03-11  Bruno Haible  <bruno@clisp.org>
18685
18686         * gnulib-tool (func_create_megatestdir): Create also an autobuild
18687         script, for submission to autobuild.josefsson.org.
18688
18689 2007-03-10  Bruno Haible  <bruno@clisp.org>
18690
18691         * modules/canonicalize-lgpl-tests: New file.
18692         * tests/test-canonicalize-lgpl.sh: New file.
18693         * tests/test-canonicalize-lgpl.c: New file.
18694
18695         * modules/c-strcase-tests: New file.
18696         * tests/test-c-strcase.sh: New file.
18697         * tests/test-c-strcasecmp.c: New file.
18698         * tests/test-c-strncasecmp.c: New file.
18699
18700         * modules/atexit-tests: New file.
18701         * tests/test-atexit.sh: New file.
18702         * tests/test-atexit.c: New file.
18703
18704 2007-03-10  Bruno Haible  <bruno@clisp.org>
18705
18706         * tests/test-binary-io.sh: Use temporary filenames that are not so
18707         likely to clash with those of other tests (in a parallel make).
18708         * tests/test-binary-io.c: Likewise.
18709
18710 2007-03-10  Bruno Haible  <bruno@clisp.org>
18711
18712         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
18713         fallback; use #error instead.
18714         Suggested by Simon Josefsson.
18715
18716 2007-03-10  Bruno Haible  <bruno@clisp.org>
18717
18718         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
18719         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
18720         first and the last.
18721
18722 2007-03-10  Bruno Haible  <bruno@clisp.org>
18723
18724         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
18725
18726 2007-03-10  Bruno Haible  <bruno@clisp.org>
18727
18728         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
18729         "make distcheck".
18730         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
18731         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
18732         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
18733
18734 2007-03-10  Bruno Haible  <bruno@clisp.org>
18735
18736         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
18737         variable.
18738         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
18739         variable.
18740
18741 2007-03-09  Eric Blake  <ebb9@byu.net>
18742         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
18743
18744         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
18745         types are not being provided by gnulib.
18746         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
18747         types are supported.
18748
18749 2007-03-10  Bruno Haible  <bruno@clisp.org>
18750
18751         * lib/stdio_.h (__attribute__): New macro.
18752         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
18753         vsprintf): Specify __attribute__ __format__ for GCC.
18754         Suggested by Eric Blake.
18755
18756 2007-03-09  Bruno Haible  <bruno@clisp.org>
18757
18758         * modules/printf-posix-tests: New file.
18759         * tests/test-printf-posix.sh: New file.
18760         * tests/test-printf-posix.c: New file.
18761
18762         * modules/printf-posix: New file.
18763         * lib/printf.c: New file.
18764         * m4/printf-posix-rpl.m4: New file.
18765         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
18766         REPLACE_PRINTF.
18767         * lib/stdio_.h (printf): New declaration.
18768         (format, __format__, ____printf____, ____scanf____, ____strftime____,
18769         ____strfmon____): New macros.
18770         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
18771         REPLACE_PRINTF.
18772
18773 2007-03-09  Bruno Haible  <bruno@clisp.org>
18774
18775         * tests/test-vasnprintf-posix2.sh: New file.
18776         * tests/test-vasnprintf-posix2.c: New file.
18777         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
18778         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
18779         (Makefile.am): Activate test-vasnprintf-posix2.sh.
18780
18781         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
18782         a locale dependent decimal point, rather than always '.'.
18783
18784 2007-03-09  Eric Blake  <ebb9@byu.net>
18785
18786         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
18787         spite of platforms like Tandem/NSK that define it to -1.
18788
18789 2007-03-08  Bruno Haible  <bruno@clisp.org>
18790
18791         * modules/vprintf-posix-tests: New file.
18792         * tests/test-vprintf-posix.sh: New file.
18793         * tests/test-vprintf-posix.c: New file.
18794         * tests/test-printf-posix.h: New file.
18795
18796         * modules/vprintf-posix: New file.
18797         * lib/vprintf.c: New file.
18798         * m4/vprintf-posix.m4: New file.
18799         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
18800         REPLACE_VPRINTF.
18801         * lib/stdio_.h (vprintf): New declaration.
18802         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
18803         REPLACE_VPRINTF.
18804
18805 2007-03-08  Bruno Haible  <bruno@clisp.org>
18806
18807         * modules/fprintf-posix-tests: New file.
18808         * tests/test-fprintf-posix.sh: New file.
18809         * tests/test-fprintf-posix.c: New file.
18810
18811         * modules/fprintf-posix: New file.
18812         * lib/fprintf.c: New file.
18813         * m4/fprintf-posix.m4: New file.
18814         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
18815         REPLACE_FPRINTF.
18816         * lib/stdio_.h (fprintf): New declaration.
18817         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
18818         REPLACE_FPRINTF.
18819
18820 2007-03-08  Bruno Haible  <bruno@clisp.org>
18821
18822         * modules/vfprintf-posix-tests: New file.
18823         * tests/test-vfprintf-posix.sh: New file.
18824         * tests/test-vfprintf-posix.c: New file.
18825         * tests/test-fprintf-posix.h: New file.
18826         * tests/test-fprintf-posix.out: New file.
18827
18828         * modules/vfprintf-posix: New file.
18829         * lib/vfprintf.c: New file.
18830         * m4/vfprintf-posix.m4: New file.
18831         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
18832         REPLACE_VFPRINTF.
18833         * lib/stdio_.h (vfprintf): New declaration.
18834         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
18835         REPLACE_VFPRINTF.
18836
18837 2007-03-08  Bruno Haible  <bruno@clisp.org>
18838
18839         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
18840
18841 2007-03-08  Bruno Haible  <bruno@clisp.org>
18842
18843         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
18844         instead of 'expr' invocations.
18845         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
18846         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
18847         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
18848         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
18849         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
18850         Suggested by Paul Eggert.
18851
18852 2007-03-08  Bruno Haible  <bruno@clisp.org>
18853
18854         * modules/fseterr-tests: New file.
18855         * tests/test-fseterr.c: New file.
18856
18857         * modules/fseterr: New file.
18858         * lib/fseterr.h: New file.
18859         * lib/fseterr.c: New file.
18860
18861 2007-03-08  Bruno Haible  <bruno@clisp.org>
18862
18863         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
18864         * lib/getopt_.h: Likewise.
18865         * lib/mbswidth.h: Likewise.
18866         * lib/setenv.h: Likewise.
18867         * lib/vasnprintf.h: Likewise.
18868         * lib/vasprintf.h: Likewise.
18869         * lib/verror.h: Likewise.
18870         * lib/xsetenv.h: Likewise.
18871         * lib/xvasprintf.h: Likewise.
18872
18873 2007-03-08  Jim Meyering  <jim@meyering.net>
18874
18875         * users.txt: Add parted.
18876
18877         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
18878
18879 2007-03-07  Bruno Haible  <bruno@clisp.org>
18880
18881         * m4/printf.m4: Make the shell script snippets copy&pastable.
18882
18883 2007-03-02  Bruno Haible  <bruno@clisp.org>
18884
18885         * lib/netinet_in_.h: New file.
18886         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
18887         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
18888         * modules/netinet_in (Files): Add lib/netinet_in_.h.
18889         (Depends-on): Add absolute-header.
18890         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
18891         into netinet/in.h.
18892
18893 2007-03-03  Bruno Haible  <bruno@clisp.org>
18894
18895         * lib/sys_select_.h: New file.
18896         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
18897         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
18898         * modules/sys_select (Files): Add lib/sys_select_.h.
18899         (Depends-on): Add absolute-header.
18900         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
18901         into sys/select.h.
18902
18903 2007-03-02  Bruno Haible  <bruno@clisp.org>
18904
18905         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
18906         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
18907         values.
18908         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
18909         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
18910         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
18911         * modules/sys_socket (Depends-on): Add absolute-header.
18912         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
18913         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
18914         (Include): Remove requirement of inclusion of <sys/types.h>.
18915
18916 2007-03-02  Bruno Haible  <bruno@clisp.org>
18917
18918         * lib/byteswap_.h (bswap_32): Fix formula.
18919
18920 2007-03-06  Bruno Haible  <bruno@clisp.org>
18921
18922         * modules/sprintf-posix-tests: New file.
18923         * tests/test-sprintf-posix.c: New file.
18924
18925         * modules/sprintf-posix: New file.
18926         * lib/sprintf.c: New file.
18927         * m4/sprintf-posix.m4: New file.
18928         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
18929         REPLACE_SPRINTF.
18930         * lib/stdio_.h (sprintf): New declaration.
18931         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
18932         REPLACE_SPRINTF.
18933
18934 2007-03-06  Bruno Haible  <bruno@clisp.org>
18935
18936         * modules/vsprintf-posix-tests: New file.
18937         * tests/test-vsprintf-posix.c: New file.
18938         * tests/test-sprintf-posix.h: New file.
18939
18940         * modules/vsprintf-posix: New file.
18941         * lib/vsprintf.c: New file.
18942         * m4/vsprintf-posix.m4: New file.
18943         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
18944         REPLACE_VSPRINTF.
18945         * lib/stdio_.h (vsprintf): New declaration.
18946         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
18947         REPLACE_VSPRINTF.
18948
18949 2007-03-06  Bruno Haible  <bruno@clisp.org>
18950
18951         * modules/vsnprintf (Depend-on): Remove minmax.
18952
18953 2007-03-06  Bruno Haible  <bruno@clisp.org>
18954
18955         * modules/snprintf-posix-tests: New file.
18956         * tests/test-snprintf-posix.c: New file.
18957
18958         * modules/snprintf-posix: New file.
18959         * m4/snprintf-posix.m4: New file.
18960         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
18961         gl_FUNC_SNPRINTF.
18962         (gl_FUNC_SNPRINTF): Invoke it.
18963         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
18964         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
18965         is set.
18966         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
18967
18968 2007-03-06  Bruno Haible  <bruno@clisp.org>
18969
18970         * modules/vsnprintf-posix-tests: New file.
18971         * tests/test-vsnprintf-posix.c: New file.
18972         * tests/test-snprintf-posix.h: New file.
18973
18974         * modules/vsnprintf-posix: New file.
18975         * m4/vsnprintf-posix.m4: New file.
18976         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
18977         gl_FUNC_VSNPRINTF.
18978         (gl_FUNC_VSNPRINTF): Invoke it.
18979         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
18980         * lib/stdio_.h (vsnprintf): Define as a replacement if
18981         REPLACE_VSNPRINTF is set.
18982         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
18983
18984 2007-03-06  Bruno Haible  <bruno@clisp.org>
18985
18986         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
18987         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
18988
18989 2007-03-06  Bruno Haible  <bruno@clisp.org>
18990
18991         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
18992         (asinl): Declare also if HAVE_DECL_ASINL is set.
18993         (atanl): Declare also if HAVE_DECL_ATANL is set.
18994         (ceill): Declare also if HAVE_DECL_CEILL is set.
18995         (cosl): Declare also if HAVE_DECL_COSL is set.
18996         (expl): Declare also if HAVE_DECL_EXPL is set.
18997         (floorl): Declare also if HAVE_DECL_FLOORL is set.
18998         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
18999         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
19000         (logl): Declare also if HAVE_DECL_LOGL is set.
19001         (sinl): Declare also if HAVE_DECL_SINL is set.
19002         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
19003         (tanl): Declare also if HAVE_DECL_TANL is set.
19004         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
19005         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
19006         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
19007         declaration of frexpl, ldexpl.
19008         * modules/printf-frexpl (Depends-on): Add math.
19009         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
19010
19011 2007-03-05  Bruno Haible  <bruno@clisp.org>
19012
19013         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
19014         frexpl and ldexpl are declared.
19015         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
19016
19017 2007-03-05  Bruno Haible  <bruno@clisp.org>
19018
19019         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
19020         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
19021
19022 2007-03-05  Bruno Haible  <bruno@clisp.org>
19023
19024         * lib/stdio_.h: Include <stddef.h>.
19025
19026 2007-03-05  Bruno Haible  <bruno@clisp.org>
19027
19028         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
19029
19030 2007-03-05  Bruno Haible  <bruno@clisp.org>
19031
19032         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
19033         NetBSD 4, from Ralf Wildenhues.
19034
19035 2007-03-04  Bruno Haible  <bruno@clisp.org>
19036
19037         * lib/vasprintf.h: Update #if logic for the case when the functions
19038         exist but are overridden.
19039
19040 2007-03-04  Bruno Haible  <bruno@clisp.org>
19041
19042         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
19043         implementations: glibc-2.4 and MacOS X 10.3.
19044         * tests/test-vasnprintf-posix.c (test_function): Test also the case
19045         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
19046         * tests/test-vasprintf-posix.c (test_function): Likewise.
19047
19048 2007-03-04  Bruno Haible  <bruno@clisp.org>
19049
19050         * modules/vasprintf-posix-tests: New file.
19051         * tests/test-vasprintf-posix.c: New file.
19052
19053         * modules/vasprintf-posix: New file.
19054         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
19055         defined.
19056         * m4/vasprintf-posix.m4: New file.
19057         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
19058         gl_FUNC_VASPRINTF.
19059         (gl_FUNC_VASPRINTF): Invoke it.
19060         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
19061         here.
19062         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
19063
19064 2007-03-04  Bruno Haible  <bruno@clisp.org>
19065
19066         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
19067         REPLACE_GETTIMEOFDAY.
19068         * modules/sys_time (Makefile.am): Likewise.
19069         * m4/sys_time_h.m4: Likewise.
19070         * m4/gettimeofday.m4: Likewise.
19071
19072 2007-03-04  Bruno Haible  <bruno@clisp.org>
19073
19074         * modules/vasnprintf-posix-tests: New file.
19075         * tests/test-vasnprintf-posix.c: New file.
19076
19077         * modules/vasnprintf-posix: New file.
19078         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
19079         printf-frexpl.h.
19080         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
19081         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
19082         REPLACE_VASNPRINTF is defined.
19083         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
19084         gl_FUNC_VASNPRINTF.
19085         (gl_FUNC_VASNPRINTF): Invoke it.
19086         * m4/vasnprintf-posix.m4: New file.
19087         * m4/printf.m4: New file.
19088
19089 2007-03-04  Bruno Haible  <bruno@clisp.org>
19090
19091         Compile progreloc.c only if --enable-relocatable is specified.
19092         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
19093         if --enable-relocatable was specified.
19094         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
19095         lib_SOURCES.
19096
19097 2007-03-04  Jim Meyering  <jim@meyering.net>
19098
19099         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
19100         Use it consistently, rather than enumerating errno constants.
19101
19102 2007-03-04  Bruno Haible  <bruno@clisp.org>
19103
19104         * modules/xvasprintf-tests: New file.
19105         * tests/test-xvasprintf.c: New file.
19106
19107         * modules/vasprintf-tests: New file.
19108         * tests/test-vasprintf.c: New file.
19109
19110         * modules/vasnprintf-tests: New file.
19111         * tests/test-vasnprintf.c: New file.
19112
19113         * modules/vsnprintf-tests: New file.
19114         * tests/test-vsnprintf.c: New file.
19115
19116         * modules/snprintf-tests: New file.
19117         * tests/test-snprintf.c: New file.
19118
19119 2007-03-04  Bruno Haible  <bruno@clisp.org>
19120
19121         Compile relocatable.c only if --enable-relocatable is specified.
19122         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
19123         gl_RELOCATABLE_LIBRARY.
19124         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
19125         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
19126         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
19127         gl_RELOCATABLE_LIBRARY.
19128         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
19129         (Makefile.am): Remove lib_SOURCES.
19130         * modules/relocatable-lib-lgpl (configure.ac): Invoke
19131         gl_RELOCATABLE_LIBRARY.
19132         (Makefile.am): Remove lib_SOURCES.
19133         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
19134         always.
19135         * modules/relocatable-prog-wrapper (configure.ac): Invoke
19136         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
19137
19138 2007-03-04  Bruno Haible  <bruno@clisp.org>
19139
19140         * modules/argmatch-tests: New file.
19141         * tests/test-argmatch.c: New file.
19142
19143         * tests/test-allocsa.c (main): Halve the number of loop runs.
19144
19145         * modules/alloca-opt-tests: New file.
19146         * tests/test-alloca-opt.c: New file.
19147
19148 2007-03-04  Jim Meyering  <jim@meyering.net>
19149
19150         Work around difference between Linux ACLs and Solaris 10 ZFS.
19151         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
19152         for EINVAL.
19153
19154 2007-03-03  Bruno Haible  <bruno@clisp.org>
19155
19156         * modules/relocatable-prog (Depends-on): Add back progreloc's
19157         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
19158
19159 2007-03-03  Bruno Haible  <bruno@clisp.org>
19160
19161         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
19162         * modules/relocatable-lib: New file.
19163
19164 2007-03-03  Bruno Haible  <bruno@clisp.org>
19165
19166         * modules/relocatable-prog: Renamed from modules/relocatable.
19167         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
19168
19169 2007-03-03  Bruno Haible  <bruno@clisp.org>
19170
19171         * modules/relocatable-script (Files): Add doc/relocatable.texi,
19172         m4/relocatable-lib.m4.
19173         (Depends-on): Remove 'relocatable'.
19174         (configure.ac): Add gl_RELOCATABLE_NOP.
19175
19176 2007-03-03  Bruno Haible  <bruno@clisp.org>
19177
19178         * modules/relocatable-prog-wrapper: New file.
19179         * modules/relocatable (Depends-on): Add it. Remove all other
19180         dependencies except progname.
19181         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
19182
19183         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
19184         (gl_FUNC_STRERROR): Nop.
19185         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
19186
19187         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
19188         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
19189
19190         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
19191         (gl_FUNC_READLINK): Update.
19192
19193         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
19194
19195 2007-03-03  Bruno Haible  <bruno@clisp.org>
19196
19197         * lib/xreadlink.c: Include <unistd.h> unconditionally.
19198         * modules/xreadlink (Depends-on): Add unistd.
19199         * modules/xreadlink-with-size (Depends-on): Likewise.
19200
19201 2007-03-03  Bruno Haible  <bruno@clisp.org>
19202
19203         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
19204         extracted from gt_FUNC_SETENV.
19205         (gt_FUNC_SETENV): Remove macro.
19206         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
19207         remove gt_FUNC_SETENV.
19208
19209 2007-03-03  Bruno Haible  <bruno@clisp.org>
19210
19211         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
19212         ENABLE_RELOCATABLE here.
19213         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
19214
19215 2007-03-03  Bruno Haible  <bruno@clisp.org>
19216
19217         * modules/rbtreehash-list-tests (Depends-on): Add progname.
19218         * tests/test-rbtreehash_list.c: Include progname.h.
19219         (main): Call set_program_name.
19220
19221         * modules/rbtree-oset-tests (Depends-on): Add progname.
19222         * tests/test-rbtree_oset.c: Include progname.h.
19223         (main): Call set_program_name.
19224
19225         * modules/rbtree-list-tests (Depends-on): Add progname.
19226         * tests/test-rbtree_list.c: Include progname.h.
19227         (main): Call set_program_name.
19228
19229         * modules/linked-list-tests (Depends-on): Add progname.
19230         * tests/test-linked_list.c: Include progname.h.
19231         (main): Call set_program_name.
19232
19233 2007-03-03  Bruno Haible  <bruno@clisp.org>
19234
19235         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
19236         All uses of __restrict changed to _Restrict_.
19237         * lib/glob_.h (__restrict): Remove macro.
19238
19239 2007-03-02  Bruno Haible  <bruno@clisp.org>
19240
19241         * modules/gettext (configure.ac): Require gettext infrastructure
19242         from version 0.16.1.
19243
19244 2007-03-02  Bruno Haible  <bruno@clisp.org>
19245
19246         * modules/linkedhash-list-tests (Depends-on): Add progname.
19247         * tests/test-linkedhash_list.c: Include progname.h.
19248         (main): Call set_program_name.
19249
19250         * modules/carray-list-tests (Depends-on): Add progname.
19251         * tests/test-carray_list.c: Include progname.h.
19252         (main): Call set_program_name.
19253
19254         * modules/avltreehash-list-tests (Depends-on): Add progname.
19255         * tests/test-avltreehash_list.c: Include progname.h.
19256         (main): Call set_program_name.
19257
19258         * modules/avltree-oset-tests (Depends-on): Add progname.
19259         * tests/test-avltree_oset.c: Include progname.h.
19260         (main): Call set_program_name.
19261
19262         * modules/avltree-list-tests (Depends-on): Add progname.
19263         * tests/test-avltree_list.c: Include progname.h.
19264         (main): Call set_program_name.
19265
19266         * modules/array-oset-tests (Depends-on): Add progname.
19267         * tests/test-array_oset.c: Include progname.h.
19268         (main): Call set_program_name.
19269
19270         * modules/array-list-tests (Depends-on): Add progname.
19271         * tests/test-array_list.c: Include progname.h.
19272         (main): Call set_program_name.
19273
19274         * modules/argp-tests (Depends-on): Add progname.
19275         * tests/test-argp.c: Include argp.h first. Include progname.h.
19276         (main): Call set_program_name.
19277
19278 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
19279
19280         * doc/gnulib-tool.texi (Initial import): Reword description of
19281         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
19282         limited effect even if defined after the first system include.
19283
19284 2007-03-01  Bruno Haible  <bruno@clisp.org>
19285
19286         * build-aux/config.libpath: Update to libtool-1.5.22.
19287         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
19288
19289 2007-03-01  Bruno Haible  <bruno@clisp.org>
19290
19291         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
19292         foo_CFLAGS.
19293         Reported by Ralf Wildenhues.
19294
19295 2007-03-01  Bruno Haible  <bruno@clisp.org>
19296
19297         * build-aux/install-reloc: Remove object files left over by some
19298         compilers.
19299         Reported by Ralf Wildenhues.
19300
19301 2007-03-01  Bruno Haible  <bruno@clisp.org>
19302
19303         * build-aux/install-reloc: Break long lines.
19304
19305 2007-03-01  Bruno Haible  <bruno@clisp.org>
19306
19307         * doc/relocatable.texi: Document that it may not work on OpenBSD.
19308         Reported by Ralf Wildenhues.
19309
19310 2007-03-01  Bruno Haible  <bruno@clisp.org>
19311
19312         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
19313         include ordering constraints.
19314
19315 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
19316
19317         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
19318         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
19319         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
19320         as another example.
19321         * lib/time_.h: Fix misspelling.
19322         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
19323         Require gl_HEADER_TIME_H_DEFAULTS.
19324         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
19325         * m4/time_r.m4 (gl_TIME_R): Likewise.
19326         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
19327
19328 2007-03-01  Bruno Haible  <bruno@clisp.org>
19329
19330         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
19331         * m4/utimens.m4 (gl_UTIMENS): Likewise.
19332
19333 2007-03-01  Jim Meyering  <jim@meyering.net>
19334
19335         * modules/xreadlink (Maintainer): Add my name.
19336         * modules/xreadlink-with-size (Depends-on): Alphabetize.
19337
19338 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
19339             Bruno Haible  <bruno@clisp.org>
19340
19341         * build-aux/install-reloc: Compile also c-ctype.c.
19342         * build-aux/relocatable.sh.in: New file.
19343         * doc/relocatable.texi: New file.
19344         * doc/relocatable-maint.texi: New file.
19345         * doc/gnulib.texi: Include relocatable-maint.texi.
19346         * lib/progreloc.c: Include unistd.h unconditionally.
19347         * lib/relocwrapper.c: Include unistd.h unconditionally.
19348         Include c-ctype.h.
19349         (add_dotbin): Use c_tolower.
19350         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
19351         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
19352         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
19353         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
19354         to m4/relocatable-lib.m4.
19355         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
19356         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
19357         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
19358         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
19359         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
19360         * modules/relocatable: New file.
19361         * modules/relocatable-lib: New file.
19362         * modules/relocatable-script: New file.
19363
19364 2007-02-28  Bruno Haible  <bruno@clisp.org>
19365
19366         Import --enable-relocatable infrastructure.
19367         * build-aux/config.libpath: New file, from GNU gettext.
19368         * build-aux/install-reloc: New file, from GNU gettext.
19369         * build-aux/reloc-ldflags: New file, from GNU gettext.
19370         * lib/relocatable.h: New file, from GNU gettext.
19371         * lib/relocatable.c: New file, from GNU gettext.
19372         * lib/relocwrapper.c: New file, from GNU gettext.
19373         * m4/relocatable.m4: New file, from GNU gettext.
19374
19375 2007-02-28  Bruno Haible  <bruno@clisp.org>
19376
19377         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
19378
19379         * modules/xreadlink: New file, from GNU gettext with modifications.
19380         * lib/xreadlink.c: New file, from GNU gettext.
19381         * lib/xreadlink.h: Add comments.
19382         (xreadlink): New declaration.
19383
19384         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
19385         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
19386         lib/xreadlink-with-size.c.
19387         (configure.ac): Remove gl_XREADLINK invocation.
19388         (Makefile.am): Augment lib_SOURCES.
19389         * m4/xreadlink.m4: Remove file.
19390         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
19391         (xreadlink_with_size): Renamed from xreadink.
19392         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
19393         * modules/canonicalize (Depends-on): Replace xreadlink with
19394         xreadlink-with-size.
19395         * lib/canonicalize.c (canonicalize_filename_mode): Update.
19396
19397 2007-02-25  Jim Meyering  <jim@meyering.net>
19398
19399         * build-aux/announce-gen: When complaining about excess arguments,
19400         list them.
19401
19402 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
19403
19404         * README: Document signed integer overflow situation more
19405         accurately.
19406
19407 2007-02-25  Bruno Haible  <bruno@clisp.org>
19408
19409         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
19410         'a' or 'A' conversion.
19411
19412 2007-02-25  Bruno Haible  <bruno@clisp.org>
19413
19414         * modules/filename: Renamed from modules/pathname.
19415         (Files): Replace lib/pathname.h with lib/filename.h. Replace
19416         lib/concatpath.c with lib/concat-filename.c.
19417         (Makefile.am): Update.
19418         (Include): Replace pathname.h with filename.h.
19419         * lib/filename.h: Renamed from lib/pathname.h.
19420         (concatenated_filename): Renamed from concatenated_pathname.
19421         * lib/concat-filename.c: Renamed from lib/concatpath.c.
19422         (concatenated_filename): Renamed from concatenated_pathname.
19423         * lib/findprog.c: Include filename.h instead of pathname.h.
19424         (find_in_path): Update.
19425         * lib/javacomp.c: Include filename.h instead of pathname.h.
19426         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
19427         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
19428         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
19429         is_oldgcj_14_13_usable, is_javac_usable): Update.
19430         * lib/javaexec.c: Include filename.h instead of pathname.h.
19431         (execute_java_class): Update.
19432         * modules/findprog: Update.
19433         * modules/javacomp: Update.
19434         * modules/javaexec: Update.
19435         * MODULES.html.sh (File system functions): Add 'filename', remove
19436         'pathname'.
19437
19438 2007-02-25  Bruno Haible  <bruno@clisp.org>
19439
19440         * modules/printf-frexpl-tests: New file.
19441         * tests/test-printf-frexpl.c: New file.
19442
19443         * modules/printf-frexpl: New file.
19444         * lib/printf-frexpl.h: New file.
19445         * lib/printf-frexpl.c: New file.
19446         * m4/printf-frexpl.m4: New file.
19447
19448 2007-02-25  Bruno Haible  <bruno@clisp.org>
19449
19450         * modules/printf-frexp-tests: New file.
19451         * tests/test-printf-frexp.c: New file.
19452
19453         * modules/printf-frexp: New file.
19454         * lib/printf-frexp.h: New file.
19455         * lib/printf-frexp.c: New file.
19456         * m4/printf-frexp.m4: New file.
19457
19458 2007-02-25  Bruno Haible  <bruno@clisp.org>
19459
19460         Assume automake >= 1.10 for the tests.
19461         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
19462         * modules/arctwo-tests: Likewise.
19463         * modules/argp-tests: Likewise.
19464         * modules/avltree-list-tests: Likewise.
19465         * modules/avltree-oset-tests: Likewise.
19466         * modules/avltreehash-list-tests: Likewise.
19467         * modules/carray-list-tests: Likewise.
19468         * modules/crc-tests: Likewise.
19469         * modules/des-tests: Likewise.
19470         * modules/gc-arcfour-tests: Likewise.
19471         * modules/gc-arctwo-tests: Likewise.
19472         * modules/gc-des-tests: Likewise.
19473         * modules/gc-hmac-md5-tests: Likewise.
19474         * modules/gc-hmac-sha1-tests: Likewise.
19475         * modules/gc-md2-tests: Likewise.
19476         * modules/gc-md4-tests: Likewise.
19477         * modules/gc-md5-tests: Likewise.
19478         * modules/gc-pbkdf2-sha1-tests: Likewise.
19479         * modules/gc-rijndael-tests: Likewise.
19480         * modules/gc-sha1-tests: Likewise.
19481         * modules/gc-tests: Likewise.
19482         * modules/getaddrinfo-tests: Likewise.
19483         * modules/hmac-md5-tests: Likewise.
19484         * modules/hmac-sha1-tests: Likewise.
19485         * modules/linked-list-tests: Likewise.
19486         * modules/linkedhash-list-tests: Likewise.
19487         * modules/lock-tests: Likewise.
19488         * modules/md2-tests: Likewise.
19489         * modules/md4-tests: Likewise.
19490         * modules/md5-tests: Likewise.
19491         * modules/rbtree-list-tests: Likewise.
19492         * modules/rbtree-oset-tests: Likewise.
19493         * modules/rbtreehash-list-tests: Likewise.
19494         * modules/read-file-tests: Likewise.
19495         * modules/rijndael-tests: Likewise.
19496         * modules/stdint-tests: Likewise.
19497         * modules/tls-tests: Likewise.
19498
19499 2007-02-24  Bruno Haible  <bruno@clisp.org>
19500
19501         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
19502         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
19503         function; instead check whether isnan with a double argument links.
19504         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
19505         function; instead check whether isnan with a 'long double' argument
19506         links.
19507         Reported by Eric Blake <ebb9@byu.net>.
19508
19509 2007-02-24  Bruno Haible  <bruno@clisp.org>
19510
19511         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
19512         defined.
19513         * lib/isnanl.c: Remove all code. Just include isnan.c.
19514         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
19515
19516 2007-02-25  Jim Meyering  <jim@meyering.net>
19517
19518         Avoid conflicting types for 'unsetenv' on FreeBSD.
19519         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
19520         conflicting with FreeBSD's (5.0 and 6.1) function declaration
19521         in stdlib.h.
19522
19523 2007-02-24  Bruno Haible  <bruno@clisp.org>
19524
19525         * modules/isnanl-nolibm-tests: New file.
19526         * tests/test-isnanl.c: New file.
19527
19528         * modules/isnanl-nolibm: New file.
19529         * lib/isnanl.h: New file.
19530         * lib/isnanl.c: New file.
19531         * m4/isnanl.m4: New file.
19532
19533 2007-02-24  Bruno Haible  <bruno@clisp.org>
19534
19535         * modules/isnan-nolibm-tests: New file.
19536         * tests/test-isnan.c: New file.
19537
19538         * modules/isnan-nolibm: New file.
19539         * lib/isnan.h: New file.
19540         * lib/isnan.c: New file.
19541         * m4/isnan.m4: New file.
19542
19543 2007-02-24  Bruno Haible  <bruno@clisp.org>
19544
19545         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
19546         assume that an exponent fits in 20 bits.
19547
19548 2007-02-24  Jim Meyering  <jim@meyering.net>
19549
19550         * m4/regex.m4: Update the description of the configure-time option,
19551         --without-included-regex, to state accurately what the defaults are,
19552         and perhaps to give people an idea why using this option is risky.
19553
19554 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
19555
19556         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
19557         loops on small arguments.  This attempts to avoid the problem
19558         Bruno Haible reported for AIX 4.3.2 in
19559         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
19560
19561 2007-02-23  Bruno Haible  <bruno@clisp.org>
19562
19563         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
19564         Needed for help2man.
19565
19566 2007-02-23  Karl Berry  <karl@gnu.org>
19567
19568         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
19569         exists, foo.h should be cvs-ignored, not committed.
19570
19571 2007-02-23  Eric Blake  <ebb9@byu.net>
19572
19573         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
19574         * lib/stat-time.h (includes): Likewise.
19575         * lib/utimecmp.c (includes): Likewise.
19576         * lib/utimens.h (includes): Likewise.
19577         * lib/getdate.y (includes): Also include "timespec.h" for use
19578         internal to the module.
19579         * modules/utimens (Depends-on): Revert yesterday's patch.
19580         * modules/nanosleep (Depends-on): Add missing dependency.
19581
19582 2007-02-22  Bruno Haible  <bruno@clisp.org>
19583
19584         * lib/glob.c: Don't include getlogin_r.h.
19585
19586 2007-02-22  Jim Meyering  <jim@meyering.net>
19587
19588         * modules/utimens (Depends-on): Add timespec, required for
19589         utimens.h's inclusion of timespec.h.
19590
19591 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
19592
19593         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
19594         long unreadable paths in GNU/Linux.  Problem reported by Andreas
19595         Schwab in
19596         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
19597         I'll try to think of a better way to fix the Solaris problem.
19598
19599         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
19600         like glibc; on Solaris 10, it fails with errno == EINVAL.
19601         POSIX says the behavior is unspecified if the first argument is NULL,
19602         so play it safe and never pass NULL to the system getcwd.
19603
19604 2007-02-21  Jim Meyering  <jim@meyering.net>
19605
19606         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
19607         of gettimeofday.  It would conflict with the one now always
19608         provided via sys_time_.h.  Reported by Matthew Woehlke, as
19609         an IRIX 6.5 build failure.
19610
19611 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
19612
19613         Minor fixups to port to Solaris 10 with Sun C 5.8.
19614         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
19615         * modules/getcwd (Depends-on): Add dirfd.
19616         * lib/putenv.c (putenv): #undef it.
19617         (rpl_putenv): New decl.
19618         (malloc, free): Include <stdlib.h> rather than prototyping separately.
19619
19620 2007-02-20  Bruno Haible  <bruno@clisp.org>
19621
19622         * modules/stdio-tests: New file.
19623         * tests/test-stdio.c: New file.
19624
19625         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
19626         (Depends-on): Add stdio.
19627         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
19628         (Include): Use <stdio.h> instead of vsnprintf.h.
19629         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
19630         HAVE_DECL_VSNPRINTF.
19631         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
19632
19633         * modules/snprintf (Files): Remove lib/snprintf.h.
19634         (Depends-on): Add stdio.
19635         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
19636         (Include): Use <stdio.h> instead of snprintf.h.
19637         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
19638         HAVE_DECL_SNPRINTF.
19639         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
19640         * lib/getaddrinfo.c: Likewise.
19641
19642         * modules/stdio: New file.
19643         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
19644         * lib/snprintf.h: Remove file.
19645         * lib/vsnprintf.h: Remove file.
19646         * lib/.cppi-disable: Remove snprintf.h.
19647         * m4/stdio_h.m4: New file.
19648         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
19649
19650 2007-02-20  Jim Meyering  <jim@meyering.net>
19651
19652         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
19653         used by e.g., mingw.  From Bruno Haible.
19654
19655 2007-02-19  Bruno Haible  <bruno@clisp.org>
19656
19657         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
19658         warnings.
19659         Reported by Ben Pfaff <blp@cs.stanford.edu>.
19660
19661 2007-02-19  Bruno Haible  <bruno@clisp.org>
19662
19663         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
19664         from mingw users.
19665
19666 2007-02-19  Bruno Haible  <bruno@clisp.org>
19667
19668         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
19669         warnings.
19670         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
19671
19672 2007-02-19  Jim Meyering  <jim@meyering.net>
19673
19674         Don't use FD after a successful "fdopendir (fd)".
19675         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
19676         Reset it by calling dirfd on the just-obtained DIR*.
19677
19678         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
19679         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
19680
19681 2007-02-18  Bruno Haible  <bruno@clisp.org>
19682
19683         * lib/readlink.c: Include <unistd.h>.
19684         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
19685         HAVE_READLINK.
19686         * modules/readlink (Depends-on): Add unistd.
19687         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
19688         (Include): Add <unistd.h>.
19689
19690         * lib/getlogin_r.h: Remove file.
19691         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
19692         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
19693         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
19694         HAVE_DECL_GETLOGIN_R.
19695         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
19696         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
19697         (Include): Use <unistd.h> instead of getlogin_r.h.
19698
19699         * lib/getcwd.h: Remove file.
19700         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
19701         * lib/xgetcwd.c: Likewise.
19702         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
19703         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
19704         * modules/getcwd (Files): Remove lib/getcwd.h.
19705         (Depends-on): Add unistd.
19706         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
19707         (Include): Use <unistd.h> instad of getcwd.h.
19708
19709         * lib/ftruncate.c: Include <unistd.h> first.
19710         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
19711         Set HAVE_FTRUNCATE.
19712         * modules/ftruncate (Depends-on): Add unistd.
19713         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
19714
19715         * lib/fchdir.c: Include <unistd.h> first.
19716         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
19717         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
19718         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
19719         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
19720         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
19721
19722         * lib/dup2.c: Include <unistd.h> first.
19723         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
19724         HAVE_DUP2.
19725         * modules/dup2 (Depends-on): Add unistd.
19726         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
19727
19728         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
19729         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
19730         REPLACE_CHOWN. Don't define chown as a macro here.
19731         * modules/chown (Depends-on): Add unistd.
19732         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
19733
19734         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
19735         Add definition for GL_LINK_WARNING.
19736         (chown, dup2): New declarations.
19737         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
19738         link warning.
19739         (ftruncate): New declaration.
19740         (getcwd): New declaration, taken from old getcwd.h.
19741         (getlogin_r): New declaration, taken from old getlogin_r.h.
19742         (readlink): New declaration.
19743         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
19744         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
19745         (gl_PREREQ_UNISTD): Remove macro.
19746         (gl_UNISTD_MODULE_INDICATOR): New macro.
19747         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
19748         many new variables. Don't set UNISTD_H.
19749         * modules/unistd (Description): Change.
19750         (Depends-on): Add link-warning.
19751         (configure.ac): Update.
19752         (Makefile.am): Create unistd.h always. Substitute many new variables
19753         into it.
19754
19755 2007-02-18  Bruno Haible  <bruno@clisp.org>
19756
19757         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
19758         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
19759         HAVE_GETSUBOPT.
19760         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
19761         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
19762         * lib/getsubopt.h: Remove file.
19763         * modules/getsubopt (Files): Remove lib/getsubopt.h.
19764         (Depends-on): Add stdlib.
19765         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
19766         (Includes): Use <stdlib.h> instead of getsubopt.h.
19767         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
19768         Set HAVE_GETSUBOPT.
19769         * lib/getsubopt.c: Don't include getsubopt.h.
19770
19771 2007-02-18  Bruno Haible  <bruno@clisp.org>
19772
19773         * modules/fchdir (Depends-on): Add dup2.
19774
19775 2007-02-18  Bruno Haible  <bruno@clisp.org>
19776
19777         * lib/stdlib_.h: Handle glibc's special invocation convention
19778         specially.
19779
19780 2007-02-18  Bruno Haible  <bruno@clisp.org>
19781
19782         * modules/stdlib-tests: New file.
19783         * tests/test-stdlib.c: New file.
19784
19785         * modules/mkstemp (Files): Remove lib/mkstemp.h.
19786         (Depends-on): Add stdlib.
19787         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
19788         (Includes): Use <stdlib.h> instead of mkstemp.h.
19789         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
19790         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
19791         * lib/mkstemp.c: Don't include mkstemp.h.
19792         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
19793         * lib/stdlib--.h: Don't include mkstemp.h.
19794
19795         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
19796         (Depends-on): Add stdlib.
19797         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
19798         (Includes): Use <stdlib.h> instead of mkdtemp.h.
19799         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
19800         HAVE_MKDTEMP.
19801         * lib/mkdtemp.c: Don't include mkdtemp.h.
19802         * lib/clean-temp.c: Don't include mkdtemp.h.
19803
19804         * modules/exit (Files): Remove lib/exit.h.
19805         (Depends-on): Add stdlib.
19806         (Makefile.am): Remove lib_SOURCES.
19807         (Include): Use <stdlib.h> instead of exit.h.
19808         * lib/argmatch.c: Don't include exit.h.
19809         * lib/execute.c: Likewise.
19810         * lib/pagealign_alloc.c: Likewise.
19811         * lib/pipe.c: Likewise.
19812         * lib/wait-process.c: Likewise.
19813         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
19814         * lib/exitfail.c: Likewise.
19815         * lib/savewd.c: Likewise.
19816         * lib/xsetenv.c: Likewise.
19817
19818         * modules/stdlib: New file.
19819         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
19820         and extra comments about mkstemp().
19821         * lib/exit.h: Remove file.
19822         * lib/mkdtemp.h: Remove file.
19823         * lib/mkstemp.h: Remove file.
19824         * m4/stdlib_h.m4: New file.
19825         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
19826
19827 2007-02-18  Bruno Haible  <bruno@clisp.org>
19828
19829         * modules/math-tests: New file.
19830         * tests/test-math.c: New file.
19831
19832         * modules/math: New file.
19833         * modules/mathl (Files): Remove lib/mathl.h.
19834         (Depends-on): Add math.
19835         (Makefile.am): Don't mention mathl.h.
19836         (Include): Use <math.h> instead of mathl.h.
19837         * lib/math_.h: New file.
19838         * lib/mathl.h: Remove file.
19839         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
19840         mathl.h.
19841         * lib/asinl.c: Likewise.
19842         * lib/atanl.c: Likewise.
19843         * lib/ceill.c: Likewise.
19844         * lib/cosl.c: Likewise.
19845         * lib/expl.c: Likewise.
19846         * lib/floorl.c: Likewise.
19847         * lib/frexpl.c: Likewise.
19848         * lib/ldexpl.c: Likewise.
19849         * lib/logl.c: Likewise.
19850         * lib/sincosl.c: Likewise.
19851         * lib/sinl.c: Likewise.
19852         * lib/sqrtl.c: Likewise.
19853         * lib/tanl.c: Likewise.
19854         * lib/trigl.c: Likewise.
19855         * m4/math_h.m4: New file.
19856         * MODULES.html.sh (Mathematics): Add math.
19857
19858 2007-02-17  Bruno Haible  <bruno@clisp.org>
19859
19860         * modules/wctype-tests: New file.
19861         * tests/test-wctype.c: New file.
19862
19863         * modules/wchar-tests: New file.
19864         * tests/test-wchar.c: New file.
19865
19866         * modules/unistd-tests: New file.
19867         * tests/test-unistd.c: New file.
19868
19869         * modules/time-tests: New file.
19870         * tests/test-time.c: New file.
19871
19872         * modules/sysexits-tests: New file.
19873         * tests/test-sysexits.c: New file.
19874
19875         * modules/sys_time-tests: New file.
19876         * tests/test-sys_time.c: New file.
19877
19878         * modules/sys_stat-tests: New file.
19879         * tests/test-sys_stat.c: New file.
19880
19881         * modules/sys_socket-tests: New file.
19882         * tests/test-sys_socket.c: New file.
19883
19884         * modules/sys_select-tests: New file.
19885         * tests/test-sys_select.c: New file.
19886
19887         * modules/string-tests: New file.
19888         * tests/test-string.c: New file.
19889
19890         * modules/stdbool-tests: New file.
19891         * tests/test-stdbool.c: New file.
19892
19893         * modules/netinet_in-tests: New file.
19894         * tests/test-netinet_in.c: New file.
19895
19896         * modules/inttypes-tests: New file.
19897         * tests/test-inttypes.c: New file.
19898
19899         * modules/fcntl-tests: New file.
19900         * tests/test-fcntl.c: New file.
19901
19902         * modules/byteswap-tests: New file.
19903         * tests/test-byteswap.c: New file.
19904
19905         * modules/arpa_inet-tests: New file.
19906         * tests/test-arpa_inet.c: New file.
19907
19908 2007-02-17  Bruno Haible  <bruno@clisp.org>
19909
19910         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
19911         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
19912         if the corresponding module is not enabled. Emit link warnings if
19913         the function is used nevertheless.
19914         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
19915         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
19916         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
19917         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
19918         * modules/inttypes (Depends-on): Add link-warning.
19919         (Makefile.am): Copy the contents of build-aux/link-warning.h into
19920         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
19921         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
19922         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
19923         * modules/imaxdiv (configure.ac): Likewise.
19924         * modules/strtoimax (configure.ac): Likewise.
19925         * modules/strtoumax (configure.ac): Likewise.
19926
19927 2007-02-17  Bruno Haible  <bruno@clisp.org>
19928
19929         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
19930         gl_STRING_MODULE_INDICATOR_DEFAULTS.
19931         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
19932         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
19933
19934 2007-02-17  Bruno Haible  <bruno@clisp.org>
19935
19936         * modules/link-warning: New file.
19937         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
19938         * lib/string_.h (GL_LINK_WARNING): Remove definition.
19939         * modules/string (Depends-on): Add link-warning.
19940         (Makefile.am): Copy the contents of build-aux/link-warning.h into
19941         string.h.
19942         * MODULES.html.sh (Support for building libraries and executables): Add
19943         link-warning.
19944
19945 2007-02-17  Bruno Haible  <bruno@clisp.org>
19946
19947         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
19948         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
19949         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
19950         long lines.
19951
19952 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
19953             Bruno Haible  <bruno@clisp.org>
19954
19955         * modules/tmpfile: New file.
19956         * lib/tmpfile.c: New file.
19957         * m4/tmpfile.m4: New file.
19958         * MODULES.html.sh (func_all_modules): New section "Input/output".
19959
19960 2007-02-15  Bruno Haible  <bruno@clisp.org>
19961
19962         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
19963         (supports_delete_on_close): New function.
19964         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
19965
19966 2007-02-14  Bruno Haible  <bruno@clisp.org>
19967
19968         * modules/mbspcasecmp-tests: New file.
19969         * tests/test-mbspcasecmp.sh: New file.
19970         * tests/test-mbspcasecmp.c: New file.
19971
19972         New module mbspcasecmp.
19973         * modules/mbspcasecmp: New file.
19974         * lib/mbspcasecmp.c: New file.
19975         * lib/string_.h (strncasecmp): Change warning message.
19976         (mbspcasecmp): New declaration.
19977         * m4/mbspcasecmp.m4: New file.
19978         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
19979         GNULIB_MBSPCASECMP.
19980         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
19981         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
19982
19983 2007-02-14  Bruno Haible  <bruno@clisp.org>
19984
19985         * modules/mbsncasecmp-tests: New file.
19986         * tests/test-mbsncasecmp.sh: New file.
19987         * tests/test-mbsncasecmp.c: New file.
19988
19989         New module mbsncasecmp.
19990         * modules/mbsncasecmp: New file.
19991         * lib/mbsncasecmp.c: New file.
19992         * lib/string_.h (mbsncasecmp): New declaration.
19993         * m4/mbsncasecmp.m4: New file.
19994         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
19995         GNULIB_MBSNCASECMP.
19996         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
19997         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
19998
19999 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
20000
20001         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
20002         Verify that it doesn't overlap with our flags.
20003         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
20004         do not have the desired effect in multibyte locales; instead, use
20005         mbscasecmp.
20006         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
20007         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
20008         we don't require GNU fnmatch ourselves (if our users require it, they
20009         should do so explicitly).
20010
20011         Fix regex code so it doesn't rely on strcasecmp.
20012         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
20013         Otherwise, include gnulib's langinfo.h.
20014         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
20015         undesirable behavior in non-C locales.  Instead, rely on localecharset.
20016         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
20017         * modules/regex (FILES): Remove m4/codeset.m4.
20018         (Depends-on): Add localcharset.  Remove strcase.
20019
20020 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20021
20022         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
20023         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
20024
20025 2007-02-13  Bruno Haible  <bruno@clisp.org>
20026
20027         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
20028         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
20029
20030 2007-02-12  Bruno Haible  <bruno@clisp.org>
20031
20032         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
20033         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
20034         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
20035         time warning rather than a link error.
20036
20037 2007-02-12  Bruno Haible  <bruno@clisp.org>
20038
20039         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
20040         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
20041         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
20042
20043 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
20044
20045         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
20046         args, not 2.
20047
20048 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
20049
20050         New module 'time', so that apps can include <time.h> as per
20051         POSIX and GNU instead of separate include files like time_r.h
20052         and timegm.h.  This implementation tries out a simpler approach
20053         for replacing decls in standard include files (as compared to
20054         the string module), somewhat as an experiment.
20055
20056         * config/srclist.txt: Comment out mktime.c for now.
20057         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
20058         since it doesn't apply any more.  Use generic wording instead.
20059         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
20060         'time'.
20061         * lib/time_.h, m4/time_h.m4, modules/time: New files.
20062         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
20063         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
20064         Don't include <sys/types.h>; no longer needed since we assume C89.
20065         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
20066         * lib/strftime.c: Likewise.
20067         * lib/time_r.c: Likewise.
20068         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
20069         * lib/nanosleep.c: Include <time.h> first, to check interface.
20070         * lib/strptime.c: Likewise.
20071         * lib/time_r.c: Likewise.
20072         * lib/timegm.c: Likewise.
20073         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
20074         needed.
20075         * lib/timegm.c: Don't include timegm.h; no longer needed.
20076         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
20077         time.h now handles any problems in that area.
20078         (struct timespec, nanosleep): Remove; time.h now arranges for these.
20079         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
20080         that time.h defines struct timespec.
20081         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
20082         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
20083         handles that.
20084         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
20085         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
20086         needed.  Set REPLACE_LOCALTIME.
20087         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
20088         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
20089         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
20090         nanosleep; time_h.m4 now does that.  Don't require
20091         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
20092         module handles this now.
20093         * modules/getdate (Depends-on): Remove timespec.  Add time.
20094         * modules/nanosleep (Depends-on): Likewise.
20095         * modules/stat-time (Depends-on): Likewise.
20096         * modules/nanosleep (Include): Include time.h, not timespec.h.
20097         * modules/strptime (Files): Remove lib/strptime.h.
20098         (Depends-on): Add extensions, time.
20099         (Include): Include time.h, not strptime.h.
20100         * modules/time_r (Files): Remove lib/time_r.h.
20101         (Depends-on): Add time.
20102         (Include): Include time.h, not time_r.h.
20103         * modules/timegm: Likewise.
20104         * modules/timespec (Description): Now does timespec-related decls
20105         of our own, instead of struct timespec itself.
20106         (Depends-on): Add time; remove extensions.
20107         (Maintainer): Add self.
20108         * modules/utimecmp (Depends-on): Add time; remove timespec.
20109         * modules/utimens (Depends-on): Likewise.
20110         * modules/xnanosleep (Depends-on): Likewise.
20111
20112 2007-02-11  Bruno Haible  <bruno@clisp.org>
20113
20114         * lib/c-strstr.c: Include allocsa.h.
20115         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
20116         * lib/c-strcasestr.c: Include allocsa.h.
20117         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
20118         * lib/strcasestr.c: Include allocsa.h.
20119         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
20120         * lib/mbsstr.c: Include allocsa.h.
20121         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
20122         allocsa/freesa instead of malloc/free.
20123         * lib/mbscasestr.c: Include allocsa.h.
20124         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
20125         allocsa/freesa instead of malloc/free.
20126         * modules/c-strstr (Depends-on): Add allocsa.
20127         * modules/c-strcasestr (Depends-on): Likewise.
20128         * modules/strcasestr (Depends-on): Likewise.
20129         * modules/mbsstr (Depends-on): Likewise.
20130         * modules/mbscasestr (Depends-on): Likewise.
20131
20132 2007-02-11  Bruno Haible  <bruno@clisp.org>
20133
20134         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
20135
20136         * modules/mbsspn-tests: New file.
20137         * tests/test-mbsspn.sh: New file.
20138         * tests/test-mbsspn.c: New file.
20139
20140 2007-02-11  Bruno Haible  <bruno@clisp.org>
20141
20142         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
20143
20144         * modules/mbspbrk-tests: New file.
20145         * tests/test-mbspbrk.sh: New file.
20146         * tests/test-mbspbrk.c: New file.
20147
20148 2007-02-11  Bruno Haible  <bruno@clisp.org>
20149
20150         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
20151         unneeded cast.
20152
20153         * modules/mbscspn-tests: New file.
20154         * tests/test-mbscspn.sh: New file.
20155         * tests/test-mbscspn.c: New file.
20156
20157 2007-02-11  Bruno Haible  <bruno@clisp.org>
20158
20159         * modules/mbscasecmp-tests: New file.
20160         * tests/test-mbscasecmp.sh: New file.
20161         * tests/test-mbscasecmp.c: New file.
20162
20163 2007-02-11  Bruno Haible  <bruno@clisp.org>
20164
20165         Ensure O(n) worst-case complexity of mbscasestr.
20166         * lib/mbscasestr.c: Include stdbool.h.
20167         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
20168         functions.
20169         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
20170         the bookkeeping indicates that it's worth it.
20171         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
20172
20173         * modules/mbscasestr-tests: New file.
20174         * tests/test-mbscasestr1.c: New file.
20175         * tests/test-mbscasestr2.sh: New file.
20176         * tests/test-mbscasestr2.c: New file.
20177         * tests/test-mbscasestr3.sh: New file.
20178         * tests/test-mbscasestr3.c: New file.
20179         * tests/test-mbscasestr4.sh: New file.
20180         * tests/test-mbscasestr4.c: New file.
20181         * m4/locale-tr.m4: New file.
20182
20183 2007-02-11  Bruno Haible  <bruno@clisp.org>
20184
20185         Ensure O(n) worst-case complexity of mbsstr.
20186         * lib/mbsstr.c: Include stdbool.h.
20187         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
20188         functions.
20189         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
20190         bookkeeping indicates that it's worth it.
20191         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
20192
20193         * modules/mbsstr-tests: New file.
20194         * tests/test-mbsstr1.c: New file.
20195         * tests/test-mbsstr2.sh: New file.
20196         * tests/test-mbsstr2.c: New file.
20197         * tests/test-mbsstr3.sh: New file.
20198         * tests/test-mbsstr3.c: New file.
20199         * m4/locale-fr.m4: New file.
20200
20201 2007-02-11  Bruno Haible  <bruno@clisp.org>
20202
20203         * lib/mbsrchr.c (mbsrchr): Fix bug.
20204
20205         * modules/mbsrchr-tests: New file.
20206         * tests/test-mbsrchr.sh: New file.
20207         * tests/test-mbsrchr.c: New file.
20208
20209 2007-02-11  Bruno Haible  <bruno@clisp.org>
20210
20211         * lib/mbschr.c (mbschr): Fix bug.
20212
20213         * modules/mbschr-tests: New file.
20214         * tests/test-mbschr.sh: New file.
20215         * tests/test-mbschr.c: New file.
20216         * m4/locale-zh.m4: New file.
20217
20218 2007-02-11  Bruno Haible  <bruno@clisp.org>
20219
20220         Support for copying multibyte string iterators.
20221         * lib/mbiter.h: Include <string.h>.
20222         (mbiter_multi_copy): New function.
20223         (mbi_copy): New macro.
20224         * lib/mbuiter.h: Include <string.h>.
20225         (mbuiter_multi_copy): New function.
20226         (mbui_copy): New macro.
20227
20228 2007-02-11  Bruno Haible  <bruno@clisp.org>
20229
20230         New module mbslen.
20231         * modules/mbslen: New file.
20232         * lib/mbslen.c: New file.
20233         * lib/string_.h (mbslen): New declaration.
20234         * m4/mbslen.m4: New file.
20235         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
20236         GNULIB_MBSLEN.
20237         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
20238         * MODULES.html.sh (Internationalization functions): Add mbslen.
20239
20240 2007-02-11  Bruno Haible  <bruno@clisp.org>
20241
20242         Ensure O(n) worst-case complexity of strcasestr substitute.
20243         * lib/strcasestr.c: Include stdbool.h.
20244         (knuth_morris_pratt): New function.
20245         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
20246         bookkeeping indicates that it's worth it.
20247         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
20248
20249         * modules/strcasestr-tests: New file.
20250         * tests/test-strcasestr.c: New file.
20251
20252 2007-02-11  Bruno Haible  <bruno@clisp.org>
20253
20254         Ensure O(n) worst-case complexity of c_strcasestr.
20255         * lib/c-strcasestr.c: Include stdbool.h, string.h.
20256         (knuth_morris_pratt): New function.
20257         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
20258         the bookkeeping indicates that it's worth it.
20259         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
20260
20261         * modules/c-strcasestr-tests: New file.
20262         * tests/test-c-strcasestr.c: New file.
20263
20264 2007-02-11  Bruno Haible  <bruno@clisp.org>
20265
20266         Ensure O(n) worst-case complexity of c_strstr.
20267         * lib/c-strstr.c: Include stdbool.h, string.h.
20268         (knuth_morris_pratt): New function.
20269         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
20270         bookkeeping indicates that it's worth it.
20271         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
20272
20273         * lib/c-strstr.c: Complete rewrite for maintainability.
20274
20275         * modules/c-strstr-tests: New file.
20276         * tests/test-c-strstr.c: New file.
20277
20278 2007-02-11  Bruno Haible  <bruno@clisp.org>
20279
20280         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
20281         5.2.1 and earlier, whereby \055 was treated just like the range
20282         delimiter '-'.
20283         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
20284
20285 2007-02-08  Bruno Haible  <bruno@clisp.org>
20286
20287         * modules/regex (Depends-on): Add stdbool.
20288         Reported by Dalibor Topic <robilad@kaffe.org>.
20289
20290 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
20291
20292         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
20293         Prefer returning from main to exiting from it.
20294         Remove unnecessary parens after sizeof.
20295
20296 2007-02-05  Bruno Haible  <bruno@clisp.org>
20297
20298         New module mbssep.
20299         * modules/mbssep: New file.
20300         * lib/mbssep.c: New file.
20301         * lib/string_.h (strsep): Add a conditional link warning.
20302         (mbssep): New declaration.
20303         * m4/mbssep.m4: New file.
20304         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
20305         GNULIB_MBSSEP.
20306         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
20307         * MODULES.html.sh (Internationalization functions): Add mbssep.
20308
20309 2007-02-05  Bruno Haible  <bruno@clisp.org>
20310
20311         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
20312         Optimize search in case of 1 delimiter.
20313
20314 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
20315
20316         * lib/acl.h: Include sys/types.h before sys/acl.h.
20317
20318 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
20319
20320         Merge upstream fix for glibc bugzilla #3957:
20321
20322         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
20323
20324         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
20325         bit for RE_HAT_LISTS_NOT_NEWLINE.
20326         (build_charclass_op): Remove bogus comment.
20327
20328 2007-02-05  Simon Josefsson  <simon@josefsson.org>
20329
20330         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
20331
20332 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
20333
20334         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
20335         * lib/memmem.c [!defined _LIBC]: Include config.h.
20336
20337 2007-02-04  Bruno Haible  <bruno@clisp.org>
20338
20339         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
20340         warning message.
20341
20342 2007-02-04  Bruno Haible  <bruno@clisp.org>
20343
20344         New module mbstok_r.
20345         * modules/mbstok_r: New file.
20346         * lib/mbstok_r.c: New file.
20347         * lib/string_.h (strtok_r): Change argument names to match the
20348         comments. Add a conditional link warning.
20349         (mbstok_r): New declaration.
20350         * m4/mbstok_r.m4: New file.
20351         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
20352         GNULIB_MBSTOK_R.
20353         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
20354         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
20355
20356 2007-02-04  Bruno Haible  <bruno@clisp.org>
20357
20358         New module mbsspn.
20359         * modules/mbsspn: New file.
20360         * lib/mbsspn.c: New file.
20361         * lib/string_.h (strspn): Add a conditional link warning.
20362         (mbsspn): New declaration.
20363         * m4/mbsspn.m4: New file.
20364         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
20365         GNULIB_MBSSPN.
20366         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
20367         * MODULES.html.sh (Internationalization functions): Add mbsspn.
20368
20369 2007-02-04  Bruno Haible  <bruno@clisp.org>
20370
20371         New module mbspbrk.
20372         * modules/mbspbrk: New file.
20373         * lib/mbspbrk.c: New file.
20374         * lib/string_.h (strpbrk): Add a conditional link warning.
20375         (mbspbrk): New declaration.
20376         * m4/mbspbrk.m4: New file.
20377         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
20378         GNULIB_MBSPBRK.
20379         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
20380         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
20381
20382 2007-02-04  Bruno Haible  <bruno@clisp.org>
20383
20384         New module mbscspn.
20385         * modules/mbscspn: New file.
20386         * lib/mbscspn.c: New file.
20387         * lib/string_.h (strcspn): Add a conditional link warning.
20388         (mbscspn): New declaration.
20389         * m4/mbscspn.m4: New file.
20390         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
20391         GNULIB_MBSCSPN.
20392         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
20393         * MODULES.html.sh (Internationalization functions): Add mbscspn.
20394
20395 2007-02-04  Bruno Haible  <bruno@clisp.org>
20396
20397         New module mbscasestr, reduced goal of strcasestr.
20398         * modules/mbscasestr: New file.
20399         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
20400         (mbscasestr): Renamed from strcasestr.
20401         * lib/strcasestr.c: Don't include mbuiter.h.
20402         (strcasestr): Remove support for multibyte locales.
20403         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
20404         Change the conditional link warning.
20405         (mbscasestr): New declaration.
20406         * m4/mbscasestr.m4: New file.
20407         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
20408         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
20409         REPLACE_STRCASESTR.
20410         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
20411         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
20412         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
20413         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
20414         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
20415         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
20416         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
20417         (Depends-on): Remove mbuiter.
20418         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
20419
20420 2007-02-04  Bruno Haible  <bruno@clisp.org>
20421
20422         Simplify handling of strncasecmp.
20423         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
20424         the conditional link warning.
20425         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
20426         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
20427         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
20428         * modules/strcase (configure.ac): Don't invoke
20429         gl_STRING_MODULE_INDICATOR.
20430         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
20431
20432 2007-02-04  Bruno Haible  <bruno@clisp.org>
20433
20434         New module mbscasecmp, reduced goal of strcasecmp.
20435         * modules/mbscasecmp: New file.
20436         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
20437         (mbscasecmp): Renamed from strcasecmp.
20438         * lib/strcasecmp.c: Don't include mbuiter.h.
20439         (strcasecmp): Remove support for multibyte locales.
20440         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
20441         Change the conditional link warning.
20442         (mbscasecmp): New declaration.
20443         * m4/mbscasecmp.m4: New file.
20444         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
20445         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
20446         REPLACE_STRCASECMP.
20447         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
20448         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
20449         GNULIB_MBSCASECMP.
20450         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
20451         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
20452         * modules/strcase (Files): Remove m4/mbrtowc.m4.
20453         (Depends-on): Remove mbuiter.
20454         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
20455
20456 2007-02-04  Bruno Haible  <bruno@clisp.org>
20457
20458         New module mbsstr. Remove module strstr.
20459         * modules/mbsstr: New file.
20460         * modules/strstr: Remove file.
20461         * lib/mbsstr.c: Renamed from lib/strstr.c.
20462         (mbsstr): Renamed from strstr.
20463         * lib/string_.h (strstr): Remove declaration. Change the conditional
20464         link warning.
20465         (mbsstr): New declaration.
20466         * m4/mbsstr.m4: New file.
20467         * m4/strstr.m4: Remove file.
20468         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
20469         REPLACE_STRSTR.
20470         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
20471         Don't initialize GNULIB_STRSTR.
20472         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
20473         substitute GNULIB_STRSTR and REPLACE_STRSTR.
20474         * MODULES.html.sh (Internationalization functions): Add mbsstr.
20475         (Support for systems lacking ANSI C 89): Remove strstr.
20476
20477 2007-02-04  Bruno Haible  <bruno@clisp.org>
20478
20479         New module mbsrchr.
20480         * modules/mbsrchr: New file.
20481         * lib/mbsrchr.c: New file.
20482         * lib/string_.h (strrchr): Add a conditional link warning.
20483         (mbsrchr): New declaration.
20484         * m4/mbsrchr.m4: New file.
20485         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
20486         GNULIB_MBSRCHR.
20487         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
20488         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
20489
20490 2007-02-04  Bruno Haible  <bruno@clisp.org>
20491
20492         New module mbschr.
20493         * modules/mbschr: New file.
20494         * lib/mbschr.c: New file.
20495         * lib/string_.h (strchr): Add a conditional link warning.
20496         (mbschr): New declaration.
20497         * m4/mbschr.m4: New file.
20498         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
20499         GNULIB_MBSCHR.
20500         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
20501         * MODULES.html.sh (Internationalization functions): Add mbschr.
20502
20503 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
20504
20505         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
20506
20507         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
20508
20509 2007-02-04  Bruno Haible  <bruno@clisp.org>
20510
20511         New module description section 'configure.ac-early'.
20512         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
20513         (func_get_autoconf_early_snippet): New function.
20514         (func_import, func_create_testdir): Use it. Remove special cases for
20515         modules 'extensions' and 'lock'.
20516         * modules/extensions (configure.ac-early): Require
20517         gl_USE_SYSTEM_EXTENSIONS.
20518         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
20519
20520 2007-02-04  Bruno Haible  <bruno@clisp.org>
20521
20522         Make use of gcj-4.3's -fsource and -ftarget option.
20523         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
20524         and if so try the options -fsource and -ftarget.
20525         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
20526         source_version, ftarget_option, target_version arguments.
20527         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
20528         (is_envjavac_oldgcj_14_14_usable): Renamed from
20529         is_envjavac_gcj_14_14_usable.
20530         (is_envjavac_oldgcj_14_13_usable): Renamed from
20531         is_envjavac_gcj_14_13_usable.
20532         (is_gcj_present): Update.
20533         (is_gcj_43, is_gcj43_usable): New functions.
20534         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
20535         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
20536         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
20537         try the options -fsource and -ftarget.
20538
20539 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
20540
20541         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
20542         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
20543         larger value.
20544
20545 2007-02-03  Jim Meyering  <jim@meyering.net>
20546
20547         Give tools a better chance to allocate space for very large buffers.
20548         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
20549
20550         Make pwd and readlink work also when run with an unreadable parent dir
20551         on systems with openat support.
20552         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
20553         provided getcwd function, even when we have openat support.
20554         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
20555
20556 2007-02-02  Bruno Haible  <bruno@clisp.org>
20557
20558         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
20559         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
20560         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
20561         portability problems if one of these functions is only used on specific
20562         platforms.
20563         Reported by Paul Eggert.
20564
20565 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
20566
20567         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
20568         is causing more trouble than it's curing.
20569         * lib/regex_internal.h (__mempcpy): Remove.
20570         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
20571         (and make the code a tad smaller to boot).
20572         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
20573
20574 2007-02-02  Jim Meyering  <jim@meyering.net>
20575
20576         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
20577         section, not in the Makefile.am: one.
20578
20579 2007-02-02  Eric Blake  <ebb9@byu.net>
20580
20581         * lib/strchrnul.c: Always include config.h first.
20582
20583         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
20584         gnulib strstr is not necessary here.
20585
20586 2007-02-02  Simon Josefsson  <simon@josefsson.org>
20587
20588         * m4/socklen.m4: Fix typo.
20589
20590 2007-02-02  Eric Blake  <ebb9@byu.net>
20591
20592         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
20593         * modules/netinet_in (Makefile.am): Likewise.
20594
20595 2007-02-01  Bruno Haible  <bruno@clisp.org>
20596
20597         * lib/string_.h (GL_LINK_WARNING): New macro.
20598         (strcasecmp, strstr, strcasestr): If provided by the system,
20599         conditionally define as a macro that leads to a warning instead of to
20600         an error.
20601         (strncasecmp): Conditionally define as a macro that leads to a warning.
20602
20603 2007-02-01  Karl Berry  <karl@gnu.org>
20604
20605         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
20606
20607 2007-02-01  Bruno Haible  <bruno@clisp.org>
20608
20609         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
20610         renamings.
20611
20612 2007-02-01  Eric Blake  <ebb9@byu.net>
20613
20614         * modules/regex (Depends-on): Revert dependence on mempcpy.
20615         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
20616         module's definition of mempcpy.
20617         Reported by Paul Eggert.
20618
20619 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
20620
20621         * lib/string_.h: If the gnulib module XYZ is not present, undefine
20622         the symbol XYZ before redefining it.  This fixes a problem with
20623         programs that don't use XYZ, when compiled on systems that define
20624         XYZ to something else.
20625
20626 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
20627
20628         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
20629         occurs when "mkdir -m foo" creates a setgid directory that is (1)
20630         writeable to group or other and (2) is intended to have a special
20631         mode bit that is set or cleared.  In such a case, the directory
20632         should be neither group- nor other-writeable until the special
20633         mode bits are right.
20634
20635 2007-01-31  Eric Blake  <ebb9@byu.net>
20636
20637         * modules/mountlist (Depends-on): Add strstr.
20638
20639         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
20640         bug.
20641         * modules/string (Makefile.am): Remove redundant replacement.
20642         * modules/regex (Depends-on): Add mempcpy.
20643
20644 2007-01-31  Bruno Haible  <bruno@clisp.org>
20645
20646         New module description field 'Link'.
20647         * gnulib-tool (func_usage): Document --extract-link-directive.
20648         (sed_extract_prog): Recognize 'Link' directive.
20649         (func_get_link_directive): New function.
20650         (func_import): Show summary of link directives.
20651         Handle --extract-link-directive option.
20652         * modules/acl (Link): New section.
20653         * modules/clock-time (Link): New section.
20654         * modules/euidaccess (Link): New section.
20655         * modules/gettext (Link): New section.
20656         * modules/iconv (Link): New section.
20657         * modules/lock (Link): New section.
20658         * modules/nanosleep (Link): New section.
20659         * modules/readline (Link): New section.
20660
20661 2007-01-27  Bruno Haible  <bruno@clisp.org>
20662
20663         Enforce the use of gnulib modules for unportable <string.h> functions.
20664         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
20665         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
20666         (gl_HEADER_STRING_H_BODY): Require it.
20667         * lib/string_.h: If the gnulib module XYZ is not present, redefine
20668         the symbol XYZ to one that gives a link error.
20669         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
20670         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
20671         * modules/mempcpy (configure.ac): Likewise.
20672         * modules/memrchr (configure.ac): Likewise.
20673         * modules/stpcpy (configure.ac): Likewise.
20674         * modules/stpncpy (configure.ac): Likewise.
20675         * modules/strcase (configure.ac): Likewise.
20676         * modules/strcasestr (configure.ac): Likewise.
20677         * modules/strchrnul (configure.ac): Likewise.
20678         * modules/strdup (configure.ac): Likewise.
20679         * modules/strndup (configure.ac): Likewise.
20680         * modules/strnlen (configure.ac): Likewise.
20681         * modules/strpbrk (configure.ac): Likewise.
20682         * modules/strsep (configure.ac): Likewise.
20683         * modules/strstr (configure.ac): Likewise.
20684         * modules/strtok_r (configure.ac): Likewise.
20685
20686 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
20687
20688         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
20689
20690 2007-01-30  Jim Meyering  <jim@meyering.net>
20691
20692         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
20693
20694 2007-01-29  Bruno Haible  <bruno@clisp.org>
20695
20696         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
20697         * lib/execute.c: Likewise.
20698         * lib/pipe.c: Likewise.
20699         * lib/printf-args.h: Likewise.
20700         * lib/printf-args.c: Likewise.
20701         * lib/printf-parse.c: Likewise.
20702         * lib/vasnprintf.c: Likewise.
20703
20704 2007-01-29  Eric Blake  <ebb9@byu.net>
20705
20706         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
20707         declaration.
20708
20709 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
20710
20711         * lib/strptime.h (strptime): Use 'restrict' for args where
20712         POSIX requires this.
20713         * lib/strptime.c (strptime): Likewise.
20714         Change license notice from LGPL to GPL, since gnulib-tool will
20715         change this as needed.
20716         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
20717         defined.
20718         Include "strptime.h" first, to check interface.
20719         Do not #undef _LIBC and _NL_CURRENT.
20720         Do not include <stdlib.h>; no longer needed.
20721         Include "time_r.h" and declare ptime_locale_status
20722         only if _LIBC is not defined.
20723         (__P): Remove unused macro.
20724         (match_string): Bring back glibc version, but use it only if _LIBC
20725         is defined.
20726         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
20727         Remove unnecessary assertion and abort() call.
20728         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
20729         * m4/strptime.m4: Fix serial number comment.
20730         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
20731         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
20732         (Depends-on): Add time_r.
20733
20734 2007-01-29  Bruno Haible  <bruno@clisp.org>
20735
20736         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
20737         strptime.
20738         * modules/strptime (Depends-on): Add stdbool.
20739         * lib/strptime.h: Include <time.h> always. Add comments.
20740
20741 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
20742
20743         * modules/strptime: New file.
20744         * lib/strptime.h: New file.
20745         * lib/strptime.c: New file.
20746         * m4/strptime.m4: New file.
20747
20748 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
20749
20750         * MODULES.html.sh: New module mpsort.
20751         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
20752
20753         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
20754         a circularity problem with HP-UX ia64 reported by Bob Proulx in
20755         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
20756         All uses changed.
20757         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
20758         All uses changed.
20759         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
20760         to _Restrict_.
20761         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
20762         the parameter matches the prototype.
20763
20764 2007-01-28  Jim Meyering  <jim@meyering.net>
20765
20766         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
20767         sys/time.h here, reverting that part of the previous patch:
20768         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
20769
20770 2007-01-28  Bruno Haible  <bruno@clisp.org>
20771
20772         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
20773         value of $(SYS_TIME_H).
20774         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
20775         remove it conditionally, too. [added by Jim Meyering]
20776         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
20777         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
20778         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
20779         GETTIMEOFDAY_REPLACEMENT to 1.
20780
20781 2007-01-28  Bruno Haible  <bruno@clisp.org>
20782
20783         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
20784         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
20785         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
20786         Set UNISTD_H instead of UNISTD_H2.
20787         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
20788
20789 2007-01-28  Bruno Haible  <bruno@clisp.org>
20790
20791         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
20792         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
20793
20794 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20795
20796         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
20797         (func_create_testdir): Ensure C locale for `grep' and `tr'
20798         character ranges.
20799         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
20800         ACLOCAL_AMFLAGS parsing state machine.
20801
20802 2007-01-27  Bruno Haible  <bruno@clisp.org>
20803
20804         * modules/unistr/base: Update.
20805
20806 2007-01-27  Bruno Haible  <bruno@clisp.org>
20807
20808         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
20809         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
20810         * modules/unistr/u32-mbtouc-unsafe: Renamed from
20811         modules/unistr/u32-mbtouc.
20812         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
20813         * lib/unistr.h: Update.
20814         * lib/linebreak.c: Update.
20815         * modules/unistr/u32-mbtouc: Renamed from
20816         modules/unistr/u32-mbtouc-safe.
20817         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
20818         * lib/unistr.h: Update.
20819         * lib/unistr/u32-to-u8.c: Update.
20820         * lib/unistr/u32-to-u16.c: Update.
20821
20822 2007-01-27  Bruno Haible  <bruno@clisp.org>
20823
20824         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
20825         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
20826         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
20827         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
20828         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
20829         * modules/unistr/u16-mbtouc-unsafe: Renamed from
20830         modules/unistr/u16-mbtouc.
20831         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
20832         * lib/unistr.h: Update.
20833         * lib/linebreak.c: Update.
20834         * modules/linebreak: Update.
20835         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
20836         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
20837         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
20838         * modules/unistr/u16-mbtouc: Renamed from
20839         modules/unistr/u16-mbtouc-safe.
20840         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
20841         * lib/unistr.h: Update.
20842         * lib/unistr/u16-to-u8.c: Update.
20843         * modules/unistr/u16-to-u8: Update.
20844         * lib/unistr/u16-to-u32.c: Update.
20845         * modules/unistr/u16-to-u32: Update.
20846
20847 2007-01-27  Bruno Haible  <bruno@clisp.org>
20848
20849         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
20850         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
20851         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
20852         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
20853         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
20854         * modules/unistr/u8-mbtouc-unsafe: Renamed from
20855         modules/unistr/u8-mbtouc.
20856         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
20857         * lib/unistr.h: Update.
20858         * lib/striconveh.c: Update.
20859         * modules/striconveh: Update.
20860         * lib/linebreak.c: Update.
20861         * modules/linebreak: Update.
20862         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
20863         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
20864         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
20865         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
20866         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
20867         * lib/unistr.h: Update.
20868         * lib/striconveh.c: Update.
20869         * modules/striconveh: Update.
20870         * lib/unistr/u8-to-u16.c: Update.
20871         * modules/unistr/u8-to-u16: Update.
20872         * lib/unistr/u8-to-u32.c: Update.
20873         * modules/unistr/u8-to-u32: Update.
20874
20875 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20876
20877         Sync from Libtool.
20878         * lib/argz.c: Do not include strings.h nor memory.h, include
20879         string.h unconditionally.  Patch by Simon Josefsson.
20880
20881 2007-01-27  Bruno Haible  <bruno@clisp.org>
20882
20883         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
20884         from gl_HEADER_STRING_H_BODY.
20885         (gl_HEADER_STRING_H_BODY): Require it.
20886         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
20887         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
20888         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
20889         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
20890         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
20891         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
20892         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
20893         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
20894         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
20895         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
20896         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
20897         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
20898         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
20899         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
20900         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
20901
20902 2007-01-27  Bruno Haible  <bruno@clisp.org>
20903
20904         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
20905         check_PROGRAMS into noinst_PROGRAMS.
20906         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
20907         check_PROGRAMS in this case.
20908         (func_import): Set for_test to false.
20909         (func_create_testdir): Set for_test to true.
20910
20911 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
20912             Bruno Haible  <bruno@clisp.org>
20913
20914         * modules/strcasestr (Files): Remove lib/strcasestr.h.
20915         (Depends-on): Add string.
20916         (Includes): Use <string.h> instead of strcasestr.h.
20917         * modules/string (Makefile.am): Also substitute the value of
20918         REPLACE_STRCASESTR.
20919         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
20920         assume strcasestr is declared in <string.h> not <strings.h>. Also
20921         set REPLACE_STRCASESTR.
20922         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
20923         REPLACE_STRCASESTR.
20924         * lib/strcasestr.h: Remove file.
20925         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
20926         * lib/string_.h (strcasestr): New declaration.
20927
20928 2007-01-27  Bruno Haible  <bruno@clisp.org>
20929
20930         * lib/string_.h: Use 'extern'.
20931
20932 2007-01-27  Jim Meyering  <jim@meyering.net>
20933
20934         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
20935         of set-but-not-used local, "q".
20936
20937         * lib/mempcpy.c: Include <config.h> before <string.h>.
20938         This fixes a compilation error on HP-UX, due to the system's
20939         "restrict"-using mempcpy prototype.
20940
20941 2007-01-26  Bruno Haible  <bruno@clisp.org>
20942
20943         Small optimization.
20944         * lib/javacomp.c: Include c-strstr.h.
20945          (is_envjavac_gcj): Use c_strstr instead of strstr.
20946         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
20947
20948 2007-01-26  Bruno Haible  <bruno@clisp.org>
20949
20950         * MODULES.html.sh (Unicode string functions): Add the new modules.
20951
20952         * modules/uniconv/u32-strconv-to-locale: New file.
20953         * lib/uniconv/u32-strconv-to-locale.c: New file.
20954
20955         * modules/uniconv/u16-strconv-to-locale: New file.
20956         * lib/uniconv/u16-strconv-to-locale.c: New file.
20957
20958         * modules/uniconv/u8-strconv-to-locale: New file.
20959         * lib/uniconv/u8-strconv-to-locale.c: New file.
20960
20961         * modules/uniconv/u32-strconv-from-locale: New file.
20962         * lib/uniconv/u32-strconv-from-locale.c: New file.
20963
20964         * modules/uniconv/u16-strconv-from-locale: New file.
20965         * lib/uniconv/u16-strconv-from-locale.c: New file.
20966
20967         * modules/uniconv/u8-strconv-from-locale: New file.
20968         * lib/uniconv/u8-strconv-from-locale.c: New file.
20969
20970         * modules/uniconv/u32-strconv-to-enc: New file.
20971         * lib/uniconv/u32-strconv-to-enc.c: New file.
20972         * modules/uniconv/u32-strconv-to-enc-tests: New file.
20973         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
20974
20975         * modules/uniconv/u16-strconv-to-enc: New file.
20976         * lib/uniconv/u16-strconv-to-enc.c: New file.
20977         * lib/uniconv/u-strconv-to-enc.h: New file.
20978         * modules/uniconv/u16-strconv-to-enc-tests: New file.
20979         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
20980
20981         * modules/uniconv/u8-strconv-to-enc: New file.
20982         * lib/uniconv/u8-strconv-to-enc.c: New file.
20983         * modules/uniconv/u8-strconv-to-enc-tests: New file.
20984         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
20985
20986         * modules/uniconv/u32-strconv-from-enc: New file.
20987         * lib/uniconv/u32-strconv-from-enc.c: New file.
20988         * modules/uniconv/u32-strconv-from-enc-tests: New file.
20989         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
20990
20991         * modules/uniconv/u16-strconv-from-enc: New file.
20992         * lib/uniconv/u16-strconv-from-enc.c: New file.
20993         * modules/uniconv/u16-strconv-from-enc-tests: New file.
20994         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
20995
20996         * modules/uniconv/u8-strconv-from-enc: New file.
20997         * lib/uniconv/u8-strconv-from-enc.c: New file.
20998         * lib/uniconv/u-strconv-from-enc.h: New file.
20999         * modules/uniconv/u8-strconv-from-enc-tests: New file.
21000         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
21001
21002         * modules/uniconv/u32-conv-from-enc: New file.
21003         * lib/uniconv/u32-conv-from-enc.c: New file.
21004         * modules/uniconv/u32-conv-from-enc-tests: New file.
21005         * tests/uniconv/test-u32-conv-from-enc.c: New file.
21006
21007         * modules/uniconv/u16-conv-from-enc: New file.
21008         * lib/uniconv/u16-conv-from-enc.c: New file.
21009         * lib/uniconv/u-conv-from-enc.h: New file.
21010         * modules/uniconv/u16-conv-from-enc-tests: New file.
21011         * tests/uniconv/test-u16-conv-from-enc.c: New file.
21012
21013         * modules/uniconv/u8-conv-from-enc: New file.
21014         * lib/uniconv/u8-conv-from-enc.c: New file.
21015         * modules/uniconv/u8-conv-from-enc-tests: New file.
21016         * tests/uniconv/test-u8-conv-from-enc.c: New file.
21017
21018         * modules/uniconv/base: New file.
21019         * lib/uniconv.h: New file.
21020
21021 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
21022
21023         * doc/gnulib-tool.texi (Initial import): Update to match current
21024         behavior with strdup module.
21025         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
21026         * lib/memmem.h: Remove; all uses removed.  This is now done
21027         by <string.h>.
21028         * lib/mempcpy.h: Likewise.
21029         * lib/memrchr.h: Likewise.
21030         * lib/stpcpy.h: Likewise.
21031         * lib/stpncpy.h: Likewise.
21032         * lib/strcase.h: Likewise.
21033         * lib/strchrnul.h: Likewise.
21034         * lib/strdup.h: Likewise.
21035         * lib/strndup.h: Likewise.
21036         * lib/strnlen.h: Likewise.
21037         * lib/strpbrk.h: Likewise.
21038         * lib/strsep.h: Likewise.
21039         * lib/strstr.h: Likewise.
21040         * lib/strtok_r.h: Likewise.
21041         * lib/string_.h: New file.
21042         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
21043         Rely on <string.h> instead.
21044         * lib/canon-host.c: Likewise.
21045         * lib/chdir-long.c: Likewise.
21046         * lib/concatpath.c: Likewise.
21047         * lib/exclude.c: Likewise.
21048         * lib/fchdir.c: Likewise.
21049         * lib/getaddrinfo.c: Likewise.
21050         * lib/getcwd.c: Likewise.
21051         * lib/getsubopt.c: Likewise.
21052         * lib/glob.c: Likewise.
21053         * lib/hard-locale.c: Likewise.
21054         * lib/iconvme.c: Likewise.
21055         * lib/javacomp.c: Likewise.
21056         * lib/mempcpy.c: Likewise.
21057         * lib/memrchr.c: Likewise.
21058         * lib/regex_internal.h: Likewise.
21059         * lib/stpncpy.c: Likewise.
21060         * lib/strcasecmp.c: Likewise.
21061         * lib/strchrnul.c: Likewise.
21062         * lib/strdup.c: Likewise.
21063         * lib/striconv.c: Likewise.
21064         * lib/striconveh.c: Likewise.
21065         * lib/striconveha.c: Likewise.
21066         * lib/strncasecmp.c: Likewise.
21067         * lib/strndup.c: Likewise.
21068         * lib/strnlen.c: Likewise.
21069         * lib/strsep.c: Likewise.
21070         * lib/strstr.c: Likewise.
21071         * lib/strtok_r.c: Likewise.
21072         * lib/userspec.c: Likewise.
21073         * lib/w32spawn.h: Likewise.
21074         * lib/xstrndup.c: Likewise.
21075         * lib/mountlist.c (strstr): Remove decl.
21076         * m4/string_h.m4: New file.
21077         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
21078         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
21079         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
21080         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
21081         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
21082         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
21083         Set REPLACE_STRCASECMP if necessary.
21084         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
21085         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
21086         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
21087         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
21088         HAVE_DECL_STRDUP if necessary.
21089         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
21090         since gl_FUNC_STRNDUP does that now.
21091         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
21092         Check for decl here...
21093         (gl_PREREQ_STRNLEN): ... not here.
21094         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
21095         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
21096         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
21097         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
21098         necessary.
21099         * modules/string: New file.
21100         * modules/memmem (Files): Remove special-purpose include file.
21101         (Depends-on): Add string.
21102         (Include): Include <string.h>, not the removed file.
21103         * modules/mempcpy: Likewise.
21104         * modules/memrchr: Likewise.
21105         * modules/stpcpy: Likewise.
21106         * modules/stpncpy: Likewise.
21107         * modules/strcase: Likewise.
21108         * modules/strchrnul: Likewise.
21109         * modules/strdup: Likewise.
21110         * modules/strndup: Likewise.
21111         * modules/strnlen: Likewise.
21112         * modules/strpbrk: Likewise.
21113         * modules/strsep: Likewise.
21114         * modules/strstr: Likewise.
21115         * modules/strtok_r: Likewise.
21116         * tests/test-dirname.c: Don't include "strdup.h", since
21117         <string.h> now suffices.
21118         * tests/test-memmem.c: Don't include "memmem.h", since
21119         <string.h> now suffices.
21120
21121 2007-01-25  Bruno Haible  <bruno@clisp.org>
21122
21123         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
21124         *resultp is 0.
21125
21126         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
21127         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
21128         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
21129         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
21130
21131         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
21132         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
21133         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
21134         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
21135         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
21136         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
21137
21138 2007-01-24  Bruno Haible  <bruno@clisp.org>
21139
21140         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
21141         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
21142         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
21143         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
21144         gl_FUNC_FTS_CORE.
21145         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
21146         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
21147         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
21148         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
21149         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
21150         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
21151         gl_FUNC_FCHOWNAT.
21152         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
21153         gl_FUNC_STRFTIME.
21154         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
21155         Reported by Ralf Wildenhues.
21156
21157 2007-01-24  Bruno Haible  <bruno@clisp.org>
21158
21159         Drop AC_REQUIRE calls that are redundant with the module dependencies.
21160         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
21161         gl_GETADDRINFO.
21162         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
21163         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
21164         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
21165
21166 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
21167
21168         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
21169         Don't use 'exit'; just return from 'main'.
21170         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
21171
21172         * lib/fnmatch_.h: Readjust white space and comments to match
21173         glibc, to avoid spurious diffs.
21174
21175 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
21176
21177         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
21178         2004-12-01 change by Jakub Jelinek, since this code won't compile
21179         if !LIBC.  Problem reported by Bob Proulx.
21180
21181 2007-01-23  Bruno Haible  <bruno@clisp.org>
21182
21183         * lib/striconveh.c: Include c-strcaseeq.h.
21184         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
21185         * modules/striconveh (Depends-on): Add c-strcaseeq.
21186
21187 2007-01-23  Bruno Haible  <bruno@clisp.org>
21188
21189         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
21190
21191         * modules/c-strcaseeq: New file.
21192         * lib/c-strcaseeq.h: New file.
21193
21194         * modules/streq: New file.
21195         * lib/streq.h: New file.
21196
21197 2007-01-23  Bruno Haible  <bruno@clisp.org>
21198
21199         * modules/striconveha-tests: New file.
21200         * tests/test-striconveha.c: New file.
21201
21202         * lib/striconveha.h: Include <stdbool.h>.
21203         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
21204         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
21205         (mem_iconveha_notranslit): Renamed from mem_iconveha.
21206         (mem_iconveha): New function.
21207         (str_iconveha_notranslit): Renamed from str_iconveha.
21208         (str_iconveha): New function.
21209         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
21210         c-strcase.
21211
21212 2007-01-23  Bruno Haible  <bruno@clisp.org>
21213
21214         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
21215         encodings without forgiving before trying any encoding with handler.
21216         (str_iconveha): Try all encodings without forgiving before trying any
21217         encoding with handler.
21218
21219 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
21220
21221         Import the following changes from libc.
21222
21223         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
21224
21225         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
21226
21227         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
21228
21229         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
21230         normal_bracket label.
21231
21232         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
21233
21234         [BZ #361]
21235         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
21236         to normal_bracket after fetching the next character.
21237
21238 2007-01-22  Bruno Haible  <bruno@clisp.org>
21239
21240         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
21241         argument.
21242         * lib/striconveh.c (iconv_carefully_1): New function.
21243         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
21244         argument.
21245         (str_cd_iconveh): Update.
21246         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
21247         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
21248         * tests/test-striconveh.c (MAGIC): New macro.
21249         (new_offsets): New function.
21250         (main): Test call with and without offsets.
21251
21252 2007-01-22  Bruno Haible  <bruno@clisp.org>
21253
21254         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
21255         * modules/sys_select (Makefile.am): Likewise.
21256         * modules/sys_socket (Makefile.am): Likewise.
21257         * modules/sys_time (Makefile.am): Likewise.
21258
21259 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
21260
21261         * modules/gettimeofday (License): Change from GPL to LGPL, since
21262         gettimeofday is a library function.
21263
21264 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21265
21266         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
21267
21268 2007-01-21  Bruno Haible  <bruno@clisp.org>
21269
21270         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
21271
21272 2007-01-21  Bruno Haible  <bruno@clisp.org>
21273
21274         * modules/striconveha: New file.
21275         * lib/striconveha.h: New file.
21276         * lib/striconveha.c: New file.
21277         * MODULES.html.sh (Internationalization functions): Add striconveha.
21278         * lib/striconv.c (str_iconv): Optimize the case of an empty input
21279         string.
21280         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
21281
21282 2007-01-21  Bruno Haible  <bruno@clisp.org>
21283
21284         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
21285         * lib/striconveh.c (str_iconveh): Likewise.
21286
21287 2007-01-21  Bruno Haible  <bruno@clisp.org>
21288
21289         * lib/striconveh.h (mem_iconveh): New declaration.
21290         * lib/striconveh.c (mem_iconveh): New function.
21291         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
21292
21293 2007-01-21  Bruno Haible  <bruno@clisp.org>
21294
21295         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
21296
21297         * lib/striconveh.h (mem_cd_iconveh): Change specification.
21298         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
21299         original result buffer.
21300         (str_cd_iconveh): Update.
21301         * tests/test-striconveh.c (main): Update.
21302
21303         * lib/striconv.h (mem_cd_iconv): Change specification.
21304         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
21305         result buffer.
21306         (str_cd_iconv): Update.
21307         * tests/test-striconv.c (main): Update.
21308
21309 2007-01-21  Bruno Haible  <bruno@clisp.org>
21310
21311         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
21312
21313 2007-01-20  Jim Meyering  <jim@meyering.net>
21314
21315         * lib/userspec.c (parse_with_separator): If a user or group string
21316         starts with "+", skip the corresponding name-to-ID look-up, since
21317         such a look-up must fail: user and group names may not include "+".
21318
21319 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
21320
21321         * lib/poll.c: Include sys/time.h and time.h unconditionally,
21322         since we now assume the sys_time module.
21323         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
21324         check for sys/time.h; no longer needed.
21325         * modules/poll (Depends-on): Depend on sys_time.
21326
21327 2007-01-18  Bruno Haible  <bruno@clisp.org>
21328
21329         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
21330         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
21331
21332         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
21333         gettimeofday.
21334
21335         * tests/test-gettimeofday.c: Include <time.h>.
21336         (dummy): Remove variable.
21337
21338         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
21339         gl_HEADER_SYS_TIME_H.
21340         (gl_HEADER_SYS_TIME_H): New macro.
21341
21342         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
21343         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
21344         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
21345         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
21346         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
21347         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
21348         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
21349         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
21350         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
21351         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
21352         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
21353
21354         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
21355         last change; it caused a compilation error when cross-compiling to
21356         Cygwin.
21357
21358 2007-01-18  Jim Meyering  <jim@meyering.net>
21359
21360         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
21361         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
21362         than the race-prone "test -d sys || mkdir sys".
21363         (configure.ac): Use AC_PROG_MKDIR_P.
21364         * modules/sys_select: Likewise.
21365         * modules/sys_socket: Likewise.
21366         * modules/sys_time: Likewise.
21367
21368 2007-01-18  Eric Blake  <ebb9@byu.net>
21369
21370         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
21371         replace gettimeofday.
21372         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
21373         name, to avoid infinite recursion.
21374
21375 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
21376
21377         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
21378         module sys_time.
21379         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
21380         assume timespec.h defines struct timeval.
21381         * lib/settime.c: Likewise.
21382         * lib/utimens.c: Likewise.
21383         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
21384         since we now assume the gettimeofday module.
21385         * lib/tempname.c (__gen_tempname): Likewise.
21386         * lib/gettimeofday.h: Remove.
21387         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
21388         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
21389         Include <time.h>, for 'time()'.
21390         (localtime_buffer_addr): Also use this workaround if
21391         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
21392         to simplify the uses.  All uses changed.
21393         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
21394         that #undef is inside {}, and 'const' follows type name consistently.
21395         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
21396         (gettimeofday): Do not use the maximum possible value for
21397         tv->tv_usec, since that might break usages other than ls.c.
21398         Instead, we'll leave ls.c alone.  This undoes today's patch
21399         by Bruno.  Add a compile-time warning for 1s-clock resolution;
21400         we've never observed the problem but might as well keep the
21401         canary.
21402         * lib/nanosleep.c: Include timespec.h first, for interface check.
21403         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
21404         now assume the sys_time module.
21405         * lib/tempname.c: Likewise.
21406         * lib/timespec.h: Likewise.
21407         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
21408         needed.
21409         * lib/strftime.c: Likewise.
21410         * lib/timespec.h: Likewise.
21411         * lib/posixtm.c: Include posixtm.h first, for interface check.
21412         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
21413         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
21414         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
21415         * lib/sys_time_.h: New file.
21416         * lib/timespec.h (struct timespec): Use long int, not long.
21417         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
21418         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
21419         Remove obsolescent call to AC_HEADER_TIME.
21420         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
21421         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
21422         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
21423         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
21424         Likewise.
21425         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
21426         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
21427         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
21428         into the sys_time module.  Check for gettimeofday just once.
21429         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
21430         for gettimeofday signature to just check the signature.  Merely
21431         compile it, since linking doesn't test signature.  Improve test for
21432         whether gettimeofday.o is actually needed.
21433         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
21434         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
21435         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
21436         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
21437         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
21438         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
21439         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
21440         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
21441         than worrying about sys/time.h.
21442         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
21443         Don't bother worrying about TIME_WITH_SYS_TIME.
21444         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
21445         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
21446         * m4/sys_time_h.m4: New file.
21447         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
21448         Don't include sys/time.h.  Return from main rather than exiting.
21449         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
21450         all uses changed.
21451         * modules/gethrxtime (Depends-on): Add sys_time.
21452         * modules/gettime (Depends-on): Likewise.
21453         * modules/gettimeofday (Depends-on): Likewise.
21454         * modules/nanosleep (Depends-on): Likewise.
21455         * modules/settime (Depends-on): Likewise.
21456         * modules/tempname (Depends-on): Likewise.
21457         * modules/utimens (Depends-on): Likewise.
21458         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
21459         (Include:) Change back to <sys/time.h>.
21460         (Maintainer:) Add self.
21461         * modules/sys_time: New file.
21462         * modules/tempname (Depends-on): Add gettimeofday.
21463         * tests/test-gettimeofday.c: Include <sys/time.h>
21464         rather than gettimeofday.h.
21465
21466 2007-01-17  Bruno Haible  <bruno@clisp.org>
21467
21468         * gnulib-tool (func_get_license): Revert last patch. Instead, let
21469         the license default to GPL.
21470         (func_create_testdir): Don't complain if a module is LGPL and its
21471         tests module depends on GPLed modules.
21472
21473 2007-01-17  Bruno Haible  <bruno@clisp.org>
21474
21475         * lib/gettimeofday.c (gettimeofday): Add code for the case
21476         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
21477         maximum possible value for tv->tv_usec, rather than the minimum one.
21478
21479 2005-10-08  Martin Lambers  <marlam@marlam.de>
21480 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
21481 2007-01-16  Bruno Haible  <bruno@clisp.org>
21482
21483         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
21484         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
21485         gl_FUNC_GETTIMEOFDAY.
21486         (Include): Add gettimeofday.h.
21487         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
21488         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
21489         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
21490         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
21491         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
21492         * lib/gettimeofday.h: New file.
21493         * lib/gettimeofday.c: Include <sys/timeb.h>.
21494         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
21495         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
21496         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
21497         fall back on time().
21498
21499         * tests/test-gettimeofday.c: New file.
21500         * modules/gettimeofday-tests: New file.
21501
21502 2007-01-16  Eric Blake  <ebb9@byu.net>
21503
21504         * modules/fnmatch (Depends-on): Depend on wchar.
21505         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
21506         * m4/fnmatch.m4: Likewise.
21507         * modules/mbchar (Makefile.am): Assume <wchar.h>.
21508         * m4/mbchar.m4: Likewise.
21509         * modules/mbswidth (Depends-on): Depend on wchar.
21510         * lib/mbswidth.c: Assume <wchar.h>.
21511         * m4/mbswidth.m4: Likewise.
21512         * modules/quotearg (Depends-on): Depend on wchar.
21513         * lib/quotearg.c: Assume <wchar.h>.
21514         * m4/quotearg.m4: Likewise.
21515         * modules/regex (Depends-on): Depend on wchar.
21516         * lib/regex_internal.h: Assume <wchar.h>.
21517         * m4/regex.m4: Likewise.
21518         * modules/stdint (Depends-on): Depend on wchar.
21519         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
21520         * m4/stdint.m4: Likewise.
21521         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
21522         * modules/strftime (Depends-on): Depend on wchar.
21523         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
21524         * modules/strtol (Depends-on): Depend on wchar.
21525         * lib/strtol.c: Assume <wchar.h>.
21526         * modules/wcwidth (Depends-on): Depend on wchar.
21527         * lib/wcwidth.h: Assume <wchar.h>.
21528         * m4/wcwidth.m4: Likewise.
21529
21530 2007-01-16  Bruno Haible  <bruno@clisp.org>
21531
21532         * modules/csharpexec-script: New, created from...
21533         * modules/csharpexec: ... this.
21534
21535 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
21536
21537         * modules/javaexec-script: New, created from...
21538         * modules/javaexec: ... this.
21539
21540 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21541
21542         * modules/poll (Dependencies): Add sys_select.
21543
21544 2007-01-15  Jim Meyering  <jim@meyering.net>
21545
21546         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
21547         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
21548         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
21549         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
21550
21551 2007-01-15  Bruno Haible  <bruno@clisp.org>
21552
21553         * modules/striconveh: New file.
21554         * lib/striconveh.h: New file.
21555         * lib/striconveh.c: New file.
21556         * MODULES.html.sh (Internationalization functions): Add striconveh.
21557
21558         * modules/striconveh-tests: New file.
21559         * tests/test-striconveh.c: New file.
21560
21561 2007-01-15  Bruno Haible  <bruno@clisp.org>
21562
21563         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
21564         not from GNU libiconv or GNU libc.
21565
21566 2007-01-15  Bruno Haible  <bruno@clisp.org>
21567
21568         * doc/gnulib-intro.texi (Copyright): Explain the different license
21569         terms for module descriptions, autoconf macros, tests, documentation.
21570
21571 2007-01-14  Bruno Haible  <bruno@clisp.org>
21572
21573         * modules/striconv-tests: New file.
21574         * tests/test-striconv.c: New file.
21575
21576 2007-01-14  Bruno Haible  <bruno@clisp.org>
21577
21578         * modules/iconv-tests: New file.
21579         * tests/test-iconv.c: New file.
21580
21581 2007-01-14  Bruno Haible  <bruno@clisp.org>
21582
21583         * gnulib-tool (func_get_license): For test modules, use the license of
21584         the main module.
21585
21586 2007-01-14  Bruno Haible  <bruno@clisp.org>
21587
21588         * modules/iconv (Include): Clarify that <iconv.h> can only be included
21589         if iconv is found to exist.
21590
21591 2007-01-14  Bruno Haible  <bruno@clisp.org>
21592
21593         * modules/c-ctype-tests: New file.
21594         * tests/test-c-ctype.c: New file.
21595
21596 2007-01-14  Bruno Haible  <bruno@clisp.org>
21597
21598         * modules/binary-io-tests: New file.
21599         * tests/test-binary-io.sh: New file.
21600         * tests/test-binary-io.c: New file.
21601
21602 2007-01-14  Bruno Haible  <bruno@clisp.org>
21603
21604         * modules/array-oset-tests: New file.
21605         * tests/test-array_oset.c: New file.
21606
21607 2007-01-14  Bruno Haible  <bruno@clisp.org>
21608
21609         * modules/array-list-tests: New file.
21610         * tests/test-array_list.c: New file.
21611
21612 2007-01-14  Bruno Haible  <bruno@clisp.org>
21613
21614         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
21615         and make.
21616         Reported by Simon Josefsson in
21617         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
21618
21619 2007-01-14  Bruno Haible  <bruno@clisp.org>
21620
21621         * modules/allocsa-tests: New file.
21622         * tests/test-allocsa.c: New file.
21623
21624 2007-01-14  Bruno Haible  <bruno@clisp.org>
21625
21626         * modules/fchdir (Depends-on): Add absolute-header.
21627         * modules/unistd (Depends-on): Likewise.
21628
21629 2006-12-30  Bruno Haible  <bruno@clisp.org>
21630
21631         * modules/fchdir: New file.
21632         * modules/unistd (Files): Add lib/unistd_.h.
21633         (Makefile.am): Generate unistd.h from unistd_.h.
21634         * lib/fchdir.c: New file.
21635         * lib/dirent_.h: New file.
21636         * lib/unistd_.h: New file.
21637         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
21638         * m4/fchdir.m4: New file.
21639         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
21640         (gl_HEADER_UNISTD): Invoke it.
21641         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
21642         function.
21643         * lib/backupfile.c (opendir, closedir): Undefine.
21644         * lib/chown.c (open, close): Undefine.
21645         * lib/clean-temp.c (open, close): Undefine.
21646         * lib/copy-file.c (open, close): Undefine.
21647         * lib/execute.c (open, close): Undefine.
21648         * lib/fsusage.c (open, close): Undefine.
21649         * lib/gc-gnulib.c (open, close): Undefine.
21650         * lib/getcwd.c (opendir, closedir): Undefine.
21651         * lib/glob.c (opendir, closedir): Undefine.
21652         * lib/javacomp.c (open, close): Undefine.
21653         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
21654         * lib/openat-proc.c (open, close): Undefine.
21655         * lib/pagealign_alloc.c (open, close): Undefine.
21656         * lib/pipe.c (open, close): Undefine.
21657         * lib/progreloc.c (open, close): Undefine.
21658         * lib/savedir.c (opendir, closedir): Undefine.
21659         * lib/utime.c (open, close): Undefine.
21660         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
21661
21662 2007-01-10  Bruno Haible  <bruno@clisp.org>
21663
21664         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
21665
21666 2007-01-12  Eric Blake  <ebb9@byu.net>
21667
21668         Provide a robust <wchar.h>.  Further simplifications are now
21669         possible in other modules, but not included here.
21670         * modules/wchar: New module.
21671         * m4/wchar.m4: New file.
21672         * lib/wchar_.h: Likewise.
21673         * modules/mbchar (Depends-on): Depend on wchar, as the first use
21674         of the new module.
21675         * MODULES.html.sh (Extended multibyte and wide character utilities):
21676         New section.
21677
21678 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
21679
21680         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
21681         to a reasonable default for memory allocation.
21682         (xreadlink): Don't allocate a huge buffer, to work around a buggy
21683         file system that reports garbage st_size values for symlinks.
21684         Problem reported by Liyang Hu.
21685
21686 2007-01-11  Simon Josefsson  <simon@josefsson.org>
21687
21688         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
21689         Emacs .#* auto-save files).
21690
21691 2007-01-11  Bruno Haible  <bruno@clisp.org>
21692
21693         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
21694         directory.
21695
21696 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
21697
21698         Use @...@ consistently in lib/wctype_.h.
21699         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
21700         on it being set to 1 or 0.
21701         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
21702         go back to AC_SUBSTing it.
21703         * modules/wctype (Makefile.am): Undo previous change.
21704
21705 2007-01-10  Eric Blake  <ebb9@byu.net>
21706
21707         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
21708         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
21709         * modules/wctype (Makefile.am): Likewise.
21710         Reported by Chris McGuire.
21711
21712 2007-01-10  Jim Meyering  <jim@meyering.net>
21713
21714         fts.c: a small readability/maintainability improvement
21715         * lib/fts.c (fts_read): Make this code slightly more readable and
21716         maintainable by hoisting the "sp->fts_cur = p" assignments to
21717         immediately follow the statements that set P.  Derived from
21718         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
21719
21720 2007-01-10  Eric Blake  <ebb9@byu.net>
21721
21722         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
21723         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
21724         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
21725         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
21726         Reported by Chris McGuire.
21727
21728 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21729
21730         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
21731         in sed script.
21732
21733 2007-01-09  Bruno Haible  <bruno@clisp.org>
21734
21735         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
21736         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
21737         variables.
21738         (func_module): Use them.
21739
21740 2007-01-09  Bruno Haible  <bruno@clisp.org>
21741
21742         * modules/unistr/base: New file.
21743         * lib/unistr.h: New file.
21744
21745         * modules/unistr/u8-to-u16: New file.
21746         * lib/unistr/u8-to-u16.c: New file.
21747
21748         * modules/unistr/u8-to-u32: New file.
21749         * lib/unistr/u8-to-u32.c: New file.
21750
21751         * modules/unistr/u16-to-u8: New file.
21752         * lib/unistr/u16-to-u8.c: New file.
21753
21754         * modules/unistr/u16-to-u32: New file.
21755         * lib/unistr/u16-to-u32.c: New file.
21756
21757         * modules/unistr/u32-to-u8: New file.
21758         * lib/unistr/u32-to-u8.c: New file.
21759
21760         * modules/unistr/u32-to-u16: New file.
21761         * lib/unistr/u32-to-u16.c: New file.
21762
21763         * modules/unistr/u8-check: New file.
21764         * modules/unistr/u16-check: New file.
21765         * modules/unistr/u32-check: New file.
21766         * lib/unistr/u8-check.c: New file.
21767         * lib/unistr/u16-check.c: New file.
21768         * lib/unistr/u32-check.c: New file.
21769
21770         * modules/unistr/u8-chr: New file.
21771         * modules/unistr/u16-chr: New file.
21772         * modules/unistr/u32-chr: New file.
21773         * lib/unistr/u8-chr.c: New file.
21774         * lib/unistr/u16-chr.c: New file.
21775         * lib/unistr/u32-chr.c: New file.
21776
21777         * modules/unistr/u8-cmp: New file.
21778         * modules/unistr/u16-cmp: New file.
21779         * modules/unistr/u32-cmp: New file.
21780         * lib/unistr/u8-cmp.c: New file.
21781         * lib/unistr/u16-cmp.c: New file.
21782         * lib/unistr/u32-cmp.c: New file.
21783
21784         * modules/unistr/u8-cpy: New file.
21785         * modules/unistr/u16-cpy: New file.
21786         * modules/unistr/u32-cpy: New file.
21787         * lib/unistr/u8-cpy.c: New file.
21788         * lib/unistr/u16-cpy.c: New file.
21789         * lib/unistr/u32-cpy.c: New file.
21790         * lib/unistr/u-cpy.h: New file.
21791
21792         * modules/unistr/u8-cpy-alloc: New file.
21793         * modules/unistr/u16-cpy-alloc: New file.
21794         * modules/unistr/u32-cpy-alloc: New file.
21795         * lib/unistr/u8-cpy-alloc.c: New file.
21796         * lib/unistr/u16-cpy-alloc.c: New file.
21797         * lib/unistr/u32-cpy-alloc.c: New file.
21798         * lib/unistr/u-cpy-alloc.h: New file.
21799
21800         * modules/unistr/u8-endswith: New file.
21801         * modules/unistr/u16-endswith: New file.
21802         * modules/unistr/u32-endswith: New file.
21803         * lib/unistr/u8-endswith.c: New file.
21804         * lib/unistr/u16-endswith.c: New file.
21805         * lib/unistr/u32-endswith.c: New file.
21806         * lib/unistr/u-endswith.h: New file.
21807
21808         * modules/unistr/u8-mblen: New file.
21809         * modules/unistr/u16-mblen: New file.
21810         * modules/unistr/u32-mblen: New file.
21811         * lib/unistr/u8-mblen.c: New file.
21812         * lib/unistr/u16-mblen.c: New file.
21813         * lib/unistr/u32-mblen.c: New file.
21814
21815         * modules/unistr/u8-mbtouc: New file.
21816         * modules/unistr/u16-mbtouc: New file.
21817         * modules/unistr/u32-mbtouc: New file.
21818         * lib/unistr/u8-mbtouc.c: New file.
21819         * lib/unistr/u16-mbtouc.c: New file.
21820         * lib/unistr/u32-mbtouc.c: New file.
21821
21822         * modules/unistr/u8-mbtouc-safe: New file.
21823         * modules/unistr/u16-mbtouc-safe: New file.
21824         * modules/unistr/u32-mbtouc-safe: New file.
21825         * lib/unistr/u8-mbtouc-safe.c: New file.
21826         * lib/unistr/u16-mbtouc-safe.c: New file.
21827         * lib/unistr/u32-mbtouc-safe.c: New file.
21828
21829         * modules/unistr/u8-move: New file.
21830         * modules/unistr/u16-move: New file.
21831         * modules/unistr/u32-move: New file.
21832         * lib/unistr/u8-move.c: New file.
21833         * lib/unistr/u16-move.c: New file.
21834         * lib/unistr/u32-move.c: New file.
21835         * lib/unistr/u-move.h: New file.
21836
21837         * modules/unistr/u8-next: New file.
21838         * modules/unistr/u16-next: New file.
21839         * modules/unistr/u32-next: New file.
21840         * lib/unistr/u8-next.c: New file.
21841         * lib/unistr/u16-next.c: New file.
21842         * lib/unistr/u32-next.c: New file.
21843
21844         * modules/unistr/u8-prev: New file.
21845         * modules/unistr/u16-prev: New file.
21846         * modules/unistr/u32-prev: New file.
21847         * lib/unistr/u8-prev.c: New file.
21848         * lib/unistr/u16-prev.c: New file.
21849         * lib/unistr/u32-prev.c: New file.
21850
21851         * modules/unistr/u8-set: New file.
21852         * modules/unistr/u16-set: New file.
21853         * modules/unistr/u32-set: New file.
21854         * lib/unistr/u8-set.c: New file.
21855         * lib/unistr/u16-set.c: New file.
21856         * lib/unistr/u32-set.c: New file.
21857         * lib/unistr/u-set.h: New file.
21858
21859         * modules/unistr/u8-startswith: New file.
21860         * modules/unistr/u16-startswith: New file.
21861         * modules/unistr/u32-startswith: New file.
21862         * lib/unistr/u8-startswith.c: New file.
21863         * lib/unistr/u16-startswith.c: New file.
21864         * lib/unistr/u32-startswith.c: New file.
21865         * lib/unistr/u-startswith.h: New file.
21866
21867         * modules/unistr/u8-stpcpy: New file.
21868         * modules/unistr/u16-stpcpy: New file.
21869         * modules/unistr/u32-stpcpy: New file.
21870         * lib/unistr/u8-stpcpy.c: New file.
21871         * lib/unistr/u16-stpcpy.c: New file.
21872         * lib/unistr/u32-stpcpy.c: New file.
21873         * lib/unistr/u-stpcpy.h: New file.
21874
21875         * modules/unistr/u8-stpncpy: New file.
21876         * modules/unistr/u16-stpncpy: New file.
21877         * modules/unistr/u32-stpncpy: New file.
21878         * lib/unistr/u8-stpncpy.c: New file.
21879         * lib/unistr/u16-stpncpy.c: New file.
21880         * lib/unistr/u32-stpncpy.c: New file.
21881         * lib/unistr/u-stpncpy.h: New file.
21882
21883         * modules/unistr/u8-strcat: New file.
21884         * modules/unistr/u16-strcat: New file.
21885         * modules/unistr/u32-strcat: New file.
21886         * lib/unistr/u8-strcat.c: New file.
21887         * lib/unistr/u16-strcat.c: New file.
21888         * lib/unistr/u32-strcat.c: New file.
21889         * lib/unistr/u-strcat.h: New file.
21890
21891         * modules/unistr/u8-strchr: New file.
21892         * modules/unistr/u16-strchr: New file.
21893         * modules/unistr/u32-strchr: New file.
21894         * lib/unistr/u8-strchr.c: New file.
21895         * lib/unistr/u16-strchr.c: New file.
21896         * lib/unistr/u32-strchr.c: New file.
21897
21898         * modules/unistr/u8-strcmp: New file.
21899         * modules/unistr/u16-strcmp: New file.
21900         * modules/unistr/u32-strcmp: New file.
21901         * lib/unistr/u8-strcmp.c: New file.
21902         * lib/unistr/u16-strcmp.c: New file.
21903         * lib/unistr/u32-strcmp.c: New file.
21904
21905         * modules/unistr/u8-strcpy: New file.
21906         * modules/unistr/u16-strcpy: New file.
21907         * modules/unistr/u32-strcpy: New file.
21908         * lib/unistr/u8-strcpy.c: New file.
21909         * lib/unistr/u16-strcpy.c: New file.
21910         * lib/unistr/u32-strcpy.c: New file.
21911         * lib/unistr/u-strcpy.h: New file.
21912
21913         * modules/unistr/u8-strcspn: New file.
21914         * modules/unistr/u16-strcspn: New file.
21915         * modules/unistr/u32-strcspn: New file.
21916         * lib/unistr/u8-strcspn.c: New file.
21917         * lib/unistr/u16-strcspn.c: New file.
21918         * lib/unistr/u32-strcspn.c: New file.
21919         * lib/unistr/u-strcspn.h: New file.
21920
21921         * modules/unistr/u8-strdup: New file.
21922         * modules/unistr/u16-strdup: New file.
21923         * modules/unistr/u32-strdup: New file.
21924         * lib/unistr/u8-strdup.c: New file.
21925         * lib/unistr/u16-strdup.c: New file.
21926         * lib/unistr/u32-strdup.c: New file.
21927         * lib/unistr/u-strdup.h: New file.
21928
21929         * modules/unistr/u8-strlen: New file.
21930         * modules/unistr/u16-strlen: New file.
21931         * modules/unistr/u32-strlen: New file.
21932         * lib/unistr/u8-strlen.c: New file.
21933         * lib/unistr/u16-strlen.c: New file.
21934         * lib/unistr/u32-strlen.c: New file.
21935         * lib/unistr/u-strlen.h: New file.
21936
21937         * modules/unistr/u8-strmblen: New file.
21938         * modules/unistr/u16-strmblen: New file.
21939         * modules/unistr/u32-strmblen: New file.
21940         * lib/unistr/u8-strmblen.c: New file.
21941         * lib/unistr/u16-strmblen.c: New file.
21942         * lib/unistr/u32-strmblen.c: New file.
21943
21944         * modules/unistr/u8-strmbtouc: New file.
21945         * modules/unistr/u16-strmbtouc: New file.
21946         * modules/unistr/u32-strmbtouc: New file.
21947         * lib/unistr/u8-strmbtouc.c: New file.
21948         * lib/unistr/u16-strmbtouc.c: New file.
21949         * lib/unistr/u32-strmbtouc.c: New file.
21950
21951         * modules/unistr/u8-strncat: New file.
21952         * modules/unistr/u16-strncat: New file.
21953         * modules/unistr/u32-strncat: New file.
21954         * lib/unistr/u8-strncat.c: New file.
21955         * lib/unistr/u16-strncat.c: New file.
21956         * lib/unistr/u32-strncat.c: New file.
21957         * lib/unistr/u-strncat.h: New file.
21958
21959         * modules/unistr/u8-strncmp: New file.
21960         * modules/unistr/u16-strncmp: New file.
21961         * modules/unistr/u32-strncmp: New file.
21962         * lib/unistr/u8-strncmp.c: New file.
21963         * lib/unistr/u16-strncmp.c: New file.
21964         * lib/unistr/u32-strncmp.c: New file.
21965
21966         * modules/unistr/u8-strncpy: New file.
21967         * modules/unistr/u16-strncpy: New file.
21968         * modules/unistr/u32-strncpy: New file.
21969         * lib/unistr/u8-strncpy.c: New file.
21970         * lib/unistr/u16-strncpy.c: New file.
21971         * lib/unistr/u32-strncpy.c: New file.
21972         * lib/unistr/u-strncpy.h: New file.
21973
21974         * modules/unistr/u8-strnlen: New file.
21975         * modules/unistr/u16-strnlen: New file.
21976         * modules/unistr/u32-strnlen: New file.
21977         * lib/unistr/u8-strnlen.c: New file.
21978         * lib/unistr/u16-strnlen.c: New file.
21979         * lib/unistr/u32-strnlen.c: New file.
21980         * lib/unistr/u-strnlen.h: New file.
21981
21982         * modules/unistr/u8-strpbrk: New file.
21983         * modules/unistr/u16-strpbrk: New file.
21984         * modules/unistr/u32-strpbrk: New file.
21985         * lib/unistr/u8-strpbrk.c: New file.
21986         * lib/unistr/u16-strpbrk.c: New file.
21987         * lib/unistr/u32-strpbrk.c: New file.
21988         * lib/unistr/u-strpbrk.h: New file.
21989
21990         * modules/unistr/u8-strrchr: New file.
21991         * modules/unistr/u16-strrchr: New file.
21992         * modules/unistr/u32-strrchr: New file.
21993         * lib/unistr/u8-strrchr.c: New file.
21994         * lib/unistr/u16-strrchr.c: New file.
21995         * lib/unistr/u32-strrchr.c: New file.
21996
21997         * modules/unistr/u8-strspn: New file.
21998         * modules/unistr/u16-strspn: New file.
21999         * modules/unistr/u32-strspn: New file.
22000         * lib/unistr/u8-strspn.c: New file.
22001         * lib/unistr/u16-strspn.c: New file.
22002         * lib/unistr/u32-strspn.c: New file.
22003         * lib/unistr/u-strspn.h: New file.
22004
22005         * modules/unistr/u8-strstr: New file.
22006         * modules/unistr/u16-strstr: New file.
22007         * modules/unistr/u32-strstr: New file.
22008         * lib/unistr/u8-strstr.c: New file.
22009         * lib/unistr/u16-strstr.c: New file.
22010         * lib/unistr/u32-strstr.c: New file.
22011         * lib/unistr/u-strstr.h: New file.
22012
22013         * modules/unistr/u8-strtok: New file.
22014         * modules/unistr/u16-strtok: New file.
22015         * modules/unistr/u32-strtok: New file.
22016         * lib/unistr/u8-strtok.c: New file.
22017         * lib/unistr/u16-strtok.c: New file.
22018         * lib/unistr/u32-strtok.c: New file.
22019         * lib/unistr/u-strtok.h: New file.
22020
22021         * modules/unistr/u8-uctomb: New file.
22022         * modules/unistr/u16-uctomb: New file.
22023         * modules/unistr/u32-uctomb: New file.
22024         * lib/unistr/u8-uctomb.c: New file.
22025         * lib/unistr/u16-uctomb.c: New file.
22026         * lib/unistr/u32-uctomb.c: New file.
22027
22028         * MODULES.html.sh (Unicode string functions): Add the new modules.
22029
22030 2007-01-08  Bruno Haible  <bruno@clisp.org>
22031
22032         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
22033         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
22034         subdirectories.
22035
22036 2007-01-08  Karl Berry  <karl@gnu.org>
22037
22038         * doc/error.texi: mention that main() fns must set program_name
22039         when progname is used.
22040
22041 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
22042
22043         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
22044         WCTYPE_H is empty, for the benefit of builds from non-distclean
22045         directories.  Problem reported by Eric Blake in
22046         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
22047
22048 2007-01-08  Bruno Haible  <bruno@clisp.org>
22049
22050         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
22051         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
22052         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
22053         PROVIDE_CANONICALIZE_FILENAME_MODE.
22054         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
22055
22056 2007-01-08  Bruno Haible  <bruno@clisp.org>
22057
22058         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
22059         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
22060         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
22061         * lib/fts.c: Likewise.
22062         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
22063
22064 2006-12-25  Bruno Haible  <bruno@clisp.org>
22065
22066         * modules/utf8-ucs4-safe: New file.
22067         * lib/utf8-ucs4-safe.h: New file.
22068         * lib/unistr/utf8-ucs4-safe.c: New file.
22069
22070         * modules/utf16-ucs4-safe: New file.
22071         * lib/utf16-ucs4-safe.h: New file.
22072         * lib/unistr/utf16-ucs4-safe.c: New file.
22073
22074         * MODULES.html.sh (Unicode string functions): Add the new modules.
22075
22076 2007-01-08  Bruno Haible  <bruno@clisp.org>
22077
22078         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
22079         (Depends-on): Add unitypes.
22080         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
22081         (u8_mbtouc_aux): Move out to separate file.
22082         (u8_mbtouc): Use ucs4_t, uint8_t types.
22083         * lib/unistr/utf8-ucs4.c: New file.
22084
22085         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
22086         (Depends-on): Add unitypes.
22087         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
22088         (u16_mbtouc_aux): Move out to separate file.
22089         (u16_mbtouc): Use ucs4_t, uint16_t types.
22090         * lib/unistr/utf16-ucs4.c: New file.
22091
22092         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
22093         (Depends-on): Add unitypes.
22094         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
22095         (u8_uctomb_aux): Move out to separate file.
22096         (u8_uctomb): Use ucs4_t, uint8_t types.
22097         * lib/unistr/ucs4-utf8.c: New file.
22098
22099         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
22100         (Depends-on): Add unitypes.
22101         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
22102         (u16_uctomb_aux): Move out to separate file.
22103         (u16_uctomb): Use ucs4_t, uint16_t types.
22104         * lib/unistr/ucs4-utf16.c: New file.
22105
22106 2006-12-25  Bruno Haible  <bruno@clisp.org>
22107
22108         * modules/unitypes: New file.
22109         * lib/unitypes.h: New file.
22110         * MODULES.html.sh (func_all_modules): New section "Unicode string
22111         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
22112         this section. Add unitypes.
22113
22114 2007-01-08  Bruno Haible  <bruno@clisp.org>
22115
22116         Avoid variable names that conflict with those from libtool.
22117         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
22118         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
22119         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
22120         library_names_spec to acl_library_names_spec, hardcode_* to
22121         acl_hardcode_*.
22122         Reported by Ralf Wildenhues.
22123
22124 2007-01-08  Bruno Haible  <bruno@clisp.org>
22125
22126         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
22127         definition.
22128         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
22129         definition.
22130         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
22131         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
22132         definition.
22133         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
22134         definition.
22135         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
22136         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
22137         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
22138         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
22139         definition.
22140         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
22141         definition.
22142         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
22143         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
22144         GC_USE_<algorithm>.
22145         * lib/gc-libgcrypt.c: Likewise.
22146         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
22147         * modules/gc-arctwo (configure.ac): Likewise.
22148         * modules/gc-des (configure.ac): Likewise.
22149         * modules/gc-hmac-md5 (configure.ac): Likewise.
22150         * modules/gc-hmac-sha1 (configure.ac): Likewise.
22151         * modules/gc-md2 (configure.ac): Likewise.
22152         * modules/gc-md4 (configure.ac): Likewise.
22153         * modules/gc-md5 (configure.ac): Likewise.
22154         * modules/gc-random (configure.ac): Likewise.
22155         * modules/gc-rijndael (configure.ac): Likewise.
22156         * modules/gc-sha1 (configure.ac): Likewise.
22157
22158 2007-01-08  Bruno Haible  <bruno@clisp.org>
22159
22160         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
22161         macro definition.
22162         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
22163         definition.
22164         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
22165         definition.
22166         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
22167         * modules/fcntl-safer (configure.ac): Likewise.
22168         * modules/fopen-safer (configure.ac): Likewise.
22169         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
22170         GNULIB_FWRITEERROR macro definition.
22171
22172 2007-01-08  Bruno Haible  <bruno@clisp.org>
22173
22174         * m4/gnulib-common.m4: New file.
22175         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
22176         (func_get_filelist): Add m4/gnulib-common.m4.
22177
22178 2007-01-08  Bruno Haible  <bruno@clisp.org>
22179
22180         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
22181         command.
22182
22183 2007-01-08  Jim Meyering  <jim@meyering.net>
22184
22185         Use a more robust test for a "can't happen" condition.
22186         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
22187         narrowed the st_size value.  Presuming the "can't happen" condition
22188         is true, that narrowing could conceivably convert an invalid st_size
22189         value into a valid one.  Instead, use a change based on Matthew
22190         Woehlke's original patch.
22191
22192         Slight readability improvement: use an assert-like macro
22193         in place of literal "abort ()" uses.
22194         * lib/fts.c (fts_assert): Define.
22195         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
22196         Use this macro instead of a bare 'abort'.
22197
22198 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
22199
22200         Don't worry about using IRIX 5.3's wctype.h broken definitions;
22201         simply work around them.
22202         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
22203         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
22204         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
22205         declaring.
22206         Don't bother to define as macros, since the standard doesn't require it.
22207         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
22208         longer worry about IRIX 5.3.
22209         (HAVE_WCTYPE_CTMP_BUG): Remove.
22210
22211 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
22212
22213         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
22214         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
22215         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
22216         Problems reported by Georg Schwarz for IRIX 5.3.
22217
22218         * gnulib-tool (autoconf_minversion): Take the maximum version number
22219         found, not the minimum.  Problem reported by James Youngman.
22220
22221 2007-01-03  Karl Berry  <karl@gnu.org>
22222
22223         * doc/error.texi: new file, explaining interaction with progname.
22224         * doc/gnulib.texi: include it.  Update copyright.
22225
22226 2007-01-03  Simon Josefsson  <simon@josefsson.org>
22227
22228         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
22229         AC_CANONICAL_HOST, to improve autobuild outputs.
22230
22231 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
22232             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
22233
22234         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
22235         sockets, server sockets, and other file descriptors.  Count errors
22236         to compute the return value.  Reorder the code a bit to be easier
22237         to follow.  Don't set event bits that were not requested (except
22238         POLLERR and POLLHUP).
22239
22240 2007-01-01  Bruno Haible  <bruno@clisp.org>
22241
22242         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
22243
22244 2007-01-03  Jim Meyering  <jim@meyering.net>
22245
22246         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
22247
22248 2007-01-02  Bruno Haible  <bruno@clisp.org>
22249
22250         * modules/settime (Include): Require timespec.h.
22251         * modules/nanosleep (Include): Likewise.
22252
22253 2007-01-01  Bruno Haible  <bruno@clisp.org>
22254
22255         * gnulib-tool (func_emit_copyright_notice): Bump year.
22256         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
22257
22258 2007-01-01  Bruno Haible  <bruno@clisp.org>
22259
22260         Improve support for OpenBSD.
22261         * build-aux/config.rpath (libname_spec): Export.
22262         (library_names_spec): New variable. Export.
22263         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
22264         library_names_spec from the config.rpath output. Locate shared library
22265         through the name pattern in library_names_spec.
22266
22267 2007-01-01  Eric Blake  <ebb9@byu.net>
22268
22269         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
22270
22271 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
22272
22273         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
22274         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
22275         assume the C locale, and avoid an "eval" that could cause trouble.
22276         Problem with SORT reported by Bob Proulx.
22277
22278         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
22279         Define.  Trivial patch from Henning Nielsen Lund, originally
22280         sent to bug-grep@gnu.org today.
22281
22282 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
22283
22284         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
22285         struct stat.  Problem reported by Henning Nielsen Lund.
22286         * lib/acl.c: Include acl.h first, to check interface.  Don't
22287         bother to include sys/types.h and sys/stat.h again.
22288
22289 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
22290
22291         Import the following change from libc; problem reported by
22292         Sven Verdoolaege.
22293
22294         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
22295
22296         [BZ #1373]
22297         * lib/argp.h: Remove __NTH for __argp_usage inline function.
22298
22299 2006-12-28  Jim Meyering  <jim@meyering.net>
22300
22301         * build-aux/announce-gen: Do not assume that the package
22302         builds any of tar.gz, tar.bz2, and .xdelta files.
22303         Suggestion from Simon Josefsson.
22304
22305 2006-12-28  Simon Josefsson  <simon@josefsson.org>
22306
22307         * modules/announce-gen: New file.
22308
22309 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
22310
22311         * lib/mbchar.h: Just include <wctype.h>; the wctype module
22312         handles its gotchas now.
22313         * lib/mbswidth.c: Likewise.
22314         * lib/wcwidth.h: Likewise.
22315         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
22316         and iswcntrl; the wctype module does this stuff now.
22317         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
22318         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
22319         * modules/mbchar (Depends-on): Add wctype.
22320         * modules/mbswidth (Depends-on): Likewise.
22321         * modules/wcwidth (Depends-on): Likewise.
22322
22323 2006-12-27  Eric Blake  <ebb9@byu.net>
22324
22325         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
22326         module uses more than what <wctype.h> is required to provide.
22327
22328 2006-12-26  Eric Blake  <ebb9@byu.net>
22329
22330         * gnulib-tool (sed_extract_prog): Avoid space-tab.
22331
22332 2006-12-26  Eric Blake  <ebb9@byu.net>
22333
22334         * modules/absolute-header: New module.
22335         * modules/fcntl (Depends-on): Depend on it.
22336         * modules/inttypes (Depends-on): Likewise.
22337         * modules/stdint (Depends-on): Likewise.
22338         * modules/sys_stat (Depends-on): Likewise.
22339         * modules/wctype (Depends-on): Likewise.
22340         * MODULES.html.sh (Support for building libraries and
22341         executables): Document it.
22342
22343 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
22344
22345         * gnulib-tool (SED): Remove, undoing previous change.
22346         The problem was that it broke coreutils on Solaris, because
22347         "sed --posix" leaked into a makefile.
22348         (sed): New alias, if 'alias' and GNU sed.
22349
22350 2006-12-24  Jim Meyering  <jim@meyering.net>
22351
22352         Work around an fchownat bug in glibc-2.4:
22353         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
22354         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
22355         in spite of the -P option.
22356         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
22357         New macros.
22358         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
22359         * modules/openat (Files): Add lib/fchownat.c.
22360         * lib/openat.c (fchownat): Don't define here.  Move to...
22361         * lib/fchownat.c: ...this new file.
22362
22363 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
22364
22365         Fix bug reported by Bruno Haible in
22366         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
22367         where quotearg.c didn't compile on Mac OS X 10.2 because it
22368         lacks <wchar.h> and wint_t.
22369         * lib/wctype_.h (__wctype_wint_t): New type.
22370         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
22371         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
22372         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
22373         Arg is now of type __wctype_wint_t, not wint_t.
22374         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
22375         substitute HAVE_WINT_T.
22376         * modules/wctype (Files): Add m4/wint_t.m4.
22377         (wctype.h): Substitute HAVE_WINT_T.
22378
22379 2006-12-23  Bruno Haible  <bruno@clisp.org>
22380
22381         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
22382
22383 2006-12-23  Bruno Haible  <bruno@clisp.org>
22384
22385         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
22386         S_ISLNK.
22387         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
22388         mingw.
22389
22390 2006-12-22  Bruno Haible  <bruno@clisp.org>
22391
22392         * lib/copy-file.c: Include acl.h.
22393         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
22394         Close the file descriptors only after being done with copy_acl.
22395         * modules/copy-file (Depends-on): Add acl.
22396
22397 2006-12-22  Bruno Haible  <bruno@clisp.org>
22398
22399         * gnulib-tool (SED): New variable.
22400         Use $SED instead of sed everywhere.
22401
22402 2006-12-22  Bruno Haible  <bruno@clisp.org>
22403
22404         * modules/no-c++: New file.
22405         * m4/no-c++.m4: New file.
22406         * MODULES.html.sh (Support for building libraries and executables):
22407         Add no-c++.
22408
22409 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
22410
22411         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
22412         Include <limits.h>, and use its INT_MAX to rewrite the
22413         j loop so that it does not overflow 'int'.  Problem reported by
22414         Ralf Wildenhues in
22415         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
22416         Play it safe by shifting left by 1 rather than multiplying by 2,
22417         as GCC is less likely to optimize this away when the value
22418         is signed (when it assumes overflow leads to undefined behavior).
22419         Also, don't assume time_t uses two's complement.
22420
22421 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
22422
22423         * MODULES.html.sh: New module wctype.
22424         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
22425         * lib/fnmatch.c: Don't bother to include <wchar.h> before
22426         <wctype.h>, since the new wctype module should fix this.
22427         * lib/quotearg.c: Include <wctype.h> unconditionally, since
22428         the wctype module should arrange for it.
22429         * lib/regex_internal.h: Likewise.
22430         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
22431         since the wctype module should handle this now.
22432         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
22433         * modules/fnmatch (Depends-on): Add wctype.
22434         * modules/quotearg (Depends-on): Likewise.
22435         * modules/regex (Depends-on): Likewise.
22436
22437 2006-12-19  Bruno Haible  <bruno@clisp.org>
22438
22439         * lib/strdup.h [C++]: Wrap definitions in extern "C".
22440         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
22441
22442 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22443
22444         * modules/savewd (Depends-on): Fix dependency on fcntl.
22445
22446 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
22447
22448         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
22449         conforms to C99, rather than relying on the user's environment
22450         setting of STDINT_H.
22451
22452 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
22453         and Eric Blake  <ebb9@byu.net>
22454
22455         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
22456         This is more consistent with the other defines here.
22457         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
22458         Port to z/OS.  Problem reported by Paul Gilmartin.
22459         Change local vars to use gl_ prefix rather than ac_.
22460         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
22461         with other defines.
22462         * modules/double-slash-root: New module.
22463         * modules/dirname (Files): Remove m4/double-slash-root.m4.
22464         (Depends-on): Add double-slash-root.
22465         * MODULES.html.sh (File system functions): Mention new module.
22466
22467 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
22468
22469         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
22470         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
22471         This is for the benefit of gzip, which doesn't do i18n.
22472
22473 2006-12-12  Jim Meyering  <jim@meyering.net>
22474
22475         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
22476         Reported by Andreas Schwab <schwab@suse.de>.
22477
22478 2006-12-12  Bruno Haible  <bruno@clisp.org>
22479
22480         Merge these changes.
22481         2006-09-05  Bruno Haible  <bruno@clisp.org>
22482         * lib/iconvme.c (iconv_string): No need to save and restore errno when
22483         iconv_alloc succeeded.
22484         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
22485         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
22486         test for " && dest " at the end - dest is always != NULL there. Call
22487         iconv with 4xNULL arguments initially, to reset the state. Call iconv
22488         with 2xNULL arguments, also to flush the state storage. Handle the
22489         IRIX iconv behaviour. Realloc the final result, to throw away unused
22490         memory.
22491
22492 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
22493
22494         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
22495         and fchmodat unconditionally, since glibc 2.4 has them.
22496         Problem reported by Arkadiusz Miskiewicz.
22497
22498 2006-12-10  Bruno Haible  <bruno@clisp.org>
22499
22500         * gnulib-tool (func_import): Show the include files only for those
22501         modules that are copied and specified.
22502         Reported by Karl Berry.
22503
22504 2006-12-08  Jim Meyering  <jim@meyering.net>
22505
22506         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
22507         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
22508
22509         * build-aux/announce-gen: Add two new options, both optional:
22510         --bootstrap-tools=TOOL_LIST
22511               a comma-separated list of tools, e.g.,
22512               autoconf,automake,bison,gnulib
22513         --gnulib-snapshot-date=DATE
22514               if gnulib is in the bootstrap tool list,
22515               then report this as the snapshot date.
22516               If not specified, use the current date/time.
22517               If you specify a date here, be sure it's UTC.
22518
22519 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22520
22521         * tests/test-argp-2.sh: Fix test to match actual output.
22522         (func_compare): Fix sed script to be portable.
22523
22524 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
22525
22526         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
22527         workaround for this case.  It is not autoconfigured now; offhand
22528         it's hard to see how to autoconfigure it.
22529
22530 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
22531
22532         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
22533         a directory that is about to be chowned.  Such a directory's
22534         initial file permissions should permit the owner only and this
22535         should not be changed until after the chown, since the group and
22536         other bits would be incorrect if they granted permission before
22537         the chown.
22538
22539         Fix porting problem for iswctype reported by Georg Schwarz in:
22540         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
22541         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
22542         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
22543         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
22544         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
22545
22546 2006-12-03  Jim Meyering  <jim@meyering.net>
22547
22548         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
22549         p->fts_statp may not yet be defined.
22550         (fts_read): Instead, set it in the caller, once p->fts_statp is
22551         sure to be defined, and corresponds to a top-level directory.
22552         This bug made du -x fail.  Here's the coreutils test case:
22553         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
22554         Reported by Mike Frysinger.
22555
22556 2006-12-01  Jim Meyering  <jim@meyering.net>
22557
22558         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
22559         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
22560         Reported by Simon Josefsson.
22561
22562 2006-11-30  Jim Meyering  <jim@meyering.net>
22563
22564         * m4/warning.m4: Use the all-permissive copyright notice
22565         recommended by RMS (rather than LGPL).
22566         * m4/vararrays.m4: Likewise.
22567         * m4/flexmember.m4: Likewise.
22568
22569 2006-11-29  Bruno Haible  <bruno@clisp.org>
22570
22571         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
22572         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
22573         using +=.
22574         Reported by Simon Josefsson <simon@josefsson.org>.
22575
22576 2006-11-28  James Youngman <jay@gnu.org>
22577
22578         * README: Advise users that they might find the bug-gnulib@gnu.org
22579         and autotools-announce@gnu.org mailing lists useful.
22580
22581 2006-11-28  Bruno Haible  <bruno@clisp.org>
22582
22583         * m4/ptrdiff_max.m4: Remove file.
22584
22585 2006-11-21  Bruno Haible  <bruno@clisp.org>
22586
22587         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
22588         _AC_COMPUTE_INT.
22589         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
22590         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
22591         _AC_COMPUTE_INT.
22592         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
22593         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
22594         _AC_COMPUTE_INT.
22595         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
22596
22597 2006-11-28  Jim Meyering  <jim@meyering.net>
22598
22599         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
22600         warning from "gcc -Wshadow" about shadowing the builtin.
22601
22602 2006-11-27  Bruno Haible  <bruno@clisp.org>
22603
22604         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
22605         _AC_COMPUTE_INT.
22606         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
22607
22608 2006-11-27  Bruno Haible  <bruno@clisp.org>
22609             Paul Eggert  <eggert@cs.ucla.edu>
22610
22611         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
22612
22613 2006-11-26  Bruno Haible  <bruno@clisp.org>
22614
22615         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
22616         noinst_LTLIBRARIES.
22617
22618 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
22619             Bruno Haible  <bruno@clisp.org>
22620
22621         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
22622         if compiling with "gcc -ansi".
22623
22624 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
22625
22626         Fix some incompatibilities with gcc -ansi -pedantic.
22627         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
22628         if compiling pedantically with GCC, unless it's C99 or later.
22629         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
22630         it mishandles gcc -ansi -pedantic as well.
22631         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
22632         if gcc -pedantic.
22633         * lib/regexec.c (check_node_accept_bytes): Don't use auto
22634         initializers for struct if -pedantic, unless it's C99 or later.
22635
22636 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
22637
22638         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
22639         Don't close an fd more than once. Identical atimes indicate
22640         success, not failure.
22641
22642 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
22643
22644         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
22645
22646 2006-11-23  Jim Meyering  <jim@meyering.net>
22647
22648         * build-aux/announce-gen: New file.  From coreutils.
22649
22650 2006-11-22  Jim Meyering  <jim@meyering.net>
22651
22652         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
22653         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
22654         (fts_read): Use a temporary to narrow the overused st_size member
22655         before using it in a switch statement.  Reported by Matthew Woehlke.
22656
22657         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
22658         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
22659
22660 2006-11-20  Bruno Haible  <bruno@clisp.org>
22661
22662         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
22663         changequote instead of pairs of brackets.
22664         Reported by Andreas Schwab <schwab@suse.de>.
22665
22666 2006-11-21  Jim Meyering  <jim@meyering.net>
22667
22668         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
22669         so as to remain compatible with older compilers.
22670         Patch from Michael Deutschmann.
22671
22672 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
22673
22674         * MODULES.html.sh (File system functions): Add openat.
22675
22676         * lib/openat.h (rpl_fstatat): New macro, if
22677         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
22678         (fstatat): Define to rpl_fstatat under the same conditions,
22679         unless COMPILING_FSTATAT.
22680         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
22681         seems to have the bug.
22682         * lib/fstatat.c: New file.
22683         * modules/openat (Files): Add it.
22684
22685 2006-11-20  Bruno Haible  <bruno@clisp.org>
22686
22687         * Makefile: New file.
22688
22689 2006-11-20  Jim Meyering  <jim@meyering.net>
22690
22691         The beginnings of syntax-related checks for gnulib.
22692         * lib/Makefile: New file.
22693         * lib/t-idcache: New script.  Ensure that the two halves of
22694         idcache.c stay in sync.
22695
22696         * lib/idcache.c: Adjust comments in user- and group- portions to
22697         be more accurate, and to be consistent with one another.
22698
22699 2006-11-20  Jim Meyering  <jim@meyering.net>
22700
22701         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
22702         continue using the flexible array member (thus, this module performs
22703         half as many malloc calls), with the addition that...
22704         (getgroup, getuser): Consistently record a non-match via an empty
22705         "name" string, and map an empty string match to a NULL return value.
22706         * modules/idcache (Depends-on): Re-add flexmember.
22707
22708         * lib/idcache.c (getuser): Remove all uses of the register keyword.
22709         (getuidbyname, getgroup, getgidbyname): Likewise.
22710
22711         Use cleaner syntax: NULL rather than 0.
22712         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
22713
22714 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
22715
22716         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
22717         It mishandled the case where the group was missing.
22718         Problem reported by Greg Schafer.
22719         * modules/idcache: Likewise.
22720
22721 2006-11-18  Jim Meyering  <jim@meyering.net>
22722
22723         * check-module (%exempt_header): Add exception for some
22724         conditionally-included headers.
22725
22726         * modules/i-ring (Depends-on): Add verify.
22727         (License): Change to LGPL.
22728
22729 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
22730
22731         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
22732         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
22733         and inttostr.h.  Use snprintf rather than uinttostr, so that
22734         LGPLed code doesn't depend on GPLed.
22735
22736 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
22737
22738         * modules/inline (License): Change from GPL to LGPL.
22739
22740 2006-11-17  Jim Meyering  <jim@meyering.net>
22741
22742         * modules/d-type (License): Switch to LGPL.
22743
22744 2006-11-15  Bruno Haible  <bruno@clisp.org>
22745
22746         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
22747
22748 2006-11-15  Eric Blake  <ebb9@byu.net>
22749
22750         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
22751         the module dependency.
22752
22753 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22754             Bruno Haible  <bruno@clisp.org>
22755
22756         * gnulib-tool (func_create_testdir): Add license consistency check.
22757
22758 2006-11-15  Eric Blake  <ebb9@byu.net>
22759
22760         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
22761         random "(cached)" in configure output.
22762
22763 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22764
22765         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
22766         test for conforming inttypes.h is both announced and cached.
22767
22768         * MODULES.html.sh (seen_modules, seen_files): New variables.
22769         (func_module): Rewrite to use a few less gnulib-tool and sed
22770         invocations.  Avoid a couple of quadratic algorithms for ...
22771         (missed_modules, missed_files): ... these, with ...
22772         (func_append, func_tmpdir): ... these new functions, from
22773         gnulib-tool.  Analogously, install traps for cleanup.
22774
22775         * tests/test-gc.c (main): Remove unused variables.
22776         * tests/test-read-file.c: Include stdlib.h, for 'free'.
22777
22778 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
22779
22780         * modules/inttostr (License): Change to LGPL.
22781
22782 2006-11-14  Eric Blake  <ebb9@byu.net>
22783
22784         * modules/tempname (License): Change to LGPL.
22785
22786 2006-11-14  Eric Blake  <ebb9@byu.net>
22787
22788         * doc/functions.texi (Function Portability): *printf functions on
22789         Cygwin now understand all POSIX size specifiers.
22790
22791 2006-11-14  Bruno Haible  <bruno@clisp.org>
22792
22793         * modules/c-ctype (License): Change to LGPL.
22794
22795 2006-11-12  Bruno Haible  <bruno@clisp.org>
22796
22797         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
22798         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
22799         for GNOME libraries, for which the include files are installed in
22800         subdirectories of $prefix/include.
22801
22802 2006-11-12  Bruno Haible  <bruno@clisp.org>
22803
22804         * m4/lib-link.m4: Require at least autoconf-2.54.
22805         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
22806         name to underscores for the --with option.
22807
22808 2006-11-13  Bruno Haible  <bruno@clisp.org>
22809
22810         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
22811         the tests directory.
22812         Reported by Ralf Wildenhues.
22813
22814 2006-11-13  Bruno Haible  <bruno@clisp.org>
22815
22816         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
22817         (func_emit_initmacro_end): Undo the override here.
22818         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
22819         Works around the famous automake error in coreutils.
22820
22821 2006-11-13  Eric Blake  <ebb9@byu.net>
22822
22823         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
22824         element, not its node.
22825
22826 2006-11-12  Bruno Haible  <bruno@clisp.org>
22827
22828         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
22829         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
22830
22831 2006-11-12  Bruno Haible  <bruno@clisp.org>
22832
22833         * gnulib-tool: New option --local-symlink.
22834         (func_usage): Document it.
22835         (lsymbolic): New variable.
22836         (func_import, func_create_testdir): If --symlink was not specified,
22837         test whether --local-symlink was specified and the file comes from
22838         the local_gnulib_dir.
22839
22840 2006-11-12  Bruno Haible  <bruno@clisp.org>
22841
22842         * gnulib-tool (func_ln): New function.
22843         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
22844
22845 2006-11-12  Bruno Haible  <bruno@clisp.org>
22846
22847         Finish support for source files in subdirectories.
22848         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
22849         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
22850         AUTOMAKE_OPTIONS.
22851         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
22852
22853 2006-11-12  Bruno Haible  <bruno@clisp.org>
22854
22855         * gnulib-tool (func_get_automake_snippet): Synthesize also an
22856         EXTRA_lib_SOURCES augmentation.
22857         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
22858
22859 2006-11-12  Jim Meyering  <jim@meyering.net>
22860
22861         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
22862         file descriptors.  This also averts a failure on systems with
22863         native openat support when a traversed directory lacks "x" access.
22864         * lib/fts_.h: Include "i-ring.h"
22865         (struct FTS) [fts_fd_ring]: New member.
22866         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
22867         (FCHDIR): Add parentheses.
22868         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
22869         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
22870         When descending, rather than simply closing the previous
22871         fts_cwd_fd value, push that file descriptor onto the ring.
22872         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
22873         (fts_open): Initialize the new fd_ring member.
22874         (fts_close): Clear the ring.
22875         (fts_safe_changedir): When possible, use our new fd_ring to skip
22876         the diropen and fstat and dev/ino comparison that would normally
22877         accompany a virtual `chdir ("..")'.
22878
22879         * modules/fts (Depends-on): Add i-ring.
22880         * modules/i-ring: New module.
22881         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
22882         * m4/i-ring.m4: New file.
22883
22884 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22885
22886         * gnulib-tool (func_create_testdir): Fix replacement of
22887         `build-aux' in configure.ac.  Run autotools in gltests
22888         subdirectory.
22889         (func_create_testdir, func_create_megatestdir, test): There is
22890         no need for '--force' in most autotool invocations in a new
22891         tree.  Actually fail the whole test if any of the tools, or the
22892         configure or make stages fail.
22893
22894         Sync from Automake.
22895         * build-aux/gnupload: Revert last change.  Add pointer to upload
22896         instructions of the GNU Maintenance Instructions.
22897         Suggestion by Karl Berry.
22898
22899 2006-11-10  Jim Meyering  <jim@meyering.net>
22900
22901         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
22902
22903 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
22904
22905         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
22906         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
22907         (bind_textdomain_codeset) [! ENABLE_NLS]:
22908         Evaluate all the arguments.  That way, callers get compatible behavior
22909         if the arguments have side effects.  Also, it avoids some GCC
22910         diagnostics in some cases; Joel E. Denny reported problems when Bison
22911         was configured with --enable-gcc-warnigs.
22912
22913 2006-11-10  Jim Meyering  <jim@meyering.net>
22914
22915         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
22916         relevant options in CFLAGS (like -O, -fno-inline) are taken into
22917         account.
22918
22919 2006-11-10  Jim Meyering  <jim@meyering.net>
22920
22921         * modules/inline: New file/module.
22922         * modules/xalloc (Files): Remove m4/inline.m4.
22923         (Depends-on): Add inline, instead.
22924         * modules/oset: Likewise.
22925         * modules/list: Likewise.
22926
22927 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
22928
22929         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
22930         Problem reported by Matthew Woehlke.
22931
22932 2006-11-09  Bruno Haible  <bruno@clisp.org>
22933
22934         * lib/tempname.c (gen_tempname): Remove variant that invokes
22935         __gen_tempname.
22936         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
22937         __gen_tempname.
22938
22939 2006-11-08  Bruno Haible  <bruno@clisp.org>
22940
22941         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
22942         to 'yes' instead of 'cross-compiling'.
22943
22944 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
22945
22946         * lib/quotearg.h (quotearg_free): New decl.
22947         * lib/quotearg.c (quotearg_free): New function.
22948         (slot0, nslots, slotvec0, slotvec):
22949         Now file-scope so that quotearg_free can get at them.
22950
22951 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22952
22953         Sync from Automake.
22954         * build-aux/gnupload: Add missing 'gnu' to example URL.
22955         Report by Karl Berry.
22956
22957 2006-11-08  Bruno Haible  <bruno@clisp.org>
22958
22959         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
22960         Suggested by Paul Eggert.
22961
22962 2006-11-08  Jim Meyering  <jim@meyering.net>
22963
22964         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
22965         It's already included if !_LIBC.
22966         (fts_safe_changedir): Add a comment.
22967
22968 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
22969
22970         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
22971         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
22972         Matthew Woehlke.
22973
22974         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
22975         definitions up, to avoid colliding with change below.
22976         (static_inline) [HAVE_INLINE]: New macro.
22977         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
22978         Provide extern decls when !HAVE_INLINE.  Do not define unless
22979         static_inline is defined, either by us or by xmalloc.c.  Use
22980         static_inline rather than static inline.
22981         (XCALLOC): Optimize sizeof(T) = 1 case.
22982         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
22983
22984 2006-11-07  Bruno Haible  <bruno@clisp.org>
22985
22986         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
22987         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
22988         AC_C_INLINE.
22989         * modules/xalloc (Files): Add m4/inline.m4.
22990
22991 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22992
22993         * README: Fix typo.
22994         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
22995         (Miscellanous Notes): ...from this.
22996
22997 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
22998
22999         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
23000         Mention that offsetof should be used instead of sizeof.
23001         From Bruno Haible.
23002
23003 2006-11-07  Bruno Haible  <bruno@clisp.org>
23004
23005         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
23006
23007 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
23008
23009         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
23010         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
23011         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
23012         (gl_tree_add_before, gl_tree_add_after):
23013         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
23014         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
23015         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
23016         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
23017         (gl_linked_add_after, gl_linked_add_at): Likewise.
23018         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
23019         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
23020         (gl_tree_add_before, gl_tree_add_after): Likewise.
23021         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
23022         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
23023         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
23024
23025 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23026
23027         * lib/gl_oset.h: Use C comment style, not C++ comment style.
23028
23029 2006-11-06  Bruno Haible  <bruno@clisp.org>
23030
23031         * m4/inline.m4: New file.
23032         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
23033         * modules/list (Files): Add m4/inline.m4.
23034         * modules/oset (Files): Likewise.
23035
23036 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
23037
23038         * lib/idcache.c: Include <stddef.h>, for offsetof.
23039         (struct userid.name): Change from char * to a flexible array member.
23040         All uses changed.
23041         * modules/idcache (Depends-on): Add flexmember.
23042
23043         * MODULES.html.sh (Core language properties): New module flexmember.
23044         * modules/flexmember, m4/flexmember.m4: New files.
23045
23046         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
23047         inline functions that are identical with the old xnmalloc_inline,
23048         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
23049         that we can avoid some unnecessary integer multiplications and
23050         divisions in the common case where the element size is known at
23051         compile time.
23052         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
23053         needed.
23054         (xnboundedmalloc): Remove.
23055         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
23056         arguments, for consistency with rest of this header.
23057         (xcharalloc): Rewrite using XNMALLOC.
23058         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
23059         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
23060         versions have been moved to lib/xalloc.h and renamed to be the
23061         non-*_inline versions.
23062         (xmalloc, xrealloc): Implement without reference to the xnmalloc
23063         and xnrealloc functions, since those functions are now inline and
23064         now call us.
23065         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
23066         renaming described above.
23067         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
23068         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
23069         captures the dependency in AC_C_INLINE.
23070
23071         New module canonicalize-lgpl, proposed by Charles Wilson in
23072         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
23073         with a few small changes afterwards.
23074         * MODULES.html.sh (File system functions): New module
23075         canonicalize-lgpl.
23076         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
23077         and canonicalize_file_name.
23078         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
23079         * modules/canonicalize-lgpl: New files.
23080
23081 2006-11-05  Bruno Haible  <bruno@clisp.org>
23082
23083         * gnulib-tool (func_import, func_create_testdir): Create directories
23084         also for files in subdirectories of lib/.
23085
23086 2006-11-05  Bruno Haible  <bruno@clisp.org>
23087
23088         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
23089         ANSI C compliant.
23090
23091 2006-11-03  Bruno Haible  <bruno@clisp.org>
23092
23093         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
23094         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
23095         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
23096         (xnboundedmalloc): New inline function.
23097         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
23098         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
23099         xmalloc.
23100         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
23101         xmalloc.
23102         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
23103         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
23104         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
23105         xmalloc.
23106         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
23107         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
23108         xmalloc.
23109         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
23110         gl_tree_add_after): Use XMALLOC instead of xmalloc.
23111         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
23112         xmalloc.
23113         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
23114         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
23115         gl_tree_add_after): Use XMALLOC instead of xmalloc.
23116         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
23117         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
23118         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
23119         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
23120
23121 2006-11-03  Bruno Haible  <bruno@clisp.org>
23122
23123         * lib/c-ctype.h [C++]: Define functions without name mangling.
23124         * lib/fwriteerror.h [C++]: Likewise.
23125         * lib/gcd.h [C++]: Likewise.
23126         * lib/linebreak.h [C++]: Likewise.
23127
23128 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
23129
23130         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
23131         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
23132         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
23133         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
23134         Check for functions and headers just once.
23135         Check for declaration of canonicalize_file_name.
23136         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
23137
23138 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
23139
23140         * gnulib-tool (func_import): Fix typo in actioncmd.
23141
23142 2006-11-02  Bruno Haible  <bruno@clisp.org>
23143
23144         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
23145         newline sequence in the Makefile.am snippet as a space, like "make"
23146         does.
23147         Reported by Roger Persson <perrog@gmail.com>.
23148
23149 2006-11-01  Bruno Haible  <bruno@clisp.org>
23150
23151         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
23152         already declared in <string.h>.
23153         * lib/strcase.h (strncasecmp): Don't declare it if yes.
23154
23155 2006-11-01  Bruno Haible  <bruno@clisp.org>
23156
23157         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
23158         * lib/strcase.h: Include <string.h>.
23159         (strcasecmp): Define to rpl_strcasecmp here.
23160
23161 2006-11-01  Bruno Haible  <bruno@clisp.org>
23162
23163         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
23164
23165 2006-11-01  Eric Blake  <ebb9@byu.net>
23166
23167         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
23168
23169         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
23170
23171 2006-10-29  Bruno Haible  <bruno@clisp.org>
23172
23173         Make it compile in C++ mode.
23174         * lib/full-write.c (full_rw): Add a cast.
23175
23176 2006-11-01  Bruno Haible  <bruno@clisp.org>
23177
23178         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
23179         be POSIX compliant.
23180         Reported by Roger Persson <perrog@gmail.com>.
23181
23182 2006-11-01  Eric Blake  <ebb9@byu.net>
23183
23184         * lib/getopt_.h: Fix comments.
23185
23186 2006-10-31  Eric Blake  <ebb9@byu.net>
23187
23188         * modules/tmpdir (Depends-on): Add sys_stat.
23189         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
23190         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
23191         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
23192         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
23193         tempname.
23194
23195 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
23196
23197         Avoid some C++ diagnostics reported by Bruno Haible.
23198         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
23199         xmalloc.
23200         (quotearg_alloc): Use xcharalloc rather than xmalloc.
23201         (struct slotvec): Move to top level.
23202         (quotearg_n_options): Rewrite to avoid xmalloc.
23203         * lib/xalloc.h (xcharalloc): New function.
23204         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
23205         [defined __cplusplus]: Add function template that provides result
23206         type propagation.  This part of the change is from Bruno Haible.
23207
23208 2006-10-29  Bruno Haible  <bruno@clisp.org>
23209
23210         Make it compile in C++ mode.
23211         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
23212         * lib/strnlen1.c (strnlen1): Cast memchr result.
23213         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
23214         * lib/clean-temp.c (string_equals, string_hash): Add casts.
23215         (create_temp_dir): Rename local variable 'template'.
23216         (compile_csharp_using_sscli): Add cast.
23217         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
23218         * lib/findprog.c (find_in_path): Likewise.
23219         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
23220         * lib/wait-process.c (register_slave_subprocess): Likewise.
23221
23222 2006-10-22  Bruno Haible  <bruno@clisp.org>
23223
23224         * modules/tsearch: New file.
23225         * lib/tsearch.h: New file.
23226         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
23227         * m4/tsearch.m4: New file.
23228         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
23229
23230 2006-10-29  Eric Blake  <ebb9@byu.net>
23231
23232         * lib/arcfour.c: Assume config.h.
23233         * lib/arctwo.c: Likewise.
23234         * lib/base64.c: Likewise.
23235         * lib/check-version.c: Likewise.
23236         * lib/crc.c: Likewise.
23237         * lib/des.c: Likewise.
23238         * lib/gc-gnulib.c: Likewise.
23239         * lib/gc-libgcrypt.c: Likewise.
23240         * lib/gc-pbkdf2-sha1.c: Likewise.
23241         * lib/getaddrinfo.c: Likewise.
23242         * lib/getdelim.c: Likewise.
23243         * lib/getline.c: Likewise.
23244         * lib/hmac-md5.c: Likewise.
23245         * lib/hmac-sha1.c: Likewise.
23246         * lib/iconvme.c: Likewise.
23247         * lib/md2.c: Likewise.
23248         * lib/md4.c: Likewise.
23249         * lib/memxor.c: Likewise.
23250         * lib/read-file.c: Likewise.
23251         * lib/readline.c: Likewise.
23252         * lib/rijndael-alg-fst.c: Likewise.
23253         * lib/rijndael-api-fst.c: Likewise.
23254         * lib/xgetdomainname.c: Likewise.
23255
23256 2006-10-28  Eric Blake  <ebb9@byu.net>
23257
23258         * lib/xstrndup.c: Assume config.h.
23259
23260 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
23261
23262         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
23263         stat-macros.h is now for our own macros, whereas stat_h is for
23264         macros in the <sys/stat.h> name space.
23265         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
23266         (STAT_MACROS_H): Remove.
23267         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
23268         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
23269         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
23270         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
23271         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
23272         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
23273         Move these macros to ...
23274         * lib/stat_.h: here.  Don't include stat-macros.h.
23275         * lib/canonicalize.c: Don't include stat-macros.h.
23276         * lib/chown.c: Likewise.
23277         * lib/euidaccess.c: Likewise.
23278         * lib/file-type.c: Likewise.
23279         * lib/filemode.c: Likewise.
23280         * lib/glob.c: Likewise.
23281         * lib/isapipe.c: Likewise.
23282         * lib/lchown.c: Likewise.
23283         * lib/lstat.c: Likewise.
23284         * lib/mkdir-p.c: Likewise.
23285         * lib/rmdir.c: Likewise.
23286         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
23287         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
23288         unless mkdir isn't declared, to speed up 'configure'.
23289         Always create sys/stat.h, since it's unlikely any real sys/stat.h
23290         would define all the S_* symbols.
23291         * modules/canonicalize (Depends-on):
23292         Depend on sys_stat, not stat-macros.
23293         * modules/chown: Likewise.
23294         * modules/euidaccess: Likewise.
23295         * modules/filemode: Likewise.
23296         * modules/file-type: Likewise.
23297         * modules/glob: Likewise.
23298         * modules/isapipe: Likewise.
23299         * modules/lchown: Likewise.
23300         * modules/lstat: Likewise.
23301         * modules/mkancesdirs: Likewise.
23302         * modules/rmdir: Likewise.
23303         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
23304         * modules/modechange: Likewise.
23305         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
23306         (configure.ac): Remove gl_STAT_MACROS.
23307         * modules/sys_stat (Depends-on): Remove stat-macros.
23308
23309 2006-10-27  Bruno Haible  <bruno@clisp.org>
23310
23311         * m4/signed.m4: Remove file.
23312         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
23313         invocation.
23314         * modules/vasnprintf (Files): Remove m4/signed.m4.
23315
23316 2006-10-27  Bruno Haible  <bruno@clisp.org>
23317
23318         Update to GNU gettext 0.16.
23319         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
23320         m4/inttypes-h.m4, m4/signed.m4.
23321         * m4/gettext.m4: Update to GNU gettext 0.16.
23322         * m4/intl.m4: New file, from GNU gettext.
23323         * m4/intldir.m4: New file, from GNU gettext.
23324         * config/srclist.txt: Update
23325
23326 2006-10-27  Eric Blake  <ebb9@byu.net>
23327
23328         * MODULES.html.sh: Document tempname.
23329         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
23330         dependencies.
23331         (Files): Move lib/tempname.c...
23332         * modules/tempname: ...to this new module.
23333         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
23334         (gl_PREREQ_TEMPNAME): Move...
23335         * m4/tempname.m4: ...to this new file.
23336         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
23337         * modules/sys_stat (Depends-on): Add stat-macros.
23338         * lib/stat_.h (includes): Pick up stat macros.
23339         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
23340         if stat macros are broken.
23341         * lib/tempname.c (includes): No need to include "stat-macros.h".
23342         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
23343         (direxists, __path_search) [!_LIBC]: Don't compile these in
23344         gnulib; the tmpdir module covers that.
23345         * lib/tempname.h: New file.
23346
23347 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
23348
23349         * COPYING: Explain how gnulib-tool converts licence headers.
23350         Almost all wording by Eric Blake.
23351
23352 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
23353
23354         * lib/mbchar.h (is_basic_table): Make read-only.
23355         * lib/mbchar.c (is_basic_table): Likewise.
23356         Reported by John Darrington.
23357
23358 2006-10-25  Bruno Haible  <bruno@clisp.org>
23359
23360         * lib/progname.h (set_program_name): Undefine before defining.
23361
23362 2006-10-25  Bruno Haible  <bruno@clisp.org>
23363
23364         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
23365         false for non-gcc C++ compilers.
23366         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
23367
23368 2006-10-24  Bruno Haible  <bruno@clisp.org>
23369
23370         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
23371         iconv implementations like Irix iconv.
23372
23373 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
23374
23375         * modules/vararrays: New file.
23376         * m4/vararrays.m4: New file, taken from diffutils.
23377         * MODULES.html.sh: New module vararrays.
23378
23379 2006-10-24  Karl Berry  <karl@gnu.org>
23380
23381         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
23382         Don't call GNU Unix.
23383
23384 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23385
23386         * users.txt: Add Libtool.
23387
23388         Sync from Libtool:
23389
23390         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
23391
23392         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
23393         to gnulib's policy of including config.h unconditionally.
23394
23395 2006-10-24  Bruno Haible  <bruno@clisp.org>
23396
23397         * modules/wcwidth (Files): Add m4/wint_t.m4.
23398         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
23399         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
23400
23401 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
23402
23403         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
23404         to pacify GCC with some -W flags enabled.  Problem reported by
23405         Bruno Haible.
23406
23407 2006-10-24  Jim Meyering  <jim@meyering.net>
23408
23409         * MODULES.html.sh: Remove uinttostr.  It's not a module.
23410         Reported by Karl Berry.
23411
23412 2006-10-23  Bruno Haible  <bruno@clisp.org>
23413
23414         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
23415
23416 2006-10-24  Bruno Haible  <bruno@clisp.org>
23417
23418         * lib/gl_list.h: Use C comment style, not C++ comment style.
23419
23420 2006-10-23  Eric Blake  <ebb9@byu.net>
23421
23422         * lib/getaddrinfo.c (includes): Add missing include.
23423
23424 2006-10-23  Bruno Haible  <bruno@clisp.org>
23425             Paul Eggert  <eggert@cs.ucla.edu>
23426
23427         Ability to rename obstack_free.
23428         * lib/obstack.h (__obstack_free): New macro. Declare instead of
23429         obstack_free.
23430         (obstack_free): Invoke the __obstack_free macro.
23431         * lib/obstack.c (obstack_free): Use __obstack_free macro.
23432
23433 2006-10-23  Bruno Haible  <bruno@clisp.org>
23434             Paul Eggert  <eggert@cs.ucla.edu>
23435
23436         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
23437         __argc, __argv from the declaration. (They are defined as macros on
23438         mingw.)
23439
23440 2006-10-22  Bruno Haible  <bruno@clisp.org>
23441
23442         * doc/gnulib-intro.texi: New file.
23443         * doc/gnulib.texi: Include it.
23444
23445 2006-10-21  Bruno Haible  <bruno@clisp.org>
23446
23447         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
23448         "Introduction", "Miscellanous Notes", "Particular Modules".
23449
23450 2006-10-21  Bruno Haible  <bruno@clisp.org>
23451
23452         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
23453         Change mostlyclean-local rule to avoid sh syntax error from bash
23454         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
23455
23456 2006-10-23  Jim Meyering  <jim@meyering.net>
23457
23458         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
23459         in place of snprintf.
23460
23461         * modules/inttostr (Files): Add lib/uinttostr.c.
23462         * lib/uinttostr.c (inttostr): New file/function.
23463         * lib/inttostr.h (uinttostr): Declare.
23464         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
23465         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
23466         Add uinttostr.
23467         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
23468
23469 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
23470
23471         * lib/canonicalize.c (ELOOP): Define if not already defined.
23472         Problem reported by Bruno Haible in
23473         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
23474
23475 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
23476
23477         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
23478         Problem reported by Perry Smith and Ville Laurikari.
23479
23480         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
23481         uses.
23482
23483 2006-10-19  Bruno Haible  <bruno@clisp.org>
23484
23485         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
23486         for mingw.
23487
23488 2006-10-19  Bruno Haible  <bruno@clisp.org>
23489
23490         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
23491         Needed for mingw.
23492
23493 2006-10-19  Bruno Haible  <bruno@clisp.org>
23494
23495         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
23496
23497 2006-10-19  Bruno Haible  <bruno@clisp.org>
23498
23499         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
23500         it.
23501
23502 2006-10-19  Bruno Haible  <bruno@clisp.org>
23503
23504         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
23505         invocation.
23506
23507 2006-10-19  Bruno Haible  <bruno@clisp.org>
23508
23509         * gnulib-tool (func_create_testdir): Don't include ftruncate and
23510         mountlist by default.
23511
23512 2006-10-16  Bruno Haible  <bruno@clisp.org>
23513
23514         * lib/c-strstr.c: Include c-strstr.h.
23515
23516 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
23517
23518         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
23519         in a slash.
23520
23521 2006-10-18  Bruno Haible  <bruno@clisp.org>
23522
23523         * lib/lock.h [C++]: Wrap definitions in extern "C".
23524
23525 2006-10-18  Bruno Haible  <bruno@clisp.org>
23526
23527         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
23528         gl_LIBOBJS list.
23529
23530 2006-10-18  Bruno Haible  <bruno@clisp.org>
23531
23532         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
23533
23534 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
23535
23536         * lib/xstrtol.h: Include gettext.h.
23537         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
23538         Problem reported by Eric Blake.
23539         * modules/xstrtol (Depends-on): Add gettext-h.
23540
23541 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
23542
23543         * lib/strftime.c (advance): New macro.
23544         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
23545         incomplete type, so you can't add 0 to it.  Problem and patch
23546         reported by Eelco Dolstra for dietlibc.
23547
23548 2006-10-18  Jim Meyering  <jim@meyering.net>
23549
23550         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
23551         type for a local, and rename it: s/up/user_proc/.
23552
23553 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
23554
23555         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
23556         READ_UTMP_USER_PROCESS.
23557         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
23558
23559 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
23560
23561         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
23562         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
23563
23564 2006-10-17  Eric Blake  <ebb9@byu.net>
23565
23566         * lib/sigprocmask.c (sigprocmask): Fix typo.
23567
23568         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
23569
23570         * modules/clean-temp (Makefile.am): Don't add to make output...
23571         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
23572         config.h.
23573
23574 2006-10-17  Bruno Haible  <bruno@clisp.org>
23575
23576         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
23577         differently if DEFAULT_TEXT_DOMAIN is set.
23578
23579 2006-10-16  Bruno Haible  <bruno@clisp.org>
23580
23581         * lib/clean-temp.c: Include fwriteerror.h.
23582
23583 2006-10-16  Bruno Haible  <bruno@clisp.org>
23584
23585         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
23586
23587 2006-10-16  Bruno Haible  <bruno@clisp.org>
23588
23589         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
23590         * lib/sigprocmask.h: Include <sys/types.h>.
23591         (sigset_t): Use the system's definition if present.
23592
23593 2006-10-17  Eric Blake  <ebb9@byu.net>
23594
23595         * lib/xvasprintf.c (includes): Assume config.h.
23596         * lib/xasprintf.c (includes): Likewise.
23597
23598 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
23599
23600         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
23601         at least as wide as intmax_t.
23602
23603 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
23604
23605         (Imported from Automake.)
23606         * build-aux/gnupload: Update to version 1.1 of directive file.
23607
23608 2006-10-16  Eric Blake  <ebb9@byu.net>
23609
23610         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
23611         match Automake 1.10a.
23612
23613 2006-10-14  Bruno Haible  <bruno@clisp.org>
23614
23615         * modules/sigprocmask: New file.
23616         * lib/sigprocmask.h: New file.
23617         * lib/sigprocmask.c: New file.
23618         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
23619         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
23620         request sigprocmask.o.
23621         (gl_PREREQ_SIGPROCMASK): New macro.
23622         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
23623         (Depends-on): Add sigprocmask.
23624         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
23625         gt_SIGNALBLOCKING. Test for 'raise' only once.
23626         * lib/fatal-signal.c: Include sigprocmask.h.
23627         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
23628         unblock_fatal_signals): Define always.
23629         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
23630         sigprocmask.
23631
23632 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
23633
23634         Sync from Automake.
23635         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
23636         which incorrectly sets the mode of an existing destination
23637         directory.  In some cases the unpatched install-sh could do the
23638         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
23639         system.  We hope this is rare in practice, but it's clearly worth
23640         fixing.  Problem reported by Alex Unleashed in
23641         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
23642         Also, don't bother to check for -m bugs unless we're using -m;
23643         suggested by Stepan Kasal.
23644
23645 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23646
23647         Sync from Automake.
23648         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
23649         `-c' flag, so they appear at the same position as in %FASTDEP%
23650         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
23651         which ignores unknown options only after the first non-option.
23652         Bug report against M4 by Nelson H. F. Beebe.
23653
23654 2006-10-13  Jim Meyering  <jim@meyering.net>
23655
23656         Fix a bug in yesterday's change.
23657         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
23658         p->fts_statp->st_dev would be used uninitialized.
23659         Ensures that we always call fts_stat on the very first entry.
23660         Miklos Szeredi reported that find -xdev stopped working.
23661
23662 2006-10-12  Bruno Haible  <bruno@clisp.org>
23663
23664         * gnulib-tool (func_get_automake_snippet): Append an automatically
23665         computed EXTRA_DIST augmentation.
23666         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
23667         * modules/alloca-opt (Makefile.am): Likewise.
23668         * modules/allocsa (Makefile.am): Likewise.
23669         * modules/arcfour (Makefile.am): Likewise.
23670         * modules/arctwo (Makefile.am): Likewise.
23671         * modules/argmatch (Makefile.am): Likewise.
23672         * modules/argz (Makefile.am): Likewise.
23673         * modules/atexit (Makefile.am): Likewise.
23674         * modules/backupfile (Makefile.am): Likewise.
23675         * modules/byteswap (Makefile.am): Likewise.
23676         * modules/c-strtod (Makefile.am): Likewise.
23677         * modules/c-strtold (Makefile.am): Likewise.
23678         * modules/calloc (Makefile.am): Likewise.
23679         * modules/canon-host (Makefile.am): Likewise.
23680         * modules/canonicalize (Makefile.am): Likewise.
23681         * modules/chdir-long (Makefile.am): Likewise.
23682         * modules/chdir-safer (Makefile.am): Likewise.
23683         * modules/check-version (Makefile.am): Likewise.
23684         * modules/chown (Makefile.am): Likewise.
23685         * modules/cloexec (Makefile.am): Likewise.
23686         * modules/close-stream (Makefile.am): Likewise.
23687         * modules/closeout (Makefile.am): Likewise.
23688         * modules/crc (Makefile.am): Likewise.
23689         * modules/csharpexec (Makefile.am): Likewise.
23690         * modules/cycle-check (Makefile.am): Likewise.
23691         * modules/des (Makefile.am): Likewise.
23692         * modules/dev-ino (Makefile.am): Likewise.
23693         * modules/dirfd (Makefile.am): Likewise.
23694         * modules/dirname (Makefile.am): Likewise.
23695         * modules/dup2 (Makefile.am): Likewise.
23696         * modules/eealloc (Makefile.am): Likewise.
23697         * modules/error (Makefile.am): Likewise.
23698         * modules/euidaccess (Makefile.am): Likewise.
23699         * modules/exclude (Makefile.am): Likewise.
23700         * modules/exitfail (Makefile.am): Likewise.
23701         * modules/fcntl-safer (Makefile.am): Likewise.
23702         * modules/fcntl (Makefile.am): Likewise.
23703         * modules/file-type (Makefile.am): Likewise.
23704         * modules/fileblocks (Makefile.am): Likewise.
23705         * modules/filemode (Makefile.am): Likewise.
23706         * modules/filenamecat (Makefile.am): Likewise.
23707         * modules/fnmatch (Makefile.am): Likewise.
23708         * modules/fopen-safer (Makefile.am): Likewise.
23709         * modules/fpending (Makefile.am): Likewise.
23710         * modules/fprintftime (Makefile.am): Likewise.
23711         * modules/free (Makefile.am): Likewise.
23712         * modules/fsusage (Makefile.am): Likewise.
23713         * modules/ftruncate (Makefile.am): Likewise.
23714         * modules/fts (Makefile.am): Likewise.
23715         * modules/gc-arcfour (Makefile.am): Likewise.
23716         * modules/gc-des (Makefile.am): Likewise.
23717         * modules/gc-hmac-md5 (Makefile.am): Likewise.
23718         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
23719         * modules/gc-md4 (Makefile.am): Likewise.
23720         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
23721         * modules/gc-sha1 (Makefile.am): Likewise.
23722         * modules/gc (Makefile.am): Likewise.
23723         * modules/getaddrinfo (Makefile.am): Likewise.
23724         * modules/getcwd (Makefile.am): Likewise.
23725         * modules/getdelim (Makefile.am): Likewise.
23726         * modules/getdomainname (Makefile.am): Likewise.
23727         * modules/getgroups (Makefile.am): Likewise.
23728         * modules/gethostname (Makefile.am): Likewise.
23729         * modules/gethrxtime (Makefile.am): Likewise.
23730         * modules/getline (Makefile.am): Likewise.
23731         * modules/getloadavg (Makefile.am): Likewise.
23732         * modules/getlogin_r (Makefile.am): Likewise.
23733         * modules/getndelim2 (Makefile.am): Likewise.
23734         * modules/getopt (Makefile.am): Likewise.
23735         * modules/getpagesize (Makefile.am): Likewise.
23736         * modules/getpass-gnu (Makefile.am): Likewise.
23737         * modules/getpass (Makefile.am): Likewise.
23738         * modules/getsubopt (Makefile.am): Likewise.
23739         * modules/gettime (Makefile.am): Likewise.
23740         * modules/gettimeofday (Makefile.am): Likewise.
23741         * modules/getugroups (Makefile.am): Likewise.
23742         * modules/getusershell (Makefile.am): Likewise.
23743         * modules/glob (Makefile.am): Likewise.
23744         * modules/group-member (Makefile.am): Likewise.
23745         * modules/hard-locale (Makefile.am): Likewise.
23746         * modules/hash (Makefile.am): Likewise.
23747         * modules/hmac-md5 (Makefile.am): Likewise.
23748         * modules/hmac-sha1 (Makefile.am): Likewise.
23749         * modules/human (Makefile.am): Likewise.
23750         * modules/idcache (Makefile.am): Likewise.
23751         * modules/imaxabs (Makefile.am): Likewise.
23752         * modules/imaxdiv (Makefile.am): Likewise.
23753         * modules/inet_ntop (Makefile.am): Likewise.
23754         * modules/inet_pton (Makefile.am): Likewise.
23755         * modules/intprops (Makefile.am): Likewise.
23756         * modules/inttostr (Makefile.am): Likewise.
23757         * modules/inttypes (Makefile.am): Likewise.
23758         * modules/isapipe (Makefile.am): Likewise.
23759         * modules/javaversion (Makefile.am): Likewise.
23760         * modules/lchmod (Makefile.am): Likewise.
23761         * modules/lchown (Makefile.am): Likewise.
23762         * modules/localcharset (Makefile.am): Likewise.
23763         * modules/long-options (Makefile.am): Likewise.
23764         * modules/lstat (Makefile.am): Likewise.
23765         * modules/malloc (Makefile.am): Likewise.
23766         * modules/mathl (Makefile.am): Likewise.
23767         * modules/mbchar (Makefile.am): Likewise.
23768         * modules/md2 (Makefile.am): Likewise.
23769         * modules/md4 (Makefile.am): Likewise.
23770         * modules/md5 (Makefile.am): Likewise.
23771         * modules/memcasecmp (Makefile.am): Likewise.
23772         * modules/memchr (Makefile.am): Likewise.
23773         * modules/memcmp (Makefile.am): Likewise.
23774         * modules/memcoll (Makefile.am): Likewise.
23775         * modules/memcpy (Makefile.am): Likewise.
23776         * modules/memmem (Makefile.am): Likewise.
23777         * modules/memmove (Makefile.am): Likewise.
23778         * modules/mempcpy (Makefile.am): Likewise.
23779         * modules/memrchr (Makefile.am): Likewise.
23780         * modules/memset (Makefile.am): Likewise.
23781         * modules/memxor (Makefile.am): Likewise.
23782         * modules/mkancesdirs (Makefile.am): Likewise.
23783         * modules/mkdir-p (Makefile.am): Likewise.
23784         * modules/mkdir (Makefile.am): Likewise.
23785         * modules/mkdtemp (Makefile.am): Likewise.
23786         * modules/mkstemp (Makefile.am): Likewise.
23787         * modules/mktime (Makefile.am): Likewise.
23788         * modules/modechange (Makefile.am): Likewise.
23789         * modules/mountlist (Makefile.am): Likewise.
23790         * modules/nanosleep (Makefile.am): Likewise.
23791         * modules/obstack (Makefile.am): Likewise.
23792         * modules/openat (Makefile.am): Likewise.
23793         * modules/pagealign_alloc (Makefile.am): Likewise.
23794         * modules/pathmax (Makefile.am): Likewise.
23795         * modules/physmem (Makefile.am): Likewise.
23796         * modules/poll (Makefile.am): Likewise.
23797         * modules/posixtm (Makefile.am): Likewise.
23798         * modules/posixver (Makefile.am): Likewise.
23799         * modules/putenv (Makefile.am): Likewise.
23800         * modules/quote (Makefile.am): Likewise.
23801         * modules/quotearg (Makefile.am): Likewise.
23802         * modules/raise (Makefile.am): Likewise.
23803         * modules/read-file (Makefile.am): Likewise.
23804         * modules/readline (Makefile.am): Likewise.
23805         * modules/readlink (Makefile.am): Likewise.
23806         * modules/readtokens (Makefile.am): Likewise.
23807         * modules/readutmp (Makefile.am): Likewise.
23808         * modules/realloc (Makefile.am): Likewise.
23809         * modules/regex (Makefile.am): Likewise.
23810         * modules/rename-dest-slash (Makefile.am): Likewise.
23811         * modules/rename (Makefile.am): Likewise.
23812         * modules/rijndael (Makefile.am): Likewise.
23813         * modules/rmdir (Makefile.am): Likewise.
23814         * modules/rpmatch (Makefile.am): Likewise.
23815         * modules/safe-read (Makefile.am): Likewise.
23816         * modules/safe-write (Makefile.am): Likewise.
23817         * modules/same-inode (Makefile.am): Likewise.
23818         * modules/same (Makefile.am): Likewise.
23819         * modules/save-cwd (Makefile.am): Likewise.
23820         * modules/savedir (Makefile.am): Likewise.
23821         * modules/setenv (Makefile.am): Likewise.
23822         * modules/settime (Makefile.am): Likewise.
23823         * modules/sha1 (Makefile.am): Likewise.
23824         * modules/sig2str (Makefile.am): Likewise.
23825         * modules/snprintf (Makefile.am): Likewise.
23826         * modules/stat-macros (Makefile.am): Likewise.
23827         * modules/stat-time (Makefile.am): Likewise.
23828         * modules/stdbool (Makefile.am): Likewise.
23829         * modules/stdint (Makefile.am): Likewise.
23830         * modules/stdlib-safer (Makefile.am): Likewise.
23831         * modules/stpcpy (Makefile.am): Likewise.
23832         * modules/stpncpy (Makefile.am): Likewise.
23833         * modules/strcase (Makefile.am): Likewise.
23834         * modules/strcasestr (Makefile.am): Likewise.
23835         * modules/strchrnul (Makefile.am): Likewise.
23836         * modules/strcspn (Makefile.am): Likewise.
23837         * modules/strdup (Makefile.am): Likewise.
23838         * modules/strerror (Makefile.am): Likewise.
23839         * modules/strftime (Makefile.am): Likewise.
23840         * modules/strndup (Makefile.am): Likewise.
23841         * modules/strnlen (Makefile.am): Likewise.
23842         * modules/strpbrk (Makefile.am): Likewise.
23843         * modules/strsep (Makefile.am): Likewise.
23844         * modules/strstr (Makefile.am): Likewise.
23845         * modules/strtod (Makefile.am): Likewise.
23846         * modules/strtoimax (Makefile.am): Likewise.
23847         * modules/strtok_r (Makefile.am): Likewise.
23848         * modules/strtol (Makefile.am): Likewise.
23849         * modules/strtoll (Makefile.am): Likewise.
23850         * modules/strtoul (Makefile.am): Likewise.
23851         * modules/strtoull (Makefile.am): Likewise.
23852         * modules/strtoumax (Makefile.am): Likewise.
23853         * modules/strverscmp (Makefile.am): Likewise.
23854         * modules/sys_socket (Makefile.am): Likewise.
23855         * modules/sys_stat (Makefile.am): Likewise.
23856         * modules/sysexits (Makefile.am): Likewise.
23857         * modules/time_r (Makefile.am): Likewise.
23858         * modules/timegm (Makefile.am): Likewise.
23859         * modules/timespec (Makefile.am): Likewise.
23860         * modules/tmpfile-safer (Makefile.am): Likewise.
23861         * modules/trim (Makefile.am): Likewise.
23862         * modules/unistd-safer (Makefile.am): Likewise.
23863         * modules/unlinkdir (Makefile.am): Likewise.
23864         * modules/unlocked-io (Makefile.am): Likewise.
23865         * modules/userspec (Makefile.am): Likewise.
23866         * modules/utime (Makefile.am): Likewise.
23867         * modules/utimecmp (Makefile.am): Likewise.
23868         * modules/utimens (Makefile.am): Likewise.
23869         * modules/vasnprintf (Makefile.am): Likewise.
23870         * modules/vasprintf (Makefile.am): Likewise.
23871         * modules/vsnprintf (Makefile.am): Likewise.
23872         * modules/xalloc (Makefile.am): Likewise.
23873         * modules/xgetcwd (Makefile.am): Likewise.
23874         * modules/xnanosleep (Makefile.am): Likewise.
23875         * modules/xreadlink (Makefile.am): Likewise.
23876         * modules/xstrtod (Makefile.am): Likewise.
23877         * modules/xstrtol (Makefile.am): Likewise.
23878         * modules/xstrtold (Makefile.am): Likewise.
23879         * modules/yesno (Makefile.am): Likewise.
23880         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
23881
23882 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
23883
23884         * modules/error (Makefile.am): Distribute files through
23885         EXTRA_DIST, not lib_SOURCES.
23886
23887 2006-10-12  Eric Blake  <ebb9@byu.net>
23888
23889         * modules/error (Makefile.am): Distribute files in /lib.
23890         * modules/obstack (Makefile.am): Likewise.
23891
23892 2006-10-12  Bruno Haible  <bruno@clisp.org>
23893
23894         * modules/acl (Makefile.am): Distribute all files in lib/ through
23895         EXTRA_DIST.
23896         * modules/arcfour (Makefile.am): Likewise.
23897         * modules/arctwo (Makefile.am): Likewise.
23898         * modules/argmatch (Makefile.am): Likewise.
23899         * modules/argz (Makefile.am): Likewise.
23900         * modules/atexit (Makefile.am): Likewise.
23901         * modules/backupfile (Makefile.am): Likewise.
23902         * modules/c-strtod (Makefile.am): Likewise.
23903         * modules/c-strtold (Makefile.am): Likewise.
23904         * modules/calloc (Makefile.am): Likewise.
23905         * modules/canon-host (Makefile.am): Likewise.
23906         * modules/canonicalize (Makefile.am): Likewise.
23907         * modules/chdir-long (Makefile.am): Likewise.
23908         * modules/chdir-safer (Makefile.am): Likewise.
23909         * modules/check-version (Makefile.am): Likewise.
23910         * modules/chown (Makefile.am): Likewise.
23911         * modules/cloexec (Makefile.am): Likewise.
23912         * modules/close-stream (Makefile.am): Likewise.
23913         * modules/closeout (Makefile.am): Likewise.
23914         * modules/crc (Makefile.am): Likewise.
23915         * modules/cycle-check (Makefile.am): Likewise.
23916         * modules/des (Makefile.am): Likewise.
23917         * modules/dirfd (Makefile.am): Likewise.
23918         * modules/dirname (Makefile.am): Likewise.
23919         * modules/dup2 (Makefile.am): Likewise.
23920         * modules/euidaccess (Makefile.am): Likewise.
23921         * modules/exclude (Makefile.am): Likewise.
23922         * modules/exitfail (Makefile.am): Likewise.
23923         * modules/fcntl-safer (Makefile.am): Likewise.
23924         * modules/file-type (Makefile.am): Likewise.
23925         * modules/fileblocks (Makefile.am): Likewise.
23926         * modules/filemode (Makefile.am): Likewise.
23927         * modules/filenamecat (Makefile.am): Likewise.
23928         * modules/fnmatch (Makefile.am): Likewise.
23929         * modules/fopen-safer (Makefile.am): Likewise.
23930         * modules/fpending (Makefile.am): Likewise.
23931         * modules/fprintftime (Makefile.am): Likewise.
23932         * modules/free (Makefile.am): Likewise.
23933         * modules/fsusage (Makefile.am): Likewise.
23934         * modules/ftruncate (Makefile.am): Likewise.
23935         * modules/fts (Makefile.am): Likewise.
23936         * modules/gc (Makefile.am): Likewise.
23937         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
23938         * modules/getaddrinfo (Makefile.am): Likewise.
23939         * modules/getcwd (Makefile.am): Likewise.
23940         * modules/getdelim (Makefile.am): Likewise.
23941         * modules/getdomainname (Makefile.am): Likewise.
23942         * modules/getgroups (Makefile.am): Likewise.
23943         * modules/gethostname (Makefile.am): Likewise.
23944         * modules/gethrxtime (Makefile.am): Likewise.
23945         * modules/getline (Makefile.am): Likewise.
23946         * modules/getloadavg (Makefile.am): Likewise.
23947         * modules/getlogin_r (Makefile.am): Likewise.
23948         * modules/getopt (Makefile.am): Likewise.
23949         * modules/getpass (Makefile.am): Likewise.
23950         * modules/getpass-gnu (Makefile.am): Likewise.
23951         * modules/getsubopt (Makefile.am): Likewise.
23952         * modules/gettime (Makefile.am): Likewise.
23953         * modules/gettimeofday (Makefile.am): Likewise.
23954         * modules/getugroups (Makefile.am): Likewise.
23955         * modules/getusershell (Makefile.am): Likewise.
23956         * modules/glob (Makefile.am): Likewise.
23957         * modules/group-member (Makefile.am): Likewise.
23958         * modules/hard-locale (Makefile.am): Likewise.
23959         * modules/hash (Makefile.am): Likewise.
23960         * modules/hmac-md5 (Makefile.am): Likewise.
23961         * modules/hmac-sha1 (Makefile.am): Likewise.
23962         * modules/human (Makefile.am): Likewise.
23963         * modules/idcache (Makefile.am): Likewise.
23964         * modules/imaxabs (Makefile.am): Likewise.
23965         * modules/imaxdiv (Makefile.am): Likewise.
23966         * modules/inet_ntop (Makefile.am): Likewise.
23967         * modules/inet_pton (Makefile.am): Likewise.
23968         * modules/inttostr (Makefile.am): Likewise.
23969         * modules/isapipe (Makefile.am): Likewise.
23970         * modules/lchown (Makefile.am): Likewise.
23971         * modules/long-options (Makefile.am): Likewise.
23972         * modules/lstat (Makefile.am): Likewise.
23973         * modules/malloc (Makefile.am): Likewise.
23974         * modules/mathl (Makefile.am): Likewise.
23975         * modules/mbchar (Makefile.am): Likewise.
23976         * modules/md2 (Makefile.am): Likewise.
23977         * modules/md4 (Makefile.am): Likewise.
23978         * modules/md5 (Makefile.am): Likewise.
23979         * modules/memcasecmp (Makefile.am): Likewise.
23980         * modules/memchr (Makefile.am): Likewise.
23981         * modules/memcmp (Makefile.am): Likewise.
23982         * modules/memcoll (Makefile.am): Likewise.
23983         * modules/memcpy (Makefile.am): Likewise.
23984         * modules/memmem (Makefile.am): Likewise.
23985         * modules/memmove (Makefile.am): Likewise.
23986         * modules/mempcpy (Makefile.am): Likewise.
23987         * modules/memrchr (Makefile.am): Likewise.
23988         * modules/memset (Makefile.am): Likewise.
23989         * modules/memxor (Makefile.am): Likewise.
23990         * modules/mkancesdirs (Makefile.am): Likewise.
23991         * modules/mkdir (Makefile.am): Likewise.
23992         * modules/mkdir-p (Makefile.am): Likewise.
23993         * modules/mkdtemp (Makefile.am): Likewise.
23994         * modules/mkstemp (Makefile.am): Likewise.
23995         * modules/mktime (Makefile.am): Likewise.
23996         * modules/modechange (Makefile.am): Likewise.
23997         * modules/mountlist (Makefile.am): Likewise.
23998         * modules/nanosleep (Makefile.am): Likewise.
23999         * modules/openat (Makefile.am): Likewise.
24000         * modules/pagealign_alloc (Makefile.am): Likewise.
24001         * modules/physmem (Makefile.am): Likewise.
24002         * modules/poll (Makefile.am): Likewise.
24003         * modules/posixtm (Makefile.am): Likewise.
24004         * modules/posixver (Makefile.am): Likewise.
24005         * modules/putenv (Makefile.am): Likewise.
24006         * modules/quote (Makefile.am): Likewise.
24007         * modules/quotearg (Makefile.am): Likewise.
24008         * modules/raise (Makefile.am): Likewise.
24009         * modules/read-file (Makefile.am): Likewise.
24010         * modules/readline (Makefile.am): Likewise.
24011         * modules/readlink (Makefile.am): Likewise.
24012         * modules/readtokens (Makefile.am): Likewise.
24013         * modules/readutmp (Makefile.am): Likewise.
24014         * modules/realloc (Makefile.am): Likewise.
24015         * modules/regex (Makefile.am): Likewise.
24016         * modules/rename (Makefile.am): Likewise.
24017         * modules/rename-dest-slash (Makefile.am): Likewise.
24018         * modules/rijndael (Makefile.am): Likewise.
24019         * modules/rmdir (Makefile.am): Likewise.
24020         * modules/rpmatch (Makefile.am): Likewise.
24021         * modules/safe-read (Makefile.am): Likewise.
24022         * modules/safe-write (Makefile.am): Likewise.
24023         * modules/same (Makefile.am): Likewise.
24024         * modules/save-cwd (Makefile.am): Likewise.
24025         * modules/savedir (Makefile.am): Likewise.
24026         * modules/setenv (Makefile.am): Likewise.
24027         * modules/settime (Makefile.am): Likewise.
24028         * modules/sha1 (Makefile.am): Likewise.
24029         * modules/sig2str (Makefile.am): Likewise.
24030         * modules/snprintf (Makefile.am): Likewise.
24031         * modules/stdlib-safer (Makefile.am): Likewise.
24032         * modules/stpcpy (Makefile.am): Likewise.
24033         * modules/stpncpy (Makefile.am): Likewise.
24034         * modules/strcase (Makefile.am): Likewise.
24035         * modules/strcasestr (Makefile.am): Likewise.
24036         * modules/strchrnul (Makefile.am): Likewise.
24037         * modules/strcspn (Makefile.am): Likewise.
24038         * modules/strdup (Makefile.am): Likewise.
24039         * modules/strerror (Makefile.am): Likewise.
24040         * modules/strftime (Makefile.am): Likewise.
24041         * modules/strndup (Makefile.am): Likewise.
24042         * modules/strnlen (Makefile.am): Likewise.
24043         * modules/strpbrk (Makefile.am): Likewise.
24044         * modules/strsep (Makefile.am): Likewise.
24045         * modules/strstr (Makefile.am): Likewise.
24046         * modules/strtod (Makefile.am): Likewise.
24047         * modules/strtoimax (Makefile.am): Likewise.
24048         * modules/strtok_r (Makefile.am): Likewise.
24049         * modules/strtol (Makefile.am): Likewise.
24050         * modules/strtoll (Makefile.am): Likewise.
24051         * modules/strtoul (Makefile.am): Likewise.
24052         * modules/strtoull (Makefile.am): Likewise.
24053         * modules/strtoumax (Makefile.am): Likewise.
24054         * modules/strverscmp (Makefile.am): Likewise.
24055         * modules/time_r (Makefile.am): Likewise.
24056         * modules/timegm (Makefile.am): Likewise.
24057         * modules/tmpfile-safer (Makefile.am): Likewise.
24058         * modules/unistd-safer (Makefile.am): Likewise.
24059         * modules/unlinkdir (Makefile.am): Likewise.
24060         * modules/userspec (Makefile.am): Likewise.
24061         * modules/utime (Makefile.am): Likewise.
24062         * modules/utimecmp (Makefile.am): Likewise.
24063         * modules/utimens (Makefile.am): Likewise.
24064         * modules/vasnprintf (Makefile.am): Likewise.
24065         * modules/vasprintf (Makefile.am): Likewise.
24066         * modules/vsnprintf (Makefile.am): Likewise.
24067         * modules/xalloc (Makefile.am): Likewise.
24068         * modules/xgetcwd (Makefile.am): Likewise.
24069         * modules/xnanosleep (Makefile.am): Likewise.
24070         * modules/xreadlink (Makefile.am): Likewise.
24071         * modules/xstrtod (Makefile.am): Likewise.
24072         * modules/xstrtol (Makefile.am): Likewise.
24073         * modules/xstrtold (Makefile.am): Likewise.
24074         * modules/yesno (Makefile.am): Likewise.
24075
24076 2006-10-12  Jim Meyering  <jim@meyering.net>
24077
24078         * m4/getloadavg.m4: Revert the change below.
24079
24080         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
24081         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
24082         fail with a symlink, which is what coreutils' ./bootstrap now
24083         creates by default.
24084
24085 2006-10-12  Bruno Haible  <bruno@clisp.org>
24086
24087         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
24088         mingw.
24089         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
24090         MSVC and mingw explicitly.
24091
24092 2006-10-11  Simon Josefsson  <jas@extundo.com>
24093             Bruno Haible  <bruno@clisp.org>
24094
24095         Add support for multiple gnulib-tool invocations in the scope of a
24096         single configure.ac file.
24097         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
24098         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
24099         with the same contents as the _LIBADD variable.
24100         (func_emit_initmacro_start, func_emit_initmacro_end,
24101         func_emit_initmacro_done): New functions.
24102         (func_import, func_create_testdir): Invoke them. Allow the identifiers
24103         gl_LIBOBJS and gl_LTLIBOBJS.
24104
24105 2006-10-11  Bruno Haible  <bruno@clisp.org>
24106
24107         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
24108         (func_create_testdir): Don't create po/Makefile.am, don't invoke
24109         autoreconf. Instead, invoke autopoint explicitly but move back the
24110         *.m4 files from gnulib.
24111
24112 2006-10-11  Bruno Haible  <bruno@clisp.org>
24113
24114         * gnulib-tool (func_usage): Make module names after --create-testdir
24115         optional.
24116         (func_create_testdir): If no module was specified, use nearly all
24117         modules.
24118
24119 2006-10-12  Jim Meyering  <jim@meyering.net>
24120
24121         Big performance improvement for fts-based tools that use FTS_NOSTAT.
24122         Avoid spurious inode-mismatch problems on non-POSIX file systems.
24123         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
24124         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
24125         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
24126         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
24127         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
24128         (fts_set_stat_required): New function.
24129         (fts_open): Defer the calls to fts_stat, if possible or requested.
24130         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
24131         into fts_stat itself.
24132         (fts_read): Perform any required (deferred) fts_stat call.
24133         (fts_build): Likewise, for the directory we're about to open and read.
24134         In the readdir loop, carefully decide whether each entry will require
24135         an eventual call to fts_stat, using dirent.d_type info if available.
24136         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
24137         a command line argument into this function.  Update all callers.
24138         Map a return value of FTS_DOT to FTS_D for a command line argument.
24139         * modules/fts (Depends-on): Add d-type.  Alphabetize.
24140         Thanks to Miklos Szeredi for his tenacity and for the initial
24141         bug report about "find" failing on a FUSE-based file system.
24142
24143         * lib/fts.c (fts_open): Use consistent indentation.
24144
24145 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
24146
24147         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
24148         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
24149         reported by Jim Meyering.  All uses of cache variables renamed
24150         to match Autoconf's.
24151         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
24152         the other one.
24153
24154         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
24155         Fix misspelling in diagnostic.
24156
24157 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
24158
24159         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
24160         defined.  Problem reported by Matthew Woehlke.
24161
24162         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
24163         Add support for Tandem NonStop R series.
24164         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
24165         Use new macro.
24166
24167         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
24168         (has_trailing_slash): Omit size arg; all callers changed.
24169         Omit 'inline', since it doesn't help performance and we'd
24170         need to configure it.
24171         Don't count //, ///, etc. as having a trailing slash.
24172         As a side effect, this removes a C99ism reported by Matthew Woehlke.
24173         (rpl_rename_dest_slash): On failure, use rename's errno rather
24174         than (in some cases) an incorrect or junk errno.
24175         Simplify code by removing need to compute length; this does
24176         cause it to make two passes instead of one over the file name,
24177         but it's worth it.
24178
24179         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
24180         change, since Autoconf's version may no longer be appropriate now
24181         that we are using CVS Autoconf's version.  Add support for Tandem.
24182
24183 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
24184             Bruno Haible  <bruno@clisp.org>
24185
24186         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
24187         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
24188         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
24189         gl_AC_TYPE_LONG_LONG.
24190
24191         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
24192         instead of HAVE_LONG_LONG.
24193         * lib/printf-args.c (printf_fetchargs): Likewise.
24194         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
24195         * lib/vasnprintf.c (VASNPRINTF): Likewise.
24196         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
24197         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
24198         gl_AC_TYPE_LONG_LONG.
24199
24200 2006-10-11  Bruno Haible  <bruno@clisp.org>
24201
24202         * m4/longlong.m4: Add comments.
24203         * m4/ulonglong.m4: Likewise.
24204
24205 2006-10-10  Bruno Haible  <bruno@clisp.org>
24206
24207         Make it possible to #define stpcpy, strdup to aliases.
24208         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
24209         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
24210
24211 2006-10-10  Bruno Haible  <bruno@clisp.org>
24212
24213         Make it possible to #define gcd to an alias.
24214         * lib/gcd.c: Include config.h.
24215
24216 2006-10-10  Bruno Haible  <bruno@clisp.org>
24217
24218         Make it possible to #define c_isascii to an alias.
24219         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
24220         defined. Undefine the macros before defining them, to avoid gcc
24221         warnings.
24222         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
24223         define NO_C_CTYPE_MACROS early.
24224
24225 2006-10-10  Bruno Haible  <bruno@clisp.org>
24226
24227         Make it possible to #define set_program_name to an alias.
24228         * lib/progname.c: Don't undefine set_program_name; instead, undefine
24229         ENABLE_RELOCATABLE early.
24230
24231 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
24232
24233         Port to Tandem NSK OSS, which has 64-bit signed int but at most
24234         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
24235         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
24236         More generally, don't assume that 64-bit signed int is available
24237         if unsigned int is, and vice versa.
24238         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
24239         unsigned symbols, not on their signed counterparts.
24240         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
24241         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
24242         (UINT64_C, UINTMAX_C):
24243         Likewise.
24244         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
24245         unsigned counterparts.
24246         (Have_long_long, Unsigned): New macros.
24247         (Int): Renamed from INT.
24248         (strtoimax): Use the new macros.
24249         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
24250         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
24251         * modules/inttypes (inttypes.h): Substitute
24252         HAVE_UNSIGNED_LONG_LONG_INT.
24253         * modules/stdint (stdint.h): Likewise.
24254         (Files): Add m4/ulonglong.m4.
24255
24256 2006-10-10  Bruno Haible  <bruno@clisp.org>
24257
24258         Fix a gcc -Wshadow warning.
24259         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
24260         to 'bucket'.
24261         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
24262         gl_linked_indexof_from_to): Likewise.
24263         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
24264         Likewise.
24265         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
24266         Likewise.
24267         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
24268         Reported by Eric Blake.
24269
24270 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
24271
24272         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
24273         for NetBSD.  Problem reported by Bruno Haible.
24274
24275 2006-10-09  Jim Meyering  <jim@meyering.net>
24276
24277         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
24278         Patch from Bruno Haible.
24279
24280 2006-10-09  Jim Meyering  <jim@meyering.net>
24281
24282         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
24283         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
24284         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
24285
24286 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
24287
24288         Don't include <config.h> twice; this doesn't work in some cases,
24289         e.g., when config.h has "#define intmax_t long long int" and
24290         we include <config.h>, <inttypes.h>, <config.h> in that order.
24291         Problem reported by Matthew Woehlke in:
24292         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
24293         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
24294         * lib/fts-cycle.c: Don't include config.h.
24295         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
24296         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
24297         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
24298         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
24299         inttypes.h.
24300         * lib/xstrtoumax.c: Likewise.
24301         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
24302         __strtol and the like, so that this module is more like its siblings.
24303         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
24304         Remove; no longer needed now that we assume gnulib inttypes.h.
24305
24306 2006-10-08  Bruno Haible  <bruno@clisp.org>
24307
24308         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
24309         option.
24310
24311 2006-10-07  Jim Meyering  <jim@meyering.net>
24312
24313         * modules/inttypes (inttypes.h): Revert what seems to have been
24314         an inadvertent part of today's change: use "|", not "/" in the
24315         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
24316
24317 2006-10-07  Bruno Haible  <bruno@clisp.org>
24318
24319         * modules/sublist: New file.
24320
24321 2006-10-07  Bruno Haible  <bruno@clisp.org>
24322
24323         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
24324         * modules/argz (argz.h): Likewise.
24325         * modules/arpa_inet (arpa/inet.h): Likewise.
24326         * modules/byteswap (byteswap.h): Likewise.
24327         * modules/configmake (configmake.h): Likewise.
24328         * modules/fcntl (fcntl.h): Likewise.
24329         * modules/fnmatch (fnmatch.h): Likewise.
24330         * modules/getopt (getopt.h): Likewise.
24331         * modules/glob (glob.h): Likewise.
24332         * modules/inttypes (inttypes.h): Likewise.
24333         * modules/netinet_in (netinet/in.h): Likewise.
24334         * modules/poll (poll.h): Likewise.
24335         * modules/stdbool (stdbool.h): Likewise.
24336         * modules/stdint (stdint.h): Likewise.
24337         * modules/sys_select (sys/select.h): Likewise.
24338         * modules/sys_socket (sys/socket.h): Likewise.
24339         * modules/sys_stat (sys/stat.h): Likewise.
24340         * modules/sysexits (sysexits.h): Likewise.
24341         * modules/unistd (unistd.h): Likewise.
24342         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
24343         Add a "DO NOT EDIT" comment to the generated file.
24344         (func_import): Likewise for gnulib-comp.m4.
24345
24346 2006-10-07  Bruno Haible  <bruno@clisp.org>
24347
24348         * lib/gl_sublist.h: New file.
24349         * lib/gl_sublist.c: New file.
24350
24351 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
24352
24353         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
24354         name (relative to the original working directory) and the file
24355         name component (relative to the temporary working directory).  All
24356         callers changed.
24357         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
24358         * lib/mkdir-p.c (make_dir_parents): Likewise.
24359         * lib/mkdir-p.h (make_dir_parents): Likewise.
24360
24361 2006-10-06  Eric Blake  <ebb9@byu.net>
24362
24363         Define several macros for use by the clean-temp module.
24364         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
24365         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
24366         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
24367
24368         * lib/clean-temp.h (close_stream_temp): New declaration.
24369         * lib/clean-temp.c (includes): Pull in headers according to what
24370         other modules are in use.
24371         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
24372
24373 2006-10-06  Bruno Haible  <bruno@clisp.org>
24374
24375         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
24376         instead of fopen, fwriteerror.
24377
24378 2006-10-06  Bruno Haible  <bruno@clisp.org>
24379
24380         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
24381         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
24382         int.
24383         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
24384         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
24385         Return an error indicator.
24386         Suggested by Eric Blake.
24387
24388 2006-10-06  Bruno Haible  <bruno@clisp.org>
24389
24390         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
24391         Reported by Eric Blake.
24392
24393 2006-10-06  Bruno Haible  <bruno@clisp.org>
24394
24395         * modules/closeout (Description): Mention stderr too.
24396
24397 2006-10-06  Bruno Haible  <bruno@clisp.org>
24398         and Paul Eggert  <eggert@cs.ucla.edu>
24399
24400         * lib/closeout.c (close_stdout): Also close stderr.
24401         * lib/closeout.h: Update comment.
24402
24403 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
24404
24405         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
24406         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
24407         * lib/dirchownmod.c: Include lchown.h.
24408         * lib/lchown.c: Don't include files that lchown.h now includes.
24409         Don't declare chown, since lchown.h now does that.
24410         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
24411         (lchown): Define to rpl_chown if lchown is declared but
24412         does not exist.  Declare using a prototype if lchown is not
24413         declared.  Add a copyright notice.
24414         * lib/mkstemp.h: Include <unistd.h>.
24415         * lib/openat.c: Include lchown.h.
24416
24417         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
24418         we now test for that separately.
24419         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
24420         rather than O_NOFOLLOW, when testing whether it's possible to
24421         avoid a race condition reliably.
24422         * lib/savewd.c (savewd_chdir): Likewise.
24423
24424         Remove macros that are no longer needed now that stdint.h is
24425         reliable.
24426         * lib/fsusage.c (UINTMAX_MAX): Remove.
24427         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
24428         * lib/utimecmp.c (SIZE_MAX): Remove.
24429
24430         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
24431
24432         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
24433         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
24434         O_NOATIME works.
24435
24436 2006-10-05  Bruno Haible  <bruno@clisp.org>
24437
24438         * lib/gl_list.h (gl_sortedlist_search_from_to,
24439         gl_sortedlist_indexof_from_to): New declarations.
24440         (gl_list_implementation): New fields sortedlist_search_from_to,
24441         sortedlist_indexof_from_to.
24442         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
24443         inline functions.
24444         * lib/gl_list.c (gl_sortedlist_search_from_to,
24445         gl_sortedlist_indexof_from_to): New functions.
24446         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
24447         function.
24448         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
24449         (gl_array_sortedlist_search_from_to): New function.
24450         (gl_array_list_implementation): Update.
24451         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
24452         function.
24453         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
24454         (gl_carray_sortedlist_search_from_to): New function.
24455         (gl_carray_list_implementation): Update.
24456         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
24457         gl_linked_sortedlist_indexof_from_to): New functions.
24458         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
24459         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
24460         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
24461         gl_tree_sortedlist_indexof_from_to): New functions.
24462         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
24463         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
24464         Update.
24465         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
24466         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
24467         Update.
24468
24469 2006-10-05  Bruno Haible  <bruno@clisp.org>
24470
24471         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
24472         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
24473         (struct gl_list_implementation): Add fields search_from_to,
24474         indexof_from_to. Remove fields search, indexof.
24475         (gl_list_search): Use the search_from_to method.
24476         (gl_list_search_from, gl_list_search_from_to): New functions.
24477         (gl_list_indexof): Use the indexof_from_to method.
24478         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
24479         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
24480         (gl_list_search_from, gl_list_search_from_to): New functions.
24481         (gl_list_indexof): Use the indexof_from_to method.
24482         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
24483         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
24484         gl_array_indexof. Add start_index, end_index arguments.
24485         (gl_array_search_from_to): Renamed from gl_array_search. Add
24486         start_index, end_index arguments.
24487         (gl_array_remove, gl_array_list_implementation): Update.
24488         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
24489         gl_carray_indexof. Add start_index, end_index arguments.
24490         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
24491         start_index, end_index arguments.
24492         (gl_carray_remove, gl_carray_list_implementation): Update.
24493         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
24494         gl_linked_search. Add start_index, end_index arguments.
24495         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
24496         start_index, end_index arguments.
24497         (gl_linked_remove): Update.
24498         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
24499         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
24500         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
24501         field to 'size_t'.
24502         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
24503         gl_tree_search. Add start_index, end_index arguments.
24504         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
24505         start_index, end_index arguments.
24506         (gl_tree_remove): Update.
24507         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
24508         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
24509         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
24510         function.
24511         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
24512         gl_tree_search. Add start_index, end_index arguments.
24513         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
24514         start_index, end_index arguments.
24515         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
24516         Update.
24517         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
24518
24519 2006-10-05  Bruno Haible  <bruno@clisp.org>
24520
24521         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
24522
24523         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
24524         fwriteerror_temp): New declarations.
24525         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
24526         (descriptors): New variable.
24527         (cleanup): First, close the descriptors.
24528         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
24529         fclose_temp, fwriteerror_temp): New functions.
24530
24531 2006-10-04  Jim Meyering  <jim@meyering.net>
24532
24533         * lib/fts.c (fts_open): Tiny comment change.
24534
24535 2006-10-04  Bruno Haible  <bruno@clisp.org>
24536
24537         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
24538         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
24539         gl_LOCK_BODY.
24540         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
24541         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
24542         gl_LOCK_EARLY_BODY.
24543         (gl_LOCK): Require gl_LOCK_BODY.
24544
24545 2006-10-04  Bruno Haible  <bruno@clisp.org>
24546
24547         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
24548         (gl_oset_search_atleast): New declaration.
24549         (struct gl_oset_implementation): Add field 'search_atleast'.
24550         (gl_oset_search_atleast): New inline function.
24551         * lib/gl_oset.c (gl_oset_search_atleast): New function.
24552         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
24553         (gl_array_oset_implementation): Update.
24554         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
24555         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
24556         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
24557
24558 2006-10-04  Bruno Haible  <bruno@clisp.org>
24559
24560         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
24561
24562 2006-10-03  Bruno Haible  <bruno@clisp.org>
24563
24564         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
24565         from gl_avltreehash_list_implementation.
24566
24567 2006-10-03  Bruno Haible  <bruno@clisp.org>
24568
24569         * lib/gl_oset.c (gl_oset_add): Fix return type.
24570
24571 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
24572
24573         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
24574
24575 2006-10-02  Eric Blake  <ebb9@byu.net>
24576
24577         * modules/strnlen (Depends-on): Add extensions.
24578
24579 2006-10-02  Eric Blake  <ebb9@byu.net>
24580
24581         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
24582         definition in 2.60+.
24583
24584 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
24585
24586         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
24587         checks.
24588
24589 2006-10-02  Bruno Haible  <bruno@clisp.org>
24590
24591         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
24592         to the AUTOMAKE_OPTIONS.
24593         Reported by Jim Meyering.
24594
24595 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
24596
24597         Work around bug in Solaris 10 /proc file system:
24598         /proc/self/fd/NNN/.. isn't the parent directory of
24599         the directory whose file descriptor is NNN.  This needs to
24600         be worked around at run time, not compile time, since a
24601         program might be built on Solaris 8, where things work, and
24602         run on Solaris 10.
24603         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
24604         to use the following interface instead:
24605         (OPENAT_BUFFER_SIZE): New macro.
24606         (openat_proc_name): New function.
24607         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
24608         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
24609         Likewise.
24610         * lib/openat-proc.c: New file.
24611         * modules/openat (Files): Add lib/openat-proc.c.
24612         (Depends-on): Add same-inode, stdbool.
24613         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
24614
24615 2006-09-29  Bruno Haible  <bruno@clisp.org>
24616
24617         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
24618         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
24619         argument. Set stdout_closed before testing for ferror, not after.
24620         (fwriteerror, fwriteerror_no_ebadf): New functions.
24621
24622 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24623
24624         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
24625
24626 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
24627
24628         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
24629         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
24630
24631 2006-09-28  Jim Meyering  <jim@meyering.net>
24632
24633         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
24634         Include <unistd.h>.
24635
24636 2006-09-28  Bruno Haible  <bruno@clisp.org>
24637
24638         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
24639         * modules/linkedhash-list (Depends-on): Likewise.
24640         * modules/rbtreehash-list (Depends-on): Likewise.
24641
24642 2006-09-28  Bruno Haible  <bruno@clisp.org>
24643
24644         * lib/strndup.h: Simplify the redefinition of strndup.
24645         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
24646         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
24647
24648 2006-09-28  Bruno Haible  <bruno@clisp.org>
24649
24650         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
24651         * lib/gl_linkedhash_list.c: Likewise.
24652         * lib/gl_rbtreehash_list.c: Likewise.
24653
24654 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
24655
24656         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
24657         getaddrinfo.
24658
24659         * lib/__fpending.h: Don't include <stdio_ext.h> unless
24660         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
24661         it causes <stdio_ext.h> to cause a compile-time error.
24662         Problem reported by Nelson H. F. Beebe.
24663         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
24664         of HAVE_DECL___PENDING.
24665
24666         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
24667         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
24668         declaration.
24669
24670 2006-09-27  Jim Meyering  <jim@meyering.net>
24671
24672         This file could end up with a definition for a function
24673         named __strndup, rather than rpl_strndup on a system with
24674         incomplete weak_alias support.
24675         * lib/strndup.c (strndup): Rename from __strndup.
24676         Remove #defines that used to map __strndup to strndup.
24677         Don't use K&R prototypes.
24678         Remove LIBC-related code, since this file is not sync'd with glibc.
24679         * lib/strndup.h: Revamp, accordingly.
24680         * m4/strndup.m4: Modernize.
24681
24682 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
24683
24684         * modules/savewd (Depends-on): Add 'raise'.
24685         * lib/savewd.c: Include <signal.h>, for 'raise'.
24686
24687 2006-09-26  Jim Meyering  <jim@meyering.net>
24688
24689         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
24690         when we detect Darwin 8.7.0's acl_get_file bug.
24691         Rearrange to perform the new (below) run-test while $LIBS
24692         contains any acl-related library.  Set USE_ACL at the end.
24693         (gl_ACL_GET_FILE): New function.
24694
24695 2006-09-26  Eric Blake  <ebb9@byu.net>
24696
24697         * lib/verror.c: Include <config.h> unconditionally.
24698
24699 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
24700
24701         * modules/clock-time (Maintainer): Add self.
24702         * modules/getlogin_r (Depends-on): Add extensions.
24703
24704 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24705
24706         * modules/clock-time: New module.
24707         * modules/nanosleep (Depends-on): Add clock-time.
24708         * modules/gethrxtime (Depends-on): Likewise.
24709         * modules/gettime (Depends-on): Likewise.
24710         * modules/settime (Depends-on): Likewise.
24711
24712         * modules/fts-lgpl: Depend on openat.
24713         * modules/mkancesdirs: Depend on savewd.
24714         * modules/mkdir-p: Likewise.
24715
24716 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24717
24718         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
24719
24720         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
24721         `gl_have_arbitrary_file_name_length_limit' to
24722         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
24723         actually works between configure runs.
24724
24725 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24726             Bruno Haible  <bruno@clisp.org>
24727
24728         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
24729
24730 2006-09-25  Jim Meyering  <jim@meyering.net>
24731
24732         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
24733         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
24734
24735 2006-09-25  Eric Blake  <ebb9@byu.net>
24736
24737         * gnulib-tool (func_import, func_create_testdir): Fix typos in
24738         exec's in 2006-09-18 patch when shuffling fds.
24739
24740 2006-09-25  Bruno Haible  <bruno@clisp.org>
24741
24742         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
24743         Reported by Jim Meyering.
24744
24745 2006-09-24  Jim Meyering  <jim@meyering.net>
24746
24747         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
24748         compare a pointer against a literal "0".  That caused failures with
24749         at least HP-UX's hpcc.
24750
24751 2006-09-22  Simon Josefsson  <jas@extundo.com>
24752
24753         * modules/gc-sha1:
24754         * modules/gc-md4:
24755         * modules/gc-hmac-sha1:
24756         * modules/gc-hmac-md5:
24757         * modules/gc-des:
24758         * modules/gc-arcfour: Distribute more files.
24759
24760 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24761
24762         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
24763         (gl_linked_iterator_from_to): Initialize struct completely.
24764         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
24765         (gl_tree_iterator_from_to): Likewise
24766         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
24767         * lib/gl_array_list.c [lint] (gl_array_iterator)
24768         (gl_array_iterator_from_to): Likewise.
24769         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
24770         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
24771         (gl_carray_iterator_from_to): Likewise.
24772
24773         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
24774         * lib/md4.c (md4_process_block): Remove unused variable.
24775         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
24776         parentheses for clarity.
24777
24778 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24779
24780         * modules/bison-i18n (Depends-on): Add gettext.
24781
24782 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24783
24784         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
24785         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
24786         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
24787         also add missing comma that caused broken test.
24788         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
24789         stdlib.h, for `abort'.
24790         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
24791         variables.
24792         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
24793         include unistd.h if present, for `rmdir'.
24794         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
24795         variables.
24796         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
24797         in the process include standard headers for prototypes.
24798         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
24799         gets declared on GNU/Linux.
24800         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
24801         unistd.h, for `rmdir'.
24802         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
24803
24804         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
24805         always true.
24806         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
24807
24808         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
24809
24810 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24811
24812         * gnulib-tool (func_version): Create output all at once.  This
24813         may help avoid triggering unnecessary SIGPIPEs, and at any
24814         rate it doesn't hurt.
24815
24816 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24817             Bruno Haible  <bruno@clisp.org>
24818
24819         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
24820         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
24821         * m4/signed.m4 (bh_C_SIGNED): Likewise.
24822
24823         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
24824         (gl_FUNC_VASPRINTF): Invoke it.
24825
24826 2006-09-22  Bruno Haible  <bruno@clisp.org>
24827
24828         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
24829         getloadavg.c as first argument.
24830
24831 2006-09-22  Bruno Haible  <bruno@clisp.org>
24832
24833         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
24834         at the beginning of the gl_INIT macro.
24835         * modules/getloadavg (configure.ac): Pass $gl_source_base to
24836         gl_GETLOADAVG.
24837
24838 2006-09-22  Bruno Haible  <bruno@clisp.org>
24839
24840         * gnulib-tool (func_create_megatestdir): Don't include the config-h
24841         module.
24842         Suggested by Ralf Wildenhues.
24843
24844 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
24845
24846         Import this patch from libc:
24847
24848         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
24849
24850         * lib/regex_internal.c (re_string_reconstruct): Handle
24851         offset < pstr->valid_raw_len && pstr->offsets_needed case.
24852         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
24853         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
24854         re_string_context_at.
24855
24856         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
24857         now requires it.
24858         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
24859         gl_REGEX now does it for us.
24860         (gl_REGEX): Add test taken from
24861         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
24862
24863         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
24864         Check that large offsets work.  Modernize Autoconf usages.
24865         Prefer "yes" to mean a good thing rather than a bad.
24866         Don't put "#define mkstemp" in config.h, as this might interfere
24867         with standard system headers that "#define mkstemp mkstemp64".
24868
24869         * modules/mkstemp (Depends-on): Add extensions, so that
24870         mkstemp is visible on some platforms.
24871         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
24872         (Include): Change to "mkstemp.h" from <stdlib.h>.
24873         (Files): Add mkstemp.h.
24874
24875         * lib/mkstemp.h: New file, since some standard headers
24876         #define mkstemp.
24877         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
24878         Include "mkstemp.h".
24879         Make the _LIBC code resemble glibc original more,
24880         e.g., use K&R style.
24881         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
24882         (mkstemp): Remove, since mkstemp.h does this for us.
24883         * lib/stdlib--.h: Include mkstemp.h.
24884
24885         Import this patch from libc:
24886
24887         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
24888
24889         * lib/tempname.c (__gen_tempname): Change attempts_min
24890         into a macro.  Use preprocessor to decide how to initialize
24891         attempts [Coverity CID 67].
24892
24893 2006-09-20  Bruno Haible  <bruno@clisp.org>
24894
24895         * lib/mkdtemp.c: Import from libc.
24896         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
24897                 * sysdeps/posix/tempname.c (__gen_tempname): Change
24898                 attempts_min into a macro.  Use preprocessor to decide how to
24899                 initialize attempts [Coverity CID 67].
24900         2001-11-27  Paul Eggert  <eggert@twinsun.com>
24901                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
24902                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
24903
24904 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24905
24906         * gnulib-tool (func_exit): New function, to allow to pass the
24907         exit status portably through the trap.  Use everywhere.
24908         (--help, --version): Signal a write error.
24909         (trap): catch SIGPIPE, for write errors.
24910         Exit at the end of the trap, with the correct exit status.
24911
24912 2006-09-19  Karl Berry  <karl@gnu.org>
24913
24914         * doc/gnulib.texi: note about the license texinfo files.
24915
24916 2006-09-19  Eric Blake  <ebb9@byu.net>
24917
24918         * gnulib-tool: Avoid space-tab.
24919
24920 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
24921
24922         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
24923         that prevented coreutils 6.1 from building.  Problem reported
24924         by Petter Reinholdtsen.
24925
24926 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
24927
24928         * gnulib-tool (avoidlist): Fix typo that broke options like
24929         --avoid=lock that are used by coreutils bootstrap.
24930
24931 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
24932
24933         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
24934         more systematically.
24935
24936 2006-09-18  Jim Meyering  <jim@meyering.net>
24937
24938         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
24939
24940 2006-09-18  Bruno Haible  <bruno@clisp.org>
24941
24942         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
24943
24944 2006-09-18  Bruno Haible  <bruno@clisp.org>
24945
24946         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
24947         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
24948         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
24949         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
24950         * m4/gettext.m4: Require autoconf >= 2.52.
24951         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
24952         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
24953         of gl_cv_header_inttypes_h.
24954
24955 2006-09-18  Bruno Haible  <bruno@clisp.org>
24956
24957         * lib/javaversion.c: Include configmake.h.
24958
24959 2006-09-18  Bruno Haible  <bruno@clisp.org>
24960
24961         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
24962         avoid that the while loops be executed in a subshell.
24963
24964 2006-09-18  Bruno Haible  <bruno@clisp.org>
24965
24966         * MODULES.html.sh (func_module): Break long lines.
24967         Suggested by Bruce Korb <bkorb@gnu.org>.
24968
24969 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24970
24971         Speed up by a factor of 1.12.
24972         * gnulib-tool (nl): New variable.
24973         (func_import): Rewrite include directive extraction to only read each
24974         directive once.
24975
24976 2006-09-17  Bruno Haible  <bruno@clisp.org>
24977
24978         * modules/javaversion (Makefile.am): Remove DEFS setting.
24979         (Depends-on): Add configmake, for PKGDATADIR definition.
24980
24981 2006-09-17  Bruno Haible  <bruno@clisp.org>
24982
24983         * gnulib-tool (func_create_testdir): Rewrite all files at once.
24984
24985 2006-09-17  Bruno Haible  <bruno@clisp.org>
24986
24987         * gnulib-tool (func_append): New function, stolen from libtool.m4.
24988         (func_modules_transitive_closure, func_modules_add_dummy,
24989         func_modules_to_filelist, func_import, func_create_testdir,
24990         func_create_megatestdir, ...): Use it wherever possible.
24991         Suggested by Ralf Wildenhues.
24992
24993 2006-09-16  Karl Berry  <karl@gnu.org>
24994
24995         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
24996         to avoid sectioning errors.
24997         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
24998         [ifinfo]: blank line after @center-ed titles.
24999         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
25000         Spell FSF address consistently with others.
25001         (These changes approved by rms.)
25002
25003 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25004
25005         Speed up by a factor of 1.61.
25006         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
25007         already checked module names again.
25008
25009 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25010
25011         Speed up by a factor of 1.13.
25012         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
25013         for new_files, and the input to func_add_or_update.
25014
25015 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25016
25017         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
25018         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
25019
25020 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
25021
25022         * modules/mkancesdirs (Depends-on): Add fcntl.
25023         * modules/savewd: New file.
25024         * MODULES.html.sh (File system functions): Add savewd.
25025
25026         * modules/configmake (Makefile.am): Add support for the
25027         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
25028
25029 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
25030
25031         * m4/savewd.m4: New file.
25032
25033 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
25034
25035         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
25036         (dirchownmod): New arg FD.  All callers changed.
25037         Use FD rather than opening the directory ourself, as opening is
25038         now the caller's responsibility.
25039         * lib/dirchownmod.h: Likewise.
25040         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
25041         hosts that require <sys/types.h> before <sys/stat.h>.  Include
25042         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
25043         (test_dir): Remove.
25044         (mkancesdirs): Return length of prefix of FILE that has already
25045         been made, or -2 if there is a child doing the work.  Redo
25046         algorithm so that it is O(N) rather than O(N**2).  Optimize away
25047         ".", and treat ".." specially since it might stray back into
25048         already-created areas.  Use a subprocess if necessary.  New arg
25049         WD; all users changed.  MAKE_DIR function should now return 1
25050         if it creates a directory that is not readable.  Return -2 if
25051         a child process is spun off.
25052         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
25053         Adjust signature to match code.
25054         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
25055         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
25056         all users changed.
25057         * lib/savewd.c, lib/savewd.h: New files.
25058
25059 2006-09-15  Jim Meyering  <jim@meyering.net>
25060
25061         * modules/rename-dest-slash: New module.
25062         * MODULES.html.sh (posix_compat): Add it here.
25063
25064         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
25065
25066 2006-09-15  Jim Meyering  <jim@meyering.net>
25067
25068         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
25069         file.
25070
25071         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
25072
25073 2006-09-15  Jim Meyering  <jim@meyering.net>
25074
25075         * lib/rename-dest-slash.c (has_trailing_slash): Use
25076         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
25077         (rpl_rename_dest_slash): Perform the cheaper trailing slash
25078         test before testing whether SRC is a directory.
25079         Suggestions from Bruno Haible.
25080
25081         Avoid a warning about an unused variable.
25082         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
25083         into the #ifdef block where it's used.
25084
25085         * lib/rename-dest-slash.c: New file.
25086
25087 2006-09-14  Bruno Haible  <bruno@clisp.org>
25088
25089         * lib/allocsa.c: Include <config.h> unconditionally.
25090         * lib/asnprintf.c: Likewise.
25091         * lib/asprintf.c: Likewise.
25092         * lib/c-strcasecmp.c: Likewise.
25093         * lib/c-strcasestr.c: Likewise.
25094         * lib/c-strncasecmp.c: Likewise.
25095         * lib/c-strstr.c: Likewise.
25096         * lib/classpath.c: Likewise.
25097         * lib/clean-temp.c: Likewise.
25098         * lib/concatpath.c: Likewise.
25099         * lib/copy-file.c: Likewise.
25100         * lib/csharpcomp.c: Likewise.
25101         * lib/csharpexec.c: Likewise.
25102         * lib/execute.c: Likewise.
25103         * lib/fatal-signal.c: Likewise.
25104         * lib/findprog.c: Likewise.
25105         * lib/fwriteerror.c: Likewise.
25106         * lib/gl_array_list.c: Likewise.
25107         * lib/gl_array_oset.c: Likewise.
25108         * lib/gl_avltree_list.c: Likewise.
25109         * lib/gl_avltree_oset.c: Likewise.
25110         * lib/gl_avltreehash_list.c: Likewise.
25111         * lib/gl_carray_list.c: Likewise.
25112         * lib/gl_linked_list.c: Likewise.
25113         * lib/gl_linkedhash_list.c: Likewise.
25114         * lib/gl_list.c: Likewise.
25115         * lib/gl_oset.c: Likewise.
25116         * lib/gl_rbtree_list.c: Likewise.
25117         * lib/gl_rbtree_oset.c: Likewise.
25118         * lib/gl_rbtreehash_list.c: Likewise.
25119         * lib/imaxabs.c: Likewise.
25120         * lib/imaxdiv.c: Likewise.
25121         * lib/javacomp.c: Likewise.
25122         * lib/javaexec.c: Likewise.
25123         * lib/javaversion.c: Likewise.
25124         * lib/linebreak.c: Likewise.
25125         * lib/localcharset.c: Likewise.
25126         * lib/lock.c: Likewise.
25127         * lib/mbchar.c: Likewise.
25128         * lib/mbswidth.c: Likewise.
25129         * lib/mkdtemp.c: Likewise.
25130         * lib/pipe.c: Likewise.
25131         * lib/printf-args.c: Likewise.
25132         * lib/printf-parse.c: Likewise.
25133         * lib/progname.c: Likewise.
25134         * lib/progreloc.c: Likewise.
25135         * lib/readlink.c: Likewise.
25136         * lib/sh-quote.c: Likewise.
25137         * lib/stpcpy.c: Likewise.
25138         * lib/stpncpy.c: Likewise.
25139         * lib/strcasecmp.c: Likewise.
25140         * lib/strcasestr.c: Likewise.
25141         * lib/strcspn.c: Likewise.
25142         * lib/striconv.c: Likewise.
25143         * lib/strncasecmp.c: Likewise.
25144         * lib/strnlen1.c: Likewise.
25145         * lib/strstr.c: Likewise.
25146         * lib/strtok_r.c: Likewise.
25147         * lib/tls.c: Likewise.
25148         * lib/tmpdir.c: Likewise.
25149         * lib/unicodeio.c: Likewise.
25150         * lib/unsetenv.c: Likewise.
25151         * lib/vasnprintf.c: Likewise.
25152         * lib/vasprintf.c: Likewise.
25153         * lib/wait-process.c: Likewise.
25154         * lib/xallocsa.c: Likewise.
25155         * lib/xsetenv.c: Likewise.
25156         * lib/xstriconv.c: Likewise.
25157
25158 2006-09-13  Simon Josefsson  <jas@extundo.com>
25159
25160         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
25161         that internally, suggested by Ralf Wildenhues
25162         <Ralf.Wildenhues@gmx.de>.
25163
25164 2006-09-13  Simon Josefsson  <jas@extundo.com>
25165
25166         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
25167         @LIBOBJS@.
25168         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
25169
25170 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
25171
25172         * lib/_fpending.c: Include <config.h> unconditionally, since we no
25173         longer worry about uses that don't define HAVE_CONFIG_H.
25174         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
25175         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
25176         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
25177         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
25178         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
25179         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
25180         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
25181         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
25182         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
25183         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
25184         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
25185         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
25186         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
25187         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
25188         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
25189         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
25190         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
25191         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
25192         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
25193         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
25194         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
25195         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
25196         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
25197         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
25198         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
25199         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
25200         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
25201         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
25202         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
25203         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
25204         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
25205         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
25206         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
25207         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
25208         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
25209         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
25210         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
25211         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
25212         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
25213         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
25214         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
25215         Likewise.
25216
25217 2006-09-13  Eric Blake  <ebb9@byu.net>
25218
25219         * lib/getopt.c: Fix typo in last commit.
25220
25221 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
25222
25223         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
25224         dgettext.
25225
25226 2006-09-12  Jim Meyering  <jim@meyering.net>
25227
25228         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
25229         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
25230         Reported by Nelson H. F. Beebe.
25231
25232 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
25233
25234         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
25235         program_invocation_name and program_invocation_short_name are
25236         initialized.
25237         * lib/argp-namefrob.h: Move declarations of program_invocation_name
25238         and program_invocation_short_name to argp.h, so they are visible
25239         to user programs.
25240         * lib/argp.h: Likewise
25241
25242 2006-09-10  Bruno Haible  <bruno@clisp.org>
25243
25244         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
25245         m4/inttypes_h.m4, m4/uintmax_t.m4.
25246
25247 2006-09-10  Bruno Haible  <bruno@clisp.org>
25248
25249         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
25250         gl_AC_TYPE_UINTMAX_T.
25251
25252 2006-09-10  Bruno Haible  <bruno@clisp.org>
25253
25254         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
25255
25256 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
25257
25258         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
25259         convention.  Text proposed by Bruno Haible.
25260         (struct argp_option): Document the use of N_() wrappers.
25261
25262         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
25263         '\v', and translate the two parts separately, instead of feeding
25264         the whole string to gettext.  This allows to exclude
25265         '\v' from the strings visible to the translator by writing doc
25266         strings as N_("..") "\v" N_("..").
25267
25268 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
25269
25270         * config/srclist.txt: Undo latest change; the bug was fixed.
25271
25272 2006-09-09  Bruno Haible  <bruno@clisp.org>
25273
25274         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
25275         assignments if building a library without libtool.
25276         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
25277         in func_emit_lib_Makefile_am.
25278         (func_import): When building a static library libfoo.a, arrange to
25279         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
25280         (func_create_testdir): Likewise.
25281         * modules/gc (configure.ac, Makefile.am): If building statically,
25282         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
25283         * modules/iconvme (configure.ac, Makefile.am): Likewise.
25284         * modules/striconv (configure.ac, Makefile.am): Likewise.
25285         Based on a suggestion by Ralf Wildenhues.
25286
25287 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
25288
25289         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
25290         Check for unistd.h too, since Autoconf doesn't assume POSIX.
25291         Also:
25292
25293         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
25294         Add year_2050_test to catch glibc bug 2821
25295         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
25296
25297         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
25298         Prefer #ifdef to #if.
25299
25300         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
25301         Return from 'main' instead of calling 'exit'.
25302
25303 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
25304
25305         * lib/mktime.c (guess_time_tm): Fix bug where mktime
25306         returned the maximum time_t value rather than (time_t) -1.
25307         Problem originally reported by William Bardwell
25308         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
25309
25310         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
25311         Moved to here ...
25312         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
25313         ... from here.
25314
25315 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
25316
25317         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
25318         2821 is fixed.
25319
25320 2006-09-08  Jim Meyering  <jim@meyering.net>
25321
25322         Don't make generated files read-only.  That would bother too many
25323         people.  However, do retain the ability to work when targets are
25324         read-only: remove the destination and temporary files before writing
25325         them (when generated via sed or echo), or by using the -f option for
25326         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
25327         * modules/alloca-opt, modules/argz, modules/arpa_inet:
25328         * modules/byteswap, modules/configmake, modules/fcntl:
25329         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
25330         * modules/localcharset, modules/netinet_in, modules/poll:
25331         * modules/stdbool, modules/stdint, modules/sys_select:
25332         * modules/sys_socket, modules/sys_stat, modules/sysexits:
25333
25334 2006-09-08  Jim Meyering  <jim@meyering.net>
25335
25336         Avoid new build failure on FreeBSD 6.0.
25337         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
25338         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
25339         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
25340
25341 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25342
25343         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
25344
25345 2006-09-07  Jim Meyering  <jim@meyering.net>
25346
25347         Fix global typo in last change: use chmod u-w, not chmod u-x.
25348         Spotted by Paul Eggert and Bruce Korb.
25349         * modules/alloca-opt, modules/argz, modules/arpa_inet:
25350         * modules/byteswap, modules/configmake, modules/fcntl:
25351         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
25352         * modules/localcharset, modules/netinet_in, modules/poll:
25353         * modules/stdbool, modules/stdint, modules/sys_select:
25354         * modules/sys_socket, modules/sys_stat, modules/sysexits:
25355
25356 2006-09-06  Jim Meyering  <jim@meyering.net>
25357
25358         Make generated files be read-only.
25359         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
25360         Ensure that each generated file is now read-only.
25361         * modules/argz: Likewise.
25362         * modules/arpa_inet: Likewise.
25363         * modules/byteswap: Likewise.
25364         * modules/configmake: Likewise.
25365         * modules/fcntl: Likewise.
25366         * modules/fnmatch: Likewise.
25367         * modules/getopt: Likewise.
25368         * modules/glob: Likewise.
25369         * modules/inttypes: Likewise.
25370         * modules/netinet_in: Likewise.
25371         * modules/poll: Likewise.
25372         * modules/stdbool: Likewise.
25373         * modules/stdint: Likewise.
25374         * modules/sys_select: Likewise.
25375         * modules/sys_socket: Likewise.
25376         * modules/sys_stat: Likewise.
25377         * modules/sysexits: Likewise.
25378         * modules/localcharset: Same as above, but continue using temporary
25379         file named "t-$@" (why different?) rather than the "$@-t" used
25380         everywhere else.
25381
25382         * modules/sysexits (Makefile.am): Replace literal occurrences
25383         of "sysexit.h" more readable, and more consistent, "$@".
25384
25385 2006-09-06  Bruno Haible  <bruno@clisp.org>
25386
25387         * modules/striconv: New file.
25388         * modules/xstriconv: New file.
25389         * MODULES.html.sh (Internationalization functions): Add striconv,
25390         xstriconv.
25391
25392 2006-09-06  Bruno Haible  <bruno@clisp.org>
25393
25394         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
25395         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
25396         not using libtool correctly.
25397
25398 2006-09-06  Bruno Haible  <bruno@clisp.org>
25399
25400         * lib/striconv.h: New file.
25401         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
25402         iconvstring.c.
25403         * lib/xstriconv.h: New file.
25404         * lib/xstriconv.c: New file.
25405
25406 2006-09-06  Bruno Haible  <bruno@clisp.org>
25407
25408         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
25409         lib_..._LDFLAGS.
25410
25411 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25412
25413         * lib/argz_.h: Sync from Libtool.
25414
25415         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
25416                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
25417
25418         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
25419
25420 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
25421
25422         * modules/trim: New file.
25423
25424 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
25425
25426         * lib/trim.h: New file.
25427         * lib/trim.c: New file.
25428
25429 2006-09-05  Bruno Haible  <bruno@clisp.org>
25430
25431         * MODULES.html.sh (String handling): Add trim.
25432
25433 2006-09-04  Karl Berry  <karl@gnu.org>
25434
25435         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
25436         until next release.
25437
25438 2006-09-03  Bruno Haible  <bruno@clisp.org>
25439
25440         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
25441         correctly.
25442
25443 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
25444
25445         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
25446         not gl_GETLOADAVG.  Omit unneeded semicolons.
25447         Problems reported by Ralf Wildenhues in
25448         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
25449         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
25450         at the end, which is the usual gnulib style.
25451
25452         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
25453         of doing all the work ourselves.
25454         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
25455         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
25456
25457 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
25458
25459         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
25460         Problem reported by Ralf Wildenhues in
25461         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
25462
25463         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
25464         HAVE_STRUCT_STATFS_F_FSTYPENAME.
25465
25466 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
25467
25468         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
25469         yesterday's patch by changing test -n to test -z.
25470
25471 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
25472
25473         * modules/getloadavg (Files): Add m4/getloadavg.m4.
25474         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
25475         the former is now obsolescent.
25476
25477         * modules/chdir-long (Depends-on): Add fcntl.
25478
25479 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
25480
25481         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
25482         obsolescent, and programs should use gnulib instead.
25483         * m4/getloadavg.m4: New file, with contents taken from Autoconf
25484         but with prefixes changed.
25485
25486 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
25487
25488         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
25489         or stdbool.h, because they might not exist while configuring.
25490
25491         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
25492         Don't include unistd.h or limits.h; not needed, since chdir-long.h
25493         does that for us.
25494         (O_DIRECTORY): Remove.
25495
25496 2006-08-31  Eric Blake  <ebb9@byu.net>
25497
25498         * gnulib-tool: Don't let emacs change spaces to TAB.
25499
25500 2006-08-31  Bruno Haible  <bruno@clisp.org>
25501
25502         * gnulib-tool: When calling func_import more than once, do it in a
25503         subshell.
25504         Reported by Eric Blake <ebb9@byu.net>.
25505
25506 2006-08-31  Bruno Haible  <bruno@clisp.org>
25507
25508         * gnulib-tool (nl): Remove variable.
25509         (sed_transform_lib_file): Use more robust test for config-h module.
25510         (func_import): Fix typo in 2006-08-25 patch.
25511
25512 2006-08-31  Bruno Haible  <bruno@clisp.org>
25513
25514         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
25515         specified, augment Makefile.am variables instead of assigning them.
25516
25517 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
25518
25519         Work around a bug in both the Linux and SunOS 64-bit kernels:
25520         nanosleep mishandles sleeps for longer than 2**31 seconds.
25521         Problem reported by Frank v Waveren in
25522         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
25523         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
25524         Check for nanosleep bug.
25525         (LIB_NANOSLEEP): Append clock_gettime library if needed.
25526
25527 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
25528
25529         Work around a bug in both the Linux and SunOS 64-bit kernels:
25530         nanosleep mishandles sleeps for longer than 2**31 seconds.
25531         Problem reported by Frank v Waveren in
25532         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
25533         * lib/nanosleep.c (BILLION): New constant.
25534         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
25535         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
25536         implementation.
25537
25538 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
25539
25540         * modules/nanosleep (Depends-on): Add gettime.
25541
25542 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
25543         and Simon Josefsson  <jas@extundo.com>
25544         and Oskar Liljeblad  <oskar@osk.mine.nu>
25545
25546         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
25547         * gnulib-tool (func_import): New license type 'unmodifiable license
25548         text'.
25549         * modules/fdl: Use it.  Longer description.
25550         * module/gpl, module/lgpl: New files.
25551
25552 2006-08-30  Jim Meyering  <jim@meyering.net>
25553
25554         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
25555         shadowing the parameter.
25556
25557 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25558
25559         Sync from Libtool:
25560
25561         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25562
25563         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
25564         sharing with gnulib.  Report by Eric Blake.
25565
25566 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
25567
25568         * modules/isapipe: New file.
25569         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
25570
25571 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
25572
25573         * modules/configmake (Makefile.am): Add a comment, and omit
25574         the CONFIGMAKE_ prefix from generated macro names.  Suggested
25575         by Bruno Haible.
25576
25577 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
25578
25579         * m4/isapipe.m4: New file.
25580
25581 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
25582
25583         * lib/isapipe.c, lib/isapipe.h: New files.
25584
25585 2006-08-29  Jim Meyering  <jim@meyering.net>
25586
25587         * modules/configmake (Makefile.am): Make configmake.h depend on
25588         Makefile.  Otherwise, a stale configmake.h could hang around.
25589
25590 2006-08-29  Eric Blake  <ebb9@byu.net>
25591
25592         * lib/error.c (error_at_line, print_errno_message): Match libc, after
25593         resolution of upstream bug 3044.
25594
25595 2006-08-29  Bruno Haible  <bruno@clisp.org>
25596
25597         * modules/localcharset (Depends-on): Add configmake.
25598         (Makefile.am): Remove setting of LIBDIR through DEFS.
25599
25600 2006-08-29  Bruno Haible  <bruno@clisp.org>
25601
25602         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
25603         defined.
25604
25605 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
25606
25607         * modules/fcntl: New file.
25608         * modules/chdir-safer (Depends-on): Add fcntl.
25609         * modules/fts: Likewise.
25610         * modules/mkdir-p: Likewise.
25611
25612         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
25613         This undoes the most recent change, since we're now addressing the
25614         problem in a different way.
25615
25616         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
25617         into output, since the output might be called Makefile.am even
25618         if $makefile_name is something different.
25619         (func_import): Use $makefile_am rather than
25620         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
25621         empty.
25622
25623         * modules/inttypes (Files): Add m4/inttypes-h.m4.
25624
25625 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
25626
25627         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
25628         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
25629         recent change to stdint.m4, since we're now addressing the problem in a
25630         different way.
25631
25632 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
25633
25634         * m4/fcntl_h.m4: New file.
25635
25636 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
25637
25638         * lib/fcntl_.h: New file.
25639         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
25640         the fcntl module.
25641         * lib/dirchownmod.c: Likewise.
25642         * lib/fts.c: Likewise.
25643
25644         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
25645         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
25646         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
25647         just before including <inttypes.h>, to avoid circular inclusion.
25648
25649 2006-08-28  Jim Meyering  <jim@meyering.net>
25650
25651         * doc/visibility.texi: Actually read and correct the grammar of the
25652         sentence affected by yesterday's change.
25653
25654 2006-08-28  Eric Blake  <ebb9@byu.net>
25655
25656         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
25657         needs wrapper.
25658
25659 2006-08-28  Eric Blake  <ebb9@byu.net>
25660
25661         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
25662
25663 2006-08-28  Eric Blake  <ebb9@byu.net>
25664
25665         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
25666
25667 2006-08-28  Bruno Haible  <bruno@clisp.org>
25668
25669         * modules/c-strstr: New file, from GNU gettext.
25670         * MODULES.html.sh (String handling): Add c-strstr.
25671
25672 2006-08-28  Bruno Haible  <bruno@clisp.org>
25673
25674         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
25675         macros.
25676         Reported by Eric Blake.
25677
25678 2006-08-28  Bruno Haible  <bruno@clisp.org>
25679
25680         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
25681         (VASNPRINTF): Return a string of length > INT_MAX without failing.
25682         * lib/vasprintf.c: Include errno.h, limits.h.
25683         (EOVERFLOW): New fallback definition.
25684         (vasprintf): Test here whether the string length is > INT_MAX.
25685         * lib/vsnprintf.c: Include errno.h, limits.h.
25686         (EOVERFLOW): New fallback definition.
25687         (vsnprintf): Fix bug when generated string was too long for the buffer.
25688         Test here whether the string length is > INT_MAX.
25689
25690 2006-08-28  Bruno Haible  <bruno@clisp.org>
25691
25692         * lib/inttypes_.h (SCNX*): Remove definitions.
25693         Reported by Eric Blake.
25694
25695 2006-08-28  Bruno Haible  <bruno@clisp.org>
25696
25697         * lib/c-strstr.h: New file, from GNU gettext.
25698         * lib/c-strstr.c: New file, from GNU gettext.
25699
25700 2006-08-28  Bruno Haible  <bruno@clisp.org>
25701
25702         * gnulib-tool: Reorder some statements.
25703
25704 2006-08-28  Bruno Haible  <bruno@clisp.org>
25705
25706         * gnulib-tool: New option --makefile-name.
25707         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
25708         $makefile_name.
25709         (func_import): Write $makefile_name to the cache file, and read it from
25710         there unless explicitly specified. Use $makefile_name as file name
25711         instead of Makefile.am. Adjust the recommendations accordingly.
25712
25713 2006-08-28  Bruno Haible  <bruno@clisp.org>
25714
25715         * gnulib-tool (func_verify_module): Check against misapplying patch.
25716
25717 2006-08-28  Bruno Haible  <bruno@clisp.org>
25718
25719         * gnulib-tool (func_relativize, func_relconcat): New functions.
25720         Give an error if --local-dir is given with --update.
25721         Remove trailing slashes from $local_gnulib_dir.
25722         (func_import): Store the relativized $local_gnulib_dir in
25723         gnulib-cache.m4, and read it from there if not specified explicitly.
25724
25725 2006-08-28  Bruno Haible  <bruno@clisp.org>
25726
25727         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
25728         is the current directory. Respect also $local_gnulib_dir.
25729
25730 2006-08-28  Bruno Haible  <bruno@clisp.org>
25731             Simon Josefsson  <jas@extundo.com>
25732
25733         BeOS portability.
25734         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
25735
25736 2006-08-27  Jim Meyering  <jim@meyering.net>
25737
25738         * doc/visibility.texi: Remove duplicate word: "pointer".
25739
25740 2006-08-26  Bruno Haible  <bruno@clisp.org>
25741
25742         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
25743         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
25744         (Makefile.am): Create inttypes.h from inttypes_.h.
25745         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
25746
25747         * modules/imaxabs: New file.
25748
25749         * modules/imaxdiv: New file.
25750
25751 2006-08-26  Bruno Haible  <bruno@clisp.org>
25752
25753         * m4/inttypes.m4: New file.
25754         * m4/_inttypes_h.m4: Remove file.
25755         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
25756         PRI_MACROS_BROKEN.
25757         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
25758
25759         * m4/imaxabs.m4: New file.
25760
25761         * m4/imaxdiv.m4: New file.
25762
25763 2006-08-26  Bruno Haible  <bruno@clisp.org>
25764
25765         * lib/inttypes_.h: New file.
25766         * lib/inttypes.h: Remove file.
25767         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
25768
25769         * lib/imaxabs.c: New file.
25770
25771         * lib/imaxdiv.c: New file.
25772
25773 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
25774
25775         New config-h module, so that "make" output needn't be cluttered
25776         by -DHAVE_CONFIG_H.
25777         * MODULES.html.sh (Support for building libraries and executables):
25778         Add config-h.
25779         * modules/config-h: New file.
25780         * gnulib-tool (nl, sed_transform_lib_file): New vars.
25781         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
25782         the config-h module is used.
25783
25784         New configmake module, so that "make" output needn't be cluttered
25785         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
25786         * MODULES.html.sh (Support for building libraries and executables):
25787         Add configmake.
25788         * modules/configmake: New file.
25789
25790 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
25791
25792         * m4/config-h.m4: New file.
25793
25794 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
25795
25796         * config/srclist.txt: Add elisp-comp.
25797
25798 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
25799
25800         * MODULES.html.sh (Support for building libraries and executables):
25801         Add elisp-comp.
25802         * build-aux/elisp-comp: New file.
25803         * modules/elisp-comp: New file.
25804
25805 2006-08-24  Bruno Haible  <bruno@clisp.org>
25806
25807         * gnulib-tool (func_create_testdir): Use non-default values of
25808         sourcebase and m4base.
25809
25810 2006-08-24  Bruno Haible  <bruno@clisp.org>
25811
25812         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
25813         HTML structure.
25814
25815 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
25816
25817         * modules/openat (Depends-on): Add lchown.
25818
25819 2006-08-23  Bruno Haible  <bruno@clisp.org>
25820
25821         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
25822         of gl_LOCK_EARLY instead of gl_LOCK.
25823
25824 2006-08-23  Bruno Haible  <bruno@clisp.org>
25825
25826         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
25827         on OSF/1 to no.
25828         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
25829
25830 2006-08-23  Bruno Haible  <bruno@clisp.org>
25831
25832         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
25833         as unusable.
25834
25835         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
25836         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
25837         (gl_LOCK): New macro.
25838
25839 2006-08-22  Simon Josefsson  <jas@extundo.com>
25840
25841         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
25842         to md5 module.
25843
25844 2006-08-22  Simon Josefsson  <jas@extundo.com>
25845
25846         * MODULES.html.sh: Add "Support for maintaining and release
25847         projects".
25848
25849         * build-aux/gnupload: New file, from coreutils.
25850
25851 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
25852
25853         Avoid the need for AC_LIBSOURCES in m4 macros.
25854         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
25855         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
25856         * modules/check-version (EXTRA_DIST): Add check-version.h.
25857         * modules/crc (EXTRA_DIST): Add crc.h.
25858         * modules/des (EXTRA_DIST): Add des.h.
25859         * modules/gc (EXTRA_DIST): Add gc.h.
25860         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
25861         * modules/getline (EXTRA_DIST): Add getline.h.
25862         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
25863         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
25864         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
25865         * modules/md2 (EXTRA_DIST): Add md2.h.
25866         * modules/md4 (EXTRA_DIST): Add md4.h.
25867         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
25868         * modules/read-file (EXTRA_DIST): Add read-file.h.
25869         * modules/readline (EXTRA_DIST): Add readline.h.
25870         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
25871         rijndael-api-fst.h.
25872
25873 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
25874
25875         * m4/rijndael.m4 (gl_ARCFOUR):
25876         * m4/arctwo.m4 (gl_ARCTWO):
25877         * m4/check-version.m4 (gl_CHECK_VERSION):
25878         * m4/crc.m4 (gl_CRC):
25879         * m4/des.m4 (gl_DES):
25880         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
25881         * m4/gc.m4 (gl_GC):
25882         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
25883         * m4/getline.m4 (gl_FUNC_GETLINE):
25884         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
25885         * m4/hmac-md5.m4 (gl_HMAC_MD5):
25886         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
25887         * m4/md2.m4 (gl_MD2):
25888         * m4/md4.m4 (gl_MD4):
25889         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
25890         * m4/read-file.m4 (gl_FUNC_READ_FILE):
25891         * m4/readline.m4 (gl_FUNC_READLINE):
25892         * m4/rijndael.m4 (gl_RIJNDAEL):
25893         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
25894         to get the necessary .h files and whatnot.
25895
25896 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
25897
25898         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
25899         gnulib rather than the other way around.
25900         * config/srclistvars.sh (COREUTILS): Remove.
25901
25902 2006-08-22  Jim Meyering  <jim@meyering.net>
25903
25904         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
25905
25906         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
25907
25908 2006-08-22  Eric Blake  <ebb9@byu.net>
25909
25910         * modules/regexprops-generic: New file.
25911         * MODULES.html.sh (Support for building documentation): List it.
25912
25913 2006-08-22  Eric Blake  <ebb9@byu.net>
25914
25915         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
25916         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
25917         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
25918         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
25919
25920 2006-08-22  Bruno Haible  <bruno@clisp.org>
25921
25922         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
25923         and lib_LTLIBRARIES like the other lib_* variables.
25924
25925 2006-08-22  Bruno Haible  <bruno@clisp.org>
25926
25927         * build-aux/x-to-1.in: New file, from GNU gettext.
25928
25929 2006-08-22  Bruno Haible  <bruno@clisp.org>
25930
25931         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
25932         <utmpx.h> exists.
25933
25934 2006-08-22  Bruno Haible  <bruno@clisp.org>
25935
25936         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
25937         <utmpx.h> exists.
25938
25939 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
25940
25941         BeOS portability.
25942         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
25943         exist.
25944         Problem reported by Bruno Haible.
25945
25946 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
25947
25948         Avoid the need for AC_LIBSOURCES in m4 macros.
25949         * modules/acl (EXTRA_DIST): Add acl.h.
25950         * modules/argmatch (Files): Add m4/argmatch.m4.
25951         (configure.ac): Add gl_ARGMATCH.
25952         (EXTRA_DIST): Renamed from lib_SOURCES, for
25953         consistency with the other modules.  Remove argmatch.c.
25954         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
25955         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
25956         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
25957         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
25958         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
25959         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
25960         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
25961         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
25962         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
25963         * modules/closeout (EXTRA_DIST): Add closeout.h.
25964         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
25965         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
25966         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
25967         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
25968         dirname.h; remove basename.c and stripslash.c.
25969         * modules/exclude (EXTRA_DIST): Add exclude.h.
25970         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
25971         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
25972         * modules/file-type (EXTRA_DIST): Add file-type.h.
25973         * modules/filemode (EXTRA_DIST): Add filemode.h.
25974         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
25975         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
25976         * modules/fpending (EXTRA_DIST): Add __fpending.h.
25977         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
25978         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
25979         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
25980         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
25981         * modules/getdate (EXTRA_DIST): Add getdate.c.
25982         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
25983         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
25984         * modules/getpass (EXTRA_DIST): Add getpass.h.
25985         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
25986         * modules/group-member (EXTRA_DIST): Add group-member.h.
25987         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
25988         * modules/hash (EXTRA_DIST): Add hash.h.
25989         * modules/human (EXTRA_DIST): Add human.h.
25990         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
25991         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
25992         * modules/lchown (EXTRA_DIST): Add lchown.h.
25993         * modules/long-options (EXTRA_DIST): Add long-options.h.
25994         * modules/lstat (EXTRA_DIST): Add lstat.h.
25995         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
25996         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
25997         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
25998         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
25999         * modules/memxor (EXTRA_DIST): Add memxor.h.
26000         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
26001         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
26002         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
26003         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
26004         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
26005         * modules/physmem (EXTRA_DIST): Add physmem.h.
26006         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
26007         * modules/posixver (EXTRA_DIST): Add posixver.h.
26008         * modules/quote (EXTRA_DIST): Add quote.h.
26009         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
26010         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
26011         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
26012         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
26013         regex_internal.h regexec.c.
26014         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
26015         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
26016         * modules/same (EXTRA_DIST): Add same.h.
26017         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
26018         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
26019         * modules/savedir (EXTRA_DIST): Add savedir.h.
26020         * modules/sha1 (EXTRA_DIST): Add sha1.h.
26021         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
26022         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
26023         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
26024         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
26025         * modules/strdup (EXTRA_DIST): Add strdup.h.
26026         * modules/strftime (EXTRA_DIST): Add strftime.h.
26027         * modules/strndup (EXTRA_DIST): Add strndup.h.
26028         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
26029         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
26030         * modules/time_r (EXTRA_DIST): Add time_r.h.
26031         * modules/timespec (EXTRA_DIST): Add timespec.h.
26032         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
26033         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
26034         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
26035         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
26036         * modules/userspec (EXTRA_DIST): Add userspec.h.
26037         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
26038         * modules/utimens (EXTRA_DIST): Add utimens.h.
26039         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
26040         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
26041         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
26042         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
26043         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
26044         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
26045         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
26046         * modules/yesno (EXTRA_DIST): Add yesno.h.
26047
26048 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
26049
26050         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
26051
26052         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
26053         * m4/dev-ino.m4, same-inode.m4: Remove.
26054
26055         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
26056         * m4/acl.m4 (AC_FUNC_ACL):
26057         * m4/backupfile.m4 (gl_BACKUPFILE):
26058         * m4/c-strtod.m4 (gl_C99_STRTOLD):
26059         * m4/canon-host.m4 (gl_CANON_HOST):
26060         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
26061         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
26062         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
26063         * m4/cloexec.m4 (gl_CLOEXEC):
26064         * m4/close-stream.m4 (gl_CLOSE_STREAM):
26065         * m4/closeout.m4 (gl_CLOSEOUT):
26066         * m4/dirfd.m4 (gl_FUNC_DIRFD):
26067         * m4/dirname.m4 (gl_DIRNAME):
26068         * m4/exclude.m4 (gl_EXCLUDE):
26069         * m4/exitfail.m4 (gl_EXITFAIL):
26070         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
26071         * m4/file-type.m4 (gl_FILE_TYPE):
26072         * m4/filemode.m4 (gl_FILEMODE):
26073         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
26074         * m4/fpending.m4 (gl_FUNC_FPENDING):
26075         * m4/fprintftime.m4 (gl_FPRINTFTIME):
26076         * m4/fts.m4 (gl_FUNC_FTS):
26077         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
26078         * m4/getdate.m4 (gl_GETDATE):
26079         * m4/gethrxtime.m4 (gl_GETHRXTIME):
26080         * m4/getpagesize.m4 (gl_GETPAGESIZE):
26081         * m4/getpass.m4 (gl_FUNC_GETPASS):
26082         * m4/gettime.m4 (gl_GETTIME):
26083         * m4/getugroups.m4 (gl_GETUGROUPS):
26084         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
26085         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
26086         * m4/hard-locale.m4 (gl_HARD_LOCALE):
26087         * m4/hash.m4 (gl_HASH):
26088         * m4/idcache.m4 (gl_IDCACHE):
26089         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
26090         * m4/lchown.m4 (gl_FUNC_LCHOWN):
26091         * m4/long-options.m4 (gl_LONG_OPTIONS):
26092         * m4/lstat.m4 (gl_FUNC_LSTAT):
26093         * m4/md5.m4 (gl_MD5):
26094         * m4/memcasecmp.m4 (gl_MEMCASECMP):
26095         * m4/memcoll.m4 (gl_MEMCOLL):
26096         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
26097         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
26098         * m4/memxor.m4 (gl_MEMXOR):
26099         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
26100         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
26101         * m4/modechange.m4 (gl_MODECHANGE):
26102         * m4/mountlist.m4 (gl_MOUNTLIST):
26103         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
26104         * m4/openat.m4 (gl_FUNC_OPENAT):
26105         * m4/pathmax.m4 (gl_PATHMAX):
26106         * m4/physmem.m4 (gl_PHYSMEM):
26107         * m4/posixtm.m4 (gl_POSIXTM):
26108         * m4/posixver.m4 (gl_POSIXVER):
26109         * m4/quote.m4 (gl_QUOTE):
26110         * m4/quotearg.m4 (gl_QUOTEARG):
26111         * m4/readtokens.m4 (gl_READTOKENS):
26112         * m4/readutmp.m4 (gl_READUTMP):
26113         * m4/regex.m4 (gl_REGEX):
26114         * m4/safe-read.m4 (gl_SAFE_READ):
26115         * m4/safe-write.m4 (gl_SAFE_WRITE):
26116         * m4/same.m4 (gl_SAME):
26117         * m4/save-cwd.m4 (gl_SAVE_CWD):
26118         * m4/savedir.m4 (gl_SAVEDIR):
26119         * m4/settime.m4 (gl_SETTIME):
26120         * m4/sha1.m4 (gl_SHA1):
26121         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
26122         * m4/stat-macros.m4 (gl_STAT_MACROS):
26123         * m4/stat-time.m4 (gl_STAT_TIME):
26124         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
26125         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
26126         * m4/strdup.m4 (gl_FUNC_STRDUP):
26127         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
26128         * m4/strndup.m4 (gl_FUNC_STRNDUP):
26129         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
26130         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
26131         * m4/time_r.m4 (gl_TIME_R):
26132         * m4/timespec.m4 (gl_TIMESPEC):
26133         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
26134         * m4/unlinkdir.m4 (gl_UNLINKDIR):
26135         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
26136         * m4/userspec.m4 (gl_USERSPEC):
26137         * m4/utimecmp.m4 (gl_UTIMECMP):
26138         * m4/utimens.m4 (gl_UTIMENS):
26139         * m4/xalloc.m4 (gl_XALLOC):
26140         * m4/xgetcwd.m4 (gl_XGETCWD):
26141         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
26142         * m4/xreadlink.m4 (gl_XREADLINK):
26143         * m4/xstrtod.m4 (gl_XSTRTOD):
26144         * m4/yesno.m4 (gl_YESNO):
26145         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
26146         to get the necessary .h files and whatnot.
26147
26148 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
26149             Bruno Haible  <bruno@clisp.org>
26150
26151         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
26152         /bin/sh understanding of '!' conditional negation.
26153
26154 2006-08-21  Jim Meyering  <jim@meyering.net>
26155
26156         * modules/openat (Depends-on): Really alphabetize.
26157
26158         * modules/acl (Depends-on): Add error and quote.
26159
26160         * check-module (find_included_lib_files): Add at-func.c to the
26161         ok-to-include-more-than-once white list.
26162
26163         * modules/openat (Depends-on): Add lstat.  Alphabetize.
26164
26165 2006-08-21  Bruno Haible  <bruno@clisp.org>
26166
26167         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
26168         Emit a pkgdata_DATA variable only if some snippets add contents to it.
26169         Reported by Martin Lambers <marlam@marlam.de>.
26170
26171 2006-08-21  Bruno Haible  <bruno@clisp.org>
26172
26173         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
26174         specify an installation location, don't emit a noinst_LIBRARIES or
26175         noinst_LTLIBRARIES assignment.
26176
26177 2006-08-21  Bruno Haible  <bruno@clisp.org>
26178
26179         BeOS portability.
26180         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
26181         BeOS has mbrtowc() but no <wctype.h>.
26182
26183 2006-08-21  Bruno Haible  <bruno@clisp.org>
26184
26185         BeOS portability.
26186         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
26187         exist.
26188
26189 2006-08-21  Bruno Haible  <bruno@clisp.org>
26190
26191         BeOS portability.
26192         * lib/mbchar.h: Include <wctype.h> only if it exists.
26193
26194 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
26195
26196         Remove files that are no longer needed by their respective modules.
26197         * m4/obstack.m4: Remove.
26198         * m4/strerror_r.m4: Remove.
26199         * m4/uint32_t.m4: Remove.
26200         * m4/uintptr_t.m4: Remove.
26201         * m4/ullong_max.m4: Remove.
26202         * m4/xstrtoimax.m4: Remove.
26203         * m4/xstrtoumax.m4: Remove.
26204
26205         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
26206         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
26207         dependencies now capture this.
26208
26209         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
26210         Do not use AC_LIBSOURCES, since gnulib modules now do this.
26211         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
26212         * m4/human.m4 (gl_HUMAN): Likewise.
26213         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
26214         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
26215
26216         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
26217
26218         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
26219         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
26220         stdint.
26221         * m4/human.m4 (gl_HUMAN): Likewise.
26222         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
26223         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
26224         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
26225         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
26226         * m4/xstrtol (gl_XSTRTOL): Likewise.
26227
26228         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
26229         AC_TYPE_LONG_LONG_INT.
26230         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
26231         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
26232         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
26233         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
26234
26235         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
26236         on stdbool.
26237
26238         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
26239         (gl_PREREQ_XSTRTOUL): Remove.
26240
26241         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
26242
26243         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
26244         mode.
26245
26246 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
26247
26248         Add and change modules to make it easier for coreutils to use
26249         gnulib-tool.
26250         * modules/backupfile (Files): Remove m4/d-ino.m4.
26251         (Depends-on): Add d-ino.
26252         * modules/cycle-check (Depends-on): Add stdint.
26253         (lib_SOURCES): Add cycle-check.h.
26254         * modules/d-ino: New module.
26255         * modules/d-type: New module.
26256         * modules/error (Files): Remove m4/strerror_r.m4.
26257         * modules/filemode (Files): Add m4/st_dm_mode.m4.
26258         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
26259         m4/inttypes_h.m4, m4/uintmax_t.m4.
26260         (Depends-on): Add stdint.
26261         (lib_SOURCES): Add fsusage.h.
26262         * modules/getcwd (Files): Remove d-ino.m4.
26263         (Depends-on): Add d-ino.
26264         * modules/getndelim2 (Depends-on): Add stdint.
26265         * modules/glob (Files): Remove m4/d-type.m4.
26266         (Depends-on): Add d-type.
26267         * modules/host-os: New module.
26268         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
26269         m4/inttypes_h.m4, m4/uintmax_t.m4.
26270         * Depends-on: Add stdint.
26271         (lib_SOURCES): Add human.h.
26272         * modules/inttostr (Files): Remove m4/intmax_t.m4,
26273         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
26274         m4/uintmax_t.m4, m4/ulonglong.m4.
26275         (Depends-on): Add stdint.
26276         (EXTRA_DIST): Add inttostr.h.
26277         * modules/lchmod: New module.
26278         * modules/link-follow: New module.
26279         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
26280         (Depends-on): Add lchmod.
26281         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
26282         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
26283         (Depends-on): Add stdint.
26284         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
26285         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
26286         (Depends-on): Add stdint.
26287         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
26288         * modules/perl: New module.
26289         * modules/regex (Depends-on): Add stdint.
26290         * modules/rmdir-errno: New module.
26291         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
26292         m4/intmax_t.m4.
26293         (Depends-on): Add stdint.
26294         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
26295         m4/uintmax_t.m4.
26296         (Depends-on): Add stdint.
26297         * modules/unlink-busy: New module.
26298         * modules/utimecmp (Depends-on): Add stdint.
26299         * modules/uptime: New module.
26300         * modules/winsz-ioctl: New module.
26301         * modules/winsz-termios: New module.
26302         * modules/xnanosleep (Depends-on): Add nanosleep.
26303         * modules/ullong_max: Remove.
26304         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
26305         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
26306         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
26307         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
26308         (Depends-on): Add inttypes.
26309         (lib_SOURCES): Add xstrtol.h.
26310         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
26311         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
26312         * MODULES.html.sh: Move 'assert' into the assert section.
26313         Move 'dummy' into the linking section.
26314         Remove ullong_max.
26315         Add section for compatibility checks for POSIX:2001 functions,
26316         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
26317         winsz-ioctl, and winsz-termios into it.
26318         Add lchmod.
26319         Add top-level Misc section and put host-os, perl, and uptime
26320         into it.
26321
26322 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
26323
26324         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
26325         now assume the stdint module.  Do not include inttypes.h.
26326         * lib/fsusage.h: Likewise.
26327         * lib/getndelim2.c: Likewise.
26328         * lib/human.h: Likewise.
26329         * lib/inttostr.h: Likewise.
26330         * lib/obstack.c: Likewise.
26331         * lib/regex_internal.h: Likewise.
26332         * lib/tempname.c: Likewise.
26333         * lib/utimecmp.c: Likewise.
26334         * lib/xstrtol.h: Likewise.
26335
26336         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
26337
26338         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
26339         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
26340         * lib/xtime.h: Likewise.
26341
26342 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
26343
26344         * modules/openat (Files): Add lib/fchmodat.c.
26345         Fixes problem reported by Jay Youngman.
26346
26347 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
26348
26349         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
26350         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
26351
26352 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
26353             Bruno Haible  <bruno@clisp.org>
26354
26355         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
26356         and is a script that invokes bison. Tighten the code. Add comments.
26357
26358 2006-08-18  Jim Meyering  <jim@meyering.net>
26359
26360         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
26361         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
26362         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
26363         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
26364
26365 2006-08-18  Bruno Haible  <bruno@clisp.org>
26366
26367         * modules/bison-i18n: New file.
26368         * MODULES.html.sh (Internationalization functions): Add it.
26369
26370 2006-08-18  Bruno Haible  <bruno@clisp.org>
26371
26372         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
26373         sys/statvfs.h. When getmntinfo was found, check its declaration and
26374         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
26375
26376 2006-08-18  Bruno Haible  <bruno@clisp.org>
26377
26378         * m4/bison-i18n.m4: New file, from bison.
26379
26380 2006-08-18  Bruno Haible  <bruno@clisp.org>
26381
26382         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
26383         (ME_DUMMY): Treat "kernfs" as a dummy.
26384         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
26385
26386 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
26387
26388         Update from coreutils.
26389
26390         2006-08-15  Jim Meyering  <jim@meyering.net>
26391
26392         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
26393
26394         2006-01-17  Jim Meyering  <jim@meyering.net>
26395
26396         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
26397
26398         2006-01-11  Jim Meyering  <jim@meyering.net>
26399
26400         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
26401         Check for the lchmod function.
26402
26403 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
26404
26405         Update from coreutils.
26406
26407         * lib/__fpending.h: Add copyright notice.
26408         * lib/fprintftime.h: Likewise.
26409         * lib/savedir.c: Use (C) in copyright notice.
26410         * lib/savedir.h: Likewise.
26411
26412         2006-08-15  Jim Meyering  <jim@meyering.net>
26413
26414         * lib/at-func.c: New file, with the logic of all emulated at-functions.
26415         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
26416         in support of the EXPECTED_ERRNO macro.
26417         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
26418         definitions.  Instead, define the appropriate symbols and include
26419         "at-func.c".
26420         * lib/mkdirat.c (mkdirat): Likewise.
26421         * lib/fchmodat.c (fchmodat): Likewise.
26422         (ENOSYS): Remove definition.
26423         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
26424         it.  Don't include "unistd--.h" -- it wasn't ever used.
26425
26426         2006-01-17  Jim Meyering  <jim@meyering.net>
26427
26428         Rewrite fts.c not to change the current working directory,
26429         by using openat, fstatat, fdopendir, etc..
26430
26431         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
26432         (HAVE_OPENAT_SUPPORT): Define.
26433         [_LIBC] (fchdir): Don't undef or define; no longer used.
26434         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
26435         Now, this `function' always succeeds, and consumes its file descriptor
26436         parameter -- so callers must not close such FDs.  Update callers.
26437         (diropen_fd, opendirat, cwd_advance_fd): New functions.
26438         (diropen): Add parameter, SP.  Adjust all callers.
26439         Implement using diropen_fd, rather than open.
26440         (fts_open): Initialize new member, fts_cwd_fd.
26441         Remove fts_rft-setting code.
26442         (fts_close): Close fts_cwd_fd, if necessary.
26443         (__opendir2): Define in terms of opendir or opendirat,
26444         depending on whether the FST_NOCHDIR flag is set.
26445         (fts_build): Since fts_safe_changedir consumes its FD, and since
26446         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
26447         and close the dup'd file descriptor upon failure.
26448         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
26449         (fts_safe_changedir): Tweak semantics to reflect that this function
26450         now calls cwd_advance_fd and hence consumes its FD argument.
26451         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
26452         [struct FTS] (fts_rft): Remove now-unused member.
26453         [struct FTS] (fts_cycle.state): Improve comment.
26454
26455         * lib/openat.c (openat_needs_fchdir): New function.
26456         * lib/openat.h (openat_needs_fchdir): Declare it.
26457
26458 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
26459
26460         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
26461         Problem and fix reported by Pádraig Brady in
26462         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
26463
26464 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
26465
26466         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
26467
26468 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
26469
26470         * lib/memcoll.c (memcoll): Optimize for the common case where the
26471         arguments are bytewise equal.
26472
26473 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
26474
26475         * doc/regexprops-generic.texi: Add a copyright notice.
26476
26477 2006-08-15  Bruno Haible  <bruno@clisp.org>
26478
26479         * modules/tmpdir (License): Change to LGPL.
26480
26481 2006-08-15  Bruno Haible  <bruno@clisp.org>
26482
26483         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
26484         module.
26485
26486 2006-08-14  Simon Josefsson  <jas@extundo.com>
26487
26488         * config/srclist.txt: Add gnupload.
26489
26490 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
26491
26492         Change copyright notice from LGPL 2 to GPL 2, since that's the
26493         standard form used in the gnulib repository.
26494         * tests/test-lock.c: Likewise.
26495         * tests/test-stdint.c: Likewise.
26496         * tests/test-tls.c: Likewise.
26497
26498         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
26499         prelude-manager.  User shorter URLs for GNU projects, without '?'.
26500         Add copyright notice.
26501
26502         * check-module: Add copyright notice.  Output a copyright
26503         notice if "--version" is specified.
26504         * modules/COPYING: New file.
26505         * tests/test-getaddrinfo.c: Add copyright notice.
26506         * tests/test-verify.c: Likewise.
26507
26508 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
26509
26510         Change copyright notice from LGPL 2 to GPL 2, since that's the
26511         standard form used in the gnulib repository.
26512         * lib/lock.c: LGPL -> GPL.
26513         * lib/lock.h: Likewise.
26514         * lib/strnlen1.c: Likewise.
26515         * lib/strnlen1.h: Likewise.
26516         * lib/tls.c: Likewise.
26517         * lib/tls.h: Likewise.
26518         * lib/tmpdir.c: Likewise.
26519
26520         * lib/TODO: Remove; this belongs only in coreutils.
26521
26522 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
26523
26524         Add copyright notices to long-enough files that lack them, since
26525         otherwise the files aren't clearly free.  Use the same notice that
26526         getdate.texi already uses.
26527         * doc/alloca-opt.texi: Add copyright notice.
26528         * doc/alloca.texi: Likewise.
26529         * doc/ctime.texi: Likewise.
26530         * doc/functions.texi: Likewise.
26531         * doc/gcd.texi: Likewise.
26532         * doc/gnulib-tool.texi: Likewise.
26533         * doc/inet_ntoa.texi: Likewise.
26534         * doc/visibility.texi: Likewise.
26535
26536         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
26537         * doc/quote.texi: Add copyright notice.
26538
26539         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
26540         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
26541         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
26542         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
26543         is now obsolete, and give a pointer to the Sun list.
26544         Add copyright notice.
26545
26546 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
26547
26548         * config/srclistvars.sh: Add copyright notice.
26549
26550 2006-08-14  Eric Blake  <ebb9@byu.net>
26551
26552         Import the following change from libc:
26553
26554         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
26555
26556         Upstream bug 2997.
26557         * lib/misc/error.c: Add space between program name and message if file
26558         name is missing.
26559
26560 2006-08-12  Karl Berry  <karl@gnu.org>
26561
26562         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
26563         remove, these originate in gnulib now.
26564
26565 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26566
26567         * doc/Makefile (standards.info standards.html standards.dvi):
26568         Also depend on make-stds.texi.
26569
26570 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
26571
26572         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
26573         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
26574
26575         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
26576         in wchar_t.  Problem reported by Eric Blake.
26577
26578         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
26579         LEN is smaller than SIZE.  Suggested by Bruno Haible.
26580         Also, help the compiler to keep LEN in a register.
26581
26582 2006-08-11  Eric Blake  <ebb9@byu.net>
26583
26584         * users.txt: Sort.  Add tar.
26585
26586 2006-08-11  Bruno Haible  <bruno@clisp.org>
26587
26588         * users.txt: New file.
26589
26590 2006-08-11  Bruno Haible  <bruno@clisp.org>
26591
26592         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
26593         before <wchar.h>. Needed for OSF/1 and BSD/OS.
26594
26595 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
26596
26597         * modules/snprintf (Depends-on): Remove minmax.
26598         (Maintainer): Add self and Bruno.
26599
26600 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
26601
26602         * lib/.cppi-disable: Add snprintf.h, socket_.h.
26603         * lib/snprintf.c: Include <errno.h> and <limits.h>.
26604         (EOVERFLOW): Define if the system does not.
26605         Do not include "minmax.h"; it wasn't used.
26606         (snprintf): Don't assume size_t promotes to an unsigned type.
26607         Fix bug when generated string was too long for the buffer: the
26608         buffer's contents are supposed to be the initial prefix of the
26609         output.  Don't assume vasnprintf returns EOVERFLOW if the size
26610         exceeds INT_MAX; do the check ourselves.
26611
26612         Import the following changes from libc:
26613
26614         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
26615
26616         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
26617         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
26618         set wc to the byte which couldn't be converted.
26619         (re_string_reconstruct): Don't clear valid_raw_len before calling
26620         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
26621         tip_context using re_string_context_at.
26622
26623         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
26624
26625         * lib/posix/regex.h: g++ still cannot handled [restrict].
26626
26627         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
26628
26629         * lib/posix/regex.h: Remove special handling for VMS.
26630
26631 2006-08-10  Jim Meyering  <jim@meyering.net>
26632
26633         * modules/same-inode: New module.
26634         * modules/dev-ino: New module.
26635         * modules/cycle-check: Depend on these modules, rather than simply
26636         including their .h files.
26637         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
26638         required via m4/cycle-check.m4.
26639         * modules/same: Depend on new same-inode module, rather than
26640         including same-inode.h.
26641         * modules/chdir-safer: New file.
26642
26643         * modules/chown (Depends-on): Add stat-macros.
26644
26645 2006-08-10  Jim Meyering  <jim@meyering.net>
26646
26647         * m4/cycle-check.m4: New file.
26648         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
26649         * m4/dev-ino.m4, m4/same-inode.m4: New files.
26650
26651 2006-08-10  Eric Blake  <ebb9@byu.net>
26652
26653         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
26654         in from original proposal.
26655
26656 2006-08-10  Eric Blake  <ebb9@byu.net>
26657         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
26658
26659         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
26660         namespace.
26661
26662 2006-08-10  Bruno Haible  <bruno@clisp.org>
26663
26664         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
26665         as well.
26666
26667 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
26668
26669         Sync from coreutils.
26670
26671         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
26672
26673         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
26674         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
26675
26676 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
26677
26678         * modules/restrict: Remove; no longer needed now that we assume
26679         Autoconf 2.59 or later.
26680         * MODULES.html.sh: Remove 'restrict'.
26681         * modules/argp (Depends-on): Remove 'restrict'.
26682         * modules/base64 (Depends-on): Likewise.
26683         * modules/gc (Depends-on): Likewise.
26684         * modules/getaddrinfo (Depends-on): Likewise.
26685         * modules/glob (Depends-on): Likewise.
26686         * modules/inet_ntop (Depends-on): Likewise.
26687         * modules/inet_pton (Depends-on): Likewise.
26688         * modules/memxor (Depends-on): Likewise.
26689         * modules/regex (Depends-on): Likewise.
26690         * modules/strtok_r (Depends-on): Likewise.
26691         * modules/time_r (Depends-on): Likewise.
26692
26693 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
26694
26695         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
26696         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
26697         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
26698         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
26699         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
26700         * m4/memxor.m4 (gl_MEMXOR): Likewise.
26701         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
26702         gl_C_RESTRICT replaced by AC_C_RESTRICT.
26703
26704         Merge from coreutils.
26705         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
26706         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
26707         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
26708         * m4/time_r.m4 (gl_TIME_R): Likewise.
26709
26710 2006-08-09  Karl Berry  <karl@gnu.org>
26711
26712         * config/srclist.txt: no more gettext-tools, per Bruno.
26713
26714 2006-08-08  Eric Blake  <ebb9@byu.net>
26715
26716         * modules/verror: New module.
26717         * MODULES.html.sh: Document it.
26718
26719 2006-08-08  Eric Blake  <ebb9@byu.net>
26720
26721         * lib/verror.h, lib/verror.c: New files.
26722
26723 2006-08-08  Eric Blake  <ebb9@byu.net>
26724
26725         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
26726         verror_at_line output complies with GNU Coding Standards even when
26727         file is NULL.
26728
26729 2006-08-07  Bruno Haible  <bruno@clisp.org>
26730
26731         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
26732         versions of AIX.
26733         Reported by Ralf Wildenhues.
26734
26735 2006-08-07  Bruno Haible  <bruno@clisp.org>
26736
26737         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
26738         in an AC_DEFUN. Needed so that the autoconf snippets can use
26739         AC_REQUIRE.
26740
26741 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26742
26743         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
26744         Initialize pkgdata_DATA.
26745         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
26746         overriding it.
26747
26748 2006-08-06  Eric Blake  <ebb9@byu.net>
26749
26750         * lib/error.h: Fold in some upstream changes from glibc.
26751         * lib/error.c: Likewise.
26752
26753 2006-08-04  Bruno Haible  <bruno@clisp.org>
26754
26755         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
26756         Make the mostlyclean-local rule depend on mostlyclean-generic.
26757         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
26758
26759 2006-07-31  Bruno Haible  <bruno@clisp.org>
26760
26761         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
26762         <stdlib.h>, <string.h>.
26763
26764 2006-07-30  Bruno Haible  <bruno@clisp.org>
26765
26766         * modules/readlink (License): Change to LGPL.
26767
26768 2006-07-30  Bruno Haible  <bruno@clisp.org>
26769
26770         * modules/javaversion (Makefile.am): Distribute javaversion.java and
26771         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
26772         set PKGDATADIR to point to it.
26773
26774 2006-07-30  Bruno Haible  <bruno@clisp.org>
26775
26776         * modules/csharpexec (configure.ac): Comment out macro invocation.
26777         * modules/javaexec (configure.ac): Likewise.
26778         * modules/javacomp-script (configure.ac): Likewise.
26779
26780         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
26781
26782 2006-07-30  Bruno Haible  <bruno@clisp.org>
26783
26784         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
26785         linked-list.
26786
26787 2006-07-30  Bruno Haible  <bruno@clisp.org>
26788
26789         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
26790
26791 2006-07-30  Bruno Haible  <bruno@clisp.org>
26792
26793         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
26794         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
26795         get removed.
26796
26797 2006-07-29  Bruno Haible  <bruno@clisp.org>
26798
26799         Make it possible for gnulib-tool to work with locally modified or
26800         augmented gnulib repositories.
26801         * gnulib-tool (func_usage): Document --local-dir option.
26802         (local_gnulib_dir): New variable.
26803         Handle --local-dir option.
26804         (func_lookup_file): New function.
26805         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
26806         (func_get_description, func_get_filelist, func_get_description,
26807         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
26808         func_get_automake_snippet, func_get_include_directive,
26809         func_get_license, func_get_maintainer): Use func_lookup_file.
26810         (func_import, func_create_testdir): Use func_lookup_file.
26811
26812 2006-07-29  Bruno Haible  <bruno@clisp.org>
26813
26814         * modules/setenv (Depends-on): Add unistd.
26815
26816 2006-07-29  Bruno Haible  <bruno@clisp.org>
26817
26818         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
26819
26820 2006-07-29  Bruno Haible  <bruno@clisp.org>
26821
26822         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
26823
26824 2006-07-29  Bruno Haible  <bruno@clisp.org>
26825
26826         * gnulib-tool (import, update): If there is no Makefile.am, look at
26827         aclocal.m4, instead of bailing out.
26828
26829 2006-07-29  Bruno Haible  <bruno@clisp.org>
26830
26831         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
26832         Categorize the options by when they are useful.
26833
26834 2006-07-29  Bruno Haible  <bruno@clisp.org>
26835
26836         * gnulib-tool (func_usage): Document option --no-libtool.
26837         Handle option --no-libtool.
26838         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
26839         for changed semantics of $libtool variable.
26840         (func_import): Likewise. If libtool is not used, show this through
26841         an option --no-libtool.
26842         (func_create_testdir): Update.
26843
26844 2006-07-29  Bruno Haible  <bruno@clisp.org>
26845
26846         * gnulib-tool (func_import): Extend error message about missing
26847         --doc-base.
26848
26849 2006-07-29  Bruno Haible  <bruno@clisp.org>
26850
26851         * gnulib-tool (func_import): Don't create the $docbase directory if
26852         there is no file to store there.
26853
26854 2006-07-29  Bruno Haible  <bruno@clisp.org>
26855
26856         * gnulib-tool (autoconf_minversion): If a --dir option is given and
26857         relevant, look for configure.ac there, not in the current directory.
26858         Also use a simple search for AC_PREREQ, not "autoconf --trace".
26859
26860 2006-07-29  Bruno Haible  <bruno@clisp.org>
26861
26862         * gnulib-tool (SORT): New variable.
26863         (func_usage): Undocument --assume-autoconf option.
26864         Remove --assume-autoconf option handling.
26865         (autoconf_minversion): Determine from the contents of configure.ac.
26866         (func_import): Remove autoconf_minversion handling.
26867         Suggested by Eric Blake.
26868
26869 2006-07-29  Bruno Haible  <bruno@clisp.org>
26870
26871         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
26872
26873 2006-07-29  Bruno Haible  <bruno@clisp.org>
26874
26875         * config/srclist.txt (*setenv.[ch]): Remove rules.
26876
26877 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
26878
26879         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
26880
26881 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
26882
26883         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
26884         arpa/inet.h.
26885
26886 2006-07-28  Simon Josefsson  <jas@extundo.com>
26887
26888         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
26889         * modules/inet_pton (Depends-on): Likewise.
26890
26891 2006-07-28  Simon Josefsson  <jas@extundo.com>
26892
26893         * m4/netinet_in_h.m4: New file.
26894
26895 2006-07-28  Simon Josefsson  <jas@extundo.com>
26896
26897         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
26898         #include's.
26899
26900 2006-07-28  Simon Josefsson  <jas@extundo.com>
26901
26902         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
26903         #include's.
26904
26905 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
26906
26907         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
26908         setgid on directories only if they set these bits.
26909         * lib/modechange.h: Remove obsolete comment about masks.
26910
26911 2006-07-28  Eric Blake  <ebb9@byu.net>
26912
26913         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
26914         macro expansion.
26915
26916 2006-07-28  Bruno Haible  <bruno@clisp.org>
26917
26918         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
26919
26920 2006-07-28  Bruno Haible  <bruno@clisp.org>
26921
26922         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
26923
26924 2006-07-28  Bruno Haible  <bruno@clisp.org>
26925
26926         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
26927         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
26928         Define fallbacks.
26929         Avoids link error on FreeBSD 4.x.
26930         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
26931
26932         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
26933         encoding.
26934         * lib/mbswidth.c (iswcntrl): Likewise.
26935
26936 2006-07-27  Bruno Haible  <bruno@clisp.org>
26937
26938         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
26939         test.
26940
26941 2006-07-27  Bruno Haible  <bruno@clisp.org>
26942
26943         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
26944         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
26945         defined.
26946
26947 2006-07-26  Eric Blake  <ebb9@byu.net>
26948
26949         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
26950
26951 2006-07-26  Eric Blake  <ebb9@byu.net>
26952
26953         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
26954         like mingw that lack mkstemp.
26955         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
26956         avoid compilation warning on mingw.
26957
26958 2006-07-26  Bruno Haible  <bruno@clisp.org>
26959
26960         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
26961         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
26962         INT_FAST*_MIN, INTPTR_MIN.
26963
26964 2006-07-25  Bruno Haible  <bruno@clisp.org>
26965
26966         * modules/version-etc (Depends-on): Add stdarg.
26967
26968 2006-07-25  Bruno Haible  <bruno@clisp.org>
26969
26970         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
26971         complex commands.
26972
26973 2006-07-25  Bruno Haible  <bruno@clisp.org>
26974
26975         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
26976         defined in <stdarg.h> or config.h.
26977
26978 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
26979
26980         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
26981         (gl_STDIO_SAFER): Remove.
26982
26983 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
26984
26985         * MODULES.html.sh (File stream based Input/Output):
26986         Add fopen-safer, tmpfile-safer; remove stdio-safer.
26987         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
26988         * modules/fopen-safer, modules/tmpfile-safer: New files.
26989         * modules/stdio-safer: Remove.
26990
26991 2006-07-24  Bruno Haible  <bruno@clisp.org>
26992
26993         * modules/tmpdir: New file.
26994         * MODULES.html.sh (File system functions): Add it.
26995
26996 2006-07-24  Bruno Haible  <bruno@clisp.org>
26997
26998         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
26999         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
27000
27001 2006-07-24  Bruno Haible  <bruno@clisp.org>
27002
27003         * modules/clean-temp: New file.
27004
27005 2006-07-24  Bruno Haible  <bruno@clisp.org>
27006
27007         * m4/tmpdir.m4: New file, from GNU gettext.
27008
27009 2006-07-24  Bruno Haible  <bruno@clisp.org>
27010
27011         * lib/tmpdir.h: New file, from GNU gettext.
27012         * lib/tmpdir.c: New file, from GNU gettext.
27013
27014 2006-07-24  Bruno Haible  <bruno@clisp.org>
27015
27016         * lib/clean-temp.h: New file, from GNU gettext.
27017         * lib/clean-temp.c: New file, from GNU gettext.
27018
27019 2006-07-23  Eric Blake  <ebb9@byu.net>
27020
27021         * modules/stdio-safer (Files): Add tmpfile-safer.c.
27022         (Depends-on): Add binary-io.
27023
27024 2006-07-23  Eric Blake  <ebb9@byu.net>
27025
27026         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
27027
27028 2006-07-23  Eric Blake  <ebb9@byu.net>
27029
27030         * lib/tmpfile-safer.c: New file.
27031         * lib/stdio-safer.h (fopen_safer): Add prototype.
27032         * lib/stdio--.h (tmpfile): Make safer.
27033
27034 2006-07-23  Bruno Haible  <bruno@clisp.org>
27035
27036         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
27037         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
27038         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
27039         gl_linked_remove_at): Use it.
27040
27041 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
27042         and Simon Josefsson <jas@extundo.com>
27043
27044         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
27045
27046         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
27047
27048 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
27049
27050         * modules/close-stream: New file.
27051         * modules/closeout (Description): Make it clear that it exits
27052         with a diagnostic on error.
27053         (Depends-on): Add close-stream.  Remove fpending, stdbool.
27054         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
27055
27056 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
27057
27058         * m4/close-stream.m4: New file.
27059
27060 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
27061
27062         * lib/close-stream.c, lib/close-stream.h: New files.
27063
27064 2006-07-22  Bruno Haible  <bruno@clisp.org>
27065
27066         Merge from GNU gettext 0.15.
27067
27068         2006-05-01  Bruno Haible  <bruno@clisp.org>
27069
27070                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
27071
27072         2006-07-22  Bruno Haible  <bruno@clisp.org>
27073
27074                 * modules/javaversion: New file.
27075                 * MODULES.html.sh (Java): Add javaversion.
27076
27077         2006-03-12  Bruno Haible  <bruno@clisp.org>
27078
27079                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
27080
27081         2005-12-04  Bruno Haible  <bruno@clisp.org>
27082
27083                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
27084                 (untested).
27085
27086         2006-06-21  Bruno Haible  <bruno@clisp.org>
27087
27088                 Avoid warnings from recent versions of mcs.
27089                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
27090                 -o, -L, -r any more. Use options documented since mcs-1.0
27091                 instead. Similarly for -g.
27092
27093         2005-12-04  Bruno Haible  <bruno@clisp.org>
27094
27095                 * build-aux/csharpcomp.sh.in: Suffix for resources is
27096                 .resources, not .resource.
27097
27098         2005-07-09  Bruno Haible  <bruno@clisp.org>
27099
27100                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
27101                 add a .dll suffix.
27102                 Reported by Mark Junker <mjscod@gmx.de>.
27103
27104         2006-07-22  Bruno Haible  <bruno@clisp.org>
27105
27106                 * modules/gettext: Upgrade to gettext-0.15.
27107                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
27108                 m4/visibility.m4.
27109                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
27110
27111 2006-07-22  Bruno Haible  <bruno@clisp.org>
27112
27113         Merge from GNU gettext 0.15.
27114
27115         2006-03-25  Bruno Haible  <bruno@clisp.org>
27116
27117                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
27118
27119         2006-07-21  Bruno Haible  <bruno@clisp.org>
27120
27121                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
27122                 "1.1".
27123
27124         2006-05-09  Bruno Haible  <bruno@clisp.org>
27125
27126                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
27127                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
27128                 for the conftestver execution.
27129
27130         2006-05-01  Bruno Haible  <bruno@clisp.org>
27131
27132                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
27133                 optional target-version argument. Verify that the compiler
27134                 groks source of the specified source-version, or add -source
27135                 option as necessary. Verify that the compiler produces
27136                 bytecode in the specified target-version, or add -target and
27137                 -source options as necessary. Make the result of the test
27138                 available as variable CONF_JAVAC. Also log error output in
27139                 config.log.
27140
27141         2006-03-11  Bruno Haible  <bruno@clisp.org>
27142
27143                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
27144
27145         2006-05-09  Bruno Haible  <bruno@clisp.org>
27146
27147                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
27148                 CLASSPATH_SEPARATOR to a semicolon.
27149
27150         2006-03-12  Bruno Haible  <bruno@clisp.org>
27151
27152                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
27153                 available as variable CONF_JAVA, for subsequent autoconf
27154                 tests. Also log error output in config.log.
27155
27156         2006-07-19  Bruno Haible  <bruno@clisp.org>
27157
27158                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
27159                 that getline works on glibc2 systems. Needed to avoid trouble
27160                 in relocatable.c.
27161                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
27162
27163         2005-12-04  Bruno Haible  <bruno@clisp.org>
27164
27165                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
27166                 launcher (untested).
27167
27168         2005-12-04  Bruno Haible  <bruno@clisp.org>
27169
27170                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
27171
27172         2006-07-22  Bruno Haible  <bruno@clisp.org>
27173
27174                 * gettext.m4: Update from GNU gettext-0.15.
27175                 * nls.m4: Likewise.
27176                 * po.m4: Likewise.
27177                 * inttypes-pri.m4: Likewise.
27178                 * inttypes-h.m4: Renamed from inttypes.m4.
27179                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
27180
27181 2006-07-22  Bruno Haible  <bruno@clisp.org>
27182
27183         Merge from GNU gettext 0.15.
27184
27185         2005-07-05  Bruno Haible  <bruno@clisp.org>
27186
27187                 * printf-args.c (printf_fetchargs): Work around broken
27188                 definition of wint_t on mingw.
27189
27190         2005-02-12  Bruno Haible  <bruno@clisp.org>
27191
27192                 * xallocsa.h: Add extern "C" for C++.
27193
27194         2006-05-17  Bruno Haible  <bruno@clisp.org>
27195
27196                 Cygwin portability.
27197                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
27198
27199         2006-04-30  Bruno Haible  <bruno@clisp.org>
27200
27201                 * progreloc.c: Include <mach-o/dyld.h> if available.
27202                 (find_executable): Use _NSGetExecutablePath when possible.
27203
27204         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
27205
27206                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
27207                 function.
27208
27209         2005-12-29  Bruno Haible  <bruno@clisp.org>
27210
27211                 * progreloc.c (set_program_name_and_installdir): Fix
27212                 compilation error.
27213
27214         2005-12-04  Bruno Haible  <bruno@clisp.org>
27215
27216                 Cygwin portability.
27217                 * progreloc.c: Include <windows.h> also on Cygwin.
27218                 (find_executable): Add support for Cygwin.
27219                 (set_program_name_and_installdir): Handle also platforms with
27220                 nonempty EXEEXT.
27221
27222         2006-07-11  Bruno Haible  <bruno@clisp.org>
27223
27224                 * javacomp.c: Fix a comment.
27225                 Reported by Jim Meyering.
27226
27227         2006-04-30  Bruno Haible  <bruno@clisp.org>
27228
27229                 * javacomp.h (compile_java_class): Add source_version,
27230                 target_version arguments.
27231                 * javacomp.c: Rewritten to choose only a compiler that
27232                 respects the specified source_version and target_version.
27233
27234         2006-06-27  Bruno Haible  <bruno@clisp.org>
27235
27236                 Assume correct S_ISDIR macro.
27237                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
27238
27239         2006-07-22  Bruno Haible  <bruno@clisp.org>
27240
27241                 * javaversion.h: New file, from GNU gettext.
27242                 * javaversion.c: New file, from GNU gettext.
27243                 * javaversion.java: New file, from GNU gettext.
27244                 * javaversion.class: New file, from GNU gettext.
27245
27246         2006-05-17  Bruno Haible  <bruno@clisp.org>
27247
27248                 Cygwin portability.
27249                 * javaexec.c (execute_java_class): Test for jview program
27250                 also on Cygwin.
27251
27252         2006-04-09  Bruno Haible  <bruno@clisp.org>
27253
27254                 * fatal-signal.c: Don't include string.h.
27255                 (at_fatal_signal): Use a copying loop instead of memcpy.
27256
27257         2005-12-04  Bruno Haible  <bruno@clisp.org>
27258
27259                 * csharpexec.c: Add support for 'clix' launcher (untested).
27260                 (execute_csharp_using_sscli): New function.
27261                 (execute_csharp_program): Call it.
27262
27263         2006-06-21  Bruno Haible  <bruno@clisp.org>
27264
27265                 Avoid warnings from recent versions of mcs.
27266                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
27267                 -o, -L, -r any more. Use options documented since mcs-1.0
27268                 instead. Similarly for -g.
27269
27270         2005-07-09  Bruno Haible  <bruno@clisp.org>
27271
27272                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
27273                 add a .dll suffix.
27274                 Reported by Mark Junker <mjscod@gmx.de>.
27275
27276         2006-06-17  Bruno Haible  <bruno@clisp.org>
27277
27278                 * config.charset: Update for NetBSD 3.0.
27279
27280         2006-05-17  Bruno Haible  <bruno@clisp.org>
27281
27282                 Cygwin portability.
27283                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
27284
27285         2006-05-16  Bruno Haible  <bruno@clisp.org>
27286
27287                 * localcharset.c [CYGWIN]: Include <windows.h>.
27288                 (get_charset_aliases): For Cygwin, return the same CPxxx
27289                 aliases list as under WIN32.
27290                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
27291                 the environment variables. Fall back to GetACP().
27292
27293         2006-04-05  Bruno Haible  <bruno@clisp.org>
27294
27295                 * config.charset: Update Juan Manuel Guerrero's address.
27296
27297         2005-02-12  Bruno Haible  <bruno@clisp.org>
27298
27299                 * allocsa.h: Add extern "C" for C++.
27300
27301         2005-02-10  Bruno Haible  <bruno@clisp.org>
27302
27303                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
27304                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
27305
27306         2006-07-22  Bruno Haible  <bruno@clisp.org>
27307
27308                 * gettext.h: Update to GNU gettext-0.15.
27309
27310 2006-07-22  Bruno Haible  <bruno@clisp.org>
27311
27312         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
27313         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
27314         lib-prefix.m4, longdouble.m4, ssize_t.m4.
27315
27316 2006-07-21  Eric Blake  <ebb9@byu.net>
27317
27318         * modules/stdlib-safer: New file.
27319         * MODULES.html.sh (File stream based Input/Output): Add
27320         stdlib-safer.
27321
27322 2006-07-21  Eric Blake  <ebb9@byu.net>
27323
27324         * lib/stdlib-safer.h: New file from coreutils, required by
27325         stdlib--.h.
27326
27327 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
27328
27329         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
27330
27331 2006-07-20  Bruno Haible  <bruno@clisp.org>
27332
27333         * gnulib-tool: Recognize new option --assume-autoconf.
27334         (autoconf_minversion): New variable.
27335         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
27336
27337 2006-07-20  Bruno Haible  <bruno@clisp.org>
27338
27339         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
27340
27341 2006-07-19  Derek R. Price  <derek@ximbiot.com>
27342
27343         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
27344         Reindent and repaginate.
27345
27346 2006-07-19  Derek Price  <derek@ximbiot.com>
27347
27348         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
27349         Correct grammar.
27350
27351 2006-07-17  Bruno Haible  <bruno@clisp.org>
27352
27353         * modules/list: New file.
27354         * modules/array-list: New file.
27355         * modules/carray-list, modules/carray-list-tests: New files.
27356         * modules/linked-list, modules/linked-list-tests: New files.
27357         * modules/avltree-list, modules/avltree-list-tests: New files.
27358         * modules/rbtree-list, modules/rbtree-list-tests: New files.
27359         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
27360         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
27361         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
27362         * modules/oset: New file.
27363         * modules/array-oset: New file.
27364         * modules/avltree-oset, modules/avltree-oset-tests: New files.
27365         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
27366         * tests/test-carray_list.c: New file.
27367         * tests/test-linked_list.c: New file.
27368         * tests/test-avltree_list.c: New file.
27369         * tests/test-rbtree_list.c: New file.
27370         * tests/test-linkedhash_list.c: New file.
27371         * tests/test-avltreehash_list.c: New file.
27372         * tests/test-rbtreehash_list.c: New file.
27373         * tests/test-avltree_oset.c: New file.
27374         * tests/test-rbtree_oset.c: New file.
27375         * MODULES.html.sh (Container data structures): New section.
27376
27377 2006-07-17  Bruno Haible  <bruno@clisp.org>
27378
27379         * m4/gl_list.m4: New file.
27380
27381 2006-07-17  Bruno Haible  <bruno@clisp.org>
27382
27383         * lib/gl_list.h: New file.
27384         * lib/gl_list.c: New file.
27385         * lib/gl_array_list.h: New file.
27386         * lib/gl_array_list.c: New file.
27387         * lib/gl_carray_list.h: New file.
27388         * lib/gl_carray_list.c: New file.
27389         * lib/gl_linked_list.h: New file.
27390         * lib/gl_linked_list.c: New file.
27391         * lib/gl_anylinked_list1.h: New file.
27392         * lib/gl_anylinked_list2.h: New file.
27393         * lib/gl_avltree_list.h: New file.
27394         * lib/gl_avltree_list.c: New file.
27395         * lib/gl_anyavltree_list1.h: New file.
27396         * lib/gl_anyavltree_list2.h: New file.
27397         * lib/gl_rbtree_list.h: New file.
27398         * lib/gl_rbtree_list.c: New file.
27399         * lib/gl_anyrbtree_list1.h: New file.
27400         * lib/gl_anyrbtree_list2.h: New file.
27401         * lib/gl_anytree_list1.h: New file.
27402         * lib/gl_anytree_list2.h: New file.
27403         * lib/gl_linkedhash_list.h: New file.
27404         * lib/gl_linkedhash_list.c: New file.
27405         * lib/gl_anyhash_list1.h: New file.
27406         * lib/gl_anyhash_list2.h: New file.
27407         * lib/gl_avltreehash_list.h: New file.
27408         * lib/gl_avltreehash_list.c: New file.
27409         * lib/gl_rbtreehash_list.h: New file.
27410         * lib/gl_rbtreehash_list.c: New file.
27411         * lib/gl_anytreehash_list1.h: New file.
27412         * lib/gl_anytreehash_list2.h: New file.
27413
27414         * lib/gl_oset.h: New file.
27415         * lib/gl_oset.c: New file.
27416         * lib/gl_array_oset.h: New file.
27417         * lib/gl_array_oset.c: New file.
27418         * lib/gl_avltree_oset.h: New file.
27419         * lib/gl_avltree_oset.c: New file.
27420         * lib/gl_rbtree_oset.h: New file.
27421         * lib/gl_rbtree_oset.c: New file.
27422         * lib/gl_anytree_oset.h: New file.
27423
27424 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
27425
27426         * m4/mkancesdirs.m4: New file.
27427         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
27428         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
27429         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
27430         it.
27431
27432 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
27433
27434         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
27435         * lib/mkancesdirs.h: New files.
27436         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
27437         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
27438         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
27439         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
27440         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
27441         callers changed.  Revamp internals significantly, by not
27442         attempting to create directories that are temporarily more
27443         permissive than the final results.  Do not attempt to use
27444         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
27445         This removes some race conditions, fixes some bugs, and simplifies
27446         things.  Use new dirchownmod function to do owner and mode changes.
27447         * lib/mkdir-p.h: Likewise.
27448         * lib/modechange.c (octal_to_mode): New function.
27449         (struct mode_change): New member mentioned.
27450         (make_node_op_equals): New arg mentioned.  All callers changed.
27451         (mode_compile): Keep track of which mode bits the user has explicitly
27452         mentioned.
27453         (mode_adjust): New arg DIR, so that we implement the X op correctly.
27454         New arg PMODE_BITS, to keep track of which mode bits the user
27455         mentioned; it treats S_ISUID and S_ISGID speciall.
27456         All callers changed.
27457         * lib/modechange.h: Likewise.
27458
27459 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
27460
27461         * MODULES.html.sh: Add mkancestors.
27462         * modules/mkancesdirs: New module.
27463         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
27464         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
27465         The chdir-safer and afs files are now orphans; I'll remove them
27466         unless someone speaks up.
27467         Add lib/dirchownmod.c, lib/dirchownmod.h.
27468         (Depends-on): Remove alloca, chown, save-cwd, dirname.
27469         Add lchown, mkancesdirs.
27470         (Maintainer): Add self.
27471
27472 2006-07-15  Karl Berry  <karl@gnu.org>
27473
27474         * gnulib-tool: help message wording/arrangement.
27475
27476 2006-07-14  Simon Josefsson  <jas@extundo.com>
27477
27478         * doc/gnulib.texi (Libtool and Windows): New section.
27479
27480 2006-07-12  Simon Josefsson  <jas@extundo.com>
27481
27482         * modules/gendocs (License): Fix license, approved by Karl.
27483
27484 2006-07-12  Eric Blake  <ebb9@byu.net>
27485
27486         * MODULES.html.sh: Add gendocs.
27487
27488 2006-07-11  Eric Blake  <ebb9@byu.net>
27489
27490         * modules/fdl: New module, to install doc/fdl.texi.
27491         * MODULES.html.sh: Add new section for documentation modules.
27492         * gnulib-tool: Avoid space-tab.
27493         (--doc-base): New option, to manage files from doc.
27494
27495 2006-07-11  Eric Blake  <ebb9@byu.net>
27496
27497         * m4/absolute-header.m4: Fix comments to match recent change.
27498
27499 2006-07-11  Eric Blake  <ebb9@byu.net>
27500
27501         * gnulib-tool: List --doc-base before --tests-base.
27502
27503 2006-07-11  Derek R. Price  <derek@ximbiot.com>
27504
27505         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
27506
27507 2006-07-11  Bruno Haible  <bruno@clisp.org>
27508
27509         * README: Mention where to put documentation.
27510
27511 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27512
27513         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
27514
27515 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
27516
27517         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
27518         to stdint.m4.
27519
27520 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
27521
27522         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
27523         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
27524         "no/such/file/stdint.h" when there is no such file, so that
27525         the resulting C code can be parsed by dodgy compilers.
27526         Problems reported by Bob Proulx.
27527
27528 2006-07-10  Derek R. Price  <derek@ximbiot.com>
27529
27530         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
27531         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
27532         macros into the GNU _D_EXACT_NAMLEN.
27533         * lib/savedir.c:  Likewise.
27534         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
27535
27536 2006-07-10  Derek R. Price  <derek@ximbiot.com>
27537         and Paul Eggert  <eggert@cs.ucla.edu>
27538
27539         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
27540         * m4/savedir.m4:
27541         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
27542         macros into the GNU _D_EXACT_NAMLEN.
27543
27544 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
27545
27546         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
27547         around the absolute name, to work around a problem with the HP-UX
27548         11.23 native C compiler, reported by Bob Proulx.
27549
27550 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
27551
27552         * doc/maintain.texi, make-stds.texi: Sync from
27553         <http://savannah.gnu.org/projects/gnustandards>.
27554
27555 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
27556
27557         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
27558
27559 2006-07-09  Jim Meyering  <jim@meyering.net>
27560
27561         * m4/glob.m4: Remove a doubled word in a comment.
27562
27563 2006-07-09  Jim Meyering  <jim@meyering.net>
27564
27565         * lib/argp-pv.c: Remove a doubled word in a comment.
27566         * lib/check-version.c (check_version): Likewise.
27567         * lib/javacomp.c (compile_java_class): Likewise.
27568
27569 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
27570
27571         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
27572         for the benefit of people using Autoconf 2.60.  If you want to
27573         support older Autoconf versions you can copy m4/onceonly_2_57.m4
27574         (or m4/onceonly.m4, if pre-2.57) manually.
27575
27576 2006-07-08  Jim Meyering  <jim@meyering.net>
27577
27578         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
27579         comment.
27580         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
27581         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
27582         comment.
27583
27584 2006-07-08  Jim Meyering  <jim@meyering.net>
27585
27586         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
27587
27588 2006-07-07  Simon Josefsson  <jas@extundo.com>
27589
27590         * tests/test-crc.c: Change expected crc value, the test vector
27591         were probably computed using the old broken crc.c?
27592
27593 2006-07-06  Simon Josefsson  <jas@extundo.com>
27594
27595         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
27596         now the canonical place for the M4 file).
27597
27598         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
27599         from the sys_socket dependency now.
27600
27601         * modules/inet_pton (Files): Ditto.
27602
27603         * modules/inet_ntop (Files): Ditto.
27604
27605 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
27606
27607         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
27608         not gl_PREREQ_GETUSERSHELL.
27609
27610 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27611
27612         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
27613         with only one argument, for Autoconf 2.60.
27614         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
27615         expand to nothing, so add a shell command to avoid syntax error.
27616         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
27617
27618 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27619
27620         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
27621
27622 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
27623
27624         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
27625         no longer needed.  Check for isblank decl.
27626         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
27627         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
27628         of existence.
27629
27630 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
27631
27632         * lib/getloadavg.c: Use __VMS, not VMS.
27633         * lib/getopt.c: Likewise.
27634         * lib/getpagesize.h: Likewise.
27635         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
27636         and probably does not work.
27637
27638 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
27639
27640         * lib/.cppi-disable: Add wcwidth.
27641         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
27642         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
27643         (ISGRAPH): Remove.  All uses changed to isgraph.
27644         (FOLD) [!defined _LIBC]: Remove special case.
27645         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
27646         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
27647         HAVE_ISBLANK.
27648         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
27649         case.
27650
27651 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
27652
27653         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
27654         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
27655         brackets.  Other minor changes to suppress some compiler
27656         warnings.
27657
27658 2006-07-06  Derek R. Price  <derek@ximbiot.com>
27659         and Paul Eggert  <eggert@cs.ucla.edu>
27660
27661         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
27662         of invoking obsolescent AC_HEADER_DIRENT macro.
27663         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
27664         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
27665         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
27666         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
27667         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
27668         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
27669         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
27670         * m4/readdir.m4: Remove; no longer needed.
27671
27672 2006-07-06  Derek R. Price  <derek@ximbiot.com>
27673         and Paul Eggert  <eggert@cs.ucla.edu>
27674
27675         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
27676         Don't worry about this obsolete case any more.
27677         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
27678         directories.
27679         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
27680         worry about this obsolete case any more.
27681         * lib/fts.c: Likewise.
27682         * lib/getcwd.c: Likewise.
27683         * lib/glob.h: Likewise.
27684         * lib/savedir.c: Likewise.
27685
27686 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
27687
27688         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
27689         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
27690         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
27691         needed.
27692         All uses removed.
27693         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
27694         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
27695         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
27696         needed.
27697         * m4/getdate.m4 (gl_GETDATE): Likewise.
27698         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
27699         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
27700         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
27701         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
27702         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
27703         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
27704         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
27705         needed.
27706
27707 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
27708
27709         * lib/memcasecmp.c: Include <limits.h>.
27710         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
27711         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
27712         Don't assume isdigit succeeds only on '0' through '9'.
27713
27714 2006-07-05  Eric Blake  <ebb9@byu.net>
27715
27716         * modules/getaddrinfo (Depends-on): Add snprintf.
27717
27718 2006-07-05  Eric Blake  <ebb9@byu.net>
27719
27720         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
27721         to avoid 'header present but could not be compiled' on cygwin.
27722
27723 2006-07-05  Eric Blake  <ebb9@byu.net>
27724
27725         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
27726         missing from netdb.h.
27727         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
27728
27729 2006-07-05  Derek R. Price  <derek@ximbiot.com>
27730
27731         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
27732         no longer needed.
27733         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
27734         * m4/getdate.m4 (gl_GETDATE): Likewise.
27735         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
27736         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
27737         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
27738         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
27739         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
27740
27741 2006-07-05  Derek R. Price  <derek@ximbiot.com>
27742
27743         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
27744         All uses of is_space replaced by isspace.
27745         * lib/exit.h: Don't talk about STDC_HEADERS.
27746         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
27747         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
27748         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
27749         replaced by isprint etc.
27750         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
27751         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
27752         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
27753         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
27754         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
27755         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
27756
27757 2006-07-05  Bruno Haible  <bruno@clisp.org>
27758
27759         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
27760         the function exists, before testing against AIX.
27761         Reported by Martin Lambers <marlam@marlam.de>.
27762
27763 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
27764
27765         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
27766         From Mark D. Baushke.
27767
27768 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
27769
27770         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
27771         to the absolute name, not just one, to bypass Sun C 5.8's
27772         "warning: #include of /usr/include/... may be non-portable".
27773
27774 2006-07-04  Eric Blake  <ebb9@byu.net>
27775
27776         * modules/dirname-tests: New test module.
27777         * tests/test-dirname.c: New file, replacing dirname.c
27778         TEST_DIRNAME section that was recently deleted.
27779
27780 2006-07-04  Bruno Haible  <bruno@clisp.org>
27781
27782         Assume ANSI C header files and <ctype.h> functions.
27783         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
27784         (mbsnwidth): Use isprint, iscntrl instead.
27785
27786 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
27787
27788         Merge from coreutils.
27789         * MODULES.html.sh: Add xstrtold.
27790         * modules/xstrtold: New file.
27791         * modules/cycle-check (Files): Add lib/same-inode.h.
27792         * modules/dirname (Files): Add m4/double-slash-root.m4.
27793         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
27794         * modules/mkdir-p (Files): Add lib/same-inode.h.
27795         * modules/same (Files): Add lib/same-inode.h.
27796
27797 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
27798
27799         * m4/absolute-header.m4: Renamed from full-header-path.m4.
27800         This is to keep the terminology clean; POSIX talks about
27801         "absolute pathnames", not "full pathnames", but the GNU
27802         Coding Standards say to use "path" for something else;
27803         so use "absolute" to keep both sides happy.
27804         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
27805         Set gl_absolute_header, not gl_full_header_path.
27806         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
27807         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
27808         All uses changed.
27809
27810         Merge from coreutils.
27811
27812         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
27813
27814         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
27815         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
27816         want to require the building of c-strtod.o.
27817         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
27818         needs -lm directly.
27819         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
27820
27821         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
27822
27823         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
27824         --as-needed option if available.  Problem reported by Albert Chin in
27825         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
27826         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
27827         cc merely issues a bunch of annoying warnings for --as-needed
27828         (this problem was reported by Bob Proulx).  Also, try linking with
27829         -lm to detect a bug in binutils 2.16 (this problem was reported
27830         by Ralf Wildenhues).
27831
27832         2006-06-18  Jim Meyering  <jim@meyering.net>
27833
27834         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
27835         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
27836         macro.
27837         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
27838         also check for glibc-2.4's abort-inducing bug.
27839
27840         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
27841         Low-probability clean-up should be to use rmdir to get rid of
27842         the just-created directory, not unlink.
27843
27844         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
27845         configure fail, and request a bug report to inform us about it.
27846         Add a comment that, barring reports to the contrary, in 2007 we'll
27847         assume ftruncate is universally available.
27848
27849         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
27850
27851         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
27852
27853         2006-03-12  Jim Meyering  <jim@meyering.net>
27854
27855         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
27856         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
27857         * m4/same.m4 (gl_SAME): Likewise.
27858         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
27859
27860         2006-03-11  Eric Blake  <ebb9@byu.net>
27861
27862         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
27863         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
27864         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
27865         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
27866
27867 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
27868
27869         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
27870         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
27871         reported by Mark D. Baushke, one in
27872         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
27873
27874         Merge from coreutils.
27875
27876         * lib/.cppi-disable: Add stdint_.h.
27877         * lib/.cvsignore: Add stdint.h.
27878
27879         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
27880
27881         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
27882         both double and long double versions.
27883         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
27884         * lib/xstrtold.c: New file.
27885         * lib/xstrtod.h (xstrtold): New decl.
27886
27887         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
27888
27889         * lib/filemode.c (setst): Remove.
27890         (strmode): Rewrite to avoid setst.  This makes the code shorter,
27891         (arguably) clearer, and the generated code is a bit smaller on my
27892         Debian GNU/Linux stable x86 host.
27893
27894         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
27895
27896         * lib/filemode.c: Include "filemode.h" first, to test the interface.
27897         Assume that filemode.h includes sys/types.h and sys/stat.h.
27898         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
27899         (ftypelet): Reorder to put common cases first, for efficiency.
27900         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
27901         to do 'M'.
27902         (strmode): Renamed from mode_string, and now stores 12 bytes instead
27903         of 10, for compatibility with FreeBSD.  All callers changed.
27904         (filemodestring): Now stores 12 bytes instead of 10, and sets file
27905         types that can't be deduced solely from st_mode.  First arg is now a
27906         const pointer.
27907         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
27908         (strmode): Renamed from mode_string.
27909         (filemodestring): New decl.
27910         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
27911         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
27912         needed.
27913         (S_ISPORT, S_ISWHT): New macros, if not already defined.
27914
27915         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
27916
27917         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
27918         fsusage.h now does that.  Include fsusage.h first, to test interface.
27919         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
27920         at most one method (the old code could have generated decls that
27921         didn't conform to C89, not that this was ever exercised).
27922         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
27923
27924         2006-03-19  Jim Meyering  <jim@meyering.net>
27925
27926         Work even in a chroot where d_ino values for entries in "/"
27927         don't match the stat.st_ino values for the same names.
27928         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
27929         number, iterate through all entries again, using lstat instead.
27930         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
27931         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
27932
27933         * lib/getcwd.c (__getcwd): Clarify a comment.
27934         Use memcpy in place of a call to strcpy.
27935
27936         2006-03-12  Jim Meyering  <jim@meyering.net>
27937
27938         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
27939         matches that of the current directory (which we're about to chdir ".."
27940         out of), then save the dev-ino of the parent, instead.
27941
27942         * lib/same-inode.h (SAME_INODE): New file/macro.
27943         * lib/chdir-safer.c (SAME_INODE): Remove definition.
27944         Include "same-inode.h", instead.
27945         * lib/same.c: Likewise.
27946         * lib/cycle-check.h: Include "same-inode.h".
27947         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
27948         * lib/cycle-check.c (SAME_INODE): Remove definition.
27949         * lib/root-dev-ino.h: Include "same-inode.h".
27950
27951         2006-03-11  Eric Blake  <ebb9@byu.net>
27952
27953         * lib/same.c (same_name): s/base_name/last_component/
27954         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
27955         * lib/filenamecat.c (file_name_concat): Likewise.
27956
27957         2006-03-11  Eric Blake  <ebb9@byu.net>,
27958                     Paul Eggert  <eggert@cs.ucla.edu>
27959
27960         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
27961         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
27962         drive prefix.
27963         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
27964         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
27965         (last_component): New method.
27966         * lib/dirname.c (dir_len): Determine when drive letters need a
27967         subsequent slash.  Preserve // when it is special.
27968         (dir_name): Don't append dot when drive letter is absolute.
27969         [TEST_DIRNAME]: Move into a full-blown gnulib test.
27970         * lib/basename.c (base_name): New semantics - malloc the result.
27971         Preserve // when it is special.  Preserve relative files that look
27972         like drive letters.
27973         (base_len): Preserve // when it is special.
27974         (last_component): New method, similar to old base_name semantics.
27975         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
27976         base_name.  Strip redundant slashes from ///.
27977
27978 2006-07-03  Jim Meyering  <jim@meyering.net>
27979
27980         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
27981         macro is used before the first cycle_check call.
27982
27983 2006-07-03  Eric Blake  <ebb9@byu.net>
27984
27985         * modules/dirname (Depends-on): Add xstrndup.
27986
27987 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
27988
27989         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
27990         test cases, so that config.log is a bit easier to follow.
27991
27992 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
27993
27994         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
27995         both are 64 bits, since this seems to be the tradition, and this
27996         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
27997         we ever run into a host that prefers long long to long in this
27998         case, we'll need another configure-time test.  Problem reported by
27999         Jim Meyering.
28000
28001 2006-07-02  Eric Blake  <ebb9@byu.net>
28002
28003         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
28004
28005 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
28006
28007         * modules/inttypes (Depends-on): No longer depends on stdint.
28008         * modules/stdint (Description): Say more about assumptions.
28009         Say that the fast types might differ.  Say macros are used.
28010         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
28011         (Makefile.am): Revise list of substituted symbols to match
28012         new stdint.m4.
28013         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
28014         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
28015         * tests/test-stdint.c (verify_same_types)
28016         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
28017         the code conforms to C99/C89.
28018         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
28019         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
28020
28021 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
28022
28023         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
28024         but fix a bug, by requiring at least 64 bits.
28025         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
28026         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
28027         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
28028         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
28029
28030         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
28031         changes.  Make 2.59 a prerequisite.  Check and substitute for
28032         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
28033         inttypes.h.  Do not use special include files; just use the
28034         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
28035         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
28036         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
28037         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
28038         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
28039         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
28040         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
28041         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
28042         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
28043         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
28044         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
28045         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
28046         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
28047         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
28048         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
28049         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
28050         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
28051         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
28052         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
28053         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
28054         WINT_MAX.  Check for C99 conformance more strictly, by detecting
28055         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
28056         not check for things that C99 does not require, e.g., int8_t.  If
28057         a test isn't needed unless <stdint.h> isn't working, and is
28058         unlikely to be needed for any other reason, then don't do it
28059         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
28060         size_t, since we assume C89 freestanding at least.  Do not check
28061         for sig_atomic_t, wchar_t, or wint_t, since the code now does
28062         the right thing even if the types are not defined.  Instead use:
28063         (gl_STDINT_TYPE_PROPERTIES): New macro.
28064         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
28065         testing whether <sys/types.h> clashes, as Autoconf does this for
28066         us now.  All uses removed.
28067         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
28068         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
28069         (gl_CHECK_TYPE_SAME):
28070         Remove; no longer needed.
28071         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
28072         exists, since we'll return 0 anyway in that case.
28073         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
28074
28075 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
28076
28077         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
28078         possible collision with system files.
28079         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
28080         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
28081         WCHAR_MIN and WCHAR_MAX in this case.
28082         (<stddef.h>): Do not include; no longer needed.
28083         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
28084         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
28085         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
28086         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
28087         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
28088         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
28089         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
28090         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
28091         !defined(__c99))]: Include in this case too, since it's harmless
28092         now.
28093         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
28094         dangerous to do so.
28095         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
28096         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
28097         (_STDINT_MIN, _STDINT_MAX): New macros.
28098         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
28099         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
28100         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
28101         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
28102         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
28103         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
28104         macros, not typedefs; this simplifies things quite a bit.
28105         Use long int for all types narrower than int64_t.
28106         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
28107         Define in terms of long long int or int64_t or long int,
28108         not int64_t or int32_t.  This saves some compile-time testing.
28109         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
28110         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
28111         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
28112         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
28113         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
28114         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
28115         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
28116         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
28117         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
28118         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
28119         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
28120         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
28121         undef any previous version and define our own version, for
28122         simplicity and consistency with the new macros for types.
28123         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
28124         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
28125         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
28126         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
28127         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
28128         @WINT_T_SUFFIX@ to keep things simple here.
28129         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
28130         Simplify by assuming typical 8/16/32/64 host, since we're
28131         already doing that elsewhere anyway.
28132         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
28133         and assume long long int is 64 bits if available.  This
28134         speeds up 'configure'.
28135
28136 2006-07-01  Eric Blake  <ebb9@byu.net>
28137
28138         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
28139         Reported by Andreas Buening.
28140
28141 2006-07-01  Eric Blake  <ebb9@byu.net>
28142
28143         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
28144
28145 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
28146
28147         * lib/getaddrinfo.c: fixed typo
28148
28149 2006-06-29  Jim Meyering  <jim@meyering.net>
28150
28151         * modules/strftime (Maintainer): Add my name, since with the
28152         FPRINTFTIME changes strftime.c has forked from glibc.
28153
28154 2006-06-29  Eric Blake  <ebb9@byu.net>
28155
28156         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
28157
28158 2006-06-29  Eric Blake  <ebb9@byu.net>
28159
28160         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
28161
28162 2006-06-29  Eric Blake  <ebb9@byu.net>
28163
28164         * lib/stat_.h: New file.
28165
28166 2006-06-29  Eric Blake  <ebb9@byu.net>
28167
28168         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
28169         unused static function.
28170
28171 2006-06-29  Eric Blake  <ebb9@byu.net>
28172
28173         * doc/functions.texi (Function Portability): Document missing lstat
28174         on mingw.
28175
28176 2006-06-29  Eric Blake  <ebb9@byu.net>
28177
28178         * MODULES.html.sh: Add sys_stat.
28179         * modules/sys_stat: New module.
28180         * modules/mkstemp (Depends-on): Add sys_stat.
28181
28182 2006-06-29  Derek R. Price  <derek@ximbiot.com>
28183
28184         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
28185
28186 2006-06-29  Derek R. Price  <derek@ximbiot.com>
28187
28188         * m4/c-bs-a.m4: Removed.
28189
28190 2006-06-29  Derek R. Price  <derek@ximbiot.com>
28191
28192         * lib/strftime.c: Assume strftime() exists.
28193
28194 2006-06-29  Derek Price  <derek@ximbiot.com>
28195
28196         * modules/c-bs-a: Removed - \a is C89.
28197         * MODULES.html.sh: Remove c-bs-a.
28198
28199 2006-06-29  Bruno Haible  <bruno@clisp.org>
28200
28201         * modules/wcwidth (License): Change to LGPL.
28202
28203 2006-06-28  Simon Josefsson  <jas@extundo.com>
28204
28205         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
28206         on _WIN32.
28207
28208         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
28209         getnameinfo.
28210
28211 2006-06-28  Simon Josefsson  <jas@extundo.com>
28212
28213         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
28214
28215 2006-06-28  Simon Josefsson  <jas@extundo.com>
28216
28217         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
28218         functions there.  It will succeed on Windows XP, but on Windows
28219         2000 and (presumably) earlier, it will fail, and use the internal
28220         re-implementation.
28221         (use_win32_p): New function.
28222         (getaddrinfo): Use strtoul on servname, to support numeric ports.
28223         Support AI_NUMERICSERV to disable getservbyname.
28224         (getnameinfo): New function, only supports
28225         NI_NUMERICHOST|NI_NUMERICSERV for now.
28226
28227         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
28228         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
28229         getnameinfo.
28230
28231 2006-06-28  Eric Blake  <ebb9@byu.net>
28232
28233         * modules/wcwidth: New file.
28234         * modules/mbchar (Depends-on): Add wcwidth.
28235         * modules/mbswidth (Depends-on): Add wcwidth.
28236         * MODULES.html.sh: Add wcwidth.
28237
28238 2006-06-28  Eric Blake  <ebb9@byu.net>
28239
28240         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
28241         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
28242
28243 2006-06-28  Eric Blake  <ebb9@byu.net>
28244
28245         * lib/xvasprintf.h: Fix comments.
28246
28247 2006-06-28  Eric Blake  <ebb9@byu.net>
28248
28249         * lib/mbchar.h (wcwidth): Include wcwidth.h.
28250         * lib/mbswidth.c (wcwidth): Move from here...
28251         * lib/wcwidth.h: ...to this new file.
28252
28253 2006-06-28  Derek R. Price  <derek@ximbiot.com>
28254
28255         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
28256
28257         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
28258         it's obsolete.
28259         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
28260
28261 2006-06-28  Derek R. Price  <derek@ximbiot.com>
28262
28263         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
28264         Autoconf 2.60 says this stuff was obsolete.
28265
28266 2006-06-28  Bruno Haible  <bruno@clisp.org>
28267
28268         * modules/wcwidth (Files): Add m4/wchar_t.m4.
28269
28270 2006-06-28  Bruno Haible  <bruno@clisp.org>
28271
28272         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
28273         gt_TYPE_WCHAR_T.
28274
28275 2006-06-28  Bruno Haible  <bruno@clisp.org>
28276
28277         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
28278         declaration for wcwidth.
28279         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
28280
28281 2006-06-28  Bruno Haible  <bruno@clisp.org>
28282
28283         * lib/mkdtemp.c [MINGW]: Include <io.h>.
28284         (mkdir): Define using _mkdir.
28285
28286 2006-06-28  Bruno Haible  <bruno@clisp.org>
28287
28288         * lib/getaddrinfo.h: Fix POSIX URL.
28289         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
28290         _WIN32.
28291         (use_win32_p): Make static.
28292         (getaddrinfo): Reject service name if it is empty or does not consist
28293         solely of decimal digits, or if its value is > 65535.
28294         (getnameinfo): Remove useless casts.
28295
28296 2006-06-27  Simon Josefsson  <jas@extundo.com>
28297
28298         * modules/sys_select: New file, suggested by Bruno Haible, Paul
28299         Eggert and Martin Lambers.
28300
28301 2006-06-27  Simon Josefsson  <jas@extundo.com>
28302
28303         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
28304         Eggert and Martin Lambers.
28305
28306 2006-06-27  Bruno Haible  <bruno@clisp.org>
28307
28308         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
28309         result to 0, not to empty.
28310         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
28311
28312 2006-06-27  Bruno Haible  <bruno@clisp.org>
28313
28314         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
28315
28316 2006-06-26  Simon Josefsson  <jas@extundo.com>
28317
28318         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
28319         present.
28320
28321 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
28322
28323         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
28324         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
28325         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
28326
28327 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
28328
28329         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
28330
28331 2006-06-26  Bruno Haible  <bruno@clisp.org>
28332
28333         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
28334
28335 2006-06-26  Bruno Haible  <bruno@clisp.org>
28336
28337         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
28338
28339 2006-06-26  Bruno Haible  <bruno@clisp.org>
28340
28341         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
28342         SGI C compiler in pre-C99 mode.
28343         Suggested by Mark D. Baushke and Larry Jones.
28344
28345 2006-06-26  Bruno Haible  <bruno@clisp.org>
28346
28347         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
28348         WCHAR_MAX.
28349         Reported by Mark D. Baushke and Larry Jones.
28350
28351 2006-06-26  Bruno Haible  <bruno@clisp.org>
28352
28353         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
28354         in pre-C99 mode.
28355         Suggested by Mark D. Baushke and Larry Jones.
28356
28357 2006-06-23  Simon Josefsson  <jas@extundo.com>
28358             Bruno Haible  <bruno@clisp.org>
28359
28360         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
28361         Emit mostlyclean-local rule.
28362         (func_emit_tests_Makefile_am): Likewise.
28363         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
28364
28365 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
28366
28367         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
28368
28369 2006-06-23  Bruno Haible  <bruno@clisp.org>
28370
28371         * tests/test-stdint.c: Update to match ISO C 99 Technical
28372         Corrigendum 1.
28373
28374 2006-06-23  Bruno Haible  <bruno@clisp.org>
28375
28376         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
28377
28378 2006-06-23  Bruno Haible  <bruno@clisp.org>
28379
28380         * lib/stdint_.h: Treat IRIX like OpenBSD.
28381
28382 2006-06-23  Bruno Haible  <bruno@clisp.org>
28383
28384         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
28385         ISO C 99 Technical Corrigendum 1.
28386
28387 2006-06-22  Simon Josefsson  <jas@extundo.com>
28388
28389         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
28390         MinGW.
28391
28392 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
28393
28394         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
28395         needed.  Some compiler complained about some of them.  Problem reported
28396         by Larry Jones in
28397         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
28398
28399 2006-06-21  Simon Josefsson  <jas@extundo.com>
28400
28401         * tests/test-getaddrinfo.c: New file.
28402
28403         * modules/getaddrinfo-tests: New file.
28404
28405         * MODULES.html.sh: Add inet_pton.
28406
28407         * modules/inet_pton: New file.
28408
28409 2006-06-21  Simon Josefsson  <jas@extundo.com>
28410
28411         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
28412         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
28413         of using the (limited) gnulib implementation on Windows XP.
28414
28415         * m4/inet_pton.m4: New file.
28416
28417 2006-06-21  Simon Josefsson  <jas@extundo.com>
28418
28419         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
28420         variable.
28421
28422         * lib/socket_.h: Don't define WINVER.
28423
28424         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
28425         slightly modified to work in gnulib.
28426
28427 2006-06-21  Simon Josefsson  <jas@extundo.com>
28428
28429         * doc/gnulib.texi (Windows sockets): Add.
28430
28431 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
28432
28433         * lib/read-file.c (fread_file): Start with buffer allocation of
28434         0 bytes rather than 1 byte; this simplifies the code.
28435         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
28436         code to free buffer and save/restore errno.
28437         (internal_read_file): Remove unused local.
28438
28439 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
28440
28441         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
28442         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
28443         Problem reported by Denis Excoffier in
28444         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
28445
28446 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
28447
28448         * modules/sys_socket, modules/socklen: Include sys/types since
28449         FreeBSD 4.x's sys/socket.h needs it.
28450
28451 2006-06-19  Simon Josefsson  <jas@extundo.com>
28452
28453         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
28454
28455 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
28456
28457         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
28458
28459 2006-06-19  Bruno Haible  <bruno@clisp.org>
28460
28461         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
28462         and FULL_PATH_INTTYPES_H in angle brackets.
28463         Reported by Mark D. Baushke <mdb@gnu.org>.
28464
28465 2006-06-17  Eric Blake  <ebb9@byu.net>
28466
28467         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
28468         errno.
28469
28470 2006-06-17  Bruno Haible  <bruno@clisp.org>
28471
28472         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
28473         <sys/inttypes.h>.
28474
28475 2006-06-17  Bruno Haible  <bruno@clisp.org>
28476
28477         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
28478         whether errno is declared. Assume <errno.h> declares errno.
28479
28480 2006-06-17  Bruno Haible  <bruno@clisp.org>
28481
28482         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
28483
28484 2006-06-17  Bruno Haible  <bruno@clisp.org>
28485
28486         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
28487         problem on Solaris 2.5.1.
28488
28489 2006-06-16  Eric Blake  <ebb9@byu.net>
28490
28491         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
28492         * lib/unicodeio.c [!defined errno]: Likewise.
28493         * lib/strtol.c [!defined errno]: Likewise.
28494         * lib/strtod.c [!defined errno]: Likewise.
28495
28496 2006-06-15  Eric Blake  <ebb9@byu.net>
28497
28498         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
28499
28500 2006-06-15  Eric Blake  <ebb9@byu.net>
28501
28502         * config/srclist.txt (ssize_t.m4): Lose sync.
28503
28504 2006-06-15  Bruno Haible  <bruno@clisp.org>
28505
28506         * modules/stdint (Files): Include m4/full-header-path.m4,
28507         m4/size_max.m4, m4/wchar_t.m4.
28508         (Makefile.am): Many more substitutions.
28509         * modules/stdint-tests: New file.
28510         * tests/test-stdint.c: New file.
28511
28512 2006-06-15  Bruno Haible  <bruno@clisp.org>
28513
28514         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
28515         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
28516         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
28517         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
28518         gl_CHECK_TYPE_SAME): New macros.
28519
28520 2006-06-15  Bruno Haible  <bruno@clisp.org>
28521
28522         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
28523
28524 2006-06-15  Bruno Haible  <bruno@clisp.org>
28525
28526         * lib/stdint_.h: Rewritten to be fully auto-configured.
28527         Fixes bug on HP-UX/IA64.
28528
28529 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
28530
28531         * lib/getdate.y (__attribute__): Don't define if already defined.
28532         Problem reported by Larry Jones.
28533         * lib/utimens.c (__attribute__): Likewise.
28534
28535 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
28536
28537         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
28538         reported by Andreas Schwab.
28539
28540 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28541             Bruno Haible  <bruno@clisp.org>
28542
28543         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
28544         check for the declaration of strnlen and a run test that exposes the
28545         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
28546         rpl_strndup.
28547
28548 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28549             Bruno Haible  <bruno@clisp.org>
28550
28551         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
28552
28553 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28554
28555         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
28556         compile test, for Tru64 4.0D.
28557
28558 2006-05-28  Karl Berry  <karl@gnu.org>
28559
28560         * config/srclist.txt (printf-args.c): lose sync.
28561
28562 2006-05-26  Martin Lambers  <marlam@marlam.de>
28563
28564         * lib/getpass.c: Updates the test for the native W32 API, and adds
28565         missing includes, thus fixing compilation warnings.
28566
28567 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
28568
28569         * lib/exclude.c (exclude_fnmatch): New function.
28570         (excluded_file_name): Call exclude_fnmatch.
28571         * lib/exclude.h (excluded_file_name): New prototype
28572
28573 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
28574
28575         * lib/tempname.c (small_open, large_open): New macros.
28576         (__open, __open64) [!_LIBC]: Remove.
28577         (__gen_tempname): Use small_open and large_open instead of __open
28578         and __open64.  This fixes a portability bug on HP-UX 11.11i
28579         reported by Simon Wing-Tang in
28580         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
28581
28582 2006-05-24  Bruno Haible  <bruno@clisp.org>
28583
28584         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
28585         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
28586         Reported by Thorsten Maerz <torte@netztorte.de> via
28587         Aaron Stone <aaron@serendipity.cx>.
28588
28589 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
28590
28591         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
28592         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
28593         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
28594         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
28595         not really conditional on the cache.
28596         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
28597
28598 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
28599
28600         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
28601         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
28602         (my_usleep): Don't mishandle maximum value.
28603
28604 2006-05-19  Jim Meyering  <jim@meyering.net>
28605
28606         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
28607
28608 2006-05-17  Bruno Haible  <bruno@clisp.org>
28609
28610         Cygwin portability.
28611         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
28612
28613 2006-05-17  Bruno Haible  <bruno@clisp.org>
28614
28615         * lib/stdint_.h: Fix recognition of Cygwin.
28616
28617 2006-05-15  Bruno Haible  <bruno@clisp.org>
28618
28619         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
28620         on libtool patch by Ralf Wildenhues.
28621
28622 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
28623
28624         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
28625         test for C99 conformance; (bool) 0.5 is an integer constant
28626         expression, but (bool) -0.5 is not.  Problem reported by Fedor
28627         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
28628
28629 2006-05-11  Simon Josefsson  <jas@extundo.com>
28630
28631         * m4/xvasprintf.m4: Fix obvious typo.
28632
28633 2006-05-11  Jim Meyering  <jim@meyering.net>
28634
28635         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
28636         James Lemley.
28637
28638 2006-05-10  Simon Josefsson  <jas@extundo.com>
28639
28640         * lib/md4.c: Typo fix, update copyright years.
28641         (K1, K2): Don't use L because it turn computations into 64-bit on
28642         64-bit platforms.
28643
28644 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
28645
28646         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
28647         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
28648         unwanted sign propagation, e.g., on hosts with 64-bit int.
28649         There still are some problems with reeelly weird theoretical hosts
28650         (e.g., 33-bit int) but it's not worth worrying about now.
28651         * lib/sha1.c (rol): Likewise.
28652         (K1, K2, K3, K4): Remove unnecessary L suffix.
28653
28654 2006-05-10  Bruno Haible  <bruno@clisp.org>
28655
28656         * lib/des.c: Cast to avoid warnings.
28657
28658 2006-05-09  Bruno Haible  <bruno@clisp.org>
28659
28660         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
28661         (Depends-on): Depend also on xsize, stdarg.
28662         (configure.ac): Add gl_XVASPRINTF.
28663
28664 2006-05-09  Bruno Haible  <bruno@clisp.org>
28665
28666         * m4/xvasprintf.m4: New file.
28667
28668 2006-05-09  Bruno Haible  <bruno@clisp.org>
28669
28670         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
28671         (EOVERFLOW): Define fallback value.
28672         (xstrcat): New function.
28673         (xvasprintf): Recognize the special case of a string concatenation.
28674
28675 2006-05-08  Eric Blake  <ebb9@byu.net>
28676
28677         * gnulib-tool (func_version): Base copyright year on CVS date.
28678         (func_emit_copyright_notice): New function.
28679         (func_emit_lib_Makefile_am): Use it.
28680         (func_emit_tests_Makefile_am): Likewise.
28681         (func_import): Likewise.
28682
28683 2006-05-08  Bruno Haible  <bruno@clisp.org>
28684
28685         * modules/stdarg: New file.
28686         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
28687
28688 2006-05-08  Bruno Haible  <bruno@clisp.org>
28689
28690         * m4/stdarg.m4: New file, from GNU gettext.
28691
28692 2006-05-08  Bruno Haible  <bruno@clisp.org>
28693
28694         * config/srclist.txt (build-aux/config.rpath): different from latest
28695         release.
28696
28697 2006-05-08  Bruno Haible  <bruno@clisp.org>
28698
28699         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
28700
28701 2006-05-05  Jim Meyering  <jim@meyering.net>
28702
28703         * m4/warning.m4: New file, derived from bison's file by the same name.
28704
28705 2006-05-03  Bruno Haible  <bruno@clisp.org>
28706
28707         * lib/stdint_.h: Shorter URL.
28708         * lib/inttypes.h: Likewise.
28709
28710 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
28711
28712         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
28713
28714 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
28715
28716         * lib/verify.h: Document the internals better.  Most of this change
28717         was written by Bruno Haible.
28718
28719 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
28720
28721         * doc/verify.texi: New file, partly based on a proposal by
28722         Bruno Haible.
28723
28724 2006-05-02  Bruno Haible  <bruno@clisp.org>
28725
28726         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
28727         test from here...
28728         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
28729
28730 2006-04-29  Bruno Haible  <bruno@clisp.org>
28731
28732         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
28733         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
28734
28735 2006-04-29  Bruno Haible  <bruno@clisp.org>
28736
28737         * gnulib-tool: Make --update option actually work.
28738
28739 2006-04-29  Bruno Haible  <bruno@clisp.org>
28740
28741         * doc/gcd.texi: New file.
28742         * doc/gnulib.texi: Include it.
28743
28744 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
28745
28746         * lib/getdate.y (get_date): When adding relative date, start with the
28747         initial time, not with the result of the first mktime call.
28748
28749 2006-04-25  Bruno Haible  <bruno@clisp.org>
28750
28751         * gnulib-tool (func_import): Output the include directives in three
28752         blocks, sorted separately.
28753         Reported by Ben Pfaff <blp@cs.stanford.edu>.
28754
28755 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
28756
28757         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
28758         to define main with arguments, for C++.  Reported by Eric Blake.
28759         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
28760         Prefer 'int main ()' to 'int main (void)', for C++.
28761         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
28762         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
28763         for 'main', for C99 and C++.
28764
28765 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
28766
28767         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
28768         Don't assume that exit status -1 is valid.
28769         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
28770         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
28771         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
28772         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
28773         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
28774         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
28775         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
28776         functions can be used without declaring them, or that you can
28777         exit with status -1.
28778         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
28779
28780 2006-04-24  Karl Berry  <karl@gnu.org>
28781
28782         * config/srclist.txt (longdouble.m4): sync lost.
28783
28784 2006-04-24  Eric Blake  <ebb9@byu.net>
28785
28786         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
28787
28788 2006-04-24  Bruno Haible  <bruno@clisp.org>
28789
28790         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
28791         poll() implementation in AIX.
28792         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
28793
28794 2006-04-24  Bruno Haible  <bruno@clisp.org>
28795
28796         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
28797         assigned exactly once.
28798
28799 2006-04-23  Claudio Fontana  <claudio@gnu.org>
28800             Bruno Haible  <bruno@clisp.org>
28801
28802         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
28803         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
28804         for AM_CPPFLAGS.
28805
28806 2006-04-23  Bruno Haible  <bruno@clisp.org>
28807
28808         * modules/copy-file: Depend on unistd.
28809         * modules/execute: Likewise.
28810         * modules/fatal-signal: Likewise.
28811         * modules/findprog: Likewise.
28812         * modules/mkdtemp : Likewise.
28813         * modules/pipe: Likewise.
28814         * modules/wait-process: Likewise.
28815
28816 2006-04-23  Bruno Haible  <bruno@clisp.org>
28817
28818         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
28819         condition was already detected.
28820         Reported by Ben Pfaff <blp@cs.stanford.edu>.
28821
28822 2006-04-23  Bruno Haible  <bruno@clisp.org>
28823
28824         * lib/copy-file.c: Include <unistd.h> unconditionally.
28825         * lib/execute.c: Likewise.
28826         * lib/fatal-signal.c: Likewise.
28827         * lib/findprog.c: Likewise.
28828         * lib/mkdtemp.c: Likewise.
28829         * lib/pipe.h: Likewise.
28830         * lib/pipe.c: Likewise.
28831         * lib/wait-process.h: Likewise.
28832
28833 2006-04-23  Bruno Haible  <bruno@clisp.org>
28834
28835         * gnulib-tool (func_usage): Fix --import description. Document
28836         --update.
28837         (func_import): Create temporary file in a temporary directory, if
28838         --dry-run is specified. Silence errors from 'grep' when there are no
28839         m4 files in $m4dir.
28840         (func_create_testdir): Silence errors from 'grep' when there are no
28841         m4 files in $m4dir.
28842         Reported by Karl Berry <karl@freefriends.org>.
28843
28844 2006-04-20  Bruno Haible  <bruno@clisp.org>
28845
28846         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
28847         one argument, so that the code will be portable to Autoconf 2.60.
28848         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
28849         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
28850         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
28851
28852 2006-04-19  Derek Price  <derek@ximbiot.com>
28853             Eric Blake  <ebb9@byu.net>
28854
28855         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
28856         rather than "/full/path.h".  Update comment to match.  Shorten &
28857         generalize m4_translit call via AS_TR_CPP.
28858
28859 2006-04-19  Derek Price  <derek@ximbiot.com>
28860             Eric Blake  <ebb9@byu.net>
28861
28862         * lib/inttypes.h: Correct grammar in comment.
28863
28864 2006-04-18  Derek Price  <derek@ximbiot.com>
28865             Paul Eggert  <eggert@cs.ucla.edu>
28866
28867         * modules/inttypes: New file.
28868         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
28869
28870 2006-04-18  Derek Price  <derek@ximbiot.com>
28871             Paul Eggert  <eggert@cs.ucla.edu>
28872
28873         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
28874         New files.
28875
28876 2006-04-18  Derek Price  <derek@ximbiot.com>
28877             Paul Eggert  <eggert@cs.ucla.edu>
28878
28879         * lib/inttypes.h: New file.
28880         * lib/strtoimax.c: Assume <inttypes.h>.
28881
28882 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
28883
28884         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
28885         isn't mounted.  Problem reported by Kir Kolyshkin.
28886
28887 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
28888
28889         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
28890         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
28891         Derek R. Price.
28892         * lib/regex.h (RE_DUP_MAX): Update comment to match current
28893         implementation.
28894
28895 2006-04-12  Eric Blake  <ebb9@byu.net>
28896
28897         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
28898         is now done automatically by the corresponding Autoconf macro.
28899
28900 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
28901
28902         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
28903         time_r.h.
28904
28905 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
28906
28907         Merge regex changes from libc, removing some of our
28908         POSIX-conformance changes that were rejected and redoing them in a
28909         less-intrusive way.
28910
28911         * lib/regcomp.c (re_compile_internal, init_dfa):
28912         Length arg is now size_t, not Idx.  All uses changed.
28913         (peek_token): Forward decl now says internal_function.
28914         (__re_error_msgid, __re_error_msgid_idx):
28915         Now static rather than extern with attribute_hidden.
28916         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
28917         For some reason libc prefers K&R style defns for external functions.
28918         (regerror) [!defined _LIBC]: Likewise.
28919         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
28920         (seek_collating_symbol_entry, lookup_collation_sequence_value):
28921         (build_range_exp, build_collating_symbol):
28922         Use K&R-style defn.
28923         (re_compile_fastmap): Use '\0' to memset, not 0.
28924         (utf8_sb_map): Make the calculations more obvious.
28925         (init_dfa, parse_bracket_exp, build_charclass_op):
28926         Call calloc and cast result, as glibc does.
28927         (init_word_char, fetch_token, peek_token, peek_token_bracket):
28928         (build_range_exp, build_collating_symbol):
28929         Now internal functions.
28930
28931         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
28932
28933         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
28934         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
28935         Don't depend on VMS; depend on __VMS instead, for POSIX
28936         namespace cleanness.
28937         (regoff_t): Define to ssize_t, not long int.
28938
28939         Remove the REG_ macros named below.  Instead, make the old names
28940         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
28941         __USE_GNU_REGEX.
28942         (REG_BACKSLASH_ESCAPE_IN_LISTS):
28943         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
28944         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
28945         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
28946         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
28947         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
28948         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
28949         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
28950         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
28951         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
28952         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
28953         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
28954         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
28955         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
28956         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
28957         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
28958         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
28959         (REG_NREGS):
28960         Remove.  All uses replaced by the old RE_* names.
28961         (RE_BACKSLASH_ESCAPE_IN_LISTS):
28962         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
28963         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
28964         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
28965         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
28966         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
28967         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
28968         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
28969         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
28970         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
28971         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
28972         Don't bother having these macros be independent of each others'
28973         values, since they no longer exist in the POSIX name space.
28974
28975         Rename the following member names back to their old names,
28976         unless !__USE_GNU_REGEX.  All uses changed back.
28977         (buffer): Renamed from re_buffer.
28978         (allocated): Renamed from re_allocated.
28979         (used): Renamed from re_used.
28980         (syntax): Renamed from re_syntax.
28981         (fastmap): Renamed from re_fastmap.
28982         (translate): Renamed from re_translate.
28983         (can_be_null): Renamed from re_can_be_null.
28984         (regs_allocated): Renamed from re_regs_allocated.
28985         (fastmap_accurate): Renamed from re_fastmap_accurate.
28986         (no_sub): Renamed from re_no_sub.
28987         (not_bol): Renamed from re_not_bol.
28988         (not_eol): Renamed from re_not_eol.
28989         (newline_anchor): Renamed from re_newline_anchor.
28990         (num_regs): Renamed from rm_num_regs.
28991         (start): Renamed from rm_start.
28992         (end): Renamed from rm_end.
28993
28994         (free_state): Move up a bit.
28995
28996         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
28997         #define to be empty.
28998         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
28999         when that is what is intended.
29000         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
29001         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
29002         (MAX): New macro.
29003         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
29004         All uses changed back to re_malloc, etc.  It's now the caller's
29005         responsibility to check for overflow; all callers changed.
29006         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
29007         (re_x2nrealloc): Remove.
29008         (free_state): Remove decl.
29009
29010         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
29011         (re_set_registers, re_exec):
29012         Use K&R-style defn.
29013
29014         2006-01-31  Roland McGrath  <roland@redhat.com>
29015
29016         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
29017         Reported by Mike Frysinger <vapier@gentoo.org>.
29018
29019         2006-01-15  Andreas Jaeger  <aj@suse.de>
29020
29021         [BZ #1950]
29022         * lib/regex_internal.c (re_string_reconstruct): Adjust for
29023         build_wcs_upper_buffer change.
29024         (build_wcs_upper_buffer): Change return type.
29025
29026         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
29027
29028         * lib/regex_internal.h: Include <stdint.h> if available.
29029
29030         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
29031
29032         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
29033
29034         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
29035
29036         * lib/regcomp.c: Adjust for changed secondary hash function.
29037
29038         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
29039
29040         * lib/regex.h: Pretty printing.
29041         Clean up namespace a bit.
29042
29043         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
29044
29045         * lib/regexec.c (update_cur_sifted_state, check_arrival,
29046         check_arrival_add_next_nodes): Avoid using uninitialized variable.
29047
29048         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
29049                     Ulrich Drepper  <drepper@redhat.com>
29050
29051         [BZ #1302]
29052         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
29053         changed.
29054         (bitset_word_t): Renamed from bitset_word.  All uses changed.
29055
29056         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
29057
29058         [BZ #281]
29059         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
29060         * lib/regcomp.c: Remove unnecessary uses of
29061         unsigned RE_TRANSLATE_TYPE.
29062         * lib/regex_internal.h: Likewise.
29063         * lib/regex_internal.c: Likewise.
29064         * lib/regexec.c: Likewise.
29065         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
29066
29067         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
29068
29069         * lib/regexec.c (find_recover_state): Remove unnecessary
29070         initialization.
29071         (transit_state_bkref): Make DFA a const pointer.
29072         (get_subexp): Likewise.
29073         (check_arrival): Likewise.
29074         (update_cur_sifted_state): Likewise.
29075         (re_search_internal): Likewise.
29076         (prune_impossible_nodes): Likewise.
29077         (acquire_init_state_context): Likewise.
29078         (proceed_next_node): Likewise.
29079         (set_regs): Likewise.
29080         (free_fail_stack_return): Likewise.
29081         (check_arrival_expand_ecl): Mark DFA parameter as const.
29082         (check_arrival_expand_ecl_sub): Likewise.
29083         (check_subexp_limits): Likewise.
29084         (sub_epsilon_src_nodes):  Likewise.
29085         (add_epsilon_src_nodes):  Likewise.
29086         (merge_state_array): Likewise.
29087         (update_regs): Likewise.
29088         (build_trtable): Likewise.
29089         (sift_states_backward): Mark MCTX parameter as const.
29090         (build_sifted_states): Likewise.
29091         (update_cur_sifted_state): Likewise.
29092         (sift_states_mkref): Likewise.
29093         (check_arrival_expand_ecl): Mark eclosure as const.
29094         (check_dst_limits_calc_pos_1): Likewise.
29095         * lib/regex_internal.h (re_match_context_t): Make dfa a const
29096         pointer.
29097
29098         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
29099
29100         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
29101         (transit_state_sb): Likewise.
29102         (transit_state_mb): Likewise.
29103         (sift_states_iter_mb): Likewise.
29104         (check_arrival_add_next_nodes): Likewise.
29105         (check_node_accept_bytes): Change first parameter to pointer-to-const.
29106         [_LIBC] (re_search_2_stub): Use mempcpy.
29107
29108         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
29109         mbrtowc for very simple UTF-8 case.
29110
29111         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
29112         a pointer-to-const.
29113         (re_acquire_state_context): Likewise.
29114         * lib/regex_internal.h: Adjust prototypes.
29115
29116         * lib/regex.c: Prevent using C++ compilers.
29117
29118         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
29119         (re_acquire_state_context): Likewise.
29120
29121 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
29122
29123         * modules/regex (Depends-on): Add ssize_t.
29124
29125 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
29126
29127         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
29128         translation table.
29129
29130 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
29131
29132         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
29133
29134 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
29135             Bruno Haible  <bruno@clisp.org>
29136
29137         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
29138         <sys/types.h> and <inttypes.h>.
29139
29140 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29141
29142         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
29143         `__error_t_defined', so argp.h will not typedef the former.
29144
29145 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
29146
29147         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
29148         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
29149         glibc names.  Even if glibc is changed to conform to POSIX, the
29150         traditional names will be available anyway, since regex depends on
29151         the extensions module.  Also, fix a longstanding typo in the
29152         implementation of Spencer ERE test #75 from grep 2.3.  Problems
29153         reported by Emanuele Giaquinta.  Also, change sense of cached
29154         variable, so that the message makes sense.
29155
29156 2006-03-24  Simon Josefsson  <jas@extundo.com>
29157
29158         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
29159         including some doc fixes.
29160         (base64_encode_alloc): Fix +1 bug on allocation failures.
29161
29162 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29163
29164         * lib/base64.c (base64_encode): Do not read past end of array with
29165         unsanitized input on systems with CHAR_BIT > 8.
29166
29167 2006-03-24  Eric Blake  <ebb9@byu.net>
29168
29169         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
29170
29171 2006-03-22  Karl Berry  <karl@gnu.org>
29172
29173         * config/srclist.txt (*setenv.[ch]): get from coreutils.
29174         * config/srclistvars.sh (COREUTILS): new var.
29175
29176 2006-03-17  Jim Meyering  <jim@meyering.net>
29177
29178         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
29179         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
29180
29181 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
29182
29183         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
29184         no longer needs it.  Instead, check that regoff_t is as least
29185         as wide as ptrdiff_t.
29186
29187         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
29188         so that our regex.h stays compatible with the installed regex.
29189         This is helpful for installers who configure --without-included-regex.
29190         Problem reported by Emanuele Giaquinta.
29191
29192 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
29193
29194         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
29195         Typedef to long int, not to off_, as POSIX will likely change
29196         in that direction.
29197
29198 2006-03-15  Eric Blake  <ebb9@byu.net>
29199
29200         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
29201
29202 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
29203
29204         * lib/argp-help.c (validate_uparams): Fix typo
29205         * lib/argp-parse.c (argp_default_options): Consistently begin help
29206         messages with a lowercase letter.
29207
29208 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
29209
29210         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
29211         overrun buffers and shouldn't be used (much as gets shouldn't be
29212         used).
29213         * lib/time_r.c (asctime_r, ctime_r): Likewise.
29214
29215 2006-03-08  Simon Josefsson  <jas@extundo.com>
29216
29217         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
29218         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
29219
29220 2006-03-08  Simon Josefsson  <jas@extundo.com>
29221
29222         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
29223         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
29224
29225 2006-03-08  Simon Josefsson  <jas@extundo.com>
29226
29227         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
29228         signal that configure disabled the device.
29229
29230 2006-03-08  Simon Josefsson  <jas@extundo.com>
29231
29232         * build-aux/maint.mk: Fix refresh-po, to handle no translated
29233         languages.
29234
29235 2006-03-07  Simon Josefsson  <jas@extundo.com>
29236
29237         * modules/getopt (Depends-on): Add unistd.
29238
29239         * modules/unistd: New file.
29240
29241 2006-03-07  Simon Josefsson  <jas@extundo.com>
29242
29243         * modules/gc-random: New file.
29244
29245 2006-03-07  Simon Josefsson  <jas@extundo.com>
29246
29247         * m4/unistd_h.m4: New file.
29248
29249 2006-03-07  Simon Josefsson  <jas@extundo.com>
29250
29251         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
29252         test to be side-effect free by storing the result in the cache
29253         variable gl_cv_lib_readline, and moving the assignment of
29254         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
29255         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
29256
29257 2006-03-07  Simon Josefsson  <jas@extundo.com>
29258
29259         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
29260         error on missing devices (the functions will return an error).
29261
29262         * m4/gc.m4: Move random stuff to gc-random.m4
29263
29264 2006-03-07  Simon Josefsson  <jas@extundo.com>
29265
29266         * lib/unistd_.h: New file.
29267
29268 2006-03-07  Simon Josefsson  <jas@extundo.com>
29269
29270         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
29271
29272 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
29273
29274         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
29275         Problem reported by Juan Manuel Guerrero.
29276
29277 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
29278
29279         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
29280         the unistd module.
29281         * lib/getlogin_r.c: Likewise.
29282         * lib/getlogin_r.h: Likewise.
29283         * lib/glob.c: Likewise.
29284         * lib/pagealign_alloc.c: Likewise.
29285         * lib/unistd_.h: Remove; no longer needed.
29286
29287 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
29288
29289         * MODULES.html.sh (Support for systems lacking POSIX:2001):
29290         Add unistd.
29291         * modules/c-stack (Depends-on): Add unistd.
29292         * modules/getlogin_r: Likewise.
29293         * modules/glob: Likewise.
29294         * modules/pagealign_alloc: Likewise.
29295         * modules/unistd (Files): Remove lib/unistd_.h.
29296         (EXTRA_DIST): Remove.
29297         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
29298         need unistd_.h.
29299         (MOSTLYCLEANFILES): Remove unistd.h-t.
29300
29301 2006-03-03  Simon Josefsson  <jas@extundo.com>
29302
29303         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
29304
29305 2006-03-03  Simon Josefsson  <jas@extundo.com>
29306
29307         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
29308         libidn and bison.
29309
29310 2006-03-03  Simon Josefsson  <jas@extundo.com>
29311
29312         * build-aux/maint.mk: Add indent target.
29313
29314 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
29315
29316         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
29317         our replacement poll.h in any case, to avoid a differing
29318         declaration from a system header.  Seen on AIX.
29319
29320 2006-03-01  Simon Josefsson  <jas@extundo.com>
29321
29322         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
29323         <kasal@ucw.cz>.
29324
29325 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
29326
29327         * modules/gettime (Depends-on): Add extensions module.
29328         * modules/nanosleep (Depends-on): Likewise.
29329         * modules/settime (Depends-on): Likewise.
29330
29331 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
29332
29333         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
29334         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
29335         pedantically.
29336         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
29337         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
29338
29339         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
29340         not "==".  Reported by Ralf Wildenhues.
29341
29342 2006-03-01  Karl Berry  <karl@gnu.org>
29343
29344         * doc/Copyright/request-*: new files, synced from gnuorg.
29345
29346 2006-03-01  Karl Berry  <karl@gnu.org>
29347
29348         * config/srclist.txt (Copyright/*): new entries.
29349
29350 2006-02-28  Simon Josefsson  <jas@extundo.com>
29351
29352         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
29353
29354 2006-02-27  Simon Josefsson  <jas@extundo.com>
29355
29356         * lib/base64.h: Indent #define's.  From Jim Meyering
29357         <jim@meyering.net>.
29358
29359 2006-02-27  Jim Meyering  <jim@meyering.net>
29360
29361         Revert the change of 2006-02-24, so these files can continue
29362         to be sync'd from gettext.
29363         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
29364         of `config.h'.
29365
29366 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
29367
29368         * modules/intprops: New file.
29369         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
29370         Add intprops.
29371         * modules/getloadavg (Files): Remove lib/intprops.h.
29372         (Depends-on): Add intprops.
29373         * modules/human: Likewise.
29374         * modules/inttostr: Likewise.
29375         * modules/openat: Likewise.
29376         * modules/sig2str: Likewise.
29377         * modules/userspec: Likewise.
29378         * modules/utimecmp: Likewise.
29379         * modules/xnanosleep: Likewise.
29380         * modules/xstrtol: Likewise.
29381
29382 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
29383
29384         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
29385         * modules/lock-tests (TESTS): Use $(EXEEXT).
29386         * modules/tls-tests: Likewise.
29387         * modules/argp-tests: Likewise.
29388         (check_PROGRAMS): New var, replacing...
29389         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
29390
29391 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29392
29393         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
29394         `config.h'.
29395
29396 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
29397
29398         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
29399
29400 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29401
29402         Sync from coreutils.
29403         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
29404         gl_CHDIR_SAFER.
29405
29406 2006-02-22  Jim Meyering  <jim@meyering.net>
29407
29408         Sync from coreutils.
29409         * m4/chdir-safer.m4: New file.
29410
29411 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
29412
29413         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
29414         AT_FDCWD exceeds INT_MAX.
29415         * lib/openat.h (AT_FDCWD): Likewise.
29416
29417 2006-02-17  Eric Blake  <address@hidden>
29418
29419         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
29420
29421 2006-02-16  Simon Josefsson  <jas@extundo.com>
29422
29423         * modules/getaddrinfo (Depends-on): Add sys_socket.
29424
29425 2006-02-15  Simon Josefsson  <jas@extundo.com>
29426
29427         * build-aux/maint.mk: Add dsyntax-check rule.
29428
29429 2006-02-15  Eric Blake  <ebb9@byu.net>
29430
29431         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
29432         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
29433         'present but cannot compile' warnings on cygwin.
29434         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
29435         use ws2tcpip.h if sys/socket.h works.
29436         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
29437         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
29438
29439 2006-02-14  Simon Josefsson  <jas@extundo.com>
29440
29441         * modules/maintainer-makefile (Files): Rename.
29442
29443         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
29444         and (the local) Makefile.cfg to maint-cfg.mk.
29445
29446         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
29447         to the latter.
29448
29449         * modules/maintainer-makefile: New module.
29450
29451         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
29452         severaly stripped to make it possible to build it up from scratch
29453         with reliable tests.
29454
29455         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
29456         fixes to permit overriding the default actions when configure and
29457         makefile are not available.
29458
29459 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
29460
29461         Sync from coreutils.
29462         * modules/lstat (Depends-on): Don't depend on xalloc.
29463         (License): Change from GPL to LGPL, since this is now simply a
29464         replacement for a libc function.
29465
29466 2006-02-14  Jim Meyering  <jim@meyering.net>
29467
29468         Sync from coreutils.
29469
29470         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
29471         failure on deficient systems, and simplify gnulib lgpl dependencies.
29472         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
29473         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
29474
29475         * lib/xalloc-die.c: Remove unused definition of N_.
29476
29477 2006-02-14  Jim Meyering  <jim@meyering.net>
29478
29479         Sync from coreutils.
29480         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
29481         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
29482         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
29483         double-quote uses of that variable, to accommodate the rare case in
29484         which getmntent is available in none of the libraries checked.  This
29485         happens at least on FreeBSD 5.0.
29486
29487 2006-02-13  Simon Josefsson  <jas@extundo.com>
29488
29489         * gnulib-tool (Usage): Fix --import, from
29490         karl@freefriends.org (Karl Berry).
29491
29492 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
29493
29494         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
29495
29496 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
29497
29498         * lib/argp-namefrob.h: Restore changes accidentally lost during the
29499         "autoupdate" on 2005-12-12.
29500
29501 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
29502
29503         * modules/closeout (Depends-on): Remove atexit.
29504
29505 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
29506
29507         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
29508         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
29509
29510 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
29511
29512         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
29513         __EXTENSIONS__ if this causes compilation to fail.  Problem
29514         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
29515         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
29516
29517 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
29518
29519         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
29520         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
29521         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
29522         All uses changed.
29523
29524 2006-01-26  Simon Josefsson  <jas@extundo.com>
29525
29526         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
29527         prototype is visible on mingw32.
29528
29529         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
29530         for mingw32.
29531
29532         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
29533         mingw32).
29534
29535 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
29536
29537         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
29538         attempt to open for write; this always fails, at least on POSIX
29539         hosts.  This reinstates the 2006-01-09 change, which was
29540         inadvertently removed.
29541
29542 2006-01-26  Bruno Haible  <bruno@clisp.org>
29543
29544         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
29545         Reported by Paul Eggert.
29546
29547 2006-01-26  Bruno Haible  <bruno@clisp.org>
29548             Paul Eggert  <eggert@cs.ucla.edu>
29549
29550         * lib/stdbool_.h (_Bool)
29551         [(! (defined __cplusplus || defined __BEOS__)
29552           && !defined __GNUC__
29553           && !(defined __HP_cc || defined __xlc__
29554                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
29555                || defined __sgi))]:
29556         #define to signed char in these cases too; this simplifies
29557         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
29558         etc., separately) and makes it more conservative.
29559
29560 2006-01-25  Simon Josefsson  <jas@extundo.com>
29561
29562         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
29563         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
29564         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
29565
29566 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
29567
29568         * lib/argp-namefrob.h: Bugfix. Remove stray #
29569
29570 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
29571
29572         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
29573         so that we test the test.
29574         Check for yet another HP-UX cc bug involving *bool |= bool.
29575
29576 2006-01-25  Karl Berry  <karl@gnu.org>
29577
29578         * config/srclist.txt (vasnprintf.c): sync lost.
29579
29580 2006-01-25  Jim Meyering  <jim@meyering.net>
29581
29582         Sync from the stable (b5) branch of coreutils:
29583
29584         * lib/fts.c (fts_children): Don't let close() clobber errno from
29585         failed fchdir().
29586
29587         * lib/fts.c (fts_stat): When following a symlink-to-directory,
29588         don't necessarily interpret stat-fails+lstat-succeeds as indicating
29589         a dangling symlink.  That can also happen at least for ELOOP.
29590         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
29591         FYI, this bug predates the inclusion of fts.c in coreutils.
29592
29593         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
29594         in their own block, so pre-c99 compilers don't object.
29595
29596         Avoid the double-free (first in fts_read, second in fts_close) that
29597         would occur when an `active' directory is made inaccessible (e.g.,
29598         via chmod a-x) during a traversal.
29599         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
29600         before returning.  Reproduce this failure by
29601         mkdir -p a/b; cd a; chmod a-x . b
29602         Reported by Stavros Passas.
29603
29604 2006-01-25  Jim Meyering  <jim@meyering.net>
29605
29606         * lib/fileblocks.c: Remove more useless parentheses.
29607         * lib/readutmp.h: Likewise.
29608
29609 2006-01-25  Bruno Haible  <bruno@clisp.org>
29610
29611         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
29612         warnings.
29613         Reported by Paul Eggert.
29614
29615 2006-01-25  Bruno Haible  <bruno@clisp.org>
29616
29617         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
29618         rid of a trap command. For Solaris sh.
29619         Reported by Mark D. Baushke <mdb@gnu.org>.
29620
29621 2006-01-24  Simon Josefsson  <jas@extundo.com>
29622
29623         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
29624         Bruno.
29625
29626 2006-01-24  Karl Berry  <karl@gnu.org>
29627
29628         * config/srclist.txt (argp-namefrob.h): sync lost.
29629
29630 2006-01-24  Jim Meyering  <jim@meyering.net>
29631
29632         * modules/openat (Files): Add lib/intprops.h.
29633         From Mark D. Baushke.
29634
29635 2006-01-24  Jim Meyering  <jim@meyering.net>
29636
29637         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
29638         Reported by Mark D. Baushke.
29639
29640 2006-01-24  Jim Meyering  <jim@meyering.net>
29641
29642         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
29643
29644 2006-01-24  Bruno Haible  <bruno@clisp.org>
29645
29646         * modules/strnlen (Maintainer): Change from glibc to all.
29647
29648 2006-01-24  Bruno Haible  <bruno@clisp.org>
29649
29650         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
29651         Patch by Paul Eggert.
29652
29653 2006-01-24  Bruno Haible  <bruno@clisp.org>
29654
29655         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
29656         already has it.
29657         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
29658         2005-11-26.
29659
29660         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
29661         'signed char' to avoid problems with the built-in _Bool type.
29662         Reported by Paul Eggert on 2005-11-26.
29663
29664 2006-01-24  Bruno Haible  <bruno@clisp.org>
29665
29666         * gnulib-tool (func_import): Avoid constructing complicated sed
29667         expressions inside backquote.
29668         Report and solution by Mark D. Baushke <mdb@gnu.org>.
29669
29670 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
29671
29672         These changes imported from libc.
29673         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
29674         test and two separate function calls.
29675         * lib/strndup.c (__strndup): Add libc_hidden_def.
29676
29677 2006-01-23  Simon Josefsson  <jas@extundo.com>
29678
29679         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
29680         Remove the test_*_SOURCES variable: automake infers it by default.
29681         * modules/tls-tests: Likewise.
29682
29683 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
29684
29685         Work around porting bugs reported by Dieter in
29686         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
29687         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
29688         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
29689         Include "getopt.h" first, to check interface.
29690         (getenv): Declare only if defined HAVE_DECL_GETENV &&
29691         !HAVE_DECL_GETENV.
29692         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
29693         (__strndup): Revert to K&R-style function dfns, the glibc style.
29694         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
29695         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
29696         Include strnlen.h first, to get prototype properly.
29697         (strnlen): Renamed from __strnlen.
29698         Remove weak alias.
29699
29700 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
29701
29702         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
29703
29704 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
29705
29706         * config/srclist.txt: Adjust to reflect glibc reorganization.
29707         This affects only comments.
29708
29709 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
29710
29711          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
29712          Reported by Bruce Korb <bkorb@gnu.org>.
29713
29714 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
29715
29716         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
29717         to pacify gcc -Wswitch-default.
29718
29719 2006-01-22  Bruno Haible  <bruno@clisp.org>
29720
29721         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
29722         temporary buffer for sprintf, take into account the precision also
29723         for 'd', 'i', 'u', 'o', 'x', 'X'.
29724
29725 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
29726
29727         * modules/argp-tests: New module
29728         * tests/test-argp.c: New file
29729         * tests/test-argp-2.sh: New file
29730
29731 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
29732
29733         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
29734         (__argp_base_name): Removed
29735         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
29736         typo.
29737         (__argp_base_name): Provide macro definition or extern declaration
29738         depending on the configuration
29739
29740 2006-01-20  Simon Josefsson  <jas@extundo.com>
29741
29742         * modules/inet_ntop (Depends-on): Depend on sys_socket.
29743
29744 2006-01-20  Simon Josefsson  <jas@extundo.com>
29745
29746         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
29747
29748 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
29749
29750         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
29751         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
29752         Suggested by Bruno Haible.
29753
29754 2006-01-20  Karl Berry  <karl@gnu.org>
29755
29756         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
29757         until changes propagate, I guess.
29758
29759 2006-01-19  Simon Josefsson  <jas@extundo.com>
29760
29761         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
29762
29763 2006-01-19  Simon Josefsson  <jas@extundo.com>
29764
29765         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
29766
29767 2006-01-19  Simon Josefsson  <jas@extundo.com>
29768
29769         * gnulib-tool: Set check_PROGRAMS.
29770
29771         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
29772         modules/des-tests, modules/gc-arcfour-tests,
29773         modules/gc-arctwo-tests, modules/gc-des-tests,
29774         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
29775         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
29776         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
29777         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
29778         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
29779         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
29780         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
29781         test_*_SOURCES.
29782
29783 2006-01-18  Simon Josefsson  <jas@extundo.com>
29784
29785         * modules/socklen (Depends-on): Depend on sys_socket.
29786
29787 2006-01-18  Simon Josefsson  <jas@extundo.com>
29788
29789         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
29790         modules/des-tests, modules/gc-arcfour-tests,
29791         modules/gc-arctwo-tests, modules/gc-des-tests,
29792         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
29793         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
29794         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
29795         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
29796         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
29797         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
29798         $(EXEEXT) to automake TESTS variable, for mingw32.
29799
29800 2006-01-17  Simon Josefsson  <jas@extundo.com>
29801
29802         * modules/socklen (Include): Need sys/socket.h.
29803
29804 2006-01-17  Bruno Haible  <bruno@clisp.org>
29805
29806         * modules/ssize_t (Include): Add <sys/types.h>.
29807
29808 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
29809
29810         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
29811         it's not portable and it doesn't work with cross-compiles.
29812         Problem reported by Bruno Haible.  Fix missing-$ typo in
29813         'test "gl_cv_ignore_unused_libraries" ...' that prevented
29814         -zignore from being used with Sun's C compiler.
29815
29816 2006-01-12  Simon Josefsson  <jas@extundo.com>
29817
29818         * lib/base64.c: Fix warning, reported by Bruno Haible
29819         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
29820
29821 2006-01-12  Bruno Haible  <bruno@clisp.org>
29822
29823         * modules/ldd: New file.
29824         * build-aux/ldd.sh.in: New file.
29825         * MODULES.html.sh (Support for building libraries and executables): Add
29826         ldd.
29827
29828 2006-01-12  Bruno Haible  <bruno@clisp.org>
29829
29830         * m4/ldd.m4: New file.
29831
29832 2006-01-12  Bruno Haible  <bruno@clisp.org>
29833
29834         * gnulib-tool (func_import, func_create_testdir): Don't go into an
29835         endless loop while replacing $auxdir with build-aux.
29836
29837 2006-01-11  Simon Josefsson  <jas@extundo.com>
29838
29839         * lib/stdint_.h (SIZE_MAX): Add missing (.
29840
29841 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
29842
29843         Sync from coreutils.
29844         * lib/md5.c: Fix commentary typos.
29845         (alignof, UNALIGNED_P): No need for a GCC-specific version.
29846         * lib/md5.h (__attribute__): Remove; unused.
29847         * lib/sha1.c: Fix commentary to match md5 better.
29848         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
29849         so that we don't need to worry about alignment.  All uses changed.
29850         This merges the 2005-10-28 md5 change into sha1.
29851
29852 2006-01-11  Jim Meyering  <jim@meyering.net>
29853
29854         Sync from coreutils.
29855         * lib/md5.c (OP): Fix spacing.
29856
29857 2006-01-11  Bruno Haible  <bruno@clisp.org>
29858
29859         Ensure automatic ordering between gl_LOCK and gl_ARGP.
29860         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
29861         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
29862
29863 2006-01-11  Bruno Haible  <bruno@clisp.org>
29864
29865         Ensure automatic ordering between gl_LOCK and gl_ARGP.
29866         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
29867         the "early" section as well.
29868
29869 2006-01-11  Bruno Haible  <bruno@clisp.org>
29870
29871         Avoid "ar: no archive members specified" error on MacOS X.
29872         * gnulib-tool (func_modules_add_dummy): New function.
29873         (func_import, func_create_testdir): Invoke it.
29874
29875 2006-01-11  Bruno Haible  <bruno@clisp.org>
29876
29877         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
29878         with $auxdir in AC_CONFIG_FILES statements.
29879
29880 2006-01-11  Bruno Haible  <bruno@clisp.org>
29881
29882         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
29883         Initialize also noinst_HEADERS to empty.
29884
29885 2006-01-11  Bruno Haible  <bruno@clisp.org>
29886
29887         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
29888         variables.
29889         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
29890         autoreconf.
29891
29892 2006-01-11  Bruno Haible  <bruno@clisp.org>
29893
29894         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
29895         overridable by the user.
29896         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
29897
29898 2006-01-10  Simon Josefsson  <jas@extundo.com>
29899
29900         * modules/sys_socket: New file.
29901
29902 2006-01-10  Simon Josefsson  <jas@extundo.com>
29903
29904         * m4/sys_socket_h.m4: New file.
29905
29906 2006-01-10  Simon Josefsson  <jas@extundo.com>
29907
29908         * lib/socket_.h: New file.
29909
29910 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
29911
29912         * modules/readutmp (Maintainer): Add myself.
29913
29914 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
29915
29916         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
29917         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
29918         People who are still concerned with buggy memcmp implementations
29919         can invoke gl_FUNC_MEMCMP themselves.
29920
29921 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
29922
29923         * lib/regex_internal.h (BITSET_WORD_BITS):
29924         Work around a bug in 64-bit PGC (before version 6.1-2), where the
29925         preprocessor mishandles large unsigned values as if they were signed.
29926         Problem reported by Claudio Fontana in
29927         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
29928
29929 2006-01-10  Jim Meyering  <jim@meyering.net>
29930
29931         Avoid the double-free (first in fts_read, second in fts_close) that
29932         would occur when an `active' directory is made inaccessible (e.g.,
29933         via chmod a-x) during a traversal.
29934         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
29935         before returning.  Reproduce this failure by
29936         mkdir -p a/b; cd a; chmod a-x . b
29937         Reported by Stavros Passas.
29938
29939         Sync from coreutils.
29940         * lib/sha1.c: Tweak grammar in a comment.
29941
29942 2006-01-10  Jim Meyering  <jim@meyering.net>
29943
29944         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
29945         Patch by Joerg Sonnenberger.
29946
29947 2006-01-10  Bruno Haible  <bruno@clisp.org>
29948
29949         * modules/readutmp: Depend on module free.
29950         * modules/strtok_r: Depend on module restrict.
29951
29952 2006-01-10  Bruno Haible  <bruno@clisp.org>
29953
29954         * modules/gettext (configure.ac): Add an invocation of
29955         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
29956
29957 2006-01-10  Bruno Haible  <bruno@clisp.org>
29958
29959         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
29960         Reported by Werner Lemberg <wl@gnu.org>.
29961
29962 2006-01-10  Bruno Haible  <bruno@clisp.org>
29963
29964         * lib/localcharset.c: Update from GNU gettext.
29965
29966 2006-01-10  Bruno Haible  <bruno@clisp.org>
29967
29968         * lib/argp.h (__const): Remove macro. Use const instead.
29969         * lib/argp-fmtstream.h (__const): Likewise.
29970         * lib/glob_.h (__const): Remove macro.
29971         * lib/glob-libc.h: Use const instead of __const.
29972
29973 2006-01-10  Bruno Haible  <bruno@clisp.org>
29974
29975         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
29976         variable.
29977         Needed to avoid an automake error regarding the 'gettext' module.
29978
29979 2006-01-09  Simon Josefsson  <jas@extundo.com>
29980
29981         * modules/inet_ntop (Depends-on): Add restrict.
29982
29983 2006-01-09  Simon Josefsson  <jas@extundo.com>
29984
29985         * modules/gc-rijndael-tests (License): Put under LGPL.
29986
29987         * modules/gc-des-tests (License): Likewise.
29988
29989         * modules/gc-arcfour-tests (License): Likewise.
29990
29991         * modules/gc-arctwo-tests (License): Likewise.
29992
29993         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
29994
29995         * modules/gc-hmac-sha1-tests (Files): Likewise.
29996
29997         * modules/gc-hmac-md5-tests (License): Likewise.
29998
29999         * modules/gc-sha1-tests (License): Likewise.
30000
30001         * modules/gc-md5-tests (License): Likewise.
30002
30003         * modules/gc-md4-tests (License): Likewise.
30004
30005         * modules/gc-md2-tests (License): Likewise.
30006
30007         * modules/gc-tests (License): Likewise.
30008
30009         * modules/des-tests (License): Likewise.
30010
30011         * modules/md4-tests (License): Likewise.
30012
30013         * modules/md2-tests (License): Likewise.
30014
30015 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
30016
30017         Sync from coreutils:
30018
30019         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
30020         * modules/lib-ignore: New file.
30021         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
30022         chdir-safer.m4, lchmod.m4.
30023         * modules/openat: Add mkdirat.c, openat-priv.h.
30024
30025 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
30026
30027         Sync from coreutils.
30028         * m4/lib-ignore.m4: New file.
30029         * m4/lchmod.m4: New file.
30030
30031 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
30032
30033         Sync from coreutils.
30034         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
30035         for write access: POSIX says that must fail.
30036         * lib/fts.c (diropen): Likewise.
30037         * lib/save-cwd.c (save_cwd): Likewise.
30038         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
30039         well, for minor improvements on hosts that lack O_DIRECTORY.
30040         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
30041         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
30042         Fall back on chown if open failed with EACCES.
30043
30044         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
30045         Report an error at compile-time if only a 1-second nominal clock
30046         resolution is found.
30047
30048         * lib/lchmod.h: New file.
30049         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
30050         (make_dir_parents): Use lchown rather than chown, and
30051         lchmod rather than chmod.
30052
30053         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
30054         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
30055         "proc" reported by n0dalus.
30056
30057         * lib/mountlist.c: Include <limits.h>.
30058         (dev_from_mount_options)
30059         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
30060         New function.  It no longer assumes "dev=" has the System V meaning
30061         on Linux (since it doesn't).  It also parses "dev=" more carefully.
30062         (read_file_system_list)
30063         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
30064         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
30065         dev= in that case.
30066
30067         * lib/posixtm.h (PDS_PRE_2000): New macro.
30068         * lib/posixtm.c (year): Arg is now syntax_bits rather than
30069         allow_century.  All usages changed.  Reject dates outside the range
30070         1969-1999 if PDS_PRE_2000 is used.
30071
30072 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
30073
30074         Sync from coreutils.
30075         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
30076         (Time of day items): Mention the possibility of leap seconds.
30077         Problem reported by Dr. David Alan Gilbert.
30078
30079 2006-01-09  Jim Meyering  <jim@meyering.net>
30080
30081         Sync from coreutils.
30082
30083         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
30084
30085         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
30086
30087         * lib/modechange.c (mode_compile): Reject an invalid mode string
30088         that starts with an octal digit.  From Andreas Gruenbacher.
30089
30090         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
30091         and dup to open_safer and dup_safer, respectively.
30092         (openat_permissive): Fix typo in comment.
30093
30094         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
30095         "gettext.h"; either no longer needed or are guaranteed by openat.h.
30096         (_): Remove; no longer needed.
30097         (openat): Renamed from rpl_openat; no need for rpl_openat
30098         since openat.h renames openat for us.
30099         Replace most of the body with a call to openat_permissive,
30100         to avoid duplicate code.
30101         Port to (probably hypothetical) environments were mode_t is
30102         wider than int.
30103         (openat_permissive): Require mode arg, so that we can check
30104         types better.  Put it just after flags.  Change cwd failure
30105         indicator from pointer-to-bool to pointer-to-errno-value.
30106         All callers changed.
30107         Invoke openat_save_fail and/or openat_restore_fail if
30108         cwd_errno is null, so that openat can call us.
30109         (openat_permissive, fdopendir, fstatat, unlinkat):
30110         Simplify errno handling to avoid some duplicate code,
30111         as it's OK to set errno on success.
30112         * lib/openat.h: Revamp code so that function macros depend on
30113         __OPENAT_PREFIX only, not also on AT_FDCWD.
30114         (openat_ro): Remove.  Caller changed to use openat_permissive.
30115         (openat_permissive): Now a macro, if not a function.
30116         (openat_restore_fail, openat_save_fail): Now always functions,
30117         since mkdirat needs them even if __OPENAT_PREFIX is defined.
30118
30119         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
30120         and openat.c.
30121         * lib/mkdirat.c: Include openat-priv.h.
30122         Remove definitions of macros defined therein.
30123         * lib/openat.c: Likewise.
30124
30125         * lib/mkdirat.c (mkdirat): New file and function.
30126         * lib/openat.h (mkdirat): Declare.
30127
30128         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
30129
30130         * lib/openat.h (openat_permissive): Declare.
30131         (openat_ro): Define.
30132
30133         * lib/openat.c (EXPECTED_ERRNO): New macro.
30134         (openat_permissive): New function -- used in remove.c rewrite.
30135         (all functions): Set errno just before returning, only if there
30136         was an actual failure.
30137         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
30138
30139         Emulate openat-family functions using Linux's procfs, if possible.
30140         Idea and some code based on Ulrich Drepper's glibc changes.
30141
30142         * lib/openat.c: (BUILD_PROC_NAME): New macro.
30143         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
30144         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
30145         before falling back on save_cwd and restore_cwd.
30146         (fdopendir, fstatat, unlinkat): Likewise.
30147
30148         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
30149         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
30150
30151         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
30152         as second argument to va_arg.  Otherwise, some versions of gcc
30153         warn that `if this code is reached, the program will abort'.
30154
30155 2006-01-09  Jim Meyering  <jim@meyering.net>
30156
30157         Sync from coreutils.
30158         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
30159         Require openat-priv.h.
30160
30161 2006-01-09  Bruno Haible  <bruno@clisp.org>
30162
30163         * modules/strnlen (Include): Use strnlen.h.
30164
30165 2006-01-09  Bruno Haible  <bruno@clisp.org>
30166
30167         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
30168
30169 2006-01-09  Bruno Haible  <bruno@clisp.org>
30170
30171         * lib/sysexit_.h (EX_OK): New macro.
30172         Suggested by Martin Lambers <marlam@marlam.de>.
30173
30174 2006-01-09  Bruno Haible  <bruno@clisp.org>
30175
30176         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
30177         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
30178
30179 2006-01-09  Bruno Haible  <bruno@clisp.org>
30180
30181         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
30182         numbers.
30183
30184 2006-01-09  Bruno Haible  <bruno@clisp.org>
30185
30186         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
30187         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
30188         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
30189         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
30190
30191 2006-01-09  Bruno Haible  <bruno@clisp.org>
30192
30193         * build-aux/javacomp.sh.in: New file, moved from lib/.
30194         * modules/javacomp-script (Files): Update.
30195         (configure.ac): Add AC_CONFIG_FILES invocation.
30196         (EXTRA_DIST): Remove variable.
30197
30198         * build-aux/javaexec.sh.in: New file, moved from lib/.
30199         * modules/javaexec (Files): Update.
30200         (configure.ac): Add AC_CONFIG_FILES invocation.
30201         (EXTRA_DIST): Remove javaexec.sh.in.
30202
30203         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
30204         * modules/csharpcomp-script (Files): Update.
30205         (configure.ac): Add AC_CONFIG_FILES invocation.
30206         (EXTRA_DIST): Remove variable.
30207
30208         * build-aux/csharpexec.sh.in: New file, moved from lib/.
30209         * modules/csharpexec (Files): Update.
30210         (configure.ac): Add AC_CONFIG_FILES invocation.
30211         (EXTRA_DIST): Remove csharpexec.sh.in.
30212
30213 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
30214
30215         Sync from coreutils.
30216
30217         Add POSIX ACL support
30218         * lib/acl.h (copy_acl, set_acl): Add declarations.
30219         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
30220         systems other than Linux.
30221         (chmod_or_fchmod): New function: use fchmod when possible,
30222         and chmod otherwise.
30223         (file_has_acl): Add a POSIX ACL implementation, with a
30224         Linux-specific subcase.
30225         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
30226         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
30227         acls are unsupported.
30228         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
30229         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
30230         are unsupported.
30231
30232 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
30233
30234         Sync from coreutils.
30235         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
30236
30237 2006-01-07  Bruno Haible  <bruno@clisp.org>
30238
30239         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
30240         gl_EARLY.
30241
30242 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
30243
30244         * lib/strftime.c (tzname): Don't declare if it is already #defined.
30245         Problem reported for Mingw by Mark Junker.
30246
30247 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
30248
30249         * README: Gnulib normally doesn't generate a tarball.
30250
30251 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
30252
30253         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
30254         long int, not int, for nanosecond counts, so that people who are
30255         used to POSIX struct timespec won't be surprised.  Reported by Jim
30256         Meyering.
30257
30258 2005-12-28  Bruno Haible  <bruno@clisp.org>
30259
30260         * build-aux/config.rpath: Update from GNU gettext.
30261
30262 2005-12-16  Jim Meyering  <jim@meyering.net>
30263
30264         * modules/fprintftime: New module.
30265         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
30266
30267 2005-12-16  Jim Meyering  <jim@meyering.net>
30268
30269         * m4/fprintftime.m4: New file.
30270
30271 2005-12-16  Jim Meyering  <jim@meyering.net>
30272
30273         * lib/fprintftime.c, lib/fprintftime.h: New files.
30274
30275 2005-12-15  Simon Josefsson  <jas@extundo.com>
30276
30277         * modules/socklen (configure.ac): Fix M4 macro name, to align with
30278         new m4/socklen.m4.
30279
30280 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
30281
30282         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
30283         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
30284
30285 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
30286
30287         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
30288         * lib/argp-help.c (fill_in_uparams): Check if the constructed
30289         struct uparams is valid. Fall back to the default values if it is
30290         not.
30291
30292 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
30293
30294         * modules/argp (Files): Add argp-pin.c
30295         (Depends-on): dirname
30296         (lib_SOURCES): Add argp-pin.c
30297
30298 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
30299
30300         * m4/argp.m4:  Check if program_invocation_name and
30301         program_invocation_short_name are declared and define appropriate
30302         macros if they are not.
30303
30304 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
30305
30306         * lib/argp-help.c (__argp_base_name): New function
30307         (__argp_short_program_name): Rewrite using __argp_base_name
30308         * lib/argp-namefrob.h: Define program_invocation_name and
30309         program_invocation_short_name if requested
30310         (__argp_base_name): Add prototype
30311         * lib/argp-parse.c (argp_def): Use gettext wrappers
30312         (argp_default_parser): Use __argp_base_name
30313         * lib/argp-pin.c: New file. Defines program_invocation_name and
30314         program_invocation_short_name on systems that lack them.
30315
30316 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
30317
30318         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
30319         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
30320         porting problem reported by Georg Schwarz in
30321         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
30322
30323 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
30324
30325         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
30326         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
30327         porting problem reported by Georg Schwarz in
30328         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
30329
30330 2005-12-05  Bruno Haible  <bruno@clisp.org>
30331
30332         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
30333         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
30334         Reported by Mark Junker <mjscod@gmx.de>.
30335
30336 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
30337
30338         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
30339         Use implementation from Albert Chin, with some
30340         comments/corrections by Stepan Kasal and myself.
30341
30342 2005-12-02  Bruno Haible  <bruno@clisp.org>
30343
30344         * gnulib-tool (func_import): Accept GPLed build tool modules when
30345         --lgpl is given.
30346         * modules/csharpcomp-script: New file.
30347         * modules/csharpcomp: Depend on it.
30348         * modules/javacomp-script: New file.
30349         * modules/javacomp: Depend on it.
30350         Suggested by Simon Josefsson.
30351
30352 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
30353
30354         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
30355         statement, to work around an HP-UX 10.20 compiler bug reported by
30356         Peter O'Gorman.
30357
30358 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
30359
30360         * modules/savedir (Depends-on): Add openat.
30361
30362 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
30363
30364         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
30365         (uintmax_t) [defined uintmax_t]: Do not declare.
30366         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
30367         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
30368         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
30369         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
30370         sake of portability to weird hosts that C allows (though we don't
30371         know of any practical examples).
30372
30373         * lib/savedir.h (fdsavedir): New decl.
30374         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
30375         contains most of the former guts of savedir.
30376         (savedir): Use savedirstream.
30377         Include "openat.h".
30378
30379 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
30380
30381         * modules/obstack (Files): Add m4/ulonglong.m4.
30382         Problem reported by Davide Angelocola.
30383
30384 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
30385
30386         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
30387         coreutils no longer futzes with rounding modes.
30388
30389 2005-11-14  Jim Meyering  <jim@meyering.net>
30390
30391         * lib/mkstemp-safer.c: Include <config.h>, required for possible
30392         replacement of mkstemp.
30393
30394 2005-11-10  Simon Josefsson  <jas@extundo.com>
30395
30396         * lib/readline.c: Remove EOL.
30397
30398 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
30399
30400         * modules/gethrxtime (Depends-on): Add gettime.
30401
30402 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
30403
30404         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
30405         or gettimeofday; no longer needed.
30406
30407 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
30408
30409         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
30410         time business.
30411         (gethrxtime) [! (HAVE_NANOUPTIME
30412         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
30413         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
30414         our own approximation.
30415
30416 2005-11-08  Eric Blake  <ebb9@byu.net>
30417
30418         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
30419
30420 2005-11-08  Eric Blake  <ebb9@byu.net>
30421
30422         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
30423
30424 2005-11-04  Bruno Haible  <bruno@clisp.org>
30425
30426         * gnulib-tool: Implement --update mode.
30427
30428 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
30429
30430         Fix porting problem reported by Theodoros V. Kalamatianos.
30431         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
30432         Don't assume that futimes failing means we must fail.
30433
30434 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
30435
30436         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
30437         variables to suggest the intended function of the PATH_MAX check.
30438
30439 2005-10-30  Kean Johnston  <jkj@sco.com>
30440
30441         Trivial changes to support SCO systems.
30442         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
30443         as PATH_MAX.
30444         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
30445         where __ptr is null when no I/O is pending.
30446
30447 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
30448
30449         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
30450         leave errno alone.  Problem reported by Dmitry V. Levin.
30451
30452 2005-10-28  Simon Josefsson  <jas@extundo.com>
30453
30454         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
30455         Test more.
30456
30457         * tests/test-gc-md2.c, tests/test-md2.c: New files.
30458
30459         * modules/md2, modules/md2-tests: New files.
30460
30461 2005-10-28  Simon Josefsson  <jas@extundo.com>
30462
30463         * m4/inet_ntop.m4: More tests.
30464
30465         * m4/gc-md2.m4, md2.m4: New file.
30466
30467 2005-10-28  Simon Josefsson  <jas@extundo.com>
30468
30469         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
30470         "restrict" keywords, as per POSIX.  Protect the function
30471         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
30472         Don't use K&R prototypes.  Check the sprintf return values.
30473         Re-define EAFNOSUPPORT if not present.  Indent.
30474
30475         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
30476         suggested by Bruno Haible <bruno@clisp.org>.
30477
30478         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
30479
30480         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
30481
30482         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
30483         libgcrypt).
30484
30485         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
30486
30487         * lib/md2.h, lib/md2.c: New files.
30488
30489 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
30490
30491         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
30492         errno alone.  Problem reported by Frederic Jolliton.
30493
30494 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
30495
30496         * modules/verify (License): Change from GPL to LGPL.  This is a
30497         tiny module and there are apparently near-equivalents that are
30498         under the BSD license.
30499
30500 2005-10-24  Simon Josefsson  <jas@extundo.com>
30501
30502         * modules/sha1: Relicense to LGPL.
30503
30504 2005-10-24  Simon Josefsson  <jas@extundo.com>
30505
30506         * lib/md4.h: Shrink buffer size, now that we changed the type.
30507
30508 2005-10-23  Simon Josefsson  <jas@extundo.com>
30509
30510         * gnulib-tool (func_import): Fix --tests-base.
30511
30512 2005-10-22  Simon Josefsson  <jas@extundo.com>
30513
30514         * modules/arcfour (Depends-on): Need stdint.
30515
30516 2005-10-22  Simon Josefsson  <jas@extundo.com>
30517
30518         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
30519         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
30520
30521 2005-10-22  Simon Josefsson  <jas@extundo.com>
30522
30523         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
30524         suggested by Bruno Haible <bruno@clisp.org>.
30525
30526 2005-10-22  Simon Josefsson  <jas@extundo.com>
30527
30528         * lib/crc.h: Include stddef.h, for size_t.
30529
30530 2005-10-22  Simon Josefsson  <jas@extundo.com>
30531
30532         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
30533         arcfour_context struct (simplify test vector testing in GNU
30534         Shishi).
30535
30536 2005-10-21  Simon Josefsson  <jas@extundo.com>
30537
30538         * modules/des, modules/des-tests: New files.
30539
30540         * modules/gc-des, modules/gc-des-tests: New files.
30541
30542         * tests/test-des.c, tests/test-gc-des.c: New file.
30543
30544 2005-10-21  Simon Josefsson  <jas@extundo.com>
30545
30546         * modules/arctwo, modules/arctwo-tests: New files.
30547
30548         * tests/test-arctwo.c: New file.
30549
30550         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
30551
30552         * tests/test-gc-arctwo.c: New file.
30553
30554 2005-10-21  Simon Josefsson  <jas@extundo.com>
30555
30556         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
30557         Bruno Haible <bruno@clisp.org>.
30558
30559         * m4/gc-des.m4: New file.
30560
30561 2005-10-21  Simon Josefsson  <jas@extundo.com>
30562
30563         * m4/arctwo.m4: New file.
30564
30565         * m4/gc-arctwo.m4: New file.
30566
30567 2005-10-21  Simon Josefsson  <jas@extundo.com>
30568
30569         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
30570         block.
30571
30572 2005-10-21  Simon Josefsson  <jas@extundo.com>
30573
30574         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
30575         <bruno@clisp.org>.
30576
30577         * lib/hmac-sha1.c (hmac_sha1): Likewise.
30578
30579         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
30580         Bruno Haible <bruno@clisp.org>.
30581
30582         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
30583         <bruno@clisp.org>.
30584
30585 2005-10-21  Simon Josefsson  <jas@extundo.com>
30586
30587         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
30588
30589 2005-10-21  Simon Josefsson  <jas@extundo.com>
30590
30591         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
30592
30593 2005-10-21  Simon Josefsson  <jas@extundo.com>
30594
30595         * lib/des.h, lib/des.c: New files.
30596
30597         * lib/gc-gnulib.c: Support DES.c
30598
30599 2005-10-21  Simon Josefsson  <jas@extundo.com>
30600
30601         * lib/arctwo.h, lib/arctwo.c: New files.
30602
30603         * lib/gc-gnulib.c: Support ARCTWO.
30604
30605 2005-10-21  Simon Josefsson  <jas@extundo.com>
30606
30607         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
30608         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
30609
30610 2005-10-21  Simon Josefsson  <jas@extundo.com>
30611
30612         * gnulib-tool (func_import, func_create_testdir): Define automake
30613         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
30614         Makefile.am snippet),
30615         suggested by Bruno Haible <bruno@clisp.org>.
30616
30617         * modules/gc (Makefile.am): Use it.
30618
30619 2005-10-21  Bruno Haible  <bruno@clisp.org>
30620
30621         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
30622         patch.
30623
30624 2005-10-19  Simon Josefsson  <jas@extundo.com>
30625
30626         * tests/test-gc-rijndael.c: New file.
30627
30628         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
30629
30630 2005-10-19  Simon Josefsson  <jas@extundo.com>
30631
30632         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
30633         interface too.
30634
30635 2005-10-19  Simon Josefsson  <jas@extundo.com>
30636
30637         * tests/test-gc-arcfour.c: New file.
30638
30639         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
30640
30641 2005-10-19  Simon Josefsson  <jas@extundo.com>
30642
30643         * modules/gc-md4, modules/gc-md4-tests: New file.
30644
30645         * tests/test-gc-md4.c: New file.
30646
30647 2005-10-19  Simon Josefsson  <jas@extundo.com>
30648
30649         * m4/gc-md4.m4: New file.
30650
30651 2005-10-19  Simon Josefsson  <jas@extundo.com>
30652
30653         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
30654         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
30655         <kasal@ucw.cz>.
30656
30657 2005-10-19  Simon Josefsson  <jas@extundo.com>
30658
30659         * m4/gc-arcfour.m4: New file.
30660
30661         * m4/gc-rijndael.m4: New file.
30662
30663 2005-10-19  Simon Josefsson  <jas@extundo.com>
30664
30665         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
30666
30667 2005-10-19  Simon Josefsson  <jas@extundo.com>
30668
30669         * lib/gc-gnulib.c: Support ARCFOUR.
30670
30671 2005-10-19  Simon Josefsson  <jas@extundo.com>
30672
30673         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
30674         support.
30675
30676         * lib/gc.h: Add ECB enum type.
30677
30678         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
30679
30680 2005-10-18  Simon Josefsson  <jas@extundo.com>
30681
30682         * tests/test-md5.c: New file.
30683
30684         * modules/md5-tests: New file.
30685
30686 2005-10-18  Simon Josefsson  <jas@extundo.com>
30687
30688         * tests/test-md4.c: New file.
30689
30690         * modules/md4, modules/md4-tests: New files.
30691
30692 2005-10-18  Simon Josefsson  <jas@extundo.com>
30693
30694         * m4/md4.m4: New file.
30695
30696 2005-10-18  Simon Josefsson  <jas@extundo.com>
30697
30698         * lib/md4.h, lib/md4.c: New files, based on md5.?.
30699
30700 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
30701
30702         * gnulib-tool (func_create_testdir): Omit the second check whether
30703         BUILT_SOURCES in nonempty.
30704
30705 2005-10-17  Simon Josefsson  <jas@extundo.com>
30706
30707         * tests/test-rijndael.c: New file.
30708
30709 2005-10-17  Simon Josefsson  <jas@extundo.com>
30710
30711         * modules/sha1: Depend on stdint instead of md5.
30712
30713         * modules/md5: Depend on stdint, remove uint32_t.
30714
30715 2005-10-17  Simon Josefsson  <jas@extundo.com>
30716
30717         * modules/gc-sha1-tests: New file.
30718
30719         * tests/test-gc-sha1.c: New file.
30720
30721 2005-10-17  Simon Josefsson  <jas@extundo.com>
30722
30723         * m4/md5.m4: Remove call to uint32_t.m4.
30724
30725 2005-10-17  Simon Josefsson  <jas@extundo.com>
30726
30727         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
30728
30729         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
30730         md5.h.
30731
30732         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
30733
30734         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
30735
30736 2005-10-17  Simon Josefsson  <jas@extundo.com>
30737
30738         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
30739
30740 2005-10-17  Simon Josefsson  <jas@extundo.com>
30741
30742         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
30743
30744 2005-10-17  Simon Josefsson  <jas@extundo.com>
30745
30746         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
30747
30748         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
30749
30750 2005-10-17  Bruno Haible  <bruno@clisp.org>
30751
30752         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
30753         that it can also be used in a test.
30754
30755 2005-10-16  Bruno Haible  <bruno@clisp.org>
30756
30757         * gnulib-tool (func_emit_tests_Makefile_am): Also define
30758         TESTS_ENVIRONMENT, so that individual tests can augment it.
30759
30760         * gnulib-tool (func_create_testdir): Use an intermediate target for
30761         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
30762         macros, like $(ALLOCA_H), which cannot be passed through the command
30763         line.
30764
30765 2005-10-15  Simon Josefsson  <jas@extundo.com>
30766
30767         * modules/rijndael-tests: New file.
30768
30769         * modules/rijndael: New file.
30770
30771 2005-10-15  Simon Josefsson  <jas@extundo.com>
30772
30773         * m4/rijndael.m4: New file.
30774
30775 2005-10-15  Simon Josefsson  <jas@extundo.com>
30776
30777         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
30778
30779         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
30780
30781 2005-10-14  Simon Josefsson  <jas@extundo.com>
30782
30783         * tests/test-arcfour.c: New file.
30784
30785         * modules/arcfour, modules/arcfour-tests: New files.
30786
30787 2005-10-14  Simon Josefsson  <jas@extundo.com>
30788
30789         * m4/arcfour.m4: New file.
30790
30791 2005-10-14  Simon Josefsson  <jas@extundo.com>
30792
30793         * lib/arcfour.h, lib/arcfour.c: New files.
30794
30795 2005-10-14  Roland McGrath  <roland@redhat.com>
30796
30797         Import from libc.  [BZ #1331]
30798         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
30799         macro argument.
30800         Reported by Matej Vela <vela@debian.org>.
30801
30802 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
30803
30804         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
30805         include <wchar.h>; no longer needed.
30806
30807 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
30808
30809         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
30810
30811 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
30812         and  Ulrich Drepper  <drepper@redhat.com>
30813
30814         Import from libc.
30815         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
30816         instead of inline stream orientation test and two separate
30817         function calls.  Pay no attention to USE_IN_LIBIO.
30818
30819 2005-10-13  Simon Josefsson  <jas@extundo.com>
30820
30821         * modules/gc-hmac-md5-tests: New file.
30822
30823         * tests/test-gc-hmac-sha1.c: New file.
30824
30825         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
30826
30827         * modules/gc-hmac-md5-tests: New file.
30828
30829         * tests/test-gc-md5.c: New file.
30830
30831         * modules/gc-md5-tests: New file.
30832
30833 2005-10-13  Simon Josefsson  <jas@extundo.com>
30834
30835         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
30836         Move memory allocation outside of loop.
30837
30838 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
30839
30840         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
30841         intermediate directory is in a read-only file system.  Problem
30842         reported by Eric Blake.
30843
30844 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
30845
30846         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
30847
30848 2005-10-12  Simon Josefsson  <jas@extundo.com>
30849
30850         * tests/test-hmac-sha1.c: New file.
30851
30852         * modules/hmac-sha1-tests: New file.
30853
30854         * modules/hmac-sha1: New file.
30855
30856 2005-10-12  Simon Josefsson  <jas@extundo.com>
30857
30858         * modules/gc-sha1: New file.
30859
30860 2005-10-12  Simon Josefsson  <jas@extundo.com>
30861
30862         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
30863
30864         * tests/test-gc-pbkdf2-sha1.c: New file.
30865
30866 2005-10-12  Simon Josefsson  <jas@extundo.com>
30867
30868         * modules/gc-md5, modules/gc-hmac-md5: New files.
30869
30870         * modules/gc (Files): Remove md5, memxor and hmac files.
30871
30872 2005-10-12  Simon Josefsson  <jas@extundo.com>
30873
30874         * m4/gc-pbkdf2-sha1.m4: New file.
30875
30876         * m4/gc-hmac-sha1.m4: New file.
30877
30878         * m4/gc-sha1: New file.
30879
30880         * m4/hmac-sha1.m4: New file.
30881
30882 2005-10-12  Simon Josefsson  <jas@extundo.com>
30883
30884         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
30885
30886         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
30887
30888 2005-10-12  Simon Josefsson  <jas@extundo.com>
30889
30890         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
30891         suggested by Bruno Haible <bruno@clisp.org>.
30892
30893 2005-10-12  Simon Josefsson  <jas@extundo.com>
30894
30895         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
30896
30897 2005-10-12  Simon Josefsson  <jas@extundo.com>
30898
30899         * lib/gc-pbkdf2-sha1.c: New file.
30900
30901         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
30902
30903 2005-10-12  Simon Josefsson  <jas@extundo.com>
30904
30905         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
30906
30907         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
30908
30909 2005-10-12  Simon Josefsson  <jas@extundo.com>
30910
30911         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
30912         GC_USE_HMAC_MD5, respectively.
30913
30914         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
30915         (gc_md5): Fix typo.
30916
30917         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
30918
30919         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
30920
30921         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
30922
30923 2005-10-12  Bruno Haible  <bruno@clisp.org>
30924
30925         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
30926         Reported by Stepan Kasal <kasal@ucw.cz>.
30927
30928 2005-10-11  Simon Josefsson  <jas@extundo.com>
30929
30930         * tests/test-crc.c: New file.
30931
30932         * modules/crc, modules/crc-tests: New files.
30933
30934 2005-10-11  Simon Josefsson  <jas@extundo.com>
30935
30936         * m4/crc.m4: New file.
30937
30938 2005-10-11  Simon Josefsson  <jas@extundo.com>
30939
30940         * lib/gc.h: Add gc_hash and gc_hash_buffer.
30941
30942         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
30943
30944         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
30945
30946 2005-10-11  Simon Josefsson  <jas@extundo.com>
30947
30948         * lib/crc.h, lib/crc.c: New files.
30949
30950         * lib/gc.h (gc_hash_buffer): Add doc.
30951
30952 2005-10-11  Bruno Haible  <bruno@clisp.org>
30953
30954         * modules/c-strcasestr: New file.
30955         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
30956
30957 2005-10-11  Bruno Haible  <bruno@clisp.org>
30958
30959         * modules/c-strcase: New file.
30960         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
30961
30962 2005-10-11  Bruno Haible  <bruno@clisp.org>
30963
30964         * lib/strcasecmp.c: Include limits.h.
30965         (strcasecmp): Avoid integer overflow on exotic platforms.
30966         * lib/strncasecmp.c: Include limits.h.
30967         (strncasecmp): Avoid integer overflow on exotic platforms.
30968         Reported by Paul Eggert.
30969
30970 2005-10-11  Bruno Haible  <bruno@clisp.org>
30971
30972         * lib/c-strcasestr.h: New file, from GNU gettext.
30973         * lib/c-strcasestr.c: New file, from GNU gettext.
30974
30975 2005-10-11  Bruno Haible  <bruno@clisp.org>
30976
30977         * lib/c-strcase.h: New file, from GNU gettext.
30978         * lib/c-strcasecmp.c: New file, from GNU gettext.
30979         * lib/c-strncasecmp.c: New file, from GNU gettext.
30980
30981 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
30982
30983         * modules/mempcpy (License): GPL -> LGPL.
30984         * modules/strchrnul (License): Likewise.
30985         * modules/sysexits (License): Likewise.
30986
30987 2005-10-08  Simon Josefsson  <jas@extundo.com>
30988
30989         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
30990
30991 2005-10-07  Simon Josefsson  <jas@extundo.com>
30992
30993         * m4/memxor.m4: Remove gl_C_RESTRICT call.
30994
30995 2005-10-06  Simon Josefsson  <jas@extundo.com>
30996
30997         * tests/test-hmac-md5.c: New file.
30998
30999         * modules/hmac-md5-tests: New file.
31000
31001         * modules/hmac-md5: New file.
31002
31003 2005-10-06  Simon Josefsson  <jas@extundo.com>
31004
31005         * m4/hmac-md5.m4: New file.
31006
31007         * m4/memxor.m4: Require gl_C_RESTRICT.
31008
31009 2005-10-06  Simon Josefsson  <jas@extundo.com>
31010
31011         * lib/memxor.c (memxor): Avoid casts and warnings.
31012
31013 2005-10-06  Simon Josefsson  <jas@extundo.com>
31014
31015         * lib/hmac-md5.c: New file.
31016
31017         * lib/hmac.h: New file.
31018
31019 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
31020
31021         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
31022         promotes to int, not unsigned int, to catch the AIX 5.3
31023         compiler bug.
31024
31025 2005-10-05  Simon Josefsson  <jas@extundo.com>
31026
31027         * modules/memxor: New file.
31028
31029         * modules/iconv (Files): Move config.rpath to havelib, it is used
31030         there.
31031
31032         * modules/havelib (Files): Add config.rpath.
31033
31034 2005-10-05  Simon Josefsson  <jas@extundo.com>
31035
31036         * m4/memxor.m4: New file.
31037
31038 2005-10-05  Simon Josefsson  <jas@extundo.com>
31039
31040         * lib/memxor.c (memxor): Fix compiler error.
31041
31042         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
31043         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
31044
31045         * lib/memxor.h, lib/memxor.c: New files.
31046
31047         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
31048         we assume all systems have it, suggested by Jim Meyering
31049         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
31050         any systems lack sys/socket.h; mingw32 is known to lack it, but we
31051         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
31052         same reasons.
31053
31054 2005-10-05  Simon Josefsson  <jas@extundo.com>
31055
31056         * config/srclist.txt: Add glibc bug 1423 for md5.h.
31057
31058 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
31059
31060         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
31061         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
31062         needed, since the source code now assumes these .h files.
31063
31064 2005-10-05  Derek Price  <derek@ximbiot.com>
31065
31066         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
31067
31068 2005-10-05  Bruno Haible  <bruno@clisp.org>
31069
31070         * modules/stdint (License): Change to LGPL.
31071
31072 2005-10-04  Simon Josefsson  <jas@extundo.com>
31073
31074         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
31075         D. Baushke" <mdb@gnu.org>.
31076
31077 2005-10-04  Bruno Haible  <bruno@clisp.org>
31078
31079         * lib/verify.h (verify_true): Provide alternative definition for C++.
31080
31081 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
31082
31083         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
31084         (SSIZE_MAX): New macro, if not already defined.
31085         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
31086         than 2 GiB.
31087
31088 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
31089
31090         Sync from coreutils.
31091         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
31092         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
31093         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
31094         ULLONG_MAX doesn't work with 2.7.2.1.
31095
31096 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
31097
31098         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
31099         From Ben Pfaff.
31100
31101         * modules/exclude (Depends-on): Depend on verify.
31102         * modules/strtoimax (Depends-on): Likewise.
31103         * modules/utimecmp (Depends-on): Likewise.
31104
31105 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
31106
31107         * lib/exclude.c: Include verify.h.
31108         (verify): Remove.  All callers changed to use verify.h's version.
31109         * lib/strtoimax.c: Likewise.
31110         * lib/utimecmp.c: Likewis.e
31111
31112         Sync from coreutils.
31113         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
31114         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
31115         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
31116         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
31117         bother returning ENOSYS if settimeofday or stime fails; just let
31118         them return whatever errno they want to return.
31119         * lib/utimens.c: Include unistd.h, for dup2.
31120         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
31121         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
31122
31123 2005-10-02  Jim Meyering  <jim@meyering.net>
31124
31125         Sync from coreutils.
31126         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
31127         from glibc-2.2.5 that fails for read-only files.
31128
31129 2005-10-02  Jim Meyering  <jim@meyering.net>
31130
31131         Sync from coreutils.
31132         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
31133         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
31134         `#if HAVE_CONFIG_H'.
31135         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
31136         Remove AT_FDCWD test.
31137         Do not consume the fd unless successful.
31138         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
31139         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
31140         block, so that we don't even try to compile it if settimeofday is
31141         available.  This works around a compilation failure on OSF1 V5.1,
31142         due to stime requiring a `long int*' while tv_sec is `int'.
31143
31144 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
31145
31146         Sync from coreutils.
31147         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
31148         against `yes', rather than just testing for nonempty.
31149
31150 2005-10-01  Simon Josefsson  <jas@extundo.com>
31151
31152         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
31153         and Darwin.
31154
31155         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
31156         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
31157         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
31158         freeaddrinfo and gai_strerror are declared by the POSIX headers.
31159         Check if struct addrinfo is declared.
31160
31161 2005-10-01  Simon Josefsson  <jas@extundo.com>
31162
31163         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
31164         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
31165         AI_* and EAI_* definitions.  Protect function declarations.
31166
31167 2005-10-01  Jim Meyering  <jim@meyering.net>
31168
31169         Sync from coreutils.
31170
31171         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
31172         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
31173         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
31174         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
31175         in the inet and nsl libraries.  Required on Solaris 5.7.
31176
31177 2005-10-01  Jim Meyering  <jim@meyering.net>
31178
31179         Sync from coreutils.
31180         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
31181         in the inet and nsl libraries.  Required on Solaris 5.7.
31182
31183 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
31184
31185         * lib/getdelim.c (getdelim): Remove unused variables.
31186
31187 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
31188
31189         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
31190         so that the code works even with ancient cpp.  Portability problem
31191         with GCC 2.7.2.1 reported by Thomas M.Ott.
31192
31193 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
31194
31195         * modules/regex (Depends-on): Add strcase.
31196
31197         * modules/gethostname (Licence): Change from GPL to LGPL, since
31198         gethostname.c is a trivial implementation of a standard library
31199         function.
31200         * modules/poll (License): Change from GPL to LGPL, since it's
31201         derived from LGPL code.
31202
31203 2005-09-27  Jim Meyering  <jim@meyering.net>
31204
31205         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
31206         HAVE_CONFIG_H.
31207
31208         * lib/intprops.h (signed_type_or_expr__): Define.
31209         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
31210         for unsigned types.
31211
31212 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
31213
31214         * lib/verify.h (verify_expr): Remove, replacing with:
31215         (verify_true): New macro that returns true instead of void.
31216         (verify_type__): Remove.
31217         (verify): Use verify_true rather than verify_type__.
31218
31219 2005-09-26  Bruno Haible  <bruno@clisp.org>
31220
31221         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
31222         is necessary.
31223         (lib_SOURCES): Remove mbchar.c.
31224         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
31225         (Files): Add m4/mbrtowc.m4.
31226         * modules/mbiter: Likewise.
31227         * modules/mbuiter: Likewise.
31228
31229 2005-09-26  Bruno Haible  <bruno@clisp.org>
31230
31231         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
31232         compile mbchar.c if they are not both present.
31233         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
31234         * m4/mbiter.m4 (gl_MBITER): Likewise.
31235         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
31236         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
31237         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
31238
31239 2005-09-25  Jim Meyering  <jim@meyering.net>
31240
31241         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
31242         also uses socklen_t.
31243
31244 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
31245
31246         * lib/utimens.c (ENOSYS): Define if not already defined.
31247         (futimens): Support having a null PATH if the file descriptor
31248         is nonnegative.
31249
31250         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
31251         Remove.
31252         (__attribute): Define to empty unless GCC 3.1 or later.
31253         This works around a core dump on OpenBSD 3.4, which has GCC
31254         2.95.3, which dumps core when given __attribute__(()).  It also
31255         simplifies other tests, since we really don't want to bother with
31256         worrying about which ancient version of GCC supported what.
31257         Original problem reported by Yoann Vandoorselaere, with part of
31258         the fix suggested by Derek Price.
31259
31260 2005-09-24  Jim Meyering  <jim@meyering.net>
31261
31262         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
31263         so we can once again use a positive bitfield width of 1 -- now we
31264         don't have to explain why we were using a bitfield width of 2.
31265
31266 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
31267
31268         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
31269         and similarly for the other external symbols.  Problem reported
31270         by James Gallager.
31271
31272         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
31273         bug reported by Jim Meyering.
31274
31275         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
31276         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
31277         not needed, since socklen is a prerequisite module.
31278
31279 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
31280
31281         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
31282         Problem reported by Eric Blake.
31283         (getaddrinfo): Initialize se so that it's not garbage.
31284         Redo internal storage allocation so that it doesn't make unportable
31285         assumptions about alignment.
31286         Fix a memory leak.
31287
31288         * lib/utimens.c (futimens): Use futimesat if available.
31289         Prefer it to futimes since it doesn't have the futimes bug.
31290
31291         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
31292         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
31293         Instead, declare a function that returns a pointer to an array,
31294         and use verify_type__ to declare the size of the array.
31295         Problem and germ of a solution reported by Bruno Haible.
31296         (verify_type__): Use 2, not 1, for bitfield size, to avoid
31297         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
31298
31299 2005-09-23  Jim Meyering  <jim@meyering.net>
31300
31301         Sync from coreutils.
31302         Correct build failure (socklen_t not defined) on at least
31303         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
31304         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
31305
31306 2005-09-23  Jim Meyering  <jim@meyering.net>
31307
31308         * modules/getaddrinfo (Depends-on): Add socklen.
31309
31310 2005-09-23  Bruno Haible  <bruno@clisp.org>
31311
31312         * tests/test-verify.c: New file.
31313
31314 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
31315
31316         Sync from coreutils.
31317
31318         * modules/argmatch (Depends-on): Add verify.
31319         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
31320         unistd-safer.
31321         * modules/save-cwd (Depends-on): Likewise.
31322
31323         * modules/openat (Files): Add lib/openat-die.c.
31324         (Depends-on): Remove error, exitfail.
31325         Add dirname.
31326
31327         * modules/verify: New file.
31328         * MODULES.html.sh (Diagnostics <assert.h>): New section,
31329         with "verify" module.
31330
31331 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
31332
31333         Sync from coreutils.
31334
31335         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
31336         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
31337         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
31338         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
31339         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
31340         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
31341         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
31342         Don't bother checking for string.h, stdlib.h, unistd.h.
31343         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
31344         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
31345         module's job.
31346         * m4/jm-macros.m4 (gl_MACROS): Likewise.
31347         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
31348
31349         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
31350         (gl_GETDATE): Use it.
31351
31352         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
31353
31354 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
31355
31356         Sync from coreutils.
31357
31358         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
31359         stat-time.h.
31360         * lib/argmatch.h: Include verify.h
31361         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
31362         (ARGMATCH_ASSERT): Remove; unused.
31363         * lib/canonicalize.c: Assume STDC_HEADERS.
31364         * lib/exclude.c: Include "strcase.h".
31365         * lib/regex_internal.h [!defined _LIBC]: Likewise.
31366         * lib/getusershell.c: Include stdio--.h rather than stdio.h
31367         and stdio-safer.h.
31368         (getusershell): Call fopen, not fopen_safer.
31369         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
31370         Do not include unistd-safer.h.
31371         (save_cwd): Don't call fd_safer; no longer needed
31372         now that we include fcntl--.h.
31373
31374         * lib/getdate.y (relative_time): New type.
31375         (RELATIVE_TIME_0): New constant.
31376         (parser_control): Use relative_time instead of doing it ourselves.
31377         (%union): Add new relative_time rel member.
31378         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
31379         Now typeless.
31380         (relunit, relunit_snumber): Now of type rel.
31381         (zone, rel, relunit, get_date): Adjust to above changes.
31382
31383         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
31384         Do not include unistd-safer.h.
31385         (getloadavg): Don't call fd_safer; no longer needed
31386         now that we include fcntl--.h.
31387
31388         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
31389         (make_dir_parents): Treat ENOSYS like EEXIST.
31390
31391         Improve quality of diagnostics on restore_cwd failure.
31392         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
31393         (make_dir_parents): Last arg is now int * (for errno), not bool *.
31394         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
31395         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
31396         each time through the loop.  Do not diagnose restore_cwd failure;
31397         that is the caller's job (and perhaps the caller does not care).
31398
31399         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
31400         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
31401         If the file already exists but is not a directory, don't bother
31402         to try to make its parents.
31403         Close potential file descriptor leak if we can't chdir("/") (!).
31404         Don't always return true if chdir($PWD) fails; return true only
31405         if the requested action was done successfully (except for the
31406         chdir($PWD)).
31407         Don't log final directory unless we actually made it.
31408         Refactor to avoid duplicate code to fix up permissions.
31409         Don't attempt to fix up parent permissions if chdir($PWD) fails.
31410
31411         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
31412         to make it a bit faster and (I hope) clearer.
31413         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
31414         Fix bug in formats like %2N.
31415
31416         * lib/verify.h: New file.
31417
31418 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
31419
31420         Sync from coreutils.
31421         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
31422
31423 2005-09-22  Jim Meyering  <jim@meyering.net>
31424
31425         Sync from coreutils.
31426
31427         * m4/lstat.m4 (gl_FUNC_LSTAT):
31428         Use AC_LIBSOURCES to require lstat.c and lstat.h.
31429         Remove obsolete comment.
31430         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
31431         * m4/xstrtod.m4: Likewise.
31432
31433         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
31434
31435 2005-09-22  Jim Meyering  <jim@meyering.net>
31436
31437         Sync from coreutils.
31438
31439         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
31440
31441         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
31442         the .tm_year member, since otherwise gcc-4.0 would now warn about
31443         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
31444
31445         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
31446         order to avoid an unsuppressible warning from gcc on 64-bit systems.
31447
31448         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
31449         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
31450         when run in a time zone for which daylight savings time is in effect
31451         for the starting date.
31452
31453         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
31454         stop us from restricting permissions of just-created absolute-named
31455         directories.
31456         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
31457         to restore initial working directory.
31458         * lib/mkdir-p.c (make_dir_parents): New parameter:
31459         different_working_dir, to tell caller if/when we change the working
31460         directory and are unable to return to the initial one.
31461         * lib/mkdir-p.h (make_dir_parents): Update prototype.
31462         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
31463         `return false'.  This fixes a bug introduced on 2004-07-30.
31464
31465         * lib/openat.c (fdopendir): Be sure to close the supplied
31466         file descriptor before returning.  This makes our replacement
31467         implementation a little closer to Solaris's, where fdopendir
31468         ties the file descriptor to the returned DIR* pointer.
31469         * lib/openat.c (unlinkat): New function.
31470         * lib/openat.h (unlinkat): Add prototype.
31471         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
31472         (openat_restore_fail): Rename from openat_restore_die.
31473         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
31474
31475         Provide an alternative to exiting immediately upon save_cwd or
31476         restore_cwd failure.  Now, an application can arrange e.g.,
31477         to perform a longjump in that case.
31478         * lib/openat.c: Include dirname.h.
31479         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
31480         (rpl_openat, fdopendir, fstatat): Call openat_save_die
31481         and openat_restore_die rather than calling error directly.
31482         Don't include "error.h" or "exitfail.h"; they're no longer needed.
31483
31484         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
31485         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
31486         define.
31487
31488         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
31489         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
31490                             int utc, int nanoseconds);
31491         Background:
31492         date should not have to allocate a megabyte of virtual memory to
31493         handle a format argument like +%1048575T.  When implemented with
31494         strftime, it must allocate such a buffer, use strftime to fill it
31495         in, print it, then free it.
31496         With fprintftime, it simply prints everything and exits.
31497         With no need for memory allocation, that's one fewer way to fail.
31498         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
31499         optional field width, not before, so we accept %9:z, not %:9z.
31500         (my_strftime): Be sure to use L_('x') for literals.
31501
31502         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
31503         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
31504         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
31505         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
31506         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
31507         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
31508         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
31509         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
31510         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
31511         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
31512         * lib/xgethostname.c, lib/xreadlink.c:
31513         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
31514
31515         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
31516         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
31517         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
31518         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
31519         and don't include <sys/file.h>).
31520
31521 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
31522
31523         Sync from coreutils.
31524
31525         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
31526         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
31527         [!LDAV_DONE]: Avoid unused variable warning.
31528
31529 2005-09-21  Bruno Haible  <bruno@clisp.org>
31530
31531         * lib/unicodeio.h (unicode_to_mb): New declaration.
31532
31533 2005-09-20  Derek Price  <derek@ximbiot.com>
31534
31535         * lib/getaddrinfo.c: Don't include <netdb.h> included from
31536         getaddrinfo.h.
31537
31538 2005-09-20  Bruno Haible  <bruno@clisp.org>
31539
31540         * gnulib-tool: Remove trailing slashes from the values specified for
31541         --source-base, --m4-base, --tests-base, --aux-dir.
31542         Suggested by Simon Josefsson <jas@extundo.com>.
31543
31544 2005-09-20  Bruno Haible  <bruno@clisp.org>
31545
31546         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
31547         func_modules_to_filelist, func_import, func_create_testdir): Make all
31548         sorting results locale-independent, so that gnulib-cache.m4 doesn't
31549         change when gnulib-tool is invoked in a different locale.
31550
31551 2005-09-19  Simon Josefsson  <jas@extundo.com>
31552
31553         * m4/socklen.m4: Fix typo.
31554
31555 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31556
31557         Use a consistent style for including <config.h>.
31558         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
31559         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
31560         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
31561         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
31562         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
31563         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
31564         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
31565         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
31566         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
31567         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
31568         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
31569         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
31570         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
31571         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
31572         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
31573         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
31574         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
31575         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
31576         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
31577         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
31578         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
31579         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
31580         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
31581         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
31582         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
31583         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
31584         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
31585         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
31586         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
31587         lib/xstrtoumax.c, lib/yesno.c:
31588         Standardize inclusion of config.h.
31589         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
31590         lib/inttostr.h:  Removed inclusion of config.h from header files.
31591         * lib/inttostr.c:  Adjusted in-tree users.
31592         * lib/timespec.h: Remove superfluous warning to include config.h.
31593         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
31594         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
31595         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
31596         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
31597         config.h with HAVE_CONFIG_H.
31598
31599 2005-09-19  Jim Meyering  <jim@meyering.net>
31600
31601         * modules/pathmax (License): Change to LGPL.
31602
31603 2005-09-19  Derek Price  <derek@ximbiot.com>
31604
31605         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
31606
31607 2005-09-19  Bruno Haible  <bruno@clisp.org>
31608
31609         * gnulib-tool (import): Provide default for --tests-base.
31610
31611 2005-09-19  Bruno Haible  <bruno@clisp.org>
31612
31613         * doc/quote.texi: New file, extracted from gnulib.texi.
31614         * doc/ctime.texi: New file, extracted from gnulib.texi.
31615         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
31616         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
31617         * doc/gnulib.texi: Include them.
31618
31619 2005-09-18  Bruno Haible  <bruno@clisp.org>
31620
31621         Portability fix.
31622         * gnulib-tool (func_readlink): New function.
31623         (func_ln_if_changed): Use it.
31624
31625 2005-09-18  Bruno Haible  <bruno@clisp.org>
31626
31627         * gnulib-tool: Support --with-tests also with --import.
31628         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
31629         (func_import): Use variables $testsbase and $inctests. Emit a
31630         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
31631         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
31632         SUBDIRS += $testsdir.
31633         (func_create_testdir): Update.
31634
31635 2005-09-18  Bruno Haible  <bruno@clisp.org>
31636
31637         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
31638         instead of $dry_run.
31639         (func_cp_if_changed, func_mv_if_changed): Remove functions.
31640         (func_ln_if_changed): Don't handle dry-run here.
31641         (func_import): In dry-run mode, detect more precisely which actions
31642         would be performed, and don't use "...ing" verbs.
31643
31644 2005-09-18  Bruno Haible  <bruno@clisp.org>
31645
31646         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
31647         (func_import): Use join on two temporary files instead of three nested
31648         loops, in order to determine which files are new or old.
31649
31650 2005-09-18  Bruno Haible  <bruno@clisp.org>
31651
31652         * gnulib-tool (func_import): Comment out code that spits out the
31653         new files with --dry-run.
31654
31655 2005-09-18  Bruno Haible  <bruno@clisp.org>
31656
31657         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
31658
31659 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
31660
31661         * lib/stat-time.h: New file.
31662         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
31663         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
31664         in a different way.
31665         (timespec_cmp): New function.
31666         * lib/utimecmp.c: Include stat-time.h.
31667         (SYSCALL_RESOLUTION): Depend on whether various struct stat
31668         members exist, not on the obsolescent ST_MTIM_NSEC.
31669         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
31670
31671 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
31672
31673         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
31674
31675 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
31676
31677         * MODULES.html.sh (File system functions): Add stat-time.
31678         * modules/stat-time: New file.
31679         * modules/timespec (Files): Remove m4/st_mtim.m4; this
31680         is now done in a different way, by the stat-time module.
31681         * modules/utimecmp (Depends-on): Add stat-time.
31682
31683 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
31684
31685         * m4/st_mtim.m4: Remove.  Superseded by...
31686         * m4/stat-time.m4: New file.
31687         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
31688         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
31689
31690 2005-09-15  Derek Price  <derek@ximbiot.com>
31691
31692         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
31693
31694 2005-09-15  Derek Price  <derek@ximbiot.com>
31695
31696         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
31697         * lib/regex_internal.c: Ditto, using this...
31698         (__GNUC_PREREQ): ...new macro.
31699         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
31700         using...
31701         (__GNUC_PREREQ): ...this new macro.
31702
31703         * lib/strstr.h: Include string.h. Define strstr as a macro here.
31704
31705 2005-09-15  Derek Price  <derek@ximbiot.com>
31706             Paul Eggert  <eggert@cs.ucla.edu>
31707
31708         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
31709         changes, consolidating in...
31710         * lib/regex_internal.h: ...this file.
31711
31712 2005-09-13  Jim Meyering  <jim@meyering.net>
31713
31714         * lib/canon-host.c: Filter through gnu indent and reword comments
31715         slightly.
31716         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
31717
31718 2005-09-13  Derek Price  <derek@ximbiot.com>
31719
31720         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
31721         failure.
31722         Reported by Jim Meyering  <jim@meyering.net>.
31723
31724 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
31725
31726         * lib/base64.c: Typo.
31727         (base64_encode): Put b64str in initialized data section.
31728
31729 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
31730
31731         Merge glibc and coreutils changes into gnulib, plus a few
31732         extra fixes.
31733         * lib/md5.c: Use #error rather than a string.
31734         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
31735         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
31736         (__attribute__): Define to empty for non recent-GCC.
31737         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
31738         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
31739         Renamed from their non-__ counterparts, with new macros replacing
31740         them if not _LIBC.  Add __THROW attribute.
31741         (rol): Remove.
31742         (struct md5_ctx): Align buffer if using GCC.
31743         * lib/sha1.h (struct sha1_ctx): Likewise.
31744         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
31745         The old name was backwards.
31746         (NOTSWAP): Remove; not used.
31747         (rol): New macro, moved here from md5.h.
31748         (sha1_process_block): Remove a FIXME that doesn't make sense.
31749
31750 2005-09-12  Derek Price  <derek@ximbiot.com>
31751
31752         Return usable errors from canon-host.
31753         * lib/canon-host.h: New file.
31754         * lib/canon-host.c (canon_host): Wrap...
31755         (canon_host_r): ...this new function, which now relies exclusively on
31756         getaddrinfo.
31757         (ch_strerror): New function.
31758         (last_cherror): New global.
31759         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
31760         interface.
31761         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
31762         void *.
31763         (freeaddrinfo): Free ai->ai_canonname when set.
31764
31765 2005-09-12  Derek Price  <derek@ximbiot.com>
31766
31767         Make canon-host require getaddrinfo.
31768         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
31769         AC_LIBSOURCE canon-host.h.  Call...
31770         (gl_PREREQ_CANON_HOST): ...this new function, which requires
31771         gl_GETADDRINFO.
31772         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
31773
31774 2005-09-12  Derek Price  <derek@ximbiot.com>
31775
31776         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
31777         LGPL.
31778         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
31779
31780 2005-09-12  Derek Price  <derek@ximbiot.com>
31781
31782         * lib/gai_strerror.c: Include config.h when available.  Include
31783         getaddrinfo.h before other headers to test interface.
31784         Reported by Larry Jones <lawrence.jones@ugs.com>.
31785
31786 2005-09-12  Derek Price  <derek@ximbiot.com>
31787             Paul Eggert  <eggert@cs.ucla.edu>
31788
31789         * modules/glob (Files): Add glob-libc.h.
31790
31791 2005-09-12  Derek Price  <derek@ximbiot.com>
31792             Paul Eggert  <eggert@cs.ucla.edu>
31793
31794         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
31795         glob_.h, glob-libc.h.
31796         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
31797
31798 2005-09-12  Derek Price  <derek@ximbiot.com>
31799             Paul Eggert  <eggert@cs.ucla.edu>
31800
31801         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
31802         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
31803         protecting things that should be done only in gnulib contexts.
31804         * lib/glob_.h: New file, containing only the glob things needed for
31805         gnulib.
31806         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
31807         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
31808         (glob, globfree, glob_pattern_p): Now defined simply in terms of
31809         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
31810         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
31811         and to respect the namespace rules better.
31812
31813 2005-09-08  Simon Josefsson  <jas@extundo.com>
31814
31815         * modules/socklen: New file.
31816
31817 2005-09-08  Simon Josefsson  <jas@extundo.com>
31818
31819         * m4/socklen.m4: New file.
31820
31821 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
31822
31823         * modules/utimens (Files): Add m4/utimbuf.m4, since
31824         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
31825         Reported by Sergey Poznyakoff.
31826
31827 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
31828
31829         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
31830         definitions, since that's the preferred style in glibc.
31831         Fix a minor spacing issue, and update copyright notice to match
31832         glibc's.
31833
31834 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
31835
31836         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
31837
31838 2005-09-06  Simon Josefsson  <jas@extundo.com>
31839
31840         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
31841         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
31842
31843 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
31844
31845         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
31846         warning.
31847
31848 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
31849
31850         * config/srclist.txt: Add glibc bug 1302.
31851
31852 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
31853
31854         Change bitset word type from unsigned int to unsigned long int,
31855         as this has better performance on typical 64-bit hosts.
31856         Port bitset code to hosts with unusual word sizes.
31857         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
31858         (build_collating_symbol):
31859         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
31860         argument is a bitset.  This is merely a style issue, but it makes
31861         it clearer that an entire array is expected.
31862         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
31863         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
31864         Port to the case where bitset_word is not the same as unsigned int.
31865         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
31866         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
31867         Likewise.
31868         * lib/regexec.c (check_dst_limits_calc_pos_1,
31869         check_subexp_matching_top):
31870         (build_trtable, group_nodes_into_DFAstates):
31871         Likewise.
31872         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
31873         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
31874         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
31875         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
31876         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
31877         * lib/regcomp.c (optimize_subexps, lower_subexp):
31878         Work even if bitset_word has holes in its bitwise representation.
31879         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
31880         * lib/regexec.c (check_dst_limits_calc_pos_1,
31881         check_subexp_matching_top):
31882         Likewise.
31883         * lib/regex_internal.c (re_string_reconstruct):
31884         Don't assume UCHAR_MAX == 255.
31885         * lib/regex_internal.h (bitset_set_all): Likewise.
31886         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
31887         All uses changed.
31888         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
31889         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
31890         All uses changed.
31891         (BITSET_WORD_MAX): New macro.
31892         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
31893         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
31894         (bitset_empty, bitset_copy):
31895         Prefer sizeof (bitset) to multiplying it out ourselves.
31896         (bitset_not_merge): Remove; unused.
31897         (bitset_contain): Return bool, not unsigned int with one bit on.
31898         All callers changed.
31899         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
31900         alignment than re_node_set; do this by defining a new internal
31901         type struct dests_alloc and using it to allocate memory.
31902
31903 2005-09-05  Bruno Haible  <bruno@clisp.org>
31904
31905         * gnulib-tool (func_import): Fix comparison in handling of symbolic
31906         links.
31907
31908 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
31909
31910         * modules/size_max (Makefile.am): Add size_max.h
31911
31912 2005-09-04  Derek Price  <derek@ximbiot.com>
31913
31914         * gnulib-tool (func_import): Fix reversed $symbolic logic.
31915
31916 2005-09-03  Simon Josefsson  <jas@extundo.com>
31917
31918         * gnulib-tool: Fix typo.
31919
31920 2005-09-03  Simon Josefsson  <jas@extundo.com>
31921
31922         * config/srclist.txt: Add glibc bug 1293.
31923
31924 2005-09-03  Derek Price  <derek@ximbiot.com>
31925
31926         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
31927         From Larry Jones <lawrence.jones@ugs.com>.
31928
31929 2005-09-02  Simon Josefsson  <jas@extundo.com>
31930
31931         * modules/socklen: New file.
31932
31933 2005-09-02  Simon Josefsson  <jas@extundo.com>
31934
31935         * modules/havelib: New module.
31936
31937         * modules/gettext, modules/iconv, modules/lock, modules/readline:
31938         Use havelib.
31939
31940 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
31941
31942         Check for arithmetic overflow when calculating sizes, to prevent
31943         some buffer-overflow issues.  These patches are conservative, in the
31944         sense that when I couldn't determine whether an overflow was possible,
31945         I inserted a run-time check.
31946         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
31947         macros.
31948         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
31949         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
31950         (re_xnrealloc, re_x2nrealloc): New inline functions.
31951         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
31952         parse_bracket_exp):
31953         (build_equiv_class, build_charclass): Check for arithmetic overflow
31954         in size expression calculations.
31955         * lib/regex_internal.c (re_string_realloc_buffers):
31956         (build_wcs_upper_buffer, re_node_set_add_intersect):
31957         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
31958         (re_dfa_add_node, register_state): Likewise.
31959         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
31960         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
31961         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
31962         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
31963
31964 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
31965
31966         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
31967         m4/ulonglong.m4.  Problem reported by Martin Lambers.
31968
31969 2005-09-02  Bruno Haible  <bruno@clisp.org>
31970
31971         Support for lib vs. lib64 distinction on biarch platforms.
31972         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
31973         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
31974         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
31975
31976 2005-09-02  Bruno Haible  <bruno@clisp.org>
31977
31978         * gnulib-tool (import): In the other first-use case, provide defaults
31979         as well.
31980
31981 2005-09-02  Bruno Haible  <bruno@clisp.org>
31982
31983         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
31984         patches not yet found in the latest gettext release.
31985
31986 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
31987
31988         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
31989         to avoid a collision with bits/local_lim.h in glibc.
31990         All uses changed.  Problem reported by Dmitry V. Levin in
31991         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
31992
31993         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
31994         bugs in int versus size_t comparisons.
31995         (re_string_context_at): Fix bug where the code assumed that
31996         Idx is signed.
31997
31998         Use bool where appropriate.
31999         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
32000         All callers changed.
32001         (calc_eclosure_iter): Likewise, for ROOT arg.
32002         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
32003         (build_charclass_op): Likewise, for NON_MATCH arg.
32004         * lib/regex_internal.c (re_string_allocate, re_string_construct):
32005         (re_string_construct_common): Likewise, for ICASE arg.
32006         * lib/regexec.c (re_search_2_stub, re_search_stub):
32007         Likewise, for RET_LEN arg.
32008         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
32009         (set_regs): Likewise, for FL_BACKTRACK arg.
32010         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
32011         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
32012         (calc_eclosure_iter, parse_bracket_exp):
32013         Use bool for internal variables that are booleans.
32014         * lib/regexec.c (re_search_internal, check_matching,
32015         proceed_next_node):
32016         (set_regs, build_sifted_states, sift_states_bkref):
32017         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
32018         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
32019         (find_collation_sequence_value):
32020         Likewise.
32021         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
32022         (re_node_set_compare):
32023         Return bool, not int. All callers changed.
32024         * lib/regexec.c (check_halt_node_context, check_dst_limits):
32025         (build_trtable, check_node_accept): Likewise.
32026         * lib/regex_internal.h: Include stdbool.h.
32027
32028         Fix bugs uncovered when converting to bool.
32029         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
32030         failure instead of charging ahead blindly.
32031         * lib/regex_internal.c (register_state): Likewise.
32032         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
32033         for freeing internal storage.
32034         (group_nodes_into_DFA_states): Use unsigned int, not int, for
32035         bitset pieces used as boolean, to avoid undefined behavior
32036         on hosts that do int overflow checking.
32037
32038 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
32039
32040         * config/srclist.txt: Add glibc bugs 1285-1287.
32041
32042 2005-09-01  Jim Meyering  <jim@meyering.net>
32043
32044         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
32045         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
32046         Require gl_STAT_MACROS, too.
32047
32048 2005-09-01  Bruno Haible  <bruno@clisp.org>
32049
32050         * gnulib-tool (import): In the first-use case, provide defaults.
32051
32052 2005-09-01  Bruno Haible  <bruno@clisp.org>
32053
32054         * gnulib-tool (func_import): Remove the .tmp files.
32055
32056 2005-09-01  Bruno Haible  <bruno@clisp.org>
32057
32058         * gnulib-tool (func_import): Fix handling of symbolic links.
32059
32060 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
32061
32062         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
32063         old glibc regex code mishandles strings longer than 2**31 bytes.
32064         This patch fixes this when the regex code is used in gnulib
32065         (i.e., outside glibc).
32066
32067         This patch should not affect the use of the regex code inside
32068         glibc.  No doubt this problem also needs to be handled for glibc
32069         as well, but the result will be an incompatible change to the
32070         glibc ABI, and the old ABI will have to be supported too.  That
32071         can be the the subject for another patch.
32072
32073         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
32074         governing whether the rest of this patch is active.  By default,
32075         the macro is disabled and the patch has no effect.
32076         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
32077         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
32078         (struct re_pattern_buffer, re_search, re_search_2, re_match):
32079         (re_match_2, re_set_registers): Use the new types.
32080         * lib/regex_internal.h (Idx, re_hashval_t): New types.
32081         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
32082         New macros.
32083         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
32084         (re_string_context_at, bin_tree_t, re_dfastate_t):
32085         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
32086         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
32087         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
32088         (re_string_char_size_at, re_string_wchar_at):
32089         (re_string_elem_size_at):
32090         Use the new types and macros to port to 64-bit hosts.
32091         Use unsigned types for internal values, so that the code
32092         mostly works even for arrays larger than SSIZE_MAX.
32093         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
32094         (search_duplicated_node, calc_eclosure_iter, fetch_number):
32095         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
32096         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
32097         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
32098         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
32099         (calc_inveclosure, parse_dup_op, build_range_exp):
32100         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
32101         (fetch_number, create_token_tree, mark_opt_subexp):
32102         Likewise.
32103         * lib/regex_internal.c (re_string_construct_common,
32104         create_ci_newstate):
32105         (create_cd_newstate, re_string_allocate, re_string_construct):
32106         (re_string_realloc_buffers, build_wcs_upper_buffer):
32107         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
32108         (re_string_reconstruct, re_string_peek_byte_case):
32109         (re_string_fetch_byte_case, re_string_context_at):
32110         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
32111         (re_node_set_init_copy, re_node_set_add_intersect):
32112         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
32113         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
32114         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
32115         (re_acquire_state, re_acquire_state_context, register_state):
32116         Likewise.
32117         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
32118         search_cur_bkref_entry):
32119         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
32120         (re_search_internal, re_search_2_stub, re_search_stub)
32121         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
32122         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
32123         (update_cur_sifted_state, check_dst_limits):
32124         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
32125         (check_subexp_limits, sift_states_bkref, merge_state_array):
32126         (check_subexp_matching_top, get_subexp, get_subexp_sub):
32127         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
32128         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
32129         (expand_bkref_cache, check_node_accept_bytes):
32130         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
32131         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
32132         (acquire_init_state_context, check_halt_node_context):
32133         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
32134         (sift_states_backward, clean_state_log_if_needed):
32135         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
32136         (find_recover_state, transit_state_sb, transit_state_mb):
32137         (transit_state_bkref, build_trtable, match_ctx_clean):
32138         Likewise.
32139         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
32140         to work around an assumption that REG_MISSING is negative.
32141
32142         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
32143         (seek_collating_symbol_entry) [defined _LIBC]:
32144         (lookup_collation_sequence_value) [defined _LIBC]:
32145         (build_range_exp, build_collating_symbol) [defined _LIBC]:
32146         Use prototypes rather than old-style function definitions.
32147         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
32148         (transit_state_sb) [0]:
32149         (find_collation_sequence_value) [defined _LIBC]: Likewise.
32150
32151         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
32152         rm_eo.
32153
32154         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
32155         (optimize_subexps, lower_subexp):
32156         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
32157         since the signed shift might overflow.  Use 1u<<31 instead.
32158         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
32159         Likewise.
32160         * lib/regexec.c (check_dst_limits_calc_pos_1,
32161         check_subexp_matching_top): Likewise.
32162
32163         * lib/regcomp.c (optimize_subexps, lower_subexp):
32164         Use CHAR_BIT rather than 8, for clarity.
32165         * lib/regexec.c (check_dst_limits_calc_pos_1):
32166         (check_subexp_matching_top): Likewise.
32167         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
32168         have to worry about portability issues when shifting it left.
32169         Remove no-longer-needed test for table_size > 0.
32170         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
32171         in a word, as the resulting behavior is undefined.
32172         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
32173         in one case, a <= should have been an <, and in another case the
32174         whole test was missing.
32175         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
32176         the standard name CHAR_BIT.
32177         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
32178         this is not true on one's complement and signed-magnitude hosts.
32179
32180         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
32181         next_last_offset.
32182         (struct re_dfa_t): Remove unused member states_alloc.
32183         * lib/regcomp.c (init_dfa): Don't initialize unused members.
32184
32185 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
32186
32187         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
32188         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
32189         and large-file glibc and in 32-bit large-file Solaris.
32190
32191 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
32192
32193         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
32194         lengths fit in regoff_t; this isn't true if regoff_t is the same
32195         width as size_t.
32196         * lib/regex.c (re_search_internal): 5th arg is LAST_START
32197         (= START + RANGE) instead of RANGE.  This avoids overflow
32198         problems when regoff_t is the same width as size_t.
32199         All callers changed.
32200         (re_search_2_stub): Check for overflow when adding the
32201         sizes of the two strings.
32202         (re_search_stub): Check for overflow when adding START
32203         to RANGE; if it occurs, substitute the extreme value.
32204
32205 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
32206
32207         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
32208
32209 2005-08-31  Jim Meyering  <jim@meyering.net>
32210
32211         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
32212         a pointer-to-const.
32213         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
32214         (register_state): Likewise.
32215         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
32216         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
32217         (group_nodes_into_DFAstates): Likewise.
32218
32219 2005-08-31  Jim Meyering  <jim@meyering.net>
32220
32221         * check-module: Add a FIXME comment.
32222
32223 2005-08-31  Eric Blake  <ebb9@byu.net>
32224
32225         * modules/unistd-safer (Files): Add unistd--.h.
32226         * modules/stdio-safer (Files): Add stdio--.h.
32227
32228 2005-08-31  Derek Price  <derek@ximbiot.com>
32229
32230         * lib/getdelim.c (getdelim): Return EOF on EOF.
32231         Reported by Larry Jones <lawrence.jones@ugs.com>.
32232
32233 2005-08-31  Bruno Haible  <bruno@clisp.org>
32234
32235         Avoid unnecessary diffs in the generated lib/Makefile.am.
32236         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
32237         the generated files.
32238         (func_import): Don't set cmd.
32239
32240 2005-08-31  Bruno Haible  <bruno@clisp.org>
32241
32242         * lib/strstr.c: Include <stddef.h>, for NULL.
32243         * lib/strcasestr.c: Likewise.
32244         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
32245
32246 2005-08-31  Bruno Haible  <bruno@clisp.org>
32247
32248         * gnulib-tool: New option --macro-prefix.
32249         (func_import): Use macro_prefix.
32250         (import): Handle option --macro-prefix.
32251
32252 2005-08-31  Bruno Haible  <bruno@clisp.org>
32253
32254         * gnulib-tool (import): Rename most ac_* variables to cached_*.
32255         Also use new variables cached_lgpl, cached_libtool.
32256
32257 2005-08-31  Bruno Haible  <bruno@clisp.org>
32258
32259         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
32260         always instantiating them.
32261
32262 2005-08-31  Bruno Haible  <bruno@clisp.org>
32263
32264         * gnulib-tool (func_import): Read the previous cached settings
32265         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
32266         earlier added by gnulib but are now dropped. Warn when a gnulib file
32267         overwrites a non-gnulib file.
32268
32269 2005-08-31  Bruno Haible  <bruno@clisp.org>
32270
32271         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
32272         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
32273         projects that don't keep autogenerated files in CVS. Put into
32274         actioncmd only the specified modules, not the transitive closure.
32275
32276 2005-08-31  Bruno Haible  <bruno@clisp.org>
32277
32278         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
32279         Create directories that shall be filled.
32280         (import): Don't look for gl_* macros in configure.ac. Recurse across
32281         all directories containing a gnulib-cache.m4 files, if meaningful.
32282
32283 2005-08-31  Bruno Haible  <bruno@clisp.org>
32284
32285         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
32286         (import): Set seen_libtool when we see gl_LIBTOOL.
32287
32288 2005-08-31  Bruno Haible  <bruno@clisp.org>
32289
32290         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
32291         declaration macro definitions from generated gnulib.m4.
32292
32293 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
32294
32295         * lib/iconvme.h: Add prototype for iconv_alloc.
32296
32297 2005-08-29  Simon Josefsson  <jas@extundo.com>
32298
32299         * lib/iconvme.c: Fix errno.
32300
32301 2005-08-29  Bruno Haible  <bruno@clisp.org>
32302
32303         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
32304         that it works when the directory contains spaces.
32305
32306 2005-08-29  Bruno Haible  <bruno@clisp.org>
32307
32308         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
32309
32310 2005-08-29  Bruno Haible  <bruno@clisp.org>
32311
32312         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
32313         Emit more advice.
32314
32315 2005-08-29  Bruno Haible  <bruno@clisp.org>
32316         and Stepan Kasal  <kasal@ucw.cz>
32317
32318         * check-module: If more parameters are given, check each of them
32319         separately; add more exceptions, as noted by Jim Meyering.
32320         (check_module): New procedure.
32321         (%exempt_header): Now contains all exceptions.
32322
32323 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
32324
32325         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
32326
32327 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
32328
32329         * lib/iconvme.c: Split iconv_string into iconv_alloc.
32330
32331 2005-08-28  Bruno Haible  <bruno@clisp.org>
32332
32333         * m4/gnulib-tool.m4: New file.
32334
32335 2005-08-27  Jim Meyering  <jim@meyering.net>
32336
32337         * modules/unistd-safer (Files): Add pipe-safer.c.
32338         * modules/fcntl-safer (Files): Add creat-safer.c.
32339
32340 2005-08-27  Jim Meyering  <jim@meyering.net>
32341
32342         * m4/stdlib-safer.m4: New file.  From coreutils.
32343         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
32344         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
32345         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
32346         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
32347         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
32348
32349 2005-08-27  Jim Meyering  <jim@meyering.net>
32350
32351         * lib/fopen-safer.c: Merge minor changes from coreutils.
32352         * lib/dup-safer.c: Likewise.
32353         * lib/fd-safer.c: Likewise.
32354
32355         Merge from coreutils.
32356         * lib/stdio--.h: New file.
32357         * lib/stdlib--.h: New file.
32358         * lib/mkstemp-safer.c: New file.
32359
32360         GNU tar needs these.
32361         * lib/pipe-safer.c: New file.
32362         * lib/creat-safer.c: New file.
32363         * lib/fcntl--.h (creat): Define to creat_safer.
32364         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
32365         * lib/unistd--.h (pipe): Define to pipe_safer.
32366         * lib/unistd-safer.h: Declare pipe_safer.
32367
32368 2005-08-26  Simon Josefsson  <jas@extundo.com>
32369
32370         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
32371         Haible <bruno@clisp.org>.
32372
32373 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
32374
32375         * lib/regex_internal.h: Remove all references to
32376         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
32377         or better.
32378         (bitset_not, bitset_merge, bitset_not_merge):
32379         (bitset_mask, re_string_allocate, re_string_construct):
32380         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
32381         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
32382         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
32383         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
32384         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
32385         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
32386         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
32387         (re_acquire_state_context):
32388         Remove unnecessary forward decls.
32389         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
32390         Put __attribute at function definition,
32391         now that the function decl has been removed.
32392         * lib/regex_internal.c (re_string_peek_byte_case):
32393         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
32394         Likewise.
32395
32396 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
32397
32398         * m4/regex.m4: Add AC_PREREQ(2.50).
32399         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
32400
32401 2005-08-25  Simon Josefsson  <jas@extundo.com>
32402
32403         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
32404         __fsetlocking.
32405
32406 2005-08-25  Simon Josefsson  <jas@extundo.com>
32407
32408         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
32409         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
32410         GLIBC specific code.
32411
32412 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
32413
32414         Make regex safe for g++.  This fixes one real bug (an "err"
32415         that should have been "*err").  g++ problem reported by
32416         Sam Steingold.
32417         * lib/regex_internal.h (re_calloc): New macro, consistent with
32418         re_malloc etc.  All callers of calloc changed to use re_calloc.
32419         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
32420         not int.  All callers changed.
32421         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
32422         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
32423         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
32424         (find_recover_state): Change "err" to "*err"; this fixes what
32425         appears to be a real bug.
32426         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
32427         versus int.
32428
32429 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
32430
32431         * modules/regex (Depends-on): Add malloc, since the code
32432         assumes that !malloc(0) means failure.
32433
32434 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
32435
32436         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
32437
32438         alloca modernization/simplification for regex.
32439         * lib/regex.c: Remove portability cruft for alloca.  This no longer
32440         needs to be at the start of the file, and can be moved into
32441         regex_internal.h and simplified.
32442         * lib/regex_internal.h: Include <alloca.h>.
32443         (__libc_use_alloca) [!defined _LIBC]: New macro.
32444         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
32445         now works outside glibc.
32446
32447 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
32448
32449         * config/srclist.txt: Add glibc bugs 1241, 1245.
32450
32451 2005-08-25  Jim Meyering  <jim@meyering.net>
32452
32453         * lib/open-safer.c: Include <config.h>.
32454         Otherwise, we'd lose LARGEFILE support in any file using
32455         e.g. "fcntl--.h"
32456
32457 2005-08-25  Bruno Haible  <bruno@clisp.org>
32458
32459         * m4/minmax.m4: Require autoconf 2.52.
32460         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
32461         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
32462         alternatives of translit over the alphabet.
32463         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
32464
32465 2005-08-24  Simon Josefsson  <jas@extundo.com>
32466
32467         * tests/test-getpass.c: New file.
32468
32469 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
32470
32471         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
32472         for GNU regex features.
32473
32474 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
32475
32476         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
32477         * lib/regex.h (regerror): Likewise.
32478
32479         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
32480         requires this.  (The code never needed it.)
32481
32482         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
32483         All uses of recently-renamed identifiers changed to use the new,
32484         POSIX-compliant names.  The code will build and run just fine
32485         without these changes, but it's better to eat our own dog food
32486         and use the standard-conforming names.
32487
32488         * lib/regex.h: Fix a multitude of POSIX name space violations.
32489         These changes have an effect only for programs that define
32490         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
32491         do not change anything for programs compiled in the normal way.
32492         Also, there is no effect on the ABI.
32493
32494         (_REGEX_SOURCE): New macro.
32495         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
32496         defined and _GNU_SOURCE is not; this fixes a name space violation.
32497
32498         Rename the following macros to obey POSIX requirements.
32499         The old names are still visible as macros if _REGEX_SOURCE is defined.
32500         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
32501         RE_BACKSLASH_ESCAPE_IN_LISTS.
32502         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
32503         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
32504         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
32505         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
32506         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
32507         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
32508         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
32509         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
32510         (REG_INTERVALS): renamed from RE_INTERVALS.
32511         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
32512         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
32513         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
32514         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
32515         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
32516         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
32517         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
32518         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
32519         RE_UNMATCHED_RIGHT_PAREN_ORD.
32520         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
32521         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
32522         (REG_DEBUG): renamed from RE_DEBUG.
32523         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
32524         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
32525         unusual, since we can't clash with the POSIX REG_ICASE.
32526         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
32527         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
32528         (REG_NO_SUB): renamed from RE_NO_SUB.
32529         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
32530         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
32531         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
32532         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
32533         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
32534         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
32535         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
32536         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
32537         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
32538         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
32539         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
32540         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
32541         RE_SYNTAX_POSIX_MINIMAL_BASIC.
32542         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
32543         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
32544         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
32545         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
32546         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
32547         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
32548         (REG_FIXED): Renamed from REGS_FIXED.
32549         (REG_NREGS): Renamed from RE_NREGS.
32550
32551         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
32552         of other REG_* macros, since POSIX says the user is allowed to
32553         #undef these macros selectively.
32554
32555         (reg_errcode_t): Update comment stating what other tables need
32556         to be consistent.
32557
32558         Rename the following enum values to obey POSIX requirements.
32559         The old names are still visible as macros.
32560         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
32561         is not defined, since GNU is supposed to be a superset of POSIX as
32562         much as possible, and since we want reg_errcode_t to be a signed
32563         type for implementation consistency.
32564         (_REG_NOERROR): Renamed from REG_NOERROR.
32565         (_REG_NOMATCH): Renamed from REG_NOMATCH.
32566         (_REG_BADPAT): Renamed from REG_BADPAT.
32567         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
32568         (_REG_ECTYPE): Renamed from REG_ECTYPE.
32569         (_REG_EESCAPE): Renamed from REG_EESCAPE.
32570         (_REG_ESUBREG): Renamed from REG_ESUBREG.
32571         (_REG_EBRACK): Renamed from REG_EBRACK.
32572         (_REG_EPAREN): Renamed from REG_EPAREN.
32573         (_REG_EBRACE): Renamed from REG_EBRACE.
32574         (_REG_BADBR): Renamed from REG_BADBR.
32575         (_REG_ERANGE): Renamed from REG_ERANGE.
32576         (_REG_ESPACE): Renamed from REG_ESPACE.
32577         (_REG_BADRPT): Renamed from REG_BADRPT.
32578         (_REG_EEND): Renamed from REG_EEND.
32579         (_REG_ESIZE): Renamed from REG_ESIZE.
32580         (_REG_ERPAREN): Renamed from REG_ERPAREN.
32581         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
32582         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
32583         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
32584         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
32585
32586         (_REG_RE_NAME, _REG_RM_NAME): New macros.
32587         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
32588         changed.  But support the old name if the new one is not defined
32589         and if _REGEX_SOURCE.
32590
32591         Change the following member names in struct re_pattern_buffer.
32592         The old names are still supported if !_REGEX_SOURCE.
32593         The new names are always supported, regardless of _REGEX_SOURCE.
32594         (re_buffer): Renamed from buffer.
32595         (re_allocated): Renamed from allocated.
32596         (re_used): Renamed from used.
32597         (re_syntax): Renamed from syntax.
32598         (re_fastmap): Renamed from fastmap.
32599         (re_translate): Renamed from translate.
32600         (re_can_be_null): Renamed from can_be_null.
32601         (re_regs_allocated): Renamed from regs_allocated.
32602         (re_fastmap_accurate): Renamed from fastmap_accurate.
32603         (re_no_sub): Renamed from no_sub.
32604         (re_not_bol): Renamed from not_bol.
32605         (re_not_eol): Renamed from not_eol.
32606         (re_newline_anchor): Renamed from newline_anchor.
32607
32608         Change the following member names in struct re_registers.
32609         The old names are still supported if !_REGEX_SOURCE.
32610         The new names are always supported, regardless of _REGEX_SOURCE.
32611         (rm_num_regs): Renamed from num_regs.
32612         (rm_start): Renamed from start.
32613         (rm_end): Renamed from end.
32614
32615         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
32616         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
32617         Prepend __ to parameter names.
32618
32619         Undo yesterday's changes.
32620
32621 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
32622
32623         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
32624         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
32625         lib/regex.c.
32626
32627 2005-08-24  Jim Meyering  <jim@meyering.net>
32628
32629         Sync from coreutils.
32630         * m4/fcntl-safer.m4: New file.
32631
32632         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
32633         and object files for this module.
32634
32635 2005-08-24  Jim Meyering  <jim@meyering.net>
32636
32637         Sync from coreutils.
32638         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
32639
32640 2005-08-24  Jim Meyering  <jim@meyering.net>
32641
32642         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
32643         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
32644
32645 2005-08-24  Jim Meyering  <jim@meyering.net>
32646
32647         * modules/fcntl-safer: New module.
32648         * modules/fts (Depends-on): Add fcntl-safer.
32649         * MODULES.html.sh (File descriptor based Input/Output):
32650         Add fcntl-safer.
32651
32652 2005-08-24  Bruno Haible  <bruno@clisp.org>
32653
32654         Support for unit test modules.
32655         * modules/README: Mention tests modules.
32656         * modules/TEMPLATE-TESTS: New file.
32657         * gnulib-tool: New options --extract-tests-module, --with-tests and
32658         --tests-base (unused for the moment).
32659         (testsbase, inctests): New variables.
32660         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
32661         (func_verify_module): Exclude TEMPLATE-TESTS.
32662         (func_verify_nontests_module, func_verify_tests_module): New functions.
32663         (func_get_dependencies): Add implicit dependency for tests modules.
32664         (func_get_tests_module): New function.
32665         (func_modules_transitive_closure): When --with-tests was specified,
32666         include the unit tests as well, unless explicitly avoided.
32667         (func_emit_lib_Makefile_am): Ignore the tests modules here.
32668         (func_emit_tests_Makefile_am): New function.
32669         (func_create_testdir): When --with-tests was specified, emit a
32670         tests/ directory.
32671         * MODULES.html.sh (Future developments): Update.
32672
32673 2005-08-24  Bruno Haible  <bruno@clisp.org>
32674
32675         * modules/tls-tests: New file.
32676         * tests/test-tls.c: New file, from GNU gettext.
32677
32678 2005-08-24  Bruno Haible  <bruno@clisp.org>
32679
32680         * modules/lock-tests: New file.
32681         * tests/test-lock.c: New file, from GNU gettext.
32682
32683 2005-08-24  Bruno Haible  <bruno@clisp.org>
32684
32685         * lib/lock.h: Add multiple inclusion guard.
32686         * lib/tls.h: Add multiple inclusion guard.
32687
32688 2005-08-24  Bruno Haible  <bruno@clisp.org>
32689
32690         * gnulib-tool: Add support for the --aux-dir option to
32691         --create-testdir, --create-megatestdir, --test, --megatest.
32692         (func_create_testdir, func_create_megatestdir): Optionally emit a
32693         AC_CONFIG_AUX_DIR directive.
32694         (create-testdir, create-megatestdir, test, megatest): Provide a
32695         default value for $auxdir.
32696
32697 2005-08-24  Bruno Haible  <bruno@clisp.org>
32698
32699         * gnulib-tool (import): Use compound statement instead of subshell
32700         where possible.
32701
32702 2005-08-24  Bruno Haible  <bruno@clisp.org>
32703
32704         * gnulib-tool (import): Change --aux-dir default to "build-aux".
32705
32706 2005-08-24  Bruno Haible  <bruno@clisp.org>
32707
32708         * gnulib-tool (func_version): Update.
32709
32710 2005-08-24  Bruno Haible  <bruno@clisp.org>
32711
32712         * gnulib-tool (func_import, func_create_testdir,
32713         func_create_megatestdir): Quote all autoconf macro arguments.
32714
32715 2005-08-24  Bruno Haible  <bruno@clisp.org>
32716
32717         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
32718         option --force, because --force causes the aclocal.m4 of each
32719         subdirectory to be newer than the corresponding config.h.in.
32720
32721 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
32722
32723         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
32724         All contents moved to gl_REGEX.
32725         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
32726         assume that it does.
32727
32728 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
32729
32730         * lib/regex.h (REG_NOSYS)
32731         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
32732         Define, since POSIX requires it as of 2001.
32733         (_REG_ENOSYS)
32734         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
32735         New private symbol, used to keep the enum signed in all cases.
32736         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
32737         Youngman in
32738         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
32739
32740         * lib/regex_internal.c (re_string_skip_chars, register_state):
32741         (calc_state_hash):
32742         Remove forward decls; no longer needed now that we use prototypes.
32743         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
32744         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
32745         (clean_state_log_if_needed): Likewise.
32746
32747 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
32748
32749         * config/srclist.txt: Add glibc bugs 1231-1233.
32750
32751 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
32752
32753         Fix problems reported by Sam Steingold in
32754         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
32755         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
32756         assumed that reg_errcode_t is a signed type, which is not
32757         necessarily true if _XOPEN_SOURCE is not defined.
32758         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
32759         since some compilers warn about it otherwise.
32760
32761 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
32762
32763         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
32764         (init_word_char, create_initial_state, duplicate_node_closure):
32765         (fetch_token, peek_token_bracket, build_range_exp):
32766         (build_collating_symbol): Remove forward decls; no longer needed
32767         now that we use prototypes.
32768
32769         * lib/regcomp.c:
32770         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
32771         (re_compile_fastmap_iter, regcomp, regerror, regfree):
32772         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
32773         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
32774         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
32775         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
32776         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
32777         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
32778         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
32779         (build_range_exp, build_collating_symbol, parse_bracket_exp):
32780         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
32781         (build_charclass, build_charclass_op, fetch_number, create_tree):
32782         (create_token_tree, mark_opt_subexp, duplicate_tree):
32783         Use prototypes rather than old-style definitions.
32784
32785         * lib/regex_internal.c:
32786         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
32787         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
32788         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
32789         (re_string_reconstruct, re_string_peek_byte_case):
32790         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
32791         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
32792         (re_node_set_init_copy, re_node_set_add_intersect):
32793         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
32794         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
32795         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
32796         (re_acquire_state, re_acquire_state_context, register_state):
32797         (create_ci_newstate, create_cd_newstate, free_state):
32798         Likewise.
32799         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
32800         re_search_2):
32801         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
32802         (re_search_internal, prune_impossible_nodes):
32803         (acquire_init_state_context, check_matching, static):
32804         (check_halt_node_context, check_halt_state_context, proceed_next_node):
32805         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
32806         (update_regs, sift_states_backward, build_sifted_states):
32807         (clean_state_log_if_needed, merge_state_array):
32808         (update_cur_sifted_state, add_epsilon_src_nodes):
32809         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
32810         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
32811         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
32812         (find_recover_state, check_subexp_matching_top, transit_state_mb):
32813         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
32814         (check_arrival, check_arrival_add_next_nodes):
32815         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
32816         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
32817         (check_node_accept_bytes, check_node_accept, extend_buffers):
32818         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
32819         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
32820         (sift_ctx_init):
32821         Likewise.
32822
32823         * lib/regex_internal.h:
32824         (re_string_allocate, re_string_construct, re_string_reconstruct):
32825         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
32826         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
32827         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
32828         (re_string_context_at, re_string_peek_byte_case):
32829         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
32830         is defined, since we now use prototypes always.
32831
32832         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
32833         C89 or better.  All uses removed.
32834
32835 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
32836
32837         * config/srclist.txt: Add glibc bugs 1220-1227.
32838
32839 2005-08-20  Jim Meyering  <jim@meyering.net>
32840
32841         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
32842         of unused local, dfa.
32843
32844 2005-08-20  Bruno Haible  <bruno@clisp.org>
32845
32846         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
32847
32848 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
32849
32850         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
32851         (re_node_set_insert_last, re_dfa_add_node):
32852         Rename local variables to avoid GCC shadowing warnings.
32853
32854 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
32855
32856         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
32857         [defined lint]: Suppress bogus uninitialized-variable warnings.
32858
32859         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
32860         and let the caller return REG_ESPACE if out of space.  This
32861         removes an uninitialied-variable warning with GCC 4.0.1, and also
32862         avoids taking the address of a local variable.  All callers
32863         changed.
32864
32865 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
32866
32867         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
32868         $LIBCSRC/posix/regexec.c.
32869         Add glibc bug 1217 for regcomp.c.
32870
32871 2005-08-19  Jim Meyering  <jim@meyering.net>
32872
32873         * lib/regexec.c (proceed_next_node): Redo local variables to
32874         avoid GCC shadowing warnings.
32875
32876 2005-08-18  Bruno Haible  <bruno@clisp.org>
32877
32878         * lib/strstr.c (strstr): Fix return value in multibyte case.
32879         * lib/strcasestr.c (strcasestr): Likewise.
32880
32881 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
32882
32883         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
32884
32885 2005-08-17  Jim Meyering  <jim@meyering.net>
32886
32887         Make the %s format (seconds since the epoch) work for a negative
32888         number and when used with a zero-padded field width, e.g. %015s.
32889
32890         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
32891         label so that it precedes the code to set `digits'.  Otherwise,
32892         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
32893         print `00-22'.  Now, it prints `-0022', as it should.
32894
32895 2005-08-17  Bruno Haible  <bruno@clisp.org>
32896
32897         * modules/strstr (Files): Add m4/mbrtowc.m4.
32898         (Depends-on): Add mbuiter.
32899
32900 2005-08-17  Bruno Haible  <bruno@clisp.org>
32901
32902         * modules/strcasestr: New file.
32903         * MODULES.html.sh (String handling, based on ANSI C 89): Add
32904         strcasestr.
32905
32906 2005-08-17  Bruno Haible  <bruno@clisp.org>
32907
32908         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
32909
32910 2005-08-17  Bruno Haible  <bruno@clisp.org>
32911
32912         * modules/mbuiter: New file.
32913         * MODULES.html.sh (Extended multibyte and wide character utilities):
32914         Add mbuiter.
32915
32916 2005-08-17  Bruno Haible  <bruno@clisp.org>
32917
32918         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
32919         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
32920
32921 2005-08-17  Bruno Haible  <bruno@clisp.org>
32922
32923         * m4/strcasestr.m4: New file.
32924
32925 2005-08-17  Bruno Haible  <bruno@clisp.org>
32926
32927         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
32928         * lib/strstr.c: Completely rewritten, with multibyte locale support.
32929
32930 2005-08-17  Bruno Haible  <bruno@clisp.org>
32931
32932         * lib/strcasestr.h: New file.
32933         * lib/strcasestr.c: New file.
32934
32935 2005-08-17  Bruno Haible  <bruno@clisp.org>
32936
32937         * lib/strcasecmp.c: Use mbuiter.h.
32938
32939 2005-08-17  Bruno Haible  <bruno@clisp.org>
32940
32941         * lib/mbuiter.h: New file.
32942
32943 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
32944
32945         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
32946         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
32947         and gl_GETOPT are both invoked via different paths (as happens
32948         with GNU tar CVS because it uses both argp and getopt), the former
32949         wins.
32950
32951 2005-08-16  Bruno Haible  <bruno@clisp.org>
32952
32953         * modules/tls: New file.
32954         * MODULES.html.sh (Multithreading): Add tls.
32955
32956 2005-08-16  Bruno Haible  <bruno@clisp.org>
32957
32958         * modules/strnlen1: New file.
32959         * MODULES.html.sh (String handling): Add strnlen1.
32960
32961 2005-08-16  Bruno Haible  <bruno@clisp.org>
32962
32963         * modules/strcase (Files): Add m4/mbrtowc.m4.
32964         (Depends-on): Add strnlen1, mbchar.
32965
32966 2005-08-16  Bruno Haible  <bruno@clisp.org>
32967
32968         * modules/mbiter: New file.
32969         * MODULES.html.sh (Extended multibyte and wide character utilities):
32970         Add mbiter.
32971
32972 2005-08-16  Bruno Haible  <bruno@clisp.org>
32973
32974         * modules/mbfile: New file.
32975         * MODULES.html.sh (Extended multibyte and wide character utilities):
32976         Add mbfile.
32977
32978 2005-08-16  Bruno Haible  <bruno@clisp.org>
32979
32980         * modules/mbchar: New file.
32981         * MODULES.html.sh (Extended multibyte and wide character utilities):
32982         New section.
32983
32984 2005-08-16  Bruno Haible  <bruno@clisp.org>
32985
32986         * m4/tls.m4: New file, from GNU gettext.
32987
32988 2005-08-16  Bruno Haible  <bruno@clisp.org>
32989
32990         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
32991         always.
32992         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
32993
32994 2005-08-16  Bruno Haible  <bruno@clisp.org>
32995
32996         * m4/mbiter.m4: New file.
32997
32998 2005-08-16  Bruno Haible  <bruno@clisp.org>
32999
33000         * m4/mbfile.m4: New file.
33001
33002 2005-08-16  Bruno Haible  <bruno@clisp.org>
33003
33004         * m4/mbchar.m4: New file.
33005
33006 2005-08-16  Bruno Haible  <bruno@clisp.org>
33007
33008         * lib/tls.h: New file, from GNU gettext.
33009         * lib/tls.c: New file, from GNU gettext.
33010
33011 2005-08-16  Bruno Haible  <bruno@clisp.org>
33012
33013         * lib/strnlen1.h: New file.
33014         * lib/strnlen1.c: New file.
33015
33016 2005-08-16  Bruno Haible  <bruno@clisp.org>
33017
33018         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
33019         (mbi_init): Update.
33020         (mbi_avail, mbi_advance): Let the iteration end before the terminating
33021         NUL byte, not after it.
33022
33023 2005-08-16  Bruno Haible  <bruno@clisp.org>
33024
33025         * lib/strcase.h (strcasecmp): Add note in comments.
33026         * lib/strncasecmp.c: Use code from strcasecmp.c.
33027         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
33028         (strcasecmp): Work correctly in multibyte locales.
33029
33030 2005-08-16  Bruno Haible  <bruno@clisp.org>
33031
33032         * lib/mbiter.h: New file.
33033
33034 2005-08-16  Bruno Haible  <bruno@clisp.org>
33035
33036         * lib/mbfile.h: New file.
33037
33038 2005-08-16  Bruno Haible  <bruno@clisp.org>
33039
33040         * lib/mbchar.h: New file.
33041         * lib/mbchar.c: New file.
33042
33043 2005-08-16  Bruno Haible  <bruno@clisp.org>
33044
33045         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
33046         the valid ones. Makes the comparison operations transitive:
33047         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
33048         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
33049
33050 2005-08-15  Simon Josefsson  <jas@extundo.com>
33051
33052         * modules/ssize_t (License): Change to 'unlimited'.
33053
33054         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
33055
33056 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
33057
33058         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
33059         Add comments for each pending glibc patch.
33060
33061 2005-08-15  Bruno Haible  <bruno@clisp.org>
33062
33063         * lib/regex.h (__restrict_arr): Don't define to __restrict if
33064         __cplusplus is defined.
33065
33066 2005-08-14  Jim Meyering  <jim@meyering.net>
33067
33068         Sync from coreutils.
33069
33070         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
33071         Use the hash-table-based cycle-detection code not just when
33072         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
33073         Reported by James Youngman in
33074         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
33075         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
33076         FTS_TIGHT_CYCLE_CHECK.
33077         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
33078         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
33079         once again.
33080         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
33081         * lib/fts.c (fd_safer): Remove decl.
33082         Include fcntl--.h rather than unistd-safer.h
33083         (fts_safe_changedir): Don't call fd_safer; no longer needed
33084         now that we include fcntl--.h.
33085
33086 2005-08-12  Simon Josefsson  <jas@extundo.com>
33087
33088         * modules/getndelim2: Use ssize_t module.
33089         * modules/getnline: Likewise.
33090         * modules/safe-read: Likewise.
33091         * modules/xreadlink: Likewise.
33092
33093         * modules/ssize_t: New file.
33094
33095 2005-08-12  Simon Josefsson  <jas@extundo.com>
33096
33097         * m4/readline.m4: Look for termcap, curses or ncurses if required.
33098
33099 2005-08-12  Simon Josefsson  <jas@extundo.com>
33100
33101         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
33102         ssize_t.
33103
33104 2005-08-12  Simon Josefsson  <jas@extundo.com>
33105
33106         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
33107         readline, getdelim and check_version.
33108         (Support for systems lacking ISO C 99: Sizes of integer types):
33109         Add size_max.
33110
33111 2005-08-12  Bruno Haible  <bruno@clisp.org>
33112
33113         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
33114
33115 2005-08-11  Simon Josefsson  <jas@extundo.com>
33116
33117         * modules/readline: New file.
33118
33119         * modules/strnlen (Files): Add strnlen.h.
33120
33121 2005-08-11  Simon Josefsson  <jas@extundo.com>
33122
33123         * m4/readline.m4: New file.
33124
33125 2005-08-11  Simon Josefsson  <jas@extundo.com>
33126
33127         * lib/readline.h, readline.c: New file.
33128
33129 2005-08-11  Simon Josefsson  <jas@extundo.com>
33130
33131         * doc/gnulib.texi (Initial import, Finishing touches): Mention
33132         gl_AVOID.
33133
33134 2005-08-11  Bruno Haible  <bruno@clisp.org>
33135
33136         * lib/strnlen.h (strnlen): Change parameter name to match comment.
33137
33138 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
33139
33140         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
33141
33142 2005-08-10  Simon Josefsson  <jas@extundo.com>
33143
33144         * tests/test-iconvme.c: New file.
33145
33146 2005-08-10  Simon Josefsson  <jas@extundo.com>
33147
33148         * m4/strnlen.m4: New file.
33149
33150         * m4/strndup.m4: Don't check for strnlen declaration, done in
33151         strnlen.m4.
33152
33153 2005-08-10  Simon Josefsson  <jas@extundo.com>
33154
33155         * lib/strndup.c: Use strnlen.h.
33156
33157         * lib/strnlen.h: New file.
33158
33159 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
33160
33161         * README: Typos.
33162
33163 2005-08-02  Simon Josefsson  <jas@extundo.com>
33164
33165         * modules/readline: New file.
33166
33167 2005-08-02  Simon Josefsson  <jas@extundo.com>
33168
33169         * modules/getdelim: New file.
33170
33171         * modules/getline: Rewrite, don't use getndelim2.
33172
33173 2005-08-02  Simon Josefsson  <jas@extundo.com>
33174
33175         * m4/getline.m4: Separate out getdelim stuff into separate module.
33176
33177         * m4/getdelim.m4: New file.
33178
33179 2005-08-02  Simon Josefsson  <jas@extundo.com>
33180
33181         * lib/getline.h, getline.c: Rewrite.
33182
33183         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
33184
33185 2005-07-31  Bruno Haible  <bruno@clisp.org>
33186
33187         * lib/lock.h (gl_lock_initializer): New macro.
33188         (gl_lock_define_initialized): Use it.
33189         (gl_rwlock_initializer): New macro.
33190         (gl_rwlock_define_initialized): Use it.
33191         (gl_recursive_lock_initializer): New macro.
33192         (gl_recursive_lock_define_initialized): Use it.
33193
33194 2005-07-30  Karl Berry  <karl@gnu.org>
33195
33196         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
33197         Report from Ben Pfaff, regarding getopt.
33198
33199 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
33200
33201         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
33202         normal way.
33203         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
33204         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
33205         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
33206         (gl_GETOPT): Use the new macros.  Most of the implementation
33207         is moved to the new macros.  This is for programs like Emacs
33208         that don't want all the functionality of gl_GETOPT.
33209
33210 2005-07-26  Bruno Haible  <bruno@clisp.org>
33211
33212         * m4/lock.m4: Update from GNU gettext.
33213
33214 2005-07-26  Bruno Haible  <bruno@clisp.org>
33215
33216         * lib/lock.h: Update from GNU gettext.
33217         * lib/lock.c: Update from GNU gettext.
33218
33219 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
33220
33221         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
33222         obsolescent AC_TRY_RUN.  Include the default includes files, for
33223         'exit'.
33224
33225 2005-07-24  Bruno Haible  <bruno@clisp.org>
33226
33227         * modules/visibility: New file.
33228         * MODULES.html.sh (Misc): Add visibility.
33229
33230 2005-07-24  Bruno Haible  <bruno@clisp.org>
33231
33232         * m4/visibility.m4: New file.
33233
33234 2005-07-24  Bruno Haible  <bruno@clisp.org>
33235
33236         * doc/visibility.texi: New file.
33237
33238 2005-07-22  Bruno Haible  <bruno@clisp.org>
33239
33240         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
33241         $(ALLOCA_H), redundant through BUILT_SOURCES.
33242         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
33243         redundant through BUILT_SOURCES.
33244         * modules/byteswap (Makefile.am): Remove explicit dependency on
33245         $(BYTESWAP_H), redundant through BUILT_SOURCES.
33246         * modules/fnmatch (Makefile.am): Remove explicit dependency on
33247         $(FNMATCH_H), redundant through BUILT_SOURCES.
33248         * modules/getopt (Makefile.am): Remove explicit dependency on
33249         $(GETOPT_H), redundant through BUILT_SOURCES.
33250         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
33251         redundant through BUILT_SOURCES.
33252         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
33253         redundant through BUILT_SOURCES.
33254         * modules/stdbool (Makefile.am): Remove explicit dependency on
33255         $(STDBOOL_H), redundant through BUILT_SOURCES.
33256         * modules/stdint (Makefile.am): Remove explicit dependency on
33257         $(STDINT_H), redundant through BUILT_SOURCES.
33258         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
33259         Remove explicit dependency on $(SYSEXITS_H).
33260         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
33261
33262 2005-07-18  Simon Josefsson  <jas@extundo.com>
33263
33264         * lib/check-version.c (check_version): Accept identical versions too.
33265
33266 2005-07-18  Bruno Haible  <bruno@clisp.org>
33267
33268         * modules/lock: New file.
33269         * MODULES.html.sh (Multithreading): New section.
33270
33271 2005-07-18  Bruno Haible  <bruno@clisp.org>
33272
33273         * m4/lock.m4: New file, from GNU gettext.
33274
33275 2005-07-18  Bruno Haible  <bruno@clisp.org>
33276
33277         * lib/lock.h: New file, from GNU gettext.
33278         * lib/lock.c: New file, from GNU gettext.
33279
33280 2005-07-18  Bruno Haible  <bruno@clisp.org>
33281
33282         * lib/lock.h (gl_once_t): New type.
33283         (gl_once_define, gl_once): New macros.
33284         * lib/lock.c (fresh_once): New variable.
33285         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
33286         functions.
33287
33288 2005-07-16  Simon Josefsson  <jas@extundo.com>
33289
33290         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
33291         workaround, suggested by Bruno.
33292
33293 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
33294
33295         * modules/xalloc (Depends-on): Add xalloc-die.
33296         * modules/xvasprintf (Depends-on): Add xalloc-die.
33297
33298 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
33299
33300         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
33301         with a minor change.
33302
33303 2005-07-15  Bruno Haible  <bruno@clisp.org>
33304
33305         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
33306         When using lib/poll.c, define poll as rpl_poll.
33307
33308 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
33309
33310         * modules/argp (Depends-on): Remove unlocked-io.
33311
33312 2005-07-14  Derek Price  <derek@ximbiot.com>
33313
33314         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
33315         for glob symlink bug.
33316
33317 2005-07-14  Bruno Haible  <bruno@clisp.org>
33318
33319         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
33320         Instead, test for *_unlocked function declarations directly.
33321
33322 2005-07-11  Simon Josefsson  <jas@extundo.com>
33323
33324         * modules/size_max: New file.
33325
33326         * modules/xsize: Depend on size_max module for size_max.m4.
33327
33328 2005-07-11  Simon Josefsson  <jas@extundo.com>
33329
33330         * lib/size_max.h: New file.
33331
33332 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
33333
33334         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
33335         copyright symbol and the year.
33336         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
33337         (version_etc_va): Use parameterized copyright notice.
33338         Reword to conform to the current GNU coding standards.
33339
33340 2005-07-11  Karl Berry  <karl@gnu.org>
33341
33342         * doc/gnulib.texi (Quoting): new node.
33343         (Initial import): more info, from Patrice.
33344
33345 2005-07-11  Bruno Haible  <bruno@clisp.org>
33346
33347         * gnulib-tool (func_usage): Document option --avoid.
33348         (Command line options): Handle --avoid.
33349         (func_acceptable): New function.
33350         (func_modules_transitive_closure): Use it.
33351
33352 2005-07-11  Bruno Haible  <bruno@clisp.org>
33353
33354         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
33355         Reported by Jim Meyering.
33356
33357 2005-07-10  Bruno Haible  <bruno@clisp.org>
33358
33359         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
33360         Needed when size_t is smaller than 'unsigned int'.
33361         Reported by Paul Eggert.
33362
33363 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
33364
33365         * modules/argp (Depends-on): Add unlocked-io
33366
33367 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
33368
33369         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
33370         block of defines.
33371
33372 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
33373
33374         * config/srclist.txt: Comment out regcomp.c, since we have a porting
33375         fix now.
33376
33377 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
33378         and Paul Eggert  <eggert@cs.ucla.edu>
33379
33380         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
33381         in wint_t, not wchar_t.  Remove now-unnecessary cast.
33382
33383 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
33384
33385         * modules/regex (Files): Add lib/regex_internal.c,
33386         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
33387         (Depends-on): Add extensions.
33388         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
33389
33390 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
33391
33392         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
33393         pathconf.
33394         * m4/same.m4 (gl_SAME): Likewise.
33395         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
33396
33397         * m4/regex.m4: Adjust to new libc regex implementation.
33398         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
33399         all the .c and .h parts of (the new) regex.
33400         Quote the m4 stuff better.
33401         Check for RE_ICASE bug of old gnulib.
33402         Check for REG_STARTEND of recent libc.
33403         Rename local variables from jm_* to gl_*.
33404         Quote operand of "test -f".
33405         Say "recent enough" version of libc, not "version 2".
33406         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
33407         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
33408         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
33409         Remove check for btowc, isascii.
33410         Require AM_LANGINFO_CODESET.
33411
33412 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
33413
33414         * lib/regex.c, regex.h: Sync from libc.
33415         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
33416         * lib/regexec.c:
33417         New files, synced from libc, except that regex_internal.h
33418         currently has a small porting fix.
33419
33420 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
33421
33422         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
33423         regex_internal.c, regexec.c.
33424         Add regex_internal.h too, but as a comment, since the libc version
33425         is currently broken in gnulib mode.
33426
33427 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
33428
33429         Support programs like Emacs that use gnulib but not gettext.
33430         * MODULES.html.sh (Internationalization functions): Add gettext-h.
33431         * modules/gettext-h: New file.
33432         * modules/gettext (Files): Remove lib/gettext.h.
33433         (Depends-on): Add gettext-h.
33434         (Makefile.am): Remove lib_SOURCES.
33435         * modules/argmatch, modules/c-stack, modules/closeout:
33436         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
33437         * modules/execute, modules/file-type, modules/getaddrinfo:
33438         * modules/getopt, modules/human, modules/javacomp:
33439         * modules/javaexec, modules/mkdir-p, modules/obstack:
33440         * modules/openat, modules/pagealign_alloc, modules/pipe:
33441         * modules/quotearg, modules/regex, modules/rpmatch:
33442         * modules/unicodeio, modules/userspec, modules/version-etc:
33443         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
33444         * modules/xsetenv:
33445         Depend on gettext-h, not gettext.
33446
33447 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
33448
33449         * gnulib-tool (func_import): Add support for 'public domain' license.
33450         * modules/alloca, modules/atexit, modules/memmove:
33451         Now public domain, not GPL.
33452         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
33453         * modules/realloc, modules/strerror, modules/strtod:
33454         Now LGPL, not GPL.
33455
33456 2005-07-05  Bruno Haible  <bruno@clisp.org>
33457
33458         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
33459         autoconf CVS. Needed for mingw.
33460
33461 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
33462
33463         Remove the dependency of the strftime module on the tzset module.
33464         * modules/strftime (Depends-on): Remove dependency on tzset.
33465
33466 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
33467
33468         Remove the dependency of the strftime module on the tzset module.
33469         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
33470         gl_FUNC_TZSET_CLOBBER.
33471
33472 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
33473
33474         Remove the dependency of the strftime module on the tzset module.
33475         * lib/strftime.c (my_strftime)
33476         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
33477         Copy the input structure, to work around some of the bug with
33478         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
33479         Solaris releases, you should also use the tzset module, but we won't
33480         require it as a dependency any more since we don't want LGPLed code
33481         to depend on GPLed code.
33482
33483 2005-07-02  Jim Meyering  <jim@meyering.net>
33484
33485         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
33486         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
33487         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
33488         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
33489
33490 2005-07-02  Jim Meyering  <jim@meyering.net>
33491
33492         * lib/backupfile.c (backup_args): Change a `0' to NULL.
33493
33494 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
33495
33496         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
33497         declares only 'struct timespec;' (!).
33498
33499 2005-07-01  Jim Meyering  <jim@meyering.net>
33500
33501         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
33502         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
33503         * lib/save-cwd.c, tempname.c:
33504         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
33505         and don't include <sys/file.h>).
33506
33507 2005-06-29  Jim Meyering  <jim@meyering.net>
33508
33509         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
33510         type name.  Use the variable name instead.
33511         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
33512         Likewise.
33513
33514 2005-06-28  Simon Josefsson  <jas@extundo.com>
33515
33516         * modules/check-version (Files): Add check-version.m4.
33517
33518 2005-06-28  Simon Josefsson  <jas@extundo.com>
33519
33520         * m4/check-version.m4: New file, suggested by Jim Meyering
33521         <jim@meyering.net>.
33522
33523 2005-06-28  Simon Josefsson  <jas@extundo.com>
33524
33525         * lib/check-version.h, lib/check-version.c: New files.
33526
33527 2005-06-28  Simon Josefsson  <jas@extundo.com>
33528
33529         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
33530         collision with global variable.  Better indentation.  Don't
33531         increment buffer pointer beyond buffer end.  Based on comments
33532         from Paul Eggert <eggert@cs.ucla.edu>.
33533
33534         * lib/base64.h: Indent.
33535
33536 2005-06-28  Simon Josefsson  <jas@extundo.com>
33537
33538         * doc/gnulib.texi (Library version handling): New section.
33539
33540 2005-06-28  Jim Meyering  <jim@meyering.net>
33541
33542         * check-module (find_included_lib_files): Hard-code another
33543         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
33544         but modules/fts-lgpl (correctly) does not list those files.
33545
33546         * modules/canonicalize (Files): Add lib/pathmax.h.
33547
33548 2005-06-25  Simon Josefsson  <jas@extundo.com>
33549
33550         * modules/check-version: New file.
33551
33552 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
33553
33554         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
33555         initializer of struct addrinfo, as an indication that we don't
33556         care how many members the structure has.
33557
33558 2005-06-24  Derek Price  <derek@ximbiot.com>
33559         and Bruno Haible  <bruno@clisp.org>
33560
33561         Remove stat module & update lstat.
33562         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
33563         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
33564         * m4/stat.m4: Remove this file.
33565
33566 2005-06-24  Derek Price  <derek@ximbiot.com>
33567         and Bruno Haible  <bruno@clisp.org>
33568
33569         Remove stat module & update lstat.
33570         * lib/stat.c: Remove this file...
33571         (slash_aware_lstat): ...moving this content and its support...
33572         * lib/lstat.c (rpl_lstat): ...into here.
33573         * lib/lstat.h: New file.
33574
33575 2005-06-24  Derek Price  <derek@ximbiot.com>
33576         and Bruno Haible  <bruno@clisp.org>
33577
33578         Remove stat module & update lstat.
33579         * config/srclist.txt (libc sources): Remove stat.
33580
33581 2005-06-24  Derek Price  <derek@ximbiot.com>
33582         and Bruno Haible  <bruno@clisp.org>
33583
33584         Remove stat module & update lstat.
33585         * MODULES.html.sh (stat): Remove.
33586         * MODULES.html: Regenerated.
33587         * modules/lstat (Description): Correct function name.
33588         (Files): Add "lstat.h".
33589         (Depends-on): Remove stat, add xalloc, stat-macros.
33590         * modules/stat: Remove this file.
33591         (Include): Add "lstat.h", remove <sys/stat.h>.
33592
33593 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
33594
33595         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
33596         (ranged_convert): Don't save conversion in a temporary struct.
33597         This causes a warning with GCC 4.0.0, and anyway in the typical
33598         case it's not worth the extra 100 bytes or so of code.
33599         (ranged_convert, __mktime_internal): When calling a function via a
33600         pointer P, use P () rather than (*P) (), as we now assume C89 or
33601         better.
33602
33603 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
33604
33605         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
33606         "who -r" failed to give output.  Problem reported by Tim Waugh.
33607
33608         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
33609         (xcalloc): Use it to avoid needless tests.
33610         Problem reported by Jim Meyering.
33611
33612 2005-06-20  Derek Price  <derek@ximbiot.com>
33613
33614         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
33615         unnecessary for Autoconfs > 2.59c.
33616
33617 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
33618
33619         * lib/argp.h (__option_is_short): Check upper limit of
33620         __key. Isprint() requires its argument to have the value
33621         of an unsigned char or EOF.
33622
33623 2005-06-16  Jim Meyering  <jim@meyering.net>
33624
33625         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
33626         when either N or S is zero.
33627
33628 2005-06-16  Derek Price  <derek@ximbiot.com>
33629
33630         * m4/bison.m4: Declare YACC & YFLAGS precious.
33631
33632 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
33633
33634         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
33635         multibyte string or pattern, fall back on unibyte matching.
33636         Problem reported by James Youngman.
33637
33638 2005-06-08  Bruno Haible  <bruno@clisp.org>
33639
33640         * modules/csharpcomp: New file.
33641         * MODULES.html.sh (C#): Add csharpcomp.
33642
33643 2005-06-08  Bruno Haible  <bruno@clisp.org>
33644
33645         * m4/csharpcomp.m4: New file, from GNU gettext.
33646
33647 2005-06-08  Bruno Haible  <bruno@clisp.org>
33648
33649         * lib/csharpcomp.h: New file, from GNU gettext.
33650         * lib/csharpcomp.c: New file, from GNU gettext.
33651         * lib/csharpcomp.sh.in: New file, from GNU gettext.
33652
33653 2005-06-08  Bruno Haible  <bruno@clisp.org>
33654
33655         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
33656         warning on mingw.
33657
33658 2005-06-07  Derek Price  <derek@ximbiot.com>
33659
33660         Sync from CVS.
33661         * lib/glob_.h: Indent nested #ifdef.
33662
33663 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
33664
33665         Sync from coreutils.
33666         Use "file name" when talking about file names, instead of "filename"
33667         or "path", as per the GNU coding standards.
33668         * lib/mkdir-p.c: Renamed from makepath.c.
33669         (make_dir_parents): Renamed from make_path.  All callers changed.
33670         * lib/mkdir-p.h: Likewise.  All includers changed.
33671         * lib/filenamecat.c: Renamed from path-concat.c.
33672         (file_name_concat): Renamed from path_concat.  All callers changed.
33673         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
33674         * lib/filenamecat.h: Likewise.  All includers changed.
33675         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
33676         in comments or local variable names.
33677         * lib/basename.c: Likewise.
33678         * lib/canonicalize.c, canonicalize.h: Likewise.
33679         * lib/dirname.c, dirname.h: Likewise.
33680         * lib/euidaccess.c: Likewise.
33681         * lib/exclude.c: Likewise
33682         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
33683         * lib/fsusage.c, fsuage.h: Likewise.
33684         * lib/fts.c, fts_.h: Likewise.
33685         * lib/getcwd.c: Likewise.
33686         * lib/getloadavg.c: Likewise.
33687         * lib/mkstemp.c: Likewise.
33688         * lib/mountlist.c, mountlist.h: Likewise.
33689         * lib/openat.c, openat.h: Likewise.
33690         * lib/readlink-stub.c: Likewise.
33691         * lib/readutmp.c, readutmp.h: Likewise.
33692         * lib/rename.c: Likewise.
33693         * lib/rmdir.c: Likewise.
33694         * lib/same.c: Likewise.
33695         * lib/savedir.c: Likewise.
33696         * lib/stripslash.c: Likewise.
33697         * lib/tempname.c: Likewise.
33698         * lib/xreadlink.c: Likewise.
33699         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
33700         All uses changed.
33701         * lib/exclude.h: Likewise.
33702
33703         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
33704         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
33705         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
33706         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
33707         * lib/pathmax.h: Include <limits.h> unconditionally, since other
33708         files have been getting away with it for years (MORE/BSD 4.3
33709         is extinct now).
33710         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
33711         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
33712
33713         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
33714         Define to 256, not 255, as per modern POSIX.
33715
33716 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
33717
33718         Sync from coreutils.
33719         Use "file name" when talking about file names, instead of "filename"
33720         or "path", as per the GNU coding standards.
33721         * MODULES.html.sh: mkdir-p renamed from makepath.
33722         filenamecat renamed from path-concat.
33723         * modules/filenamecat: Renamed from modules/path-concat.
33724         (Files): filenamecat.h and filenamecat.c renamed from
33725         path-concat.h and path-concat.c.
33726         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
33727         (Include): filenamecat.h, not path-concat.h.
33728         * modules/mkdir-p: Renamed from modules/makepath.
33729         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
33730         makepath.c.
33731         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
33732         (Include): mkdir-p.h, not makepath.h.
33733
33734 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
33735
33736         Sync from coreutils.
33737         * m4/mkdir-p.m4: Renamed from makepath.m4.
33738         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
33739         Rename files from makepath.c to mkdir-p.c, and from
33740         makepath.h to mkdir-p.h.
33741         * m4/filenamecat.m4: Renamed from path-concat.m4.
33742         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
33743         Rename files from path-concat.c to filenamecat.c,
33744         and from path-concat.h to filenamecat.h.
33745         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
33746         "file name" in local variables or comments.
33747         * m4/rename.m4: Likewise.
33748
33749 2005-06-01  Bruno Haible  <bruno@clisp.org>
33750
33751         * modules/csharpexec: New file.
33752         * MODULES.html.sh (C#): New section.
33753
33754 2005-06-01  Bruno Haible  <bruno@clisp.org>
33755
33756         * m4/csharp.m4: New file, from GNU gettext.
33757         * m4/csharpexec.m4: New file, from GNU gettext.
33758
33759 2005-06-01  Bruno Haible  <bruno@clisp.org>
33760
33761         * lib/csharpexec.h: New file, from GNU gettext.
33762         * lib/csharpexec.c: New file, from GNU gettext.
33763         * lib/csharpexec.sh.in: New file, from GNU gettext.
33764
33765 2005-05-31  Derek Price  <derek@ximbiot.com>
33766             Paul Eggert  <eggert@cs.ucla.edu>
33767
33768         Sync from cvs.
33769         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
33770
33771 2005-05-31  Derek Price  <derek@ximbiot.com>
33772             Paul Eggert  <eggert@cs.ucla.edu>
33773
33774         Sync from cvs.
33775         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
33776
33777 2005-05-29  Derek Price  <derek@ximbiot.com>
33778
33779         * config/srclist.txt (glob_.h, glob.c): Add these files.
33780
33781 2005-05-29  Derek Price  <derek@ximbiot.com>
33782
33783         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
33784         * modules/glob: New file.
33785         * modules/getlogin_r: Add link to POSIX spec in description.
33786
33787 2005-05-29  Derek Price  <derek@ximbiot.com>
33788             Paul Eggert  <eggert@cs.ucla.edu>
33789
33790         * m4/glob.m4: New file.
33791
33792 2005-05-29  Derek Price  <derek@ximbiot.com>
33793             Paul Eggert  <eggert@cs.ucla.edu>
33794
33795         * lib/glob_.h, lib/glob.c: New files.
33796
33797 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
33798
33799         * modules/fts (Files): Remove m4/inttypes-pri.m4.
33800         * modules/fts-lgpl (Depends-on): Remove gettext.
33801
33802 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
33803
33804         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
33805         and don't require gt_INTTYPES_PRI.
33806
33807 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
33808
33809         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
33810
33811         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
33812         the configuration hassle isn't worth it.
33813         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
33814         (LONGEST_MODIFIER, PRIuMAX): Remove.
33815
33816 2005-05-27  Bruno Haible  <bruno@clisp.org>
33817
33818         * lib/getlogin_r.h: Remove second include of <stddef.h>.
33819
33820 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
33821
33822         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
33823         _POSIX_PTHREAD_SEMANTICS for Solaris.
33824
33825 2005-05-25  Derek Price  <derek@ximbiot.com>
33826
33827         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
33828
33829 2005-05-25  Derek Price  <derek@ximbiot.com>
33830             Paul Eggert  <eggert@cs.ucla.edu>
33831
33832         * modules/getlogin_r, m4/getlogin_r.m4: New files.
33833         * lib/getlogin_r.c, getlogin_r.h: New files.
33834
33835 2005-05-25  Bruno Haible  <bruno@clisp.org>
33836             Derek Price  <derek@ximbiot.com>
33837
33838         * lib/getlogin_r.h: Simplify API documentation.
33839
33840 2005-05-23  Derek Price  <derek@ximbiot.com>
33841
33842         * modules/minmax (Files): Add m4/minmax.m4.
33843         (configure.ac): Add gl_MINMAX.
33844
33845 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
33846
33847         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
33848         so that unistd-safer.h (GPL'ed code) need not be included.
33849
33850 2005-05-22  Bruno Haible  <bruno@clisp.org>
33851
33852         * m4/minmax.m4: New file.
33853         Based on a patch by Derek Price <derek@ximbiot.com>.
33854
33855 2005-05-22  Bruno Haible  <bruno@clisp.org>
33856
33857         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
33858         (INT64_MIN): Fix definition.
33859         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
33860
33861         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
33862         NEED_SIGNED_INT_TYPES.
33863
33864         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
33865         HAVE_SYSTEM_INTTYPES.
33866
33867 2005-05-22  Bruno Haible  <bruno@clisp.org>
33868
33869         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
33870         Also include <sys/param.h> if it defines MIN, MAX.
33871         Based on a patch by Derek Price <derek@ximbiot.com>.
33872
33873 2005-05-21  Jim Meyering  <jim@meyering.net>
33874
33875         * modules/fts (Files): Add m4/inttypes-pri.m4.
33876         (Depends-on): Add lstat and remove gettext.  Alphabetize.
33877
33878 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
33879
33880         New fts module.
33881         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
33882         (setup_dir, free_dir): New functions.
33883         (enter_dir, leave_dir): Define trivial
33884         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
33885         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
33886         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
33887         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
33888         Move to fts-cycle.c.
33889         (fts_open): Use setup_dir.
33890         (fts_close): Use free_dir.
33891         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
33892         This adds a label and some gotos, but the alternatives were messier.
33893         Check for memory allocation failure when entering a dir.
33894         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
33895         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
33896         (FTS): New member fts_cycle, that is a union that contains the
33897         old active_dir_ht and cycle_state.  All uses changed to mention
33898         fts_cycle.ht and fts_cycle.state.
33899         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
33900         fts.c, with the following changes:
33901         (setup_dir, free_dir): New functions.
33902         (enter_dir): Now returns bool.  Return true if successful, false
33903         if memory exhausted.  All callers changed.
33904         Do not bother partly cleaning up on
33905         memory allocation failure; that is free_dir's job.
33906         However, free ad if hash_insert fails, to avoid memory leak.
33907         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
33908         fts->fts_options to see which union member to use.
33909
33910 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
33911
33912         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
33913         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
33914
33915 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
33916
33917         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
33918
33919 2005-05-20  Jim Meyering  <jim@meyering.net>
33920
33921         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
33922         Now a macro, to pacify GCC.
33923
33924 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
33925
33926         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
33927         of -1.
33928
33929 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
33930
33931         * lib/chown.c (rpl_chown): Return -1 on failure.
33932
33933 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
33934
33935         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
33936         Don't check for stddef.h.
33937         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
33938         don't use its results.
33939         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
33940         since we include them unconditionally.  Don't require
33941         AM_STDBOOL_H, since stdbool is a prerequisite.
33942         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
33943         since we assume C89 or better.
33944         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
33945         as we don't use their results.
33946         Don't check for fchdir, memmove, memset, strrchr, as we use
33947         them unconditionally.
33948         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
33949         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
33950
33951 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
33952
33953         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
33954         Include <stddef.h> unconditionally, since we assume C89 now.
33955         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
33956         * lib/fts.c: Include fts_.h first, to check interface.
33957         Do not include intprops.h; no longer needed.
33958         Include cycle-check.h and hash.h, since fts_.h no longer does.
33959         Remove unnecessary casts of closedir to void.
33960         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
33961         decide whether to decrement nlinks.
33962         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
33963         (FTS): Use struct hash_table * instead of Hash_table, so that
33964         we no longer need to include hash.h here.
33965
33966 2005-05-18  Jim Meyering  <jim@meyering.net>
33967
33968         * modules/dirfd (License): Change to LGPL.  Most of the code
33969         is already in the public domain.
33970
33971 2005-05-18  Jim Meyering  <jim@meyering.net>
33972
33973         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
33974         Reported by Yoann Vandoorselaere.
33975
33976 2005-05-17  Jim Meyering  <jim@meyering.net>
33977
33978         * m4/fts.m4: New file, from coreutils.
33979
33980 2005-05-17  Jim Meyering  <jim@meyering.net>
33981
33982         * lib/fts.c, lib/fts_.h: New files, from coreutils.
33983
33984 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
33985
33986         Sync from coreutils.
33987         * m4/unlinkdir.m4: New file.
33988
33989 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
33990
33991         Sync from coreutils.
33992         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
33993         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
33994         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
33995         White space changes only.
33996         * lib/makepath.c (make_path): Port to hosts where leading "//" is
33997         special.
33998         * lib/yesno.c: Include getline.h, not ctype.h.
33999         (yesno): Don't remove leading white space; POSIX doesn't allow it.
34000         Use getline to remove arbitrary restriction on response length.
34001
34002 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
34003
34004         * config/srclist-update: Spell out "Street" in FSF postal
34005         mail address; this is the style the FSF seems to prefer.
34006
34007         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
34008         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
34009         this updates FSF postal mail address.
34010
34011         Sync from coreutils.
34012         * modules/unlinkdir: New file.
34013         * modules/yesno (Depends-on): Add getline.
34014         * MODULES.html.sh (File system functions): Add unlinkdir.
34015
34016 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
34017
34018         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
34019         lib/strsep.h:
34020         Change the initial comment to refer to GPL, not LGPL.
34021         gnulib-tool will change it to LGPL as needed.
34022
34023         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
34024         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
34025         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
34026         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
34027         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
34028         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
34029         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
34030         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
34031         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
34032         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
34033         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
34034         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
34035         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
34036         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
34037         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
34038         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
34039         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
34040         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
34041         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
34042         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
34043         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
34044         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
34045         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
34046         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
34047         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
34048         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
34049         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
34050         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
34051         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
34052         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
34053         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
34054         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
34055         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
34056         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
34057         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
34058         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
34059         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
34060         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
34061         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
34062         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
34063         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
34064         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
34065         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
34066         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
34067         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
34068         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
34069         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
34070         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
34071         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
34072         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
34073         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
34074         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
34075         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
34076         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
34077         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
34078         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
34079         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
34080         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
34081         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
34082         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
34083         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
34084         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
34085         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
34086         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
34087         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
34088         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
34089         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
34090         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
34091         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
34092         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
34093         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
34094         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
34095         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
34096         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
34097         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
34098         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
34099         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
34100         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
34101         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
34102         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
34103         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
34104         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
34105         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
34106         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
34107         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
34108         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
34109         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
34110         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
34111         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
34112         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
34113         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
34114         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
34115         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
34116         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
34117         lib/yesno.c, lib/yesno.h:
34118         Update FSF postal mail address.
34119
34120 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
34121
34122         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
34123         tests/test-memmem.c, tests/test-stpncpy.c:
34124         Update FSF postal mail address.
34125
34126 2005-05-13  Bruno Haible  <bruno@clisp.org>
34127
34128         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
34129         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
34130         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
34131         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
34132         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
34133         Add support for 64-bit integers in the MSVC compiler.
34134
34135 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
34136
34137         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
34138
34139 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
34140
34141         * gnulib-tool (func_import): Sort and uniquify recommended includes.
34142
34143 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
34144
34145         * doc/getdate.texi (General date syntax): Don't say that date
34146         date --iso-8601=ns generates acceptable dates; it doesn't yet.
34147         Problem reported by Nic Ferrier.
34148
34149 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
34150
34151         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
34152         specified in ai_socktype. Fix invalid ai_protocol
34153         check. ai_protocol is usually set to 0 or depending on
34154         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
34155         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
34156         ai_socktype / ai_protocol in the returned addrinfo structure.
34157
34158 2005-05-10  Simon Josefsson  <jas@extundo.com>
34159
34160         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
34161         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
34162
34163 2005-05-10  Karl Berry  <karl@gnu.org>
34164
34165         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
34166         (from http://www.gnu.org/licenses).
34167         * doc/COPYING.LIB: also rename to COPYING.LESSER.
34168         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
34169         fdl.texi suffices.
34170
34171 2005-05-10  Karl Berry  <karl@gnu.org>
34172
34173         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
34174         (COPYING.DOC): remove.
34175
34176         * config/srclist-update: new FSF address.
34177
34178 2005-05-10  Derek Price  <derek@ximbiot.com>
34179
34180         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
34181         possible.
34182
34183 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
34184             Bruno Haible  <bruno@clisp.org>
34185
34186         * modules/inet_ntop: New file.
34187         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
34188         inet_ntop.
34189
34190 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
34191             Bruno Haible  <bruno@clisp.org>
34192
34193         * m4/inet_ntop.m4: New file.
34194
34195 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
34196             Bruno Haible  <bruno@clisp.org>
34197
34198         * lib/inet_ntop.h: New file.
34199         * lib/inet_ntop.c: New file, from glibc with modifications.
34200
34201 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
34202
34203         * modules/time_r (License): Change to LGPL.
34204         * modules/extensions (License): Change to LGPL.  Actually,
34205         the license is more permissive than that, but currently gnulib-tool
34206         doesn't know how to handle more-permissive licenses.
34207
34208         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
34209         Problem reported by Dave Love.
34210
34211 2005-05-08  Jim Meyering  <jim@meyering.net>
34212
34213         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
34214         blank.
34215
34216 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
34217
34218         * modules/argmatch (Depends-on): Add stdbool.
34219         * modules/backupfile (Depends-on): Likewise.
34220         * modules/chdir-long (Depends-on): Likewise.
34221         * modules/closeout (Depends-on): Likewise.
34222         * modules/cycle-check (Depends-on): Likewise.
34223         * modules/dirname (Depends-on): Likewise.
34224         * modules/fnmatch (Depends-on): Likewise.
34225         * modules/fsusage (Depends-on): Likewise.
34226         * modules/fwriteerror (Depends-on): Likewise.
34227         * modules/getcwd (Depends-on): Likewise.
34228         * modules/getloadavg (Depends-on): Likewise.
34229         * modules/hard-locale (Depends-on): Likewise.
34230         * modules/makepath (Depends-on): Likewise.
34231         * modules/mountlist (Depends-on): Likewise.
34232         * modules/nanosleep (Depends-on): Likewise.
34233         * modules/posixtm (Depends-on): Likewise.
34234         * modules/quotearg (Depends-on): Likewise.
34235         * modules/readtokens (Depends-on): Likewise.
34236         * modules/readtokens0 (Depends-on): Likewise.
34237         * modules/readutmp (Depends-on): Likewise.
34238         * modules/save-cwd (Depends-on): Likewise.
34239         * modules/strftime (Depends-on): Likewise.
34240         * modules/userspec (Depends-on): Likewise.
34241         * modules/utimecmp (Depends-on): Likewise.
34242         * modules/xgetcwd (Depends-on): Likewise.
34243         * modules/xnanosleep (Depends-on): Likewise.
34244         * modules/xstrtod (Depends-on): Likewise.
34245         * modules/yesno (Depends-on): Likewise.
34246
34247 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
34248
34249         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
34250         needless checks.
34251
34252 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
34253
34254         Merge from coreutils.  Among other things,
34255         add bulletproofing for cases where stdin, stdout, or stderr are closed.
34256         * lib/fd-safer.c: New file.
34257         * lib/fcntl-safer.h, open-safer.c: Remove.
34258         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
34259         * lib/dup-safer.c: Include unistd-safer.h first.
34260         Don't include errno.h.
34261         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
34262         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
34263         * lib/file-type.c: Rely on file-type.h change.
34264         * lib/getloadavg.c: Include unistd-safer.h.
34265         (getloadavg): Use safer open.
34266         * lib/getusershell.c: Include "stdio-safer.h".
34267         (getusershell): Use safer fopen.
34268         * lib/long-options.c (long_options): Use NULL rather than 0.
34269         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
34270         'free'.
34271         * lib/modechange.c: Likewise.
34272         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
34273         (MODE_DONE): New constant.
34274         (struct mode_change): Remove 'next' member.
34275         (make_node_op_equals): New function; like the old one of the
34276         same name, except it allocates an array.
34277         (mode_compile, mode_create_from_ref): Use it.
34278         (mode_compile): Allocate result as an array, not a linked list.
34279         Parse octal string ourself, so that we catch mistakes like "+0".
34280         (mode_adjust): Arg is an array, not a linked list.
34281         * lib/modechange.c: Include stat-macros.h, xalloc.h.
34282         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
34283         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
34284         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
34285         Remove.  This is now stat-macros.h's job.
34286         (talloc): Remove.  All callers replaced by xalloc, so that
34287         our invokers don't have to worry about reporting memory failures.
34288         (make_node_op_equals): Remove.
34289         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
34290         New constants.
34291         (struct mode_change): Moved here from modechange.h.
34292         (mode_append_entry): Remove.
34293         (mode_compile): Remove MASKED_OPS arg, since it encouraged
34294         apps to have incorrect behavior.  Use simpler algorithm for head
34295         and tail.  Don't futz with umask; that's now the job of mode_adjust.
34296         Detect more invalid usages rather than having somewhat-random behavior.
34297         Don't insert an "a=" action, as that leads to incorrect behavior.
34298         (mode_compile, mode_create_from_ref): Return NULL on error instead
34299         of an enum, since now there's only one way to have an error.  All
34300         callers changed.
34301         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
34302         at the correct time.  Simplify calculation of "+u" and its ilk.
34303         Don't mishandle "+X".
34304         (mode_free): Remove "register" and localize decls.
34305         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
34306         (struct mode_change): Move to modechange.c; callers don't
34307         need to see this stuff.
34308         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
34309         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
34310         (mode_change, mode_adjust): Reflect the new signatures noted above.
34311         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
34312         that might redefine system include files.
34313         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
34314         (my_usleep): Use NULL rather than (void *) 0.
34315         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
34316         Use siginterrupt to specify that system calls should be interrupted.
34317         (rpl_nanosleep): Move initialization of suspended closer to call of
34318         my_usleep.
34319         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
34320         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
34321         (desirable_utmp_entry): New function.
34322         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
34323         using x2nrealloc, to simplify logic.
34324         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
34325         size calculation.  Do not assume utmp file is a regular file.
34326         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
34327         (READ_UTMP_CHECK_PIDS): New constant.
34328         * lib/save-cwd.c: Include unistd-safer.h.
34329         (save_cwd): Use fd_safer.
34330         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
34331         [!_LIBC] Include "stat-macros.h" instead.
34332         * lib/unistd-safer.h (fd_safer): New decl.
34333
34334 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
34335
34336         * modules/getloadavg (Depends-on): Add unistd-safer.
34337         * modules/getusershell (Depends-on): Add stdio-safer.
34338         * modules/lstat (Depends-on): Remove xalloc.
34339         * modules/mkstemp (Depends-on): Add stat-macros.
34340         * modules/modechange (Depends-on): Remove xstrtol.
34341         Add stat-macros, xalloc.
34342         * modules/save-cwd (Depends-on): Add unistd-safer.
34343         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
34344         * modules/unistd-safer (Files): Add lib/fd-safer.c
34345         (Makefile.am): Remove lib_SOURCES.
34346
34347         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
34348         Remove fcntl-safer; unistd-safer supersedes it.
34349
34350 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
34351
34352         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
34353         AC_HEADER_STAT.
34354         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
34355         (gl_PREREQ_CHOWN): Remove.
34356         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
34357         it.  Don't require AC_HEADER_STAT.
34358         (gl_PREREQ_LSTAT): Remove.
34359         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
34360         Don't require AC_HEADER_STAT.
34361         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
34362         (gl_PREREQ_RMDIR): Remove.
34363         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
34364         mention stat-macros.h or AC_HEADER_STAT, since we'll make
34365         the stat-macros module a prerequisite.
34366         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
34367         * m4/filemode.m4 (gl_FILEMODE): Likewise.
34368         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
34369         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
34370         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
34371         variable names.
34372         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
34373         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
34374         variable prefixes.
34375         * m4/fcntl-safer.m4: Remove.
34376         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
34377         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
34378         Invoke gl_PREREQ_FD_SAFER.
34379         (gl_PREREQ_FD_SAFER): New macro.
34380         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
34381         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
34382         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
34383         Remove duplicate call to AC_LIBOBJ(readutmp).
34384         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
34385
34386         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
34387         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
34388
34389 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
34390
34391         * MODULES.html.sh (Misc): Add byteswap.
34392
34393 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
34394
34395         * modules/getcwd (Depends-on): Add extensions.
34396         * modules/openat (Depends-on): Likewise.
34397
34398 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
34399
34400         * modules/byteswap: New file.
34401
34402 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
34403
34404         * m4/byteswap.m4: New file.
34405
34406 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
34407
34408         * lib/byteswap_.h: New file.
34409
34410 2005-04-25  Karl Berry  <karl@gnu.org>
34411
34412         * m4/gettext.m4: Update from GNU gettext 0.14.4.
34413
34414 2005-04-25  Albert Chin  <china@thewrittenword.com>
34415
34416         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
34417         Toolkit C bug.
34418
34419 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
34420
34421         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
34422         (func_ln_if_changed) Remove forcibly for no error message
34423         in case file does not exist.
34424
34425 2005-04-19  Simon Josefsson  <jas@extundo.com>
34426
34427         * gnulib-tool (Options): Make --symlink mean --symbolic.
34428
34429 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
34430
34431         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
34432
34433 2005-04-16  Simon Josefsson  <jas@extundo.com>
34434
34435         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
34436
34437 2005-04-15  Simon Josefsson  <jas@extundo.com>
34438
34439         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
34440
34441 2005-04-15  Simon Josefsson  <jas@extundo.com>
34442
34443         * gnulib-tool: Rename --symlink to --symbolic.
34444
34445 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
34446
34447         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
34448         symbolic links to files instead of copying/moving.  Add --aux-dir,
34449         specifying directory relative --dir where auxiliary build tools
34450         are placed.
34451
34452 2005-04-14  Bruno Haible  <bruno@clisp.org>
34453
34454         * modules/allocsa (License): Change to LGPL.
34455         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
34456
34457 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
34458
34459         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
34460         that "UTC +1 second" continues to work.  Problem reported
34461         by Dmitry V. Levin.
34462         (relunit_snumber): New rule.
34463         (relunit): Use it.
34464
34465 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
34466
34467         * lib/getdate.y (universal_time_zone_table): New constant.
34468         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
34469         universal_time_zone_table.
34470         (lookup_zone): Prefer universal_time_zone_table to
34471         local_time_zone_table, so that "GMT" time stamps are allowed in
34472         London during the summer.  Problem reported by Ian Abbott.
34473
34474 2005-04-12  Jim Meyering  <jim@meyering.net>
34475
34476         * lib/human.c (humblock): Set *options even when returning due to
34477         xstrtoumax conversion failure.  Thanks to a used-uninitialized
34478         warning from gcc-4.
34479
34480 2005-04-09  Jim Meyering  <jim@meyering.net>
34481
34482         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
34483         -Wuninitialized: initialize tm0.tm_year.
34484
34485 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
34486
34487         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
34488         count, since there's no maximum.  All uses changed.
34489         Add member dsts_seen.
34490         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
34491         not being INT_MAX.
34492         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
34493         Use pc_rels_seen to decide whther a date is absolute.
34494
34495         * lib/getdate.y (number): Don't overwrite year.
34496         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
34497         check.
34498
34499 2005-04-02  Simon Josefsson  <jas@extundo.com>
34500
34501         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
34502         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
34503
34504 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
34505
34506         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
34507         where no absolute path name can be longer than PATH_MAX.
34508
34509 2005-03-27  Jim Meyering  <jim@meyering.net>
34510
34511         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
34512
34513 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
34514
34515         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
34516         "one's complement" -> "ones' complement" in comment, as per Knuth.
34517         "value of type" -> "type or expression" in comment.
34518         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
34519
34520 2005-03-26  Jim Meyering  <jim@meyering.net>
34521
34522         Comment nits.
34523         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
34524         Correct typos: s/or/of/.
34525
34526 2005-03-26  Jim Meyering  <jim@meyering.net>
34527
34528         * modules/check-include-files: Move to ../ and rename to...
34529         * check-module: ...this.
34530
34531 2005-03-25  Jim Meyering  <jim@meyering.net>
34532
34533         * modules/xvasprintf (Files): Add xalloc.h.
34534
34535 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
34536
34537         * modules/gettext (Files): config/config.rpath ->
34538         build-aux/config.rpath
34539         * modules/iconv (Files): Likewise.
34540         Problem reported by Oskar Liljeblad.
34541
34542 2005-03-23  Jim Meyering  <jim@meyering.net>
34543
34544         * modules/check-include-files: New script to check for
34545         missing dependencies, multiple includes, etc.
34546
34547         * modules/c-strtold (Depends-on): Add xalloc.
34548         * modules/c-strtod (Depends-on): Add xalloc.
34549         * modules/hash (Depends-on): Add xalloc.
34550         (Files): Remove lib/xalloc.h.
34551
34552         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
34553         * modules/userspec (Files): Add lib/inttostr.h.
34554
34555 2005-03-23  Jim Meyering  <jim@meyering.net>
34556
34557         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
34558
34559 2005-03-22  Jim Meyering  <jim@meyering.net>
34560
34561         * modules/stat-macros: New module.
34562         * modules/canonicalize, modules/euidaccess, modules/file-type,
34563         * modules/filemode, modules/lchown, modules/makepath,
34564         * modules/rmdir, modules/stat: Depend on new stat-macros module
34565         rather than listing lib/stat-macros.h manually.
34566         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
34567
34568 2005-03-22  Jim Meyering  <jim@meyering.net>
34569
34570         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
34571
34572 2005-03-22  Bruno Haible  <bruno@clisp.org>
34573
34574         * config/srclist.txt: Replace target directory 'config' with
34575         'build-aux'.
34576         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
34577         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
34578         ../build-aux/.
34579
34580 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
34581
34582         * modules/chdir-long (Depends-on): Add mempcpy.
34583
34584         * modules/acl, modules/backupfile, modules/c-strtod,
34585         modules/c-strtold, modules/canon-host, modules/canonicalize,
34586         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
34587         modules/exclude, modules/exitfail, modules/file-type,
34588         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
34589         modules/getdate, modules/getline, modules/getpagesize,
34590         modules/getpass, modules/getugroups, modules/group-member,
34591         modules/hard-locale, modules/hash, modules/human, modules/idcache,
34592         modules/inttostr, modules/long-options, modules/makepath,
34593         modules/md5, modules/memcasecmp, modules/memcoll,
34594         modules/modechange, modules/mountlist, modules/path-concat,
34595         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
34596         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
34597         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
34598         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
34599         modules/strftime, modules/strndup, modules/strverscmp,
34600         modules/timespec, modules/unlocked-io, modules/userspec,
34601         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
34602         modules/yesno:
34603         Remove lib_SOURCES line from Makefile.am section, as this is now
34604         done automatically by the corresponding Autoconf macro.
34605
34606 2005-03-21  Jim Meyering  <jim@meyering.net>
34607
34608         Changes imported from coreutils.
34609
34610         * lib/cycle-check.c: Don't include xalloc.h.
34611
34612         * lib/path-concat.c: Don't include assert.h.
34613         (path_concat): Remove assertion that would have triggered
34614         for ABASE starting with more than one slash.
34615         Reported by Andreas Schwab.
34616
34617         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
34618         properly when ABASE is an absolute file name.
34619         Correct the description of this function.
34620         Include <assert.h>.
34621         Add an assertion and a test driver.
34622         This fixes a bug introduced on 2004-07-02.
34623         Andreas Schwab reported the resulting failure of cp --parents:
34624         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
34625
34626 2005-03-21  Jim Meyering  <jim@meyering.net>
34627
34628         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
34629         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
34630
34631 2005-03-21  Jim Meyering  <jim@meyering.net>
34632         and  Paul Eggert  <eggert@cs.ucla.edu>
34633
34634         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
34635         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
34636         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
34637         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
34638         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
34639         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
34640         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
34641         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
34642         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
34643         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
34644         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
34645         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
34646         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
34647         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
34648         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
34649         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
34650         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
34651         for these modules.
34652
34653 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
34654
34655         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
34656         (which shouldn't happen), generate nothing instead of returning 0
34657         immediately, so that nstrftime (NULL, ...) doesn't return 0.
34658
34659 2005-03-16  Bruno Haible  <bruno@clisp.org>
34660
34661         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
34662         HAVE_LONGLONG_64BIT.
34663
34664 2005-03-16  Bruno Haible  <bruno@clisp.org>
34665
34666         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
34667         HAVE_LONGLONG_64BIT.
34668
34669 2005-03-16  Bruno Haible  <bruno@clisp.org>
34670
34671         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
34672         HAVE_LONGLONG_64BIT.
34673
34674 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
34675
34676         * lib/strftime.c (my_strftime): Prepend space to format so that we can
34677         reliably distinguish strftime failure from empty output on POSIX
34678         hosts.
34679
34680 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
34681
34682         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
34683         (iconv_string): Don't guess a size-zero buffer, as that might cause
34684         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
34685         result would be 'too large', where 'too large' is (heuristically)
34686         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
34687         overflow concerns.  This will prevent some unwanted malloc failures
34688         when the inputs are very large.
34689
34690 2005-03-15  Karl Berry  <karl@gnu.org>
34691
34692         * config/srclist.txt (config.rpath): from gettext.
34693         * config/config.rpath: update.
34694
34695 2005-03-15  Bruno Haible  <bruno@clisp.org>
34696
34697         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
34698         to 'negate'.
34699
34700         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
34701         variable.
34702
34703         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
34704         results.
34705
34706 2005-03-14  Simon Josefsson  <jas@extundo.com>
34707
34708         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
34709         <fx@gnu.org>.
34710
34711 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
34712
34713         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
34714         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
34715         intprops.h.
34716         * lib/strtol.c: Likewise.
34717
34718 2005-03-14  Jim Meyering  <jim@meyering.net>
34719
34720         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
34721         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
34722         to be nonzero so that we (and caller) can detect the difference
34723         between a valid zero-length expansion and an error return, even
34724         when the underlying strftime fails before writing anything into
34725         that location.
34726
34727 2005-03-14  Bruno Haible  <bruno@clisp.org>
34728
34729         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
34730         Update from GNU gettext 0.14.3.
34731
34732 2005-03-10  Jim Meyering  <jim@meyering.net>
34733
34734         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
34735
34736 2005-03-10  Jim Meyering  <jim@meyering.net>
34737
34738         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
34739         so that this module works on systems without fchdir.
34740
34741 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
34742
34743         Factor int-properties macros into a single file, except for
34744         glibc-related files.
34745         * lib/intprops.h: New file.
34746         * lib/getloadavg.c: Include it instead of limits.h.
34747         (INT_STRLEN_BOUND): Remove.
34748         * lib/human.c: Include intprops.h.
34749         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
34750         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
34751         302/1000.
34752         * lib/inttostr.h: Include intprops.h instead of limits.h.
34753         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
34754         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
34755         for consistency with intprops.h.
34756         (time_t_is_integer, twos_complement_arithmetic): Use them.
34757         * lib/sig2str.h: Include <signal.h>, intprops.h.
34758         (INT_STRLEN_BOUND): Remove.
34759         * lib/strftime.c (TYPE_SIGNED): Remove.
34760         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
34761         * lib/strtol.c: Adjust comments to match intprops.h.
34762         * lib/userspec.c: Include intprops.h.
34763         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
34764         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
34765         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
34766         instead of rolling our own expressions.
34767         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
34768
34769         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
34770         instead of int.
34771         (my_strftime): Do not mishandle years close to INT_MAX, by doing
34772         the right thing even if adding 1900 would overflow.  Similarly
34773         for tm_mon + 1 and tm_yday + 1.
34774         Make %Y always equivalent to %C%y, and similarly for %G and %g.
34775         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
34776         (DO_SIGNED_NUMBER): New macro.
34777         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
34778
34779 2005-03-07  Bruno Haible  <bruno@clisp.org>
34780
34781         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
34782
34783 2005-03-07  Bruno Haible  <bruno@clisp.org>
34784
34785         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
34786
34787 2005-03-04  Derek R. Price  <derek@ximbiot.com>
34788
34789         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
34790         (func_import): Only replace files via --import when they have actually
34791         changed.
34792
34793 2005-03-03  Derek R. Price  <derek@ximbiot.com>
34794
34795         * m4/mmap-anon.m4: New file.
34796         * m4/pagealign_alloc.m4: New file.
34797
34798 2005-03-03  Derek R. Price  <derek@ximbiot.com>
34799             Bruno Haible  <bruno@clisp.org>
34800
34801         * modules/pagealign_alloc: New file.
34802         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
34803
34804 2005-03-03  Derek R. Price  <derek@ximbiot.com>
34805             Bruno Haible  <bruno@clisp.org>
34806
34807         * lib/pagealign_alloc.h: New file.
34808         * lib/pagealign_alloc.c: New file.
34809
34810 2005-03-03  Bruno Haible  <bruno@clisp.org>
34811
34812         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
34813         Use an all-permissive copyright notice, recommended by RMS.
34814
34815 2005-03-02  Bruno Haible  <bruno@clisp.org>
34816
34817         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
34818         of AIX, the replacement has to be done only after <string.h> is
34819         included, therefore not in config.h. stpncpy.h does the replacement,
34820         and stpncpy.c uses it.
34821
34822 2005-03-02  Bruno Haible  <bruno@clisp.org>
34823
34824         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
34825         stpncpy.c uses it.
34826
34827 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
34828
34829         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
34830         The workaround isn't strictly needed for POSIX conformance, and
34831         it's too much of a pain to configure and maintain.  We'll ask
34832         people to fix their kernels instead.
34833         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
34834         (NANOSLEEP_BUG_WORKAROUND): Remove.
34835         (xnanosleep): Remove the workaround.
34836
34837 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
34838
34839         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
34840         Reported by Derek Price.
34841         (Include): Add "timespec.h".
34842
34843         * modules/xnanosleep (Depends-on): Remove gethrxtime.
34844
34845 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
34846
34847         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
34848         to detect nanosleep bug.
34849
34850 2005-03-01  Bruno Haible  <bruno@clisp.org>
34851
34852         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
34853
34854 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
34855
34856         * modules/gethrxtime: New file.
34857         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
34858         (Depends-on): Add gethrxtime.
34859         (configure.ac): Add gl_XNANOSLEEP.
34860         (Makefile.am): Remove lib_SOURCES line.
34861
34862 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
34863
34864         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
34865         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
34866
34867 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
34868
34869         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
34870         * lib/timespec.h (gettime): Return void, since it always
34871         succeeds now.  All uses changed.
34872         * lib/gettime.c (gettime) Likewise.
34873         [HAVE_NANOTIME]: Prefer nanotime.
34874         Assume gettimeofday succeeds, as POSIX requires.
34875         Assime time () succeeds, since other code already does.
34876         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
34877         (timespec_subtract): Remove.
34878         (NANOSLEEP_BUG_WORKAROUND): New constant.
34879         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
34880         things considerably.  Use it only on GNU/Linux hosts, since the
34881         workaround shouldn't be needed elsewhere.
34882
34883 2005-02-24  Bruno Haible  <bruno@clisp.org>
34884
34885         * modules/gettext (Files): Add m4/glibc2.m4.
34886
34887 2005-02-24  Bruno Haible  <bruno@clisp.org>
34888
34889         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
34890         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
34891         * m4/progtest.m4:
34892         Update from GNU gettext 0.14.2.
34893         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
34894
34895 2005-02-24  Bruno Haible  <bruno@clisp.org>
34896
34897         * lib/localcharset.c: Update from GNU gettext 0.14.2.
34898         * lib/config.charset: Update from GNU gettext 0.14.2.
34899
34900 2005-02-24  Bruno Haible  <bruno@clisp.org>
34901
34902         * lib/gettext.h: Update from GNU gettext 0.14.2.
34903
34904 2005-02-23  Simon Josefsson  <jas@extundo.com>
34905
34906         * m4/iconvme.m4: New file.
34907
34908 2005-02-23  Jim Meyering  <jim@meyering.net>
34909
34910         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
34911         change.
34912         Thanks to Bruno Haible for catching it.
34913
34914 2005-02-22  Simon Josefsson  <jas@extundo.com>
34915
34916         * modules/iconvme: New file.
34917
34918         * MODULES.html.sh: Add iconvme.
34919
34920 2005-02-22  Simon Josefsson  <jas@extundo.com>
34921
34922         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
34923
34924 2005-02-22  Simon Josefsson  <jas@extundo.com>
34925
34926         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
34927
34928 2005-02-22  Jim Meyering  <jim@meyering.net>
34929
34930         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
34931         s/ifndef/ifdef/.
34932
34933 2005-02-20  Neil Conway  <neilc@samurai.com>
34934
34935         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
34936         returned by OSX/Darwin if the specified buffer is not large
34937         enough for the hostname.
34938
34939 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
34940
34941         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
34942         pass it to _help, otherwise the latter coredumps trying to
34943         dereference state.root_argp.
34944
34945 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
34946
34947         * modules/chdir-long (Depends-on): Add memrchr.
34948         * modules/memrchr (Files): Add lib/memrchr.h.
34949         (Include): "memrchr.h".
34950
34951 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
34952
34953         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
34954
34955 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
34956
34957         * lib/memrchr.h: New file.
34958         * lib/chdir-long.c: Include it.
34959         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
34960         Don't bother including stddef.h.
34961
34962 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
34963
34964         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
34965         inclusion.
34966         Include <sys/types.h>, for dev_t.
34967         (ME_DUMMY, ME_REMOTE): Move from here....
34968         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
34969         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
34970         Dmitry V. Levin.
34971         Include mountlist.h first, to test the interface.
34972
34973 2005-01-29  Bruno Haible  <bruno@clisp.org>
34974
34975         * lib/progname.c (program_name): Initialize.
34976         Needed when linking statically on MacOS X.
34977
34978 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
34979
34980         Sync from coreutils.
34981         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
34982         (Depends-on): Add c-strtod.
34983         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
34984
34985 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
34986
34987         Sync from coreutils.
34988         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
34989
34990         Remove files that are specific to coreutils.
34991         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
34992
34993 2005-01-28  Bruno Haible  <bruno@clisp.org>
34994
34995         * modules/javacomp: New file.
34996         * MODULES.html.sh (Java): Add javacomp.
34997
34998 2005-01-28  Bruno Haible  <bruno@clisp.org>
34999
35000         * m4/javacomp.m4: New file, from GNU gettext.
35001
35002 2005-01-28  Bruno Haible  <bruno@clisp.org>
35003
35004         * lib/javacomp.sh.in: New file, from GNU gettext.
35005         * lib/javacomp.h: New file, from GNU gettext.
35006         * lib/javacomp.c: New file, from GNU gettext.
35007
35008 2005-01-26  Simon Josefsson  <jas@extundo.com>
35009
35010         * lib/gai_strerror.c: Use GPL in header.
35011
35012 2005-01-26  Bruno Haible  <bruno@clisp.org>
35013
35014         * modules/javaexec: New file.
35015         * MODULES.html.sh (Java): Add javaexec.
35016
35017 2005-01-26  Bruno Haible  <bruno@clisp.org>
35018
35019         * m4/javaexec.m4: New file, from GNU gettext.
35020
35021 2005-01-26  Bruno Haible  <bruno@clisp.org>
35022
35023         * lib/javaexec.sh.in: New file, from GNU gettext.
35024         * lib/javaexec.h: New file, from GNU gettext.
35025         * lib/javaexec.c: New file, from GNU gettext.
35026
35027 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
35028
35029         * modules/lchown (Depends-on): Remove lchown.h
35030
35031 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
35032
35033         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
35034         must be defined if the header file was not found, in order
35035         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
35036
35037 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
35038
35039         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
35040         initializers for struct pentry_state.
35041         (__argp_error): Check return value of __asprintf
35042         (__argp_failure): Translate error message
35043
35044         * lib/argp-parse.c: Removed braces around the expansion of N_()
35045
35046 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
35047
35048         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
35049         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
35050         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
35051         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
35052         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
35053         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
35054         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
35055         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
35056         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
35057         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
35058         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
35059         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
35060         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
35061         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
35062         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
35063         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
35064         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
35065         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
35066         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
35067         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
35068         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
35069         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
35070         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
35071         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
35072         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
35073         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
35074         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
35075         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
35076         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
35077         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
35078         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
35079         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
35080         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
35081         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
35082         xstrtol.m4, xstrtoumax.m4, yesno.m4:
35083         Use an all-permissive copyright notice, recommended by RMS.
35084
35085 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
35086
35087         * modules/chdir-long (Depends-on): Remove mempcpy.
35088
35089 2005-01-21  Jim Meyering  <jim@meyering.net>
35090
35091         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
35092         same value as for Solaris 9.
35093
35094         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
35095         component length.  This included changing the parameter to be
35096         of type `char *' rather than `char const *'.
35097         * lib/chdir-long.h (chdir_long): Update prototype.
35098
35099         * lib/openat.c (fdopendir, fstatat): New functions.
35100         * lib/openat.h: Include headers required for use of DIR and struct
35101         stat.
35102         [AT_SYMLINK_NOFOLLOW]: Define.
35103         (fdopendir, fstatat): Add prototypes.
35104
35105 2005-01-21  Bruno Haible  <bruno@clisp.org>
35106
35107         * modules/classpath: New file.
35108         * MODULES.html.sh (Java): Add classpath.
35109
35110 2005-01-21  Bruno Haible  <bruno@clisp.org>
35111
35112         * lib/classpath.h: New file, from GNU gettext.
35113         * lib/classpath.c: New file, from GNU gettext.
35114
35115 2005-01-20  Simon Josefsson  <jas@extundo.com>
35116
35117         * modules/version-etc-fsf: New file.
35118
35119 2005-01-20  Simon Josefsson  <jas@extundo.com>
35120
35121         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
35122         * lib/version-etc.c: Remove version_etc_copyright.
35123         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
35124         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
35125
35126 2005-01-20  Simon Josefsson  <jas@extundo.com>
35127
35128         * lib/base64.h (isbase64): Add.
35129
35130         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
35131         using a unsigned prototype, don't inline.
35132         (base64_decode): Use it.
35133
35134 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
35135
35136         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
35137         it.
35138
35139 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
35140
35141         * lib/save-cwd.c (save_cwd): Remove code to support the case
35142         where fchdir is missing or flaky.
35143
35144 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
35145
35146         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
35147
35148 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
35149
35150         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
35151         AC_LIBSOURCES now does this.
35152         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
35153         with new ullong_max module.
35154
35155 2005-01-19  Bruno Haible  <bruno@clisp.org>
35156
35157         * modules/sh-quote: New file.
35158         * MODULES.html.sh (Executing programs): Add sh-quote.
35159
35160 2005-01-19  Bruno Haible  <bruno@clisp.org>
35161
35162         * lib/sh-quote.h: New file, from GNU gettext.
35163         * lib/sh-quote.c: New file, from GNU gettext.
35164
35165 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
35166
35167         Merge from coreutils.
35168         * m4/ullong_max.m4: New file.
35169         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
35170         (gl_MACROS): Assume localeconv exists.
35171
35172 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
35173
35174         Merge changes from coreutils, as described below in several
35175         changelogs dated today.
35176
35177         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
35178         (O_DIRECTORY): Remove; not needed here, since "." must be
35179         a directory.  All uses removed.
35180         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
35181         universal on Suns, and we also need to test for IRIX.
35182         Revamp code to use 'if' rather than '#if'.
35183         Avoid unnecessary comparison of cwd->desc to 0.
35184
35185         * lib/utimens.c (futimens): Robustify the previous patch, by checking
35186         for known valid error numbers rather than observed invalid ones.
35187
35188 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
35189
35190         * modules/ullong_max: New file.
35191
35192         * modules/chdir-long, modules/openat: New files.
35193         * modules/save-cwd (Depends-on): Depend on chdir-long.
35194         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
35195
35196 2005-01-18  Jim Meyering  <jim@meyering.net>
35197
35198         Merge from coreutils.
35199         * m4/chdir-long.m4, m4/openat.m4: New files.
35200         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
35201         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
35202         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
35203         is sane and DOES follow symlinks.  Besides, testing 20 different
35204         systems found no broken chown implementations.
35205         Prompted by a change in rsync's copy of this macro.
35206         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
35207
35208         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
35209
35210         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
35211         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
35212         NULL-means-set-to-current-time semantics.
35213         Remove temporary file immediately, rather than waiting
35214         for configure's at-exit trap code to do it.
35215
35216 2005-01-18  Jim Meyering  <jim@meyering.net>
35217
35218         * lib/version-etc.c (version_etc_copyright): Update copyright date.
35219
35220         * lib/utimens.c (futimens): Account for the fact that futimes
35221         can also fail with errno == ENOSYS or errno == ENOENT.
35222         Patch from Dmitry V. Levin.
35223
35224         Change the name of the robust chdir function from chdir to chdir_long.
35225         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
35226         (restore_cwd): Use chdir_long, not chdir.
35227         * lib/chdir-long.c: Renamed from chdir.c.
35228         * lib/chdir-long.h: Renamed from chdir.h.
35229         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
35230         Hurd.
35231
35232 2005-01-18  Bruno Haible  <bruno@clisp.org>
35233
35234         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
35235         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
35236         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
35237         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
35238         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
35239         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
35240         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
35241         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
35242         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
35243         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
35244         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
35245         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
35246         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
35247         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
35248         Use an all-permissive copyright notice, recommended by RMS.
35249
35250 2005-01-18  Bob Proulx  <bob@proulx.com>
35251
35252         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
35253         simplify offsetof() macro construct to avoid compile failure with
35254         native HP-UX 11.0 ANSI C compiler.
35255
35256 2005-01-17  Bruno Haible  <bruno@clisp.org>
35257
35258         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
35259         redundant because stpncpy.m4 takes care of it.
35260
35261 2005-01-17  Bruno Haible  <bruno@clisp.org>
35262
35263         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
35264
35265 2005-01-17  Bruno Haible  <bruno@clisp.org>
35266
35267         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
35268         used.
35269
35270 2005-01-17  Bruno Haible  <bruno@clisp.org>
35271
35272         * lib/fwriteerror.h (fwriteerror): Change specification to include
35273         fclose.
35274         * lib/fwriteerror.c: Include <stdbool.h>.
35275         (fwriteerror): At the end, close the file stream. Record whether
35276         stdout was already closed.
35277
35278 2005-01-17  Bruno Haible  <bruno@clisp.org>
35279
35280         * lib/execute.c (environ): Declare if needed.
35281         * lib/pipe.c (environ): Likewise.
35282         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
35283
35284 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
35285
35286         * modules/argp: Depend on vsnprintf
35287
35288 2005-01-10  Jim Meyering  <jim@meyering.net>
35289
35290         * modules/closeout (Depends-on): Add atexit.
35291
35292 2005-01-06  Bruno Haible  <bruno@clisp.org>
35293
35294         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
35295
35296 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
35297
35298         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
35299         definitions to be after all include files, to avoid collisions.
35300         Problem reported by Bob Proulx.
35301
35302 2005-01-04  Jim Meyering  <jim@meyering.net>
35303
35304         Changes imported from coreutils.
35305         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
35306         as the mkstemp template, use a temporary directory and an
35307         8.3-friendly template to avoid trouble on systems like DJGPP.
35308         Reported by Juan M. Guerrero via Stepan Kasal.
35309         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
35310         close. Remove the temporary directory right away, rather than waiting
35311         for configure's at-exit trap code to do it.
35312         Suggestion from Stepan Kasal.
35313
35314 2005-01-01  Simon Josefsson  <jas@extundo.com>
35315
35316         * gnulib-tool: Print #include directives when --import'ing.
35317
35318 2004-12-28  Simon Josefsson  <jas@extundo.com>
35319
35320         * tests/test-base64.c: Include required header files.  Remove
35321         unused variables.
35322
35323 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
35324
35325         * modules/error (Depends-on): Remove gettext.
35326
35327 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
35328
35329         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
35330         not needed.  This removes a dependency on the gettext module.
35331         [defined _LIBC]: Do not include <libintl.h>; not needed.
35332
35333 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
35334
35335         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
35336         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
35337
35338 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
35339
35340         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
35341         HAVE_DECL_STRTOLD.
35342
35343 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
35344
35345         * modules/getdate (Depends-on): Remove alloca-opt.
35346
35347 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
35348
35349         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
35350
35351 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
35352
35353         * lib/argp-parse.c: Include <stddef.h>.
35354         (alignof, alignto): New macros.
35355         (parser_init): Don't assume that void * is aligned sufficiently
35356         for struct option.
35357
35358         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
35359         need to extend the stack.
35360         (YYINITDEPTH): New macro, so that the initial stack isn't overly
35361         large.
35362
35363 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
35364
35365         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
35366
35367 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
35368
35369         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
35370         (2004-10-24) change.  Apparently this was a false alarm.
35371
35372         * modules/getdate: Depend on alloca-opt, not alloca.
35373
35374 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
35375
35376         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
35377         Remove now-obsolete comment about AIX.
35378         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
35379         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
35380         (YYMAXDEPTH): New macro.
35381
35382 2004-12-18  Simon Josefsson  <jas@extundo.com>
35383
35384         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
35385
35386 2004-12-18  Bruno Haible  <bruno@clisp.org>
35387
35388         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
35389
35390 2004-12-18  Bruno Haible  <bruno@clisp.org>
35391
35392         * lib/fatal-signal.c (fatal_signals): Make non-const.
35393         (init_fatal_signals): New function.
35394         (uninstall_handlers, install_handlers): Ignore signals that were set to
35395         SIG_IGN.
35396         (at_fatal_signal): Call init_fatal_signals.
35397         (init_fatal_signal_set): Likewise. Ignore signals that were set to
35398         SIG_IGN.
35399         Reported by Paul Eggert.
35400
35401 2004-12-18  Bruno Haible  <bruno@clisp.org>
35402
35403         * doc/alloca.texi: New file.
35404         * doc/alloca-opt.texi: New file.
35405
35406 2004-12-17  Jim Meyering  <jim@meyering.net>
35407
35408         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
35409         Otherwise, install-sh could exit with improper exit status when
35410         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
35411
35412 2004-12-16  Simon Josefsson  <jas@extundo.com>
35413
35414         * tests/test-base64.c: Add license.
35415
35416 2004-12-15  Stepan Kasal  <address@hidden>
35417
35418         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
35419
35420 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
35421
35422         * modules/getcwd (Files): Add m4/d-ino.m4.
35423         Suggested by Mark D. Baushke.
35424
35425 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
35426
35427         * lib/getdate.y (textint): New member "negative".
35428         (time_zone_hhmm): New function.
35429         Expect 14 shift-reduce conflicts, not 13.
35430         (o_colon_minutes): New rule.
35431         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
35432         (yylex): Set the "negative" member of signed numbers.
35433
35434 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
35435
35436         * doc/getdate.texi (Time of day items, Time zone items):
35437         Describe new formats +00:00, UTC+00:00.
35438
35439 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
35440
35441         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
35442         spurious "-l"s.  Problem reported by Stepan Kasal.
35443
35444 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
35445
35446         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
35447         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
35448
35449 2004-12-04  Simon Josefsson  <jas@extundo.com>
35450
35451         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
35452         Vandoorselaere <yoann@prelude-ids.org>.
35453
35454 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
35455
35456         Changes imported from coreutils.
35457         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
35458         exist.
35459         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
35460
35461 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
35462
35463         Changes imported from coreutils.
35464         * lib/hard-locale.c: Assume <locale.h> exists.
35465         Include "strdup.h".
35466         (GLIBC_VERSION): New macro.
35467         (hard_locale): Assume setlocale exists.
35468         Rewrite to avoid #ifdef.
35469         Use strdup rather than malloc + strcpy.
35470         * lib/human.c: Assume <locale.h> exists.
35471         (human_readable): Assume localeconv exists.
35472
35473 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
35474
35475         * modules/hard-locale (Depends-on): Add strdup.
35476
35477 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
35478
35479         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
35480         convert T2, not T.  (Imported from libc.)
35481
35482 2004-11-30  Simon Josefsson  <jas@extundo.com>
35483
35484         * modules/restrict (License): Change to LGPL.
35485
35486 2004-11-30  Simon Josefsson  <jas@extundo.com>
35487
35488         * m4/restrict.m4: Add copyright and copying conditions.
35489
35490 2004-11-30  Simon Josefsson  <jas@extundo.com>
35491
35492         * m4/base64.m4: New file.
35493
35494 2004-11-30  Simon Josefsson  <jas@extundo.com>
35495
35496         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
35497         base64.
35498
35499         * tests/test-base64.c: New file.
35500
35501         * modules/base64: New file.
35502
35503 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
35504
35505         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
35506         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
35507
35508         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
35509
35510 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
35511
35512         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
35513         (__getcwd.c): Don't restore errno; glibc doesn't.
35514         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
35515         first, falling back to our code only if its results look suspicious.
35516         Ensure that the resulting buffer is only as large as necessary.
35517
35518         * lib/readutmp.c: Include readutmp.h first.
35519         Include <errno.h>, since readutmp.h no longer does that.
35520         * lib/readutmp.h: Don't include <errno.h>,
35521         <sys/param.h>, <time.h>; not needed to establish interface.
35522         (errno): Remove decl.
35523         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
35524         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
35525         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
35526
35527 2004-11-28  Simon Josefsson  <jas@extundo.com>
35528
35529         * lib/base64.h, base64.c: New file.
35530
35531 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
35532
35533         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
35534
35535 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
35536
35537         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
35538         (Depends-on): Remove pathmax, same.  Add mempcpy.
35539         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
35540         (Makefile.am): Append getcwd.h to lib_SOURCES.
35541         (Include): Add getcwd.h.
35542         (Maintainer): Change from Jim Meyering to "all, glibc",
35543         since getdate now uses intended-for-glibc code.
35544         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
35545         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
35546
35547 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
35548
35549         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
35550         HP's ANSI C compiler.
35551         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
35552         Declaring int functions causes warnings on some modern systems and
35553         shouldn't be needed to compile on ancient ones.
35554         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
35555         defined.
35556
35557         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
35558         with the following changes.
35559         (__set_errno): Parenthesize properly.
35560         Include <stdbool.h>.
35561         (MIN, MAX, MATCHING_INO): New macros.
35562         (__getcwd): Define with prototype, not K&R form.
35563         Use heuristics to allocate default buffer on stack if possible.
35564         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
35565         behavior, and to avoid the PATH_MAX limit when computing
35566         ../../../../...
35567         Use MATCHING_INO to compare inode number to file.
35568         Check for arithmetic overflow in size calculations.
35569         Fix bug in reallocation of dot array that caused getcwd to fail
35570         on directories nested deeper than 75.
35571         Be more careful about saving errno on error.
35572         Do not use realloc; use only free+malloc, as this is a bit
35573         more flexible and avoids a needless copy operation.
35574         Do not inspect st_dev and st_ino for symbolic links; POSIX
35575         doesn't specify the latter.
35576         Check for closedir errors.
35577         Avoid needless casts.
35578         Use "#ifdef weak_alias" around weak_alias, to be like other
35579         glibc code.
35580         The following changes to getcwd.c have effect only when used in
35581         gnulib; they have no effect inside glibc proper.
35582         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
35583         as alloca isn't used.
35584         (alloca, __alloca): Likewise.
35585         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
35586         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
35587         unconditionally, as gnulib assumes C89 or better.
35588         Do not include <sys/param.h>.
35589         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
35590         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
35591         better.
35592         (NULL) [!defined NULL]: Remove; we assume C89 or better.
35593         Include <dirent.h> in a way that is compatible with modern Autoconf.
35594         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
35595         New macros, if not already defined.
35596         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
35597         Use "_LIBC", not "defined _LIBC", for consistency.
35598         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
35599         a mempcpy module.
35600         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
35601         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
35602         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
35603         credit only to Jim Meyering and adjust the copyright dates.
35604         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
35605         <stdlib.h>, <unistd.h>, "pathmax.h".
35606         Instead, include "xgetcwd.h" (first) and "getcwd.h".
35607         (INITIAL_BUFFER_SIZE): Remove.
35608         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
35609
35610 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
35611
35612         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
35613         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
35614         Use the _ONCE methods, for efficiency.
35615         Check for fcntl.h.  In test program, include <errno.h>
35616         and <fcntl.h> if available.  Remove old K&R cruft from
35617         test program.  Check for common errors in GNU/Linux,
35618         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
35619         don't do AC_LIBOBJ, as that's getcwd.m4's job.
35620         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
35621         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
35622         name accordingly.
35623         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
35624         accommodate new getcwd.c.
35625         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
35626         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
35627         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
35628         that's all we need now.
35629
35630 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
35631
35632         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
35633         argp-parse.c depends on getopt internals, that means we should
35634         always use our getopt, to be on the safe side.
35635         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
35636         order not to spoil the result of an eventual previous invocation
35637         of gl_GETOPT_SUBSTITUTE.
35638
35639 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
35640
35641         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
35642         redefinition warnings. To avoid them, include the defines
35643         in `#if !defined __need_getopt ... #endif'. The only place
35644         where __getopt_argv_const is used is in definitions
35645         of getopt_long and getopt_long_only below, which are as well
35646         protected by `#ifndef __need_getopt'.
35647         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
35648         __need_getopt after including <stdio.h> and <unistd.h> These
35649         headers might have defined it.
35650
35651 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
35652
35653         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
35654
35655 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
35656
35657         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
35658         (futimens): New function, which uses futimes if available.
35659         (futimens, utimens): Support timespec==NULL, with same semantics
35660         as utime and utimens.
35661         * lib/utimens.h (futimens): New decl.
35662
35663 2004-11-23  Jim Meyering  <jim@meyering.net>
35664
35665         * lib/getopt_.h: Remove trailing blanks.
35666
35667 2004-11-23  Jim Meyering  <jim@meyering.net>
35668
35669         * lib/__fpending.c: Add comment.
35670
35671 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
35672
35673         * modules/canonicalize (Depends-on): Add xreadlink.
35674         Problem reported by James Youngman.
35675
35676 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
35677
35678         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
35679         New macros.
35680         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
35681         optopt): Use them instead of invoking ## directly; otherwise, the
35682         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
35683
35684 2004-11-19  Bruno Haible  <bruno@clisp.org>
35685
35686         * lib/strtok_r.c: Move comments from here...
35687         * lib/strtok_r.h: ... to here.
35688
35689 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
35690
35691         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
35692         implementations that mishandle size_t overflow.
35693
35694 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
35695
35696         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
35697         might fail.  Problem reported by Yoann Vandoorselaere.
35698         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
35699         implementations that mishandle size_t overflow.
35700
35701 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
35702
35703         * modules/canon-host (Depends-on): Add strdup.
35704
35705 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
35706
35707         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
35708
35709 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
35710
35711         * lib/canon-host.c: Include "strdup.h".
35712         (canon_host): Use getaddrinfo if available, so that IPv6 works.
35713         Use strdup instead of malloc/strcpy to duplicate strings.
35714
35715         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
35716         (human_space_before_unit): New constant.
35717         * lib/human.c (human_readable): Support it.
35718
35719         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
35720         (xgetcwd): Set errno correctly when failing.
35721         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
35722         the failure is actually due to a PATH_MAX problem.
35723
35724         Further getopt changes to make it more likely that glibc will
35725         buy the changes back.
35726         * lib/getopt.c (POSIXLY_CORRECT): New constant.
35727         (getopt): Use it, so to preserve glibc semantic
35728         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
35729         when compiling for libc.
35730         * lib/getopt_.h (__getopt_argv_const): Bring it back.
35731         (getopt_long, getopt_long_only): Use it.
35732
35733         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
35734         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
35735         (getopt): Argv is now char * const *, as per standard.
35736         (_getopt_internal_r, _getopt_internal): Argv is now char **,
35737         not char *__getopt_argv_const *.
35738         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
35739         _getopt_long_only_r): Likewise.
35740         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
35741         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
35742         _getopt_long_r, _getopt_long_only_r): Likewise.
35743         * lib/getopt_.h (__getopt_argv_const): Remove.
35744         (getopt): Argv is now char * const *, as per standard.
35745
35746         * lib/getdate.y (tORDINAL): New token.
35747         (day, relunit): Allow it for relative times.
35748         (relative_time_table): Use tORDINAL for ordinals.
35749
35750 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
35751
35752         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
35753         Document that "second" isn't allowed as an ordinal number.
35754
35755 2004-11-16  Jim Meyering  <jim@meyering.net>
35756
35757         * modules/closeout (Depends-on): Add fpending.
35758
35759 2004-11-15  Jim Meyering  <jim@meyering.net>
35760
35761         * lib/closeout.c: Include "__fpending.h" once again.
35762         Include <stdbool.h>.
35763         (close_stdout): Don't fail just because stdout was closed initially,
35764         since some programs don't write to stdout in the normal course of
35765         operation (other than --version and --help), and we don't want this
35766         function to make e.g. `touch file >&-' fail.
35767         But do fail if it was closed and someone has tried to write to it.
35768         E.g., `printf foo >&-' must fail.
35769
35770 2004-11-13  Jim Meyering  <jim@meyering.net>
35771
35772         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
35773
35774 2004-11-12  Simon Josefsson  <jas@extundo.com>
35775
35776         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
35777         small doc fix is still pending.
35778
35779 2004-11-11  Simon Josefsson  <jas@extundo.com>
35780
35781         * modules/strtok_r: New file.
35782
35783         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
35784         strtok_r.
35785
35786 2004-11-11  Simon Josefsson  <jas@extundo.com>
35787
35788         * m4/strtok_r.m4: New file.
35789
35790         * m4/getopt.m4: Replace opterr.
35791
35792 2004-11-11  Simon Josefsson  <jas@extundo.com>
35793
35794         * lib/strtok_r.h, strtok_r.c: New file.
35795
35796 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
35797
35798         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
35799         of replacing opterr, getopt, etc.  This should handle the
35800         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
35801
35802 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
35803
35804         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
35805         we can stop lying to compilers about the constness of argv when we
35806         are compiled outside glibc.
35807         (getopt, getopt_long, getopt_long_only): Use it.
35808         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
35809         _getopt_internal, getopt): Likewise.
35810         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
35811         _getopt_long_only_r): Likewise.
35812         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
35813         _getopt_long_r, _getopt_long_only_r): Likewise.
35814
35815         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
35816         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
35817         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
35818         the other external symbols.
35819         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
35820         declaration, since the above renaming now works around collisions.
35821
35822 2004-11-11  Jim Meyering  <jim@meyering.net>
35823
35824         * lib/linebreak.c: Remove trailing blanks.
35825         * lib/alloca_.h: Likewise.
35826         * lib/acosl.c: Likewise.
35827         * lib/euidaccess.c: Likewise.
35828         * lib/allocsa.h: Likewise.
35829
35830 2004-11-10  Simon Josefsson  <jas@extundo.com>
35831
35832         * m4/getaddrinfo.m4: New file.
35833
35834 2004-11-10  Simon Josefsson  <jas@extundo.com>
35835
35836         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
35837
35838 2004-11-10  Simon Josefsson  <jas@extundo.com>
35839
35840         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
35841         getaddrinfo.
35842
35843         * modules/getaddrinfo: New file.
35844
35845 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
35846
35847         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
35848
35849 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
35850
35851         * lib/mktime.c (SHR): New macro, which is a portable
35852         substitute for >> that should work even on Crays.
35853         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
35854         Problem reported by Mark D. Baushke in
35855         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
35856         * lib/getdate.y (SHR): Likewise.
35857         (tm_diff): Use it.
35858         * lib/strftime.c (SHR): Likewise.
35859         (tm_diff): Use it.
35860         * lib/quotearg.c (struct quoting_options): Use unsigned int for
35861         quote_these_too, so that right shifts are well defined.  All uses
35862         changed.
35863
35864 2004-11-10  Jim Meyering  <jim@meyering.net>
35865
35866         Ensure that no close failure goes unreported.
35867         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
35868         return early when it seems there's nothing to flush.
35869         Don't include __fpending.h.
35870
35871 2004-11-10  Jim Meyering  <jim@meyering.net>
35872
35873         * modules/closeout (Depends-on): Remove fpending.
35874
35875 2004-11-10  Jim Meyering  <jim@meyering.net>
35876
35877         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
35878
35879 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
35880
35881         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
35882         gl_FUNC_STRFTIME.
35883         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
35884         and AC_REQUIRE when possible, to avoid duplicate checks.
35885         Check for <wchar.h>.
35886
35887 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
35888
35889         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
35890
35891 2004-11-09  Bruno Haible  <bruno@clisp.org>
35892
35893         * m4/sockpfaf.m4: New file.
35894
35895 2004-11-05  Bruno Haible  <bruno@clisp.org>
35896
35897         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
35898         Reported by Mark D. Baushke <mdb@cvshome.org>.
35899
35900 2004-11-04  Bruno Haible  <bruno@clisp.org>
35901
35902         2004-09-11  Bruno Haible  <bruno@clisp.org>
35903                 * allocsa.valgrind: New file.
35904         2004-02-06  Bruno Haible  <bruno@clisp.org>
35905                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
35906                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
35907                 Reported by Christopher Seip <chris.seip@hp.com>.
35908
35909 2004-11-04  Bruno Haible  <bruno@clisp.org>
35910
35911         * modules/allocsa (Files): Add lib/allocsa.valgrind.
35912         (Makefile.am): Distribute it.
35913
35914 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
35915
35916         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
35917         with errno == ERANGE if the buffer is too small.
35918         Problem reported by Mark D. Baushke.
35919
35920 2004-11-03  Albert Chin  <china@thewrittenword.com>
35921             Paul Eggert  <eggert@cs.ucla.edu>
35922
35923         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
35924         equivalent, substitute $ac_type for equivalent type rather than
35925         blindly using uint32_t *always* which won't work if uint32_t is not
35926         available.  Define _UINT32_T to work around typedef of uint32_t if
35927         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
35928         2.5.1.
35929
35930 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
35931
35932         * m4/jm-macros.m4: Sync from coreutils.
35933         (gl_MACROS): Check for mbrlen, for pathchk.
35934         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
35935
35936 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
35937
35938         * lib/xreadlink.c (MAXSIZE): New macro.
35939         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
35940         size does not exceed MAXSIZE.  Avoid cast.
35941         As suggested by Mark D. Baushke in
35942         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
35943         if readlink fails with buffer size just under MAXSIZE, try again
35944         with MAXSIZE.
35945
35946 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
35947
35948         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
35949
35950 2004-11-02  Derek R. Price  <derek@ximbiot.com>
35951         and  Paul Eggert  <eggert@cs.ucla.edu>
35952
35953         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
35954         (get_date): Overparenthesize to avoid GCC warning.
35955
35956 2004-11-02  Bruno Haible  <bruno@clisp.org>
35957
35958         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
35959         returns void.
35960
35961 2004-11-02  Bruno Haible  <bruno@clisp.org>
35962
35963         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
35964         function returns void.
35965
35966 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
35967
35968         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
35969         fflush_unlocked, flockfile, funlockfile, funlockfile,
35970         fputs_unlocked, putc_unlocked.
35971
35972 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
35973
35974         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
35975         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
35976         already declared.
35977
35978 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
35979
35980         * modules/getdate (Files): Add doc/getdate.texi.
35981         (Depends-on): Add setenv, xalloc.
35982
35983 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
35984
35985         * lib/getdate.y: Add support for TZ="foo" within a date string.
35986         Fix some bugs near time_t boundaries.  Reject dates with
35987         out-of-range components, e.g., "Sept 31".
35988         Include <stdlib.h>, "setenv.h", "xalloc.h".
35989         (ISDIGIT_LOCALE): Remove; unused.
35990         Note that the TZ and time functions used here are not reentrant.
35991         (mktime_ok, get_tz): New functions.
35992         (TZBUFSIZE): New constant.
35993         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
35994         This requires that we sometimes generate our own TZ="XXX..." setting.
35995
35996 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
35997
35998         * doc/getdate.texi: New file, from coreutils with modifications for
35999         the new TZ parsing.
36000
36001 2004-10-27  Derek R. Price  <derek@ximbiot.com>
36002
36003         * lib/mktime.c (not_equal_tm): Remove redundant check.
36004
36005 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
36006
36007         * modules/regex (lib_SOURCES): Add regex.c.
36008         Reported by James Youngman in
36009         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
36010
36011 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
36012
36013         * lib/getdate.y: Use Bison 1.875 features, and some minor
36014         code cleanups.  This change does not affect semantics.
36015         Don't include <stdlib.h>; no longer needed.
36016         Don't include unlocked-io.h; only the "#if TEST" code uses
36017         stdio, and performance isn't crucial there.
36018         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
36019         Bison 1.875 features as described below.
36020         All uses of "PC." replaced by "pc->".
36021         (YYSTYPE): Add a forward declaration.
36022         (yylex, yyerror): Use full prototypes in forward decls.
36023         Use "%pure-parser" rather than obsolescent "%pure_parser".
36024         Use %parse-param and %lex-param instead of obsolescent
36025         YYPARSE_PARAM and YYLEX_PARAM.
36026         (meridian_table, month_and_day_table, time_units_table,
36027         relative_time_table, time_zone_table, military_table,
36028         lookup_zone, lookup_word, get_date):
36029         Use NULL instead of 0 where appropriate.
36030         (to_hour): Avoid abort (), to avoid a dependency on
36031         stdlib.h.
36032         (yyerror, yylex): Now accepts parser_control * arg.
36033         (main) [TEST]: Use '\0' rather than 0 for char.
36034
36035 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
36036
36037         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
36038
36039 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
36040
36041         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
36042         It's now the caller's responsibility to handle the case where
36043         !HAVE_GETPAGESIZE && !defined getpagesize.
36044
36045         * lib/mktime.c (leapyear): Arg is long int, not int.
36046
36047 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
36048
36049         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
36050
36051 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
36052
36053         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
36054         missing.  Problem reported by James Youngman.
36055
36056 2004-10-16  Simon Josefsson  <jas@extundo.com>
36057
36058         * gnulib-tool: Fix comments.  Fix parse problem.
36059         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
36060
36061 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
36062
36063         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
36064         implementation of getopt_long.  Problem reported by Alexander Taler in:
36065         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
36066
36067 2004-10-15  Bruno Haible  <bruno@clisp.org>
36068
36069         * gnulib-tool: Untabify. Initialize supplied_libname.
36070         (func_usage): More homogenous output.
36071         (func_modules_transitive_closure, func_modules_to_filelist,
36072         func_emit_lib_Makefile_am): New functions.
36073         (func_import): New function, extracted from big case statement. Use
36074         func_get_license, func_modules_transitive_closure,
36075         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
36076         opt_lgpl. Don't use test -a, as it's not portable.
36077         (func_create_testdir): Use func_modules_transitive_closure,
36078         func_modules_to_filelist, func_emit_lib_Makefile_am.
36079
36080 2004-10-15  Bruno Haible  <bruno@clisp.org>
36081
36082         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
36083
36084 2004-10-15  Bruno Haible  <bruno@clisp.org>
36085
36086         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
36087         the portions belonging to each module.
36088         Suggested by Derek Robert Price <derek@ximbiot.com>.
36089
36090 2004-10-12  Simon Josefsson  <jas@extundo.com>
36091
36092         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
36093         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
36094         to real functions.
36095
36096 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
36097
36098         * modules/vsnprintf: New file.
36099
36100 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
36101
36102         * m4/vsnprintf.m4: New file.
36103
36104 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
36105
36106         * lib/vsnprintf.h: New file.
36107         * lib/vsnprintf.c: New file.
36108
36109 2004-10-11  Bruno Haible  <bruno@clisp.org>
36110
36111         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
36112         vsnprintf.
36113
36114 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
36115
36116         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
36117
36118 2004-10-07  Bruno Haible  <bruno@clisp.org>
36119
36120         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
36121         fits into the provided buffer.
36122
36123 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
36124
36125         * lib/diacrit.c, diacrit.h: Add GPL notice.
36126
36127         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
36128         notice.
36129         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
36130         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
36131         This avoids a potential constant-folding bug.
36132
36133 2004-10-05  Bruno Haible  <bruno@clisp.org>
36134
36135         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
36136         for the declaration of strsep.
36137
36138 2004-10-05  Bruno Haible  <bruno@clisp.org>
36139
36140         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
36141
36142 2004-10-04  Simon Josefsson  <jas@extundo.com>
36143
36144         * modules/memmem: New file.
36145         * tests/test-memmem.c: New file.
36146         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
36147
36148 2004-10-04  Simon Josefsson  <jas@extundo.com>
36149
36150         * m4/memmem.m4: New file.
36151
36152 2004-10-04  Simon Josefsson  <jas@extundo.com>
36153
36154         * lib/memmem.h: New file.
36155         * lib/memmem.c: New file, taken from glibc.
36156
36157 2004-10-04  Simon Josefsson  <jas@extundo.com>
36158
36159         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
36160         '#ifdef USE_UNLOCKED_IO'.
36161
36162 2004-10-04  Simon Josefsson  <jas@extundo.com>
36163
36164         * config/srclist.txt: Add memmem from glibc.
36165
36166 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
36167
36168         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
36169
36170         * modules/argmatch, modules/argp, modules/closeout, modules/error,
36171         modules/exclude, modules/getdate, modules/getline,
36172         modules/getndelim2, modules/getpass, modules/getpass-gnu,
36173         modules/getusershell, modules/linebuffer, modules/md5,
36174         modules/mountlist, modules/posixtm, modules/readtokens,
36175         modules/readutmp, modules/regex, modules/sha1,
36176         modules/version-etc, modules/yesno:
36177         Remove dependency on unlocked-io.
36178
36179 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
36180
36181         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
36182
36183         * m4/unlocked-io.m4: Add copyright notice.
36184         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
36185
36186 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
36187
36188         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
36189         * lib/xmalloc.c (xmemdup): Likewise.
36190         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
36191         XFREE): Remove these long-obsolescent macros.
36192         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
36193         * lib/xstrdup.c: Remove.
36194
36195         * lib/regex.c (re_comp): Cast gettext return value to char *,
36196         Problem reported by Martin Neitzel via Mark D. Baushke.
36197
36198 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
36199
36200         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
36201         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
36202         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
36203         regex.c, sha1.c, version-etc.c, yesno.c:
36204         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
36205         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
36206         the includer's responsibility.
36207
36208         Sync from coreutils.
36209
36210         * lib/modechange.c (mode_compile): Don't decrement a pointer that
36211         points to the start of a string, as the C Standard says the
36212         resulting behavior is undefined.
36213
36214         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
36215         simple -> simple_backups, numbered_existing ->
36216         numbered_existing_backups, numbered -> numbered_backups
36217         to avoid shadowing problems.  All uses changed.
36218         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
36219         * lib/backupfile.c (check_extension, numbered_backup):
36220         Rename locals to avoid shadowing 'basename'.
36221         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
36222         once.
36223
36224         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
36225         * lib/.cvsignore: Add getopt.h.
36226
36227 2004-10-04  Bruno Haible  <bruno@clisp.org>
36228
36229         * modules/README: New file.
36230         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
36231         not a module.
36232
36233 2004-10-02  Jim Meyering  <jim@meyering.net>
36234
36235         * lib/dirfd.h, getpagesize.h: Add copyright notice.
36236
36237 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
36238
36239         * modules/strsep: New file.
36240
36241 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
36242
36243         * m4/strsep.m4: New file.
36244
36245 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
36246
36247         * lib/strsep.h: New file.
36248         * lib/strsep.c: New file.
36249
36250 2004-10-01  Simon Josefsson  <jas@extundo.com>
36251
36252         * lib/snprintf.c (snprintf): Handle size==0.
36253
36254 2004-10-01  Simon Josefsson  <jas@extundo.com>
36255             Bruno Haible  <bruno@clisp.org>
36256
36257         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
36258         (snprintf): Declare 'args'.
36259
36260 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
36261
36262         * lib/snprintf.c: Remove comments as to why each header is needed.
36263
36264 2004-10-01  Bruno Haible  <bruno@clisp.org>
36265
36266         * MODULES.html.sh: Add strsep.
36267
36268 2004-09-30  Simon Josefsson  <jas@extundo.com>
36269
36270         * modules/snprintf: New file.
36271
36272 2004-09-30  Simon Josefsson  <jas@extundo.com>
36273
36274         * m4/snprintf.m4: New file.
36275
36276 2004-09-30  Simon Josefsson  <jas@extundo.com>
36277
36278         * lib/snprintf.h, lib/snprintf.c: New files.
36279
36280 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
36281
36282         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
36283         (hol_entry_help): Never translate an empty string.
36284         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
36285         * lib/argp.h (OPTION_NO_TRANS): New option.
36286
36287 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
36288
36289         * modules/argp (Maintainer): Replace Simon Josefsson
36290         by Sergey Poznyakoff.
36291
36292 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
36293
36294         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
36295         changes merged back into glibc.
36296
36297 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
36298
36299         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
36300
36301 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
36302
36303         * lib/xvasprintf.c: Include xalloc.h.
36304         (xvasprintf): Use xalloc_die, not xmalloc_die.
36305
36306 2004-09-29  Bruno Haible  <bruno@clisp.org>
36307
36308         * modules/alloca-opt: New file, derived from modules/alloca.
36309         * modules/allocsa: Depend on alloca-opt instead of alloca.
36310         * modules/setenv: Likewise.
36311         * modules/vasnprintf: Likewise.
36312         * MODULES.html.sh: Add alloca-opt.
36313
36314 2004-09-28  Simon Josefsson  <jas@extundo.com>
36315
36316         * gnulib-tool: New parameter --lgpl, to asseert that modules are
36317         LGPL, and to replace license template from GPL to LGPL.
36318
36319 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
36320
36321         * modules/dummy: Change license to LGPL.
36322
36323 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
36324
36325         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
36326
36327 2004-09-24  Simon Josefsson  <jas@extundo.com>
36328
36329         * modules/minmax (License): Change from GPL to LGPL.
36330
36331 2004-09-23  Simon Josefsson  <jas@extundo.com>
36332
36333         * gnulib-tool (--import): Typo.
36334
36335 2004-09-23  Simon Josefsson  <jas@extundo.com>
36336
36337         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
36338
36339 2004-09-22  Bruno Haible  <bruno@clisp.org>
36340
36341         * modules/*: Add 'License' field.
36342         * gnulib-tool: Accept --extract-license option.
36343         (func_get_license): New function.
36344
36345 2004-09-21  Bruno Haible  <bruno@clisp.org>
36346
36347         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
36348         Reported by Simon Josefsson.
36349
36350 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
36351
36352         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
36353         gl_AC_TYPE_LONG_LONG.
36354
36355 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
36356
36357         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
36358
36359 2004-09-18  Simon Josefsson  <jas@extundo.com>
36360         and  Paul Eggert  <eggert@cs.ucla.edu>
36361
36362         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
36363         calls with autoreconf.  Define GL_LIB.
36364
36365 2004-09-14  Karl Berry  <karl@gnu.org>
36366
36367         * config/srclist.txt: unsync setenv.c, sigh.
36368
36369 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
36370
36371         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
36372         Problem reported by Bruno Haible in:
36373         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
36374
36375 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
36376
36377         * config/srclist.txt: Comment out argp-pvh.c.
36378
36379 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
36380
36381         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
36382         in case some system header has #define'd it.  Problem reported by
36383         Soeren D. Schulze in
36384         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
36385
36386 2004-09-09  Karl Berry  <karl@gnu.org>
36387
36388         * regex.[ch]: delete from the root.  These were supposed to be
36389                 synced with emacs cvs, but this has not happened for about
36390                 a year, and anyway nothing else uses emacs regex.[ch].
36391                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
36392                 lib/regex[.ch] is untouched.
36393
36394 2004-09-09  Bruno Haible  <bruno@clisp.org>
36395
36396         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
36397
36398 2004-09-09  Bruno Haible  <bruno@clisp.org>
36399
36400         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
36401         modifications.
36402         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
36403
36404 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
36405
36406         * modules/xvasprintf: New file.
36407         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
36408
36409 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
36410
36411         * lib/xvasprintf.h: New file.
36412         * lib/xvasprintf.c: New file.
36413         * lib/xasprintf.c: New file.
36414
36415 2004-09-08  Bruno Haible  <bruno@clisp.org>
36416
36417         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
36418
36419 2004-09-08  Bruno Haible  <bruno@clisp.org>
36420
36421         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
36422         length is > INT_MAX.
36423         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
36424         more.
36425
36426 2004-09-08  Bruno Haible  <bruno@clisp.org>
36427
36428         * lib/stdint_.h: New file, taken from GNU clisp.
36429
36430 2004-09-08  Bruno Haible  <bruno@clisp.org>
36431             Oskar Liljeblad  <oskar@osk.mine.nu>
36432
36433         * modules/stdint: New file.
36434         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
36435
36436 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
36437
36438         Import from coreutils.
36439         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
36440         strings on unbounded length.  alloca's performance benefits aren't
36441         that important here.
36442         (V_STRDUP): Remove.
36443         (parse_with_separator): New function, with most of the internals
36444         of the old parse_user_spec.  Allow user to omit both user and group,
36445         for compatibility with FreeBSD.
36446         Clone only the user name, not the entire spec.
36447         Do not set *uid, *gid unless entirely successful.
36448         Avoid memory leak in some failing cases.
36449         Fix regression for USER.GROUP reported by Dmitry V. Levin in
36450         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
36451         (parse_user_spec): Rewrite to use parse_with_separator.
36452
36453 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
36454
36455         * modules/userspec: Don't depend on alloca.
36456
36457 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
36458
36459         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
36460
36461 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
36462
36463         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
36464         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
36465         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
36466
36467 2004-08-16  Simon Josefsson  <jas@extundo.com>
36468
36469         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
36470         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
36471         Add --dry-run for --import.
36472         Let user provided command line parameters override configure.ac
36473         settings.
36474
36475 2004-08-12  Simon Josefsson  <jas@extundo.com>
36476
36477         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
36478         as discussed with Paul Eggert in threads rooted at
36479         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
36480         and
36481         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
36482         Before, the test was empty, and relied on ELIDE_CODE in source
36483         code.)
36484         (gl_PREREQ_GETOPT): New macro.
36485         (gl_GETOPT): Use them.
36486
36487 2004-08-12  Simon Josefsson  <jas@extundo.com>
36488
36489         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
36490         * lib/getopt_.h: Renamed from getopt.h.
36491
36492 2004-08-12  Simon Josefsson  <jas@extundo.com>
36493
36494         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
36495         Change default library name from libfoo to libgnu.
36496         Now, if you have a configure.ac that says:
36497                 gl_SOURCE_BASE(gl)
36498                 gl_M4_BASE(gl/m4)
36499                 gl_MODULES(error getopt etcetera)
36500                 gl_INIT
36501         you can import all you need by running:
36502                 ../gnulib/gnulib-tool --import
36503
36504         * modules/getopt (Files): Rename getopt.h to getopt_.h.
36505         (Makefile.am): Rewrite, use logic from argz.
36506         (Include): Use <getopt.h> instead of "getopt.h".
36507
36508 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
36509
36510         * modules/argp (Files): Add m4/unlocked-io.m4.
36511         (Depends-on): Add extensions.
36512
36513 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
36514
36515         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
36516         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
36517         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
36518         Check for program_invocation_name, program_invocation_short_name,
36519         flockfile, funlockfile, features.h, _getopt_long_only_r.
36520
36521 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
36522
36523         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
36524         its complicated substitute.
36525         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
36526         and program_invocation_name.
36527         (__argp_basename) [!_LIBC]: Remove; the only use was
36528         replaced by its body.
36529         (__argp_short_program_name): Change condition from
36530         !defined __argp_short_program_name to
36531         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
36532         to match argp-namefrob.h.
36533         (__argp_failure): Don't assume strerror_r returns char *.
36534         * lib/argp-parse.c (N_): Define unconditionally.
36535         (argp_default_options): Fill out initializers with 0 to avoid
36536         gcc warnings.
36537
36538 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
36539
36540         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
36541         getopt1.c.
36542
36543 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
36544
36545         Merge from coreutils.
36546
36547         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
36548
36549         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
36550         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
36551
36552 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
36553
36554         Merge from coreutils.
36555
36556         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
36557         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
36558         for Reliant Unix 5.43.
36559
36560         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
36561         (union fooround): Use uintmax_t, not long int.
36562         The rest is a merge from libc:
36563         [defined _LIBC]: Include <shlib-compat.h>.
36564         (_obstack) [defined _LIBC]: Remove after 2.3.4.
36565
36566         * lib/settime.c (settime): Recode to avoid warning with
36567         Sun Forte C 6U2.
36568
36569         * lib/strverscmp.c: Convert to UTF-8.
36570
36571 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
36572
36573         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
36574         m4/uintmax_t.m4.
36575
36576 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
36577
36578         * modules/xalloc-die: New file.
36579         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
36580
36581         * modules/md5 (Files): Add m4/uint32_t.m4.
36582         * modules/sha1: Renamed from modules/sha.
36583         (Files):
36584         Rename lib/sha.h to lib/sha1.h.
36585         Rename lib/sha.c to lib/sha1.c.
36586         Rename m4/sha.m4 to m4/sha1.m4.
36587         (lib_SOURCES): Likewise.
36588         (configure.ac): Rename gl_SHA to gl_SHA1.
36589         (Include): sha.h -> sha1.h.
36590
36591 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
36592
36593         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
36594         * m4/sha1.m4: Renamed from sha.m4.
36595         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
36596
36597 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
36598
36599         * lib/obstack.h (obstack_empty_p):
36600         Don't assume that chunk->contents is suitably aligned.
36601         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
36602         Likewise. Problem reported by Benno in
36603         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
36604
36605         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
36606         readable.  This could be improved further but it'd take some work.
36607
36608 2004-08-08  Simon Josefsson  <jas@extundo.com>
36609
36610         * modules/xgethostname (Depends-on): Remove exit and error (not
36611         used).
36612
36613         * modules/getpass-gnu: Add getpass.h.
36614         (Depends-on): Add stdbool.
36615         * modules/getpass: Add getpass.h.
36616
36617 2004-08-08  Simon Josefsson  <jas@extundo.com>
36618
36619         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
36620         Check getpass declaration.
36621
36622 2004-08-08  Simon Josefsson  <jas@extundo.com>
36623
36624         * lib/xgethostname.c: Don't include error.h (not used).
36625
36626         * lib/getpass.h: Add.
36627         * lib/getpass.c: Include getpass.h first.
36628
36629 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
36630
36631         * lib/xalloc-die.c: New file.
36632         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
36633         All uses removed.
36634         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
36635         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
36636         xalloc-die.c.
36637         (_, N_, xalloc_die): Move to xalloc-die.c.
36638         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
36639         so that we needn't mess with xalloc_msg_memory_exhausted.
36640
36641         * lib/sha1.h: Renamed from sha.h.
36642         (SHA1_H): Renamed from _SHA_H.
36643         (sha1_ctx): Renamed from sha_ctx.
36644         (sha1_init_ctx): Renamed from sha_init_ctx.
36645         (sha1_process_block): Renamed from sha_process_block.
36646         (sha1_process_bytes): Renamed from sha_process_bytes.
36647         (sha1_finish_ctx): Renamed from sha_finish_ctx.
36648         (sha1_read_ctx): Renamed from sha_read_ctx.
36649         (sha1_stream): Renamed from sha_stream.
36650         (sha1_buffer): Renamed from sha_buffer.
36651         * lib/sha1.c: Likewise; renamed from sha.c.
36652         Do not include <sys/types.h>.
36653         Include <stddef.h> rather than <stdlib.h>.
36654
36655 2004-08-08  Bruno Haible  <bruno@clisp.org>
36656
36657         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
36658         FILESYSTEM_PREFIX_LEN.
36659         * lib/progreloc.c: Likewise.
36660         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
36661
36662 2004-08-06  Simon Josefsson  <jas@extundo.com>
36663
36664         * modules/progname (Depends-on): Don't depend on stdbool.
36665
36666 2004-08-06  Simon Josefsson  <jas@extundo.com>
36667
36668         * modules/getsubopt: New file.
36669         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
36670         getsubopt.
36671
36672 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
36673
36674         More merge from coreutils.
36675
36676         * m4/utimens.m4, m4/utimecmp.m4: New files.
36677         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
36678         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
36679         prereq.m4, sha.m4: Import changes from coreutils.
36680
36681 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
36682
36683         More merge from coreutils.
36684         * modules/raise, modules/readtokens0, modules/utimens:
36685         * modules/utimecmp, module/xnanosleep: New files.
36686         * modules/strftime: Add lib/strftime.h.
36687         Change include from <time.h> to "strftime.h".
36688         * modules/yesno: Add lib/yesno.h.
36689         * modules/backupfile: Remove lib/addext.c.
36690         * modules/euidaccess: Add stat-macros.h.
36691         * modules/canonicalize, modules/euidaccess,
36692         modules/filemode, modules/lchown, modules/makepath,
36693         modules/rmdir, modules/stat: Likewise.
36694
36695 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
36696
36697         Merge from tar.
36698         * lib/argp-help.c (make_hol, hol_append): Don't assume that
36699         SIZE_MAX is a valid preprocessor constant.
36700         (__argp_basename): Change from "#ifndef _LIBC"
36701         to "#ifndef __argp_short_program_name", so that
36702         we don't compile these functions for tar.
36703
36704         More merges from coreutils.
36705         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
36706         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
36707         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
36708         * lib/addext.c: Remove; no longer needed.
36709         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
36710         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
36711         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
36712         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
36713         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
36714         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
36715         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
36716         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
36717         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
36718         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
36719         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
36720         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
36721         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
36722         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
36723         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
36724         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
36725         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
36726         Import changes from coreutils.
36727
36728 2004-08-05  Simon Josefsson  <jas@extundo.com>
36729
36730         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
36731
36732 2004-08-05  Simon Josefsson  <jas@extundo.com>
36733
36734         * m4/getsubopt.m4: New file.
36735
36736 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
36737
36738         Merge from coreutils.
36739
36740         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
36741         * m4/getcwd-path-max.m4: New files.
36742
36743         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
36744         FILESYSTEM_PREFIX_LEN ->
36745         FILE_SYSTEM_PREFIX_LEN.
36746         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
36747         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
36748         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
36749         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
36750
36751         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
36752         prerequisite modules now handle the DOS stuff.
36753         Don't check for unistd.h.
36754
36755 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
36756
36757         Merge from coreutils.
36758
36759         * lib/.gdb-history: Remove; this doesn't belong here.
36760
36761         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
36762         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
36763         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
36764         * lib/getcwd.c: New files.
36765
36766         * lib/dirname.h: Include <stdbool.h>.
36767         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
36768         for consistency with POSIX terminology.  All uses changed.
36769         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
36770         (strip_trailing_slashes): Use bool for booleans.
36771         * lib/stripslash.c (strip_trailing_slashes): Likewise.
36772
36773         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
36774         sometimes returns a positive errno value even when it succeeds.
36775         (print_errno_message) [!LIBC]: Fall back on strerror if
36776         __strerror_r fails.
36777
36778         * lib/path-concat.c (mempcpy): Don't define if a system header defines
36779         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
36780         (longest_relative_suffix): New function.
36781         (path_concat): Use it.  Assume first argument is not NULL.
36782         Port to DOS.  Omit redundant separators.
36783         Report an error instead of returning NULL.
36784         Use mempcpy instead of memcpy.
36785         (xpath_concat): Remove: not declared or used.
36786
36787         * lib/same.h: Include <stdbool.h>
36788         (same_name): Return bool, not int.
36789         * lib/same.c (same_name): Likewise.
36790         (errno): Don't declare; we assume C89 or better now.
36791
36792         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
36793         if not already defined.
36794
36795         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
36796         * lib/dup-safer.c (errno): Likewise.
36797
36798 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
36799
36800         Merge from coreutils.
36801         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
36802         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
36803         * modules/path-concat: Don't depend on strdup.
36804
36805 2004-08-03  Simon Josefsson  <jas@extundo.com>
36806
36807         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
36808         * lib/progname.h: Don't include stdbool.h.
36809
36810 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
36811
36812         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
36813         * MODULES.html.sh (func_all_modules): Remove fatal.
36814
36815 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
36816
36817         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
36818
36819 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
36820
36821         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
36822         working.
36823
36824 2004-08-02  Simon Josefsson  <jas@extundo.com>
36825
36826         * lib/getsubopt.h: New file, with comments from Bruno Haible.
36827         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
36828         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
36829
36830 2004-08-01  Simon Josefsson  <jas@extundo.com>
36831
36832         * lib/xgetdomainname.c: Include stdlib.h, for free().
36833
36834 2004-07-19  Bruno Haible  <bruno@clisp.org>
36835
36836         * MODULES.html.sh (func_all_modules): Add dummy.
36837
36838 2004-07-16  Simon Josefsson  <jas@extundo.com>
36839
36840         * modules/dummy: New file.
36841
36842 2004-07-16  Simon Josefsson  <jas@extundo.com>
36843
36844         * lib/dummy.c: New file.
36845
36846 2004-07-16  Bruno Haible  <bruno@clisp.org>
36847
36848         * lib/backupfile.h: Add extern "C" for C++.
36849         * lib/closeout.h: Likewise.
36850         * lib/copy-file.h: Likewise.
36851         * lib/findprog.h: Likewise.
36852         * lib/full-write.h: Likewise.
36853         * lib/pathname.h: Likewise.
36854         * lib/progname.h: Likewise.
36855         * lib/stpcpy.h: Likewise.
36856         * lib/stpncpy.h: Likewise.
36857         * lib/strcase.h: Likewise.
36858         * lib/strstr.h: Likewise.
36859         * lib/xalloc.h: Likewise.
36860
36861         * lib/mbswidth.h: Add extern "C" for C++.
36862         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
36863
36864 2004-07-13  Robert Millan  <robertmh@gnu.org>
36865
36866         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
36867
36868 2004-07-09  Simon Josefsson  <jas@extundo.com>
36869
36870         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
36871         failed without this.)
36872
36873 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
36874
36875         * modules/chown (Files): Add lib/fchown-stub.c, since
36876         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
36877
36878 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
36879
36880         * lib/fchown-stub.c: New file.
36881
36882 2004-06-24  Jim Meyering  <jim@meyering.net>
36883
36884         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
36885
36886 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
36887
36888         * modules/argz: Omit "#include".
36889
36890         * MODULES.html.sh (func_all_modules): Add calloc, to match
36891         2004-06-01 addition of calloc module.
36892
36893 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
36894
36895         * m4/argz.m4: New file, which is autoupdated from libtool.
36896
36897 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
36898
36899         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
36900         libtool.
36901
36902 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
36903
36904         * config/srclist-update: Don't insist on "USA." before the
36905         close-comment, as libtool omits the period and puts the */ on a
36906         separate line.
36907         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
36908         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
36909
36910 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
36911
36912         * modules/argz: New file.
36913         * MODULES.html.sh (func_all_modules): Add argz.
36914
36915 2004-06-12  Jim Meyering  <jim@meyering.net>
36916         and  Paul Eggert  <eggert@cs.ucla.edu>
36917
36918         * modules/hash (Files): Add lib/xalloc.h.
36919         * modules/pipe (Depends-on): Add wait-process.
36920         * modules/stat (Depends-on): Add xalloc.
36921         * modules/userspec (Files): Add lib/userspec.h.
36922         * modules/xstrto
36923
36924         Upgrade from gettext-0.13.
36925         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
36926         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
36927         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
36928
36929 2004-06-10  Jim Meyering  <jim@meyering.net>
36930
36931         * lib/calloc.c: New file.
36932
36933 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
36934
36935         * lib/getdate.y (yylex): Allow space between sign and number.
36936         Problem reported by Dan Jacobson.
36937
36938 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
36939
36940         Merge from coreutils CVS.
36941
36942         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
36943         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
36944         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
36945         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
36946         xstrtol.m4: Fix copyright date and/or serial number.
36947
36948         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
36949         See if we need an fchown replacement.
36950         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
36951         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
36952         and use the replacement function if we detect either defect.
36953
36954         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
36955         gl_UTIMECMP.
36956
36957 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
36958         and  Jim Meyering  <jim@meyering.net>
36959
36960         Merge from coreutils CVS.
36961
36962         * lib/stat-macros.h: New file, with contents from file-type.h
36963         and coreutils' system.h.
36964         * lib/file-type.c: Include "stat-macros.h".
36965         * lib/file-type.h (file_type): Move all macro definitions to new file,
36966         stat-macros.h.
36967
36968         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
36969         Wrap old code with this conditional.
36970         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
36971         function that does not dereference symlinks.
36972         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
36973
36974         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
36975         dependency problems.
36976         (xreadlink): Accept new arg SIZE, for efficiency.
36977         All decls and uses changed.
36978         * lib/xreadlink.h: Include <stddef.h>, for size_t.
36979
36980         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
36981         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
36982
36983         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
36984         sysexits.h.
36985
36986 2004-06-01  Jim Meyering  <jim@meyering.net>
36987
36988         * m4/calloc.m4: New file.
36989
36990 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
36991
36992         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
36993         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
36994         Also, fix a typo in a diagnostic.
36995
36996 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
36997
36998         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
36999         or AC_FUNC_REALLOC.
37000
37001 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
37002
37003         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
37004         macros to be defined.
37005         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
37006         the allocator returns NULL because the requested size is zero.
37007
37008 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
37009
37010         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
37011         var.  Add comment explaining why libc still defines it.  This
37012         merges the following patch from glibc:
37013         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
37014
37015 2004-05-20  Andreas Schwab  <schwab@suse.de>
37016
37017         * m4/free.m4: Replace free if it not known to work, not the other
37018         way round.
37019
37020 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
37021
37022         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
37023         present in glibc since revision 1.1 of this file.
37024         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
37025         obstack_alignment_mask, obstack_alloc, obstack_base,
37026         obstack_blank, obstack_blank_fast, obstack_chunk_size,
37027         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
37028         obstack_grow0, obstack_init, obstack_int_grow,
37029         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
37030         obstack_next_free, obstack_object_size, obstack_ptr_grow,
37031         obstack_ptr_grow_fast, obstack_room): Remove declarations of
37032         nonexistent functions.
37033
37034 2004-05-18  Karl Berry  <karl@gnu.org>
37035
37036         * config/srclist.txt: break link for vasnprintf.c.
37037
37038 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
37039
37040         Port obstack to the AS/400, where pointers are 16 bytes wide and
37041         you cannot cast an integer to a valid pointer.  This patch is
37042         currently waiting to be integrated into glibc; see
37043         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
37044
37045         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
37046         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
37047         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
37048         (struct obstack): temp member is now a union of a pointer and
37049         an integer, instead of an integer.  All integer uses changed.
37050         This does not affect the physical layout of struct obstack,
37051         except on hosts (like the AS/400) where the size or alignment of
37052         void * is greater than that of ptrdiff_t.
37053         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
37054         __STDC__)]: Store temporary in pointer member of union, not
37055         integer member.
37056         * lib/obstack.c: Include <stddef.h>, for offsetof.
37057         (struct fooalign): Remove; it doesn't need a name.
37058         (union fooround): Change double to long double, and add void *.
37059         (DEFAULT_ALIGNMENT): Use offsetof to compute.
37060         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
37061         not a macro.  Hence the values are always int; so remove all
37062         casts-to-int in uses.
37063
37064 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
37065
37066         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
37067         we can get this patch merged into glibc.
37068
37069 2004-05-17  Derek R. Price  <derek@ximbiot.com>
37070             Paul Eggert  <eggert@cs.ucla.edu>
37071
37072         * m4/argp: Depend on alloca.
37073
37074 2004-05-17  Derek R. Price  <derek@ximbiot.com>
37075             Paul Eggert  <eggert@cs.ucla.edu>
37076
37077         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
37078         freecoding.
37079
37080 2004-05-17  Bruno Haible  <bruno@clisp.org>
37081
37082         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
37083         precision that consists of a '.' followed by an empty digit string.
37084         Patch by Tor Lillqvist <tml@iki.fi>.
37085
37086 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
37087
37088         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
37089         for backward compatibility with older code.  We need our own
37090         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
37091         it under some other name, and our alloca.h will define it.
37092
37093 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
37094             Derek Price  <derek@ximbiot.com>
37095
37096         * lib/alloca.c: Include <alloca.h>, to get our interface.
37097         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
37098         include <alloca.h> first.  Use C89 prototype for alloca; this
37099         requires including <stddef.h> for size_t.  Use extern "C" if C++.
37100         Use #elif for simplicity, since we can assume C89 now.
37101         Don't try to source the system alloca.h since it will not be found
37102         and to prevent recursively including its replacement.
37103         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
37104         * lib/regex.c: Likewise.
37105
37106 2004-05-16  Derek Price  <derek@ximbiot.com>
37107             Paul Eggert  <eggert@cs.ucla.edu>
37108
37109         getline cleanup.  This changes the getndelim2 API: both order of
37110         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
37111         no delimiter).
37112
37113         * lib/getline.c: Don't include stddef.h or stdio.h, since our
37114         interface does that.
37115         (getline): Always use getdelim, so that we don't have two
37116         copies of this code.
37117         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
37118         if available.
37119         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
37120         (GETNDELIM2_MAXIMUM): New macro.
37121         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
37122         instead of the old practice of delim2==0.  All callers changed.
37123         Return -1 on overflow, instead of returning junk.
37124         Do not set *linesize unless allocation succeeds.
37125         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
37126         that we include sys/types.h.
37127         * lib/getnline.h: Likewise.
37128         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
37129         (getndelim2): Reorder arguments.
37130         * lib/getnline.c (getnline, getndelim):
37131         Don't discard the NMAX argument.
37132         (getnline): Invoke getndelim, to avoid code duplication.
37133         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
37134         of (size_t) -1 by callers of the getnline family.
37135
37136 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
37137
37138         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
37139         Check for gettimeofday.
37140         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
37141         Check for settimeofday, stime.
37142
37143 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
37144
37145         * lib/nanosleep.c (suspended): Change its type from int to
37146         sig_atomic_t volatile.
37147         (first_call): Make it private to rpl_nanosleep, and have it
37148         be zero initially as that's a bit faster.
37149         (my_usleep): Round up fractional times instead of truncating them,
37150         as this is the usual meaning for 'sleep'.
37151
37152         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
37153         doesn't work.
37154         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
37155         (ENOSYS): Define if not defined.
37156         (settime): Fall back on stime if it exists and settimeofday fails.
37157         But don't bother with fallbacks if a method fails with errno == EPERM.
37158
37159 2004-05-11  Jim Meyering  <jim@meyering.net>
37160
37161         Prior to this change, the save_cwd caller required read access to the
37162         current directory on most systems (ones with the fchdir function).
37163
37164         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
37165         fails, try write-only, and finally, resort to using xgetcwd.
37166
37167 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
37168
37169         * lib/obstack.c, obstack.h: Import changes from libc.
37170
37171 2004-04-28  Bruno Haible  <bruno@clisp.org>
37172
37173         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
37174         also implicitly appends .exe to executables.
37175         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
37176         accepts Windows pathnames.
37177         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
37178         Treat Cygwin like Windows, since it now accepts Windows pathnames.
37179         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
37180         Treat Cygwin like Windows, since it now accepts Windows pathnames.
37181         Reported by Derek Robert Price <derek@ximbiot.com>.
37182
37183 2004-04-21  Karl Berry  <karl@gnu.org>
37184
37185         * config/srclist.txt (localcharset.c): break sync.
37186
37187 2004-04-20  Paul Eggert  <eggert@twinsun.com>
37188
37189         * m4/host-os.m4: Add a copyright notice.
37190
37191 2004-04-20  Jim Meyering  <jim@meyering.net>
37192
37193         Change UTILS_ to gl_ in AC_DEFINE'd names.
37194         Change utils_- and jm_-prefixed variables, too.
37195         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
37196         UTILS_FUNC_MKDIR_TRAILING_SLASH.
37197         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
37198
37199         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
37200         Don't emit trailing blanks.
37201         Also rename jm_-prefixed variables to have gl_ prefix.
37202
37203         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
37204         Also rename jm_-prefixed variables to have gl_ prefix.
37205
37206         * m4/jm-macros.m4: Reflect the renamings.
37207         * m4/prereq.m4: Likewise.
37208
37209 2004-04-20  Jim Meyering  <jim@meyering.net>
37210
37211         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
37212         memory.
37213
37214 2004-04-20  Jim Meyering  <jim@meyering.net>
37215             Bruno Haible  <bruno@clisp.org>
37216
37217         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
37218         memory when realloc fails.
37219
37220 2004-04-19  Jim Meyering  <jim@meyering.net>
37221
37222         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
37223         now that readutmp.c may call `free (0)'.
37224
37225 2004-04-19  Bruno Haible  <bruno@clisp.org>
37226
37227         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
37228         * m4/inttypes_h.m4: Likewise.
37229         * m4/stdint_h.m4: Likewise.
37230         * m4/intmax_t.m4: Likewise.
37231         * m4/uintmax_t.m4: Likewise.
37232
37233 2004-04-18  Jim Meyering  <jim@meyering.net>
37234
37235         * m4/prereq.m4: Don't forbid jm_ prefix.
37236
37237         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
37238         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
37239         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
37240         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
37241         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
37242         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
37243         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
37244         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
37245         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
37246         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
37247         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
37248         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
37249         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
37250         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
37251         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
37252         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
37253         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
37254         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
37255         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
37256
37257 2004-04-18  Jim Meyering  <jim@meyering.net>
37258
37259         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
37260         failure, don't leak memory and do call END_UTMP_ENT.
37261
37262 2004-04-16  Jim Meyering  <jim@meyering.net>
37263
37264         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
37265         coreutils' stat program.
37266         (gl_PREREQ): Don't require jm_PREREQ_STAT.
37267
37268 2004-04-11  Paul Eggert  <eggert@twinsun.com>
37269
37270         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
37271         C89.
37272         (CHAR_BIT): Remove, since we assume C89.
37273         Include <stdint.h> if available, as per current Autoconf CVS advice.
37274
37275 2004-03-31  Jim Meyering  <jim@meyering.net>
37276
37277         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
37278         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
37279         * m4/xalloc.m4: Likewise.
37280
37281 2004-03-30  Paul Eggert  <eggert@twinsun.com>
37282
37283         Merge from coreutils.
37284
37285         * m4/inttostr.m4: New file.
37286         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
37287         Require AM_STDBOOL_H and gl_TIMESPEC instead.
37288         Require gl_CLOCK_TIME.
37289         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
37290
37291 2004-03-30  Paul Eggert  <eggert@twinsun.com>
37292
37293         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
37294         not bool, to be more consistent with Unix conventions.
37295         Suggested by Bruno Haible.
37296
37297         Merge from coreutils.
37298
37299         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
37300         * lib/umaxtostr.c: New files.
37301
37302         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
37303         the usual <time.h> dance.
37304         (get_date): Change signature to support fractional time stamps.
37305         All callers changed.
37306         * lib/getdate.y: Include "getdate.h" first, as we can now
37307         assume C89 and don't need to worry about 'const'.
37308         Similarly, include "unlocked-io.h" near start, not in middle.
37309         Include <limits.h>.
37310         (textint.value): Use long int rather than int.
37311         (textint.digits): Use size_t rather than int.
37312         (BILLION, LOG10_BILLION): New constants.
37313         (parser_control): New member rel_ns.  Members day_ordinal,
37314         time_zone, month, day, hour, minutes, rel_year, rel_month,
37315         rel_day, rel_hour, rel_minutes, rel_seconds
37316         are now long int, not int.  Member seconds is now struct timespec,
37317         not int.  New member timespec_seen.  Members dates_seen, days_seen,
37318         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
37319         not int.
37320         (%union.intval): Now long int, not int.
37321         New member timespec.
37322         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
37323         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
37324         (spec): Now is a timespec or an item list.
37325         (timespec, items): New nonterminals.
37326         (time, rel, relunit, number, get_date):
37327         Add support for fractional seconds.
37328         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
37329         (gmtime, localtime, mktime): Remove decls; not needed with C89.
37330         (to_hour): First arg is now long int, not int.
37331         (to_year): Returns long int, not int.
37332         Don't treat year -70 like 70.
37333         (tm_diff): Returns long int, not int.
37334         (lookup_word): Use bool instead of int when appropriate.
37335         (yylex): Use size_t for count, not int.
37336         Detect overflow when parsing large integer constants.
37337         Add support for fractions.
37338         (get_date): Make pointers 'const' if possible.
37339         Use more-portable code to detect integer overflow.
37340         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
37341         Don't use ctime; it's not reliable if the year has >4 digits.
37342
37343         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
37344         This is for compatibility with BSD.
37345
37346         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
37347         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
37348         From coreutils' system.h.
37349
37350         * lib/userspec.c: Don't include "posixver.h".
37351         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
37352         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
37353         compatible extension.  Simplify code by removing a boolean int
37354         that was always nonzero if a string was nonnull.
37355
37356 2004-03-30  Jim Meyering  <jim@meyering.net>
37357
37358         Merge from coreutils.
37359
37360         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
37361         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
37362         on some systems one must include <grp.h> before it.
37363         Reported by Christian Krackowizer.
37364
37365 2004-03-30  Jim Meyering  <jim@meyering.net>
37366
37367         Merge from coreutils.
37368
37369         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
37370
37371         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
37372         an empty input stream.
37373
37374         * lib/readtokens.c: Include <stdbool.h>.
37375         (readtoken): Use `size_t' rather than int/long.
37376         All callers adjusted.
37377         Use `bool' rather than `int' where appropriate.
37378         Use memset rather than an explicit loop.
37379         Use x2nrealloc rather than xrealloc.
37380         Allow the use of `\0' as a delimiter.
37381         (readtokens): Likewise.
37382         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
37383
37384 2004-03-30  Jim Meyering  <jim@meyering.net>
37385
37386         * m4/realloc.m4: Remove file, since now it does no more than
37387         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
37388         the `configure.ac' section of module/realloc.
37389         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
37390
37391 2004-03-30  Bruno Haible  <bruno@clisp.org>
37392
37393         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
37394         nonnull.
37395
37396 2004-03-29  Paul Eggert  <eggert@twinsun.com>
37397
37398         Merge changes to getloadavg.c from coreutils and Emacs.
37399
37400         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
37401         Define to an expression, not to the empty string.
37402         Include cloexec.h and xalloc.h.
37403         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
37404         Use set_cloexec_flag rather than rolling our own.
37405         * lib/cloexec.c, lib/cloexec.h: New files.
37406
37407 2004-03-29  Paul Eggert  <eggert@twinsun.com>
37408
37409         * m4/cloexec.m4: New file.
37410
37411 2004-03-18  Paul Eggert  <eggert@twinsun.com>
37412
37413         * lib/getopt.h: Sync with libc CVS.
37414
37415 2004-03-18  Paul Eggert  <eggert@twinsun.com>
37416             Bruno Haible  <bruno@clisp.org>
37417
37418         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
37419         mbswidth.
37420
37421 2004-03-18  Paul Eggert  <eggert@twinsun.com>
37422             Bruno Haible  <bruno@clisp.org>
37423
37424         * lib/mbswidth.h: Include <wchar.h> only if
37425         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
37426         <wchar.h>.
37427         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
37428
37429 2004-03-09  Paul Eggert  <eggert@twinsun.com>
37430
37431         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
37432         Sync with libc CVS.
37433         * lib/getopt_int.h: New file, also synced from libc.
37434
37435 2004-03-09  Paul Eggert  <eggert@twinsun.com>
37436
37437         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
37438         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
37439         Bring back getopt.c, getopt.h, getopt1.c.
37440
37441 2004-03-07  Paul Eggert  <eggert@twinsun.com>
37442
37443         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
37444         All uses changed.  Check for sa_sigaction member; this fixes
37445         a bug first reported by Jason Andrade in
37446         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
37447
37448 2004-03-07  Paul Eggert  <eggert@twinsun.com>
37449
37450         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
37451         '#if' expressions.  Unlike the code it replaces, it does not
37452         depend on (defined _SC_PAGESIZE).  However, it does depend on
37453         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
37454         first reported by Jason Andrade in
37455         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
37456
37457 2004-02-25  Simon Josefsson  <jas@extundo.com>
37458
37459         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
37460
37461 2004-02-25  Simon Josefsson  <jas@extundo.com>
37462
37463         * lib/strdup.h: New file.
37464         * lib/strdup.c: Include it.
37465         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
37466         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
37467
37468 2004-02-23  Karl Berry  <karl@gnu.org>
37469
37470         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
37471         (from fencepost.gnu.org:/gd/gnuorg).
37472
37473 2004-02-23  Karl Berry  <karl@gnu.org>
37474
37475         * config/srclistvars.sh (GNUORG) [karl]: redefine.
37476         * config/srclist.txt: add maintain/standards documents.
37477
37478 2004-02-18  Bruno Haible  <bruno@clisp.org>
37479
37480         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
37481         Reported by Derek Robert Price <derek@ximbiot.com>.
37482
37483 2004-02-16  Karl Berry  <karl@gnu.org>
37484
37485         * config/mkinstalldirs, install-sh: update from automake.
37486
37487 2004-02-06  Karl Berry  <karl@gnu.org>
37488
37489         * m4/po.m4: update from gettext 0.14.1.
37490
37491 2004-02-06  Karl Berry  <karl@gnu.org>
37492
37493         * lib/config.charset: update from gettext 0.14.1.
37494
37495 2004-02-05  Paul Eggert  <eggert@twinsun.com>
37496
37497         Add comments and code, prompted by suggestions from Bruno Haible
37498         for sh-quote.
37499         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
37500         describing the enum quoting_style values.
37501         * lib/quotearg.c (quotearg_alloc): New function.
37502         (quotearg_buffer_restyled): Treat lone { and } as special.
37503         Treat = as special.  Work around bug with older shells
37504         that "see" a '\' that is really the 2nd byte of a multibyte char.
37505         Quote empty string with shell_quoting_style.
37506
37507 2004-02-03  Bruno Haible  <bruno@clisp.org>
37508
37509         * m4/pipe.m4: New file, from GNU gettext.
37510
37511 2004-02-03  Bruno Haible  <bruno@clisp.org>
37512
37513         * lib/pipe.h: New file, from GNU gettext.
37514         * lib/pipe.c: New file, from GNU gettext.
37515
37516 2004-01-27  Bruno Haible  <bruno@clisp.org>
37517
37518         * m4/execute.m4: New file, from GNU gettext.
37519
37520 2004-01-27  Bruno Haible  <bruno@clisp.org>
37521
37522         * lib/execute.h: New file, from GNU gettext.
37523         * lib/execute.c: New file, from GNU gettext.
37524         * lib/w32spawn.h: New file, from GNU gettext.
37525
37526 2004-01-24  Paul Eggert  <eggert@twinsun.com>
37527
37528         Merge from diffutils.
37529
37530         * lib/file-type.c (file_type): Add typed memory objects.
37531         * lib/file-type.h (S_TYPEISTMO): New macro.
37532
37533         * lib/c-stack.h (c_stack_action): Remove argv argument.
37534         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
37535         (die): Don't calculate message unless segv_action returns.
37536         (get_stack_location, min_address_from_argv, max_address_from_argv,
37537         volatile stack_base, volatile_stack_size): Remove.
37538         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
37539         that every segmentation violation is a stack overflow.  (Ouch!)
37540         See Debian bug 136249 (still outstanding) for more info about why
37541         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
37542
37543 2004-01-24  Paul Eggert  <eggert@twinsun.com>
37544
37545         Exit-status fix from coreutils.
37546
37547         Use exit_failure consistently in place of EXIT_FAILURE,
37548         so that program exit statuses are consistent on failure.
37549
37550         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
37551         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
37552         * lib/argmatch.h: Comment fix to match the above.
37553         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
37554         Now a macro referring to exit_failure, instead of a separate
37555         variable.  Include "exitfail.h" to get it.
37556         * lib/xstrtol.h: Include "exitfail.h".
37557         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
37558
37559         * lib/long-options.c (parse_long_options): Use prototype
37560         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
37561         for clarity.
37562
37563 2004-01-21  Jim Meyering  <jim@meyering.net>
37564
37565         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
37566         so as not to conflict with a different-sized __mktime_internal
37567         function in GNU libc.
37568         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
37569         Problem building statically-linked `ls' reported by Michael Brunnbauer.
37570
37571 2004-01-20  Karl Berry  <karl@gnu.org>
37572
37573         * config/config.guess: update from config.
37574
37575         * config/srclistvars.sh: GNUWWWLICENSES for karl.
37576
37577 2004-01-20  Bruno Haible  <bruno@clisp.org>
37578
37579         Safer stack allocation.
37580         * lib/setenv.c: Include allocsa.h.
37581         (alloca): Remove fallback definition.
37582         (freea): Remove macro.
37583         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
37584         instead of freea.
37585
37586 2004-01-20  Bruno Haible  <bruno@clisp.org>
37587
37588         * m4/eealloc.m4: New file, from GNU gettext.
37589
37590 2004-01-20  Bruno Haible  <bruno@clisp.org>
37591
37592         * m4/allocsa.m4: New file, from GNU gettext.
37593
37594 2004-01-20  Bruno Haible  <bruno@clisp.org>
37595
37596         * lib/xallocsa.h: New file, from GNU gettext.
37597         * lib/xallocsa.c: New file, from GNU gettext.
37598
37599 2004-01-20  Bruno Haible  <bruno@clisp.org>
37600
37601         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
37602
37603 2004-01-20  Bruno Haible  <bruno@clisp.org>
37604
37605         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
37606         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
37607         specially.
37608
37609 2004-01-20  Bruno Haible  <bruno@clisp.org>
37610
37611         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
37612         patch.
37613
37614 2004-01-20  Bruno Haible  <bruno@clisp.org>
37615
37616         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
37617
37618 2004-01-20  Bruno Haible  <bruno@clisp.org>
37619
37620         * lib/eealloc.h: New file.
37621
37622 2004-01-20  Bruno Haible  <bruno@clisp.org>
37623
37624         * lib/binary-io.h: Avoid warnings on Cygwin.
37625
37626 2004-01-20  Bruno Haible  <bruno@clisp.org>
37627
37628         * lib/allocsa.h: New file, from GNU gettext.
37629         * lib/allocsa.c: New file, from GNU gettext.
37630
37631 2004-01-18  Karl Berry  <karl@gnu.org>
37632
37633         * doc/gpl.texi, doc/lgpl.texi: new files.
37634
37635 2004-01-18  Karl Berry  <karl@gnu.org>
37636
37637         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
37638         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
37639
37640 2004-01-15  Paul Eggert  <eggert@twinsun.com>
37641
37642         Merge from coreutils.
37643
37644         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
37645         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
37646         (gl_DEFAULT_POSIX2_VERSION): Move
37647         the documentation from 'configure' into 'config.hin',
37648         so that 'configure --help' isn't burdened by it and
37649         we don't have to worry about its formatting there.
37650         Reword the documentation so that it's more succinct
37651         and can be run together into a single paragraph.
37652         * m4/same.m4 (gl_SAME): Check for pathconf.
37653
37654 2004-01-15  Paul Eggert  <eggert@twinsun.com>
37655
37656         Merge from coreutils.
37657
37658         * lib/posixver.c: Include posixver.h.
37659
37660         * lib/same.c: Include <stdbool.h>, <limits.h>.
37661         (_POSIX_NAME_MAX): Define if not defined.
37662         (MIN): New macro.
37663         (same_name): If file names are silently truncated, report
37664         that the file names are the same if they are the same after
37665         the silent truncation.
37666
37667         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
37668         conversion function.
37669         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
37670         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
37671         longer needed.
37672
37673 2004-01-15  Jim Meyering  <jim@meyering.net>
37674
37675         Merge from coreutils.
37676
37677         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
37678         if no library is required.
37679         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
37680         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
37681         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
37682         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
37683         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
37684         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
37685         value, $ac_cv_search_crypt, if it's "none required".
37686         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
37687         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
37688         not gl_FUNC_GETLOADAVG.
37689         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
37690         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
37691
37692 2004-01-15  Jim Meyering  <jim@meyering.net>
37693
37694         Merge from coreutils.
37695
37696         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
37697         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
37698         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
37699
37700         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
37701         optional configure-time default.
37702
37703         * lib/version-etc.c (version_etc_copyright): Update copyright date.
37704
37705         * lib/xreadlink.c (xreadlink): Correct outdated comment.
37706
37707 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
37708
37709         Merge from coreutils.
37710
37711         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
37712         value, $ac_cv_search_nanosleep, if it's "none required".
37713
37714 2004-01-14  Paul Eggert  <eggert@twinsun.com>
37715
37716         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
37717         with like-named macro in fnmatch.c.
37718         (EXT): Use an internal constant instead.
37719
37720         Merge fnmatch patches from glibc.
37721         * lib/fnmatch.c (mbsinit): Remove define.
37722         Add libc_hidden_ver (__fnmatch, fnmatch).
37723         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
37724         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
37725
37726 2004-01-14  Karl Berry  <karl@gnu.org>
37727
37728         * config/install-sh: update from automake.
37729
37730 2004-01-13  Karl Berry  <karl@gnu.org>
37731
37732         * config/install-sh: update from automake.
37733
37734 2004-01-09  Karl Berry  <karl@gnu.org>
37735
37736         * config/install-sh: update from automake.
37737
37738 2004-01-05  Karl Berry  <karl@gnu.org>
37739
37740         * config/config.{sub,guess}: update from config.
37741
37742 2003-12-31  Karl Berry  <karl@gnu.org>
37743
37744         * config/depcomp: update from automake.
37745
37746 2003-12-14  Karl Berry  <karl@gnu.org>
37747
37748         * lib/config.charset: update from gettext-runtime.
37749
37750 2003-12-03  Paul Eggert  <eggert@twinsun.com>
37751
37752         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
37753         Bug reported by Alfred M. Szmidt.
37754
37755 2003-12-03  Bruno Haible  <bruno@clisp.org>
37756
37757         * m4/gettext.m4: Upgrade from gettext-0.13.
37758         * m4/po.m4: Upgrade from gettext-0.13.
37759         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
37760         * m4/intmax.m4: New file, from gettext-0.13.
37761         * m4/printf-posix.m4: New file, from gettext-0.13.
37762
37763 2003-11-29  Karl Berry  <karl@gnu.org>
37764
37765         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
37766
37767 2003-11-25  Paul Eggert  <eggert@twinsun.com>
37768             Bruno Haible  <bruno@clisp.org>
37769
37770         * lib/printf-parse.h: Don't include sys/types.h.
37771         (ARG_NONE): New macro.
37772         (char_directive): Change type of *arg_index fields to size_t.
37773         * lib/printf-parse.c: Don't include sys/types.h.
37774         (SSIZE_MAX): Remove macro.
37775         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
37776         Remove unnecessary overflow check.
37777         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
37778         fields.
37779
37780 2003-11-25  Bruno Haible  <bruno@clisp.org>
37781
37782         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
37783
37784 2003-11-25  Bruno Haible  <bruno@clisp.org>
37785
37786         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
37787         gt_TYPE_SSIZE_T.
37788
37789 2003-11-24  Paul Eggert  <eggert@twinsun.com>
37790
37791         * modules/alloca: Remove dependency on xalloc.
37792
37793 2003-11-24  Paul Eggert  <eggert@twinsun.com>
37794
37795         * lib/alloca.c: Remove dependency on xalloc module.
37796         (xalloc_die): Remove.
37797         (memory_full) [!defined emacs]: New macro.
37798         [!defined emacs]: Don't include xalloc.h.
37799         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
37800         address arithmetic overflows.  Change datatypes a bit to avoid
37801         unnecessary casts.
37802
37803 2003-11-22  Jim Meyering  <jim@meyering.net>
37804
37805         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
37806         s/size/size_t/.
37807
37808 2003-11-21  Karl Berry  <karl@gnu.org>
37809
37810         * config/config.{sub,guess}: update from config.
37811
37812 2003-11-18  Karl Berry  <karl@gnu.org>
37813
37814         * config/config.{sub,guess}: update from config.
37815
37816         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
37817
37818 2003-11-17  Paul Eggert  <eggert@twinsun.com>
37819
37820         * README: Mention that S+T cannot overflow if S is the size of
37821         an existing object and T is sufficiently small.
37822
37823 2003-11-17  Jim Meyering  <jim@meyering.net>
37824
37825         On systems without utime and without a utimes function capable of
37826         dealing with a NULL struct utimbuf* argument, this utime replacement
37827         could -- in unusual circumstances -- leak a file descriptor.
37828         * lib/utime.c: Include <unistd.h> and <errno.h>.
37829         (utime_null): Be sure to close `fd' and to preserve errno.
37830         Reported by Geoff Collyer via Arnold Robbins.
37831
37832 2003-11-17  Bruno Haible  <bruno@clisp.org>
37833
37834         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
37835         (Depends-on): Add xsize.
37836
37837 2003-11-17  Bruno Haible  <bruno@clisp.org>
37838
37839         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
37840
37841 2003-11-17  Bruno Haible  <bruno@clisp.org>
37842
37843         * lib/vasnprintf.c (alloca): Remove fallback definition.
37844         (freea): Remove definition.
37845         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
37846         Reported by Paul Eggert.
37847
37848 2003-11-16  Paul Eggert  <eggert@twinsun.com>
37849             Bruno Haible  <bruno@clisp.org>
37850
37851         Protect against address arithmetic overflow.
37852         * lib/printf-args.h: Include stddef.h.
37853         (arguments): Change type of field 'count' to size_t.
37854         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
37855         'unsigned int' where appropriate.
37856         * lib/printf-parse.h: Include sys/types.h.
37857         (char_directive): Change type of *arg_index fields to ssize_t.
37858         (char_directives): Change type of fields 'count', max_*_length to
37859         size_t.
37860         * lib/printf-parse.c: Include sys/types.h and xsize.h.
37861         (SSIZE_MAX): Define fallback value.
37862         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
37863         instead of 'int' where appropriate. Check a_allocated, d_allocated
37864         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
37865         * lib/vasnprintf.c: Include xsize.h.
37866         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
37867         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
37868         overflow. Avoid wraparound when converting a width or precision from
37869         decimal to binary.
37870
37871 2003-11-16  Bruno Haible  <bruno@clisp.org>
37872
37873         Update from GNU gettext.
37874         * lib/printf-parse.c: Generalize to it can be compiled for wide
37875         strings.
37876         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
37877         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
37878         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
37879         SNPRINTF): New macros.
37880         Don't include <alloca.h> if the file is used inside libintl.
37881         (local_wcslen): New function, for Solaris 2.5.1.
37882         (VASNPRINTF): Use it instead of wcslen.
37883
37884 2003-11-16  Bruno Haible  <bruno@clisp.org>
37885
37886         * lib/xsize.h (xmax): New function.
37887         (xsum, xsum3, xsum4): Declare as "pure" functions.
37888
37889 2003-11-12  Paul Eggert  <eggert@twinsun.com>
37890
37891         * modules/xalloc (Files): Undo latest change, since xalloc.h
37892         no longer needs SIZE_MAX or PTRDIFF_MAX.
37893
37894 2003-11-12  Paul Eggert  <eggert@twinsun.com>
37895
37896         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
37897         gl_PTRDIFF_MAX.
37898
37899 2003-11-12  Paul Eggert  <eggert@twinsun.com>
37900
37901         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
37902         "return", to pacify some unknown compiler.  Problem reported
37903         by Joerg Schilling.
37904
37905 2003-11-12  Paul Eggert  <eggert@twinsun.com>
37906
37907         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
37908         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
37909         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
37910         heuristic is just as accurate as far as we know, and it removes a
37911         dependency on size_max.m4 and ptrdiff_max.m4.
37912
37913 2003-11-11  Bruno Haible  <bruno@clisp.org>
37914
37915         * modules/xsize (Files): Add m4/size_max.m4.
37916         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
37917
37918 2003-11-11  Bruno Haible  <bruno@clisp.org>
37919
37920         * m4/size_max.m4: New file.
37921         * m4/ptrdiff_max.m4: New file.
37922         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
37923         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
37924         (gl_XALLOC): Invoke it.
37925
37926 2003-11-11  Bruno Haible  <bruno@clisp.org>
37927
37928         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
37929         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
37930         defined.
37931
37932 2003-11-10  Paul Eggert  <eggert@twinsun.com>
37933
37934         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
37935         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
37936         rejected some allocations of exactly SIZE_MAX - 2 bytes.
37937         From Bruno Haible.
37938         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
37939         not (size_t) -1, since it's defined here.
37940
37941 2003-11-09  Karl Berry  <karl@gnu.org>
37942
37943         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
37944
37945 2003-11-06  Paul Eggert  <eggert@twinsun.com>
37946
37947         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
37948         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
37949         Reject sizes of exactly SIZE_MAX bytes.
37950         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
37951         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
37952
37953 2003-11-05  Bruno Haible  <bruno@clisp.org>
37954
37955         * lib/xsize.h: Include limits.h, to avoid a possible collision with
37956         SIZE_MAX defined in <limits.h> on Solaris.
37957
37958 2003-11-04  Jim Meyering  <jim@meyering.net>
37959
37960         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
37961         variable names, rather than @VAR@.
37962         * modules/poll: Likewise.
37963
37964 2003-11-04  Bruno Haible  <bruno@clisp.org>
37965
37966         * modules/xsize: New file.
37967         * modules/linebreak: Depend on xsize.
37968         * MODULES.html.sh (func_all_modules): Add xsize.
37969
37970 2003-11-04  Bruno Haible  <bruno@clisp.org>
37971
37972         * m4/xsize.m4: New file.
37973
37974 2003-11-04  Bruno Haible  <bruno@clisp.org>
37975
37976         * lib/xsize.h: New file.
37977         * lib/linebreak.c: Include xsize.h.
37978         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
37979         argument for overflow.
37980         Suggested by Paul Eggert.
37981
37982 2003-11-03  Karl Berry  <karl@gnu.org>
37983
37984         * config/config.{guess,sub}: update from config.
37985
37986 2003-11-03  Jim Meyering  <jim@meyering.net>
37987
37988         * modules/userspec (lib_SOURCES): Add userspec.h.
37989         (Include): Add "userspec.h".
37990         Improve description.
37991
37992 2003-11-03  Jim Meyering  <jim@meyering.net>
37993
37994         * lib/userspec.c: Include "userspec.h".
37995         * lib/userspec.h: New file.
37996
37997 2003-11-03  Bruno Haible  <bruno@clisp.org>
37998
37999         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
38000
38001 2003-11-03  Bruno Haible  <bruno@clisp.org>
38002
38003         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
38004         available, to avoid (extremely rare) race condition.
38005         Suggested by Paul Eggert.
38006
38007 2003-11-02  Karl Berry  <karl@gnu.org>
38008
38009         * config/srclist.txt (vasprintf.c): sync broken, sigh.
38010
38011 2003-10-31  Paul Eggert  <eggert@twinsun.com>
38012
38013         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
38014         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
38015         (read_filesystem_list): Set and use me_type_malloced.
38016         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
38017         whatever the type happens to be), for brevity and consistency.
38018         Check for size calculation overflow on Alphas running OSF/1.
38019
38020 2003-10-31  Jim Meyering  <jim@meyering.net>
38021
38022         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
38023
38024         * lib/linebuffer.c: Include <string.h> for declaration of memset.
38025
38026 2003-10-30  Paul Eggert  <eggert@twinsun.com>
38027             Bruno Haible  <bruno@clisp.org>
38028
38029         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
38030         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
38031
38032 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
38033
38034         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
38035         netbsd*-gnu*.  Suggested by Robert Millan.
38036
38037 2003-10-29  Paul Eggert  <eggert@twinsun.com>
38038
38039         * modules/group-member: Depend on stdbool.
38040
38041 2003-10-29  Paul Eggert  <eggert@twinsun.com>
38042
38043         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
38044
38045 2003-10-29  Paul Eggert  <eggert@twinsun.com>
38046
38047         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
38048         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
38049         after the 'gnu' in these cases.  This fixes some bugs in the
38050         previous change, and is based on suggestions by Robert Millan.
38051
38052 2003-10-29  Paul Eggert  <eggert@twinsun.com>
38053
38054         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
38055         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
38056         no longer needed.
38057         * lib/quotearg.c (quotearg_n_options): Use it.
38058         * lib/group-member.c: Include <stdbool.h>.
38059         (free_group_info): Arg is now const *; don't free arg.
38060         (get_group_info): Now returns bool and accepts struct group_info *,
38061         rather than returning a malloc'ed struct group_info *.
38062         All uses changed.  Check for overflow in internal size calculation.
38063
38064         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
38065         rather than xmalloc/xrealloc.
38066         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
38067         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
38068         conformance bug: the old code used a pointer after freeing the
38069         storage that it addressed.
38070         * lib/hash.c (hash_initialize): Simplify the code by using
38071         xalloc_oversized rather than doing it by hand.
38072         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
38073         the buffer preserved.  Use free and xmalloc instead.
38074         * lib/quotearg.c (quotearg_n_options): Likewise.
38075         Use a simpler test for size overflow.  Don't use xalloc_oversized
38076         because unsigned int might be wider than size_t (!); this suggests
38077         that we should switch from unsigned int to size_t for slot numbers.
38078
38079 2003-10-28  Paul Eggert  <eggert@twinsun.com>
38080
38081         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
38082         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
38083         NetBSD kernels.  Requested by Richard Stallman.
38084
38085 2003-10-27  Paul Eggert  <eggert@twinsun.com>
38086
38087         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
38088         to allocate the returned structure.  Do not allocate a subarray,
38089         as x2nrealloc will do that.
38090         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
38091         instead of xnrealloc.
38092         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
38093
38094 2003-10-27  Bruno Haible  <bruno@clisp.org>
38095
38096         * lib/stdbool_.h: Better support for BeOS.
38097
38098 2003-10-26  Paul Eggert  <eggert@twinsun.com>
38099
38100         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
38101         now uses inline.
38102
38103 2003-10-26  Paul Eggert  <eggert@twinsun.com>
38104
38105         * lib/xalloc.h (xalloc_oversized): New static inline function, for
38106         callers that want to do their own size-overflow checking.  Include
38107         <stdbool.h>, since xalloc_oversized returns bool.
38108         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
38109         to use xalloc_oversized.
38110
38111         Add two functions x2realloc, x2nrealloc, for programs that grow
38112         arrays dynamically by doubling their sizes.
38113         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
38114         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
38115         New functions.
38116
38117         Port to C99 semantics for 'inline' of external functions.
38118         Bug reported by Bruno Haible.
38119         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
38120         with the old contents of xnmalloc.
38121         (xnmalloc, xmalloc): Use it.
38122         (xnrealloc_inline): New static inline function,
38123         with the old contents of xnrealloc.
38124         (xnrealloc, xrealloc): Use it.
38125
38126         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
38127         that.
38128
38129 2003-10-26  Karl Berry  <karl@gnu.org>
38130
38131         * config/srclist.txt (COPYING.DOC): no longer available from
38132         /gd/gnuorg; don't know where the ultimate source is.
38133
38134 2003-10-25  Paul Eggert  <eggert@twinsun.com>
38135
38136         Fix several address-calculation bugs in the hash modules,
38137         plus some minor code cleanup.
38138
38139         * lib/hash.h: Include <stdbool.h>, for bool.
38140         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
38141         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
38142         hash_get_n_entries, hash_get_max_bucket_length,
38143         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
38144         hash_rehash): Use size_t rather than unsigned.
38145         * lib/hash.c (struct hash_table, hash_get_n_buckets,
38146         hash_get_n_buckets_used, hash_get_n_entries,
38147         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
38148         hash_get_entries, hash_do_for_each, hash_string, is_prime,
38149         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
38150         Likewise.
38151         (SIZE_MAX): Define if not defined.
38152         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
38153         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
38154         hash_print):
38155         Use const * when possible.
38156         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
38157         (check_tuning): Fix bug: if tuning parameters were very close to
38158         0 or 1, rounding errors could have caused subscript violations.
38159         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
38160         (hash_initialize): Add 'fail:' label
38161         to free table and return NULL, and use it to simplify code.
38162         Use calloc rather than clearing the storage ourself.
38163         (hash_initialize, hash_rehash): Check for arithmetic overflow in
38164         buffer size calculations.
38165         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
38166         Include <stddef.h>, for size_t.
38167         * lib/hash-pjw.c (hash_pjw): Likewise.
38168         Switch to method described by Bruno Haible.
38169         Include <limits.h>, for CHAR_BIT.
38170         (SIZE_BITS): New macro.
38171
38172 2003-10-23  Paul Eggert  <eggert@twinsun.com>
38173
38174         * m4/getline.m4 (AM_FUNC_GETLINE):
38175         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
38176         hosts.  Problem reported by Derek Robert Price in
38177         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
38178         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
38179         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
38180
38181 2003-10-21  Paul Eggert  <eggert@twinsun.com>
38182
38183         * lib/getndelim2.c (getndelim2): When size calculation overflows,
38184         ceiling the allocation at NMAX bytes rather than silently
38185         discarding input bytes before NMAX is reached.  This makes
38186         a difference only if NMAX exceeds SIZE_MAX / 2.
38187
38188         * lib/obstack.c: Merge from glibc.
38189         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
38190         Add libc_hidden_def (_obstack_newchunk).
38191         (_obstack_free) [! defined _LIBC]: Remove.
38192         [defined _LIBC]: Make a strong alias from obstack_free, rather than
38193         a clone of the function body.
38194         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
38195         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
38196
38197         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
38198         glibc.
38199         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
38200         arg to memcpy.
38201
38202         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
38203         (obstack_ptr_grow_fast, obstack_int_grow_fast):
38204         Don't use lvalue casts, as GCC plans to remove support for them
38205         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
38206         was also present in the non-GCC version, indicating that this
38207         code had always been buggy and had never been widely used.
38208         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
38209         Use the fast variant of each macro, rather than copying the
38210         definiens of the fast variant; that way, we'll be more likely to
38211         catch future bugs in the fast variants.
38212
38213 2003-10-20  Bruno Haible  <bruno@clisp.org>
38214
38215         * modules/wait-process: New file.
38216         * MODULES.html.sh (func_all_modules): Add wait-process.
38217
38218 2003-10-20  Bruno Haible  <bruno@clisp.org>
38219
38220         * m4/wait-process.m4: New file.
38221
38222 2003-10-20  Bruno Haible  <bruno@clisp.org>
38223
38224         * lib/wait-process.h: New file, from GNU gettext.
38225         * lib/wait-process.c: New file, from GNU gettext.
38226
38227 2003-10-19  Jim Meyering  <jim@meyering.net>
38228
38229         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
38230         HPUX 10.20.
38231
38232 2003-10-18  Karl Berry  <karl@gnu.org>
38233
38234         * config/config.guess: update from config.
38235
38236 2003-10-16  Paul Eggert  <eggert@twinsun.com>
38237
38238         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
38239         (getgroups): First arg is int, not size_t.
38240         Don't let 'free' mangle errno.
38241
38242 2003-10-16  Paul Eggert  <eggert@twinsun.com>
38243
38244         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
38245
38246 2003-10-16  Karl Berry  <karl@gnu.org>
38247
38248         * config/config.{guess,sub}: update from config.
38249
38250 2003-10-16  Jim Meyering  <jim@meyering.net>
38251
38252         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
38253         memcpy.
38254
38255 2003-10-15  Paul Eggert  <eggert@twinsun.com>
38256
38257         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
38258         (SIZE_MAX): Remove.
38259         (new_exclude, add_exclude_file): Initial size no longer needs to
38260         be a power of 2.
38261         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
38262         our own address arithmetic overflow checking.
38263
38264         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
38265         (fnmatch): Do not alloca more than 2000 wide characters;
38266         instead, use malloc for large buffers.
38267         Check for address arithmetic overflow, and return -1
38268         with errno set to ENOMEM in that case.
38269         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
38270         (NEW_PATTERN): Do not alloca more than 8000 bytes;
38271         instead, return -1.  Check for address arithmetic overflow.
38272
38273 2003-10-14  Paul Eggert  <eggert@twinsun.com>
38274
38275         Handle invalid suffixes and overflow independently, so that
38276         callers can treat them independently as needed.  Fix some bugs in
38277         suffix handling, e.g., "100k@" was not diagnosed as an invalid
38278         suffix for a human-readable blocksize.  The major caller-visible
38279         change is the addition of a new
38280         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
38281         that both overflow and suffix chars were found.
38282
38283         * lib/human.c (humblock): Don't check separately for invalid suffix
38284         char; that is xstrtoumax's job (now that its bug is fixed).
38285         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
38286         INTMAX_MAX]: New macros.
38287         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
38288         TYPE_MAXIMUM): New macros.
38289         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
38290         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
38291         if overflow occurs, as it's what __strtol does and it's more useful
38292         in practice.
38293         (__xstrtol): If __strtol reports some error other than ERANGE,
38294         reflect it to the caller as LONGINT_INVALID.  If it reports
38295         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
38296         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
38297         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
38298         value.
38299         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
38300         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
38301         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
38302         [defined UINTMAX_MAX]: New macros.
38303
38304 2003-10-14  Bruno Haible  <bruno@clisp.org>
38305
38306         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
38307
38308 2003-10-14  Bruno Haible  <bruno@clisp.org>
38309
38310         * m4/sig_atomic_t: New file, from GNU gettext.
38311         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
38312
38313 2003-10-14  Bruno Haible  <bruno@clisp.org>
38314
38315         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
38316         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
38317         Also use volatile where needed.
38318
38319 2003-10-12  Paul Eggert  <eggert@twinsun.com>
38320
38321         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
38322         Change maintainer from Bruno Haible to 'all'.
38323
38324 2003-10-12  Paul Eggert  <eggert@twinsun.com>
38325
38326         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
38327
38328 2003-10-12  Paul Eggert  <eggert@twinsun.com>
38329
38330         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
38331         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
38332         and define in terms of the other primitives.
38333         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
38334         (SIZE_MAX): Define if not already defined.
38335         (array_size_overflow): New function.
38336         (xalloc_die): Abort instead of exiting if 'error' returns.
38337         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
38338         (xmalloc, xrealloc): Use them.
38339         (xcalloc): Check for address arithmetic overflow.
38340         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
38341         a bit faster than strcpy.
38342
38343 2003-10-10  Simon Josefsson  <jas@extundo.com>
38344
38345         * modules/argp (Depends-on): Add restrict and strcase.
38346
38347 2003-10-10  Simon Josefsson  <jas@extundo.com>
38348
38349         * m4/argp.m4: Add AC_C_INLINE.
38350
38351 2003-10-08  Paul Eggert  <eggert@twinsun.com>
38352
38353         Merge getpass from libc, plus a few fixes.
38354
38355         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
38356         Include <stdbool.h>.
38357         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
38358         __fsetlocking to empty.
38359         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
38360         do include <bits/libc-lock.h>.
38361         Do not include <fcntl.h>; not needed.
38362         [_LIBC]: Include <wchar.h>.
38363         (NOTCANCEL_MODE): New macro.
38364         (flockfile, funlockfile) [_LIBC]: New macros.
38365         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
38366         [!_LIBC]: New macros.
38367         (call_fclose): New function.
38368         (getpass): Use it.  Save tty stream separately; this simplifies the
38369         code and makes it more reliable if stdin happens to equal stdout.
38370         Invoke __fsetlocking on tty.
38371         Handle thread cancellation if needed.
38372         Namespace cleanup (use __tcgetattr, __getline).
38373         Use bool for Booleans.
38374         [USE_IN_LIBIO]: Handle wide streams.
38375         [!_LIBC]: Unconditionally do the fseek, since we don't know what
38376         stream might go where.
38377
38378         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
38379         doesn't have to include <stdio.h> before us.
38380         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
38381         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
38382         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
38383         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
38384         if not declared, so that we can use getpass.c code from libc without
38385         rewriting it.
38386         (flockfile, ftrylockfile, funlockfile): New macros.
38387
38388 2003-10-08  Paul Eggert  <eggert@twinsun.com>
38389
38390         * modules/getpass: Depend on stdbool.
38391
38392 2003-10-08  Paul Eggert  <eggert@twinsun.com>
38393
38394         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
38395
38396 2003-10-07  Karl Berry  <karl@gnu.org>
38397
38398         * config/config.{guess,sub}: update from config.
38399
38400 2003-10-06  Jim Meyering  <jim@meyering.net>
38401             Bruno Haible  <bruno@clisp.org>
38402
38403         This lets translators provide better translations for the
38404         "Written by ..." part of --version output.
38405         * lib/version-etc.h: Include stdarg.h.
38406         (version_etc_copyright): Declare as readonly.
38407         (version_etc): Make this function variadic with a NULL-terminated list
38408         of author name strings.
38409         (version_etc_va): New declaration.
38410         * lib/version-etc.c: Include stdarg.h, stdlib.h.
38411         (version_etc_copyright): Declare as readonly.
38412         (version_etc_va): New function. Provide a different translatable string
38413         for each possible number of authors < 10. Abbreviate when there are 10
38414         authors or more.
38415         (version_etc): Make this function variadic. Call version_etc_va.
38416         Suggestion from Gary V. Vaughan.
38417
38418         * lib/long-options.h (parse_long_options): Change prototype: the
38419         authors string is moved to the end and becomes variadic.
38420         * lib/long-options.c: Include stdarg.h.
38421         (parse_long_options): Make this function variadic, too.
38422         Call version_etc_va, not version_etc.
38423
38424 2003-10-06  Bruno Haible  <bruno@clisp.org>
38425
38426         * modules/version-etc-2: Remove file.
38427         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
38428
38429 2003-10-06  Bruno Haible  <bruno@clisp.org>
38430
38431         * modules/fatal-signal: New file.
38432         * MODULES.html.sh (func_all_modules): Add fatal-signal.
38433
38434 2003-10-06  Bruno Haible  <bruno@clisp.org>
38435
38436         * m4/fatal-signal.m4: New file.
38437         * m4/signalblocking.m4: New file, from GNU gettext.
38438
38439 2003-10-06  Bruno Haible  <bruno@clisp.org>
38440
38441         * lib/version-etc-2.h: Remove file.
38442         * lib/version-etc-2.c: Remove file.
38443
38444 2003-10-06  Bruno Haible  <bruno@clisp.org>
38445
38446         * lib/fatal-signal.h: New file, from GNU gettext.
38447         * lib/fatal-signal.c: New file, from GNU gettext.
38448
38449 2003-10-05  Paul Eggert  <eggert@twinsun.com>
38450
38451         * README: Rework advice for preventing empty .o files.
38452         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
38453         not <sys/types.h>.
38454
38455 2003-10-04  Karl Berry  <karl@gnu.org>
38456
38457         * lib/argp*: update from libc.
38458
38459 2003-10-04  Karl Berry  <karl@gnu.org>
38460
38461         * config/config.{guess,sub}: update from config.
38462
38463 2003-10-02  Bruno Haible  <bruno@clisp.org>
38464
38465         * modules/lchown (Include): Add lchown.h.
38466         * modules/time_r (Include): Use "..." syntax.
38467         * modules/xgetdomainname (Include): Add xgetdomainname.h.
38468
38469 2003-10-01  Simon Josefsson  <jas@extundo.com>
38470
38471         * MODULES.html.sh (func_all_modules): Move gethostname from section
38472         'based on' to section 'lacking' POSIX:2001.
38473
38474 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
38475
38476         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
38477         to output mode on the same stream.
38478
38479 2003-09-29  Paul Eggert  <eggert@twinsun.com>
38480
38481         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
38482         Fix arg typo in previous patch.
38483
38484 2003-09-28  Jim Meyering  <jim@meyering.net>
38485
38486         * lib/error.c: Correct cpp indentation.
38487
38488 2003-09-27  Paul Eggert  <eggert@twinsun.com>
38489
38490         * modules/free: New file.
38491
38492 2003-09-27  Paul Eggert  <eggert@twinsun.com>
38493
38494         * m4/free.m4: New file.
38495
38496 2003-09-27  Paul Eggert  <eggert@twinsun.com>
38497
38498         * lib/minmax.h (MIN, MAX)
38499         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
38500         Omit the special code that used __typeof__, since we worry that
38501         it could be more trouble than it's worth.  See:
38502         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
38503         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
38504
38505         * lib/free.c: New file.
38506
38507 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
38508
38509         Trivial fixes to Makefile.am parts of module listings.
38510         * modules/strstr: Append strstr.h to lib_SOURCES.
38511         * modules/strcase: Likewise, for strcase.h.
38512
38513 2003-09-27  Karl Berry  <karl@gnu.org>
38514
38515         * config/mkinstalldirs: update from automake.
38516
38517 2003-09-26  Paul Eggert  <eggert@twinsun.com>
38518
38519         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
38520         (error_tail): Do not loop, reallocating temporary buffer, since
38521         the output cannot contain more wide characters than the input
38522         contains bytes, the size must be big enough already.  This avoids
38523         one potential size overflow calculation.  Check for size overflow
38524         when calculating temporary buffer size.  Free temporary buffer
38525         when done, if it was allocated with malloc; this plugs a memory
38526         leak.  Remove casts from void * to pointers, that are no longer
38527         needed now that we're assuming C89 or better.
38528
38529         Merge error changes from glibc.
38530
38531         * lib/error.c, error.h: Update copyright notice header to match glibc.
38532         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
38533         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
38534         Disable cancellation while printing error.
38535         * lib/error.h: Prepend __ to parameter names.
38536
38537 2003-09-26  Jim Meyering  <jim@meyering.net>
38538
38539         * lib/error.c (error_tail): Move some declarations
38540         into inner scope where the local variables are used.
38541
38542 2003-09-26  Bruno Haible  <bruno@clisp.org>
38543
38544         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
38545         stpncpy().
38546         Don't define stpncpy through config.h; it's now done through stpncpy.h.
38547
38548 2003-09-26  Bruno Haible  <bruno@clisp.org>
38549
38550         * lib/stpncpy.h (gnu_stpncpy): New declaration.
38551         (stpncpy): Define as alias for gnu_stpncpy.
38552         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
38553
38554 2003-09-25  Simon Josefsson  <jas@extundo.com>
38555
38556         * lib/xgetdomainname.h: New file.
38557         * lib/xgetdomainname.c: New file.
38558
38559 2003-09-25  Simon Josefsson  <jas@extundo.com>
38560             Bruno Haible  <bruno@clisp.org>
38561
38562         * modules/getdomainname: New file.
38563         * modules/xgetdomainname: New file.
38564         * MODULES.html.sh (func_all_modules): Add getdomainname,
38565         xgetdomainname.
38566
38567 2003-09-25  Simon Josefsson  <jas@extundo.com>
38568             Bruno Haible  <bruno@clisp.org>
38569
38570         * m4/getdomainname.m4: New file.
38571
38572 2003-09-25  Simon Josefsson  <jas@extundo.com>
38573             Bruno Haible  <bruno@clisp.org>
38574
38575         * lib/getdomainname.h: New file.
38576         * lib/getdomainname.c: New file.
38577
38578 2003-09-25  Karl Berry  <karl@gnu.org>
38579
38580         * lib/argp-fmtstream.c, argp-help.c: update from libc.
38581
38582 2003-09-25  Karl Berry  <karl@gnu.org>
38583
38584         * config/install-sh: update from automake.
38585
38586 2003-09-25  Bruno Haible  <bruno@clisp.org>
38587
38588         * modules/version-etc-2: New file, from modules/version-etc with
38589         modifications.
38590         * MODULES.html.sh (func_all_modules): Add version-etc-2.
38591
38592 2003-09-25  Bruno Haible  <bruno@clisp.org>
38593
38594         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
38595         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
38596
38597 2003-09-24  Simon Josefsson  <jas@extundo.com>
38598
38599         * modules/xgethostname: Add xgethostname.h.
38600
38601 2003-09-24  Paul Eggert  <eggert@twinsun.com>
38602
38603         * lib/linebuffer.c (freebuffer): Don't free the argument, just
38604         the buffer associated with the argument.  Bug reported by
38605         Simon Josefsson.
38606
38607 2003-09-24  Paul Eggert  <eggert@twinsun.com>
38608
38609         * README: Document assumptions that 'int' is at least 32 bits
38610         wide, that integer arithmetic is 2's complement without overflow,
38611         that there are no holes in integer values, that adding sizes of
38612         two nonoverlapping objects can't overflow, and that all-bits-zero
38613         yields scalar zero.  Fix spelling and capitalization typos.
38614
38615 2003-09-19  Karl Berry  <karl@gnu.org>
38616
38617         * lib/argp.h: update from libc.
38618
38619 2003-09-17  Paul Eggert  <eggert@twinsun.com>
38620
38621         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
38622         to avoid spurious warnings like "AC_RUN_IFELSE was called before
38623         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
38624
38625 2003-09-17  Paul Eggert  <eggert@twinsun.com>
38626
38627         * gnulib-tool: Use "test -h", not "test -L", for portability
38628         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
38629         (tags_regexp): Remove, since \| doesn't conform to POSIX.
38630         (sed_extract_prog): Issue s commands one-by-one, rather than
38631         using \| in one s command.
38632
38633 2003-09-16  Paul Eggert  <eggert@twinsun.com>
38634
38635         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
38636         input error, instead of returning NULL the next time we are called
38637         (and therefore losing track of errno).
38638
38639 2003-09-16  Bruno Haible  <bruno@clisp.org>
38640
38641         * gnulib-tool (func_create_testdir): Warn about duplicated
38642         dependencies.
38643
38644 2003-09-15  Paul Eggert  <eggert@twinsun.com>
38645
38646         * modules/argmatch, modules/fatal, modules/obstack,
38647         modules/xalloc, modules/xgethostname: Sort dependencies by
38648         importance, not alphabetically.
38649
38650 2003-09-15  Paul Eggert  <eggert@twinsun.com>
38651
38652         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
38653         fails, so that the caller gets the proper errno.
38654
38655         * lib/readutmp.c (read_utmp): Likewise.
38656         Check for fstat error.  Close stream and free storage
38657         when failing.
38658
38659 2003-09-14  Karl Berry  <karl@gnu.org>
38660
38661         * config/srclist.txt (strdup.c): disable for c89 changes.
38662
38663 2003-09-14  Jim Meyering  <jim@meyering.net>
38664
38665         * lib/getloadavg.c: Correct cpp indentation.
38666         * lib/strdup.c: Likewise.
38667         * lib/vasnprintf.c: Likewise.
38668
38669 2003-09-14  Bruno Haible  <bruno@clisp.org>
38670
38671         * modules/fwriteerror: New file.
38672         * MODULES.html.sh (func_all_modules): Add fwriteerror.
38673
38674 2003-09-14  Bruno Haible  <bruno@clisp.org>
38675
38676         * lib/fwriteerror.h: New file.
38677         * lib/fwriteerror.c: New file.
38678
38679 2003-09-12  Paul Eggert  <eggert@twinsun.com>
38680
38681         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
38682         modules/xgethostname, modules/xalloc: Depend on exit.
38683
38684 2003-09-12  Paul Eggert  <eggert@twinsun.com>
38685
38686         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
38687
38688         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
38689         and AC_MINIX, too, so that their extensions are available.
38690
38691         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
38692         This macro has been superseded by gl_BACKUPFILE.
38693
38694         More patches to assume C89 or better.
38695
38696         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
38697
38698         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
38699         unconditionally.
38700         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
38701         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
38702         Include <string.h>, <stdlib.h> unconditionally.
38703         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
38704         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
38705         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
38706         headers or for string.h.
38707         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
38708         or strtoul.
38709
38710         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
38711         headers.
38712         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
38713         * m4/userspec.m4 (gl_USERSPEC): Likewise.
38714         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
38715         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
38716         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
38717         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
38718         memcpy, memset.
38719         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
38720         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
38721         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
38722         strtol.
38723         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
38724         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
38725         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
38726         strtoul.
38727
38728 2003-09-12  Paul Eggert  <eggert@twinsun.com>
38729
38730         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
38731         * lib/obstack.c [!defined _LIBC]: Likewise.
38732         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
38733         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
38734         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
38735
38736         More changes to assume C89 or better.
38737
38738         * lib/error.c (error_tail): Assume vprintf.
38739
38740         * lib/argmatch.c (getenv): Remove decl.
38741         * lib/progreloc.c (get_full_program_name): Define via prototype.
38742         * lib/setenv.c (clearenv): Likewise.
38743         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
38744         needed.
38745         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
38746         (malloc, memcpy): Remove decls.
38747         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
38748         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
38749         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
38750         (memcpy): Remove macro.
38751         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
38752         (__P): Remove.  All uses removed.
38753         (PTR): Remove.  All uses changed to void *.
38754         (CHAR_BIT, NULL): Remove.
38755         (spaces, zeros, memset_space, memset_zero)
38756         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
38757         Remove.
38758         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
38759         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
38760         Define with prototype.
38761         Remove now-unnecessary prototype decl.
38762         (extra_args_spec): Assume ANSI C.  All uses changed.
38763         (extra_args_spec_iso): Remove.
38764         (my_strftime, emacs_strftimeu): Define via prototype.
38765         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
38766         unconditionally.
38767         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
38768         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
38769         (strtoul, strtol): Remove decls.
38770         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
38771         LONG_MAX): Remove.
38772         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
38773         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
38774         (LOCALE_PARAM_PROTO): New macro.
38775         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
38776         (INTERNAL (strtol), strtol): Define with a prototype.
38777         (PARAMS): Remove.  All uses removed.
38778         * lib/tempname.c: Include <string.h> unconditionally.
38779         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
38780         * lib/xgethostname.c (main): Define with a prototype.
38781         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
38782         Include <stdlib.h> unconditionally.
38783         (calloc, malloc, realloc, free): Remove decls.
38784         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
38785         Include <stdlib.h> unconditionally.  Sort include file names.
38786         (strtod): Remove.
38787         (xstrtod): Define with a prototype.
38788         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
38789         (strtol, strtoul): Remove decls.
38790
38791 2003-09-11  Paul Eggert  <eggert@twinsun.com>
38792
38793         More patches to assume C89 or better.
38794         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
38795         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
38796         string.h, memchr, STDC_HEADERS.
38797
38798 2003-09-11  Paul Eggert  <eggert@twinsun.com>
38799
38800         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
38801         Include <stdlib.h>, <string.h> unconditionally.
38802         Remove now-unnecessary cast to char *.
38803         * lib/strnlen.c: Include <string.h> unconditionally.
38804         * lib/yesno.c (yesno): Define with a prototype.
38805
38806 2003-09-11  Bruno Haible  <bruno@clisp.org>
38807
38808         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
38809
38810 2003-09-10  Jim Meyering  <jim@meyering.net>
38811
38812         * lib/error.c: Correct indentation of cpp directives.
38813
38814 2003-09-10  Bruno Haible  <bruno@clisp.org>
38815
38816         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
38817         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
38818         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
38819         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
38820         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
38821         <stdlib.h> and <string.h> checks.
38822         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
38823         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
38824
38825 2003-09-10  Bruno Haible  <bruno@clisp.org>
38826
38827         * lib/strcspn.c: Include <string.h> unconditionally.
38828         * lib/strpbrk.c: Include <string.h> unconditionally.
38829         * lib/strstr.c: Include <string.h> unconditionally.
38830         * lib/unicodeio.c: Include <string.h> unconditionally.
38831         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
38832         * lib/unsetenv.c: Likewise.
38833         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
38834         * lib/yesno.c: Include <stdlib.h> unconditionally.
38835         (rpmatch): Add prototype.
38836
38837 2003-09-09  Paul Eggert  <eggert@twinsun.com>
38838
38839         More patches to assume C89 or better.
38840         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
38841         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
38842         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
38843         or for string.h.
38844         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
38845         stdlib.h.
38846         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
38847         C headers.
38848         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
38849         string.h.
38850         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
38851         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
38852         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
38853         or for string.h.
38854         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
38855         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
38856         C headers.
38857         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
38858         memcpy.
38859         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
38860         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
38861         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
38862         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
38863         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
38864         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
38865         string.h, free.
38866         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
38867         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
38868         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
38869         C headers, or for string.h.
38870         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
38871         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
38872         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
38873         headers, memory.h, stdlib.h, string.h, strings.h.
38874         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
38875         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
38876         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
38877         strchr.
38878         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
38879         headers, memory.h, string.h.
38880         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
38881         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
38882         free.
38883         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
38884         headers.
38885         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
38886         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
38887         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
38888         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
38889         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
38890
38891 2003-09-09  Paul Eggert  <eggert@twinsun.com>
38892
38893         More K&R removal.
38894
38895         * lib/acosl.c (main): Use a prototype.
38896         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
38897         tanl.c: Likewise.
38898
38899         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
38900
38901         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
38902         (getopt, etopt_long, getopt_long_only, _getopt_internal)
38903         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
38904         with a prototype.
38905         * lib/getopt.c (const): Remove macro.
38906         Include <string.h> unconditionally.
38907         (my_index): Remove; all uses changed to strchr.
38908         (strlen): Remove decl.
38909         (exchange): Remove forward decl; no longer needed.
38910         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
38911         Define with prototype.
38912         * lib/getopt1.c (const): Remove macro.
38913         (getopt_long, getopt_long_only, main): Define with prototype.
38914
38915         * lib/getugroups.c: Include <string.h> unconditionally.
38916
38917         * lib/getusershell.c: Include <stdlib.h> unconditionally.
38918         (getusershell, setusershell, endusershell, readname, main):
38919         Define with prototypes.
38920
38921         * lib/group-member.c: Include group-member.h first.
38922         Include <stdlib.h> unconditionally.
38923
38924         * lib/hard-locale.c: Include hard-locale.h first.
38925         Include <stdlib.h>, <string.h> unconditionally.
38926
38927         * lib/hash.c (free, malloc): Remove decls.
38928         Include <stdlib.h> unconditionally.
38929
38930         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
38931         (getenv): Do not declare.
38932
38933         * lib/idcache.c: Include <string.h> unconditionally.
38934
38935         * lib/long-options.c: Include long-options.h first, to test interface.
38936         Include <stdlib.h> unconditionally.
38937
38938         * lib/makepath.c: Include makepath.h first, to test interface.
38939         Include <stdlib.h> and <string.h> unconditionally.
38940
38941         * lib/linebuffer.c: Include <stdlib.h>.
38942         (free): Remove decl.
38943
38944         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
38945         stddef.h. rpl_malloc returns void *, not char *.
38946         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
38947         prototype.
38948
38949         * lib/md5.h: Include <limits.h> unconditionally.
38950         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
38951         (__P): Remove; all uses removed.
38952         * lib/md5.c: Include "md5.h" first.
38953         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
38954         md5_buffer, md5_process_bytes, md5_process_block):
38955         Define with prototypes.
38956         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
38957         * lib/sha.c: Include "sha.h" first.
38958         Include <stdlib.h>, <string.h> unconditionally.
38959
38960         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
38961         * lib/memcmp.c (__ptr_t): Likewise.
38962         * lib/memrchr.c (__ptr_t): Likewise.
38963         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
38964         Include <string.h> unconditionally.
38965         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
38966         * lib/memchr.c: Include <stdlib.h> unconditionally.
38967         * lib/memchr.c (LONG_MAX): Remove.
38968         * lib/memrchr.c (LONG_MAX): Likewise.
38969         * lib/memchr.c (__memchr): Define via a prototype.
38970         * lib/memrchr.c (__memrchr): Likewise.
38971         * lib/memcmp.c (__P): Remove, and remove all uses.
38972         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
38973         Remove forward decls; no longer needed.
38974         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
38975         Use types required by C89 in prototype.
38976
38977         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
38978         * lib/savedir.c: Likewise.
38979         * lib/mkdir.c (free): Remove decl.
38980         * lib/rmdir.c (rmdir): Define with a prototype.
38981         * lib/savedir.c: Include savedir.h first, to test interface.
38982
38983         * lib/mktime.c (STDC_HEADERS): Remove.
38984         Include <stdlib.h>, <string.h> unconditionally.
38985
38986         * lib/modechange.c: Include <stdlib.h> unconditionally.
38987         (malloc): Remove decl.
38988
38989         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
38990         (free): Remove decl.
38991
38992         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
38993         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
38994         (This type really should be intptr_t, but that's a C99ism.)
38995         (_obstack_memcpy): Remove: all uses changed to memcpy.
38996         Include <string.h> unconditionally.
38997         (struct obstack): Assume __STDC__ for types of members
38998         chunkfun, freefun, extra_arg.
38999         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
39000         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
39001         obstack_begin, obstack_specify_allocation,
39002         obstack_specify_allocation_with_arg, obstack_chunkfun,
39003         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
39004         Remove unprototyped decls and the macros that use them.
39005         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
39006         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
39007         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
39008         (defined __STDC__ && __STDC__)]:
39009         Remove nonprototyped code.
39010         Include <stdlib.h> unconditionally.
39011         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
39012         _obstack_allocated_p, _obstack_free, obstack_free,
39013         _obstack_memory_used, print_and_abort):
39014         Define using prototypes.
39015         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
39016         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
39017         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
39018         obstack_next_free, obstack_object_size, obstack_room) [0]:
39019         Remove unused, unprototyped code.
39020
39021         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
39022
39023         * lib/physmem.c (physmem_total, physmem_available, main): Define
39024         with prototypes.
39025
39026         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
39027         (main): Define with a prototype.
39028
39029         * lib/posixver.c (getenv): Remove decl.
39030
39031         * lib/putenv.c (malloc): Returns void *, not char *.
39032         Include <string.h> unconditionally.
39033         (strchr, memcpy, NULL): Do not define.
39034
39035         * lib/readtokens.c: Include readtokens.h first, to test interface.
39036         Include <stdlib.h>, <string.h> unconditionally.
39037         (init_tokenbuffer): Define with a prototype.
39038
39039         * lib/regex.c (PARAMS): Remove.  All uses removed.
39040         All uses of _RE_ARGS removed, too.
39041         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
39042         unconditionally.
39043         (bzero): Assume memset exists.
39044         (memcmp, memcpy, NULL): Remove.
39045         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
39046         char, or assignments to local vars of type signed char.
39047         (init_syntax_once, PREFIX(extract_number_and_incr),
39048         PREFIX(print_partial_compiled_pattern),
39049         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
39050         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
39051         PREFIX(regex_grow_registers), PREFIX(regex_compile),
39052         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
39053         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
39054         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
39055         wcs_compile_range, byte_compile_range, truncate_wchar,
39056         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
39057         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
39058         count_mbs_length, wcs_re_match_2_internal,
39059         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
39060         PREFIX(alt_match_null_string_p),
39061         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
39062         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
39063         regfree, PREFIX(extract_number)): Define with prototype.  Remove
39064         now-unnecessary declaration, if any.
39065         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
39066         regcomp, regexec):
39067         Remove now-unnecessary casts among pointer types.
39068         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
39069
39070         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
39071         (free): Remove decl.
39072
39073         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
39074
39075         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
39076         (free): Remove decl.
39077
39078         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
39079         * lib/xgetcwd.c: Likewise.
39080
39081         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
39082         (free): Remove decl.
39083
39084         * lib/strchrnul.c (strchrnul): Define with a prototype.
39085         Fix bug: c_in was not converted to char before searching.
39086
39087         The following changes are not K&R related:
39088
39089         * lib/group-member.h: Include <sys/types.h>, so that this file is
39090         self-contained.
39091         * lib/makepath.h: Likewise.
39092
39093         * lib/getusershell.c (readname, default_index, line_size, readname):
39094         Use size_t, not int, for sizes.
39095         (readname): If the size overflows, report an error instead of
39096         looping forever.
39097
39098 2003-09-09  Paul Eggert  <eggert@twinsun.com>
39099
39100         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
39101         libc.
39102
39103 2003-09-09  Paul Eggert  <eggert@twinsun.com>
39104
39105         * README: New section: portability guidelines.
39106
39107 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
39108
39109         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
39110         C89 spec.
39111
39112 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
39113
39114         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
39115
39116 2003-09-08  Paul Eggert  <eggert@twinsun.com>
39117
39118         Assume C89 or better; remove K&R cruft.
39119         A few of these changes were first proposed by Derek Robert Price
39120         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
39121
39122         * lib/addext.c: Include <string.h> unconditionally.
39123         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
39124         Don't declare getenv or malloc.
39125
39126         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
39127         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
39128         (NULL): Remove.
39129         (find_stack_direction, alloca): Use prototypes.
39130
39131         * lib/atexit.c (atexit): Define using a prototype.
39132
39133         * lib/basename.c, dirname.c, stripslash.c:
39134         Include <string.h> unconditionally.
39135
39136         * lib/bcopy.c: Include <stddef.h>.
39137         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
39138
39139         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
39140
39141         * lib/error.h (error, error_at_line, error_print_progname)
39142         [! (defined (__STDC__) && __STDC__)]: Remove decls.
39143         * lib/error.c: Include error.h first, to check interface.
39144         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
39145         (VA_START): Remove; all uses changeed to va_start.
39146         (exit, strerror): Remove decls.
39147         (error_print_progname): Prototype uncondionally.
39148         Don't include <errno.h>; no longer needed.
39149         (private_strerror): Remove.
39150         (error_tail): Always define.
39151         (error, error_at_line): Assume C89 or better; always use prototypes.
39152         * lib/fatal.c: Include "fatal.h" first, to test interface.
39153         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
39154         (VA_START): Remove; all uses changed to va_start.
39155         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
39156         this case.
39157         (exit): Remove decl.
39158         (fatal): Prototype unconditionally.  Assume va_start works.
39159         Abort at end, to pacify gcc.
39160
39161         * lib/euidaccess.c (main): Define with a prototype.
39162
39163         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
39164
39165         * lib/exitfail.c: Include <stdlib.h> unconditionally.
39166
39167         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
39168         prototypes.
39169         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
39170         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
39171         (getenv): Remove decl.
39172         (fnmatch): Define using a prototype.
39173         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
39174         (FCT): Define using a prototype.
39175
39176         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
39177
39178         * lib/gethostname.c: Include <stddef.h>.
39179         (gethostname): Define with prototype.  Length is size_t, not int.
39180
39181 2003-09-08  Paul Eggert  <eggert@twinsun.com>
39182
39183         Assume C89 or better; remove K&R cruft.
39184         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
39185         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
39186         string.h, getenv, malloc.
39187         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
39188         headers.
39189         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
39190         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
39191         do not check for strerror.
39192         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
39193         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
39194         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
39195         do not check for doprnt or vprintf.
39196         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
39197         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
39198
39199 2003-09-08  Paul Eggert  <eggert@twinsun.com>
39200
39201         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
39202         getversion.c should have been removed then, but was accidentally
39203         preserved.
39204
39205         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
39206         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
39207
39208 2003-09-08  Karl Berry  <karl@gnu.org>
39209
39210         * config/config.sub, config.guess, srclistvars.sh: update from savannah
39211                 config, forget about prep.
39212
39213         * config/depcomp, missing: update from automake.
39214
39215 2003-09-07  Paul Eggert  <eggert@twinsun.com>
39216
39217         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
39218         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
39219
39220 2003-09-07  Paul Eggert  <eggert@twinsun.com>
39221
39222         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
39223         copy_tm_result.  Bug reported by Simon Josefsson in
39224         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
39225
39226 2003-09-06  Paul Eggert  <eggert@twinsun.com>
39227
39228         * m4/time_r.m4: New file.
39229         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
39230         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
39231         is. Check for timegm declaration.
39232         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
39233         Do not check for gmtime_r.
39234         Replace mktime if __mktime_internal does not exist and if mktime
39235         hasn't been replaced already.
39236
39237 2003-09-06  Paul Eggert  <eggert@twinsun.com>
39238
39239         * lib/time_r.c, lib/time_r.h: New files.
39240
39241         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
39242         __localtime_r.
39243         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
39244         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
39245
39246         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
39247         __gmtime_r.
39248         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
39249         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
39250         Include <time_r.h>.
39251
39252         * lib/timegm.c: Switch to glibc implementation, with the following
39253         changes:
39254         [defined HAVE_CONFIG_H]: Include <config.h>.
39255         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
39256         (__mktime_internal) [!defined _LIBC]: New decl.
39257         (__gmtime_r) [!defined _LIBC]: New macro and function.
39258         (timegm): Use a prototype, since gnulib assumes C89.
39259         Do not bother declaring tmp to be const, as it's not really usefu.
39260         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
39261         (timegm): Declare only if HAVE_DECL_TIMEGM.
39262
39263 2003-09-06  Paul Eggert  <eggert@twinsun.com>
39264
39265         * MODULES.html.sh (func_all_modules): Add time_r.
39266         * modules/time_r: New file.
39267         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
39268         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
39269
39270 2003-09-03  Paul Eggert  <eggert@twinsun.com>
39271
39272         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
39273         Bug reported by Lute Kamstra in
39274         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
39275
39276         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
39277         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
39278         course with correspondingly smaller numbers for tomorrow and
39279         yesterday.  From Tadayoshi Funaba.  Originally installed into
39280         sh-utils on 1999-08-07, but the patch got lost (I guess during the
39281         coreutils merge?).
39282
39283 2003-08-31  Simon Josefsson  <jas@extundo.com>
39284
39285         * modules/timegm: New file.
39286         * MODULES.html.sh (func_all_modules): Add timegm.
39287
39288 2003-08-31  Simon Josefsson  <jas@extundo.com>
39289
39290         * m4/timegm.m4: New file.
39291
39292 2003-08-31  Simon Josefsson  <jas@extundo.com>
39293
39294         * lib/timegm.h: New file.
39295         * lib/timegm.c: New file.  Based on
39296         wget-1.8.2/src/http.c:mktime_from_utc.
39297
39298 2003-08-31  Karl Berry  <karl@gnu.org>
39299
39300         * lib/argp.h: update from libc.
39301
39302 2003-08-28  Bruno Haible  <bruno@clisp.org>
39303
39304         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
39305         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
39306         followed by '#define fnmatch fnmatch_posix' gives an error.
39307
39308 2003-08-28  Bruno Haible  <bruno@clisp.org>
39309
39310         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
39311         warning on QNX, which defines O_BINARY to 000000.
39312
39313 2003-08-27  Jim Meyering  <jim@meyering.net>
39314
39315         * m4/mkstemp.m4: Require that the system mkstemp be able to create
39316         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
39317         would fail after 32.  Reported by Danny Levinson.  Details here:
39318         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
39319
39320 2003-08-24  Bruno Haible  <bruno@clisp.org>
39321
39322         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
39323         MSVC7 <stdio.h> is included later.
39324
39325 2003-08-22  Simon Josefsson  <jas@extundo.com>
39326
39327         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
39328
39329 2003-08-20  Karl Berry  <karl@gnu.org>
39330
39331         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
39332
39333 2003-08-20  Bruno Haible  <bruno@clisp.org>
39334
39335         * modules/progname: New file.
39336         * MODULES.html.sh (func_all_modules): Add progname.
39337
39338 2003-08-20  Bruno Haible  <bruno@clisp.org>
39339
39340         * lib/progname.h: New file, from GNU gettext.
39341         * lib/progname.c: New file, from GNU gettext.
39342         * lib/progreloc.c: New file, from GNU gettext.
39343
39344 2003-08-19  Jim Meyering  <jim@meyering.net>
39345
39346         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
39347         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
39348
39349 2003-08-19  Bruno Haible  <bruno@clisp.org>
39350
39351         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
39352         more.
39353
39354 2003-08-19  Bruno Haible  <bruno@clisp.org>
39355
39356         * lib/xstrdup.c: Assume <string.h> exists.
39357
39358 2003-08-18  Paul Eggert  <eggert@twinsun.com>
39359
39360         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
39361         in makefile rules.
39362
39363 2003-08-18  Jim Meyering  <jim@meyering.net>
39364
39365         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
39366         * m4/lib-ld.m4: Likewise.
39367
39368 2003-08-18  Jim Meyering  <jim@meyering.net>
39369
39370         * lib/setenv.h: Indent nested cpp directive.
39371         * lib/vasnprintf.c: Remove trailing blanks.
39372
39373 2003-08-17  Simon Josefsson  <jas@extundo.com>
39374
39375         * modules/xstrndup: New file.
39376         * MODULES.html.sh (func_all_modules): Add xstrndup.
39377
39378 2003-08-17  Simon Josefsson  <jas@extundo.com>
39379
39380         * modules/argp: Fix autoconf macro name. Add more dependencies.
39381
39382 2003-08-17  Simon Josefsson  <jas@extundo.com>
39383
39384         * m4/xstrndup.m4: New file.
39385
39386 2003-08-17  Simon Josefsson  <jas@extundo.com>
39387
39388         * m4/argp.m4: New file.
39389
39390 2003-08-17  Simon Josefsson  <jas@extundo.com>
39391             Bruno Haible  <bruno@clisp.org>
39392
39393         * lib/xstrndup.h: New file.
39394         * lib/xstrndup.c: New file.
39395
39396 2003-08-17  Bruno Haible  <bruno@clisp.org>
39397
39398         * modules/strndup (Files, Include): Add lib/strndup.h.
39399
39400 2003-08-17  Bruno Haible  <bruno@clisp.org>
39401
39402         * modules/euidaccess (Files): Add lib/euidaccess.h.
39403
39404 2003-08-17  Bruno Haible  <bruno@clisp.org>
39405
39406         * lib/strndup.h: New file.
39407
39408 2003-08-17  Bruno Haible  <bruno@clisp.org>
39409
39410         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
39411         like AC_GNU_SOURCE.
39412         * modules/extensions (configure.ac): Comment out the invocation of
39413         gl_USE_SYSTEM_EXTENSIONS.
39414
39415 2003-08-16  Paul Eggert  <eggert@twinsun.com>
39416
39417         Merges from coreutils, etc.
39418         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
39419         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
39420         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
39421         fixing a typo.
39422         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
39423         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
39424
39425 2003-08-16  Paul Eggert  <eggert@twinsun.com>
39426
39427         Document merge from coreutils.
39428         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
39429         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
39430         * modules/utime: Add m4/utimes-null.m4.
39431
39432 2003-08-16  Paul Eggert  <eggert@twinsun.com>
39433
39434         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
39435         space, undoing this 2003-08-12 change:
39436         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
39437
39438 2003-08-16  Paul Eggert  <eggert@twinsun.com>
39439
39440         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
39441         strtoul.c from libc, undoing this 2003-08-12 change:
39442         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
39443
39444 2003-08-16  Jim Meyering  <jim@meyering.net>
39445
39446         Merges from coreutils.
39447         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
39448         prefix.  Adjust cache variables similarly.  Create 500 rather than
39449         just 300 files, to exercise bug on Darwin6.5, too.
39450         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
39451         $missing_dir.
39452         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
39453         AM_SYS_POSIX_TERMIOS.
39454         Reported by mkc@mathdogs.com.
39455         Also change use of $am_cv_sys_posix_termios
39456         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
39457         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
39458         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
39459         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
39460         in /proc/mounts until it finds one with matching device number.  This
39461         is unnecessary when the FILE argument *is* a mount point.  No stat call
39462         is necessary in that case.  So, disable the statvfs-testing code on
39463         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
39464         as RedHat bug# 84846.
39465         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
39466         to 1MB, so as not to render systems with no stack size limit (e.g.,
39467         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
39468         Include <unistd.h>.  On some systems,
39469         it is required for the definition of _SC_PAGESIZE.
39470
39471 2003-08-16  Jim Meyering  <jim@meyering.net>
39472
39473         Merge from coreutils.
39474         * lib/xstrtoimax.c: #else #if -> #elif.
39475         * lib/xstrtoumax.c: Likewise.
39476
39477 2003-08-16  Jim Meyering  <jim@meyering.net>
39478
39479         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
39480         * m4/utimes.m4: Removed.
39481         * m4/utimes-null.m4: Renamed from utimes.m4.
39482
39483         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
39484         to 1MB, so as not to render systems with no stack size limit (e.g.,
39485         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
39486         Include <unistd.h>.  On some systems,
39487         it is required for the definition of _SC_PAGESIZE.
39488
39489 2003-08-16  Jim Meyering  <jim@meyering.net>
39490         and Paul Eggert  <eggert@cs.ucla.edu>
39491
39492         Merges from coreutils, etc.
39493
39494         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
39495         using the latest version from cvs.  This avoids problems with #line
39496         directives using a vendor (Sun) compiler.
39497         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
39498         Don't set GETGROUPS_LIB here; now it's
39499         done via getgroups.m4's wrapper function.
39500         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
39501         rather than just in sh-util/configure.in, so that the
39502         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
39503         same.
39504         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
39505         AC_FUNC_GETLOADAVG where to find getloadavg.c.
39506         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
39507         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
39508         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
39509         Remove code that is now done by the newly-required macros.
39510         Append $(EXEEXT) to DF_PROG.
39511         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
39512         Do not invoke or require the following here,
39513         since prereq.m4 or some gnulib .m4 now does this for us:
39514         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
39515         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
39516         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
39517         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
39518         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
39519         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
39520         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
39521         AC_FUNC_OBSTACK.
39522         Do not replace the following functions, as this is now the job
39523         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
39524         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
39525         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
39526         atexit getpass, strdup, getpagesize.
39527         Replace 'raise'.
39528         Do not check for the following functions, as this is now the job
39529         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
39530         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
39531         setregid.
39532         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
39533         Check for sys/sysctl.h.
39534         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
39535         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
39536         of checking for ssize_t ourselves.
39537
39538         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
39539         Require every macro that gnulib/modules/* suggests for us.
39540         (jm_PREREQ_ADDEXT): New macro.
39541         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
39542         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
39543
39544         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
39545         (gl_PHYSMEM): Use it.
39546         Also check for `table' function.
39547         Check for new headers and functions.
39548         Add check for sys/sysmp.h.
39549         With suggestions from Kaveh Ghazi.
39550         Ignore headers that are present but cannot be compiled.  This
39551         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
39552         C 5.4.
39553
39554 2003-08-15  Paul Eggert  <eggert@twinsun.com>
39555
39556         Document merge from coreutils.
39557         * modules/userspec: Depend on posixver.
39558         * modules/strftime: Depend on tzset.
39559
39560 2003-08-15  Paul Eggert  <eggert@twinsun.com>
39561
39562         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
39563         rather than tab, after '#' in shell-script copyright notices.
39564         Suggested by Bruno Haible.
39565
39566 2003-08-15  Paul Eggert  <eggert@twinsun.com>
39567
39568         * config/srclist-update: Use three spaces, rather than tab, after '#'
39569         in shell-script copyright notices.  Suggested by Bruno Haible.
39570         Remove unnecessary parenthesization in regular expression.
39571
39572 2003-08-15  Jim Meyering  <jim@meyering.net>
39573
39574         Merge from coreutils.
39575         * lib/xgethostname.c: Include <stdlib.h>.
39576         (xghostname): Don't exit for anything other than memory-related
39577         failure; just return NULL.
39578         * lib/userspec.c: Include "posixver.h".
39579         (parse_user_spec): Accept `.' as a separator only
39580         in pre-POSIX-200112 mode.
39581         * lib/strtoimax.c: Use #elif rather than #else #if.
39582         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
39583         Remove function, now that we can rely on a working tzset function.
39584         [!_LIBC]: Ensure that the required autoconf test has been run.
39585         [!defined _NL_CURRENT && HAVE_STRFTIME]:
39586         Use underlying_strftime for %r.
39587         * lib/sha.c: Merge in some clean-up and optimization changes from
39588         glibc.
39589         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
39590         Ensure that it is a multiple of 64.
39591         Rearrange loop exit tests so as to avoid performing an
39592         additional fread after encountering an error or EOF.
39593         * lib/realloc.c: Update copyright date.
39594
39595 2003-08-15  Jim Meyering  <jim@meyering.net>
39596         and Paul Eggert  <eggert@twinsun.com>
39597
39598         Merge from coreutils.
39599         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
39600         member but strut utmpx does not.  Needed for AIX 4.3.3.
39601         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
39602
39603 2003-08-15  Jim Meyering  <jim@meyering.net>
39604         and Paul Eggert  <eggert@cs.ucla.edu>
39605
39606         Merges from coreutils, etc.
39607         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
39608         Require gl_FUNC_TZSET_CLOBBER.
39609         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
39610         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
39611         members.
39612
39613 2003-08-14  Paul Eggert  <eggert@twinsun.com>
39614
39615         Help the merge from coreutils.
39616         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
39617         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
39618         * m4/tzset.m4: Use it too.
39619
39620 2003-08-14  Paul Eggert  <eggert@twinsun.com>
39621
39622         * modules/tzset: New file.
39623
39624 2003-08-14  Jim Meyering  <jim@meyering.net>
39625
39626         Merges from coreutils.
39627         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
39628         variable names, rather than @FNMATCH_H@.
39629         * modules/alloca: Likewise for $(ALLOCA_H).
39630
39631         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
39632         the three copies of the literal target, `fnmatch.h'.
39633         * modules/alloca (alloca.h): Likewise.
39634
39635 2003-08-14  Jim Meyering  <jim@meyering.net>
39636
39637         Merge from coreutils.
39638         * m4/tzset.m4: New file.
39639         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
39640         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
39641         otherwise, AIX 5.1 systems would end up using the latter.
39642         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
39643         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
39644         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
39645         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
39646
39647 2003-08-14  Jim Meyering  <jim@meyering.net>
39648
39649         Merge from coreutils.
39650         * lib/obstack.h: Whitespace changes.
39651         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
39652         and xcalloc return values.
39653         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
39654         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
39655         hang on OSF/1 5.1 for DIR on both local and remote file systems.
39656         Reported by (and fix confirmed by) Nelson H. F. Beebe.
39657         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
39658         error from mntctl.
39659         Use mntctl's return value to drive the entry-processing loop, since
39660         we can't rely on the value of the vmt_length member in the last
39661         entry.  On some systems doing so could result in exhausting
39662         virtual memory.  Based in part on a patch from Mike Jetzer.
39663
39664 2003-08-14  Jim Meyering  <jim@meyering.net>
39665         and Paul Eggert  <eggert@twinsun.com>
39666
39667         Merges from coreutils, plus other fixes.
39668         * lib/physmem.c: Merge in portability changes from gcc/libiberty
39669         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
39670         for credits and details.  Thanks to Kaveh Ghazi for helping
39671         to keep these files in sync.
39672         (ARRAY_SIZE): Define it.
39673         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
39674         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
39675         (memcasecmp): Don't assume size_t fits in unsigned int.
39676         Remove casts and duplicate code.
39677         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
39678         (memcpy): Remove definition.
39679         Merge in some clean-up and optimization changes from glibc.
39680         [BLOCKSIZE]: Move definition to top of file.
39681         Ensure that it is a multiple of 64.
39682         Rearrange loop exit tests so as to avoid performing an
39683         additional fread after encountering an error or EOF.
39684         * lib/md5.h (md5_uintptr): Define.
39685         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
39686         return to the initial working directory.  Preserve errno
39687         for caller.
39688         * lib/idcache.c: Include "xalloc.h".
39689         (xmalloc, xrealloc): Remove decls.
39690         (getuser): Remove casts no longer required in C89.
39691         * lib/human.c: Include stdio.h, for sprintf.
39692         * lib/group-member.c: Include "xalloc.h".
39693         (xmalloc, xrealloc): Remove decls.
39694         (get_group_info): Remove casts no longer required in C89.
39695         * lib/getusershell.c (readname): Remove casts no longer required in
39696         C89.
39697         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
39698         * lib/getline.c: Whitespace fix, from coreutils.
39699
39700 2003-08-13  Paul Eggert  <eggert@twinsun.com>
39701
39702         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
39703         Check for isascii.
39704
39705         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
39706         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
39707         Undo previous (whitespace-only) change.
39708
39709 2003-08-13  Paul Eggert  <eggert@twinsun.com>
39710
39711         * lib/exclude.c: Include <ctype.h>
39712         (IN_CTYPE_DOMAIN): New macro.
39713         (is_space): New fn.
39714         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
39715         and empty lines.
39716
39717         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
39718         Undo previous (whitespace-only) change.
39719
39720 2003-08-13  Paul Eggert  <eggert@twinsun.com>
39721
39722         * config/srclist-update: Change update back to the old behavior,
39723         leaving whitespace alone.  Use one 'sed' command rather than a
39724         pipeline.
39725         (fixlicense): Now a variable, not a function.
39726         (remove_trailing_blanks): Remove.
39727         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
39728         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
39729         Undo previous (whitespace-only) change.
39730
39731 2003-08-12  Paul Eggert  <eggert@twinsun.com>
39732
39733         Merge from coreutils.
39734         * modules/euidaccess: Add lib_SOURCES, include for new
39735         file euidaccess.h
39736
39737 2003-08-12  Paul Eggert  <eggert@twinsun.com>
39738
39739         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
39740         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
39741         Normalize leading white space and remove trailing white space.
39742
39743         Merge from coreutils
39744         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
39745
39746         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
39747         0.12.1.  These files are now being upgraded automatically by
39748         ../config/srclist-update.
39749
39750 2003-08-12  Paul Eggert  <eggert@twinsun.com>
39751
39752         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
39753         Normalize leading white space and remove trailing white space.
39754         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
39755         notice, as per ../config/srclist-update.
39756
39757         Merge from coreutils.
39758         * lib/euidaccess.h: New file.
39759         * lib/euidaccess.c: Include it.
39760         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
39761         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
39762         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
39763
39764 2003-08-12  Paul Eggert  <eggert@twinsun.com>
39765
39766         * config/srclist-update: Add copyright notice.
39767         (remove_id_lines, remove_trailing_blanks): New constants.
39768         (fixfile): Use them to normalize spacing a bit in copied files.
39769         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
39770         Normalize leading white space and remove trailing white space.
39771
39772         * config/texinfo.tex: Sync with texinfo.
39773
39774         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
39775         strtoul.c from libc, to merge coreutils whitespace changes.
39776
39777         * config/srclist.txt: Get the following m4 files from gettext:
39778         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
39779         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
39780         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
39781         wint_t.m4.
39782
39783 2003-08-12  Karl Berry  <karl@gnu.org>
39784
39785         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
39786         been made.
39787
39788 2003-08-11  Paul Eggert  <eggert@twinsun.com>
39789
39790         * modules/gnu-source, m4/gnu-source.m4:
39791         Remove; we're assuming Autoconf 2.54 or later now.
39792         Suggested by Bruno Haible.
39793         * MODULES.html.sh (func_all_modules): Remove gnu-source.
39794
39795 2003-08-11  Bruno Haible  <bruno@clisp.org>
39796
39797         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
39798
39799 2003-08-11  Bruno Haible  <bruno@clisp.org>
39800
39801         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
39802         (vasnprintf): Use it instead of wcslen.
39803
39804 2003-08-11  Bruno Haible  <bruno@clisp.org>
39805
39806         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
39807         value to ensure that _Bool promotes to int. Use #define for _Bool when
39808         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
39809
39810 2003-08-10  Karl Berry  <karl@gnu.org>
39811
39812         * lib/regex.h: update from libc (whitespace fix).
39813
39814 2003-08-09  Paul Eggert  <eggert@twinsun.com>
39815
39816         Merge some files from coreutils.  These changes were
39817         originally made by Jim Meyering.
39818         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
39819         many older Unixes require this.
39820         * lib/alloca.c (alloca): Remove cast to argument of free;
39821         no longer needed in C89.
39822         * lib/alloca_.h, regex.h: Fix white space to match
39823         what GNU indent does.
39824
39825 2003-08-09  Paul Eggert  <eggert@twinsun.com>
39826
39827         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
39828         apparently Emacs's Unicode mode got confused before my 2003-08-05
39829         checkin.
39830
39831 2003-08-08  Paul Eggert  <eggert@twinsun.com>
39832
39833         * m4/extensions.m4: New file.
39834         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
39835         Require gl_USE_SYSTEM_EXTENSIONS.
39836         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
39837         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
39838
39839 2003-08-08  Paul Eggert  <eggert@twinsun.com>
39840
39841         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
39842         * modules/extensions, modules/gnu-source: New files.
39843         * modules/timespec, modules/unlocked-io: Depend on extensions.
39844
39845 2003-08-07  Paul Eggert  <eggert@twinsun.com>
39846
39847         * modules/restrict: New file.
39848         * MODULES.html.sh (func_all_modules): Add restrict.
39849         * modules/regex: Depend on restrict.
39850
39851 2003-08-07  Paul Eggert  <eggert@twinsun.com>
39852
39853         * m4/restrict.m4: New file.
39854         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
39855
39856 2003-08-07  Bruno Haible  <bruno@clisp.org>
39857
39858         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
39859         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
39860
39861 2003-08-07  Bruno Haible  <bruno@clisp.org>
39862
39863         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
39864         makes the module 'getndelim2' compatible with the module 'getline'.
39865
39866 2003-08-05  Paul Eggert  <eggert@twinsun.com>
39867
39868         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
39869         byte with "\201" to avoid glitches when editing that source file
39870         with multi-gnome-terminal.
39871
39872 2003-08-05  Paul Eggert  <eggert@twinsun.com>
39873
39874         * lib/bumpalloc.h: Remove.
39875
39876 2003-08-05  Paul Eggert  <eggert@twinsun.com>
39877
39878         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
39879         * modules/bumpalloc: Remove.
39880
39881 2003-08-04  Paul Eggert  <eggert@twinsun.com>
39882
39883         * lib/getloadavg.c: Change copyright notice and spacing to conform to
39884         GNU coding style.
39885
39886         Merge from coreutils.
39887         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
39888         1. From glibc.
39889         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
39890         from Karl Berry, implemented by Jim Meyering.
39891         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
39892         from Dmitry V. Levin.
39893         Remove anachronistic cast of xrealloc.
39894         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
39895         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
39896         type. Otherwise, it wouldn't compile with at least /bin/cc on
39897         ymp-cray-unicos9.0.2.X.
39898         Combine two mostly-identical uses of alloca into one.
39899         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
39900
39901 2003-08-04  Dave Love  <d.love@dl.ac.uk>
39902
39903         [From Emacs.]
39904
39905         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
39906         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
39907         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
39908         obsolete NLIST_NAME_UNION.
39909         [__GNU__]: Undef BSD and FSCALE.
39910         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
39911
39912 2003-08-03  Paul Eggert  <eggert@twinsun.com>
39913
39914         * lib/stdbool_.h (_Bool): Make it signed char, instead of
39915         an enum type, so that it's guaranteed to promote to int.  See:
39916         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
39917
39918 2003-08-03  Karl Berry  <karl@gnu.org>
39919
39920         * config/depcomp: update from automake.
39921
39922 2003-07-31  Paul Eggert  <eggert@twinsun.com>
39923
39924         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
39925         (strerror): Don't assume that a printable int fits in 14 bytes.
39926
39927 2003-07-31  Bruno Haible  <bruno@clisp.org>
39928
39929         * modules/getpass-gnu: New file.
39930         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
39931
39932 2003-07-31  Bruno Haible  <bruno@clisp.org>
39933
39934         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
39935
39936 2003-07-24  Karl Berry  <karl@gnu.org>
39937
39938         * config/missing: update from automake.
39939
39940 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
39941             Bruno Haible  <bruno@clisp.org>
39942
39943         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
39944         * lib/getline.c (getline, getdelim): Likewise.
39945         Remove _GNU_SOURCE define; now it's defined in config.h through
39946         m4/getline.m4.
39947
39948 2003-07-23  Karl Berry  <karl@gnu.org>
39949
39950         * config/config.sub: update from prep.
39951
39952 2003-07-22  Paul Eggert  <eggert@twinsun.com>
39953
39954         * modules/xalloc (Depends-on): Add exitfail.
39955         * modules/xmemcoll: Likewise.
39956
39957 2003-07-22  Paul Eggert  <eggert@twinsun.com>
39958
39959         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
39960         over-parenthesization in macros.
39961
39962         Sync with coreutils.
39963
39964         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
39965         required by C99.
39966
39967         Use `exit_failure' for xalloc and xmemcoll instead of their own
39968         private exit-failure variables.
39969         * lib/xalloc.h (xalloc_exit_failure): Remove.
39970         * lib/xmalloc.c: Likewise.  Include exitfail.h.
39971         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
39972         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
39973         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
39974         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
39975
39976 2003-07-20  Jim Meyering  <jim@meyering.net>
39977
39978         * modules/closeout (Depends-on): Add exitfail.
39979         Suggestion from Bruno Haible.
39980
39981 2003-07-19  Karl Berry  <karl@gnu.org>
39982
39983         * config/config.sub: update from prep.
39984
39985 2003-07-18  Paul Eggert  <eggert@twinsun.com>
39986
39987         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
39988         Remove.
39989         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
39990         to test that it can stand by itself.  Include "exitfail.h".
39991         Clients should set exit_failure instead.
39992         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
39993
39994 2003-07-18  Bruno Haible  <bruno@clisp.org>
39995
39996         * modules/getndelim2: New file.
39997         * modules/getline: Share files with module getndelim2.
39998         * modules/getnline: Depend on getndelim2 instead of sharing files with
39999         it. Add getnline.c to lib_SOURCES.
40000         * MODULES.html.sh (func_all_modules): Add getndelim2.
40001
40002 2003-07-18  Bruno Haible  <bruno@clisp.org>
40003
40004         * m4/getndelim2.m4: New file.
40005         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
40006         invoke gl_PREREQ_GETNDELIM2.
40007         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
40008         gl_PREREQ_GETNDELIM2.
40009         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
40010         gl_GETNDELIM2.
40011
40012 2003-07-18  Bruno Haible  <bruno@clisp.org>
40013
40014         * lib/getndelim2.h: New file.
40015         * lib/getndelim2.c: Make into a module of its own. Include config.h,
40016         getndelim2.h.
40017         (getndelim2): Make non-static. Change return type to ssize_t.
40018         * lib/getline.h: Change argument names.
40019         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
40020         * lib/getnline.c: Include getndelim2.h.
40021
40022 2003-07-18  Andreas Schwab  <schwab@suse.de>
40023
40024         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
40025
40026 2003-07-17  Karl Berry  <karl@gnu.org>
40027
40028         * config/config.sub: update from prep.
40029
40030 2003-07-17  Bruno Haible  <bruno@clisp.org>
40031
40032         * modules/getnline: New file.
40033         * modules/getline: Add lib/getndelim2.c to source file list.
40034         * MODULES.html.sh (func_all_modules): Add getnline.
40035
40036 2003-07-17  Bruno Haible  <bruno@clisp.org>
40037
40038         * m4/getnline.m4: New file.
40039
40040 2003-07-17  Bruno Haible  <bruno@clisp.org>
40041
40042         * m4/Makefile.am.in: Remove file.
40043         * m4/Makefile.am: Remove file.
40044         * m4/Makefile.in: Remove file.
40045
40046 2003-07-17  Bruno Haible  <bruno@clisp.org>
40047
40048         * lib/getnline.h: New file.
40049         * lib/getnline.c: New file.
40050         * lib/getndelim2.c: New file, extracted from getline.c.
40051         (getndelim2): Renamed from getdelim2, with added nmax argument.
40052         * lib/getline.c: Include getndelim2.c.
40053         (getdelim2): Moved out to getndelim2.c.
40054         (getline, getdelim): Update.
40055
40056 2003-07-17  Bruno Haible  <bruno@clisp.org>
40057
40058         * lib/Makefile.am: Remove file.
40059         * lib/Makefile.in: Remove file.
40060
40061 2003-07-17  Bruno Haible  <bruno@clisp.org>
40062
40063         * configure.in: Remove file.
40064         * Makefile.in: Remove file.
40065
40066 2003-07-17  Bruno Haible  <bruno@clisp.org>
40067
40068         * MODULES.html.sh: Put the </BODY> right before </HTML>.
40069
40070 2003-07-16  Karl Berry  <karl@gnu.org>
40071
40072         * config/srclist-update: was running fixlicense twice, which caused
40073                 texinfo.tex to be nullified for some reason.  Simplify,
40074                 $gplsrc is no longer needed as far as I can see?
40075
40076 2003-07-16  Jim Meyering  <jim@meyering.net>
40077
40078         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
40079
40080 2003-07-15  Paul Eggert  <eggert@twinsun.com>
40081
40082         * config/srclist.txt: Get the following files from gettext-runtime/intl
40083         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
40084         ref-del.sin.  From Bruno Haible.
40085         * config/srclist-update (fixfile): Change grep pattern again, since the
40086         previous fix didn't work (there was another trailing $).  Use
40087         '[$]' to escape the $s.
40088
40089 2003-07-15  Karl Berry  <karl@gnu.org>
40090
40091         * lib/vasnprintf.c: update from gettext.
40092
40093 2003-07-15  Karl Berry  <karl@gnu.org>
40094
40095         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
40096         gets expanded when surrounded by '$'.
40097
40098 2003-07-15  Jim Meyering  <jim@meyering.net>
40099
40100         * modules/save-cwd: Don't depend on error.  From Derek Price.
40101
40102 2003-07-15  Jim Meyering  <jim@meyering.net>
40103
40104         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
40105
40106 2003-07-14  Simon Josefsson  <jas@extundo.com>
40107
40108         * modules/mempcpy: New file.
40109         * MODULES.html.sh (func_all_modules): Add mempcpy.
40110
40111 2003-07-14  Simon Josefsson  <jas@extundo.com>
40112
40113         * m4/mempcpy.m4: New file.
40114
40115 2003-07-14  Simon Josefsson  <jas@extundo.com>
40116
40117         * lib/mempcpy.h: New file.
40118         * lib/mempcpy.c: New file.
40119
40120 2003-07-14  Paul Eggert  <eggert@twinsun.com>
40121
40122         * modules/getdate, modules/posixtm: Depend on mktime.
40123
40124 2003-07-14  Paul Eggert  <eggert@twinsun.com>
40125
40126         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
40127         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
40128         unicodeio.c, unicodeio.h, unlocked-io.h:
40129         Switch from LGPL to GPL.
40130
40131 2003-07-14  Paul Eggert  <eggert@twinsun.com>
40132
40133         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
40134         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
40135         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
40136         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
40137         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
40138         updated automatically by ../config/srclist-update.  This changes
40139         their license from LPGL to GPL.
40140
40141 2003-07-14  Paul Eggert  <eggert@twinsun.com>
40142
40143         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
40144         assumed to refer to the root of the most recent stable gettext version.
40145         * config/srclistvars.sh: Add defaults for eggert.
40146         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
40147         Match "This program" as well as "The program".  This is needed
40148         for gettext.
40149
40150 2003-07-14  Jim Meyering  <jim@meyering.net>
40151
40152         Don't emit diagnostics.  Let callers do that.
40153         * lib/save-cwd.c: Don't include "error.h".
40154         (save_cwd): Don't call error.  Ensure that errno is valid
40155         when returning nonzero.
40156
40157         * lib/save-cwd.h (restore_cwd): Update prototype.
40158         * lib/save-cwd.c (restore_cwd): Remove two parameters.
40159         Simplify.  Don't call error upon failure.  Let callers do that.
40160         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
40161         when auditing is enabled.  But don't bother updating the #if.
40162
40163 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
40164
40165         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
40166         it breaks C++ compilation.
40167         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
40168
40169 2003-07-10  Simon Josefsson  <jas@extundo.com>
40170
40171         * modules/strchrnul (Makefile.am): Add strchrnul.h.
40172
40173 2003-07-10  Jim Meyering  <jim@meyering.net>
40174
40175         * m4/clock_time.m4: Remove trailing blank.
40176         * m4/intmax_t.m4: Likewise.
40177
40178 2003-07-10  Jim Meyering  <jim@meyering.net>
40179
40180         * lib/vasnprintf.c: Remove trailing blanks.
40181         Make cpp indentation consistent.
40182
40183 2003-07-09  Paul Eggert  <eggert@twinsun.com>
40184
40185         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
40186         posixver.c, strftime.c, strnlen.c, strverscmp.c:
40187         Switch from LGPL to GPL.
40188
40189 2003-07-09  Paul Eggert  <eggert@twinsun.com>
40190
40191         * config/srclist.txt: Sort sublists.  Add
40192         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
40193         that differ from gnulib for one reason or another; we'd like this list
40194         to be smaller but for now let's document what we have.
40195
40196 2003-07-08  Paul Eggert  <eggert@twinsun.com>
40197
40198         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
40199         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
40200         and sweeter "eval x=$x".
40201         * config/srclist.txt: Get lib/argp* from glibc.
40202
40203 2003-07-07  Paul Eggert  <eggert@twinsun.com>
40204
40205         * lib/mktime.c: Fix some boundary cases and remove need for floating
40206         point.
40207
40208         Issue a compile-time diagnostic if time_t is floating point, or if
40209         two's complement arithmetic is not in effect, or if arithmetic
40210         right shift does not propagate the sign.  These assumptions were
40211         all in the original code but they weren't checked.
40212
40213         (TIME_T_MIDPOINT, verify): New macros.
40214         (__isleap): Remove; it has integer overflow problems.
40215         (leapyear): New function, without those problems.
40216         (ydhms_tm_diff): Remove; splitting into two parts.
40217         (ydhms_diff): New function, containing the arithmetic part of
40218         the old ydhms_tm_diff function.  Issue a compile-time
40219         diagnostic if we are not using C99 integer division.
40220         Avoid casts when possible.
40221         (guess_time_tm): New function, containing the checking part of
40222         the old ydhms_tm_diff function.  Return the new value, rather than
40223         the difference between it and the old.  Accept a new argument T
40224         so that *T specifies the old value.  Check for overflow in the result.
40225
40226         (__mktime_internal): Use a time_t offset, not a long int offset.
40227         This undoes the 2003-06-04 change, which is no longer needed now
40228         that we have better overflow checking.
40229         (localtime_offset): Likewise.
40230
40231         (__mktime_internal): Avoid harmful overflow on hosts where time_t
40232         and long are 64-bit but int is only 32-bit.
40233         (ydhms_diff): Use long int to store year1 and yday1.
40234         Issue a compile-time diagnostic if long int is not wide enough.
40235
40236         (__mktime_internal): Use long int to store adjusted year and yday.
40237         Use plain C rather than preprocessor commands, if that doesn't
40238         affect efficiency.
40239         Check for overflow (and try to repair) after each probe
40240         rather than checking only at the very end.  This avoids some bugs
40241         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
40242         does not equal GMT offset at maximum time).
40243         Use integer to check for overflow rather than floating point; this
40244         is more portable to non-IEEE hosts, and is a tad faster.
40245         When we detect that we are oscillating between two values,
40246         don't check whether tm_isdst has the requested value, since
40247         we already know the answer.  When tm_isdst has the wrong value,
40248         use a different heuristic to find the right one, based on the
40249         extreme values actually observed in practice in tz2003a,
40250         rather than the (overly optimistic) "previous 3 calendar quarters".
40251
40252         (not_equal_tm, print_tm, check_result): Use "const T" rather than
40253         "T const" to accommodate glibc style.
40254         (check_result): Use less-confusing report format.  "long" -> "long int.
40255         (main): Likewise.
40256         Don't loop if the iteration overflows time_t.
40257         Allow a negative step in the iteration.
40258
40259 2003-07-06  Karl Berry  <karl@gnu.org>
40260
40261         * config/depcomp: update from automake.
40262         * config/config.sub: update from prep.
40263
40264 2003-07-03  Karl Berry  <karl@gnu.org>
40265
40266         * config/config.guess: update from prep.
40267
40268 2003-07-01  Paul Eggert  <eggert@twinsun.com>
40269
40270         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
40271         xreadlink.c now includes it unconditionally.
40272
40273 2003-07-01  Paul Eggert  <eggert@twinsun.com>
40274
40275         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
40276         having it depend on HAVE_SYS_TYPES_H.
40277
40278 2003-07-01  Bruno Haible  <bruno@clisp.org>
40279
40280         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
40281         <sys/types.h> should be sufficient.
40282         Reported by Paul Eggert.
40283
40284 2003-06-26  Karl Berry  <karl@gnu.org>
40285
40286         * config/depcomp: update from automake.
40287
40288 2003-06-26  Bruno Haible  <bruno@clisp.org>
40289
40290         * modules/human: Depend on module stdbool.
40291
40292 2003-06-25  Bruno Haible  <bruno@clisp.org>
40293
40294         * modules/readlink: New file.
40295         * modules/xreadlink: Depend on it.
40296         * MODULES.html.sh (func_all_modules): Add readlink.
40297
40298 2003-06-25  Bruno Haible  <bruno@clisp.org>
40299
40300         * m4/readlink.m4: New file.
40301
40302 2003-06-25  Bruno Haible  <bruno@clisp.org>
40303
40304         * lib/readlink.c: New file.
40305
40306 2003-06-22  Karl Berry  <karl@gnu.org>
40307
40308         * config/srclist.txt: update mkinstalldirs from automake.
40309         * config/mkinstalldirs: update.
40310
40311 2003-06-22  Bruno Haible  <bruno@clisp.org>
40312
40313         Portability to mingw32.
40314         * m4/ssize_t.m4: New file, from GNU gettext.
40315         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
40316         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
40317
40318 2003-06-22  Bruno Haible  <bruno@clisp.org>
40319
40320         * modules/safe-read: Add m4/ssize_t.m4.
40321         * modules/xreadlink: Add m4/ssize_t.m4.
40322
40323 2003-06-20  Bruno Haible  <bruno@clisp.org>
40324
40325         Assume C89, so PARAMS isn't needed.
40326         * lib/unicodeio.h (PARAMS): Remove.
40327         * lib/unicodeio.c: Don't use PARAMS.
40328
40329 2003-06-18  Karl Berry  <karl@gnu.org>
40330
40331         * config/config.{guess,sub}: update from prep.
40332
40333 2003-06-18  Jim Meyering  <jim@meyering.net>
40334
40335         Merge changes from coreutils.
40336         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
40337         Remove explicit declarations of xmalloc and realloc.
40338         Include xalloc.h.
40339         (read_utmp): Remove anachronistic cast of xmalloc.
40340
40341 2003-06-17  Paul Eggert  <eggert@twinsun.com>
40342
40343         Assume C89, so PARAMS isn't needed.
40344         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
40345         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
40346         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
40347         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
40348         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
40349         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
40350         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
40351         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
40352         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
40353         lib/xstrtod.h, lib/xstrtol.h: Likewise.
40354         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
40355         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
40356         no longer needed. Anyway, config.h should always be included before any
40357         other file.
40358
40359 2003-06-11  Simon Josefsson  <jas@extundo.com>
40360
40361         * modules/sysexits: New file.
40362         * MODULES.html.sh (func_all_modules): Add sysexits.
40363
40364 2003-06-11  Simon Josefsson  <jas@extundo.com>
40365
40366         * lib/sysexit_.h: New file.
40367
40368 2003-06-11  Derek Price  <derek@ximbiot.com>
40369
40370         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
40371         necessary.
40372
40373 2003-06-11  Bruno Haible  <bruno@clisp.org>
40374
40375         * m4/sysexits.m4: New file.
40376
40377 2003-06-10  Simon Josefsson  <jas@extundo.com>
40378
40379         * lib/argp.h: New file, from glibc.
40380         * lib/argp-ba.c: New file, from glibc.
40381         * lib/argp-eexst.c: New file, from glibc.
40382         * lib/argp-fmtstream.c: New file, from glibc.
40383         * lib/argp-fmtstream.h: New file, from glibc.
40384         * lib/argp-fs-xinl.c: New file, from glibc.
40385         * lib/argp-help.c: New file, from glibc.
40386         * lib/argp-namefrob.h: New file, from glibc.
40387         * lib/argp-parse.c: New file, from glibc.
40388         * lib/argp-pv.c: New file, from glibc.
40389         * lib/argp-pvh.c: New file, from glibc.
40390         * lib/argp-xinl.c: New file, from glibc.
40391
40392 2003-06-10  Simon Josefsson  <jas@extundo.com>
40393
40394         * modules/strchrnul: New file.
40395
40396 2003-06-10  Simon Josefsson  <jas@extundo.com>
40397
40398         * modules/argp: New file.
40399
40400 2003-06-10  Simon Josefsson  <jas@extundo.com>
40401
40402         * m4/strchrnul.m4: New file.
40403
40404 2003-06-10  Simon Josefsson  <jas@extundo.com>
40405
40406         * lib/strchrnul.h: New file.
40407         * lib/strchrnul.c: New file.
40408
40409 2003-06-10  Bruno Haible  <bruno@clisp.org>
40410
40411         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
40412
40413 2003-06-07  Karl Berry  <karl@gnu.org>
40414
40415         * config/config.{guess,sub}: update from prep.
40416
40417 2003-06-07  Jim Meyering  <jim@meyering.net>
40418
40419         * modules/strtod: Use $(...) notation, not @...@ for
40420         AC_REPLACE'd variables.
40421         * modules/localcharset: Likewise.
40422
40423 2003-06-07  Jim Meyering  <jim@meyering.net>
40424
40425         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
40426         in place of my name in the copyright comment.
40427         Remove definition and uses of __P.
40428
40429         From coreutils.
40430         * lib/stat.c: Don't declare xmalloc explicitly.
40431         Instead, include "xalloc.h".
40432         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
40433         xrealloc, and xcalloc return values.
40434         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
40435         Improve comment.
40436         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
40437
40438 2003-06-07  Bruno Haible  <bruno@clisp.org>
40439
40440         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
40441         avoid AC_CONFIG_LINKS.
40442         * modules/fnmatch (Makefile.am): Use explicit creation rule for
40443         fnmatch.h, to avoid AC_CONFIG_LINKS.
40444         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
40445
40446 2003-06-07  Bruno Haible  <bruno@clisp.org>
40447
40448         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
40449         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
40450         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
40451         directory.
40452         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
40453         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
40454         directory.
40455
40456 2003-06-06  Jim Meyering  <jim@meyering.net>
40457
40458         Merge from coreutils.
40459         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
40460         Consolidate declarations and initializations of *_base* locals.
40461
40462         Merge from coreutils.
40463         This avoids a core dump on systems without GNU putenv,
40464         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
40465         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
40466         (unsetenv): New static function, from GNU libc.
40467         (rpl_putenv): Use it.
40468
40469         * lib/modechange.c: Remove trailing blanks.
40470
40471         Merge from coreutils.
40472         * lib/fsusage.c: Remove declaration of statfs.
40473         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
40474
40475         * lib/posixtm.c: Include <stdbool.h> unconditionally.
40476
40477 2003-06-06  Jim Meyering  <jim@meyering.net>
40478
40479         * lib/stdbool_.h: Renamed from stdbool.h.in.
40480
40481 2003-06-06  Jim Meyering  <jim@meyering.net>
40482             Bruno Haible  <bruno@clisp.org>
40483
40484         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
40485         Adjust Makefile.am snippet not to redirect directly to target.
40486         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
40487
40488 2003-06-05  Paul Eggert  <eggert@twinsun.com>
40489
40490         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
40491         mismatch, look in future quarters as well as past.  This fixes a
40492         bug when processing fall-backwards gaps immediately after a long
40493         period of daylight-saving time.
40494
40495         * lib/mktime.c: Assume freestanding C89 or better.
40496         (HAVE_LIMITS_H): Remove.  Assume it's 1.
40497         (__P): Remove; not used.
40498         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
40499         (mktime, not_equal_tm, print_tm, check_result,
40500         main): Use prototypes.  Use const * where appropriate.
40501         (main): Fix typo in testing code that uncovered by above changes.
40502         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
40503
40504 2003-06-04  Paul Eggert  <eggert@twinsun.com>
40505
40506         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
40507         locale.h, localeconv.  This merges changes from coreutils.
40508
40509         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
40510         It can be removed after the next Autoconf is released.
40511         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
40512         needed.
40513
40514 2003-06-04  Paul Eggert  <eggert@twinsun.com>
40515
40516         * lib/mktime.c: Fix Debian bug 177940
40517         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
40518         (localtime_offset): Now long int, not time_t, because we want it
40519         to be guaranteed to be signed.  All uses changed.
40520         (__mktime_internal): If overflow would occur when adding offset,
40521         don't add it.
40522
40523         Merge 'human' changes from coreutils.  Rewrite to support
40524         locale-specific notations like thousands separators.
40525         * lib/human.c: Simplify authorship notice.
40526         Include human.h immediately after config.h.
40527         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
40528         <limits.h>: Do not include, since human.h does.
40529         (SIZE_MAX, UINTMAX_MAX): New macros.
40530         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
40531         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
40532         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
40533         (power_letter): Renamed from suffixes.
40534         (generate_suffix_backwards): Remove.
40535         (adjust_value): Now takes int style (because of human.h changes)
40536         and long double value (for greater precision on some platforms).
40537         (group_number): New function.
40538         (human_readable): Use it.  Use integer options, not enum.
40539         Put the options before the sizes in the arg list.
40540         Support all the new options.
40541         The old human_readable function has been removed;
40542         use inttostr.h instead.
40543         (human_readable, default_block_size, humblock):
40544         Use uintmax_t, not int, for block sizes.
40545         (human_readable_inexact, block_size_types): Remove.
40546         (block_size_opts): New constant.
40547         (human_options): Renamed from human_block_size, with new signature
40548         that allows block sizes up to UINTMAX_MAX.  All callers changed.
40549         * lib/human.h: Add copyright and authorship notice.
40550         Include <limits.h> and <stdbool.h> unconditionally.
40551         (PARAMS): Remove.  All uses removed.
40552         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
40553         (enum human_inexact_style): Remove tag; now a nameless enum.
40554         (human_floor, human_ceiling, human_round_to_even): Now have
40555         values 2, 0, 1 rather than -1, 1, 0.
40556         (human_group_digits, human_suppress_point_zero, human_autoscale,
40557         human_base_1024, human_SI, human_B): New constants.
40558         (human_readable_inexact, human_block_size): Remove.
40559         (human_readable): Size args are now uintmax_t, not int.
40560         (human_options): New decl.
40561
40562         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
40563         unnecessary now that we assume C89 or better.  This change
40564         imported from coreutils.
40565
40566         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
40567         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
40568         in the 2003-05-30 sync from glibc.
40569
40570         .h files should stand alone, but we shouldn't include <sys/types.h>
40571         if we can get away with just <stddef.h>.
40572
40573         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
40574         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
40575         rather than <sys/types.h>, as we merely need size_t.
40576         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
40577         to get size_t.
40578         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
40579         Include <stdio.h>, to get FILE.
40580         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
40581         memcasecmp.h has included <stddef.h> and all we need is size_t.
40582         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
40583         our interface, instead of including <sys/types.h>
40584
40585 2003-06-04  Paul Eggert  <eggert@twinsun.com>
40586
40587         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
40588         now, as glibc mktime is buggy on non-glibc systems.
40589
40590 2003-06-03  Karl Berry  <karl@gnu.org>
40591
40592         * config/config.sub: update from prep.
40593
40594 2003-06-02  Paul Eggert  <eggert@twinsun.com>
40595
40596         [from coreutils]
40597         Fix some minor time-related bugs with POSIX time arguments.
40598         Some valid time stamps were being rejected (notably -1, and
40599         time stamps before 1900 on 64-bit hosts).  And some invalid
40600         time stamps were being accepted, e.g. September 31.
40601
40602         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
40603         that we can return (time_t) -1 successfully.
40604         * lib/posixtm.c: Likewise.
40605         [HAVE_STDBOOL_H]: Include <stdbool.h>.
40606         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
40607         (t): Remove static var.
40608         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
40609         of static var.  All uses changed.
40610         (year): Do not reject years before 1900; they can occur with
40611         64-bit time_t.
40612         (posix_time_parse): Do not check for out-of-range components;
40613         that is now the caller's responsibility, since our checks were
40614         only approximations.
40615         (posixtime): Use mktime to check for out-of-range components,
40616         since it knows them exactly.
40617         If mktime returns (time_t) -1, check whether an error actually occurred
40618         by invoking localtime on -1.
40619         (main) [TEST_POSIXTIME]: Check for input data errors, and report
40620         posixtime failures better.
40621         Improve the test data (in comments only).
40622
40623 2003-06-02  Karl Berry  <karl@gnu.org>
40624
40625         * config/mkinstalldirs (version): new variable.
40626         (--version): new option.
40627         (usage): improve message.
40628
40629 2003-05-30  Karl Berry  <karl@gnu.org>
40630
40631         * lib/mktime.c: update from libc.
40632
40633 2003-05-30  Bruno Haible  <bruno@clisp.org>
40634
40635         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
40636         * config/config.rpath: Upgrade to gettext-0.12.1.
40637
40638 2003-05-30  Bruno Haible  <bruno@clisp.org>
40639
40640         * m4/gettext.m4: Upgrade to gettext-0.12.1.
40641         * m4/nls.m4: New file, from gettext-0.12.1.
40642         * m4/po.m4: New file, from gettext-0.12.1.
40643         * m4/progtest.m4: Upgrade to gettext-0.12.1.
40644
40645 2003-05-30  Bruno Haible  <bruno@clisp.org>
40646
40647         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
40648         * lib/localcharset.h: Likewise.
40649         * lib/localcharset.c: Likewise.
40650
40651 2003-05-29  Karl Berry  <karl@gnu.org>
40652
40653         * config/config.rpath: update from gettext.
40654
40655 2003-05-28  Paul Eggert  <eggert@twinsun.com>
40656
40657         Assume the headers required for C89 freestanding compilers.
40658         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
40659         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
40660         * m4/human.m4 (gl_HUMAN): Likewise.
40661         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
40662         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
40663         * m4/userspec.m4 (gl_USERSPEC): Likewise.
40664         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
40665         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
40666         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
40667
40668 2003-05-28  Paul Eggert  <eggert@twinsun.com>
40669
40670         Assume the headers required for C89 freestanding compilers.
40671         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
40672         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
40673         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
40674         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
40675         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
40676         define, since <limits.h> is guaranteed to do that.
40677         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
40678         * lib/exclude.c: Include <stdbool.h> unconditionally.
40679         * lib/tempname.c: Include <stddef.h> unconditionally.
40680         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
40681         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
40682         <stddef.h> does that.
40683         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
40684         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
40685         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
40686         needed.
40687         * lib/xstrtol.c: Likewise.
40688         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
40689         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
40690
40691         * lib/addext.c (addext): Use assignment rather than cast, to avoid
40692         warnings on some platforms.
40693
40694         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
40695         arbitrarily.
40696
40697 2003-05-26  Jim Meyering  <jim@meyering.net>
40698
40699         Merge in a change from coreutils:
40700         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
40701         that is guaranteed to be `no'.  Use `no_such_member' to indicate
40702         that condition, rather than `-1' which is slightly misleading.
40703         Change the name of the cache variable to have the gl_ prefix.
40704         Prompted by a patch from Richard Dawe for DJGPP.
40705
40706 2003-05-24  Karl Berry  <karl@gnu.org>
40707
40708         * config/config.guess: update from prep.
40709
40710 2003-05-22  Karl Berry  <karl@gnu.org>
40711
40712         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
40713
40714 2003-05-20  Karl Berry  <karl@gnu.org>
40715
40716         * config/config.guess: update from prep.
40717
40718 2003-05-18  Karl Berry  <karl@gnu.org>
40719
40720         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
40721         might actually be set by the user.
40722
40723         * config/depcomp, install-sh, mdate-sh: update from automake.
40724
40725 2003-05-17  Bruno Haible  <bruno@clisp.org>
40726
40727         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
40728         invalid expansion for AC_EGREP_CPP.
40729         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
40730         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
40731         Suggested by Akim Demaille <akim@epita.fr> in
40732         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
40733
40734 2003-05-12  Jim Meyering  <jim@meyering.net>
40735
40736         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
40737         the space-padded-by-default conversion specifiers, %e, %k, %l.
40738
40739 2003-05-12  Bruno Haible  <bruno@clisp.org>
40740
40741         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
40742         the string is longer than 4 KB.
40743
40744 2003-05-11  Karl Berry  <karl@gnu.org>
40745
40746         * config/config.{guess,sub}: update from prep.
40747
40748 2003-05-09  Bruno Haible  <bruno@clisp.org>
40749
40750         * modules/error: Add m4/strerror_r.m4 to file list.
40751
40752 2003-05-03  Bruno Haible  <bruno@clisp.org>
40753
40754         Upgrade to Unicode-4.0.
40755         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
40756         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
40757         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
40758         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
40759         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
40760         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
40761         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
40762         Change width of U+E0100..U+E01EF from 1 to 0.
40763
40764 2003-04-25  Jim Meyering  <jim@meyering.net>
40765
40766         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
40767         of type size_t, not int.
40768
40769 2003-04-25  Bruno Haible  <bruno@clisp.org>
40770
40771         * lib/copy-file.c: Include <stddef.h>, for size_t.
40772
40773 2003-04-21  Paul Eggert  <eggert@twinsun.com>
40774
40775         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
40776         code which expansion is under static control.  Patch imported from
40777         Akim Demaille's patch to Bison; see
40778         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
40779
40780 2003-04-14  Bruno Haible  <bruno@clisp.org>
40781
40782         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
40783
40784 2003-04-11  Jim Meyering  <jim@meyering.net>
40785
40786         Merge changes from Coreutils.
40787
40788         2003-03-22  Jim Meyering  <jim@meyering.net>
40789
40790         * lib/strftime.c (widen): Cast alloca return value to proper type.
40791
40792         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
40793
40794         From GNU libc.
40795         * lib/strftime.c (my_strftime): Handle very large width
40796         specifications for numeric values correctly.  Improve checks for
40797         overflow.
40798
40799         2003-01-19  Jim Meyering  <jim@meyering.net>
40800
40801         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
40802         definitions.
40803         (nl_get_alt_digit) [! defined my_strftime]: Define.
40804         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
40805         _nl_get_alt_digit and _nl_get_walt_digit.
40806
40807         * lib/strftime.c (my_strftime): Merge in locale-related changes from
40808         libc. These changes have no effect outside of _LIBC.
40809
40810 2003-04-10  Bruno Haible  <bruno@clisp.org>
40811
40812         * modules/findprog: New file.
40813         * MODULES.html.sh (func_all_modules): Add it.
40814
40815 2003-04-10  Bruno Haible  <bruno@clisp.org>
40816
40817         * m4/findprog.m4: New file.
40818         * m4/eaccess.m4: New file.
40819
40820 2003-04-10  Bruno Haible  <bruno@clisp.org>
40821
40822         * lib/findprog.h: New file, from GNU gettext.
40823         * lib/findprog.c: New file, from GNU gettext.
40824
40825 2003-04-05  Jim Meyering  <jim@meyering.net>
40826
40827         Merge changes from Coreutils.
40828
40829         * lib/exclude.h (PARAMS): Remove definition and uses.
40830         * lib/exclude.c: Remove uses of `PARAMS'.
40831
40832         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
40833         Add test-cases for DOS filenames. Declare program_name.
40834         (main): Set up program_name.  Patch by Rich Dawe.
40835
40836         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
40837         error from mntctl.
40838         Use mntctl's return value to drive the entry-processing loop, since
40839         we can't rely on the value of the vmt_length member in the last
40840         entry.  On some systems doing so could result in exhausting
40841         virtual memory.  Based in part on a patch from Mike Jetzer.
40842
40843 2003-04-04  Bruno Haible  <bruno@clisp.org>
40844
40845         * modules/linebreak: New file.
40846         * MODULES.html.sh (func_all_modules): Add it.
40847
40848 2003-04-04  Bruno Haible  <bruno@clisp.org>
40849
40850         * m4/linebreak.m4: New file.
40851
40852 2003-04-04  Bruno Haible  <bruno@clisp.org>
40853
40854         * lib/linebreak.h: New file, from GNU gettext.
40855         * lib/linebreak.c: New file, from GNU gettext with slight
40856         modifications.
40857         * lib/lbrkprop.h: New file, from GNU gettext.
40858
40859 2003-04-03  Bruno Haible  <bruno@clisp.org>
40860
40861         * modules/utf8-ucs4: New file.
40862         * modules/utf16-ucs4: New file.
40863         * modules/ucs4-utf8: New file.
40864         * modules/ucs4-utf16: New file.
40865         * MODULES.html.sh (func_all_modules): Add them.
40866
40867 2003-04-03  Bruno Haible  <bruno@clisp.org>
40868
40869         * m4/utf-ucs4.m4: New file.
40870         * m4/ucs4-utf.m4: New file.
40871
40872 2003-04-03  Bruno Haible  <bruno@clisp.org>
40873
40874         * lib/utf8-ucs4.h: New file, from GNU gettext.
40875         * lib/utf16-ucs4.h: New file, from GNU gettext.
40876         * lib/ucs4-utf8.h: New file, from GNU gettext.
40877         * lib/ucs4-utf16.h: New file, from GNU gettext.
40878
40879 2003-04-02  Bruno Haible  <bruno@clisp.org>
40880
40881         * modules/binary-io: New file.
40882         * MODULES.html.sh (func_all_modules): Add it.
40883
40884 2003-04-02  Bruno Haible  <bruno@clisp.org>
40885
40886         * lib/binary-io.h: New file, from GNU gettext.
40887
40888 2003-04-01  Bruno Haible  <bruno@clisp.org>
40889
40890         * modules/pathname: New file.
40891         * MODULES.html.sh (func_all_modules): Add it.
40892
40893 2003-04-01  Bruno Haible  <bruno@clisp.org>
40894
40895         * lib/pathname.h: New file, from GNU gettext.
40896         * lib/concatpath.c: New file, from GNU gettext.
40897
40898 2003-03-30  Bruno Haible  <bruno@clisp.org>
40899
40900         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
40901
40902 2003-03-30  Bruno Haible  <bruno@clisp.org>
40903
40904         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
40905         function chown() doesn't exist.
40906
40907 2003-03-28  Bruno Haible  <bruno@clisp.org>
40908
40909         * modules/copy-file: New file.
40910         * MODULES.html.sh (func_all_modules): Add it.
40911
40912 2003-03-28  Bruno Haible  <bruno@clisp.org>
40913
40914         * m4/copy-file.m4: New file.
40915
40916 2003-03-28  Bruno Haible  <bruno@clisp.org>
40917
40918         * lib/copy-file.h: New file, from GNU gettext.
40919         * lib/copy-file.c: New file, from GNU gettext.
40920
40921 2003-03-18  Jim Meyering  <jim@meyering.net>
40922
40923         * lib/quote.c (quote_n): Fix typo in comment.
40924
40925 2003-03-18  Bruno Haible  <bruno@clisp.org>
40926
40927         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
40928         checking.
40929         * m4/onceonly_2_57.m4: Likewise.
40930
40931 2003-03-17  Bruno Haible  <bruno@clisp.org>
40932
40933         * m4/onceonly.m4: Require autoconf 2.54 or newer.
40934         (m4_quote): Remove macro.
40935         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
40936
40937 2003-03-14  Jim Meyering  <jim@meyering.net>
40938
40939         Merge changes from Coreutils.
40940         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
40941         to be const, in order to avoid warnings.
40942         (obstack_room): Likewise.
40943         (obstack_empty_p): Likewise.
40944
40945 2003-03-14  Bruno Haible  <bruno@clisp.org>
40946
40947         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
40948         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
40949
40950 2003-03-13  Paul Eggert  <eggert@twinsun.com>
40951
40952         Merge changes from Bison.
40953         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
40954         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
40955         when compiling Bison 1.875's `bitset bset = obstack_alloc
40956         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
40957         * lib/hash.c: Include <stdbool.h> unconditionally.
40958
40959 2003-03-13  Paul Eggert  <eggert@twinsun.com>
40960
40961         * m4/onceonly.m4 (m4_quote): New macro.
40962         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
40963         Quote AC_FOREACH variable-expansions properly.
40964
40965 2003-03-13  Paul Eggert  <eggert@twinsun.com>
40966
40967         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
40968
40969 2003-03-09  Paul Eggert  <eggert@twinsun.com>
40970
40971         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
40972         Reported by Bruce Becker; see:
40973         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
40974
40975 2003-03-03  Paul Eggert  <eggert@twinsun.com>
40976             Bruno Haible  <bruno@clisp.org>
40977
40978         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
40979         Reported by John Hughes, see
40980         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
40981
40982 2003-02-20  Bruno Haible  <bruno@clisp.org>
40983
40984         * MODULES.html.sh (func_all_modules): Add poll.
40985
40986 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
40987
40988         * modules/poll: New file.
40989
40990 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
40991
40992         * lib/poll_.h: New file.
40993         * lib/poll.c: New file.
40994
40995 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
40996
40997         * m4/poll.m4: New file.
40998
40999 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
41000
41001         * modules/mathl: New file.
41002
41003 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
41004
41005         * lib/mathl.h: New file.
41006         * lib/acosl.c: New file.
41007         * lib/asinl.c: New file.
41008         * lib/atanl.c: New file.
41009         * lib/ceill.c: New file.
41010         * lib/cosl.c: New file.
41011         * lib/expl.c: New file.
41012         * lib/floorl.c: New file.
41013         * lib/frexpl.c: New file.
41014         * lib/ldexpl.c: New file.
41015         * lib/logl.c: New file.
41016         * lib/sincosl.c: New file.
41017         * lib/sinl.c: New file.
41018         * lib/sqrtl.c: New file.
41019         * lib/tanl.c: New file.
41020         * lib/trigl.c: New file.
41021         * lib/trigl.h: New file.
41022
41023 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
41024
41025         * m4/mathl.m4: New file.
41026
41027 2003-02-18  Bruno Haible  <bruno@clisp.org>
41028
41029         * MODULES.html.sh (func_all_modules): Add mathl.
41030
41031 2003-02-17  Bruno Haible  <bruno@clisp.org>
41032
41033         * modules/mkdtemp: New module.
41034         * MODULES.html.sh (func_all_modules): Add it.
41035
41036 2003-02-17  Bruno Haible  <bruno@clisp.org>
41037
41038         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
41039
41040 2003-02-17  Bruno Haible  <bruno@clisp.org>
41041
41042         * lib/mkdtemp.h: New file, from GNU gettext.
41043         * lib/mkdtemp.c: New file, from GNU gettext.
41044
41045 2003-02-02  Jim Meyering  <jim@meyering.net>
41046
41047         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
41048         e.g. glibc-2.2.93.
41049
41050 2003-01-31  Bruno Haible  <bruno@clisp.org>
41051
41052         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
41053         'rpl_rename'.
41054         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
41055         'rpl_strnlen'.
41056         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
41057         'rpl_strtod'.
41058         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
41059         'rpl_utime'.
41060
41061 2003-01-31  Bruno Haible  <bruno@clisp.org>
41062
41063         * lib/rename.c: #undef rename before defining rpl_rename.
41064         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
41065
41066 2003-01-30  Bruno Haible  <bruno@clisp.org>
41067
41068         * modules/vasnprintf, modules/vasprintf: New modules.
41069         * MODULES.html.sh (func_all_modules): Add them.
41070
41071 2003-01-30  Bruno Haible  <bruno@clisp.org>
41072
41073         * m4/signed.m4: New file, from GNU gettext.
41074         * m4/longdouble.m4: New file, from GNU gettext.
41075         * m4/wchar_t.m4: New file, from GNU gettext.
41076         * m4/wint_t.m4: New file, from GNU gettext.
41077         * m4/vasnprintf.m4: New file.
41078         * m4/vasprintf.m4: New file.
41079
41080 2003-01-30  Bruno Haible  <bruno@clisp.org>
41081
41082         * lib/printf-args.h: New file, from GNU gettext.
41083         * lib/printf-args.c: New file, from GNU gettext.
41084         * lib/printf-parse.h: New file, from GNU gettext.
41085         * lib/printf-parse.c: New file, from GNU gettext.
41086         * lib/vasnprintf.h: New file, from GNU gettext.
41087         * lib/vasnprintf.c: New file, from GNU gettext.
41088         * lib/asnprintf.c: New file, from GNU gettext.
41089         * lib/vasprintf.h: New file, from GNU gettext with modifications.
41090         * lib/vasprintf.c: New file, from GNU gettext.
41091         * lib/asprintf.c: New file, from GNU gettext.
41092
41093 2003-01-29  Bruno Haible  <bruno@clisp.org>
41094
41095         * modules/stpncpy: New module.
41096         * MODULES.html.sh (func_all_modules): Add it.
41097
41098 2003-01-29  Bruno Haible  <bruno@clisp.org>
41099
41100         * m4/stpncpy.m4: New file.
41101
41102 2003-01-29  Bruno Haible  <bruno@clisp.org>
41103
41104         * lib/stpncpy.h: New file, from GNU gettext with modifications.
41105         * lib/stpncpy.c: New file, from GNU gettext with modifications.
41106
41107 2003-01-28  Bruno Haible  <bruno@clisp.org>
41108
41109         * modules/c-ctype: New module.
41110         * MODULES.html.sh (func_all_modules): Add it.
41111
41112 2003-01-28  Bruno Haible  <bruno@clisp.org>
41113
41114         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
41115         Paul Eggert.
41116         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
41117         Paul Eggert.
41118
41119 2003-01-27  Bruno Haible  <bruno@clisp.org>
41120
41121         * modules/xsetenv: New module.
41122         * MODULES.html.sh (func_all_modules): Add it.
41123
41124 2003-01-27  Bruno Haible  <bruno@clisp.org>
41125
41126         * lib/xsetenv.h: New file, from GNU gettext.
41127         * lib/xsetenv.c: New file, from GNU gettext.
41128
41129 2003-01-23  Jim Meyering  <jim@meyering.net>
41130
41131         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
41132         from working on systems without dirfd (at least Irix and OSF1/Tru64).
41133
41134 2003-01-23  Bruno Haible  <bruno@clisp.org>
41135
41136         * modules/minmax: New module.
41137         * MODULES.html.sh (func_all_modules): Add it.
41138
41139 2003-01-23  Bruno Haible  <bruno@clisp.org>
41140
41141         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
41142         Eggert.
41143
41144 2003-01-22  Bruno Haible  <bruno@clisp.org>
41145
41146         * modules/exit: New module.
41147         * MODULES.html.sh (func_all_modules): Add it.
41148
41149 2003-01-22  Bruno Haible  <bruno@clisp.org>
41150
41151         * lib/exit.h: New file, from GNU gettext.
41152
41153 2003-01-19  Bruno Haible  <bruno@clisp.org>
41154
41155         * gnulib-tool: Recognize option --extract-maintainer.
41156         (func_get_maintainer): New function.
41157         * modules/*: Add Maintainer entry.
41158
41159 2003-01-16  Jim Meyering  <jim@meyering.net>
41160
41161         * m4/regex.m4: The `regex' struct is both input and output.
41162         Initialize it before each use.  Patch by Tim Waugh.
41163
41164 2003-01-16  Bruno Haible  <bruno@clisp.org>
41165
41166         * MODULES.html.sh: Add a table of contents. Add the module name as
41167         leftmost column. Add hyperlinks.
41168
41169 2003-01-15  Bruno Haible  <bruno@clisp.org>
41170
41171         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
41172
41173 2003-01-15  Bruno Haible  <bruno@clisp.org>
41174
41175         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
41176         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
41177         suffix.
41178
41179 2003-01-15  Bruno Haible  <bruno@clisp.org>
41180
41181         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
41182
41183 2003-01-15  Bruno Haible  <bruno@clisp.org>
41184
41185         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
41186         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
41187
41188 2003-01-14  Jim Meyering  <jim@meyering.net>
41189
41190         * lib/same.c (same_name): Tweak a comment.
41191
41192 2003-01-14  Bruno Haible  <bruno@clisp.org>
41193
41194         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
41195         when a string comparison is sufficient.
41196
41197 2003-01-14  Bruno Haible  <bruno@clisp.org>
41198
41199         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
41200         'unsigned int'.
41201
41202 2003-01-14  Bruno Haible  <bruno@clisp.org>
41203
41204         * lib/hash-pjw.c: Add comment about low quality of this function.
41205
41206 2003-01-13  Bruno Haible  <bruno@clisp.org>
41207
41208         * modules/stpcpy: Distribute lib/stpcpy.h.
41209         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
41210
41211 2003-01-13  Bruno Haible  <bruno@clisp.org>
41212
41213         * modules/*: Add a description.
41214         * modules/strpbrk: Fix Makefile.am snippet.
41215         * modules/strtoimax: Fix dependencies.
41216         * modules/strtoumax: Likewise.
41217
41218 2003-01-13  Bruno Haible  <bruno@clisp.org>
41219
41220         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
41221         * modules/alloca (Makefile.am): All object files depend on alloca.h.
41222         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
41223
41224 2003-01-13  Bruno Haible  <bruno@clisp.org>
41225
41226         * gnulib-tool (func_create_testdir): Store config/* files in the main
41227         directory.
41228         * config.rpath: Move to ...
41229         * config/config.rpath: ... here.
41230         * modules/gettext: Contains config/config.rpath, not config.rpath.
41231         * modules/iconv: Likewise.
41232
41233 2003-01-12  Paul Eggert  <eggert@twinsun.com>
41234
41235         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
41236         to avoid collisions with libcurses and libreadline.
41237
41238         * m4/getstr.m4: Remove.
41239         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
41240
41241 2003-01-12  Paul Eggert  <eggert@twinsun.com>
41242
41243         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
41244         to avoid collisions with libcurses and libreadline.
41245
41246         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
41247         * lib/getstr.h, getstr.c: Remove.
41248         * lib/getline.c: Include "getline.h", to check interface.
41249         Move body of old getstr.c here: this defines MIN_CHUNK and
41250         declares getdelim2, which is renamed from getstr.
41251         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
41252
41253         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
41254         All uses changed.
41255         * lib/linebuffer.h: Likewise.
41256         (readline): Remove backward-compatibility macro.
41257
41258 2003-01-12  Paul Eggert  <eggert@twinsun.com>
41259
41260         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
41261         to avoid collisions with libcurses and libreadline.
41262         * getstr: Remove.
41263         * MODULES.html.sh: Remove getstr.
41264         * modules/getline: Depend on unlocked-io, not getstr.
41265
41266 2003-01-12  Jim Meyering  <jim@meyering.net>
41267
41268         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
41269
41270 2003-01-10  Bruno Haible  <bruno@clisp.org>
41271
41272         * modules/alloca: Change Makefile.am requirements. Simplify Include
41273         requirements. Add lib/alloca_.h to file list.
41274
41275 2003-01-10  Bruno Haible  <bruno@clisp.org>
41276
41277         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
41278
41279 2003-01-10  Bruno Haible  <bruno@clisp.org>
41280
41281         * lib/alloca_.h: New file.
41282         * lib/getdate.y: Unconditionally include alloca.h.
41283         * lib/makepath.c: Likewise.
41284         * lib/setenv.c: Likewise.
41285         * lib/userspec.c: Likewise.
41286
41287 2003-01-09  Karl Berry  <karl@gnu.org>
41288
41289         * MODULES.html.sh: include `dirname $0` in PATH, to find
41290         gnulib-tool.
41291
41292 2003-01-09  Bruno Haible  <bruno@clisp.org>
41293
41294         * modules/stdbool: Change configure.ac, Makefile.am requirements.
41295         Simplify Include requirements. Add lib/stdbool.h.in to file list.
41296
41297 2003-01-09  Bruno Haible  <bruno@clisp.org>
41298
41299         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
41300
41301 2003-01-09  Bruno Haible  <bruno@clisp.org>
41302
41303         * lib/stdbool.h.in: New file.
41304
41305 2003-01-09  Bruno Haible  <bruno@clisp.org>
41306
41307         * gnulib-tool (func_all_modules): Ignore files ending in ~.
41308         * MODULES.html.sh: Likewise.
41309
41310 2003-01-08  Jim Meyering  <jim@meyering.net>
41311
41312         * lib/full-write.c: Undefine and define-away `const' after inclusion
41313         of errno.h, not before.  Suggestion from Bruno Haible.
41314
41315 2003-01-08  Bruno Haible  <bruno@clisp.org>
41316
41317         * modules/full-read: Depend on full-write.
41318
41319 2003-01-08  Bruno Haible  <bruno@clisp.org>
41320
41321         * lib/safe-read.c: Include specification header first, to ensure its
41322         selfcontainedness.
41323         * lib/full-write.c: Likewise.
41324
41325 2003-01-07  Jim Meyering  <jim@meyering.net>
41326
41327         * lib/full-write.c: Rework so that it may serve to define full_read,
41328         too.
41329         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
41330
41331 2003-01-07  Bruno Haible  <bruno@clisp.org>
41332
41333         * lib/strtoimax.c: Include <stdint.h> as an alternative to
41334         <inttypes.h>.
41335         * lib/xstrtol.h: Likewise.
41336         * lib/xstrtoimax.c: Likewise.
41337         * lib/xstrtoumax.c: Likewise.
41338         * lib/human.h: Likewise.
41339
41340         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
41341         on systems that have <inttypes.h> but not <stdint.h>.
41342
41343 2003-01-07  Bruno Haible  <bruno@clisp.org>
41344
41345         * MODULES.html.sh: Add copyright notice.
41346         (missed_files): Omit CVS directory entries.
41347         (func_module): Make it work with sed-3.02.
41348         * MODULES.txt: Remove file.
41349
41350 2003-01-06  Jim Meyering  <jim@meyering.net>
41351
41352         * lib/version-etc.c: Update year in translatable copyright string.
41353
41354 2003-01-03  Karl Berry  <karl@gnu.org>
41355
41356         * config/config.{guess,sub}: update from prep.
41357
41358 2003-01-02  Karl Berry  <karl@gnu.org>
41359
41360         * doc/COPYING.DOC: belatedly updated to 1.2.
41361
41362 2003-01-01  Karl Berry  <karl@gnu.org>
41363
41364         * gnulib-tool (func_verify_module): report module name $module in
41365         error message, not $1.
41366         * gnulib-tool (create-testdir): don't complain if destdir couldn't
41367         be created, only if it doesn't exist.
41368         * gnulib-tool (last_checkin_date): don't expand the $Date here.
41369
41370 2002-12-31  Paul Eggert  <eggert@twinsun.com>
41371
41372         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
41373
41374 2002-12-31  Paul Eggert  <eggert@twinsun.com>
41375
41376         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
41377         memcmp if strcoll doesn't work.
41378
41379 2002-12-31  Bruno Haible  <bruno@clisp.org>
41380
41381         * lib/utime.c (utime_null): No need to call ftruncate if the file was
41382         nonempty.
41383
41384 2002-12-31  Bruno Haible  <bruno@clisp.org>
41385
41386         * lib/memcoll.c (STRCOLL): New macro.
41387         (memcoll): Use it.
41388
41389 2002-12-31  Bruno Haible  <bruno@clisp.org>
41390
41391         * lib/localcharset.h: New file.
41392         * lib/localcharset.c: Include it.
41393         * lib/unicodeio.c: Likewise.
41394
41395 2002-12-31  Bruno Haible  <bruno@clisp.org>
41396
41397         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
41398         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
41399
41400 2002-12-31  Bruno Haible  <bruno@clisp.org>
41401
41402         * lib/getline.h: Include <stddef.h>, for size_t.
41403
41404         * lib/unicodeio.h: Include <stddef.h>, for size_t.
41405         * lib/unicodeio.c: Don't include <stddef.h>.
41406
41407 2002-12-31  Bruno Haible  <bruno@clisp.org>
41408
41409         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
41410         HAVE_TM_ZONE.
41411
41412 2002-12-24  Karl Berry  <karl@gnu.org>
41413
41414         * config/config.guess: update from prep.
41415
41416 2002-12-24  Bruno Haible  <bruno@clisp.org>
41417
41418         General infrasructure.
41419         * m4/README: Rewritten.
41420         * m4/onceonly.m4: New file.
41421         * m4/onceonly_2_57.m4: New file.
41422
41423         Module atexit.
41424         * m4/atexit.m4: New file.
41425
41426         Module strtod.
41427         * m4/strtod.m4: New file.
41428
41429         Module strtol.
41430         * m4/strtol.m4: New file.
41431
41432         Module strtoul.
41433         * m4/strtoul.m4: New file.
41434
41435         Module memchr.
41436         * m4/memchr.m4: New file.
41437
41438         Module memcmp.
41439         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
41440         (jm_FUNC_MEMCMP): Invoke it.
41441
41442         Module memcpy.
41443         * m4/memcpy.m4: New file.
41444
41445         Module memmove.
41446         * m4/memmove.m4: New file.
41447
41448         Module memset.
41449         * m4/memset.m4: New file.
41450
41451         Module strcspn.
41452         * m4/strcspn.m4: New file.
41453
41454         Module strpbrk.
41455         * m4/strpbrk.m4: New file.
41456
41457         Module strstr.
41458         * m4/strstr.m4: New file.
41459
41460         Module strerror.
41461         * m4/strerror.m4: New file.
41462
41463         Module mktime.
41464         * m4/mktime.m4: Renamed from jm-mktime.m4.
41465         (gl_PREREQ_MKTIME): New macro.
41466         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
41467
41468         Module malloc.
41469         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
41470         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
41471         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
41472
41473         Module realloc.
41474         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
41475         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
41476         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
41477
41478         Module strftime.
41479         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
41480         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
41481         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
41482         gl_TM_GMTOFF.
41483         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
41484
41485         Module xalloc.
41486         * m4/xalloc.m4: New file.
41487
41488         Module alloca.
41489         * m4/alloca.m4: New file.
41490
41491         Module putenv.
41492         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
41493         (jm_FUNC_PUTENV): Invoke it.
41494
41495         Module setenv.
41496         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
41497         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
41498         when invoked twice.
41499         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
41500         gt_FUNC_SETENV.
41501
41502         Module memrchr.
41503         * m4/memrchr.m4: New file.
41504
41505         Module stpcpy.
41506         * m4/stpcpy.m4: New file.
41507
41508         Module strcase.
41509         * m4/strcase.m4: New file.
41510
41511         Module strdup.
41512         * m4/strdup.m4: New file.
41513
41514         Module strnlen.
41515         * m4/strnlen.m4: New file.
41516
41517         Module strndup.
41518         * m4/strndup.m4: New file.
41519
41520         Module xstrtod.
41521         * m4/xstrtod.m4: New file.
41522
41523         Module xstrtol.
41524         * m4/xstrtol.m4: New file.
41525
41526         Module getdate.
41527         * m4/getdate.m4: New file.
41528
41529         Module unlocked-io.
41530         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
41531         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
41532         * m4/jm-glibc-io.m4n: Remove file.
41533
41534         Module long-options.
41535         * m4/long-options.m4: New file.
41536
41537         Module md5.
41538         * m4/md5.m4: New file.
41539
41540         Module sha.
41541         * m4/sha.m4: New file.
41542
41543         Module getstr.
41544         * m4/getstr.m4: New file.
41545
41546         Module getline.
41547         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
41548         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
41549         <sys/types.h>, for size_t. Use the function name gnu_getline, not
41550         simply getline. Infoke gl_PREREQ_GETLINE.
41551
41552         Module obstack.
41553         * m4/obstack.m4: New file.
41554
41555         Module hash.
41556         * m4/hash.m4: New file.
41557
41558         Module readtokens.
41559         * m4/readtokens.m4: New file.
41560
41561         Module strverscmp.
41562         * m4/strverscmp.m4: New file.
41563
41564         Module stdbool.
41565         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
41566         OSF/1.
41567
41568         Module strtoll.
41569         * m4/strtoll.m4: New file.
41570
41571         Module strtoull.
41572         * m4/strtoull.m4: New file.
41573
41574         Module strtoimax.
41575         * m4/strtoimax.m4: New file.
41576
41577         Module strtoumax.
41578         * m4/strtoumax.m4: New file.
41579
41580         Module xstrtoimax.
41581         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
41582         jm_AC_PREREQ_XSTRTOIMAX.
41583         Moved the strtol prerequisites to strtol.m4.
41584         Moved the strtoll prerequisites to strtoll.m4.
41585         Moved the strtoimax prerequisites to strtoimax.m4.
41586
41587         Module xstrtoumax.
41588         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
41589         jm_AC_PREREQ_XSTRTOUMAX.
41590         Moved the strtoul prerequisites to strtoul.m4.
41591         Moved the strtoull prerequisites to strtoull.m4.
41592         Moved the strtoumax prerequisites to strtoumax.m4.
41593
41594         Module chown.
41595         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
41596         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
41597
41598         Module dup2.
41599         * m4/dup2.m4: New file.
41600
41601         Module ftruncate.
41602         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
41603         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
41604
41605         Module getgroups.
41606         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
41607         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
41608
41609         Module gettimeofday.
41610         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
41611         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
41612         gl_PREREQ_GETTIMEOFDAY.
41613
41614         Module mkdir.
41615         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
41616         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
41617
41618         Module mkstemp.
41619         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
41620         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
41621         jm_AC_TYPE_UINTMAX_T.
41622         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
41623
41624         Module stat.
41625         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
41626         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
41627
41628         Module lstat.
41629         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
41630         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
41631
41632         Module timespec.
41633         * m4/timespec.m4 (gl_TIMESPEC): New macro.
41634         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
41635         * m4/st_mtim.m4: Indentation.
41636
41637         Module nanosleep.
41638         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
41639         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
41640         gl_PREREQ_NANOSLEEP.
41641
41642         Module regex.
41643         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
41644         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
41645         (gl_REGEX): New macro.
41646
41647         Module rename.
41648         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
41649         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
41650
41651         Module rmdir.
41652         * m4/rmdir.m4: New file.
41653
41654         Module utime.
41655         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
41656         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
41657         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
41658
41659         Module dirname.
41660         * m4/dirname.m4: New file.
41661
41662         Module getopt.
41663         * m4/getopt.m4: New file.
41664
41665         Module unistd-safer.
41666         * m4/unistd-safer.m4: New file.
41667
41668         Module fnmatch.
41669         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
41670         declaration.
41671         (gl_PREREQ_FNMATCH_EXTRA): New macro.
41672         (gl_FUNC_FNMATCH_POSIX): New macro.
41673         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
41674         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
41675         simply fnmatch.
41676
41677         Module exclude.
41678         * m4/exclude.m4: New file.
41679
41680         Module human.
41681         * m4/human.m4: New file.
41682
41683         Module acl.
41684         * m4/acl.m4: Nop.
41685
41686         Module backupfile.
41687         * m4/backupfile.m4: New file.
41688         * m4/d-ino.m4: Indentation.
41689
41690         Module fsusage.
41691         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
41692         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
41693         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
41694
41695         Module dirfd.
41696         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
41697         requirements.
41698
41699         Module euidaccess.
41700         * m4/euidaccess.m4: New file.
41701
41702         Module file-type.
41703         * m4/file-type.m4: New file.
41704
41705         Module fileblocks.
41706         * m4/fileblocks.m4: New file.
41707
41708         Module filemode.
41709         * m4/filemode.m4: New file.
41710
41711         Module isdir.
41712         * m4/isdir.m4: New file.
41713
41714         Module lchown.
41715         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
41716         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
41717
41718         Module makepath.
41719         * m4/makepath.m4: New file.
41720
41721         Module modechange.
41722         * m4/modechange.m4: New file.
41723
41724         Module mountlist.
41725         * m4/mountlist.m4: New file.
41726         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
41727         Indentation.
41728
41729         Module path-concat.
41730         * m4/path-concat.m4: New file.
41731
41732         Module pathmax.
41733         * m4/pathmax.m4: New file.
41734
41735         Module same.
41736         * m4/same.m4: New file.
41737
41738         Module save-cwd.
41739         * m4/save-cwd.m4: New file.
41740
41741         Module savedir.
41742         * m4/savedir.m4: New file.
41743
41744         Module xgetcwd.
41745         * m4/xgetcwd.m4: New file.
41746         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
41747
41748         Module xreadlink.
41749         * m4/xreadlink.m4: New file.
41750
41751         Module safe-read.
41752         * m4/safe-read.m4: New file.
41753
41754         Module safe-write.
41755         * m4/safe-write.m4: New file.
41756
41757         Module closeout.
41758         * m4/closeout.m4: New file.
41759
41760         Module stdio-safer.
41761         * m4/stdio-safer.m4: New file.
41762
41763         Module getpass.
41764         * m4/getpass.m4: New file.
41765
41766         Module getugroups.
41767         * m4/getugroups.m4: New file.
41768
41769         Module group-member.
41770         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
41771         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
41772
41773         Module idcache.
41774         * m4/idcache.m4: New file.
41775
41776         Module userspec.
41777         * m4/userspec.m4: New file.
41778
41779         Module gettime.
41780         * m4/clock_time.m4: New file.
41781         * m4/gettime.m4: New file.
41782
41783         Module settime.
41784         * m4/settime.m4: New file.
41785
41786         Module posixtm.
41787         * m4/posixtm.m4: New file.
41788
41789         Module gethostname.
41790         * m4/gethostname.m4: New file.
41791
41792         Module canon-host.
41793         * m4/canon-host.m4: New file.
41794
41795         Module gettext.
41796         * m4/codeset.m4: New file, from gettext-0.11.5.
41797         * m4/gettext.m4: New file, from gettext-0.11.5.
41798         * m4/glibc21.m4: New file, from gettext-0.11.5.
41799         * m4/iconv.m4: New file, from gettext-0.11.5.
41800         * m4/intdiv0.m4: New file, from gettext-0.11.5.
41801         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
41802         * m4/inttypes.m4: New file, from gettext-0.11.5.
41803         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
41804         * m4/isc-posix.m4: New file, from gettext-0.11.5.
41805         * m4/lcmessage.m4: New file, from gettext-0.11.5.
41806         * m4/lib-ld.m4: New file, from gettext-0.11.5.
41807         * m4/lib-link.m4: New file, from gettext-0.11.5.
41808         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
41809         * m4/progtest.m4: New file, from gettext-0.11.5.
41810         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
41811         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
41812         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
41813
41814         Module localcharset.
41815         * m4/localcharset.m4: New file.
41816
41817         Module hard-locale.
41818         * m4/hard-locale.m4: New file.
41819
41820         Module mbswidth.
41821         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
41822         onceonly macros.
41823         * m4/mbrtowc.m4: Add comment.
41824
41825         Module memcasecmp.
41826         * m4/memcasecmp.m4: New file.
41827
41828         Module memcoll.
41829         * m4/memcoll.m4: New file.
41830
41831         Module unicodeio.
41832         * m4/unicodeio.m4: New file.
41833
41834         Module rpmatch.
41835         * m4/rpmatch.m4: New file.
41836
41837         Module yesno.
41838         * m4/yesno.m4: New file.
41839
41840         Module exitfail.
41841         * m4/exitfail.m4: New file.
41842
41843         Module c-stack.
41844         * m4/c-stack.m4 (gl_C_STACK): New macro.
41845         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
41846
41847         Module error.
41848         * m4/error.m4 (gl_ERROR): New macro.
41849         (jm_PREREQ_ERROR): Use onceonly macros.
41850
41851         Module fatal.
41852         * m4/fatal.m4: New file.
41853
41854         Module getloadavg.
41855         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
41856         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
41857
41858         Module getpagesize.
41859         * m4/getpagesize.m4: New file.
41860
41861         Module getusershell.
41862         * m4/getusershell.m4: New file.
41863
41864         Module physmem.
41865         * m4/physmem.m4: New file.
41866
41867         Module posixver.
41868         * m4/posixver.m4: New file.
41869
41870         Module quotearg.
41871         * m4/quotearg.m4: New file.
41872
41873         Module quote.
41874         * m4/quote.m4: New file.
41875
41876         Module readutmp.
41877         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
41878
41879         Module sig2str.
41880         * m4/sig2str.m4: New file.
41881
41882         Other.
41883         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
41884         ulonglong.m4.
41885         * m4/intmax_t.m4: New file.
41886         * m4/d-type.m4: Indentation.
41887         * m4/jm-macros.m4: Update.
41888         * m4/prereq.m4 (jm_PREREQ): Update.
41889         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
41890         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
41891         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
41892         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
41893         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
41894         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
41895         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
41896         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
41897         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
41898         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
41899         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
41900         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
41901         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
41902         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
41903         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
41904         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
41905         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
41906         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
41907         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
41908
41909 2002-12-24  Bruno Haible  <bruno@clisp.org>
41910
41911         * MODULES.txt: Update according to m4/ changes.
41912
41913         Module gettext.
41914         * config.rpath: New file, from gettext-0.11.5.
41915
41916         * modules/*: New module descriptions.
41917         * gnulib-tool: New file.
41918         * MODULES.html.sh: New file.
41919
41920 2002-12-21  Karl Berry  <karl@gnu.org>
41921
41922         * doc/fdl.texi: update to version 1.2.
41923
41924 2002-12-19  Karl Berry  <karl@gnu.org>
41925
41926         * config/config.guess: update from prep.
41927
41928 2002-12-18  Bruno Haible  <bruno@clisp.org>
41929
41930         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
41931         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
41932
41933 2002-12-17  Bruno Haible  <bruno@clisp.org>
41934
41935         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
41936         stdlib.h, string.h.
41937
41938 2002-12-17  Bruno Haible  <bruno@clisp.org>
41939
41940         * lib/canon-host.c (strdup): Remove unused declaration.
41941
41942         * lib/fsusage.c: Include full_read.h.
41943         (get_fs_usage): Use full_read instead of safe_read.
41944
41945         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
41946
41947 2002-12-12  Karl Berry  <karl@gnu.org>
41948
41949         * config/config.guess: update from prep.
41950
41951 2002-12-11  Bruno Haible  <bruno@clisp.org>
41952
41953         * m4/setenv.m4: New file, from gettext-0.11.5.
41954
41955 2002-12-11  Bruno Haible  <bruno@clisp.org>
41956
41957         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
41958         not unsetenv().
41959         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
41960         modifications:
41961
41962         2002-12-11  Bruno Haible  <bruno@clisp.org>
41963
41964                 * setenv.c (alloca): Fall back to malloc.
41965                 (freea): New macro.
41966                 (setenv): Use freea() to free memory allocated with alloca().
41967
41968         2002-11-13  Bruno Haible  <bruno@clisp.org>
41969
41970                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
41971                 function declarations.
41972                 * unsetenv.c (unsetenv): Likewise.
41973
41974         2002-03-04  Bruno Haible  <bruno@clisp.org>
41975
41976                 Portability to AIX 4.3.3.
41977                 * unsetenv.c: New file, extracted from setenv.c.
41978                 * setenv.c: Move the unsetenv() function to unsetenv.c.
41979
41980         2001-12-20  Bruno Haible  <bruno@clisp.org>
41981
41982                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
41983                 use malloc instead. For SunOS 4.
41984
41985         2001-12-11  Bruno Haible  <bruno@clisp.org>
41986
41987                 * setenv.c: Declare alloca.
41988                 (compar_fn_t): New typedef.
41989                 (KNOWN_VALUE, STORE_VALUE): Use it.
41990
41991         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
41992         setenv.h.
41993
41994 2002-12-10  Paul Eggert  <eggert@twinsun.com>
41995
41996         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
41997         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
41998         Choose values that are less likely to collide with system fnmatch
41999         options.
42000         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
42001         defined (e.g., a pure POSIX system).
42002         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
42003         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
42004
42005 2002-12-06  Paul Eggert  <eggert@twinsun.com>
42006
42007         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
42008         a pain in practice to deal with generated m4 files.  This change
42009         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
42010
42011         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
42012         and jm-glibc-io.m4, as they are no longer a special case.
42013         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
42014         kludge and the auto-generation stuff.  Check only whether the
42015         functions are declared, not whether they exist, since older hosts
42016         that don't declare the functions can't use the optimization anyway.
42017
42018 2002-12-06  Jim Meyering  <jim@meyering.net>
42019
42020         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
42021
42022         Merge in changes from libc's misc/error.c, in preparation
42023         for the merge of gnulib's changes back into libc.
42024
42025         * lib/error.c (_): Define only if not already defined.
42026         Move definition to follow all #include directives.
42027         Include unlocked-io.h only if !_LIBC.
42028         [_LIBC]: Include <libio/libioP.h>.
42029         [USE_IN_LIBIO]: Include <libio/iolibio.h>
42030         (fflush): Tweak definition to use INTUSE.
42031         (putc): Define.
42032
42033 2002-12-05  Paul Eggert  <eggert@twinsun.com>
42034
42035         * lib/alloca.c [defined emacs]: Include "lisp.h".
42036         (xalloc_die) [defined emacs]: New macro.
42037         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
42038         [! defined emacs]: Include <xalloc.h>.
42039         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
42040         (pointer): Typedef to POINTER_TYPE *.
42041         (malloc): Remove decl; we now always use xmalloc.
42042         (alloca): Use old-style definition, since Emacs needs this.
42043         Check for arithmetic overflow when computing combined size.
42044
42045 2002-12-04  Paul Eggert  <eggert@twinsun.com>
42046
42047         Do not generate unlocked-io.h automatically, since it's easier to
42048         maintain it by hand.
42049
42050         * lib/unlocked-io.h: New file, from GNU diffutils,
42051         but with proper copyright notice and attribution.
42052         * lib/gen-uio: Remove.
42053         * lib/Makefile.am: Add copyright notice.
42054         (libfetish_a_SOURCES): Add unlocked-io.h.
42055         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
42056         (DISTCLEANFILES, io_functions): Remove macros.
42057         (EXTRA_DIST): Remove gen_uio.
42058         (unlocked-io.h): Remove rule.
42059
42060 2002-12-04  Jim Meyering  <jim@meyering.net>
42061
42062         Reflect the fact that stat.c and lstat.c are no longer generated.
42063         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
42064         (DISTCLEANFILES): Likewise.
42065         (EXTRA_DIST): Likewise.
42066         (all_local): Don't depend on stat.c or lstat.c.
42067         (stat.c, lstat.c): Remove rules.
42068         (EXTRA_DIST): Remove xstat.in.
42069
42070         * lib/xstat.in: Remove file.  Contents moved into stat.c.
42071         * lib/stat.c: New file.  Contents mostly from xstat.in.
42072         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
42073         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
42074
42075         * lib/safe-read.c: Rework so that it may serve to define safe_write,
42076         too.
42077         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
42078
42079 2002-12-03  Jim Meyering  <jim@meyering.net>
42080
42081         * lib/safe-read.c, safe-write.c: Change variable names and comments,
42082         but not semantics, to minimize the differences between these two files.
42083         (safe_read): Change comment to mention SAFE_READ_ERROR.
42084
42085         * lib/safe-read.c (IS_EINTR): Define.
42086         (safe_read): Use IS_EINTR in place of in-function cpp directives.
42087
42088 2002-12-02  Jim Meyering  <jim@meyering.net>
42089
42090         * lib/safe-read.c (EINTR): Define.
42091         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
42092         (INT_MAX): Provide fallback.
42093         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
42094
42095         * lib/safe-read.h (SAFE_READ_ERROR): Define.
42096
42097 2002-12-02  Bruno Haible  <bruno@clisp.org>
42098
42099         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
42100         Define, taken from safe-read.c.
42101         (INT_MAX): Provide fallback.
42102         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
42103         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
42104
42105         * lib/safe-read.c (EINTR): Remove definition.
42106         (safe_read): Don't use EINTR if it is absent.
42107
42108 2002-12-01  Jim Meyering  <jim@meyering.net>
42109
42110         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
42111         zero.
42112         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
42113
42114 2002-11-27  Paul Eggert  <eggert@twinsun.com>
42115
42116         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
42117         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
42118         with `if (! (value < limit)) abort ();', for readability.
42119
42120 2002-11-26  Karl Berry  <karl@gnu.org>
42121
42122         * lib/strdup.c: copy from libc again, with jim's ok.
42123         * lib/.cppi-disable: re-add strdup.c
42124
42125 2002-11-25  Karl Berry  <karl@gnu.org>
42126
42127         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
42128         instead of "strtol.c".
42129
42130 2002-11-25  Karl Berry  <karl@gnu.org>
42131
42132         * config/install-sh: update from automake for variable quoting, $0 in
42133         error msgs, etc.
42134
42135         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
42136         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
42137         entry.
42138
42139 2002-11-25  Jim Meyering  <jim@meyering.net>
42140
42141         * lib/mktime.c: Sync from libc, now that it has the latest fix.
42142
42143 2002-11-24  Karl Berry  <karl@gnu.org>
42144
42145         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
42146         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
42147
42148 2002-11-24  Jim Meyering  <jim@meyering.net>
42149
42150         Update from coreutils:
42151
42152         * lib/mktime.c: Merge in changes from libc.
42153
42154         Avoid a link-time failure on some Linux systems.
42155         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
42156         (otherwise).
42157         (__mon_yday): Declare with the STATIC attribute.
42158         (__mktime_internal): Likewise.
42159         Based on a report from Greg Schafer.
42160
42161 2002-11-23  Jim Meyering  <jim@meyering.net>
42162
42163         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
42164         Use `unsigned', not `int', as type of index.
42165
42166         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
42167
42168         * lib/fsusage.c: Remove unneeded parentheses around operands of
42169         `defined'.
42170
42171 2002-11-22  Paul Eggert  <eggert@twinsun.com>
42172
42173         * lib/quotearg.h: Allow multiple inclusion by surrounding with
42174         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
42175         so that we can be included first.
42176         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
42177         * lib/quotearg.c: Include quotearg.h immediately after config.h.
42178         No need to include stddef.h or sys/types.h any more.
42179         Surround local include files with "", not "<>".
42180         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
42181         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
42182         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
42183         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
42184         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
42185         (ISPRINT): Remove; no longer needed now that we assume C89.
42186
42187         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
42188         Preserve errno.
42189
42190         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
42191         quotearg_char): Use SIZE_MAX rather than
42192         (size_t) -1 when we are talking about "infinity".
42193
42194         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
42195
42196 2002-11-22  Paul Eggert  <eggert@twinsun.com>
42197
42198         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
42199         hint that one should use `if (! x) abort ();' rather than `assert
42200         (x);', and anyway it's one less thing to worry about configuring.
42201         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
42202         hash_rehash, hash_insert): Use abort rather than assert.
42203
42204 2002-11-22  Bruno Haible  <bruno@clisp.org>
42205
42206         * lib/safe-read.h: Assume C89. Add comments.
42207         (safe_read): Change return type to size_t.
42208         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
42209         byte counts > SSIZE_MAX correctly.
42210         * lib/safe-write.h: New file.
42211         * lib/safe-write.c: New file.
42212         * lib/full-read.h: New file.
42213         * lib/full-read.c: New file.
42214         * lib/full-write.h: Assume C89. Add comments.
42215         * lib/full-write.c: Include safe-write.h.
42216         (full_write): Rewritten to use safe_write.
42217         Suggested by Jim Meyering and Paul Eggert.
42218
42219 2002-11-21  Jim Meyering  <jim@meyering.net>
42220
42221         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
42222
42223         Merge in changes from the coreutils.
42224
42225         2002-09-25  Paul Eggert  <eggert@twinsun.com>
42226         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
42227         <stdint.h>.
42228         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
42229         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
42230         int.  Work more efficiently if X is the same width as uintmax_t.
42231         Do not compare X to -1, to avoid bogus compiler warning.
42232         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
42233         Don't assume that f_frsize and f_bsize are the same type.
42234
42235         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
42236         warning on FreeBSD.
42237
42238         * lib/makepath.c (make_path): Restore umask *before* creating the final
42239         component.
42240         (make_path): Minor reformatting.
42241
42242         * lib/xmalloc.c: Adjust to work with new autoconf macros,
42243         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
42244         HAVE_MALLOC/HAVE_REALLOC.
42245
42246         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
42247         dummy ones.  At least on GNU/Linux systems, `auto' means something
42248         else.
42249         From Michael Stone.
42250
42251 2002-11-21  Bruno Haible  <bruno@clisp.org>
42252
42253         Remove case insensitive option matching.
42254         * lib/argmatch.h (argcasematch): Remove declaration.
42255         (ARGCASEMATCH): Remove macro.
42256         (__xargmatch_internal): Remove case_sensitive argument.
42257         (XARGMATCH): Update.
42258         (XARGCASEMATCH): Remove macro.
42259         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
42260         case_sensitive argument.
42261         (argcasematch): Remove function.
42262         (__xargmatch_internal): Remove case_sensitive argument.
42263         (main): Use XARGMATCH instead of XARGCASEMATCH.
42264
42265         * lib/xmalloc.c: Change compile-time error message. Add comment about
42266         required autoconf version.
42267
42268 2002-11-20  Paul Eggert  <eggert@twinsun.com>
42269
42270         Merge argmatch cleanups from Bison.  Assume C89.
42271
42272         * lib/argmatch.c: Include config.h here, not in argmatch.h.
42273         Include stdlib.h, for EXIT_FAILURE.
42274         Always include <string.h>, since we assume C89.
42275         (EXIT_FAILURE): Remove pre-C89 bug workaround.
42276         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
42277         Include <stddef.h> instead, since it's all we need for size_t.
42278         (PARAMS): Remove.  All uses removed.
42279         (ARRAY_CARDINALITY): Do not bother to #undef.
42280         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
42281         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
42282         Remove unnecessary parentheses.
42283         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
42284         Insert necessary parentheses.
42285         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
42286         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
42287
42288 2002-11-19  Bruno Haible  <bruno@clisp.org>
42289
42290         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
42291         * lib/mbswidth.h: Include <stddef.h>, for size_t.
42292
42293         * lib/mbswidth.h (PARAMS): Remove macro.
42294         (mbswidth, mbsnwidth): Use ANSI C function declarations.
42295         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
42296
42297         * lib/gcd.h (PARAMS): Remove macro.
42298         (gcd): Use ANSI C function declarations.
42299         * lib/gcd.c (gcd): Likewise.
42300
42301 2002-11-15  Bruno Haible  <bruno@clisp.org>
42302
42303         * lib/strcspn.c: Include <stddef.h>.
42304         (strcspn): Use ANSI C function declaration. Change return type to
42305         size_t. Use NULL.
42306         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
42307         (strpbrk): Use NULL.
42308         * lib/strpbrk.h (PARAMS): Remove macro.
42309         (strpbrk): Use ANSI C function declaration.
42310         * lib/strstr.c: Don't include <sys/types.h>.
42311         * lib/strstr.h (PARAMS): Remove macro.
42312         (strstr): Use ANSI C function declarations.
42313
42314 2002-11-14  Karl Berry  <karl@gnu.org>
42315
42316         * config/mkinstalldirs: `do' on separate line, instead of
42317         `for var; do'.
42318
42319 2002-11-06  Bruno Haible  <bruno@clisp.org>
42320
42321         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
42322         * lib/gcd.c (gcd): Likewise.
42323
42324 2002-11-05  Bruno Haible  <bruno@clisp.org>
42325
42326         * lib/gcd.h: New file, from gettext-0.11.5.
42327         * lib/gcd.c: New file, from gettext-0.11.5.
42328
42329 2002-11-05  Bruno Haible  <bruno@clisp.org>
42330
42331         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
42332         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
42333         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
42334         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
42335
42336         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
42337         <libintl.h>.
42338         * lib/makepath.c: Include gettext.h instead of <locale.h> and
42339         <libintl.h>.
42340
42341         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
42342         * lib/human.c: Include gettext.h instead of <libintl.h>.
42343         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
42344         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
42345         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
42346         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
42347         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
42348         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
42349         (textdomain): Remove definition.
42350         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
42351
42352         * lib/long-options.c: Remove include of <libintl.h> and definition of
42353         _.
42354         * lib/same.c: Remove include of <libintl.h> and definition of _.
42355
42356 2002-11-04  Owen Taylor  <otaylor@redhat.com>
42357
42358         * lib/config.charset: A few additions for Solaris.
42359
42360 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
42361
42362         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
42363         * lib/localcharset.c (locale_charset): Declare as extern "C".
42364
42365 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
42366
42367         * lib/config.charset: msdos in uk_UA uses CP1125.
42368
42369 2002-11-04  Bruno Haible  <bruno@clisp.org>
42370
42371         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
42372         * lib/strcase.h: New file, from GNU gettext-0.11.5.
42373         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
42374         * lib/strstr.h: New file, from GNU gettext-0.11.5.
42375         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
42376
42377 2002-11-04  Bruno Haible  <bruno@clisp.org>
42378
42379         * lib/localcharset.c (locale_charset): Don't return an empty string.
42380
42381 2002-11-04  Bruno Haible  <bruno@clisp.org>
42382
42383         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
42384         aliases.
42385
42386 2002-11-04  Bruno Haible  <bruno@clisp.org>
42387
42388         * lib/config.charset: Update for newest glibc. Add canonical names
42389         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
42390
42391 2002-11-04  Bruno Haible  <bruno@clisp.org>
42392
42393         * lib/config.charset: Add support for NetBSD.
42394
42395 2002-11-04  Bruno Haible  <bruno@clisp.org>
42396
42397         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
42398
42399 2002-11-01  Bruno Haible  <bruno@clisp.org>
42400
42401         * configure.in: Add AC_CONFIG_AUX_DIR call.
42402         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
42403         test/Makefile.
42404         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
42405
42406 2002-09-28  Karl Berry  <karl@gnu.org>
42407
42408         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
42409         installed automake until the next release, since changes have been
42410         made.
42411
42412 2002-09-25  Karl Berry  <karl@gnu.org>
42413
42414         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
42415         * lib/getopt*: copy from libc/posix.
42416         * lib/gettext.h: copy from gettext.
42417         * lib/.cppi-disable: add strdup.c, gettext.h.
42418
42419 2002-09-25  Karl Berry  <karl@gnu.org>
42420
42421         * config/srclist.txt: enable gettext.h check.
42422         * config/config.{guess,sub}: update from prep.
42423         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
42424                 from automake 1.6.3.
42425         See srclist*.
42426
42427 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
42428
42429         * regex.c (PATFETCH): Remove the translating fetch.
42430         (PATFETCH_RAW): Rename to PATFETCH.
42431         (set_image_of_range): New fun.
42432         (SET_RANGE_TABLE_WORK_AREA): Use it.
42433         (regex_compile): Don't translate the pattern chars so eagerly.
42434         Only do it when inserting an `exactn' bytecode or when handling
42435         a char-range.
42436         (mutually_exclusive_p): Avoid empty statement.
42437
42438 2002-07-06  Jim Meyering  <meyering@lucent.com>
42439
42440         * m4/README: Don't mention Makefile.am.in.
42441         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
42442
42443 2002-07-01  Jim Meyering  <meyering@lucent.com>
42444
42445         * lib/c-stack.c: Include sys/time.h.
42446         From Volker Borchert.
42447
42448 2002-06-26  Paul Eggert  <eggert@twinsun.com>
42449
42450         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
42451
42452 2002-06-26  Paul Eggert  <eggert@twinsun.com>
42453
42454         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
42455         New macro.  Use it uniformly instead of
42456         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
42457         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
42458         reported by Vin Shelton.
42459
42460 2002-06-22  Paul Eggert  <eggert@twinsun.com>
42461
42462         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
42463         Do not assume SA_SIGINFO behavior.
42464         Bug reported by Jim Meyering on NetBSD 1.5.2.
42465
42466 2002-06-22  Jim Meyering  <meyering@lucent.com>
42467
42468         * m4/c-stack.m4: New file, from diffutils-2.8.2.
42469         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
42470
42471         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
42472         now that configure.ac uses AC_GNU_SOURCE.
42473         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
42474         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
42475
42476         Update to latest tools.  Suggestions from Paul Eggert.
42477         * m4/stdbool.m4: New file, from diffutils-2.8.2.
42478         * m4/gnu-source.m4: Update from diffutils-2.8.2.
42479         * m4/fnmatch.m4: Likewise.
42480         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
42481         to AC_HEADER_STDBOOL
42482
42483 2002-06-22  Jim Meyering  <meyering@lucent.com>
42484
42485         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
42486         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
42487
42488 2002-06-22  Jim Meyering  <meyering@lucent.com>
42489
42490         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
42491
42492         * lib/exitfail.c, exitfail.h: Likewise.
42493         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
42494
42495         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
42496         of fnmatch.h.
42497         (EXTRA_DIST): Add fnmatch_loop.c.
42498         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
42499
42500         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
42501         * lib/fnmatch.c: Update from diffutils-2.8.2.
42502         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
42503         * lib/fnmatch.h: Remove file.
42504
42505 2002-06-21  Jim Meyering  <meyering@lucent.com>
42506
42507         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
42508         * m4/mbrtowc.m4: Likewise.
42509
42510         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
42511         * m4/mbswidth.m4: Reflect name change:
42512         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
42513         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
42514
42515         * m4/lib-link.m4: Update from gettext-0.11.2.
42516         * m4/gettext.m4: Likewise.
42517
42518         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
42519         From Alfred M. Szmidt.
42520
42521 2002-06-18  Paul Eggert  <eggert@twinsun.com>
42522
42523         * lib/file-type.h: Report an error if neither S_ISREG nor
42524         S_IFREG is defined, instead of using a test specific to glibc
42525         2.2.  This should be safe, since POSIX requires S_ISREG and
42526         Unix Version 7 had S_IFREG.  We don't need to check for
42527         <sys/types.h> since we don't use any symbols that it defines.
42528
42529 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
42530
42531         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
42532         $@-t, so that each temporary file name is unique and valid in the first
42533         8 characters, for operation under DOS.
42534
42535 2002-06-15  Paul Eggert  <eggert@twinsun.com>
42536
42537         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
42538
42539 2002-06-15  Jim Meyering  <meyering@lucent.com>
42540
42541         Work even with DJGPP 2.03, which lacks support for symlinks.
42542         From Richard Dawe.
42543         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
42544         is defined.
42545         * lib/lchown.c (S_ISLNK): Likewise.
42546
42547 2002-06-15  Jim Meyering  <meyering@lucent.com>
42548
42549         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
42550         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
42551         have been included before this file.
42552
42553 2002-06-14  Jim Meyering  <meyering@lucent.com>
42554
42555         * lib/file-type.h: Use the version from diffutils-2.8.2.
42556         * lib/file-type.c: Likewise.
42557
42558 2002-06-07  Jim Meyering  <meyering@lucent.com>
42559
42560         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
42561         They're needed at least for NetBSD 1.5.2.
42562         ($statxfs_includes): Include those same headers.
42563         ($statxfs_includes): Include sys/vfs.h if available.
42564         ($statxfs_includes): Likewise for sys/statvfs.h.
42565         Check for the following members in both structs statfs and statvfs:
42566         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
42567
42568 2002-06-01  Jim Meyering  <meyering@lucent.com>
42569
42570         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
42571         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
42572
42573 2002-05-28  Jim Meyering  <meyering@lucent.com>
42574
42575         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
42576         Reported by Volker Borchert.
42577
42578 2002-05-27  Jim Meyering  <meyering@lucent.com>
42579
42580         Fix a problem seen only on nonconforming systems whereby ls.c's
42581         use of localtime, and then of gettimeofday would cause trouble:
42582         the localtime call used to initialize rpl_gettimeofday's save
42583         mechanism would clobber ls's current local time information so
42584         that in any long listing the first file would always be listed
42585         with date 1970-01-01.  Analysis by Volker Borchert.
42586
42587         * lib/gettimeofday.c (localtime): Undefine.
42588         (rpl_localtime): New function.
42589
42590 2002-05-27  Jim Meyering  <meyering@lucent.com>
42591
42592         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
42593         localtime.
42594
42595         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
42596         use the replacement function; it wouldn't resolve at link time.
42597         Reported by Volker Borchert.
42598
42599 2002-05-22  Jim Meyering  <meyering@lucent.com>
42600
42601         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
42602         file-type.h.
42603         * lib/file-type.h: New file.
42604         * lib/file-type.c (file_type): New file/function.  Extracted from
42605         diffutils.
42606
42607 2002-04-30  Jim Meyering  <meyering@lucent.com>
42608
42609         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
42610
42611 2002-04-29  Paul Eggert  <eggert@twinsun.com>
42612
42613         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
42614
42615 2002-04-29  Paul Eggert  <eggert@twinsun.com>
42616
42617         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
42618         Do not check for alloca.h (no longer used) or stdbool.h (was never
42619         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
42620
42621 2002-04-29  Paul Eggert  <eggert@twinsun.com>
42622
42623         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
42624
42625 2002-04-29  Jim Meyering  <meyering@lucent.com>
42626
42627         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
42628         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
42629         Use AC_FUNC_STRNLEN here instead.
42630
42631         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
42632         With autoconf-2.53a, it's part of AC_PROG_CC.
42633
42634 2002-04-28  Paul Eggert  <eggert@twinsun.com>
42635
42636         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
42637         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
42638
42639 2002-04-28  Paul Eggert  <eggert@twinsun.com>
42640
42641         * lib/sig2str.h, lib/sig2str.c: New files.
42642         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
42643
42644 2002-04-28  Paul Eggert  <eggert@twinsun.com>
42645
42646         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
42647         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
42648         of 127, since 64 is the largest conceivable number for ancient
42649         nonstandard hosts.
42650         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
42651
42652 2002-04-28  Jim Meyering  <meyering@lucent.com>
42653
42654         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
42655
42656 2002-04-24  Jim Meyering  <meyering@lucent.com>
42657
42658         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
42659         (jm_PREREQ): Use it.
42660
42661         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
42662         mach/mach.h fcntl.h.
42663         Check for this function: setlocale.
42664
42665 2002-04-24  Jim Meyering  <meyering@lucent.com>
42666
42667         * lib/gettext.h: New file, from Gettext.
42668         * lib/Makefile.am (INCLUDES): Remove -I../intl.
42669         (libfetish_a_SOURCES): Add gettext.h.
42670
42671 2002-04-16  Jim Meyering  <meyering@lucent.com>
42672
42673         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
42674         ut_pid, ut_id, ut_exit.
42675
42676 2002-04-16  Jim Meyering  <meyering@lucent.com>
42677
42678         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
42679         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
42680         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
42681
42682 2002-04-12  Jim Meyering  <meyering@lucent.com>
42683
42684         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
42685         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
42686         existence of the getmntinfo function.  Needed for Darwin 5.3.
42687
42688         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
42689         This is necessary at least on Darwin 5.3.
42690
42691         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
42692         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
42693         strnlen.o in the library, and that makes some versions of ranlib
42694         object.
42695
42696 2002-04-12  Jim Meyering  <meyering@lucent.com>
42697
42698         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
42699
42700 2002-04-09  Jim Meyering  <meyering@lucent.com>
42701
42702         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
42703         to be more precise.  Rather than saying we're checking whether the
42704         function `works', say what we're testing.
42705         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
42706         Reported by Bruno Haible.
42707
42708 2002-03-10  Jim Meyering  <meyering@lucent.com>
42709
42710         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
42711         Suggestion from Santiago Vila.
42712
42713 2002-03-08  Jim Meyering  <meyering@lucent.com>
42714
42715         * lib/rename.c: Mention that this wrapper is needed also on
42716         mips-dec-ultrix4.4 systems.
42717
42718 2002-03-02  Jim Meyering  <meyering@lucent.com>
42719
42720         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
42721         not HAVE_CLOCK_SETTIME.
42722
42723 2002-02-27  Paul Eggert  <eggert@twinsun.com>
42724
42725         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
42726         Check for clock_settime.
42727
42728 2002-02-27  Paul Eggert  <eggert@twinsun.com>
42729
42730         * lib/nanosleep.h: Rename to....
42731         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
42732
42733         * lib/gettime.c: New file.
42734         * lib/settime.c: New file.
42735         * lib/stime.c: Remove.
42736
42737         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
42738         timespec.h.  Remove nanosleep.h.
42739
42740 2002-02-25  Paul Eggert  <eggert@twinsun.com>
42741
42742         * m4/acl.m4: New file.
42743         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
42744         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
42745
42746 2002-02-25  Paul Eggert  <eggert@twinsun.com>
42747
42748         * lib/acl.c, lib/acl.h: New files.
42749         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
42750
42751 2002-02-24  Jim Meyering  <meyering@lucent.com>
42752
42753         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
42754         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
42755         cause trouble.  Reported by Nelson Beebe.
42756
42757 2002-02-23  Paul Eggert  <eggert@twinsun.com>
42758
42759         * lib/path-concat.c (xpath_concat): Reorder code to pacify
42760         compilers that don't know that xalloc_die never returns.
42761
42762 2002-02-20  Jim Meyering  <meyering@lucent.com>
42763
42764         * lib/getdate.c: Regenerate using bison-1.33.
42765
42766 2002-02-17  Jim Meyering  <meyering@lucent.com>
42767
42768         * config/config.guess (main): Don't use `head -1'; it's no longer
42769         portable. Use `sed 1q' instead.
42770
42771 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
42772
42773         * m4/codeset.m4: Upgrade to gettext-0.11.
42774         * m4/gettext.m4: Upgrade to gettext-0.11.
42775         * m4/glibc21.m4: Upgrade to gettext-0.11.
42776         * m4/iconv.m4: Upgrade to gettext-0.11.
42777         * m4/isc-posix.m4: Upgrade to gettext-0.11.
42778         * m4/lcmessage.m4: Upgrade to gettext-0.11.
42779         * m4/lib-ld.m4: New file, from gettext-0.11.
42780         * m4/lib-link.m4: New file, from gettext-0.11.
42781         * m4/lib-prefix.m4: New file, from gettext-0.11.
42782         * m4/progtest.m4: Upgrade to gettext-0.11.
42783
42784 2002-02-15  Paul Eggert  <eggert@twinsun.com>
42785
42786         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
42787         (jm_PREREQ): Use it.
42788
42789 2002-02-15  Paul Eggert  <eggert@twinsun.com>
42790
42791         * lib/posixver.c, lib/posixver.h: New files.
42792         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
42793
42794 2002-02-02  Paul Eggert  <eggert@twinsun.com>
42795             Bruno Haible  <bruno@clisp.org>
42796
42797         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
42798         (fwrite_success_callback): New declaration.
42799         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
42800         print_unicode_char. Call failure callback instead of error.
42801         (fwrite_success_callback): New function.
42802         (exit_failure_callback): New function.
42803         (fallback_failure_callback): New function.
42804         (print_unicode_char): Call unicode_to_mb.
42805
42806 2002-01-26  Jim Meyering  <meyering@lucent.com>
42807
42808         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
42809         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
42810
42811 2002-01-26  Jim Meyering  <meyering@lucent.com>
42812
42813         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
42814
42815 2002-01-22  Paul Eggert  <eggert@twinsun.com>
42816
42817         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
42818
42819 2002-01-22  Jim Meyering  <meyering@lucent.com>
42820
42821         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
42822         Otherwise, some versions of automake would omit the rule that makes
42823         Makefile from Makefile.in.
42824
42825 2002-01-21  Paul Eggert  <eggert@twinsun.com>
42826
42827         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
42828         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
42829         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
42830         (memcoll): Set errno to zero if there is no error.
42831
42832         * lib/quotearg.c (quotearg_buffer_restyled):
42833         Fix bug with quoting buffers containing NUL when backslashing escapes.
42834         This bug was exposed by the other changes in this patch.
42835         (quotearg_n_options): New arg ARGSIZE.
42836         All callers changed.
42837         (quoting_options_from_style): New function.
42838         (quotearg_n_style): Use it.
42839         (quotearg_n_style_mem): New function.
42840
42841         * lib/quotearg.h (quotearg_n_style_mem): New function.
42842
42843 2002-01-19  Jim Meyering  <meyering@lucent.com>
42844
42845         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
42846         Remove useless quotes: DF_PROG="df".
42847         * m4/strnlen.m4: New file.
42848
42849 2002-01-16  Paul Eggert  <eggert@twinsun.com>
42850
42851         * lib/backupfile.c (ISDIGIT): Comment fix.
42852         * lib/getdate.y (ISDIGIT): Likewise.
42853         * lib/posixtm.c (ISDIGIT, year): Likewise.
42854         * lib/strverscmp.c (ISDIGIT): Likewise.
42855         * lib/userspec.c (ISDIGIT): Likewise.
42856
42857 2002-01-16  Jim Meyering  <meyering@lucent.com>
42858
42859         * lib/getdate.y: Add three semicolons, each just before a closing
42860         brace. Bison (as of version 1.31) no longer papers over that mistake.
42861
42862 2002-01-05  Jim Meyering  <meyering@lucent.com>
42863
42864         * lib/version-etc.c (version_etc_copyright): Update copyright year.
42865
42866 2001-12-19  Paul Eggert  <eggert@twinsun.com>
42867
42868         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
42869         not silently exit merely because the output buffer happens to
42870         have nothing pending.
42871
42872 2001-12-18  Paul Eggert  <eggert@twinsun.com>
42873
42874         See the big note in ../ChangeLog.
42875         * lib/human.c (suffixes): Prefer K to k for 1024.
42876         (generate_suffix_backwards): New function.
42877         (human_readable_inexact): Use it.
42878         * lib/xstrtol.c (__xstrtol): If there is no number but there
42879         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
42880         Accept 'K' as well as 'k'.
42881
42882 2001-12-15  Jim Meyering  <meyering@lucent.com>
42883
42884         * lib/regex.h (__restrict_arr): Update from libc.
42885
42886         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
42887         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
42888         (STREQ): Define.
42889
42890 2001-12-14  Jim Meyering  <meyering@lucent.com>
42891
42892         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
42893         Suggestion from Bruno Haible.
42894
42895 2001-12-10  Jim Meyering  <meyering@lucent.com>
42896
42897         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
42898         xrealloc, Instead, include "xalloc.h".
42899         (initbuffer): Don't cast xmalloc return value to char*.
42900         (readline): Reword comment.
42901         Don't cast xrealloc return value to char*
42902         Return NULL, not 0.
42903
42904 2001-12-09  Jim Meyering  <meyering@lucent.com>
42905
42906         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
42907         about `signed and unsigned type in conditional expression'.
42908         * lib/posixtm.c (posix_time_parse): Likewise.
42909
42910         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
42911
42912         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
42913         to avoid a pedantic warning.
42914
42915         * lib/getstr.c: Don't include assert.h.
42916         (getstr): Remove warning-evoking assertions.
42917         Return -1 if offset parameter is out of bounds.
42918         Change the type of a local from int to size_t.
42919
42920         * lib/strftime.c (my_strftime_localtime_r): Include this function
42921         definition in the `#if ! HAVE_TM_GMTOFF' block.
42922
42923         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
42924         Include xalloc.h instead.
42925
42926 2001-12-02  Jim Meyering  <meyering@lucent.com>
42927
42928         * lib/tempname.c: Don't declare getenv, thus reverting the change of
42929         2001-11-18.  It's no longer necessary, now that stdlib.h is always
42930         included.
42931
42932         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
42933         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
42934
42935 2001-11-30  Akim Demaille  <akim@epita.fr>
42936
42937         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
42938         before being defined.
42939
42940 2001-11-27  Paul Eggert  <eggert@twinsun.com>
42941
42942         * lib/quotearg.h (quotearg_n, quotearg_n_style):
42943         First arg is int, not unsigned.
42944         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
42945         (SIZE_MAX, UINT_MAX): New macros.
42946         (quotearg_n_options): Abort if N is negative.
42947         Avoid overflow check on hosts where size_t is 64 bits and int
42948         is 32 bits, as overflow is impossible there.
42949         Fix off-by-one typo that caused unnecessary reallocation.
42950
42951 2001-11-27  Jim Meyering  <meyering@lucent.com>
42952
42953         * lib/tempname.c: Merge with version from libc.
42954         * lib/regex.c: Likewise.
42955
42956         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
42957         systems for which STDC_HEADERS is 0, it was not included, resulting in
42958         a warning about an integer-to-pointer conversion problem with getenv.
42959         Reported by Volker Borchert.
42960
42961 2001-11-26  Jim Meyering  <meyering@lucent.com>
42962
42963         * lib/gtod.h: Remove file.
42964         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
42965         * lib/gettimeofday.c: Don't include gtod.h.
42966         (GTOD_init): Remove function.
42967         (rpl_gettimeofday): Do its job here instead, rather than aborting.
42968         Suggestion from Volker Borchert.
42969
42970 2001-11-23  Jim Meyering  <meyering@lucent.com>
42971
42972         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
42973         it.
42974         * lib/hash.c (struct hash_table): Define it here instead.
42975
42976 2001-11-22  Jim Meyering  <meyering@lucent.com>
42977
42978         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
42979
42980 2001-11-20  Jim Meyering  <meyering@lucent.com>
42981
42982         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
42983         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
42984
42985 2001-11-19  Jim Meyering  <meyering@lucent.com>
42986
42987         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
42988         directory.  Use "conftestXXXXXX" as the template.
42989         Suggestion from Paul Eggert.
42990
42991         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
42992         immediately, so the test doesn't mistakenly hit the max-open-files
42993         limit.
42994
42995 2001-11-18  Paul Eggert  <eggert@twinsun.com>
42996
42997         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
42998         (TEMPORARIES): New macro.
42999         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
43000         removes an artificial limitation (e.g. HP-UX 10.20, where
43001         TMP_MAX is 17576).
43002
43003 2001-11-18  Jim Meyering  <meyering@lucent.com>
43004
43005         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
43006
43007 2001-11-18  Jim Meyering  <meyering@lucent.com>
43008
43009         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
43010         on SunOS 4.
43011
43012         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
43013         files will be created before anything else.
43014
43015 2001-11-17  Paul Eggert  <eggert@twinsun.com>
43016
43017         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
43018         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
43019
43020 2001-11-17  Jim Meyering  <meyering@lucent.com>
43021
43022         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
43023         Prompted by a report from Bob Proulx.
43024
43025         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
43026         Instead, require UTILS_FUNC_MKSTEMP.
43027
43028 2001-11-17  Jim Meyering  <meyering@lucent.com>
43029
43030         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
43031         Now, that's done as part of AC_FUNC_STRTOD.
43032
43033 2001-11-17  Jim Meyering  <meyering@lucent.com>
43034
43035         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
43036         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
43037         rather than group writable.  Patch by Juan F. Codagnone.
43038
43039         * lib/readtokens.c: Remove explicit declarations of xmalloc and
43040         xrealloc, Instead, include "xalloc.h".
43041
43042         * lib/mountlist.c: Include unlocked-io.h after all system headers.
43043         Remove explicit declarations of xmalloc, xrealloc,
43044         and xstrdup.  Instead, include "xalloc.h".
43045
43046         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
43047         unlocked-io.h.
43048         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
43049         Likewise.
43050         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
43051
43052         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
43053         Reported by Padraig Brady.
43054
43055         * lib/mkstemp.c: #undef mkstemp.
43056         Include config.h.
43057         (rpl_mkstemp): Rename from mkstemp.
43058         Protoize.
43059
43060 2001-11-16  Jim Meyering  <meyering@lucent.com>
43061
43062         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
43063         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
43064         determine the amount of total physical memory, use pstat_getstatic.
43065         HPUX-11 doesn't define _SC_PHYS_PAGES.
43066         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
43067         If sysconf couldn't be used to determine the amount of available
43068         physical memory, use both pstat_getstatic and pstat_getdynamic.
43069         Based on a patch from Bob Proulx.
43070
43071 2001-11-10  Jim Meyering  <meyering@lucent.com>
43072
43073         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
43074         (jm_PREREQ): Use it.
43075
43076 2001-11-09  Jim Meyering  <meyering@lucent.com>
43077
43078         * m4/jm-macros.m4: Require autoconf-2.52f.
43079         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
43080         Use these AC_-prefixed names, not the AM_-prefixed ones.
43081
43082         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
43083
43084 2001-11-05  Jim Meyering  <meyering@lucent.com>
43085
43086         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
43087
43088 2001-11-04  Jim Meyering  <meyering@lucent.com>
43089
43090         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
43091         $DEFS.
43092
43093 2001-11-03  Jim Meyering  <meyering@lucent.com>
43094
43095         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
43096         of AC_DEFUN.
43097
43098         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
43099         know the name of the variable in the macro definition.
43100
43101 2001-11-03  Jim Meyering  <meyering@lucent.com>
43102
43103         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
43104         in argmatch_to_argument call.
43105
43106         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
43107         argument.
43108
43109         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
43110         e.g., a fault due to an attempt to free a NULL pointer.
43111
43112 2001-11-01  Jim Meyering  <meyering@lucent.com>
43113
43114         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
43115         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
43116
43117 2001-11-01  Jim Meyering  <meyering@lucent.com>
43118
43119         * lib/dirfd.c, lib/dirfd.h: New files.
43120         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
43121
43122         * lib/hash.c (hash_print) [TESTING]: Clean up.
43123
43124 2001-10-22  Paul Eggert  <eggert@twinsun.com>
43125
43126         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
43127         to avoid a warning if -Wall.
43128
43129 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
43130
43131         * README: New file
43132         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
43133         (per RMS's instructions, this is now the canonical source)
43134         * lgpl/, gpl/: New directories.
43135
43136 2001-10-21  Paul Eggert  <eggert@twinsun.com>
43137
43138         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
43139
43140 2001-10-21  Jim Meyering  <meyering@lucent.com>
43141
43142         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
43143         this code would end up calling gettext even in packages built
43144         with --disable-nls.
43145         * lib/getopt.c (_): Likewise.
43146         * lib/regex.c (_): Likewise.
43147
43148 2001-10-20  Paul Eggert  <eggert@twinsun.com>
43149
43150         * m4/error.m4 (jm_PREREQ_ERROR):
43151         Do not invoke AC_CHECK_FUNCS with strerror_r, as
43152         AC_FUNC_STRERROR_R does that.
43153         Check for strerror declaration.
43154
43155         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
43156         are supposed to have them these days.
43157         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
43158         Merge changes from latest Autoconf CVS.
43159         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
43160         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
43161         POSIX decided to standardize on the int flavor of strerror_r.
43162
43163 2001-10-20  Paul Eggert  <eggert@twinsun.com>
43164
43165         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
43166         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
43167         Use strerror_r that is only a macro, even if it is not a function.
43168         (strerror): Check for HAVE_DECL_STRERROR before declaring.
43169         (private_strerror): Use prototypes, not old-style function definition.
43170         (print_errno_message): New function.
43171         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
43172         char*-flavored one.
43173         (error_tail, error, error_at_line): Use it.
43174
43175 2001-10-11  Jim Meyering  <meyering@lucent.com>
43176
43177         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
43178         and quote_n (1, ... to avoid clobbering a buffer.
43179
43180 2001-10-05  Jim Meyering  <meyering@lucent.com>
43181
43182         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
43183         hash-pjw.h.
43184         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
43185         * lib/hash-pjw.h: New file.
43186
43187 2001-09-30  Jim Meyering  <meyering@lucent.com>
43188
43189         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
43190         `struct fsstat' has the `f_fstypename' member.
43191         Use that to define FS_TYPE, which is now used to make
43192         the getfsstat link test tighter.
43193
43194 2001-09-30  Jim Meyering  <meyering@lucent.com>
43195
43196         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
43197         Include <sys/ucred.h>, for Apple Darwin.
43198         Include sys/mount.h and sys/fs_types.h only if available.
43199         (FS_TYPE): Define.
43200         (read_filesystem_list): Use FS_TYPE.
43201
43202 2001-09-29  Paul Eggert  <eggert@twinsun.com>
43203
43204         * lib/exclude.c (excluded_filename): 0 -> false, since it's
43205         a boolean context.
43206
43207 2001-09-29  Jim Meyering  <meyering@lucent.com>
43208
43209         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
43210         [one-argument getmntent function]): Include stdio.h before mntent.h.
43211         SunOS 4.1.x needs it for the declaration of `FILE'.
43212         Patch by Volker Borchert.
43213
43214         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
43215         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
43216         sys/fs_types.h, and make the link-test for getfsstat guard #include
43217         directives with appropriate #if HAVE_*_H tests so that we can
43218         detect getfsstat on Apple Darwin1.3.7 systems.
43219         Reported by Nelson Beebe.
43220         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
43221
43222 2001-09-28  Paul Eggert  <eggert@twinsun.com>
43223
43224         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
43225         #defines strtoimax.  Also treat the other strto* functions
43226         like strtoimax.
43227
43228         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
43229         Check for strtoul and strtoumax,
43230         as those declarations are made even in the signed case.
43231         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
43232         Likewise, for strtol and strtoimax.
43233
43234 2001-09-28  Paul Eggert  <eggert@twinsun.com>
43235
43236         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
43237         #defines strtoimax.  Also treat the other strto* functions
43238         like strtoimax.
43239
43240         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
43241         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
43242         (strtoimax, strtoumax): Do not declare if already defined as a macro.
43243
43244 2001-09-26  Jim Meyering  <meyering@lucent.com>
43245
43246         Most macros in unlocked-io.h had the wrong number of arguments.
43247         * lib/gen-uio: New script.
43248         (USE_UNLOCKED_IO): Define to 1 if not already defined.
43249         * lib/unlocked-io.hin: Remove file.
43250         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
43251         rather than trying to embed it here.
43252         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
43253         Reported by Padraig Brady.
43254
43255 2001-09-25  Volker Borchert  <bt@teknon.de>
43256
43257         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
43258         `result'.
43259
43260 2001-09-24  Jim Meyering  <meyering@lucent.com>
43261
43262         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
43263
43264 2001-09-23  Jim Meyering  <meyering@lucent.com>
43265
43266         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
43267         instead of the mere test for existence of mntent.h.  The latter
43268         would get a false-positive on AIX 3.4 systems.
43269         In the outer getmntent if-block, don't die if neither of the getmntent
43270         tests succeeds.  Instead, just fall through and continue with the
43271         remaining tests.
43272
43273 2001-09-23  Jim Meyering  <meyering@lucent.com>
43274
43275         * lib/mountlist.c: Remove useless parentheses in #if directives.
43276         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
43277         the deprecated MOUNTED symbol is no longer defined in mntent.h.
43278
43279 2001-09-22  Jim Meyering  <meyering@lucent.com>
43280
43281         * m4/gettext.m4: New file.  From gettext.
43282         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
43283         * m4/progtest.m4: Likewise
43284         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
43285         * m4/glibc21.m4: Likewise.
43286
43287         * m4/libintl.m4: Remove.  No longer used.
43288
43289 2001-09-22  Jim Meyering  <meyering@lucent.com>
43290
43291         * lib/localcharset.c: Update from latest gettext.
43292         * lib/config.charset: Likewise.
43293
43294 2001-09-20  Jim Meyering  <meyering@lucent.com>
43295
43296         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
43297         strtoimax.
43298         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
43299         strtoumax.
43300
43301 2001-09-20  Jim Meyering  <meyering@lucent.com>
43302
43303         * lib/xstrtol.c (strtoimax): Guard declaration with
43304         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
43305         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
43306         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
43307         (strtoumax): Likewise, for completeness (it wasn't necessary).
43308
43309 2001-09-17  Paul Eggert  <eggert@twinsun.com>
43310
43311         * lib/strtoimax.c (HAVE_LONG_LONG):
43312         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
43313         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
43314         to work around bug in IBM C compiler.
43315
43316 2001-09-17  Jim Meyering  <meyering@lucent.com>
43317
43318         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
43319         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
43320         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
43321         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
43322         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
43323         whenever the right hand side need not be expanded by the shell.
43324
43325 2001-09-16  Paul Eggert  <eggert@twinsun.com>
43326
43327         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
43328         library.  It's not correct, as some older glibcs are buggy.
43329         fnmatch wasn't fixed until glibc 2.2.
43330
43331         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
43332         special shell magic here.
43333
43334 2001-09-16  Jim Meyering  <meyering@lucent.com>
43335
43336         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
43337         * m4/jm-macros.m4: Require it.
43338
43339 2001-09-16  Jim Meyering  <meyering@lucent.com>
43340
43341         * lib/mkdir.c: New file.
43342
43343 2001-09-15  Jim Meyering  <meyering@lucent.com>
43344
43345         * m4/jm-macros.m4: Check for help2man.
43346
43347 2001-09-11  Jim Meyering  <meyering@lucent.com>
43348
43349         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
43350         The body, by Paul Eggert, was moved here from configure.in.
43351         * m4/jm-macros.m4: Require UTILS_HOST_OS.
43352
43353 2001-09-04  Paul Eggert  <eggert@twinsun.com>
43354
43355         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
43356         (jm_PREREQ): Use it.
43357
43358 2001-09-04  Paul Eggert  <eggert@twinsun.com>
43359
43360         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
43361         Use ssize_t, not int, to store result of readlink.
43362         Check for ssize_t overflow as well as size_t overflow,
43363         as POSIX says the result of readlink is implementation-defined
43364         when ssize_t overflows.
43365         Remove unnecessary cast to char*.
43366         Use free+malloc instead of realloc, as the storage doesn't need
43367         to be preserved and it's clearer and can be more efficient that way.
43368         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
43369         * lib/xreadlink.h (xreadlink): Update prototype.
43370
43371 2001-09-04  Paul Eggert  <eggert@twinsun.com>
43372
43373         * lib/xgetcwd.c: Revert some of the previous change; intead,
43374         fix the HAVE_GETCWD_NULL code to behave more like the
43375         !HAVE_GETCWD_NULL code used to.
43376
43377         Include "xalloc.h".
43378         (xgetcwd): Do not return NULL when memory is exhausted; instead,
43379         invoke xalloc_die.
43380
43381 2001-09-03  Paul Eggert  <eggert@twinsun.com>
43382
43383         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
43384         sys/param.h, as pathmax.h includes them.
43385
43386 2001-09-03  Paul Eggert  <eggert@twinsun.com>
43387
43388         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
43389         (jm_PREREQ_XGETCWD): New macro.
43390
43391         * m4/getcwd.m4: New file.
43392
43393 2001-09-03  Paul Eggert  <eggert@twinsun.com>
43394
43395         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
43396         like the HAVE_GETCWD_NULL code.
43397         Include pathmax.h if not HAVE_GETCWD.
43398         Do not include xalloc.h.
43399         (INITIAL_BUFFER_SIZE): New symbol.
43400         Do not use xmalloc / xrealloc, since the caller is responsible for
43401         handling errors.  Preserve errno around `free' during failure.
43402         Do not overrun buffer when using getwd.
43403
43404 2001-09-03  Paul Eggert  <eggert@twinsun.com>
43405
43406         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
43407         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
43408         getcwd (NULL, 0).
43409
43410 2001-09-03  Paul Eggert  <eggert@twinsun.com>
43411
43412         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
43413         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
43414         spotted by Jim Meyering.
43415
43416 2001-09-03  Jim Meyering  <meyering@lucent.com>
43417
43418         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
43419         failure.
43420
43421 2001-09-02  Jim Meyering  <meyering@lucent.com>
43422
43423         * lib/error.c: Update from GNU libc.
43424
43425 2001-09-01  Jim Meyering  <meyering@lucent.com>
43426
43427         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
43428         Used by df.
43429
43430 2001-09-01  Jim Meyering  <meyering@lucent.com>
43431
43432         * lib/xreadlink.c: New file.
43433         * lib/xreadlink.h: New file.
43434         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
43435         xreadlink.h.
43436
43437         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
43438         doesn't conflict with sparc Solaris 7's definition in
43439         /usr/include/sys/int_types.h.
43440
43441         * lib/exclude.c: Use `""', not `<>' to #include non-system header
43442         files.
43443         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
43444         and strncasecmp as r-values.  Unixware didn't have declarations.
43445
43446 2001-08-31  Paul Eggert  <eggert@twinsun.com>
43447
43448         * lib/xstrtol.h: Add copyright notice.
43449         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
43450         LONGINT_INVALID_SUFFIX_CHAR.
43451
43452 2001-08-31  Paul Eggert  <eggert@twinsun.com>
43453
43454         * lib/xstrtol.c (strtoimax): New decl.
43455
43456 2001-08-31  Paul Eggert  <eggert@twinsun.com>
43457
43458         * lib/xgetcwd.c: Don't include pathmax.h.
43459         Include stdlib.h and unistd.h if available.
43460         Include xalloc.h.
43461         (xmalloc, xstrdup, free): Remove decls.
43462         (xgetcwd): Don't assume sizes fit in unsigned.
43463         Check for overflow when computing sizes.
43464         Simplify reallocation code.
43465
43466 2001-08-31  Paul Eggert  <eggert@twinsun.com>
43467
43468         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
43469         a directory's st_size can have an arbitrary value, so the old
43470         usage could waste an arbitrary amount of memory.  All uses
43471         changed.
43472         * lib/savedir.h: Update prototype.
43473
43474 2001-08-31  Paul Eggert  <eggert@twinsun.com>
43475
43476         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
43477
43478         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
43479         old strtoimax.c.
43480
43481         Also, make the following further changes to make this file's
43482         configuration more similar to that of strtol.c:
43483         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
43484         (strtoumax, uintmax_t, strtoull, strtol): Remove.
43485         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
43486         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
43487         changed to signed values.
43488
43489         And make the following changes as well:
43490         Fix copyright notice, as 1999 was missing.
43491         (verify): New macro.
43492         (strtoimax): Check sizes at compile-time, not run-time.
43493         Prefer strtol to strtoll if both work.
43494         (main): Remove; it was not that useful and was a pain to maintain.
43495
43496         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
43497
43498 2001-08-31  Jim Meyering  <meyering@lucent.com>
43499
43500         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
43501         Use an initial, malloc'd, buffer of length 128 rather than
43502         a statically allocated one of length 1024.
43503
43504 2001-08-30  Paul Eggert  <eggert@twinsun.com>
43505
43506         Simplify code, partly by assuming autoconf 2.52 semantics.
43507
43508         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
43509
43510         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
43511         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
43512         All uses removed.
43513         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
43514         Move AC_REQUIRE to next-to-top level, to avoid confusion.
43515         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
43516         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
43517         jm_AC_HEADER_INTTYPES_H.
43518         * m4/jm-macros.m4 (jm_MACROS): Likewise.
43519
43520         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
43521
43522         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
43523         Quote first arg of AC_DEFUN.
43524         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
43525         since they are needed to parse the include file even if we need
43526         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
43527         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
43528         but with opposite signedness.
43529
43530 2001-08-30  Paul Eggert  <eggert@twinsun.com>
43531
43532         Merge 'exclude' changes from tar 1.13.22.
43533         This fixes one or two unlikely storage allocation overflow bugs,
43534         but doesn't change user-visible behavior otherwise.
43535
43536 2001-08-30  Paul Eggert  <eggert@twinsun.com>
43537
43538         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
43539         (jm_PREREQ_EXCLUDE): New macro.
43540
43541 2001-08-30  Paul Eggert  <eggert@twinsun.com>
43542
43543         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
43544         tm to be declared.
43545
43546 2001-08-30  Paul Eggert  <eggert@twinsun.com>
43547
43548         * lib/hash.c: Remove '2001' from copyright notice.
43549
43550 2001-08-30  Paul Eggert  <eggert@twinsun.com>
43551
43552         * lib/full-write.h: New file.
43553         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
43554         * lib/full-write.c: Correct credits, as cccp.c no longer
43555         exists and anyway it was so heavily changed from the old cccp
43556         code as to be unrecognizable.  Include full-write.h.
43557         (full_write) Return size_t, with short writes meaning failure.
43558         All callers changed.  This fixes a bug with large buffers
43559         on 64-bit hosts.
43560         * lib/utime.c: Include full-write.h.
43561
43562 2001-08-30  Paul Eggert  <eggert@twinsun.com>
43563
43564         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
43565         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
43566         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
43567         Include if available.
43568         (<xalloc.h>): Include
43569         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
43570         (verify): New macro.  Use it to verify that EXCLUDE macros do not
43571         collide with FNM macros.
43572         (struct patopts): New struct.
43573         (struct exclude): Use it, as exclude patterns now come with options.
43574         (new_exclude): Support above changes.
43575         (new_exclude, add_exclude_file):
43576         Initial size must now be a power of two to simplify overflow checking.
43577         (free_exclude, fnmatch_no_wildcards): New function.
43578         (excluded_filename): No longer requires options arg, as the options
43579         are determined by add_exclude.  Now returns bool, not int.
43580         (excluded_filename, add_exclude):
43581         Add support for the fancy new exclusion options.
43582         (add_exclude, add_exclude_file): Now takes int options arg.
43583         Check for arithmetic overflow when computing sizes.
43584         (add_exclude_file): xrealloc might modify errno, so don't
43585         realloc until after errno might be used.
43586
43587         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
43588         New macros.
43589         (free_exclude): New decl.
43590         (add_exclude, add_exclude_file): Now takes int options arg.
43591         (excluded_filename): No longer requires options arg, as the options
43592         are determined by add_exclude.  Now returns bool, not int.
43593
43594 2001-08-30  Paul Eggert  <eggert@twinsun.com>
43595
43596         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
43597
43598 2001-08-27  Jim Meyering  <meyering@lucent.com>
43599
43600         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
43601
43602         * lib/version-etc.c (N_): Remove definition.
43603         Revert most of last change.
43604         Instead, simply don't mark the `Copyright...' string for translation.
43605         Based on advice from Paul Eggert.
43606
43607         * lib/strtoxmax.c: Tweak comment.
43608
43609 2001-08-26  Jim Meyering  <meyering@lucent.com>
43610
43611         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
43612
43613         * m4/xstrtoimax.m4: New file.
43614         * m4/xstrtoumax.m4: Add comments explaining why we
43615         AC_REPLACE_FUNCS(strtol).
43616
43617 2001-08-26  Jim Meyering  <meyering@lucent.com>
43618
43619         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
43620         of copyright with `%s' so translators don't get an untranslated
43621         message in 2002.
43622         (COPYRIGHT_YEAR): Define.
43623         (version_etc): Use fprintf rather than fputs.
43624         Suggestion from Ulrich Drepper.
43625
43626         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
43627
43628         * lib/strtoll.c: New file, from GNU libc.
43629         * lib/xstrtoimax.c: New file.
43630
43631         * lib/xstrtol.h: Add xstrtoimax.
43632         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
43633         * lib/strtoimax.c: New file.  Likewise, but first define
43634         STRTOUXMAX_SIGNED.
43635
43636         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
43637         ...
43638         * lib/strtoxmax.c: ... then renamed to this.
43639
43640 2001-08-18  Paul Eggert  <eggert@twinsun.com>
43641
43642         * m4/inttypes.m4: Add AC_PREREQ(2.13).
43643         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
43644         (jm_AC_TYPE_INTMAX_T): New macro.
43645         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
43646
43647         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
43648
43649         * m4/longlong.m4: Renamed from ulonglong.m4.
43650         * m4/inttypes.m4: Renamed from inttypes_h.m4.
43651         * m4/uintmax_t.m4: Removed.
43652
43653 2001-08-13  Paul Eggert  <eggert@twinsun.com>
43654
43655         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
43656         Port to Solaris 8, where 'sed' requires a space after the 'r'
43657         command, and where sh dislikes "$/".  Clean up the spacing a bit.
43658         Redirect output to $tmp just once.
43659
43660 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
43661
43662         * lib/addext.c (<errno.h>): Include.
43663         (errno): Declare if not defined.
43664         (addext): Work correctly when pathconf returns -1 and leaves
43665         errno alone because there is no limit.  Also, work even if
43666         pathconf returns a value greater than SIZE_MAX.
43667
43668 2001-08-12  Jim Meyering  <meyering@lucent.com>
43669
43670         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
43671         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
43672         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
43673         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
43674         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
43675         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
43676         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
43677         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
43678         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
43679         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
43680         utime.m4, utimes.m4, xstrtoumax.m4:
43681         Quote the first argument in each use of AC_DEFUN.
43682
43683 2001-08-12  Jim Meyering  <meyering@lucent.com>
43684
43685         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
43686         Simply `return getcwd (NULL, 0);'.
43687         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
43688         Use 1300 as initial value for length, not PATH_MAX.
43689
43690         * lib/pathmax.h: Clean up cpp syntax.
43691
43692 2001-08-12  Jim Meyering  <meyering@lucent.com>
43693
43694         * lib/gettimeofday.c: New file.
43695         * lib/gtod.h: New file.
43696         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
43697
43698 2001-08-05  Jim Meyering  <meyering@lucent.com>
43699
43700         * m4/jm-macros.m4: Require autoconf-2.52.
43701
43702 2001-08-04  Jim Meyering  <meyering@lucent.com>
43703
43704         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
43705         stmt, to get in sync with glibc.
43706
43707 2001-08-03  Paul Eggert  <eggert@twinsun.com>
43708
43709         The following changes are from gettext 0.10.39 as maintained by
43710         Bruno Haible.
43711
43712         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
43713         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
43714         with inverted sense.  All uses changed.
43715
43716         * lib/mbswidth.c: Don't include <limits.h>.
43717         Include <stdlib.h> and <string.h> unconditionally.
43718         (iswcntrl, mbsinit, ISCNTRL): New macros.
43719         (mbsnwidth): Use K&R style function declarations.
43720         Don't bother checking for MB_LEN_MAX == 1, since the compiler
43721         can optimize it when MB_CUR_MAX == 1.
43722         The width of control characters is zero, not 1.
43723
43724 2001-08-03  Paul Eggert  <eggert@twinsun.com>
43725
43726         The following changes are from gettext 0.10.39 as maintained by
43727         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
43728
43729         * m4/codeset.m4: Upgrade to serial AM1.
43730         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
43731         all uses changed.  Quote first arg of AC_DEFUN.
43732         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
43733
43734         * m4/iconv.m4: Upgrade to serial AM2.
43735         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
43736         Add --with-libconv-prefix.
43737         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
43738         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
43739         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
43740         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
43741         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
43742
43743         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
43744         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
43745         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
43746         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
43747         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
43748         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
43749         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
43750         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
43751         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
43752
43753         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
43754         string.h any more.
43755
43756         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
43757         not the default value.
43758
43759         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
43760         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
43761         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
43762         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
43763         Also check for iswcntrl, used for wcwidth fallback.
43764         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
43765         to Autoconf 2.13.
43766
43767 2001-08-03  Jim Meyering  <meyering@lucent.com>
43768
43769         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
43770         as it was in the original.  Reported by Paul Eggert.
43771
43772 2001-07-16  Jim Meyering  <meyering@lucent.com>
43773
43774         * m4/gettimeofday.m4: New file.
43775         Prompted by a report from Bernhard Baehr.
43776
43777 2001-07-15  Jim Meyering  <meyering@lucent.com>
43778
43779         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
43780         stuff. Now it's in ../Makefile.cfg.
43781
43782 2001-07-15  Jim Meyering  <meyering@lucent.com>
43783
43784         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
43785         (BUILT_SOURCES): Add unlocked-io.h.
43786         (io_functions): Define.
43787         (unlocked-io.h): New rule.
43788         (DISTCLEANFILES): Add unlocked-io.h.
43789         (all-local): Depend on unlocked-io.h, to ensure it is created.
43790
43791         * lib/unlocked-io.hin: New file
43792
43793         * lib/regex.c: Update from glibc.
43794
43795 2001-07-05  Jim Meyering  <meyering@lucent.com>
43796
43797         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
43798         recommendation.
43799         (libfetish_a_SOURCES): Put all .h files here instead.
43800         Remove a thus-exposed (better checks in automake) duplicate and
43801         two unnecessary .h files.
43802
43803 2001-07-04  Jim Meyering  <meyering@lucent.com>
43804
43805         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
43806         that generates jm-glibc-io.m4 so that it doesn't trigger any make
43807         distcheck failure.
43808
43809 2001-07-02  Jim Meyering  <meyering@lucent.com>
43810
43811         The following changes were prompted by suggestions from Bruno Haible.
43812
43813         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
43814         is now generated.
43815         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
43816         definition of EXTRA_DIST.
43817         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
43818         ensure that the generated file is created/updated whenever the list
43819         of $(unlocked_functions) is changed.
43820         (jm-glibc-io.m4): New rule.
43821         (unlocked-io.h): New rule -- currently unused.
43822
43823 2001-06-24  Jim Meyering  <meyering@lucent.com>
43824
43825         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
43826         unmatched right bracket, rather than kludging it with an extra,
43827         falsely-matching quote in a comment.  Patch by Akim Demaille.
43828
43829 2001-06-11  Jim Meyering  <meyering@lucent.com>
43830
43831         * lib/regex.c: Update from GNU libc.
43832
43833 2001-05-27  Jim Meyering  <meyering@lucent.com>
43834
43835         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
43836         Check for ut_type in struct utmp.
43837
43838 2001-05-27  Jim Meyering  <meyering@lucent.com>
43839
43840         * lib/readutmp.h (UT_TYPE): Define.
43841
43842 2001-05-24  Jim Meyering  <meyering@lucent.com>
43843
43844         * lib/argmatch.c: Include "quote.h".
43845         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
43846         quote function.  Reported by Göran Uddeborg.
43847
43848 2001-05-22  Jim Meyering  <meyering@lucent.com>
43849
43850         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
43851         now that we use the package-supplied version unconditionally.
43852         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
43853
43854 2001-05-21  Jim Meyering  <meyering@lucent.com>
43855
43856         * m4/regex.m4: Change a couple backticks to single quotes to avoid
43857         shell syntax errors.
43858
43859 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
43860
43861         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
43862
43863 2001-05-20  Paul Eggert  <eggert@twinsun.com>
43864
43865         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
43866         Don't bother to check library strftime, since
43867         we'll be using our own my_strftime function anyway.
43868         Define my_strftime instead of strftime.
43869
43870 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
43871
43872         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
43873         which is not yet declared.
43874
43875 2001-05-15  Jim Meyering  <meyering@lucent.com>
43876
43877         * m4/regex.m4: Use proper quoting so brackets appear in the test
43878         program.
43879         Reported by, and with help from, Bruno Haible.
43880
43881 2001-05-13  Jim Meyering  <meyering@lucent.com>
43882
43883         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
43884         undefined.
43885
43886 2001-05-11  Paul Eggert  <eggert@twinsun.com>
43887
43888         dirname code cleanup.  base_name now behaves more compatibly
43889         with POSIX basename when given file names that have trailing
43890         slashes, and similarly for dir_name.  Add new primitives
43891         base_len and dir_len.  Put the directory-name-related decls
43892         into dirname.h.
43893
43894         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
43895         * lib/backupfile.c (base_name): Likewise.
43896         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
43897         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
43898         * lib/makepath.c (strip_trailing_slashes): Likewise.
43899         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
43900         ISSLASH): Likewise.
43901         * lib/rename.c (strip_trailing_slashes): Likewise.
43902         * lib/same.c (base_name): Likewise.
43903         * lib/stripslash.c (ISSLASH): Likewise.
43904
43905         * lib/addext.c: Include <dirname.h> after size_t is defined.
43906         * lib/backupfile.c: Likewise.
43907
43908         * lib/addext.c (addext): Use base_len to trim redundant
43909         trailing slashes instead of doing it ourselves.
43910         But do not trim the last slash if it is not redundant.
43911
43912         * lib/backupfile.c (find_backup_file_name,
43913         max_backup_version): Use base_len instead of rolling it ourselves.
43914         Handle the case of "" and (on DOS) "C:" correctly.
43915
43916         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
43917         needed. Include <string.h>, <dirname.h>.
43918         (base_name): Allow file names ending in slashes, other than names
43919         that are all slashes.  In this case, return the basename followed
43920         by the slashes.  This is more general, and can be used in places
43921         where the original base_name purposely had an assertion failure.
43922         (base_len): New function.
43923
43924         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
43925         Do not include <assert.h>; no longer needed.
43926         Include xalloc.h.
43927         (memrchr): Remove decl.
43928         (dir_name_r): Remove.
43929         (dir_len): Renamed from dirlen.  All callers changed.
43930         Rewrite in terms of base_name, for simplicity and consistency.
43931         (dir_name): Never return NULL.  All callers changed.
43932         Do not include <stdlib.h> in test program; no longer needed.
43933         return 0; is fine for test program.
43934
43935         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
43936         New macros.
43937         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
43938
43939         * lib/path-concat.c (path_concat): Use base_len to compute
43940         base length, not strlen; this means we cannot rely on memcpy
43941         to null-terminate.
43942
43943         * lib/same.c (STREQ): Remove.
43944         (same_name): Handle the case where the basename ends in trailing '/'.
43945
43946         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
43947         a slash was stripped.  Do not strip the last slash after a
43948         file system prefix.
43949
43950 2001-05-11  Paul Eggert  <eggert@twinsun.com>
43951
43952         * lib/Makefile.am (libfetish_a_SOURCES):
43953         Add strftime.c, since we now compile it on all hosts.
43954
43955         * lib/strftime.c (my_strftime):
43956         Define to nstrftime if emacs, but only if my_strftime is not defined.
43957         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
43958         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
43959         Add one more extra argument: a nanoseconds value.
43960         All uses changed.
43961         (ns): New macro.
43962         (my_strftime function): Add %N format.
43963         (emacs_strftimeu): Renamed from emacs_strftime,
43964         with extra ut argument.
43965
43966 2001-05-09  Paul Eggert  <eggert@twinsun.com>
43967
43968         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
43969
43970 2001-04-21  Jim Meyering  <meyering@lucent.com>
43971
43972         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
43973         doesn't interfere.
43974
43975 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
43976
43977         * m4/ftruncate.m4: Check for chsize.
43978         Link with ftruncate.o unconditionally if ftruncate is missing.
43979         This was required when cross-compiling to i586-mingw32msvc.
43980
43981 2001-04-08  Jim Meyering  <meyering@lucent.com>
43982
43983         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
43984         recomputed; that's necessary when the offset spans a DST transition.
43985         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
43986
43987 2001-04-02  Jim Meyering  <meyering@lucent.com>
43988
43989         * lib/regex.h, regex.c: Update from GNU libc.
43990
43991 2001-03-24  Jim Meyering  <meyering@lucent.com>
43992
43993         * m4/jm-macros.m4: Require autoconf-2.49d.
43994
43995 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
43996
43997         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
43998
43999 2001-03-19  Paul Eggert  <eggert@twinsun.com>
44000
44001         * lib/version-etc.c (version_etc_copyright): Update to 2001.
44002
44003 2001-03-17  Jim Meyering  <meyering@lucent.com>
44004
44005         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
44006         now that the version in autoconf is equivalent.
44007         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
44008
44009         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
44010         Suggestion from Akim Demaille.
44011
44012         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
44013         (jm_PREREQ_TEMPNAME): New function.
44014
44015 2001-03-16  Paul Eggert  <eggert@twinsun.com>
44016
44017         * lib/tempname.c (uint64_t): Define to uintmax_t if
44018         not defined, and if UINT64_MAX is not defined.
44019         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
44020         Reported by John David Anglin.
44021
44022 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
44023
44024         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
44025         resolve alias if codeset is empty.
44026         * lib/config.charset (BeOS): Use wildcard syntax.
44027
44028 2001-03-13  Jim Meyering  <meyering@lucent.com>
44029
44030         * lib/path-concat.c (path_concat)
44031         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
44032         concatenating e.g., `C:' and `foo'.
44033         From Bruno Haible.
44034
44035 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
44036
44037         * lib/localcharset.c (locale_charset): Don't use
44038         setlocale(LC_CTYPE,NULL). Don't return NULL.
44039         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
44040
44041 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
44042
44043         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
44044         support for DOS/DJGPP.
44045
44046 2001-03-01  Paul Eggert  <eggert@twinsun.com>
44047
44048         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
44049         lacks mkstemp.  Compile our own tempname.c if we compile our own
44050         mkstemp.c, as mkstemp relies on tempname.
44051
44052 2001-03-01  Jim Meyering  <meyering@lucent.com>
44053
44054         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
44055         AH_VERBATIM really does output its argument verbatim.
44056
44057 2001-02-28  Paul Eggert  <eggert@twinsun.com>
44058
44059         * lib/Makefile.am (libfetish_a_SOURCES):
44060         Add dup-safer.c, fopen-safer.c.
44061         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
44062
44063         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
44064         * lib/unistd-safer.h: New files.
44065
44066 2001-02-25  Paul Eggert  <eggert@twinsun.com>
44067
44068         The mkstemp replacement is taken from glibc 2.2.2, with some
44069         portability fixes for use outside glibc, as follows:
44070
44071         * lib/tempname.c (struct_stat64): New macro.
44072         (direxists, __gen_tempname): Use it.
44073         This avoids a portability problem with Solaris 8.
44074
44075         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
44076         (<stddef.h>, <stdint.h>, <string.h>):
44077         Include only if STDC_HEADERS || _LIBC.
44078         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
44079         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
44080         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
44081         (__set_errno): Define this macro if <errno.h> doesn't.
44082         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
44083         Define these macros if <stdio.h> doesn't.
44084         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
44085         Define these macros if <sys/stat.h>
44086         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
44087         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
44088         __xstat64): Define if not _LIBC.
44089         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
44090         (__gen_tempname): Invoke gettimeofday only if
44091         HAVE_GETTIMEOFDAY || _LIBC;
44092         otherwise, fall back on plain "time".
44093         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
44094
44095         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
44096
44097         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
44098
44099 2001-02-18  Paul Eggert  <eggert@twinsun.com>
44100
44101         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
44102
44103 2001-02-17  Paul Eggert  <eggert@twinsun.com>
44104
44105         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
44106         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
44107         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
44108         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
44109
44110 2001-02-17  Paul Eggert  <eggert@twinsun.com>
44111
44112         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
44113         Remove workaround macros for hosts that have mbrtowc but not
44114         mbstate_t, as we now insist on proper declarations for both
44115         before using mbrtowc.
44116
44117 2001-02-17  Jim Meyering  <meyering@lucent.com>
44118
44119         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
44120         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
44121         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
44122         UnixWare 7.1.1.
44123
44124         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
44125         rather than AC_CACHE_VAL.
44126
44127 2001-02-17  Jim Meyering  <meyering@lucent.com>
44128
44129         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
44130         around included file name.
44131
44132         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
44133
44134         * lib/strftime.c: Update from GNU libc (the only changes were to
44135         comments).
44136
44137 2001-02-17  Jim Meyering  <meyering@lucent.com>
44138
44139         * lib/regex.c: Update from libc.
44140
44141 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
44142
44143         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
44144         clash.
44145
44146 2001-02-16  Paul Eggert  <eggert@twinsun.com>
44147
44148         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
44149         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
44150         Reported by Mark Hounschell via Paul Eggert.
44151
44152 2001-02-07  Jim Meyering  <meyering@lucent.com>
44153
44154         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
44155
44156 2001-02-05  Jim Meyering  <meyering@lucent.com>
44157
44158         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
44159         it includes the patch required for `large file' support with at least
44160         HP-UX's 10.20 /bin/cc.
44161
44162 2001-02-03  Jim Meyering  <meyering@lucent.com>
44163
44164         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
44165         AS_IF, now that it works once again (mysteriously).
44166         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
44167
44168 2001-01-30  Jim Meyering  <meyering@lucent.com>
44169
44170         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
44171         * m4/chown.m4: Rename conftestchown to conftest.chown.
44172         * m4/rename.m4: s/conftestdir/conftest.d1/ and
44173         s/conftestdir2/conftest.d2/.
44174         * m4/utimes.m4: s/conftestdata/conftest.data/
44175         Inspired by Pavel Roskin's change in autoconf.
44176
44177 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
44178
44179         * lib/config.charset: Update for FreeBSD 4.2.
44180
44181 2001-01-27  Jim Meyering  <meyering@lucent.com>
44182
44183         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
44184         a use of AS_IF.
44185         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
44186
44187 2001-01-26  Jim Meyering  <meyering@lucent.com>
44188
44189         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
44190         quotearg.c includes it.
44191
44192 2001-01-26  Jim Meyering  <meyering@lucent.com>
44193
44194         * lib/quotearg.c: Include stddef.h.
44195         * lib/quote.c: Include stddef.h.
44196         Reported by Axel Kittenberger.
44197
44198         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
44199         line in double quotes so that it evokes a better diagnostic.
44200         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
44201         Reported by Axel Kittenberger.
44202
44203 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
44204
44205         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
44206         as if it was a `charset'.
44207
44208 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
44209
44210         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
44211         has const.
44212
44213 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
44214
44215         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
44216         to avoid a warning.  Add back 'const' to inptr.
44217
44218 2001-01-20  Jim Meyering  <meyering@lucent.com>
44219
44220         Be sure that headers are checked before used in code compiled
44221         for the type checks.
44222         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
44223         In place of that, invoke jm_CHECK_ALL_TYPES.
44224         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
44225         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
44226         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
44227         The check for ssize_t was mistakenly run before the test for unistd.h.
44228
44229         The configure-time check for stdbool.h was missing.
44230         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
44231         (jm_PREREQ_HASH): New function.
44232
44233 2001-01-17  Jim Meyering  <meyering@lucent.com>
44234
44235         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
44236         for autoconf-2.49c.
44237         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
44238
44239 2001-01-16  Jim Meyering  <meyering@lucent.com>
44240
44241         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
44242         From Bruno Haible.
44243
44244 2001-01-14  Jim Meyering  <meyering@lucent.com>
44245
44246         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
44247         foo and bar.  Create conftestdir/ in the script, not in the C code.
44248         Remove directories in the script, not in the C code.
44249         Remove conftestdir{,2} before trying to create the directory.
44250         Make the entire configure script fail if the mkdir fails.
44251
44252 2001-01-14  Jim Meyering  <meyering@lucent.com>
44253
44254         * lib/rename.c: New file.  From Volker Borchert.
44255         Include stdlib.h, string.h or strings.h, and xalloc.h.
44256         Use strip_trailing_slashes rather than open-coding it.
44257
44258 2001-01-03  Paul Eggert  <eggert@twinsun.com>
44259
44260         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
44261
44262 2001-01-03  Jim Meyering  <meyering@lucent.com>
44263
44264         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
44265         of local `inptr' to avoid warning with some system declarations of
44266         iconv.
44267
44268 2001-01-02  Volker Borchert  <bt@teknon.de>
44269
44270         * m4/rename.m4: New file.
44271         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
44272
44273 2001-01-01  Jim Meyering  <meyering@lucent.com>
44274
44275         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
44276         even on systems with utmpx.h.  It's necessary for the declaration of
44277         utmp's ut_user member.  Reported by Andreas Jaeger.
44278
44279         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
44280         available. They are required for the declarations of getgrgid and
44281         getpwuid resp.
44282         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
44283         Reported by Andreas Jaeger.
44284
44285 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
44286
44287         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
44288         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
44289         so `make install' also works in VPATH builds.
44290
44291 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
44292
44293         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
44294         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
44295         can be used in subdirectories.
44296
44297 2000-12-29  Paul Eggert  <eggert@twinsun.com>
44298
44299         * lib/modechange.c: Do not assume that mode_t uses the
44300         traditional octal encoding.  E.g. "chmod 1 FOO" should set
44301         the other-execute bit of FOO even if S_IXOTH != 1.
44302
44303         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
44304         WOTH, XOTH, ALLM): New macros.
44305         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
44306          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
44307         Use them.
44308         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
44309         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
44310         (mode_compile):
44311         No need to use uintmax_t; unsigned long is long enough.
44312         Don't bother to get suffix since we don't use it.
44313
44314 2000-12-26  Jim Meyering  <meyering@lucent.com>
44315
44316         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
44317         better with autoheader.
44318
44319 2000-12-24  Jim Meyering  <meyering@lucent.com>
44320
44321         * lib/hash.c (is_prime): Return explicit boolean values.
44322         (hash_get_first): Return NULL to appease Irix5.6's 89.
44323         Reported by Nelson Beebe.
44324
44325 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
44326
44327         * lib/localcharset.c (locale_charset): Add support for Win32.
44328
44329 2000-12-18  Paul Eggert  <eggert@twinsun.com>
44330
44331         * lib/physmem.h, lib/physmem.c: New files.
44332
44333         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
44334         (noinst_HEADERS): Add physmem.h.
44335
44336         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
44337         't' for compatibility with Solaris 8 sort.
44338
44339 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
44340
44341         * lib/config.charset: Add support for BeOS.
44342
44343 2000-12-17  Jim Meyering  <meyering@lucent.com>
44344
44345         * m4/dos.m4 (jm_AC_DOS): New file and macro.
44346         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
44347
44348 2000-12-16  Jim Meyering  <meyering@lucent.com>
44349
44350         This bug had a serious impact on chown: `chown N:M FILE' (for integer
44351         N and M) would have treated it like `chown N:N FILE'.
44352
44353         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
44354
44355 2000-12-16  Jim Meyering  <meyering@lucent.com>
44356
44357         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
44358         SHELLS_FILE to a file name that's useful on djgpp systems.
44359         Include stdlib.h.
44360         (ADDITIONAL_DEFAULT_SHELLS): Define.
44361         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
44362         Based mostly on a patch from Prashant TR.
44363
44364 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
44365
44366         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
44367         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
44368         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
44369
44370 2000-12-08  Andreas Schwab  <schwab@suse.de>
44371
44372         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
44373         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
44374
44375 2000-12-07  Jim Meyering  <meyering@lucent.com>
44376
44377         * lib/stripslash.c (ISSLASH): Define.
44378         (strip_trailing_slashes): Use ISSLASH rather than comparing against
44379         `/'.
44380         From Prashant TR.
44381
44382         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
44383         (dir_name_r): Declare this function as static.
44384         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
44385         manifest itself on a name containing a mix of slashes and
44386         backslashes.
44387         Make this function work with names starting with a DOS-style
44388         drive letter and colon prefix.
44389         (dir_name): Append `.' if necessary.
44390         Based mostly on patches from Prashant TR and Eli Zaretskii.
44391
44392         * lib/dirname.h (dir_name_r): Remove prototype.
44393
44394 2000-12-06  Paul Eggert  <eggert@twinsun.com>
44395
44396         * m4/off_t-format.m4: Remove this file.
44397         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
44398
44399 2000-12-06  Jim Meyering  <meyering@lucent.com>
44400
44401         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
44402         replacement strtoull, we may well need the replacement strtoul, too.
44403         Check for declarations of strtoul and strtoull.
44404         Check for strtol.  Mainly as a cue to cause automake to include
44405         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
44406         Check for limits.h -- strtol.c needs it.
44407
44408 2000-12-05  Jim Meyering  <meyering@lucent.com>
44409
44410         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
44411
44412 2000-12-04  Jim Meyering  <meyering@lucent.com>
44413
44414         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
44415         Also include memory.h, stdlib.h, unistd.h if appropriate.
44416         Reported by Andreas Jaeger (conflicting declaration of malloc).
44417
44418 2000-12-02  Jim Meyering  <meyering@lucent.com>
44419
44420         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
44421         * m4/jm-macros.m4 (jm_MACROS): require it.
44422
44423 2000-12-02  Jim Meyering  <meyering@lucent.com>
44424
44425         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
44426
44427 2000-12-01  Paul Eggert  <eggert@twinsun.com>
44428
44429         * lib/memrchr.c: Include <config.h> before any system include file.
44430
44431 2000-11-30  Jim Meyering  <meyering@lucent.com>
44432
44433         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
44434
44435 2000-11-30  Jim Meyering  <meyering@lucent.com>
44436
44437         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
44438
44439 2000-11-29  Paul Eggert  <eggert@twinsun.com>
44440
44441         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
44442
44443 2000-11-26  Jim Meyering  <meyering@lucent.com>
44444
44445         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
44446
44447 2000-11-22  Paul Eggert  <eggert@twinsun.com>
44448
44449         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
44450         size of (size_t) -1; it's not portable.
44451
44452 2000-11-17  Jim Meyering  <meyering@lucent.com>
44453
44454         * lib/strstr.c: Update from GNU libc.
44455
44456 2000-11-17  Akim Demaille  <akim@epita.fr>
44457
44458         * lib/obstack.h: Formatting changes.
44459         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
44460         prevent type checking.
44461         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
44462         cast the value to (void *): assigning a `foo *' to a `void *'
44463         variable is valid.
44464         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
44465
44466 2000-11-16  Jim Meyering  <meyering@lucent.com>
44467
44468         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
44469
44470 2000-11-11  Jim Meyering  <meyering@lucent.com>
44471
44472         * lib/error.c: Add a couple #includes, merging from GNU libc version.
44473
44474 2000-11-10  Jim Meyering  <meyering@lucent.com>
44475
44476         * lib/obstack.h: Update from GNU libc.
44477         * lib/obstack.c: Likewise.
44478
44479 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
44480
44481         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
44482
44483 2000-11-06  Paul Eggert  <eggert@twinsun.com>
44484
44485         * lib/getusershell.c (setusershell): Use rewind rather than
44486         fseek/fseeko, to avoid configuration hassles with fseeko.
44487         Don't bother opening SHELLS_FILE if shellstream is NULL;
44488         it's not necessary.
44489
44490 2000-11-05  Jim Meyering  <meyering@lucent.com>
44491
44492         * lib/makepath.h (make_dir): Declare.
44493         * lib/makepath.c (make_dir): Remove `static' attribute.
44494         Tweak a comment.
44495
44496 2000-11-04  Jim Meyering  <meyering@lucent.com>
44497
44498         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
44499
44500 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
44501
44502         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
44503         last one in a bucket, advance to the next bucket.
44504
44505 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
44506
44507         * lib/fnmatch.c: Do not comment out all the code if we are using
44508         the GNU C library, because in some cases we are replacing buggy
44509         code in the GNU C library itself.
44510
44511 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
44512
44513         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
44514         (regex_compile): Catch bogus \(\1\).
44515
44516 2000-10-30  Paul Eggert  <eggert@twinsun.com>
44517
44518         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
44519         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
44520         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
44521
44522 2000-10-30  Paul Eggert  <eggert@twinsun.com>
44523
44524         * lib/error.h, getline.h, modechange.h:
44525         Remove "2000" from Copyright line, as the file hasn't been
44526         changed this year other than in the copyright notice.
44527
44528         * lib/xalloc.h: Add "2000" to Copyright line, as this file
44529         was changed this year.
44530
44531 2000-10-29  Jim Meyering  <meyering@lucent.com>
44532
44533         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
44534         renaming.
44535         * m4/ls-mntd-fs.m4: Likewise
44536
44537 2000-10-29  Jim Meyering  <meyering@lucent.com>
44538
44539         * lib/xstat.in: Fix grammar in comment.
44540
44541 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
44542
44543         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
44544         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
44545         doesn't define __restrict_arr.
44546
44547 2000-10-28  Jim Meyering  <meyering@lucent.com>
44548
44549         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
44550         (jm_PREREQ_MEMCHR): New function.
44551
44552 2000-10-28  Jim Meyering  <meyering@lucent.com>
44553
44554         * lib/memchr.c: Update from libc.
44555         Adjust for portability:
44556         [HAVE_STDLIB_H]: Include stdlib.h.
44557         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
44558         Undef __memchr, too.
44559         [!weak_alias]: Define __memchr to memchr.
44560
44561         * lib/regex.c: Update from libc.
44562         * lib/regex.h: Likewise.
44563         * lib/getopt1.c: Likewise.
44564         * lib/memcmp.c: Likewise.
44565
44566         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
44567         Avoid using fseek, when possible -- it's broken by design.
44568         Patch by Ulrich Drepper.
44569
44570 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
44571
44572         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
44573         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
44574         Giving in to popular pressure to shut up the compiler with casts.
44575
44576 2000-10-26  Jim Meyering  <meyering@lucent.com>
44577
44578         * lib/strftime.c: Update from libc.
44579
44580 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
44581
44582         * regex.c: More `unsigned char' -> `re_char' changes.
44583         Also change several `int' into `re_wchar_t'.
44584         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
44585         (PUSH_FAILURE_POINTER): Don't cast any more.
44586         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
44587         We want GCC to complain, since this piece of code makes
44588         re_match non-reentrant, which *should* be fixed.
44589         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
44590         (EXTEND_BUFFER): Use RETALLOC.
44591         (SET_LIST_BIT): Don't cast.
44592         (re_wchar_t): New type.
44593         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
44594         that those two functions will always properly return.
44595         (IMMEDIATE_QUIT_CHECK): Cast to void.
44596         (analyse_first): Use recursion rather than an explicit stack.
44597         (re_compile_fastmap): Can't fail anymore.
44598         (re_search_2): Don't check re_compile_fastmap for failure.
44599         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
44600         Now also sets the new value (passed in a new argument).
44601         (re_match_2_internal): Use it.
44602         Also, use a new var `reg' of type size_t when looping through regs
44603         rather than reuse the inappropriate `mcnt'.
44604
44605 2000-10-25  Jim Meyering  <meyering@lucent.com>
44606
44607         * lib/obstack.c: Update from libc.
44608
44609 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
44610
44611         * regex.c (regex_compile): Change the way of handling a range from
44612         a char less than 256 to a char not less than 256.
44613
44614 2000-10-24  Andrew Innes  <andrewi@gnu.org>
44615
44616         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
44617         NT-Emacs only.
44618         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
44619         so that re_search functions only quit when callers expect them to.
44620
44621 2000-10-23  Jim Meyering  <meyering@lucent.com>
44622
44623         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
44624         wrong.  That set_locale call must not have any side effects.
44625         From Paul Eggert.
44626
44627 2000-10-22  Jim Meyering  <meyering@lucent.com>
44628
44629         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
44630         [CYCLIC]: Remove now-unused definition.
44631
44632         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
44633         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
44634         Suggestion from Ulrich Drepper.
44635
44636 2000-10-21  Jim Meyering  <meyering@lucent.com>
44637
44638         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
44639         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
44640         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
44641
44642 2000-10-21  Jim Meyering  <meyering@lucent.com>
44643
44644         * lib/dirname.c (memrchr): Declare if necessary.
44645         (dir_name): Remove the restriction that there be no
44646         trailing slashes.  Now, this code skips past them, effectively
44647         ignoring them.
44648         [TEST_DIRNAME] (main): New unit tests.
44649
44650         * lib/memrchr.c: New file from GNU libc.
44651         Undef __memrchr, too.
44652         [!weak_alias]: Define __memrchr to memrchr.
44653         Guard weak_alias use with `#ifdef weak_alias'.
44654
44655 2000-10-21  Jim Meyering  <meyering@lucent.com>
44656
44657         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
44658         (dir_name): Use dir_name_r.
44659         * lib/dirname.h (dir_name_r): Declare it.
44660
44661 2000-10-17  Jim Meyering  <meyering@lucent.com>
44662
44663         * lib/quote.h (PARAMS): Define and use.
44664         Reported by Akim Demaille.
44665
44666         * lib/getopt.c: Update from libc.
44667
44668 2000-10-16  Jim Meyering  <meyering@lucent.com>
44669
44670         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
44671         setlocale.
44672         From Jan Fedak.
44673
44674 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
44675
44676         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
44677
44678 2000-09-25  Jim Meyering  <meyering@lucent.com>
44679
44680         * lib/md5.h (rol): Define (from GnuPG).
44681
44682         * lib/sha.c: Give credit (GnuPG) where due.
44683         (M): Use rol rather than open-coding it.
44684         Add a FIXME comment.
44685
44686 2000-09-21  Jim Meyering  <meyering@lucent.com>
44687
44688         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
44689         Reported by Michael Stone.
44690
44691 2000-09-20  Jim Meyering  <meyering@lucent.com>
44692
44693         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
44694         (noinst_HEADERS): Add sha.h.
44695         Based on code from Scott G. Miller and from GnuPG.
44696
44697 2000-09-18  Jim Meyering  <meyering@lucent.com>
44698
44699         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
44700         LIBS. Otherwise, everyone ends up linking with -lelf for some
44701         configurations.
44702         Reported by Mike Stone.
44703
44704 2000-09-15  Jim Meyering  <meyering@lucent.com>
44705
44706         * lib/regex.c: Update from libc.
44707
44708 2000-09-10  Jim Meyering  <meyering@lucent.com>
44709
44710         * lib/getopt.c (_getopt_internal): Update from glibc.
44711
44712 2000-09-09  Jim Meyering  <meyering@lucent.com>
44713
44714         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
44715         think it should be used as a general replacement for isascii.
44716         * lib/fnmatch.c: Likewise.
44717         * lib/mbswidth.c: Likewise
44718         * lib/regex.c: Likewise.
44719
44720         Don't use atoi.
44721         * lib/userspec.c: Include sys/param.h and limits.h.
44722         Include xstrtol.h.
44723         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
44724         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
44725         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
44726         UID, GID.  Check range.
44727
44728 2000-09-06  Jim Meyering  <meyering@lucent.com>
44729
44730         * lib/getopt.c (_getopt_internal): Update from glibc.
44731
44732 2000-08-30  Jim Meyering  <meyering@lucent.com>
44733
44734         * lib/strftime.c: Merge in changes from GNU libc.
44735
44736 2000-08-26  Jim Meyering  <meyering@lucent.com>
44737
44738         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
44739         * m4/fpending.m4: New file.
44740
44741 2000-08-26  Jim Meyering  <meyering@lucent.com>
44742
44743         * lib/closeout.c: Include "__fpending.h".
44744         (close_stdout_status): Return right away if there's nothing to flush.
44745
44746         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
44747         * lib/__fpending.c: New file.
44748         * lib/__fpending.h: New file.
44749
44750 2000-08-20  Jim Meyering  <meyering@lucent.com>
44751
44752         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
44753         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
44754         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
44755
44756 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
44757
44758         Improve fileutils installation on systems where running
44759         programs (like install) can't be unlinked.
44760         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
44761         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
44762
44763 2000-08-07  Paul Eggert  <eggert@twinsun.com>
44764
44765         Standardize on "memory exhausted" instead of "Memory exhausted"
44766         or "virtual memory exhausted".
44767         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
44768         "virtual memory exhausted".
44769         * lib/same.c (same_name): Invoke xalloc_die instead of printing
44770         our own message.
44771         * lib/userspec.c (parse_user_spec): Likewise.
44772         * lib/bumpalloc.h: comment fix
44773         * lib/same.c, userspec.c: Include xalloc.h.
44774
44775         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
44776         not char *const and pointing to a constant array.
44777         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
44778         (xrealloc): Comment fix.
44779
44780         * lib/userspec.c (parse_user_spec):
44781         Don't translate a message until just before returning,
44782         to avoid unnecessary translation.
44783
44784 2000-08-07  Jim Meyering  <meyering@lucent.com>
44785
44786         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
44787         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
44788         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
44789         getgroups.c, gethostname.c, getopt.h, group-member.c,
44790         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
44791         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
44792         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
44793         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
44794         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
44795         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
44796         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
44797         yesno.c: Back out Copyright date changes for each file with no change
44798         this year.  This eases coordination with other programs using the same
44799         source code modules.  From Paul Eggert.
44800
44801 2000-08-06  Paul Eggert  <eggert@twinsun.com>
44802
44803         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
44804         not char, for compatibility with glibc 2.1.3 strftime.c.
44805
44806 2000-08-03  Greg McGary  <greg@mcgary.org>
44807
44808         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
44809         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
44810         (EXTEND_BUFFER): Use them.
44811
44812 2000-08-01  Jim Meyering  <meyering@lucent.com>
44813
44814         * lib/dirname.c (ISSLASH): Define.
44815         (BACKSLASH_IS_PATH_SEPARATOR): Define.
44816         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
44817         both `\' and `/' may be use as path separators.
44818         Based on a patch from Prashant TR.
44819
44820 2000-07-31  Paul Eggert  <eggert@twinsun.com>
44821
44822         * lib/quotearg.c (quotearg_n_options): Don't make the initial
44823         slot vector a constant, since it might get modified.
44824
44825 2000-07-31  Jim Meyering  <meyering@lucent.com>
44826
44827         * lib/xmalloc.c: Use `virtual memory exhausted', not
44828         `Memory exhausted'.
44829         * lib/obstack.c (print_and_abort): Likewise.
44830
44831 2000-07-30  Paul Eggert  <eggert@twinsun.com>
44832
44833         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
44834         buffer, so that the caller can always quote one small
44835         component of a "memory exhausted" message in slot 0.
44836         From a suggestion by Jim Meyering.
44837
44838 2000-07-30  Jim Meyering  <meyering@lucent.com>
44839
44840         * lib/makepath.c (make_path): Quote the other instance, too.
44841
44842         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
44843         (STATIC_BUF_SIZE): Define.
44844         (quotearg_n_options): Use only statically allocated storage when
44845         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
44846         than STATIC_BUF_SIZE.
44847
44848 2000-07-29  Jim Meyering  <meyering@lucent.com>
44849
44850         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
44851         * lib/dirname.c (dir_name): Likewise.
44852
44853         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
44854         `/'.
44855
44856         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
44857         (dir_name): Assert that there are no trailing slashes.
44858
44859 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
44860
44861         * lib/mbswidth.h (mbswidth): Add a flags argument.
44862         (mbswidth): New declaration.
44863         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
44864         * lib/mbswidth.c (mbswidth): Add a flags argument.
44865         (mbsnwidth): New function.
44866
44867 2000-07-24  Jim Meyering  <meyering@lucent.com>
44868
44869         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
44870
44871 2000-07-23  Paul Eggert  <eggert@twinsun.com>
44872
44873         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
44874
44875 2000-07-23  Paul Eggert  <eggert@twinsun.com>
44876
44877         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
44878         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
44879         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
44880         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
44881         invoke multibyte primitives.
44882
44883 2000-07-23  Paul Eggert  <eggert@twinsun.com>
44884
44885         * lib/quotearg.c:
44886         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
44887         so that mbstate_t is always defined.
44888
44889         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
44890         be 1 in at least one GCC installation, and this configuration
44891         error is likely to be common.  Ignoring MB_LEN_MAX hurts
44892         performance on hosts that have mbrtowc but have only unibyte
44893         locales, but I assume these hosts are rare.
44894
44895 2000-07-23  Paul Eggert  <eggert@twinsun.com>
44896
44897         * lib/mbswidth.c (_XOPEN_SOURCE):
44898         Don't define; this causes problems on Solaris 7.
44899         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
44900
44901 2000-07-23  Jim Meyering  <meyering@lucent.com>
44902
44903         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
44904         too: getgrgid, getpwuid, getuid.
44905
44906 2000-07-23  Jim Meyering  <meyering@lucent.com>
44907
44908         * lib/basename.c (base_name): Add an assertion.
44909
44910 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
44911
44912         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
44913         shadow its mbsinit function.
44914
44915 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
44916
44917         * lib/mbswidth.h: New file.
44918         * lib/mbswidth.c: New file.
44919         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
44920         (noinst_HEADERS): Add mbswidth.h.
44921
44922 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
44923
44924         * lib/config.charset: Add support for FreeBSD. Improve support for
44925         HP-UX and IRIX 6.
44926
44927 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
44928
44929         * m4/mbswidth.m4: New file.
44930         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
44931
44932 2000-07-15  Jim Meyering  <meyering@lucent.com>
44933
44934         * lib/makepath.c: Include quote.h.
44935         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
44936         corresponding argument in a `quote (...)' call.
44937         Give better diagnostics.
44938
44939         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
44940         (noinst_HEADERS): Add quote.h.
44941
44942         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
44943         from tar's src/misc.c.
44944         * lib/quote.h: New file.  Prototypes for same.
44945
44946 2000-07-14  Paul Eggert  <eggert@twinsun.com>
44947
44948         From a suggestion by Bruno Haible.
44949         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
44950         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
44951         to decide whether to define the BeOS workaround macro;
44952         this adjusts to the change to AC_MBSTATE_T.
44953
44954 2000-07-14  Jim Meyering  <meyering@lucent.com>
44955
44956         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
44957         jm_AC_TYPE_UINTMAX_T.
44958
44959 2000-07-13  Paul Eggert  <eggert@twinsun.com>
44960
44961         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
44962
44963         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
44964         quotearg_buffer_restyled): Add support for
44965         clocale_quoting_style.  Undo previous change to
44966         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
44967         and "{RIGHT QUOTATION MARK}" msgids.
44968
44969 2000-07-10  Paul Eggert  <eggert@twinsun.com>
44970
44971         From a suggestion by Bruno Haible.
44972         * m4/mbstate_t.m4 (AC_MBSTATE_T):
44973         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
44974         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
44975         and mbstate_t, to a single-part test that simply defines mbstate_t.
44976         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
44977         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
44978
44979 2000-07-10  Jim Meyering  <meyering@lucent.com>
44980
44981         * m4/strerror_r.m4: Mirror the correction made in autoconf.
44982
44983         * m4/gnu-source.m4: Output to confdefs.h directly.
44984         Suggestion from Akim Demaille.
44985
44986 2000-07-09  Paul Eggert  <eggert@twinsun.com>
44987
44988         The old behavior of quoting `like this' doesn't look good with
44989         newer, ISO-style fonts.  See:
44990         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
44991
44992         Instead, quote "like this" by default.  Let the translator
44993         tailor the locale-specific quoting behavior by providing
44994         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
44995
44996         * lib/quotearg.c (N_): New macro.
44997         (gettext_default): New function.
44998         (quotearg_buffer_restyled): Use
44999         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
45000         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
45001
45002 2000-07-09  Jim Meyering  <meyering@lucent.com>
45003
45004         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
45005         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
45006
45007         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
45008         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
45009
45010 2000-07-09  Jim Meyering  <meyering@lucent.com>
45011
45012         * lib/Most files: Update copyright dates to include 2000.
45013
45014 2000-07-08  Jim Meyering  <meyering@lucent.com>
45015
45016         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
45017         if not defined.
45018         (xgethostname): Remove now-unnecessary #ifdef.
45019         Move declaration of `err' into loop where it's used.
45020
45021 2000-07-05  Paul Eggert  <eggert@twinsun.com>
45022         and Bruno Haible  <haible@clisp.cons.org>
45023
45024         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
45025         only if the test for an object-type mbstate_t fails.  This
45026         prevents us from mistakenly reporting that mbstate_t is a
45027         system object type after we "#define mbstate_t int" to work
45028         around its lack.
45029
45030 2000-07-05  Paul Eggert  <eggert@twinsun.com>
45031         and Bruno Haible  <haible@clisp.cons.org>
45032
45033         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
45034
45035 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
45036
45037         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
45038         to strerror_r.
45039         Include <ctype.h> for use of isalpha.
45040
45041 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
45042
45043         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
45044         by allocating a larger buffer. Test the gethostname return value for
45045         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
45046         returns an error and ENAMETOOLONG isn't defined.
45047
45048 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
45049
45050         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
45051         dimension.
45052
45053 2000-07-04  Jim Meyering  <meyering@lucent.com>
45054
45055         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
45056         of the deprecated AC_CHECKING.
45057
45058 2000-07-04  Jim Meyering  <meyering@lucent.com>
45059
45060         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
45061         Reported by Bruno Haible.
45062
45063 2000-07-04  Jim Meyering  <meyering@lucent.com>
45064
45065         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
45066         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
45067         lacks mbrtowc.
45068
45069 2000-07-03  Paul Eggert  <eggert@twinsun.com>
45070
45071         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
45072         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
45073
45074 2000-07-03  Paul Eggert  <eggert@twinsun.com>
45075         and Bruno Haible  <haible@clisp.cons.org>
45076
45077         * lib/quotearg.c (mbrtowc):
45078         Assign to *pwc, and return 1 only if result is nonzero.
45079         (iswprint): Use ISPRINT when substituting our own mbrtowc.
45080
45081 2000-07-03  Jim Meyering  <meyering@lucent.com>
45082
45083         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
45084
45085 2000-07-03  Jim Meyering  <meyering@lucent.com>
45086
45087         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
45088         This is necessary to get a definition of e.g., UTMP_FILE on
45089         HP-UX 10.20.
45090         From Bob Proulx.
45091
45092 2000-07-02  Jim Meyering  <meyering@lucent.com>
45093
45094         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
45095
45096         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
45097         AC_LIBOBJ(function_name).
45098         * m4/chown.m4: Likewise.
45099         * m4/fnmatch.m4: Likewise.
45100         * m4/ftruncate.m4: Likewise.
45101         * m4/getgroups.m4: Likewise.
45102         * m4/getline.m4: Likewise.
45103         * m4/group-member.m4: Likewise.
45104         * m4/jm-macros.m4: Likewise.
45105         * m4/lstat.m4: Likewise.
45106         * m4/malloc.m4: Likewise.
45107         * m4/memcmp.m4: Likewise.
45108         * m4/nanosleep.m4: Likewise.
45109         * m4/putenv.m4: Likewise.
45110         * m4/realloc.m4: Likewise.
45111         * m4/regex.m4: Likewise.
45112         * m4/stat.m4: Likewise.
45113         * m4/strftime.m4: Likewise.
45114
45115 2000-07-02  Jim Meyering  <meyering@lucent.com>
45116
45117         * lib/quotearg.c (mbstate_t): Don't define here.
45118
45119 2000-07-02  Jim Meyering  <meyering@lucent.com>
45120
45121         * lib/nanosleep.c (SIGCONT): Define if not already defined.
45122
45123 2000-07-01  Jim Meyering  <meyering@lucent.com>
45124
45125         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
45126
45127 2000-07-01  Jim Meyering  <meyering@lucent.com>
45128
45129         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
45130         problem.
45131
45132 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
45133
45134         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
45135         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
45136
45137 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
45138
45139         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
45140         per change in ../m4/ls-mntd-fs.m4.
45141         (read_filesystem_list): Ignore symbolic links.
45142
45143 2000-06-29  Jim Meyering  <meyering@lucent.com>
45144
45145         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
45146         for declaration of strcmp.
45147
45148         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
45149
45150         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
45151         Avoid warning by casting result to `char *' to remove `const'.
45152
45153 2000-06-28  Jim Meyering  <meyering@lucent.com>
45154
45155         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
45156         included by quotearg.c, for which we perform this test.  From
45157         Bruno Haible.
45158
45159 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
45160
45161         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
45162         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
45163         <utmpx.h> exists, put readutmp.o into LIBOBJS.
45164
45165 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
45166
45167         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
45168
45169 2000-06-26  Paul Eggert  <eggert@twinsun.com>
45170
45171         savedir now sets errno on failure and invokes xmalloc to get memory.
45172         Fix a couple of other minor bugs while we're at it.
45173
45174         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
45175         (NAMLEN): Remove macro.
45176         (malloc, realloc): Remove decls.
45177         (stpcpy): Likewise.
45178         ("xalloc.h"): Include.
45179         (NAME_SIZE_DEFAULT): New macro.
45180         (savedir): Use xmalloc / xrealloc to allocate memory.
45181         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
45182         Skip "" directory entries.
45183         Use strlen to calculate directory entry length, since the old method
45184         is rarely used these days and isn't worth supporting.
45185         Don't use a pointer after freeing it.
45186         Check for integer overflow when calculating allocation size.
45187         Use memcpy to copy entries, instead of stpcpy.
45188         Set errno properly when returning NULL.
45189         Check for readdir error.
45190
45191 2000-06-26  Jim Meyering  <meyering@lucent.com>
45192
45193         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
45194
45195 2000-06-25  Jim Meyering  <meyering@lucent.com>
45196
45197         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
45198         Linux header bug when _XOPEN_SOURCE is defined to 500.
45199
45200 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
45201
45202         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
45203         deficiency.
45204
45205 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
45206
45207         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
45208         Include xalloc.h.
45209         Don't include <stdlib.h>.  Don't declare malloc, realloc.
45210
45211 2000-06-24  Jim Meyering  <meyering@lucent.com>
45212
45213         * m4/strerror_r.m4: Revive this file -- to try out an experimental
45214         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
45215         for which strerror does return char*, but which lacks a conveniently
45216         accessible declaration of the function.  If the compile-test says
45217         strerror_r doesn't work, then resort to a `run'-test that works on
45218         BeOS and segfaults on DEC Unix.
45219
45220 2000-06-24  Jim Meyering  <meyering@lucent.com>
45221
45222         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
45223
45224 2000-06-23  Paul Eggert  <eggert@twinsun.com>
45225
45226         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
45227         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
45228
45229 2000-06-23  Paul Eggert  <eggert@twinsun.com>
45230
45231         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
45232         (mbrtowc, mbstate_t): Define substitutes if
45233         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
45234         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
45235         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
45236
45237 2000-06-23  Jim Meyering  <meyering@lucent.com>
45238
45239         * m4/afs.m4: Add missing AC_MSG_RESULT.
45240         Reported by Bruno Haible.
45241
45242         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
45243         Suggestion from Bruno Haible.
45244
45245 2000-06-23  Jim Meyering  <meyering@lucent.com>
45246
45247         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
45248
45249 2000-06-21  Jim Meyering  <meyering@lucent.com>
45250
45251         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
45252
45253 2000-06-21  Jim Meyering  <meyering@lucent.com>
45254
45255         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
45256         (noinst_HEADERS): Add getstr.h.
45257
45258         * lib/getline.c (getstr): Move into a separate file.
45259         * lib/getstr.c (getstr): New file, extracted from getline.c, with
45260         the following changes: new parameter, delim2; both delim[12]
45261         parameters have type `int', not `char'.  The latter would lose
45262         with 8-bit delimiters.
45263         * lib/getstr.h: New file.
45264
45265 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
45266
45267         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
45268         than 1024, return a memory chunk of least possible size, instead
45269         of size PATH_MAX + 2. In the loop, increment the size proportionally.
45270         Use free/xmalloc instead of xrealloc to avoid copying for very long
45271         paths.
45272
45273 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
45274
45275         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
45276         the empty string.
45277
45278 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
45279
45280         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
45281         address, not strdup.  Include <stdlib.h> and don't declare free().
45282
45283 2000-06-19  Jim Meyering  <meyering@lucent.com>
45284
45285         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
45286
45287 2000-06-18  Jim Meyering  <meyering@lucent.com>
45288
45289         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
45290
45291         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
45292         `checking whether...' message to be consistent with that of the
45293         lstat test.
45294
45295 2000-06-18  Jim Meyering  <meyering@lucent.com>
45296
45297         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
45298         Besides, these days every porting target provides a mkdir function.
45299
45300         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
45301         needed. (this snippet comes from src/system.h).
45302
45303 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
45304
45305         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
45306
45307 2000-06-15  Paul Eggert  <eggert@twinsun.com>
45308
45309         * lib/human.c (adjust_value): New function.
45310         (human_readable_inexact): Apply rounding style even when
45311         printing approximate values.
45312
45313 2000-06-14  Paul Eggert  <eggert@twinsun.com>
45314
45315         * lib/human.c (human_readable_inexact): Allow an input block
45316         size that is not a multiple of the output block size, and vice versa.
45317         Reported by Piergiorgio Sartor.
45318
45319 2000-06-14  Paul Eggert  <eggert@twinsun.com>
45320
45321         * lib/getdate.y (get_date): Apply relative times after time
45322         zone indicator, not before.  Reported by Todd A. Jacobs.
45323
45324 2000-06-13  Jim Meyering  <meyering@lucent.com>
45325
45326         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
45327
45328         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
45329
45330 2000-06-12  Paul Eggert  <eggert@twinsun.com>
45331
45332         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
45333
45334 2000-06-12  Jim Meyering  <meyering@lucent.com>
45335
45336         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
45337         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
45338         optional argument.
45339         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
45340         the optional argument, `lib'.
45341
45342 2000-06-08  Jim Meyering  <meyering@lucent.com>
45343
45344         * m4/largefile.m4: Remove file (now that it's part of autoconf).
45345
45346 2000-06-04  Paul Eggert  <eggert@twinsun.com>
45347
45348         Rewrite largefile configuration so that we don't need to run
45349         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
45350         AC_CANONICAL_HOST in configure.in -- jmm]
45351
45352         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
45353         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
45354         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
45355         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
45356         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
45357         All uses changed.
45358         Instead of inspecting the output of getconf, try to compile the
45359         test program without and with the macro definition.
45360         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
45361         for getconf.  Instead, check for the needed flags by compiling
45362         test programs.
45363
45364 2000-06-04  Paul Eggert  <eggert@twinsun.com>
45365
45366         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
45367
45368 2000-06-04  Jim Meyering  <meyering@lucent.com>
45369
45370         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
45371         SunOS 4.1.4 for which gid_t is an unsigned type.
45372
45373 2000-06-03  Jim Meyering  <meyering@lucent.com>
45374
45375         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
45376         now that autoconf requires that.
45377
45378         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
45379         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
45380         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
45381
45382 2000-06-03  Jim Meyering  <meyering@lucent.com>
45383
45384         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
45385
45386 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
45387
45388         * m4/glibc21.m4: New file.
45389         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
45390
45391 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
45392
45393         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
45394         newer, don't install charset.alias.
45395         * lib/config.charset: Change the Linux/glibc rules so they become empty
45396         on glibc-2.1 or newer.
45397
45398 2000-06-02  Jim Meyering  <meyering@lucent.com>
45399
45400         * lib/mountlist.c: Back out last change.  Instead, do this...
45401         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
45402         me_dummy member using the same `ignore'-testing code.
45403         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
45404         fs_type strings.
45405         From Mark D. Roth.
45406
45407 2000-05-29  Jim Meyering  <meyering@lucent.com>
45408
45409         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
45410         mounts with the `ignore' attribute.  Based on a patch from
45411         Mark D. Roth.
45412
45413 2000-05-28  Jim Meyering  <meyering@lucent.com>
45414
45415         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
45416         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
45417         * m4/stat.m4: Likewise.
45418         * m4/lstat.m4: Likewise.
45419         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
45420
45421         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
45422         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
45423
45424 2000-05-26  Jim Meyering  <meyering@lucent.com>
45425
45426         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
45427
45428 2000-05-24  Jim Meyering  <meyering@lucent.com>
45429
45430         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
45431         autoconf requires that.
45432         * m4/lib-check.m4: Likewise.
45433         * m4/jm-macros.m4: Likewise.
45434         * m4/strftime.m4: Likewise.
45435
45436         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
45437         AC_CHECK_DECLS, now that autoconf requires that.
45438
45439 2000-05-22  Jim Meyering  <meyering@lucent.com>
45440
45441         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
45442         * m4/lstat.m4: Likewise.
45443
45444 2000-05-22  Jim Meyering  <meyering@lucent.com>
45445
45446         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
45447
45448 2000-05-20  Jim Meyering  <meyering@lucent.com>
45449
45450         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
45451         (jm_PREREQ): Use it.
45452
45453 2000-05-18  Jim Meyering  <meyering@lucent.com>
45454
45455         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
45456         back, too, since it may have been modified by allocate_entry.
45457         (hash_delete): Rewrite to use neither the assignment operator
45458         nor the comma operator in an if-expression.
45459
45460 2000-05-15  Paul Eggert  <eggert@twinsun.com>
45461
45462         * lib/closeout.c:
45463         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
45464         Remove; no longer needed.
45465         "quotearg.h": Add include.
45466         (file_name): Do not bother to explicitly initialize to NULL; it's less
45467         efficient on some hosts.
45468         (close_stdout_status): Remove test as to whether stdout was already
45469         closed; it breaks for the case "echo x | sort >&-".
45470         Quote file name colons.
45471         Do not assume that _("write error") lacks format strings.
45472
45473 2000-05-15  Jim Meyering  <meyering@lucent.com>
45474
45475         * lib/version-etc.c (version_etc_copyright): Update the copyright
45476         string used in all --version output.
45477
45478 2000-05-14  Jim Meyering  <meyering@lucent.com>
45479
45480         * lib/closeout.c (close_stdout_set_file_name): New function.
45481         (close_stdout_status): Use new file-scoped global.
45482         Return right away if fstat says the stdout file descriptor is invalid.
45483         * lib/closeout.h (close_stdout_set_file_name): Declare.
45484
45485 2000-05-10  Jim Meyering  <meyering@lucent.com>
45486
45487         * lib/closeout.c [default_exit_status]: New file-scoped variable.
45488         (close_stdout_set_status): New function.
45489         * lib/closeout.h (close_stdout_set_status): Declare.
45490
45491 2000-05-09  Jim Meyering  <meyering@lucent.com>
45492
45493         * m4/gettext.m4: Rename this...
45494         * m4/libintl.m4: ...to this.
45495
45496 2000-05-08  Jim Meyering  <meyering@lucent.com>
45497
45498         * lib/long-options.c: Don't include closeout.h.
45499         (parse_long_options): Don't call close_stdout for --version.
45500
45501 2000-05-06  Paul Eggert  <eggert@twinsun.com>
45502
45503         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
45504         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
45505         2.1.3 bug.  This avoids a clash when files like regex.c define
45506         _GNU_SOURCE.
45507
45508 2000-05-06  Jim Meyering  <meyering@lucent.com>
45509
45510         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
45511         (AC_REPLACE_FUNCS): Add strnlen.
45512
45513         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
45514         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
45515
45516         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
45517         AC_SEARCH_LIBS call for nanosleep.
45518         (LIB_NANOSLEEP): Set and AC_SUBST.
45519
45520 2000-05-06  Jim Meyering  <meyering@lucent.com>
45521
45522         * lib/strnlen.c: Undefine __strnlen and strnlen.
45523         [!weak_alias]: Define __strnlen to strnlen.
45524
45525         * lib/atexit.c: New file, from libiberty.
45526
45527 2000-05-06  Jim Meyering  <meyering@lucent.com>
45528
45529         * lib/closeout.c (close_stdout_status): Also check for errors on the
45530         stderr stream.
45531
45532 2000-05-05  Jim Meyering  <meyering@lucent.com>
45533
45534         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
45535         AC_SEARCH_LIBS call for clock_gettime.
45536         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
45537
45538         * m4/search-libs.m4: Update from autoconf.
45539
45540         su doesn't work on Solaris 2.6.
45541         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
45542         <shadow.h>.  Reported by Dragos Harabor.
45543
45544 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
45545
45546         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
45547         memcpy instead of xmalloc, xrealloc, path_concat.
45548         (locale_charset): Treat empty environment variables as absent.
45549         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
45550
45551 2000-05-04  Jim Meyering  <meyering@lucent.com>
45552
45553         * lib/getopt.c: Update from glibc.
45554         * lib/obstack.c: Likewise.
45555         * lib/obstack.h: Likewise.
45556         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
45557         file
45558
45559         * lib/regex.h: Likewise.
45560         * lib/strndup.c: Likewise.
45561         * lib/strnlen.c: New file, from glibc.
45562
45563 2000-05-03  Jim Meyering  <meyering@lucent.com>
45564
45565         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
45566
45567 2000-05-02  Paul Eggert  <eggert@twinsun.com>
45568
45569         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
45570         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
45571         compile-time test, rather than inspecting host and OS, to
45572         decide whether to define _LARGEFILE_SOURCE.
45573
45574 2000-05-01  Jim Meyering  <meyering@lucent.com>
45575
45576         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
45577
45578         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
45579         Based on a patch from Bruno Haible.
45580
45581 2000-05-01  Jim Meyering  <meyering@lucent.com>
45582
45583         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
45584
45585 2000-04-29  Jim Meyering  <meyering@lucent.com>
45586
45587         * lib/path-concat.c: Declare strdup only if it's not defined.
45588         * lib/canon-host.c: Likewise.
45589
45590 2000-04-28  Jim Meyering  <meyering@lucent.com>
45591
45592         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
45593         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
45594         is included first, then limits.h is included by locale.h by libintl.h.
45595         From John David Anglin.
45596
45597 2000-04-25  Jim Meyering  <meyering@lucent.com>
45598
45599         * lib/makepath.c (S_IRWXUGO): Define.
45600         (make_path): Always perform explicit chmod if MODE specifies any
45601         of the `special' permission bits.  Prompted by a bug report against
45602         install from Mate Wierdl and Joost van Baal.
45603
45604 2000-04-18  Jim Meyering  <meyering@lucent.com>
45605
45606         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
45607         (jm_PREREQ): Use it.
45608
45609 2000-04-18  Jim Meyering  <meyering@lucent.com>
45610
45611         * lib/README: New file.
45612
45613         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
45614         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
45615
45616 2000-04-17  Jim Meyering  <meyering@lucent.com>
45617
45618         Get it right :-)
45619         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
45620         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
45621         Suggestion from Akim Demaille.
45622
45623 2000-04-17  Jim Meyering  <meyering@lucent.com>
45624
45625         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
45626         the definition of it to rpl_strftime also defined-away the system's
45627         declaration.
45628
45629 2000-04-15  Jim Meyering  <meyering@lucent.com>
45630
45631         Use `C' to denote so-called `contiguous' files, the same way
45632         that tar does.
45633         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
45634         (ftypelet): Use S_ISCTG.
45635         From Michael Deutschmann.
45636
45637 2000-04-14  Jim Meyering  <meyering@lucent.com>
45638
45639         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
45640         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
45641         clobbered.
45642
45643 2000-04-14  Jim Meyering  <meyering@lucent.com>
45644
45645         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
45646
45647 2000-04-13  Jim Meyering  <meyering@lucent.com>
45648
45649         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
45650         AH_VERBATIM to insert required #ifndef into config.h.in.
45651         Suggestion from Akim Demaille.
45652
45653 2000-04-12  Jim Meyering  <meyering@lucent.com>
45654
45655         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
45656         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
45657         Christian Krackowizer.
45658
45659         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
45660         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
45661         (AC_SYS_LARGEFILE): Require.
45662         (AM_C_PROTOTYPES): Require.
45663
45664 2000-04-08  Jim Meyering  <meyering@lucent.com>
45665
45666         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
45667         names don't conflict.  Reported by Eli Zaretskii.
45668
45669 2000-04-07  Jim Meyering  <meyering@lucent.com>
45670
45671         * lib/putenv.c: Move inclusion of errno.h so it follows that of
45672         sys/types.h, to work around system header problems on AIX 3.2.5.
45673         From Bruno Haible.
45674
45675 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
45676
45677         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
45678         bug.  Deal with the different error behavior of Irix iconv.
45679
45680 2000-04-05  Paul Eggert  <eggert@twinsun.com>
45681
45682         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
45683         IRIX if the installer said otherwise.
45684
45685 2000-04-05  Jim Meyering  <meyering@lucent.com>
45686
45687         Portability tweaks required for ultrix4.3.
45688         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
45689         (jm_CHECK_DECLS): Add getutent to the list of functions.
45690         (_jm_DECL_HEADERS): Add utmpx.h.
45691         From John David Anglin.
45692
45693         * m4/strftime.m4: Back out the 2000-04-02 change.
45694         Instead of that change, simply undefine putenv in the test program.
45695
45696 2000-04-05  Jim Meyering  <meyering@lucent.com>
45697
45698         Portability tweaks required for ultrix4.3.
45699         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
45700         getutent.
45701         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
45702         * lib/canon-host.c: Declare strdup.
45703         * lib/path-concat.c: Likewise.
45704         From John David Anglin.
45705
45706 2000-04-04  Jim Meyering  <meyering@lucent.com>
45707
45708         Be more DOS 8.3-friendly.
45709         * lib/ref-add.sin: Renamed from ref-add.sed.in.
45710         * lib/ref-del.sin: Renamed from ref-del.sed.in.
45711         * lib/Makefile.am: Reflect renaming.
45712         Reported by Eli Zaretskii.
45713
45714         Use a temporary file name that won't clash with `charset.alias'
45715         in the DOS 8.3 name space.
45716         * lib/Makefile.am (charset_tmp): Define.
45717         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
45718         (uninstall-local): Likewise.
45719         Reported by Eli Zaretskii.
45720
45721 2000-04-03  Jim Meyering  <meyering@lucent.com>
45722
45723         * m4/gettext.m4: Fix typo in comment.
45724
45725         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
45726         textutils/configure.in).  Suggestion from Paul Eggert.
45727         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
45728
45729 2000-04-02  Paul Eggert  <eggert@twinsun.com>
45730
45731         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
45732         variable in the shell rather than using putenv, which isn't
45733         portable.  This avoids the configure-time inter-test dependency
45734         on the potentially-renamed putenv function.
45735
45736 2000-03-30  Paul Eggert  <eggert@twinsun.com>
45737
45738         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
45739         before checking struct stat.st_blksize, so that
45740         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
45741
45742 2000-03-29  Paul Eggert  <eggert@twinsun.com>
45743
45744         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
45745         since strftime.c uses HAVE_STRFTIME to decide whether to use
45746         the underlying strftime.
45747
45748 2000-03-29  Paul Eggert  <eggert@twinsun.com>
45749
45750         * lib/time/strftime.c (my_strftime): Make sure we call the system
45751         strftime, not ourselves, when invoking the underlying strftime.
45752
45753 2000-03-24  Jim Meyering  <meyering@lucent.com>
45754
45755         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
45756         (charset_alias): Define.
45757         (install-exec-local): Factor out common code.
45758         (uninstall-local): Split lines longer than 80.
45759         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
45760         (SUFFIXES): Define.
45761         (.sed.in.sed): New rule.  Don't redirect directly to $@.
45762         (CLEANFILES): Add ref-add.sed and ref-del.sed.
45763
45764 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
45765
45766         * lib/config.charset: Output a line containing "Packages using this
45767         file".
45768         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
45769         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
45770         ref-del.sed): New rules.
45771
45772 2000-03-17  Jim Meyering  <meyering@lucent.com>
45773
45774         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
45775         Otherwise, include <strings.h>
45776
45777 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
45778
45779         * lib/unicodeio.c (utf8_wctomb): New function.
45780         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
45781         format instead of in UCS-4 with platform dependent endianness.
45782
45783 2000-03-10  Jim Meyering  <meyering@lucent.com>
45784
45785         * m4/lib-check.m4: Look for getspnam in -lgen, too.
45786         From Marco Franzen.
45787
45788 2000-03-07  Paul Eggert  <eggert@twinsun.com>
45789
45790         * lib/savedir.c (savedir): Work even if directory size is
45791         negative; this can happen with some screwy NFS configurations.
45792
45793 2000-03-06  Jim Meyering  <meyering@lucent.com>
45794
45795         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
45796         if it's NULL (because we ran out of memory).  From Bruno Haible.
45797
45798 2000-03-05  Jim Meyering  <meyering@lucent.com>
45799
45800         * lib/localcharset.c ("path-concat.h"): Include.
45801         (get_charset_aliases): Use path_concat instead of ANSI string
45802         concatenation.
45803
45804         * lib/unicodeio.h (PARAMS): Define.
45805         Use it to guard prototype.
45806
45807 2000-03-04  Jim Meyering  <meyering@lucent.com>
45808
45809         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
45810         for lib/localcharset.c.
45811
45812 2000-03-04  Jim Meyering  <meyering@lucent.com>
45813
45814         * lib/Makefile.am (install-exec-local): Create $(libdir) before
45815         installing into it.
45816         (uninstall-local): Uncomment this rule so `make distcheck' works
45817         once again.
45818
45819         * lib/unicodeio.c (<errno.h>): Include it.
45820         (errno): Declare if not defined.
45821
45822         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
45823
45824         * lib/config.charset: New version, incorporating remarks from a linux
45825         i18n mailing list.  From Bruno Haible.
45826
45827 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
45828
45829         * m4/codeset.m4: New file.
45830         * m4/iconv.m4: New file.
45831         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
45832
45833 2000-03-03  Jim Meyering  <meyering@lucent.com>
45834
45835         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
45836
45837 2000-03-02  Jim Meyering  <meyering@lucent.com>
45838
45839         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
45840         the messages come out on separate lines.
45841
45842         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
45843         rather than jm_CHECK_DECLARATIONS.
45844         * m4/decl.m4: Remove now-unused file.
45845
45846         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
45847         geteuid.
45848
45849 2000-03-02  Jim Meyering  <meyering@lucent.com>
45850
45851         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
45852
45853 2000-03-01  Jim Meyering  <meyering@lucent.com>
45854
45855         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
45856         * lib/unicodeio.c: Likewise.
45857
45858 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
45859
45860         * lib/config.charset: New file.
45861         * lib/localcharset.c: New file.
45862         * lib/unicodeio.h, lib/unicodeio.c: New files.
45863         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
45864         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
45865         (noinst_HEADERS): Add unicodeio.h.
45866         (all-local, install-exec-local, charset.alias): New targets.
45867
45868 2000-02-28  Paul Eggert  <eggert@twinsun.com>
45869
45870         * lib/quotearg.c (ALERT_CHAR): New macro.
45871         (quotearg_buffer_restyled): Use it.
45872
45873 2000-02-27  Jim Meyering  <meyering@lucent.com>
45874
45875         * m4/check-decl.m4: Add getenv to the list.
45876
45877 2000-02-27  Jim Meyering  <meyering@lucent.com>
45878
45879         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
45880         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
45881
45882         * lib/backupfile.c: Guard inclusion of stdlib.h with
45883         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
45884         Declare malloc if needed.
45885
45886         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
45887         `#ifndef HAVE_DECL..'
45888         now that autoconf always defines the HAVE_DECL_ symbols.
45889         * lib/human.c: Likewise.
45890         * lib/same.c: Likewise.
45891         * lib/strtoumax.c: Likewise.
45892
45893         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
45894         declaration check was not run.
45895         * lib/hash.c: Likewise.
45896         * lib/human.c: Likewise.
45897         * lib/same.c: Likewise.
45898         * lib/strtoumax.c: Likewise.
45899
45900         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
45901         `.', then first look up the entire `.'-containing string as a login
45902         name.
45903
45904 2000-02-23  Jim Meyering  <meyering@lucent.com>
45905
45906         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
45907         in place of my hack.
45908
45909 2000-02-18  Paul Eggert  <eggert@twinsun.com>
45910
45911         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
45912         (textint): New typedef.
45913         (parser_control): Member year changed from int to textint.
45914         All uses changed.
45915         (YYSTYPE): Removed; replaced by %union with int and textint members.
45916         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
45917         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
45918         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
45919         (tSNUMBER, tUNUMBER): Now of type <textintval>.
45920         (date, number, to_year): Use width of number in digits, not its value,
45921         to determine whether it's a 2-digit year, or a 2-digit time.
45922         (yylex): Store number of digits of numeric tokens.
45923         Reported by John Kendall.
45924
45925         (parser_control): Changed from struct parser_control to typedef (for
45926         consistency).  All uses changed.
45927
45928         (tID): Removed; not used.
45929         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
45930
45931 2000-02-14  Paul Eggert  <eggert@twinsun.com>
45932
45933         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
45934         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
45935
45936 2000-02-12  Jim Meyering  <meyering@lucent.com>
45937
45938         * lib/userspec.c (ISDIGIT): Define it.
45939         (isdigit): Remove definition.
45940         (is_number): Use ISDIGIT, not isdigit.
45941         <libintl.h>: Include.
45942         (_ and N_): Define.
45943         (parse_user_spec): Mark translatable strings.
45944
45945 2000-02-10  Jim Meyering  <meyering@lucent.com>
45946
45947         With these changes, nanosleep.[ch] are finally enough like the other
45948         lib/* replacement files to compile on a few more losing systems.
45949
45950         * lib/nanosleep.h: Don't include config.h.
45951         Remove prototype from declaration of nanosleep.
45952         (PARAMS): Remove now-unneeded definition.
45953         * lib/nanosleep.c: #undef nanosleep.
45954         (rpl_nanosleep): Rename from nanosleep.
45955
45956 2000-02-10  Jim Meyering  <meyering@lucent.com>
45957
45958         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
45959         gnu_nanosleep to rpl_nanosleep.
45960
45961 2000-02-09  Jim Meyering  <meyering@lucent.com>
45962
45963         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
45964         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
45965
45966 2000-02-08  Akim Demaille  <akim@epita.fr>
45967
45968         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
45969         `[' and `]' and remove uses of `changequote'.
45970         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
45971         (AC_SYS_LARGEFILE): Likewise.
45972         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
45973         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
45974         of changequote.
45975         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
45976         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
45977         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
45978         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
45979
45980 2000-02-05  Jim Meyering  <meyering@lucent.com>
45981
45982         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
45983         Remove explicit use of AC_HEADER_TIME.  It is required by
45984         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
45985         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
45986         in autoconf whereby the expansion of the latter ended up preceding
45987         the expansion of its prerequisite, AC_HEADER_TIME.
45988         Reported by Volker Borchert.
45989
45990 2000-02-03  Jim Meyering  <meyering@lucent.com>
45991
45992         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
45993
45994 2000-02-03  Jim Meyering  <meyering@lucent.com>
45995
45996         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
45997         rather than with `#if HAVE_UTMPNAME'.
45998
45999 2000-02-02  Jim Meyering  <meyering@lucent.com>
46000
46001         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
46002         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
46003         Reported by Eli Zaretskii.
46004
46005 2000-02-01  Jim Meyering  <meyering@lucent.com>
46006
46007         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
46008
46009 2000-01-31  Jim Meyering  <meyering@lucent.com>
46010
46011         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
46012         functions.  Add the time.h and sys/time.h headers along with the
46013         AC_REQUIRE'ment of AC_HEADER_TIME.
46014
46015 2000-01-31  Jim Meyering  <meyering@lucent.com>
46016
46017         * lib/nanosleep.h (nanosleep): Guard declaration with
46018         `#if ! HAVE_DECL_NANOSLEEP'.
46019         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
46020         the declaration in that vendor's sys/timers.h.
46021         Reported by Christian Krackowizer.
46022
46023         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
46024         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
46025         (ISPRINT): Likewise.
46026         Reported by Tom Tromey.
46027
46028 2000-01-30  Jim Meyering  <meyering@lucent.com>
46029
46030         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
46031
46032         * m4/prereq.m4 (utmp_includes): Define.
46033         Check for ut_user and ut_name members in both struct utmpx
46034         and struct utmp.
46035
46036 2000-01-30  Jim Meyering  <meyering@lucent.com>
46037
46038         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
46039         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
46040         header files where only utmpx.ut_user is declared.
46041
46042         * lib/readutmp.h (UT_USER): Define.
46043
46044 2000-01-29  Jim Meyering  <meyering@lucent.com>
46045
46046         * m4/lib-check.m4: New file containing library-related checks from
46047         fileutils and sh-utils (textutils had none).
46048
46049 2000-01-28  Jim Meyering  <meyering@lucent.com>
46050
46051         * m4/perl.m4: Change format of warning message to look more like that
46052         from the missing script.  Suggestion from François Pinard.
46053
46054 2000-01-25  Jim Meyering  <meyering@lucent.com>
46055
46056         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
46057         well as time.h in the compile check.
46058         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
46059         Fix typo in cross-compiling case: s/yes/no/.
46060
46061 2000-01-23  Jim Meyering  <meyering@lucent.com>
46062
46063         * m4/jm-macros.m4: Move df-related tests here from
46064         fileutils/configure.in
46065
46066         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
46067         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
46068
46069         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
46070         s/space/ac_fsusage_space/.
46071         (jm_FILE_SYSTEM_USAGE): Take two parameters.
46072
46073         * m4/ftruncate.m4: New file (derived from part of
46074         fileutils/configure.in).
46075         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
46076         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
46077
46078         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
46079         AC_SUBST these here, rather than just in sh-util/configure.in, so
46080         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
46081         all the same.
46082         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
46083         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
46084         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
46085         (AC_SUBST(POW_LIBM)): Likewise.
46086         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
46087
46088 2000-01-23  Jim Meyering  <meyering@lucent.com>
46089
46090         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
46091         obstack.c.
46092
46093 2000-01-22  Jim Meyering  <meyering@lucent.com>
46094
46095         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
46096
46097         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
46098
46099         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
46100         configure.in
46101         (AC_CHECK_HEADERS): Likewise for sh-utils.
46102         (AC_CHECK_HEADERS): Likewise for textutils.
46103         Merge the three lists of headers.
46104
46105         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
46106         from fileutils' configure.in.
46107
46108         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
46109         code. Moved tests into their own function (_jm_DECL_HEADERS) in
46110         check-decl.m4.
46111
46112         * m4/check-decl.m4: Use #if rather than #ifdef.
46113         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
46114         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
46115         (_jm_DECL_HEADERS): Define new function.
46116         (jm_CHECK_DECLARATIONS): Require it.
46117
46118 2000-01-22  Jim Meyering  <meyering@lucent.com>
46119
46120         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
46121         [! HAVE_DECL_STRTOULL]: Declare strtoull.
46122         Required for some AIX systems.  Reported by Christian Krackowizer.
46123         [TESTING] (main): New function.
46124
46125         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
46126         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
46127         letters.
46128
46129         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
46130         iswprint.
46131
46132         * lib/strverscmp.c (ISDIGIT): Define.
46133         (strverscmp): Use ISDIGIT, not isdigit.
46134
46135 2000-01-19  Jim Meyering  <meyering@lucent.com>
46136
46137         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
46138         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
46139         defines `struct timespec' in <sys/time.h>
46140
46141         * m4/c-bs-a.m4: Remove uses of changequote altogether.
46142         Thanks to Akim for explaining.
46143
46144 2000-01-17  Paul Eggert  <eggert@twinsun.com>
46145
46146         * lib/nanosleep.c (nanosleep):
46147         Don't use SA_INTERRUPT to decide whether to call sigaction, as
46148         POSIX.1 doesn't require SA_INTERRUPT and some systems
46149         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
46150         it's been part of POSIX.1 since day 1 (in 1988).
46151
46152 2000-01-17  Jim Meyering  <meyering@lucent.com>
46153
46154         * lib/interlock: Remove unused file.  Reported by François Pinard.
46155
46156 2000-01-16  Paul Eggert  <eggert@twinsun.com>
46157
46158         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
46159         alert, backslash, formfeed, and vertical tab unnecessarily in
46160         shell quoting style.
46161
46162 2000-01-16  Jim Meyering  <meyering@lucent.com>
46163
46164         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
46165         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
46166         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
46167         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
46168
46169 2000-01-16  Jim Meyering  <meyering@lucent.com>
46170
46171         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
46172         because the latter didn't work.
46173
46174 2000-01-15  Jim Meyering  <meyering@lucent.com>
46175
46176         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
46177         (AC_REPLACE_FUNCS): Add memcpy and memset.
46178         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
46179         Add strpbrk.
46180         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
46181
46182 2000-01-12  Jim Meyering  <meyering@lucent.com>
46183
46184         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
46185         (jm_PREREQ): Use it.
46186         (jm_PREREQ_READUTMP): New macro.
46187         (jm_PREREQ): Use it.
46188
46189 2000-01-11  Paul Eggert  <eggert@twinsun.com>
46190
46191         Quote multibyte characters correctly.
46192         * m4/c-bs-a.m4: New file.
46193         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
46194         (jm_PREREQ): Use it.
46195
46196 2000-01-11  Paul Eggert  <eggert@twinsun.com>
46197
46198         * m4/uintmax_t.m4: Port to autoconf 2.13.
46199
46200 2000-01-08  Jim Meyering  <meyering@ascend.com>
46201
46202         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
46203         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
46204
46205 2000-01-04  Jim Meyering  <meyering@ascend.com>
46206
46207         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
46208         jm_STRUCT_DIRENT_D_TYPE.
46209         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
46210         jm_STRUCT_DIRENT_D_INO.
46211         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
46212         jm_STRUCT_UTIMBUF.
46213         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
46214         renamings.
46215         * m4/utime.m4: Likewise.
46216
46217         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
46218         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
46219
46220 2000-01-03  Paul Eggert  <eggert@twinsun.com>
46221
46222         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
46223         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
46224
46225 2000-01-02  Jim Meyering  <meyering@ascend.com>
46226
46227         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
46228         remember if this is necessary.
46229
46230 1999-12-26  Jim Meyering  <meyering@ascend.com>
46231
46232         * m4/jm-macros.m4: Use it here.
46233         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
46234
46235 1999-12-23  Jim Meyering  <meyering@ascend.com>
46236
46237         * m4/jm-macros.m4: Check for clock_gettime (moved from
46238         fileutils/configure.in)
46239         Check for gettimeofday.
46240
46241 1999-12-20  Jim Meyering  <meyering@ascend.com>
46242
46243         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
46244         autoconf-2.14a-1999-12-20.
46245
46246 1999-12-19  Jim Meyering  <meyering@ascend.com>
46247
46248         * m4/lstat-slash.m4: New file.
46249         * m4/jm-macros.m4: Use the new macro:
46250         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
46251
46252 1999-12-07  Jim Meyering  <meyering@ascend.com>
46253
46254         * m4/perl.m4: Require that File::Compare be available, too.
46255         Too many systems seem to lack it.
46256
46257         * m4/strftime.m4: Add checks for most of the cpp macros tested in
46258         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
46259
46260 1999-11-18  Paul Eggert  <eggert@twinsun.com>
46261
46262         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
46263         problem with the QNX 4.25 shell, which doesn't propagate exit
46264         status of failed commands inside shell assignments.
46265
46266 1999-11-17  Jim Meyering  <meyering@ascend.com>
46267
46268         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
46269
46270 1999-11-07  Jim Meyering  <meyering@ascend.com>
46271
46272         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
46273
46274 1999-11-06  Jim Meyering  <meyering@ascend.com>
46275
46276         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
46277         * m4/jm-macros.m4 (jm_MACROS): Use it here.
46278
46279 1999-11-05  Jim Meyering  <meyering@ascend.com>
46280
46281         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
46282         configure.in of textutils, fileutils, and sh-utils into this one
46283         (shared between those packages) file.
46284         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
46285         AC_STRUCT_ST_BLKSIZE.
46286
46287 1999-11-03  Jim Meyering  <meyering@ascend.com>
46288
46289         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
46290         of AC_CHECK_TYPE checks includes unistd.h.
46291         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
46292         Suggestion from Akim Demaille.
46293
46294 1999-10-30  Jim Meyering  <meyering@ascend.com>
46295
46296         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
46297         m4-quoted string.
46298         * m4/ls-mntd-fs.m4: Likewise.
46299         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
46300         * m4/jm-winsz1.m4: Likewise.
46301
46302         * m4/const.m4: Remove file, since the fix made it into the experimental
46303         version of autoconf.
46304         * m4/mktime.m4: Likewise.
46305
46306         * m4/check-type.m4: Remove file, now that the latest version of
46307         AC_CHECK_TYPE takes a third arg to specify additional #includes.
46308
46309         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
46310         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
46311         AC_CHECK_TYPE.
46312
46313 1999-10-04  Jim Meyering  <meyering@ascend.com>
46314
46315         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
46316
46317 1999-09-22  Paul Eggert  <eggert@twinsun.com>
46318
46319         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
46320         2.95.1 bug with HP-UX 10.20.
46321
46322 1999-09-17  Jim Meyering  <meyering@ascend.com>
46323
46324         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
46325         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
46326         due to missing strdup (against sh-utils-2.0).
46327
46328 1999-08-29  Jim Meyering  <meyering@ascend.com>
46329
46330         * m4/jm-macros.m4: Require jm_BISON.
46331         * m4/bison.m4: New file.
46332
46333 1999-08-17  Paul Eggert  <eggert@twinsun.com>
46334
46335         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
46336         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
46337
46338 1999-08-05  Jim Meyering  <meyering@ascend.com>
46339
46340         * m4/getline.m4: Rename test file from conftestdata to conftest.data
46341         to avoid conflicts with `conftest' on 8+3 filesystems.
46342         Suggestion from Eli Zaretskii.
46343
46344 1999-08-04  Jim Meyering  <meyering@ascend.com>
46345
46346         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
46347         fileutils and sh-utils (textutils's getline test was inadequate).
46348         (AM_FUNC_GETLINE): Run this test.
46349         (AC_CHECK_FUNCS): Check for getdelim.
46350         Reported by Bob Proulx.
46351
46352 1999-08-02  Jim Meyering  <meyering@ascend.com>
46353
46354         * m4/jm-macros.m4: Add a comment.
46355
46356 1999-08-01  Paul Eggert  <eggert@twinsun.com>
46357
46358         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
46359         <inttypes.h> defines strtoumax as a macro (and not as a
46360         function).
46361
46362 1999-08-01  Paul Eggert  <eggert@twinsun.com>
46363
46364         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
46365         that we can shift, multiply and divide unsigned long long
46366         values; Ultrix cc can't do it.
46367
46368 1999-08-01  Paul Eggert  <eggert@twinsun.com>
46369
46370         * m4/mktime.m4: New file, which is a preview of what should appear
46371         in the next public autoconf release.
46372
46373 1999-08-01  Paul Eggert  <eggert@twinsun.com>
46374
46375         * m4/lfs.m4: Remove this file.
46376         * m4/largefile.m4: New file.  It contains the old contents of
46377         lfs.m4, except that all names with prefix AC_LFS have been
46378         changed to use the prefix AC_SYS_LARGEFILE instead, to be
46379         compatible with future autoconf versions.  Also, some minor m4
46380         quoting problems have been fixed.
46381
46382 1999-08-01  Paul Eggert  <eggert@twinsun.com>
46383
46384         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
46385         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
46386         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
46387         and simplify the shell code.
46388
46389 1999-08-01  Jim Meyering  <meyering@ascend.com>
46390
46391         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
46392         m4.
46393
46394 1999-07-20  Jim Meyering  <meyering@ascend.com>
46395
46396         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
46397
46398 1999-07-15  Jim Meyering  <meyering@ascend.com>
46399
46400         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
46401
46402 1999-05-22  Jim Meyering  <meyering@ascend.com>
46403
46404         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
46405
46406 1999-05-20  Jim Meyering  <meyering@ascend.com>
46407
46408         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
46409         Add a colon after each `then' in case $4 is empty.
46410
46411 1999-05-16  Jim Meyering  <meyering@ascend.com>
46412
46413         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
46414
46415 1999-05-10  Jim Meyering  <meyering@ascend.com>
46416
46417         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
46418
46419         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
46420         AC_FUNC_MKTIME.
46421
46422 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
46423
46424         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
46425
46426 1999-05-04  Paul Eggert  <eggert@twinsun.com>
46427
46428         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
46429         not CPPFLAGS, so that linking works correctly in IRIX.
46430
46431 1999-04-30  Paul Eggert  <eggert@twinsun.com>
46432
46433         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
46434
46435 1999-04-20  Paul Eggert  <eggert@twinsun.com>
46436
46437         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
46438         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
46439         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
46440         jm_AC_TYPE_UNSIGNED_LONG_LONG.
46441         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
46442
46443         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
46444
46445 1999-04-20  Jim Meyering  <meyering@ascend.com>
46446
46447         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
46448         AC_REPLACE xstroull if necessary.  From Paul Eggert.
46449         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
46450
46451 1999-04-18  Jim Meyering  <meyering@ascend.com>
46452
46453         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
46454         * m4/jm-macros.m4: Use it.
46455
46456 1999-04-06  Jim Meyering  <meyering@ascend.com>
46457
46458         * m4/strftime.m4: Remove test for %f.
46459
46460 1999-03-29  Jim Meyering  <meyering@ascend.com>
46461
46462         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
46463         superset of the AC_TYPE_* checks in the textutils, fileutils,
46464         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
46465         AC_TYPE_PID_T.
46466
46467 1999-03-28  Jim Meyering  <meyering@ascend.com>
46468
46469         * m4/jm-macros.m4: Define GNU_PACKAGE here.
46470         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
46471         replaced e.g., in the *.sh files of the sh-utils.
46472
46473 1999-03-20  Jim Meyering  <meyering@ascend.com>
46474
46475         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
46476         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
46477         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
46478
46479 1999-03-19  Jim Meyering  <meyering@ascend.com>
46480
46481         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
46482
46483 1999-03-12  Jim Meyering  <meyering@ascend.com>
46484
46485         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
46486
46487 1999-03-07  Jim Meyering  <meyering@ascend.com>
46488
46489         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
46490         declared.
46491
46492 1999-02-17  Jim Meyering  <meyering@ascend.com>
46493
46494         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
46495         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
46496
46497 1999-02-07  Jim Meyering  <meyering@ascend.com>
46498
46499         * m4/group-member.m4: New file -- extracted from sh-utils'
46500         configure.in.
46501
46502         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
46503         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
46504
46505 1999-02-06  Jim Meyering  <meyering@ascend.com>
46506
46507         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
46508         * m4/fnmatch.m4: Likewise.
46509         * m4/getgroups.m4: Likewise.
46510         * m4/lstat.m4: Likewise.
46511         * m4/malloc.m4: Likewise.
46512         * m4/putenv.m4: Likewise.
46513         * m4/realloc.m4: Likewise.
46514         * m4/regex.m4: Likewise.
46515         * m4/stat.m4: Likewise.
46516         * m4/strftime.m4: Likewise.
46517         Suggestion from Alain Magloire.
46518
46519         * m4/chown.m4: Use `.$ac_objext', not `.o'.
46520         * m4/fnmatch.m4: Likewise.
46521         * m4/getgroups.m4: Likewise.
46522         * m4/getline.m4: Likewise.
46523         * m4/lstat.m4: Likewise.
46524         * m4/malloc.m4: Likewise.
46525         * m4/memcmp.m4: Likewise.
46526         * m4/putenv.m4: Likewise.
46527         * m4/realloc.m4: Likewise.
46528         * m4/regex.m4: Likewise.
46529         * m4/stat.m4: Likewise.
46530         * m4/strftime.m4: Likewise.
46531         Suggestion from Alain Magloire.
46532
46533         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
46534         an argument.
46535
46536         * m4/regex.m4: Add a run-time Test for proper operation of
46537         re_compile_pattern.
46538
46539 1999-01-31  Jim Meyering  <meyering@ascend.com>
46540
46541         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
46542
46543 1999-01-30  Jim Meyering  <meyering@ascend.com>
46544
46545         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
46546
46547         * m4/jm-mktime.m4: Make this a wrapper around the official
46548         AM_FUNC_MKTIME rather than my private copy, now that the official one
46549         is up to date.
46550         * m4/mktime.m4: Remove file.
46551
46552         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
46553         * m4/uptime.m4: Likewise.
46554         * m4/uintmax_t.m4: Likewise.
46555
46556 1999-01-28  Jim Meyering  <meyering@ascend.com>
46557
46558         * m4/jm-macros.m4: Use jm_AFS.
46559         * m4/afs.m4: New file (from fileutils' configure.in).
46560
46561         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
46562         * m4/chown.m4: Likewise.
46563         * m4/d-ino.m4: Likewise.
46564         * m4/d-type.m4: Likewise.
46565         * m4/fnmatch.m4: Likewise.
46566         * m4/getgroups.m4: Likewise.
46567         * m4/gettext.m4: Likewise.
46568         * m4/jm-mktime.m4: Likewise.
46569         * m4/jm-winsz2.m4: Likewise.
46570         * m4/lcmessage.m4: Likewise.
46571         * m4/ls-mntd-fs.m4: Likewise.
46572         * m4/malloc.m4: Likewise.
46573         * m4/memcmp.m4: Likewise.
46574         * m4/putenv.m4: Likewise.
46575         * m4/realloc.m4: Likewise.
46576         * m4/st_mtim.m4: Likewise.
46577         * m4/strftime.m4: Likewise.
46578
46579 1999-01-16  Jim Meyering  <meyering@ascend.com>
46580
46581         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
46582         (ARGMATCH_DIE_DECL): Define.
46583
46584 1999-01-12  Jim Meyering  <meyering@ascend.com>
46585
46586         * m4/Makefile.am.in: Rewrite to avoid using fmt.
46587         Reported by Lars Hecking.
46588
46589 1999-01-10  Jim Meyering  <meyering@ascend.com>
46590
46591         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
46592         gross kludge.
46593         * m4/inttypes_h.m4: Likewise.
46594         * m4/lstat.m4: Likewise.
46595         * m4/malloc.m4: Likewise.
46596         * m4/readdir.m4: Likewise.
46597         * m4/realloc.m4: Likewise.
46598         * m4/st_dm_mode.m4: Likewise.
46599         * m4/stat.m4: Likewise.
46600         * m4/utimbuf.m4: Likewise.
46601         * m4/utimes.m4: Likewise.
46602
46603         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
46604         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
46605         comments in config.h.in are meaningful.
46606
46607         * m4/jm-macros.m4: Require autoconf-2.13 here.
46608
46609         * m4/regex.m4: By default, don't use the included regex.c on systems
46610         with glibc 2.  Suggestion from Uli Drepper.
46611
46612 1999-01-02  Jim Meyering  <meyering@ascend.com>
46613
46614         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
46615
46616 1998-12-18  Jim Meyering  <meyering@ascend.com>
46617
46618         * m4/Makefile.am.in (Makefile.am): Simplify rule.
46619         Based on a suggestion from Lars Hecking.
46620
46621 1998-11-16  Paul Eggert  <eggert@twinsun.com>
46622
46623         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
46624
46625 1998-11-16  Jim Meyering  <meyering@ascend.com>
46626
46627         * m4/lfs.m4: Double-quote the `uname...` expression.
46628
46629 1998-11-14  Jim Meyering  <meyering@ascend.com>
46630
46631         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
46632         * m4/stat.m4: Likewise.
46633
46634 1998-11-03  Jim Meyering  <meyering@ascend.com>
46635
46636         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
46637         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
46638
46639 1998-10-18  Jim Meyering  <meyering@ascend.com>
46640
46641         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
46642
46643 1998-10-17  Jim Meyering  <meyering@ascend.com>
46644
46645         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
46646         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
46647         calls for those previously hard-coded headers.  Instead, take a new
46648         parameter.
46649         (jm_CHECK_DECLARATIONS): Reflect interface change.
46650         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
46651         (jm_CHECK_DECL_LOCALTIME_R): New macro.
46652
46653         * m4/mktime.m4: Test for spring-forward gap before long-running test.
46654
46655 1998-10-14  Jim Meyering  <meyering@ascend.com>
46656
46657         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
46658         instead of "TZ=America/Vancouver".  From Paul Eggert.
46659
46660 1998-10-11  Jim Meyering  <meyering@ascend.com>
46661
46662         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
46663         This adds a test for a recently added compatibility fix for mktime.c.
46664         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
46665
46666 1998-09-27  Jim Meyering  <meyering@ascend.com>
46667
46668         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
46669
46670         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
46671         ../configure.in, including a change from Gordon Matzigkeit to allow
46672         cross-compiling for the Hurd.
46673
46674         * m4/glibc.m4: New file/macro to test for the GNU C Library
46675         versions 1 and 2.  From Gordon Matzigkeit.
46676         Indent.
46677
46678 1998-09-21  Jim Meyering  <meyering@ascend.com>
46679
46680         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
46681
46682 1998-08-18  Paul Eggert  <eggert@twinsun.com>
46683
46684         Port nanosecond-resolution times to UnixWare 2.1.2 and
46685         pedantic Solaris 2.6.
46686
46687         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
46688         AC_STRUCT_ST_MTIM.
46689         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
46690         Generate name of ns member, instead of just 1 or undef.
46691         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
46692
46693 1998-08-15  Jim Meyering  <meyering@ascend.com>
46694
46695         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
46696         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
46697         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
46698         instead of jm_TYPE_SSIZE_T.
46699
46700 1998-08-12  Jim Meyering  <meyering@ascend.com>
46701
46702         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
46703
46704 1998-08-02  Jim Meyering  <meyering@ascend.com>
46705
46706         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
46707         in acconfig.h manually.
46708
46709 1998-07-31  Paul Eggert  <eggert@twinsun.com>
46710
46711         * m4/st_mtim.m4: New file.
46712
46713 1998-07-28  Jim Meyering  <meyering@ascend.com>
46714
46715         * m4/utimes.m4: Undef stat.
46716
46717 1998-07-25  Jim Meyering  <meyering@ascend.com>
46718
46719         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
46720         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
46721
46722 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
46723
46724         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
46725         uid and gid actually remain unchanged.
46726
46727 1998-07-07  Jim Meyering  <meyering@ascend.com>
46728
46729         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
46730
46731 1998-07-04  Jim Meyering  <meyering@ascend.com>
46732
46733         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
46734         to prove that this macro can be used in packages without regex.c.
46735
46736 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
46737
46738         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
46739         is to be used.
46740
46741 1998-07-03  Jim Meyering  <meyering@ascend.com>
46742
46743         * m4/gettext.m4: Add -lintl if it's found to be necessary.
46744
46745         * m4/gettext.m4: New file -- from gettext-0.10.35.
46746         * m4/lcmessage.m4: Likewise.
46747         * m4/progtest.m4: Likewise.
46748
46749         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
46750         * m4/jm-macros.m4: Require the new macro.
46751
46752 1998-06-29  Jim Meyering  <meyering@ascend.com>
46753
46754         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
46755         for the definition of NGROUPS (used in a system header included
46756         by sys/mount.h).
46757
46758 1998-06-28  Jim Meyering  <meyering@ascend.com>
46759
46760         * m4/ls-mntd-fs.m4: New file.
46761         * m4/fstypename.m4: New file.
46762
46763         * m4/jm-macros.m4: Require the new macro.
46764         * m4/jm-glibc-io.m4: New file.
46765
46766 1998-05-19  Jim Meyering  <meyering@ascend.com>
46767
46768         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
46769         * m4/lchown.m4: New file.
46770
46771         * m4/Makefile.am.in: New file.
46772         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
46773
46774 1998-05-14  Jim Meyering  <meyering@ascend.com>
46775
46776         * m4/Makefile.am (EXTRA_DIST): Add them.
46777         * m4/jm-macros.m4: New file.
46778         * m4/utimbuf.m4: New file.
46779
46780 1998-05-12  Jim Meyering  <meyering@ascend.com>
46781
46782         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
46783
46784 1998-05-11  Jim Meyering  <meyering@ascend.com>
46785
46786         * m4/isc-posix.m4: New file.
46787
46788 1998-05-10  Jim Meyering  <meyering@ascend.com>
46789
46790         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
46791
46792 1998-05-09  Jim Meyering  <meyering@ascend.com>
46793
46794         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
46795         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
46796         with automake.
46797
46798         * m4/ssize_t.m4: New file.
46799         * m4/mktime.m4: Remove file -- the new automake has this now.
46800
46801 1998-04-26  Jim Meyering  <meyering@ascend.com>
46802
46803         * m4/assert.m4: New file.
46804         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
46805
46806 1998-04-05  Jim Meyering  <meyering@ascend.com>
46807
46808         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
46809         (jm_PREREQ): Use it here.
46810
46811 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
46812
46813         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
46814         in acconfig.h.
46815
46816 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
46817
46818         * m4/prereq.m4: New file.
46819         * m4/error.m4: New file.
46820         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
46821
46822 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
46823
46824         * m4/getline.m4: Don't set am_cv_func_working_getline before the
46825         cache-check for the same variable -- that defeated the purpose of
46826         the test; the test program was never run.  This was a problem only
46827         on systems with losing getline functions -- HP-UX 10.20 is one.
46828         Reported by Bjorn Helgaas.
46829
46830 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
46831
46832         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
46833
46834 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
46835
46836         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
46837
46838         * m4/const.m4: New file.  Use an initializer in this declaration
46839         typedef int charset[2]; const charset x;
46840         Reported by Bob Glickstein.
46841
46842 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
46843
46844         * m4/chown.m4: Fix reversed types on -1 args to chown.
46845         From Kaveh Ghazi.
46846
46847 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
46848
46849         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
46850         Add lseek and memchr.
46851
46852         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
46853         T.E.Dickey <dickey@clark.net> said that some older preprocessors
46854         have a 20-character limit on names.
46855
46856 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
46857
46858         * m4/inttypes_h.m4: New file.
46859         * m4/uintmax_t.m4: New file.
46860         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
46861
46862
46863         -----
46864
46865         Local Variables:
46866         coding: utf-8
46867         End:
46868
46869         Copyright (C) 1997-2008 Free Software Foundation, Inc.
46870
46871         Copying and distribution of this file, with or without
46872         modification, are permitted provided the copyright notice
46873         and this notice are preserved.