a6d640ce990c110b729ea521adf5ae9cc005b70e
[gnulib.git] / ChangeLog
1 2008-12-21  Bruno Haible  <bruno@clisp.org>
2
3         * modules/mbrtowc (Files): Add m4/codeset.m4, needed by m4/locale-fr.m4.
4         * modules/mbsrtowcs (Files): Likewise.
5         * modules/wctob (Files): Likewise.
6         * modules/c-strcase-tests (Files): Likewise.
7         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
8         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
9         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
10         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
11         * modules/vasnprintf-posix-tests (Files): Likewise.
12
13 2008-12-21  William Pursell  <bill.pursell@gmail.com>
14
15         gitlog-to-changelog: pass all command-line arguments to git-log
16         * build-aux/gitlog-to-changelog: When producing a ChangeLog,
17         it is sometimes convenient to filter the commits in various ways.
18         gitlog-to-changelog only allows --since to specify a start date,
19         but git-log itself supports many other filtering mechanisms.
20         At the moment, I want to filter by branch name.  Rather than
21         adding a --branch option to gitlog-to-changelog, it seems more
22         flexible to simply pass all options directly to git-log and let
23         git do the work.  Notice that this effectively makes --since a
24         redundant option for gitlog-to-changelog, but removing it would
25         require current usage to change since calls would then require
26         an additional '--'.
27
28 2008-12-21  Bruno Haible  <bruno@clisp.org>
29
30         * modules/mbsnrtowcs-tests: New file.
31         * tests/test-mbsnrtowcs1.sh: New file.
32         * tests/test-mbsnrtowcs2.sh: New file.
33         * tests/test-mbsnrtowcs3.sh: New file.
34         * tests/test-mbsnrtowcs4.sh: New file.
35         * tests/test-mbsnrtowcs.c: New file.
36
37         New module 'mbsnrtowcs'.
38         * lib/wchar.in.h (mbsnrtowcs): New declaration.
39         * lib/mbsnrtowcs.c: New file.
40         * lib/mbsrtowcs-state.c: New file.
41         * lib/mbsrtowcs.c: Refer to _gl_mbsrtowcs_state.
42         (internal_state): Remove variable.
43         * m4/mbsnrtowcs.m4: New file.
44         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Add mbsrtowcs-state.c to the
45         compilation units.
46         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSNRTOWCS,
47         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
48         * modules/wchar (Makefile.am): Substitute GNULIB_MBSNRTOWCS,
49         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
50         * modules/mbsnrtowcs: New file.
51         * modules/mbsrtowcs (Files): Add lib/mbsrtowcs-state.c.
52         * doc/posix-functions/mbsnrtowcs.texi: Mention the new module and a
53         portability problem.
54
55 2008-12-21  Bruno Haible  <bruno@clisp.org>
56
57         Work around mbsrtowcs bug.
58         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): New macro.
59         (gl_FUNC_MBSRTOWCS): Invoke it.
60         * modules/mbsrtowcs (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
61         m4/locale-zh.m4.
62         * doc/posix-functions/mbsrtowcs.texi: Document the bug.
63
64 2008-12-21  Bruno Haible  <bruno@clisp.org>
65
66         * tests/test-mbsrtowcs.c (main): Execute the loop also for unlimited=1.
67
68 2008-12-21  Bruno Haible  <bruno@clisp.org>
69
70         Update doc for AIX.
71         * doc/pastposix-functions/wcswcs.texi: Mention that AIX has only a
72         16-bit wchar_t type.
73         * doc/posix-functions/btowc.texi: Likewise.
74         * doc/posix-functions/fgetwc.texi: Likewise.
75         * doc/posix-functions/fgetws.texi: Likewise.
76         * doc/posix-functions/fputwc.texi: Likewise.
77         * doc/posix-functions/fputws.texi: Likewise.
78         * doc/posix-functions/fwide.texi: Likewise.
79         * doc/posix-functions/fwprintf.texi: Likewise.
80         * doc/posix-functions/fwscanf.texi: Likewise.
81         * doc/posix-functions/getwchar.texi: Likewise.
82         * doc/posix-functions/getwc.texi: Likewise.
83         * doc/posix-functions/iswalnum.texi: Likewise.
84         * doc/posix-functions/iswalpha.texi: Likewise.
85         * doc/posix-functions/iswblank.texi: Likewise.
86         * doc/posix-functions/iswcntrl.texi: Likewise.
87         * doc/posix-functions/iswctype.texi: Likewise.
88         * doc/posix-functions/iswdigit.texi: Likewise.
89         * doc/posix-functions/iswgraph.texi: Likewise.
90         * doc/posix-functions/iswlower.texi: Likewise.
91         * doc/posix-functions/iswprint.texi: Likewise.
92         * doc/posix-functions/iswpunct.texi: Likewise.
93         * doc/posix-functions/iswspace.texi: Likewise.
94         * doc/posix-functions/iswupper.texi: Likewise.
95         * doc/posix-functions/iswxdigit.texi: Likewise.
96         * doc/posix-functions/mbrtowc.texi: Likewise.
97         * doc/posix-functions/mbsrtowcs.texi: Likewise.
98         * doc/posix-functions/mbstowcs.texi: Likewise.
99         * doc/posix-functions/mbtowc.texi: Likewise.
100         * doc/posix-functions/putwchar.texi: Likewise.
101         * doc/posix-functions/putwc.texi: Likewise.
102         * doc/posix-functions/swprintf.texi: Likewise.
103         * doc/posix-functions/tolower.texi: Likewise.
104         * doc/posix-functions/toupper.texi: Likewise.
105         * doc/posix-functions/towctrans.texi: Likewise.
106         * doc/posix-functions/ungetwc.texi: Likewise.
107         * doc/posix-functions/vswprintf.texi: Likewise.
108         * doc/posix-functions/wcrtomb.texi: Likewise.
109         * doc/posix-functions/wcscat.texi: Likewise.
110         * doc/posix-functions/wcschr.texi: Likewise.
111         * doc/posix-functions/wcscmp.texi: Likewise.
112         * doc/posix-functions/wcscoll.texi: Likewise.
113         * doc/posix-functions/wcscpy.texi: Likewise.
114         * doc/posix-functions/wcscspn.texi: Likewise.
115         * doc/posix-functions/wcsftime.texi: Likewise.
116         * doc/posix-functions/wcslen.texi: Likewise.
117         * doc/posix-functions/wcsncat.texi: Likewise.
118         * doc/posix-functions/wcsncmp.texi: Likewise.
119         * doc/posix-functions/wcsncpy.texi: Likewise.
120         * doc/posix-functions/wcspbrk.texi: Likewise.
121         * doc/posix-functions/wcsrchr.texi: Likewise.
122         * doc/posix-functions/wcsrtombs.texi: Likewise.
123         * doc/posix-functions/wcsspn.texi: Likewise.
124         * doc/posix-functions/wcsstr.texi: Likewise.
125         * doc/posix-functions/wcstod.texi: Likewise.
126         * doc/posix-functions/wcstof.texi: Likewise.
127         * doc/posix-functions/wcstoimax.texi: Likewise.
128         * doc/posix-functions/wcstok.texi: Likewise.
129         * doc/posix-functions/wcstold.texi: Likewise.
130         * doc/posix-functions/wcstoll.texi: Likewise.
131         * doc/posix-functions/wcstol.texi: Likewise.
132         * doc/posix-functions/wcstombs.texi: Likewise.
133         * doc/posix-functions/wcstoull.texi: Likewise.
134         * doc/posix-functions/wcstoul.texi: Likewise.
135         * doc/posix-functions/wcstoumax.texi: Likewise.
136         * doc/posix-functions/wcswidth.texi: Likewise.
137         * doc/posix-functions/wcsxfrm.texi: Likewise.
138         * doc/posix-functions/wctob.texi: Likewise.
139         * doc/posix-functions/wctomb.texi: Likewise.
140         * doc/posix-functions/wctrans.texi: Likewise.
141         * doc/posix-functions/wctype.texi: Likewise.
142         * doc/posix-functions/wcwidth.texi: Likewise.
143         * doc/posix-functions/wmemchr.texi: Likewise.
144         * doc/posix-functions/wmemcmp.texi: Likewise.
145         * doc/posix-functions/wmemcpy.texi: Likewise.
146         * doc/posix-functions/wmemmove.texi: Likewise.
147         * doc/posix-functions/wmemset.texi: Likewise.
148         * doc/posix-functions/wprintf.texi: Likewise.
149         * doc/posix-functions/wscanf.texi: Likewise.
150
151 2008-12-21  Bruno Haible  <bruno@clisp.org>
152
153         Update doc for HP-UX 11.11.
154         * doc/posix-functions/btowc.texi: Clarify that the function is missing
155         in HP-UX version 11.00, not in all versions of HP-UX 11.
156         * doc/posix-functions/fwide.texi: Likewise.
157         * doc/posix-functions/fwprintf.texi: Likewise.
158         * doc/posix-functions/fwscanf.texi: Likewise.
159         * doc/posix-functions/inet_ntop.texi: Likewise.
160         * doc/posix-functions/inet_pton.texi: Likewise.
161         * doc/posix-functions/mbrlen.texi: Likewise.
162         * doc/posix-functions/mbrtowc.texi: Likewise.
163         * doc/posix-functions/mbsinit.texi: Likewise.
164         * doc/posix-functions/mbsrtowcs.texi: Likewise.
165         * doc/posix-functions/swprintf.texi: Likewise.
166         * doc/posix-functions/swscanf.texi: Likewise.
167         * doc/posix-functions/towctrans.texi: Likewise.
168         * doc/posix-functions/vfwprintf.texi: Likewise.
169         * doc/posix-functions/vswprintf.texi: Likewise.
170         * doc/posix-functions/vwprintf.texi: Likewise.
171         * doc/posix-functions/wcrtomb.texi: Likewise.
172         * doc/posix-functions/wcsrtombs.texi: Likewise.
173         * doc/posix-functions/wcsstr.texi: Likewise.
174         * doc/posix-functions/wctob.texi: Likewise.
175         * doc/posix-functions/wctrans.texi: Likewise.
176         * doc/posix-functions/wmemchr.texi: Likewise.
177         * doc/posix-functions/wmemcmp.texi: Likewise.
178         * doc/posix-functions/wmemcpy.texi: Likewise.
179         * doc/posix-functions/wmemmove.texi: Likewise.
180         * doc/posix-functions/wmemset.texi: Likewise.
181         * doc/posix-functions/wprintf.texi: Likewise.
182         * doc/posix-functions/wscanf.texi: Likewise.
183
184 2008-12-21  Bruno Haible  <bruno@clisp.org>
185
186         Work around a portability problem.
187         * tests/test-mbsrtowcs.c (main): Use a temporary conversion state.
188         * doc/posix-functions/mbsrtowcs.texi: Document the portability problem.
189
190 2008-12-20  Bruno Haible  <bruno@clisp.org>
191
192         * lib/wchar.in.h (mbsrtowcs): Redefine if REPLACE_MBSRTOWCS is set.
193         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Invoke gl_MBSTATE_T_BROKEN. Set
194         REPLACE_MBSRTOWCS if mbsrtowcs needs to be overridden.
195         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSRTOWCS.
196         * modules/wchar (Makefile.am): Substitute REPLACE_MBSRTOWCS.
197
198         Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
199         * lib/wchar.in.h (mbstate_t): Redefine also if REPLACE_MBSTATE_T is
200         set.
201         (GNULIB_defined_mbstate_t): New macro.
202         (mbsinit): Redefine if REPLACE_MBSINIT is set.
203         (mbrtowc): Redefine if REPLACE_MBRTOWC is set.
204         * lib/mbrtowc.c (rpl_mbrtowc): Add an alternative implementation that
205         reuses the system's mbrtowc function but works around the bugs.
206         * m4/mbrtowc.m4 (gl_MBSTATE_T_BROKEN, gl_MBRTOWC_INCOMPLETE_STATE,
207         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL): New
208         macros.
209         (gl_FUNC_MBRTOWC): Invoke them. Set REPLACE_MBRTOWC if mbrtowc needs to
210         be overridden. Optionally define MBRTOWC_NULL_ARG_BUG,
211         MBRTOWC_RETVAL_BUG, MBRTOWC_NUL_RETVAL_BUG.
212         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_MBSTATE_T_BROKEN. Set
213         REPLACE_MBSINIT if mbsinit needs to be overridden.
214         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSTATE_T,
215         REPLACE_MBSINIT, REPLACE_MBRTOWC.
216         * modules/wchar (Makefile.am): Substitute REPLACE_MBSTATE_T,
217         REPLACE_MBSINIT, REPLACE_MBRTOWC.
218         * modules/mbrtowc (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
219         m4/locale-zh.m4.
220         (Depends): Add mbsinit.
221         * modules/mbsinit (Depends): Add mbrtowc.
222         * doc/posix-functions/mbrtowc.texi: Mention the various bugs.
223
224 2008-12-20  Bruno Haible  <bruno@clisp.org>
225
226         * tests/test-mbrtowc.c (main): Change sample string in EUC-JP encoding
227         so that there are no conversion errors on AIX.
228         * tests/test-mbsrtowcs.c (main): LIkewise.
229
230 2008-12-20  Bruno Haible  <bruno@clisp.org>
231
232         Work around wctob bug on Solaris <= 9.
233         * lib/wchar.in.h (wctob): Redefine if REPLACE_WCTOB is set.
234         * m4/wctob.m4 (gl_FUNC_WCTOB): Test whether wctob works.
235         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCTOB.
236         * modules/wchar (Makefile.am): Substitute REPLACE_WCTOB.
237         * modules/wctob (Files): Add m4/locale-fr.m4.
238         * doc/posix-functions/wctob.texi: Mention the Solaris bug.
239
240 2008-12-20  Bruno Haible  <bruno@clisp.org>
241
242         * doc/posix-functions/select.texi: Mention Solaris 2.6 bug with
243         /dev/null.
244         * tests/test-select-in.sh: Likewise.
245         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
246
247 2008-12-20  Bruno Haible  <bruno@clisp.org>
248
249         Don't pretend that Cygwin has a ja_JP.EUC-JP locale.
250         * m4/locale-ja.m4 (gt_LOCALE_JA): Add test for MB_CUR_MAX. Needed on
251         Cygwin 1.5.x.
252
253 2008-12-20  Bruno Haible  <bruno@clisp.org>
254
255         Ensure mbstate_t is defined on HP-UX 11.11.
256         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Require
257         AC_CANONICAL_HOST. On HP-UX, define _XOPEN_SOURCE to 500.
258         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Require
259         AC_USE_SYSTEM_EXTENSIONS.
260         * modules/fnmatch (Depends-on): Add extensions.
261         * modules/mbrlen (Depends-on): Likewise.
262         * modules/mbrtowc (Depends-on): Likewise.
263         * modules/mbsinit (Depends-on): Likewise.
264         * modules/mbsrtowcs (Depends-on): Likewise.
265         * modules/mbswidth (Depends-on): Likewise.
266         * modules/quotearg (Depends-on): Likewise.
267         * modules/strftime (Depends-on): Likewise.
268
269 2008-12-20  Bruno Haible  <bruno@clisp.org>
270
271         Ensure wctob is declared on IRIX 6.5.
272         * lib/wchar.in.h (wctob): Declare also when HAVE_DECL_WCTOB is 0.
273         * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_DECL_WCTOB instead of
274         HAVE_WCTOB. Also test whether <wchar.h> declares wctob.
275         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize HAVE_DECL_WCTOB instead
276         of HAVE_WCTOB.
277         * modules/wchar (Makefile.am): Substitute HAVE_DECL_WCTOB instead of
278         HAVE_WCTOB.
279         * doc/posix-functions/wctob.texi: Mention missing declaration on IRIX.
280
281 2008-12-19  Bruno Haible  <bruno@clisp.org>
282
283         * modules/mbsrtowcs-tests: New file.
284         * tests/test-mbsrtowcs1.sh: New file.
285         * tests/test-mbsrtowcs2.sh: New file.
286         * tests/test-mbsrtowcs3.sh: New file.
287         * tests/test-mbsrtowcs4.sh: New file.
288         * tests/test-mbsrtowcs.c: New file.
289
290         New module 'mbsrtowcs'.
291         * lib/wchar.in.h (mbsrtowcs): New declaration.
292         * lib/mbsrtowcs.c: New file.
293         * m4/mbsrtowcs.m4: New file.
294         * modules/mbsrtowcs: New file.
295         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSRTOWCS and
296         HAVE_MBSRTOWCS.
297         * modules/wchar (Makefile.am): Substitute GNULIB_MBSRTOWCS and
298         HAVE_MBSRTOWCS.
299         * doc/posix-functions/mbsrtowcs.texi: Document the new module.
300
301 2008-12-19  Bruno Haible  <bruno@clisp.org>
302
303         New module 'mbrlen'.
304         * lib/wchar.in.h (mbrlen): New declaration.
305         * lib/mbrlen.c: New file.
306         * m4/mbrlen.m4: New file.
307         * modules/mbrlen: New file.
308         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRLEN and
309         HAVE_MBRLEN.
310         * modules/wchar (Makefile.am): Substitute GNULIB_MBRLEN and
311         HAVE_MBRLEN.
312         * doc/posix-functions/mbrlen.texi: Document the new module.
313
314 2008-12-19  Bruno Haible  <bruno@clisp.org>
315
316         * lib/mbrtowc.c: Include verify.h. Verify an assumption.
317         * modules/mbrtowc (Depends-on): Add verify.
318         Suggested by Paul Eggert.
319
320 2008-12-18  Bruno Haible  <bruno@clisp.org>
321
322         * modules/mbsinit-tests: New file.
323         * tests/test-mbsinit.sh: New file.
324         * tests/test-mbsinit.c: New file.
325
326 2008-12-18  Bruno Haible  <bruno@clisp.org>
327
328         * modules/mbrtowc-tests: New file.
329         * tests/test-mbrtowc1.sh: New file.
330         * tests/test-mbrtowc2.sh: New file.
331         * tests/test-mbrtowc3.sh: New file.
332         * tests/test-mbrtowc4.sh: New file.
333         * tests/test-mbrtowc.c: New file.
334
335         New module 'mbrtowc'.
336         * lib/wchar.in.h (mbstate_t): Override when the system does not have
337         mbsinit and mbrtowc.
338         (mbrtowc): New declaration.
339         * lib/mbrtowc.c: New file.
340         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
341         * modules/mbrtowc: New file.
342         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
343         HAVE_MBRTOWC.
344         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
345         HAVE_MBRTOWC.
346         * doc/posix-functions/mbrtowc.texi: Document the new module.
347
348 2008-12-18  Bruno Haible  <bruno@clisp.org>
349
350         New module 'wctob'.
351         * lib/wchar.in.h (wctob): New declaration.
352         * lib/wctob.c: New file.
353         * m4/wctob.m4: New file.
354         * modules/wctob: New file.
355         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
356         HAVE_WCTOB.
357         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
358         * doc/posix-functions/wctob.texi: Document the new module.
359
360 2008-12-18  Bruno Haible  <bruno@clisp.org>
361
362         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
363         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
364
365 2008-12-18  Simon Josefsson  <simon@josefsson.org>
366
367         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
368         G. Christensen" <tgc@jupiterrise.com>.
369
370         * lib/flock.c: Need to include errno.h.  Reported by "Tom
371         G. Christensen" <tgc@jupiterrise.com>.
372
373         * lib/flock.c: Need to include string.h.  Reported by "Tom
374         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
375         <ebb9@byu.net>.
376
377 2008-12-18  Bruno Haible  <bruno@clisp.org>
378
379         * m4/locale-ja.m4: New file, from GNU gettext.
380
381 2008-12-17  Bruno Haible  <bruno@clisp.org>
382
383         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
384         Suggested by Eric Blake.
385
386 2008-12-17  Bruno Haible  <bruno@clisp.org>
387
388         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
389
390 2008-12-17  Bruno Haible  <bruno@clisp.org>
391
392         * lib/mbsinit.c: Include verify.h. Verify an assumption.
393         * modules/mbsinit (Depends-on): Add verify.
394         Suggested by Paul Eggert.
395
396 2008-12-17  Bruno Haible  <bruno@clisp.org>
397
398         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
399         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
400         gl_FUNC_MBRTOWC.
401         * m4/mbiter.m4 (gl_MBITER): LIkewise.
402         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
403         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
404         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
405         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
406         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
407         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
408         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
409         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
410         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
411         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
412         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
413         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
414         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
415         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
416         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
417         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
418         * modules/trim (configure.ac): Likewise.
419
420 2008-12-17  Bruno Haible  <bruno@clisp.org>
421
422         * modules/btowc-tests: New file.
423         * tests/test-btowc1.sh: New file.
424         * tests/test-btowc2.sh: New file.
425         * tests/test-btowc.c: New file.
426
427         New module 'btowc'.
428         * lib/wchar.in.h (btowc): New declaration.
429         * lib/btowc.c: New file.
430         * m4/btowc.m4: New file.
431         * modules/btowc: New file.
432         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
433         HAVE_BTOWC.
434         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
435         * doc/posix-functions/btowc.texi: Document the new module.
436
437 2008-12-17  Bruno Haible  <bruno@clisp.org>
438
439         New module 'mbsinit'.
440         * lib/wchar.in.h (mbsinit): New declaration.
441         * lib/mbsinit.c: New file.
442         * m4/mbsinit.m4: New file.
443         * modules/mbsinit: New file.
444         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
445         HAVE_MBSINIT.
446         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
447         HAVE_MBSINIT.
448         * doc/posix-functions/mbsinit.texi: Document the new module.
449
450 2008-12-16  Bruno Haible  <bruno@clisp.org>
451
452         * lib/unistd.in.h: Add comment.
453         * tests/test-environ.c: Don't include <stdlib.h>.
454
455 2008-12-16  Bruno Haible  <bruno@clisp.org>
456
457         * lib/parse-duration.h (parse_duration): Document return value
458         convention.
459         * lib/parse-duration.c: Include specification header first. Add
460         comments.
461         (_): Remove macro.
462         (parse_year_month_day, parse_hour_minute_second): Move side effects
463         outside of strchr call.
464         (parse_non_iso8601): Move side effects outside of isspace call.
465         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
466         call.
467
468 2008-12-16  Bruno Haible  <bruno@clisp.org>
469
470         * tests/test-parse-duration.sh: Produce no output when the test
471         succeeds.
472
473 2008-12-16  Bruno Haible  <bruno@clisp.org>
474
475         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
476         expressions.
477
478 2008-12-15  Bruno Haible  <bruno@clisp.org>
479
480         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
481         * doc/glibc-functions/flistxattr.texi: Likewise.
482         * doc/glibc-functions/fopencookie.texi: Likewise.
483         * doc/glibc-functions/fremovexattr.texi: Likewise.
484         * doc/glibc-functions/fsetxattr.texi: Likewise.
485         * doc/glibc-functions/getxattr.texi: Likewise.
486         * doc/glibc-functions/lgetxattr.texi: Likewise.
487         * doc/glibc-functions/listxattr.texi: Likewise.
488         * doc/glibc-functions/llistxattr.texi: Likewise.
489         * doc/glibc-functions/lremovexattr.texi: Likewise.
490         * doc/glibc-functions/lsetxattr.texi: Likewise.
491         * doc/glibc-functions/removexattr.texi: Likewise.
492         * doc/glibc-functions/setxattr.texi: Likewise.
493         * doc/posix-functions/open_memstream.texi: Likewise.
494
495 2008-12-15  Eric Blake  <ebb9@byu.net>
496
497         Update doc for cygwin 1.7.
498         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
499         functions.
500         * doc/posix-functions/fchmodat.texi: Likewise.
501         * doc/posix-functions/fchownat.texi: Likewise.
502         * doc/posix-functions/fdopendir.texi: Likewise.
503         * doc/posix-functions/fmemopen.texi: Likewise.
504         * doc/posix-functions/freeaddrinfo.texi: Likewise.
505         * doc/posix-functions/fstatat.texi: Likewise.
506         * doc/posix-functions/futimens.texi: Likewise.
507         * doc/posix-functions/gai_strerror.texi: Likewise.
508         * doc/posix-functions/getaddrinfo.texi: Likewise.
509         * doc/posix-functions/getnameinfo.texi: Likewise.
510         * doc/posix-functions/if_freenameindex.texi: Likewise.
511         * doc/posix-functions/if_indextoname.texi: Likewise.
512         * doc/posix-functions/if_nameindex.texi: Likewise.
513         * doc/posix-functions/if_nametoindex.texi: Likewise.
514         * doc/posix-functions/insque.texi: Likewise.
515         * doc/posix-functions/linkat.texi: Likewise.
516         * doc/posix-functions/llrint.texi: Likewise.
517         * doc/posix-functions/llrintf.texi: Likewise.
518         * doc/posix-functions/llrintl.texi: Likewise.
519         * doc/posix-functions/lockf.texi: Likewise.
520         * doc/posix-functions/lrintl.texi: Likewise.
521         * doc/posix-functions/mkdirat.texi: Likewise.
522         * doc/posix-functions/mkfifoat.texi: Likewise.
523         * doc/posix-functions/mknodat.texi: Likewise.
524         * doc/posix-functions/mq_close.texi: Likewise.
525         * doc/posix-functions/mq_getattr.texi: Likewise.
526         * doc/posix-functions/mq_notify.texi: Likewise.
527         * doc/posix-functions/mq_open.texi: Likewise.
528         * doc/posix-functions/mq_receive.texi: Likewise.
529         * doc/posix-functions/mq_send.texi: Likewise.
530         * doc/posix-functions/mq_setattr.texi: Likewise.
531         * doc/posix-functions/mq_timedreceive.texi: Likewise.
532         * doc/posix-functions/mq_timedsend.texi: Likewise.
533         * doc/posix-functions/mq_unlink.texi: Likewise.
534         * doc/posix-functions/open_memstream.texi: Likewise.
535         * doc/posix-functions/openat.texi: Likewise.
536         * doc/posix-functions/posix_fadvise.texi: Likewise.
537         * doc/posix-functions/posix_fallocate.texi: Likewise.
538         * doc/posix-functions/posix_madvise.texi: Likewise.
539         * doc/posix-functions/posix_memalign.texi: Likewise.
540         * doc/posix-functions/posix_openpt.texi: Likewise.
541         * doc/posix-functions/readlinkat.texi: Likewise.
542         * doc/posix-functions/remque.texi: Likewise.
543         * doc/posix-functions/renameat.texi: Likewise.
544         * doc/posix-functions/rintl.texi: Likewise.
545         * doc/posix-functions/sem_unlink.texi: Likewise.
546         * doc/posix-functions/shm_open.texi: Likewise.
547         * doc/posix-functions/shm_unlink.texi: Likewise.
548         * doc/posix-functions/signgam.texi: Likewise.
549         * doc/posix-functions/sigset.texi: Likewise.
550         * doc/posix-functions/stpcpy.texi: Likewise.
551         * doc/posix-functions/stpncpy.texi: Likewise.
552         * doc/posix-functions/strerror.texi: Likewise.
553         * doc/posix-functions/strtod.texi: Likewise.
554         * doc/posix-functions/symlinkat.texi: Likewise.
555         * doc/posix-functions/unlinkat.texi: Likewise.
556         * doc/posix-functions/utimensat.texi: Likewise.
557         * doc/glibc-functions/bindresvport.texi: Likewise.
558         * doc/glibc-functions/dn_expand.texi: Likewise.
559         * doc/glibc-functions/exp10.texi: Likewise.
560         * doc/glibc-functions/exp10f.texi: Likewise.
561         * doc/glibc-functions/fgetxattr.texi: Likewise.
562         * doc/glibc-functions/flistxattr.texi: Likewise.
563         * doc/glibc-functions/fopencookie.texi: Likewise.
564         * doc/glibc-functions/freeifaddrs.texi: Likewise.
565         * doc/glibc-functions/fremovexattr.texi: Likewise.
566         * doc/glibc-functions/fsetxattr.texi: Likewise.
567         * doc/glibc-functions/getifaddrs.texi: Likewise.
568         * doc/glibc-functions/getxattr.texi: Likewise.
569         * doc/glibc-functions/lgetxattr.texi: Likewise.
570         * doc/glibc-functions/listxattr.texi: Likewise.
571         * doc/glibc-functions/llistxattr.texi: Likewise.
572         * doc/glibc-functions/lremovexattr.texi: Likewise.
573         * doc/glibc-functions/lsetxattr.texi: Likewise.
574         * doc/glibc-functions/pow10.texi: Likewise.
575         * doc/glibc-functions/pow10f.texi: Likewise.
576         * doc/glibc-functions/rcmd_af.texi: Likewise.
577         * doc/glibc-functions/removexattr.texi: Likewise.
578         * doc/glibc-functions/res_init.texi: Likewise.
579         * doc/glibc-functions/res_mkquery.texi: Likewise.
580         * doc/glibc-functions/res_query.texi: Likewise.
581         * doc/glibc-functions/res_querydomain.texi: Likewise.
582         * doc/glibc-functions/res_send.texi: Likewise.
583         * doc/glibc-functions/rresvport_af.texi: Likewise.
584         * doc/glibc-functions/setxattr.texi: Likewise.
585         * doc/glibc-functions/strcasestr.texi: Likewise.
586
587 2008-12-15  Bruno Haible  <bruno@clisp.org>
588
589         Fix compilation error on OSF/1 4.0.
590         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
591         <sys/time.h>, simply delegate to the system header.
592         Reported by Daniel Richard G. <oss@teragram.com>.
593
594 2008-12-15  Bruno Haible  <bruno@clisp.org>
595
596         * doc/posix-functions/openat.texi: Mention the 'openat' module.
597         * doc/posix-functions/fchmodat.texi: Likewise.
598         * doc/posix-functions/fchownat.texi: Likewise.
599         * doc/posix-functions/fdopendir.texi: Likewise.
600         * doc/posix-functions/fstatat.texi: Likewise.
601         * doc/posix-functions/mkdirat.texi: Likewise.
602         * doc/posix-functions/unlinkat.texi: Likewise.
603
604 2008-12-14  Bruno Haible  <bruno@clisp.org>
605
606         Update doc for POSIX:2008.
607         * doc/posix-functions/faccessat.texi: New file.
608         * doc/posix-functions/fchmodat.texi: New file.
609         * doc/posix-functions/fchownat.texi: New file.
610         * doc/posix-functions/fdopendir.texi: New file.
611         * doc/posix-functions/fstatat.texi: New file.
612         * doc/posix-functions/futimens.texi: New file.
613         * doc/posix-functions/linkat.texi: New file.
614         * doc/posix-functions/mkdirat.texi: New file.
615         * doc/posix-functions/mkfifoat.texi: New file.
616         * doc/posix-functions/mknodat.texi: New file.
617         * doc/posix-functions/open_wmemstream.texi: New file.
618         * doc/posix-functions/openat.texi: New file.
619         * doc/posix-functions/psiginfo.texi: New file.
620         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
621         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
622         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
623         * doc/posix-functions/readlinkat.texi: New file.
624         * doc/posix-functions/renameat.texi: New file.
625         * doc/posix-functions/strerror_l.texi: New file.
626         * doc/posix-functions/symlinkat.texi: New file.
627         * doc/posix-functions/unlinkat.texi: New file.
628         * doc/posix-functions/utimensat.texi: New file.
629         * doc/gnulib.texi (Function Substitutes): Add these subsections.
630
631 2008-12-14  Bruno Haible  <bruno@clisp.org>
632
633         Update doc for POSIX:2008.
634         * doc/posix-functions/alphasort.texi: Renamed from
635         doc/glibc-functions/alphasort.texi.
636         * doc/posix-functions/dirfd.texi: Renamed from
637         doc/glibc-functions/dirfd.texi.
638         * doc/posix-functions/dprintf.texi: Renamed from
639         doc/glibc-functions/dprintf.texi.
640         * doc/posix-functions/duplocale.texi: Renamed from
641         doc/glibc-functions/duplocale.texi.
642         * doc/posix-functions/fexecve.texi: Renamed from
643         doc/glibc-functions/fexecve.texi.
644         * doc/posix-functions/fmemopen.texi: Renamed from
645         doc/glibc-functions/fmemopen.texi.
646         * doc/posix-functions/freelocale.texi: Renamed from
647         doc/glibc-functions/freelocale.texi.
648         * doc/posix-functions/getdate_err.texi: Renamed from
649         doc/glibc-functions/getdate_err.texi.
650         * doc/posix-functions/isalnum_l.texi: Renamed from
651         doc/glibc-functions/isalnum_l.texi.
652         * doc/posix-functions/isalpha_l.texi: Renamed from
653         doc/glibc-functions/isalpha_l.texi.
654         * doc/posix-functions/isblank_l.texi: Renamed from
655         doc/glibc-functions/isblank_l.texi.
656         * doc/posix-functions/iscntrl_l.texi: Renamed from
657         doc/glibc-functions/iscntrl_l.texi.
658         * doc/posix-functions/isdigit_l.texi: Renamed from
659         doc/glibc-functions/isdigit_l.texi.
660         * doc/posix-functions/isgraph_l.texi: Renamed from
661         doc/glibc-functions/isgraph_l.texi.
662         * doc/posix-functions/islower_l.texi: Renamed from
663         doc/glibc-functions/islower_l.texi.
664         * doc/posix-functions/isprint_l.texi: Renamed from
665         doc/glibc-functions/isprint_l.texi.
666         * doc/posix-functions/ispunct_l.texi: Renamed from
667         doc/glibc-functions/ispunct_l.texi.
668         * doc/posix-functions/isspace_l.texi: Renamed from
669         doc/glibc-functions/isspace_l.texi.
670         * doc/posix-functions/isupper_l.texi: Renamed from
671         doc/glibc-functions/isupper_l.texi.
672         * doc/posix-functions/iswalnum_l.texi: Renamed from
673         doc/glibc-functions/iswalnum_l.texi.
674         * doc/posix-functions/iswalpha_l.texi: Renamed from
675         doc/glibc-functions/iswalpha_l.texi.
676         * doc/posix-functions/iswblank_l.texi: Renamed from
677         doc/glibc-functions/iswblank_l.texi.
678         * doc/posix-functions/iswcntrl_l.texi: Renamed from
679         doc/glibc-functions/iswcntrl_l.texi.
680         * doc/posix-functions/iswctype_l.texi: Renamed from
681         doc/glibc-functions/iswctype_l.texi.
682         * doc/posix-functions/iswdigit_l.texi: Renamed from
683         doc/glibc-functions/iswdigit_l.texi.
684         * doc/posix-functions/iswgraph_l.texi: Renamed from
685         doc/glibc-functions/iswgraph_l.texi.
686         * doc/posix-functions/iswlower_l.texi: Renamed from
687         doc/glibc-functions/iswlower_l.texi.
688         * doc/posix-functions/iswprint_l.texi: Renamed from
689         doc/glibc-functions/iswprint_l.texi.
690         * doc/posix-functions/iswpunct_l.texi: Renamed from
691         doc/glibc-functions/iswpunct_l.texi.
692         * doc/posix-functions/iswspace_l.texi: Renamed from
693         doc/glibc-functions/iswspace_l.texi.
694         * doc/posix-functions/iswupper_l.texi: Renamed from
695         doc/glibc-functions/iswupper_l.texi.
696         * doc/posix-functions/iswxdigit_l.texi: Renamed from
697         doc/glibc-functions/iswxdigit_l.texi.
698         * doc/posix-functions/isxdigit_l.texi: Renamed from
699         doc/glibc-functions/isxdigit_l.texi.
700         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
701         doc/glibc-functions/mbsnrtowcs.texi.
702         * doc/posix-functions/mkdtemp.texi: Renamed from
703         doc/glibc-functions/mkdtemp.texi.
704         * doc/posix-functions/newlocale.texi: Renamed from
705         doc/glibc-functions/newlocale.texi.
706         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
707         doc/glibc-functions/nl_langinfo_l.texi.
708         * doc/posix-functions/open_memstream.texi: Renamed from
709         doc/glibc-functions/open_memstream.texi.
710         * doc/posix-functions/opterr.texi: Renamed from
711         doc/glibc-functions/opterr.texi.
712         * doc/posix-functions/optind.texi: Renamed from
713         doc/glibc-functions/optind.texi.
714         * doc/posix-functions/optopt.texi: Renamed from
715         doc/glibc-functions/optopt.texi.
716         * doc/posix-functions/psignal.texi: Renamed from
717         doc/glibc-functions/psignal.texi.
718         * doc/posix-functions/scandir.texi: Renamed from
719         doc/glibc-functions/scandir.texi.
720         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
721         doc/glibc-functions/sched_get_priority_min.texi.
722         * doc/posix-functions/signgam.texi: Renamed from
723         doc/glibc-functions/signgam.texi.
724         * doc/posix-functions/stpcpy.texi: Renamed from
725         doc/glibc-functions/stpcpy.texi.
726         * doc/posix-functions/stpncpy.texi: Renamed from
727         doc/glibc-functions/stpncpy.texi.
728         * doc/posix-functions/strcasecmp_l.texi: Renamed from
729         doc/glibc-functions/strcasecmp_l.texi.
730         * doc/posix-functions/strcoll_l.texi: Renamed from
731         doc/glibc-functions/strcoll_l.texi.
732         * doc/posix-functions/strfmon_l.texi: Renamed from
733         doc/glibc-functions/strfmon_l.texi.
734         * doc/posix-functions/strftime_l.texi: Renamed from
735         doc/glibc-functions/strftime_l.texi.
736         * doc/posix-functions/strncasecmp_l.texi: Renamed from
737         doc/glibc-functions/strncasecmp_l.texi.
738         * doc/posix-functions/strndup.texi: Renamed from
739         doc/glibc-functions/strndup.texi.
740         * doc/posix-functions/strnlen.texi: Renamed from
741         doc/glibc-functions/strnlen.texi.
742         * doc/posix-functions/strsignal.texi: Renamed from
743         doc/glibc-functions/strsignal.texi.
744         * doc/posix-functions/strxfrm_l.texi: Renamed from
745         doc/glibc-functions/strxfrm_l.texi.
746         * doc/posix-functions/timer_gettime.texi: Renamed from
747         doc/glibc-functions/timer_gettime.texi.
748         * doc/posix-functions/tolower_l.texi: Renamed from
749         doc/glibc-functions/tolower_l.texi.
750         * doc/posix-functions/toupper_l.texi: Renamed from
751         doc/glibc-functions/toupper_l.texi.
752         * doc/posix-functions/towctrans_l.texi: Renamed from
753         doc/glibc-functions/towctrans_l.texi.
754         * doc/posix-functions/towlower_l.texi: Renamed from
755         doc/glibc-functions/towlower_l.texi.
756         * doc/posix-functions/towupper_l.texi: Renamed from
757         doc/glibc-functions/towupper_l.texi.
758         * doc/posix-functions/uselocale.texi: Renamed from
759         doc/glibc-functions/uselocale.texi.
760         * doc/posix-functions/vdprintf.texi: Renamed from
761         doc/glibc-functions/vdprintf.texi.
762         * doc/posix-functions/wcpcpy.texi:
763         Renamed from doc/glibc-functions/wcpcpy.texi.
764         * doc/posix-functions/wcpncpy.texi: Renamed from
765         doc/glibc-functions/wcpncpy.texi.
766         * doc/posix-functions/wcscasecmp.texi: Renamed from
767         doc/glibc-functions/wcscasecmp.texi.
768         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
769         doc/glibc-functions/wcscasecmp_l.texi.
770         * doc/posix-functions/wcscoll_l.texi: Renamed from
771         doc/glibc-functions/wcscoll_l.texi.
772         * doc/posix-functions/wcsdup.texi: Renamed from
773         doc/glibc-functions/wcsdup.texi.
774         * doc/posix-functions/wcsncasecmp.texi: Renamed from
775         doc/glibc-functions/wcsncasecmp.texi.
776         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
777         doc/glibc-functions/wcsncasecmp_l.texi.
778         * doc/posix-functions/wcsnlen.texi: Renamed from
779         doc/glibc-functions/wcsnlen.texi.
780         * doc/posix-functions/wcsnrtombs.texi: Renamed from
781         doc/glibc-functions/wcsnrtombs.texi.
782         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
783         doc/glibc-functions/wcsxfrm_l.texi.
784         * doc/posix-functions/wctrans_l.texi: Renamed from
785         doc/glibc-functions/wctrans_l.texi.
786         * doc/posix-functions/wctype_l.texi: Renamed from
787         doc/glibc-functions/wctype_l.texi.
788         * doc/gnulib.texi (Function Substitutes): Add these subsections.
789         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
790         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
791         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
792         these subsections.
793         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
794         Remove sections.
795
796 2008-12-14  Bruno Haible  <bruno@clisp.org>
797
798         Update doc for POSIX:2008.
799         * doc/posix-functions/*.texi: Update URL of POSIX specification.
800
801 2008-12-14  Bruno Haible  <bruno@clisp.org>
802
803         Update doc for POSIX:2008.
804         * doc/pastposix-functions/bcmp.texi: Renamed from
805         doc/posix-functions/bcmp.texi.
806         * doc/pastposix-functions/bcopy.texi: Renamed from
807         doc/posix-functions/bcopy.texi.
808         * doc/pastposix-functions/bsd_signal.texi: Renamed from
809         doc/posix-functions/bsd_signal.texi.
810         * doc/pastposix-functions/bzero.texi: Renamed from
811         doc/posix-functions/bzero.texi.
812         * doc/pastposix-functions/ecvt.texi: Renamed from
813         doc/posix-functions/ecvt.texi.
814         * doc/pastposix-functions/fcvt.texi: Renamed from
815         doc/posix-functions/fcvt.texi.
816         * doc/pastposix-functions/ftime.texi: Renamed from
817         doc/posix-functions/ftime.texi.
818         * doc/pastposix-functions/gcvt.texi: Renamed from
819         doc/posix-functions/gcvt.texi.
820         * doc/pastposix-functions/getcontext.texi: Renamed from
821         doc/posix-functions/getcontext.texi.
822         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
823         doc/posix-functions/gethostbyaddr.texi.
824         * doc/pastposix-functions/gethostbyname.texi: Renamed from
825         doc/posix-functions/gethostbyname.texi.
826         * doc/pastposix-functions/getwd.texi: Renamed from
827         doc/posix-functions/getwd.texi.
828         * doc/pastposix-functions/h_errno.texi: Renamed from
829         doc/posix-functions/h_errno.texi.
830         * doc/pastposix-functions/index.texi: Renamed from
831         doc/posix-functions/index.texi.
832         * doc/pastposix-functions/makecontext.texi: Renamed from
833         doc/posix-functions/makecontext.texi.
834         * doc/pastposix-functions/mktemp.texi: Renamed from
835         doc/posix-functions/mktemp.texi.
836         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
837         doc/posix-functions/pthread_attr_getstackaddr.texi.
838         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
839         doc/posix-functions/pthread_attr_setstackaddr.texi.
840         * doc/pastposix-functions/rindex.texi: Renamed from
841         doc/posix-functions/rindex.texi.
842         * doc/pastposix-functions/scalb.texi: Renamed from
843         doc/posix-functions/scalb.texi.
844         * doc/pastposix-functions/setcontext.texi: Renamed from
845         doc/posix-functions/setcontext.texi.
846         * doc/pastposix-functions/swapcontext.texi: Renamed from
847         doc/posix-functions/swapcontext.texi.
848         * doc/pastposix-functions/ualarm.texi: Renamed from
849         doc/posix-functions/ualarm.texi.
850         * doc/pastposix-functions/usleep.texi: Renamed from
851         doc/posix-functions/usleep.texi.
852         * doc/pastposix-functions/vfork.texi: Renamed from
853         doc/posix-functions/vfork.texi.
854         * doc/pastposix-functions/wcswcs.texi: Renamed from
855         doc/posix-functions/wcswcs.texi.
856         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
857         (Function Substitutes): Update.
858
859 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
860
861         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
862         m4/strerror.m4.
863
864 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
865             Bruno Haible  <bruno@clisp.org>
866
867         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
868
869 2008-12-13  Bruno Haible  <bruno@clisp.org>
870
871         * modules/strtoull (Depends-on): Remove unistd.
872
873 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
874
875         * modules/strtoull (Depends-on): Add stdlib.
876
877 2008-12-11  Simon Josefsson  <simon@josefsson.org>
878
879         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
880
881 2008-12-10  Jim Meyering  <meyering@redhat.com>
882
883         gl_ASSERT: don't say assertions are disabled when they're not
884         * m4/assert.m4 (gl_ASSERT): Do not make configure report
885         "checking whether to enable assertions... no", when they are in
886         fact enabled.  This is solely a bug in the output of configure.
887         In spite of saying "no", NDEBUG was not defined in that case.
888         Also, as noted by Eric Blake, leave assertions enabled upon
889         --enable-assert=INVALID.
890
891 2008-12-10  Bruno Haible  <bruno@clisp.org>
892
893         Change MODULES.html to refer to POSIX:2008 where possible.
894         * MODULES.html.sh (POSIX2008_URL): New variable.
895         (posix_headers): Remove sys/timeb, ucontext.
896         (posix2001_headers): New variable.
897         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
898         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
899         index, makecontext, mktemp, pthread_attr_getstackaddr,
900         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
901         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
902         (posix2001_functions): New variable.
903         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
904         otherwise.
905
906 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
907
908         add missing include to parse-duration.c
909         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
910         * modules/parse-duration (Depends-on): Add xalloc.
911
912         fix sed script reading maint.mk
913         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
914         (syntax-check-rules): Use it.
915
916 2008-12-09  Bruno Haible  <bruno@clisp.org>
917
918         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
919         MacOS X 10.4/PowerPC.
920         Reported by Simon Josefsson.
921
922 2008-12-08  Jim Meyering  <meyering@redhat.com>
923
924         work around mingw's lack of some S_IF definitions
925         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
926         Reported by Simon Josefsson.
927
928 2008-12-08  Bruno Haible  <bruno@clisp.org>
929
930         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
931         applied to variables. Needed on MacOS X 10.4/PowerPC.
932         Reported by Simon Josefsson.
933
934 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
935         and Eric Blake  <ebb9@byu.net>
936
937         assert: honor --enable-assert
938         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
939         order to honor --enable-assert, rather than treating it as a
940         synonym for --disable-assert.
941
942 2008-12-08  Jim Meyering  <meyering@redhat.com>
943
944         * lib/posixtm.c: Remove now-useless declaration of mktime.
945
946         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
947
948 2008-12-07  Bruno Haible  <bruno@clisp.org>
949
950         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
951         test_once): Mark functions as static.
952         * tests/test-tls.c (test_tls): Likewise.
953
954 2008-12-07  Bruno Haible  <bruno@clisp.org>
955
956         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
957         iconv_register_autodetect.
958
959 2008-12-07  Jim Meyering  <meyering@redhat.com>
960
961         posixtm.c: avoid a warning
962         * lib/posixtm.c (posixtime): Don't initialize tm0.
963         It's no longer needed to placate gcc4's -Wuninitialized,
964         and the attempt to placate would elicit a new warning.
965
966         unicodeio.c: mark unused parameters
967         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
968         (fallback_failure_callback): Likewise.
969
970 2008-12-07  Bruno Haible  <bruno@clisp.org>
971
972         * gnulib-tool (func_create_testdir): When building the tests
973         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
974         Reported by Simon Josefsson.
975
976 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
977
978         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
979
980 2008-12-06  Bruno Haible  <bruno@clisp.org>
981
982         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
983         Suggested by Eric Blake.
984
985 2008-12-06  Bruno Haible  <bruno@clisp.org>
986
987         Fix a c-stack test failure on MacOS X.
988         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
989         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
990         handler for SIGBUS as well.
991         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
992         install a signal handler for SIGBUS as well.
993         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
994
995 2008-12-06  Bruno Haible  <bruno@clisp.org>
996
997         Advocacy documentation.
998         * doc/gnulib-intro.texi (Benefits): New section.
999         * doc/gnulib.texi: Update.
1000
1001 2008-12-06  Bruno Haible  <bruno@clisp.org>
1002
1003         Document the 'manywarnings' module.
1004         * doc/manywarnings.texi: New file.
1005         * doc/gnulib.texi: Include it.
1006
1007 2008-12-05  Eric Blake  <ebb9@byu.net>
1008
1009         tests: silence some gcc warnings
1010         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
1011         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
1012         type mismatches.
1013
1014 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1015             Bruno Haible  <bruno@clisp.org>
1016
1017         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
1018
1019 2008-11-29  Jim Meyering  <meyering@redhat.com>
1020
1021         unicodeio.c: mark unused parameters
1022         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
1023         (fallback_failure_callback): Likewise.
1024
1025         fts: fix a thinko
1026         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
1027         (set_stat_type): Return S_IF*-valued "type" directly.
1028         Prompted by James Youngman's spotting a related bug.
1029         Confirmed by further testing through find.
1030
1031         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
1032         * lib/fts.c (D_TYPE): Define.
1033         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
1034         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
1035         (s_ifmt_shift_bits): New function.
1036         (set_stat_type): New function.
1037         (fts_build): When not calling fts_stat, call set_stat_type
1038         to propagate dirent.d_type info to fts_read caller.
1039         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
1040         fts_statp->st_mode type information may be valid.
1041
1042 2008-11-28  Simon Josefsson  <simon@josefsson.org>
1043
1044         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
1045         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
1046         <sds@gnu.org>.
1047
1048 2008-11-20  Bruno Haible  <bruno@clisp.org>
1049
1050         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
1051         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
1052         INCLUDE_NEXT.
1053         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
1054         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
1055         * modules/math (Makefile.am): Substitute
1056         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
1057         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
1058
1059 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
1060             Bruno Haible  <bruno@clisp.org>
1061
1062         * lib/stdint.in.h: Define all type macros so that their expansion is
1063         a single typedef'ed token. Fixes a compilation failure in Boost which
1064         does "using ::int8_t;".
1065
1066 2008-11-18  Simon Josefsson  <simon@josefsson.org>
1067
1068         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
1069         gl_MANYWARN_ALL_GCC.
1070         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
1071         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
1072         * modules/manywarnings: New file.
1073         * MODULES.html.sh: Mention manywarnings module.
1074
1075 2008-11-18  Bruno Haible  <bruno@clisp.org>
1076
1077         * doc/gnulib-tool.texi (Unit tests): New section.
1078
1079 2008-11-18  Simon Josefsson  <simon@josefsson.org>
1080
1081         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
1082         paths like 'lib/po/foo.po'.
1083
1084 2008-11-17  Simon Josefsson  <simon@josefsson.org>
1085
1086         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
1087         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
1088
1089 2008-11-17  Simon Josefsson  <simon@josefsson.org>
1090
1091         * m4/warnings.m4: Use CPPFLAGS to really check whether the
1092         parameter works.
1093
1094 2008-11-17  Simon Josefsson  <simon@josefsson.org>
1095
1096         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
1097
1098 2008-11-17  Bruce Korb  <bkorb@gnu.org>
1099
1100         * modules/parse-duration-tests: New file.
1101         * tests/test-parse-duration.sh: New file.
1102         * tests/test-parse-duration.c: New file.
1103
1104         New module 'parse-duration'.
1105         * lib/parse-duration.h: New file.
1106         * lib/parse-duration.c: New file.
1107         * modules/parse-duration: New file.
1108
1109 2008-11-17  Bruno Haible  <bruno@clisp.org>
1110
1111         * tests/test-select-out.sh: Comment out the first pipe test.
1112         Reported by Simon Josefsson.
1113
1114 2008-11-17  Bruno Haible  <bruno@clisp.org>
1115
1116         * modules/getaddrinfo (Depends-on): Add servent, hostent.
1117         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
1118         gl_HOSTENT.
1119
1120 2008-11-17  Bruno Haible  <bruno@clisp.org>
1121
1122         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
1123         -lnetwork and -lnet. Needed for Haiku and BeOS.
1124
1125 2008-11-16  Bruno Haible  <bruno@clisp.org>
1126
1127         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
1128
1129 2008-11-16  Bruno Haible  <bruno@clisp.org>
1130
1131         Avoid test failure on Haiku.
1132         * tests/test-fsync.c: Include <errno.h>.
1133         (main): Don't require that fsync (0) fails.
1134
1135 2008-11-15  Bruno Haible  <bruno@clisp.org>
1136
1137         New module 'hostent'.
1138         * modules/hostent: New file.
1139         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
1140
1141 2008-11-15  Bruno Haible  <bruno@clisp.org>
1142
1143         New module 'servent'.
1144         * modules/servent: New file.
1145         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
1146
1147 2008-11-15  Bruno Haible  <bruno@clisp.org>
1148
1149         Avoid generating same test program with two different rules.
1150         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
1151         test-frexp to test-frexp-nolibm.
1152         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
1153         test-frexpl to test-frexpl-nolibm.
1154
1155 2008-11-15  Bruno Haible  <bruno@clisp.org>
1156
1157         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
1158         $(FREXPL_LIBM).
1159
1160 2008-11-15  Bruno Haible  <bruno@clisp.org>
1161
1162         * lib/netdb.in.h: Activate the definitions also when the system's
1163         <netdb.h> has 'struct addrinfo'.
1164         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
1165         EAI_OVERFLOW or AI_NUMERICSERV.
1166         * doc/posix-headers/netdb.texi: Document the problem.
1167
1168 2008-11-15  Bruno Haible  <bruno@clisp.org>
1169
1170         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
1171
1172         Make the 'sched' module work on platforms where <sched.h> exists but
1173         is incomplete (such as Haiku).
1174         * lib/sched.in.h; Include the system's <sched.h> if it exists.
1175         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
1176         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
1177         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
1178         HAVE_STRUCT_SCHED_PARAM.
1179         * modules/sched (Depends-on): Add include_next.
1180         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
1181         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
1182         * doc/posix-headers/sched.texi: Document the issue.
1183
1184 2008-11-13  Jim Meyering  <meyering@redhat.com>
1185
1186         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
1187         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
1188         test would fail due to the difference in the Report bugs to ...
1189         line.  The expected address is empty, "<>", while the actual
1190         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
1191
1192 2008-11-12  Bruno Haible  <bruno@clisp.org>
1193
1194         lstat: don't compile lstat.c on systems lacking lstat
1195         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
1196         which don't have lstat; this is handled by lib/sys_stat.in.h already.
1197         Reported by Daniel P. Berrange via Jim Meyering.
1198
1199 2008-11-12  Jim Meyering  <meyering@redhat.com>
1200
1201         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
1202
1203 2008-11-12  Simon Josefsson  <simon@josefsson.org>
1204
1205         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
1206         instead.
1207
1208 2008-11-12  Bruno Haible  <bruno@clisp.org>
1209
1210         * lib/unicodeio.c: Include unistr.h.
1211         (utf8_wctomb): Remove function.
1212         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
1213
1214 2008-11-12  Simon Josefsson  <simon@josefsson.org>
1215
1216         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
1217         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
1218         <bruno@clisp.org>.
1219         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
1220
1221 2008-11-12  Simon Josefsson  <simon@josefsson.org>
1222
1223         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
1224         * doc/gnulib.texi: Add section for warnings.
1225
1226 2008-11-11  Bruno Haible  <bruno@clisp.org>
1227
1228         * lib/sockets.h: Add a comment.
1229
1230 2008-11-11  Karl Berry  <karl@gnu.org>
1231
1232         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
1233
1234 2008-11-11  Eric Blake  <ebb9@byu.net>
1235
1236         fdl.texi: avoid git symlinks
1237         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
1238
1239 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
1240
1241         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
1242
1243 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
1244
1245         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
1246         (gl_WARN_ADD): Substitute $2 if literal.
1247
1248 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
1249
1250         * m4/warning.m4: Remove.
1251
1252 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
1253
1254         * m4/warnings.m4: Almost complete rewrite. :-)
1255
1256 2008-11-10  Simon Josefsson  <simon@josefsson.org>
1257
1258         * modules/warnings: New module.
1259         * m4/warnings.m4: New file.
1260         * MODULES.html.sh: Mention warnings module.
1261         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
1262         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
1263
1264 2008-11-10  Eric Blake  <ebb9@byu.net>
1265
1266         fdl.texi: make a symlink to the latest version
1267         * doc/standards.texi: Revert today's earlier change.
1268         * doc/fdl-1.2.texi: Rename from old fdl.texi...
1269         * doc/fdl.texi: ...and replace this with a symlink to the newer
1270         fdl-1.3.texi.
1271
1272 2008-11-10  Bruno Haible  <bruno@clisp.org>
1273
1274         * tests/test-select-fd.c (main): Accept the result file name as fourth
1275         argument.
1276         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
1277         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
1278
1279 2008-11-10  Bruno Haible  <bruno@clisp.org>
1280
1281         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
1282         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
1283         as autoconf-substituted macros.
1284         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
1285         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
1286         gl_NETDB_H_DEFAULTS. Set these variables.
1287         * modules/netdb (Makefile.am): Substitute these variables.
1288
1289 2008-11-10  Eric Blake  <ebb9@byu.net>
1290
1291         standards.texi: include correct file for FDL 1.3
1292         * doc/standards.texi (GNU Free Documentation License): Change
1293         include file to pull in FDL 1.3, not 1.2.
1294
1295         fdl.texi: revert accidental change to license
1296         * doc/fdl.texi: This is FDL 1.2, not 1.3.
1297
1298 2008-11-10  Bruno Haible  <bruno@clisp.org>
1299
1300         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
1301         cross-compiling guesses also when the native compile gives no result.
1302
1303 2008-11-10  Bruno Haible  <bruno@clisp.org>
1304
1305         * lib/spawni.c (__spawni): Force variable into the stack.
1306
1307 2008-11-10  Bruno Haible  <bruno@clisp.org>
1308
1309         Add support for Haiku.
1310         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
1311         glibc and BeOS, but also on Haiku.
1312         * lib/fpurge.c (fpurge): Likewise.
1313         * lib/freadable.c (freadable): Likewise.
1314         * lib/freadahead.c (freadahead): Likewise.
1315         * lib/freading.c (freading): Likewise.
1316         * lib/freadptr.c (freadptr): Likewise.
1317         * lib/freadseek.c (freadptrinc): Likewise.
1318         * lib/fseeko.c (rpl_fseeko): Likewise.
1319         * lib/fseterr.c (fseterr): Likewise.
1320         * lib/fwritable.c (fwritable): Likewise.
1321         * lib/fwriting.c (fwriting): Likewise.
1322         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
1323
1324 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
1325
1326         * lib/config.charset: Treat Haiku like BeOS.
1327
1328 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
1329
1330         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
1331         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
1332
1333 2008-11-08  Bruno Haible  <bruno@clisp.org>
1334
1335         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
1336         AC_CACHE_CHECK.
1337
1338 2008-11-08  Bruno Haible  <bruno@clisp.org>
1339
1340         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
1341
1342 2008-11-08  Bruno Haible  <bruno@clisp.org>
1343
1344         * tests/test-select-fd.c: New file.
1345         * tests/test-select-in.sh: New file.
1346         * tests/test-select-out.sh: New file.
1347         * tests/test-select-stdin.c: New file.
1348         * modules/select-tests (Files): Add the new files.
1349         (Depends-on): Add gettimeofday.
1350         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
1351         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
1352         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
1353
1354 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
1355             Bruno Haible  <bruno@clisp.org>
1356
1357         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
1358
1359 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
1360
1361         * build-aux/pmccabe2html: Added support for C++ source files.
1362
1363 2008-11-05  Ben Pfaff  <blp@gnu.org>
1364
1365         Fix lib/close.c build on Windows.
1366         * modules/close (Files): Add lib/w32sock.h.
1367
1368 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
1369
1370         Accept Bison's NEWS format.
1371         * build-aux/announce-gen (print_news_deltas): Tweak
1372         $re_prefix.
1373
1374 2008-11-04  Bruno Haible  <bruno@clisp.org>
1375
1376         * modules/random_r (Maintainer): Add glibc.
1377
1378 2008-11-04  Simon Josefsson  <simon@josefsson.org>
1379
1380         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
1381         by karl@freefriends.org (Karl Berry).
1382         * doc/alloca.texi: Likewise.
1383         * doc/c-ctype.texi: Likewise.
1384         * doc/c-strcase.texi: Likewise.
1385         * doc/c-strcaseeq.texi: Likewise.
1386         * doc/c-strcasestr.texi: Likewise.
1387         * doc/c-strstr.texi: Likewise.
1388         * doc/c-strtod.texi: Likewise.
1389         * doc/c-strtold.texi: Likewise.
1390         * doc/ctime.texi: Likewise.
1391         * doc/error.texi: Likewise.
1392         * doc/fdl.texi: Likewise.
1393         * doc/gcd.texi: Likewise.
1394         * doc/getdate.texi: Likewise.
1395         * doc/gnulib-intro.texi: Likewise.
1396         * doc/gnulib-tool.texi: Likewise.
1397         * doc/gnulib.texi: Likewise.
1398         * doc/inet_ntoa.texi: Likewise.
1399         * doc/maintain.texi: Likewise.
1400         * doc/make-stds.texi: Likewise.
1401         * doc/quote.texi: Likewise.
1402         * doc/regexprops-generic.texi: Likewise.
1403         * doc/standards.texi: Likewise.
1404         * doc/verify.texi: Likewise.
1405         * doc/visibility.texi: Likewise.
1406         * doc/gnulib.texi (GNU Free Documentation License): Include
1407         fdl-1.3.texi instead of fdl.texi.
1408
1409 2008-11-04  Simon Josefsson  <simon@josefsson.org>
1410
1411         * doc/fdl-1.3.texi: New file, from
1412         <http://www.gnu.org/licenses/fdl-1.3.texi>.
1413         * modules/fdl-1.3: Add.
1414         * MODULES.html.sh: Add fdl-1.3.
1415
1416 2008-11-03  Bruno Haible  <bruno@clisp.org>
1417
1418         Make determination of absolute name of header file work with AIX xlc.
1419         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
1420         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
1421         preprocessing.
1422         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
1423         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
1424
1425 2008-11-03  Simon Josefsson  <simon@josefsson.org>
1426
1427         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
1428         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
1429         <ludo@gnu.org>.
1430
1431 2008-11-02  Bruno Haible  <bruno@clisp.org>
1432
1433         Mark 'strpbrk' obsolete.
1434         * modules/strpbrk (Status, Notice): New sections.
1435         * modules/strtok_r (Depends-on): Add strpbrk.
1436
1437 2008-11-02  Bruno Haible  <bruno@clisp.org>
1438
1439         Mark 'strdup' obsolete.
1440         * modules/strdup (Status, Notice): New sections.
1441         * modules/findprog (Depends-on): Add strdup.
1442         * modules/getaddrinfo (Depends-on): Likewise.
1443         * modules/localename (Depends-on): Likewise.
1444         * modules/relocatable-lib (Depends-on): Likewise.
1445         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
1446         * modules/relocatable-prog (Depends-on): Likewise.
1447         * modules/trim (Depends-on): Likewise.
1448         * modules/unictype/gen-ctype (Depends-on): Likewise.
1449         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
1450
1451 2008-11-02  Bruno Haible  <bruno@clisp.org>
1452
1453         Mark 'strcspn' obsolete.
1454         * modules/strcspn (Status, Notice): New sections.
1455
1456 2008-11-02  Bruno Haible  <bruno@clisp.org>
1457
1458         Mark 'rmdir' obsolete.
1459         * modules/rmdir (Status, Notice): New sections.
1460         * modules/clean-temp (Depends-on): Add rmdir.
1461         * modules/openat (Depends-on): Likewise.
1462
1463 2008-11-02  Bruno Haible  <bruno@clisp.org>
1464
1465         Mark 'raise' obsolete.
1466         * modules/raise (Status, Notice): New sections.
1467         (Include): Specify <signal.h>.
1468         * modules/stdio (Depends-on): Add raise.
1469         * modules/write (Depends-on): Likewise.
1470
1471 2008-11-02  Bruno Haible  <bruno@clisp.org>
1472
1473         Mark 'memset' obsolete.
1474         * modules/memset (Status, Notice): New sections.
1475
1476 2008-11-02  Bruno Haible  <bruno@clisp.org>
1477
1478         Mark 'memmove' obsolete.
1479         * modules/memmove (Status, Notice): New sections.
1480         * modules/argp (Depends-on): Add memmove.
1481         * modules/argz (Depends-on): Likewise.
1482         * modules/canonicalize (Depends-on): Likewise.
1483         * modules/canonicalize-lgpl (Depends-on): Likewise.
1484         * modules/fts (Depends-on): Likewise.
1485         * modules/getcwd (Depends-on): Likewise.
1486         * modules/human (Depends-on): Likewise.
1487         * modules/regex (Depends-on): Likewise.
1488         * modules/striconveh (Depends-on): Likewise.
1489         * modules/trim (Depends-on): Likewise.
1490         * modules/unistr/u8-move (Depends-on): Likewise.
1491         * modules/unistr/u16-move (Depends-on): Likewise.
1492         * modules/unistr/u32-move (Depends-on): Likewise.
1493
1494 2008-11-02  Bruno Haible  <bruno@clisp.org>
1495
1496         Mark 'memcpy' obsolete.
1497         * modules/memcpy (Status, Notice): New sections.
1498
1499 2008-11-02  Bruno Haible  <bruno@clisp.org>
1500
1501         Mark 'memcmp' obsolete.
1502         * modules/memcmp (Status, Notice): New sections.
1503         * modules/argmatch (Depends-on): Add memchr.
1504         * modules/backupfile (Depends-on): Likewise.
1505         * modules/c-strcasestr (Depends-on): Likewise.
1506         * modules/crypto/des (Depends-on): Likewise.
1507         * modules/csharpcomp (Depends-on): Likewise.
1508         * modules/fnmatch (Depends-on): Likewise.
1509         * modules/git-merge-changelog (Depends-on): Likewise.
1510         * modules/isnand (Depends-on): Likewise.
1511         * modules/isnand-nolibm (Depends-on): Likewise.
1512         * modules/isnanf (Depends-on): Likewise.
1513         * modules/isnanf-nolibm (Depends-on): Likewise.
1514         * modules/isnanl (Depends-on): Likewise.
1515         * modules/isnanl-nolibm (Depends-on): Likewise.
1516         * modules/mbchar (Depends-on): Likewise.
1517         * modules/memcoll (Depends-on): Likewise.
1518         * modules/quotearg (Depends-on): Likewise.
1519         * modules/regex (Depends-on): Likewise.
1520         * modules/relocatable-prog (Depends-on): Likewise.
1521         * modules/same (Depends-on): Likewise.
1522         * modules/signbit (Depends-on): Likewise.
1523         * modules/strcasestr-simple (Depends-on): Likewise.
1524         * modules/unictype/gen-ctype (Depends-on): Likewise.
1525         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
1526         * modules/uniname/uniname (Depends-on): Likewise.
1527         * modules/unistr/u8-cmp (Depends-on): Likewise.
1528
1529 2008-11-02  Bruno Haible  <bruno@clisp.org>
1530
1531         Mark 'memchr' obsolete.
1532         * modules/memchr (Status, Notice): New sections.
1533         * modules/argp (Depends-on): Add memchr.
1534         * modules/base64 (Depends-on): Likewise.
1535         * modules/c-strcasestr (Depends-on): Likewise.
1536         * modules/chdir-long (Depends-on): Likewise.
1537         * modules/fnmatch (Depends-on): Likewise.
1538         * modules/getsubopt (Depends-on): Likewise.
1539         * modules/git-merge-changelog (Depends-on): Likewise.
1540         * modules/glob (Depends-on): Likewise.
1541         * modules/strcasestr-simple (Depends-on): Likewise.
1542         * modules/strnlen (Depends-on): Likewise.
1543
1544 2008-11-02  Bruno Haible  <bruno@clisp.org>
1545
1546         Mark 'atexit' obsolete.
1547         * modules/atexit (Status, Notice): New sections.
1548         * modules/chdir-long (Depends-on): Add atexit.
1549         * modules/wait-process (Depends-on): Likewise.
1550
1551 2008-11-02  Bruno Haible  <bruno@clisp.org>
1552
1553         * gnulib-tool: New option --with-obsolete.
1554         (func_usage): Document it.
1555         (func_modules_transitive_closure): Drop obsolete dependencies if
1556         incobsolete is not true.
1557         (func_import): Read and save the incobsolete variable to the cache.
1558
1559 2008-11-02  Bruno Haible  <bruno@clisp.org>
1560
1561         * modules/TEMPLATE-EXTENDED: New field 'Status'.
1562         * gnulib-tool: New option --extract-status.
1563         (func_usage): Document it.
1564         (sed_extract_prog): Recognize it.
1565         (func_get_status): New function.
1566
1567 2008-10-30  Simon Josefsson  <simon@josefsson.org>
1568
1569         * modules/sockets (License): Change from LGPL to LGPLv2+.
1570
1571 2008-10-28  Simon Josefsson  <simon@josefsson.org>
1572
1573         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
1574
1575 2008-10-28  Simon Josefsson  <simon@josefsson.org>
1576
1577         * MODULES.html.sh (Support for systems lacking POSIX:2001):
1578         Mention times and sys_times.
1579         * modules/sys_times, modules/sys_times-tests: New modules.
1580         * modules/times, modules/times-tests: Likewise
1581         * m4/sys_times_h.m4: New file.
1582         * lib/sys_times.in.h: Likewise
1583         * lib/times.c: Likewise.
1584         * tests/test-sys_times.c: Likewise.
1585         * tests/test-times.c: Likewise.
1586         * doc/posix-headers/sys_times.texi: Update.
1587         * doc/posix-functions/times.texi: Update.
1588
1589 2008-10-28  Jim Meyering  <meyering@redhat.com>
1590
1591         * modules/tempname (Depends-on): Add lstat.
1592
1593         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
1594
1595 2008-10-28  Simon Josefsson  <simon@josefsson.org>
1596
1597         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
1598         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
1599         using idiom used elsewhere in gnulib.
1600
1601 2008-10-27  Jim Meyering  <meyering@redhat.com>
1602
1603         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
1604
1605 2008-10-27  Simon Josefsson  <simon@josefsson.org>
1606
1607         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
1608         TESTS_ENVIRONMENT, for shell scripts that needs to call built
1609         programs.
1610         * tests/test-argp-2.sh: Use $EXEEXT when needed.
1611
1612 2008-10-27  Simon Josefsson  <simon@josefsson.org>
1613
1614         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
1615
1616 2008-10-27  Bruno Haible  <bruno@clisp.org>
1617
1618         * tests/test-lstat.c: Include <stdio.h>.
1619
1620 2008-10-27  Simon Josefsson  <simon@josefsson.org>
1621
1622         * modules/lstat-tests: New module.
1623         * tests/test-lstat.c: New file.
1624
1625 2008-10-26  Jim Meyering  <meyering@redhat.com>
1626
1627         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
1628
1629 2008-10-26  Simon Josefsson  <simon@josefsson.org>
1630             Bruno Haible  <bruno@clisp.org>
1631
1632         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
1633         * modules/configmake (Include): Add a note that the include must come
1634         after all system headers.
1635         * lib/javaversion.c: Include configmake.h after all other includes.
1636
1637 2008-10-26  Bruno Haible  <bruno@clisp.org>
1638
1639         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
1640         HAVE_STRUCT_RANDOM_DATA to 1.
1641         (gl_STDLIB_H): Simplify.
1642
1643 2008-10-26  Simon Josefsson  <simon@josefsson.org>
1644
1645         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
1646         substitute HAVE_STRUCT_RANDOM_DATA.
1647         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
1648         random_data.
1649         * modules/stdlib (Makefile.am): Substitute
1650         HAVE_STRUCT_RANDOM_DATA.
1651
1652 2008-10-26  Simon Josefsson  <simon@josefsson.org>
1653
1654         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
1655         * doc/gnulib-intro.texi (Copyright): Likewise.
1656
1657 2008-10-26  Simon Josefsson  <simon@josefsson.org>
1658
1659         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
1660         findings.
1661
1662 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
1663             Bruno Haible  <bruno@clisp.org>
1664
1665         * lib/unistd.in.h: Include <winsock2.h>.
1666         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
1667         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
1668         Provide dummy declarations.
1669         (gethostname): Override.
1670         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
1671         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
1672         gl_PREREQ_SYS_H_WINSOCK2.
1673         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
1674         * doc/posix-functions/gethostname.texi: More details.
1675
1676 2008-10-25  Bruno Haible  <bruno@clisp.org>
1677
1678         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
1679         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
1680         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
1681
1682         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
1683         here ...
1684         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
1685         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
1686         gl_UNISTD_H_DEFAULTS.
1687
1688 2008-10-25  Eric Blake  <ebb9@byu.net>
1689
1690         signbit: avoid spurious compiler failure
1691         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
1692         declarations inside function.
1693
1694 2008-10-24  Simon Josefsson  <simon@josefsson.org>
1695             Bruno Haible  <bruno@clisp.org>
1696
1697         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
1698         * modules/random_r (Depends-on): Add stdint.
1699
1700 2008-10-24  Bruno Haible  <bruno@clisp.org>
1701
1702         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
1703         Eggert.
1704         * modules/strerror (License): Likewise.
1705
1706 2008-10-24  Jim Meyering  <meyering@redhat.com>
1707
1708         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
1709         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
1710
1711 2008-10-24  Eric Blake  <ebb9@byu.net>
1712
1713         getgroups: fix compilation when getgroups is available
1714         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
1715         but with <config.h> override of getgroups disabled.
1716
1717 2008-10-24  Simon Josefsson  <simon@josefsson.org>
1718
1719         * doc/gnulib.texi (Header files): Add note about C++ problems.
1720         Explained by Bruno Haible <bruno@clisp.org>.
1721
1722 2008-10-23  Bruno Haible  <bruno@clisp.org>
1723
1724         Define a dummy SA_NODEFER macro on Interix.
1725         * lib/signal.in.h (SA_NODEFER): Define fallback.
1726         Reported by Aleksey Cheusov <cheusov@tut.by> via
1727         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
1728
1729 2008-10-23  Bruno Haible  <bruno@clisp.org>
1730
1731         * modules/freadahead (License): Change to LGPLv2+.
1732         Suggested by Simon Josefsson.
1733
1734 2008-10-23  Jim Meyering  <meyering@redhat.com>
1735
1736         random_r: new module
1737         * modules/random_r: New file.
1738         * m4/random_r.m4: New file.
1739         * lib/random_r.c: New file, from glibc.
1740         * modules/random_r-tests: New file.
1741         * tests/test-random_r.c: New file.
1742         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
1743          Declare.
1744         (RAND_MAX): Define.
1745         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
1746         * modules/stdlib: Substitute them, too.
1747         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
1748         * doc/glibc-functions/initstate_r.texi: Mention the new module.
1749         * doc/glibc-functions/random_r.texi: Likewise.
1750         * doc/glibc-functions/setstate_r.texi: Likewise.
1751         * doc/glibc-functions/srandom_r.texi: Likewise.
1752         * config/srclist.txt: Mention it.
1753
1754 2008-10-23  David Lutterkort  <lutter@redhat.com>
1755
1756         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
1757         link requirement
1758
1759 2008-10-23  Jim Meyering  <meyering@redhat.com>
1760
1761         selinux-h: mark parameters of stub functions as intentionally unused
1762         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
1763         * lib/se-context.in.h: Likewise.
1764
1765 2008-10-22  Simon Josefsson  <simon@josefsson.org>
1766
1767         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
1768
1769 2008-10-22  Simon Josefsson  <simon@josefsson.org>
1770
1771         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
1772
1773 2008-10-22  Eric Blake  <ebb9@byu.net>
1774
1775         glthread/thread: avoid compiler warning
1776         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
1777         Add unreachable abort to silence compiler.
1778
1779 2008-10-22  Eric Blake  <ebb9@byu.net>
1780
1781         netdb: also supply struct addrinfo for cygwin 1.5.x
1782         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
1783         older cygwin.
1784         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
1785         cygwin.
1786         * doc/posix-headers/netdb.texi (netdb.h): Document this.
1787
1788 2008-10-22  Bruno Haible  <bruno@clisp.org>
1789
1790         * users.txt: Update entry about pspp.
1791
1792 2008-10-21  Bruno Haible  <bruno@clisp.org>
1793
1794         Simplification.
1795         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
1796         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
1797
1798         Simplification.
1799         * lib/ioctl.c (ioctl): Don't undefine.
1800         * lib/socket.c (socket): Don't undefine.
1801
1802         Remove unused module indicator macros.
1803         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
1804         GNULIB_$1 as a C macro.
1805
1806         * doc/posix-functions/close.texi: Undo last change.
1807         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
1808         Windows platforms.
1809
1810 2008-10-21  Bruno Haible  <bruno@clisp.org>
1811
1812         Add gethostname() declaration to <unistd.h>.
1813         * lib/unistd.in.h (gethostname): New declaration.
1814         * lib/gethostname.c: Include <unistd.h>.
1815         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
1816         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
1817         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
1818         and HAVE_GETHOSTNAME.
1819         * modules/gethostname (Depends-on): Add unistd.
1820         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
1821         (Include): Specify <unistd.h>.
1822         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
1823         HAVE_GETHOSTNAME.
1824         * tests/test-gethostname.c: Include <unistd.h> first.
1825
1826 2008-10-21  Bruno Haible  <bruno@clisp.org>
1827
1828         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
1829         * modules/select-tests (Depends-on): Likewise.
1830         Reported by Simon Josefsson.
1831
1832 2008-10-21  Simon Josefsson  <simon@josefsson.org>
1833
1834         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
1835         * lib/accept.c: New file, based on winsock.c.
1836         * lib/bind.c: New file, based on winsock.c.
1837         * lib/connect.c: New file, based on winsock.c.
1838         * lib/getpeername.c: New file, based on winsock.c.
1839         * lib/getsockname.c: New file, based on winsock.c.
1840         * lib/getsockopt.c: New file, based on winsock.c.
1841         * lib/ioctl.c: New file, based on winsock.c.
1842         * lib/listen.c: New file, based on winsock.c.
1843         * lib/recv.c: New file, based on winsock.c.
1844         * lib/recvfrom.c: New file, based on winsock.c.
1845         * lib/send.c: New file, based on winsock.c.
1846         * lib/sendto.c: New file, based on winsock.c.
1847         * lib/setsockopt.c: New file, based on winsock.c.
1848         * lib/shutdown.c: New file, based on winsock.c.
1849         * lib/socket.c: New file, based on winsock.c.
1850         * lib/w32sock.h: New file, based on winsock.c.
1851         * lib/winsock.c: Remove file.
1852         * modules/accept: Likewise.
1853         * modules/bind: Likewise.
1854         * modules/connect: Likewise.
1855         * modules/getpeername: Likewise.
1856         * modules/getsockname: Likewise.
1857         * modules/getsockopt: Likewise.
1858         * modules/ioctl: Likewise.
1859         * modules/listen: Likewise.
1860         * modules/recv: Likewise.
1861         * modules/recvfrom: Likewise.
1862         * modules/send: Likewise.
1863         * modules/sendto: Likewise.
1864         * modules/setsockopt: Likewise.
1865         * modules/shutdown: Likewise.
1866         * modules/socket: Use socket.c instead of winsock.c.
1867         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
1868         * doc/posix-functions/accept.texi: Doc fix.
1869         * doc/posix-functions/bind.texi: Doc fix.
1870         * doc/posix-functions/close.texi: Doc fix.
1871         * doc/posix-functions/connect.texi: Doc fix.
1872         * doc/posix-functions/getpeername.texi: Doc fix.
1873         * doc/posix-functions/getsockname.texi: Doc fix.
1874         * doc/posix-functions/getsockopt.texi: Doc fix.
1875         * doc/posix-functions/ioctl.texi: Doc fix.
1876         * doc/posix-functions/listen.texi: Doc fix.
1877         * doc/posix-functions/recv.texi: Doc fix.
1878         * doc/posix-functions/recvfrom.texi: Doc fix.
1879         * doc/posix-functions/send.texi: Doc fix.
1880         * doc/posix-functions/sendto.texi: Doc fix.
1881         * doc/posix-functions/setsockopt.texi: Doc fix.
1882         * doc/posix-functions/shutdown.texi: Doc fix.
1883         * doc/posix-functions/socket.texi: Doc fix.
1884
1885 2008-10-20  Bruno Haible  <bruno@clisp.org>
1886
1887         Take into account the role of SIGABRT_COMPAT on Windows 2008.
1888         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
1889         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
1890         as an alias for SIGABRT.
1891         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
1892         (sigaction): Map it to SIGABRT.
1893         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
1894
1895 2008-10-20  Bruno Haible  <bruno@clisp.org>
1896
1897         * lib/fts.c: Don't include lstat.h.
1898         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
1899
1900         Move the lstat() declaration to <sys/stat.h>.
1901         * lib/lstat.h: Remove file.
1902         * lib/sys_stat.in.h: Add special invocation convention.
1903         (lstat): New declaration.
1904         * lib/lstat.c (orig_lstat): New function.
1905         (rpl_lstat): Use orig_lstat instead of lstat.
1906         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
1907         AC_C_INLINE. Set REPLACE_LSTAT.
1908         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
1909         and REPLACE_LSTAT.
1910         * modules/lstat (Files): Remove lib/lstat.h.
1911         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
1912         (Include): Specify <sys/stat.h> instead of lstat.h.
1913         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
1914         REPLACE_LSTAT.
1915         * NEWS: Mention the change.
1916
1917 2008-10-20  Bruno Haible  <bruno@clisp.org>
1918
1919         * modules/posix_spawn-tests: New file.
1920         * tests/test-posix_spawn3.c: New file.
1921
1922 2008-10-20  Bruno Haible  <bruno@clisp.org>
1923
1924         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
1925         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
1926         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
1927         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
1928         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
1929
1930 2008-10-20  Bruno Haible  <bruno@clisp.org>
1931
1932         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
1933         of posix_spawn on AIX 5.3.
1934
1935 2008-10-20  Bruno Haible  <bruno@clisp.org>
1936
1937         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
1938
1939 2008-10-20  Bruno Haible  <bruno@clisp.org>
1940
1941         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
1942         of AC_LANG_PROGRAM.
1943
1944 2008-10-20  Simon Josefsson  <simon@josefsson.org>
1945
1946         * lib/netdb.in.h: Don't define GNU specific constants until they
1947         are supported or needed.  Reported by Bruno Haible
1948         <bruno@clisp.org>.
1949
1950 2008-10-20  Simon Josefsson  <simon@josefsson.org>
1951
1952         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
1953
1954 2008-10-20  Simon Josefsson  <simon@josefsson.org>
1955
1956         * lib/getaddrinfo.h: Remove file.
1957         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
1958         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
1959         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
1960         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
1961         * modules/netdb: Substitute GNULIB_GETADDRINFO.
1962         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
1963         * tests/test-getaddrinfo.c: Likewise.
1964         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
1965         * NEWS: Mention change.
1966
1967 2008-10-19  Bruno Haible  <bruno@clisp.org>
1968
1969         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
1970
1971 2008-10-19  Bruno Haible  <bruno@clisp.org>
1972
1973         * lib/wait-process.c: Include simply <sys/wait.h>.
1974         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
1975         WIFSTOPPED): Remove fallback definitions.
1976         * modules/wait-process (Depends-on): Add sys_wait.
1977
1978         New module 'sys_wait'.
1979         * modules/sys_wait: New file.
1980         * lib/sys_wait.in.h: New file, partially copied from
1981         lib/wait-process.c.
1982         * m4/sys_wait_h.m4: New file.
1983         * doc/posix-headers/sys_wait.texi: Mention the new module.
1984
1985 2008-10-19  Bruno Haible  <bruno@clisp.org>
1986
1987         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
1988
1989 2008-10-19  Bruno Haible  <bruno@clisp.org>
1990
1991         Assume that waitpid() fills an 'int' status, not a 'union wait'.
1992         * lib/wait-process.c (WAIT_T): Remove type.
1993         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
1994         (wait_subprocess): Update.
1995
1996 2008-10-19  Bruno Haible  <bruno@clisp.org>
1997
1998         New module 'atoll'.
1999         * modules/atoll: New file.
2000         * lib/stdlib.in.h (atoll): New declaration.
2001         * lib/atoll.c: New file, from glibc with modifications.
2002         * m4/atoll.m4: New file.
2003         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
2004         HAVE_ATOLL.
2005         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
2006         * doc/posix-functions/atoll.texi: Mention the new module.
2007
2008 2008-10-19  Bruno Haible  <bruno@clisp.org>
2009
2010         Add strtoull() declaration to <stdlib.h>.
2011         * lib/stdlib.in.h (strtoull): New declaration.
2012         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
2013         Set HAVE_STRTOULL.
2014         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
2015         HAVE_STRTOULL.
2016         * modules/strtoull (Depends-on): Add stdlib.
2017         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
2018         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
2019         HAVE_STRTOULL.
2020
2021 2008-10-19  Bruno Haible  <bruno@clisp.org>
2022
2023         Add strtoll() declaration to <stdlib.h>.
2024         * lib/stdlib.in.h (strtoll): New declaration.
2025         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
2026         Set HAVE_STRTOLL.
2027         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
2028         HAVE_STRTOLL.
2029         * modules/strtoll (Depends-on): Add stdlib.
2030         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
2031         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
2032
2033 2008-10-19  Bruno Haible  <bruno@clisp.org>
2034
2035         * modules/bcopy (Depends-on): Add strings.
2036         (Include): Specify <strings.h>.
2037
2038 2008-10-19  Bruno Haible  <bruno@clisp.org>
2039
2040         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
2041
2042 2008-10-19  Bruno Haible  <bruno@clisp.org>
2043
2044         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
2045         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
2046         mingw.
2047
2048 2008-10-19  Bruno Haible  <bruno@clisp.org>
2049
2050         * lib/atanl.c: Don't include isnanl.h.
2051         * lib/cosl.c: Likewise.
2052         * lib/ldexpl.c: Likewise.
2053         * lib/logl.c: Likewise.
2054         * lib/sinl.c: Likewise.
2055         * lib/sqrtl.c: Likewise.
2056         * lib/tanl.c: Likewise.
2057
2058         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
2059         * lib/isnanf.h: Remove file.
2060         * lib/isnand.h: Remove file.
2061         * lib/isnanl.h: Remove file.
2062         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
2063         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
2064         macros.
2065         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
2066         HAVE_ISNANF, don't define it as a C macro.
2067         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
2068         HAVE_ISNAND, don't define it as a C macro.
2069         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
2070         HAVE_ISNANL, don't define it as a C macro.
2071         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
2072         HAVE_ISNAN[FDL].
2073         * modules/isnanf (Files): Remove lib/isnanf.h.
2074         (Depends-on): Add math.
2075         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
2076         (Include): Specify <math.h> instead of isnanf.h.
2077         * modules/isnand (Files): Remove lib/isnand.h.
2078         (Depends-on): Add math.
2079         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
2080         (Include): Specify <math.h> instead of isnand.h.
2081         * modules/isnanl (Files): Remove lib/isnanl.h.
2082         (Depends-on): Add math.
2083         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
2084         (Include): Specify <math.h> instead of isnanl.h.
2085         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
2086         HAVE_ISNAN[FDL].
2087         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
2088         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
2089         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
2090         * NEWS: Mention the change.
2091
2092 2008-10-18  Bruno Haible  <bruno@clisp.org>
2093
2094         Add getusershell(), setusershell(), endusershell() declarations to
2095         <unistd.h>.
2096         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
2097         declarations.
2098         * lib/getusershell.c: Include unistd.h.
2099         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
2100         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
2101         HAVE_GETUSERSHELL.
2102         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
2103         and HAVE_GETUSERSHELL.
2104         * modules/getusershell (Depends-on): Add unistd, extensions.
2105         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2106         (Include): Specify <unistd.h>.
2107         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
2108         HAVE_GETUSERSHELL.
2109
2110 2008-10-18  Bruno Haible  <bruno@clisp.org>
2111
2112         Add a getloadavg() declaration to <stdlib.h>.
2113         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
2114         getloadavg declaration.
2115         (getloadavg): New declaration.
2116         * lib/getloadavg.c: Include <stdlib.h> first.
2117         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
2118         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
2119         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
2120         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
2121         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
2122         * modules/getloadavg (Depends-on): Add stdlib, extensions.
2123         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
2124         (Include): Specify <stdlib.h>.
2125         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
2126         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
2127
2128 2008-10-18  Bruno Haible  <bruno@clisp.org>
2129
2130         * lib/dirchownmod.c: Don't include lchmod.h.
2131
2132         Move the lchmod() declaration to <sys/stat.h>.
2133         * lib/lchmod.h: Remove file.
2134         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
2135         (lchmod): New declaration, moved here from lib/lchown.h.
2136         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
2137         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
2138         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
2139         and HAVE_LCHMOD.
2140         * modules/lchmod (Files): Remove lib/lchmod.h.
2141         (Depends-on): Add sys_stat, extensions.
2142         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
2143         (Include): Specify <sys/stat.h> instead of lchmod.h.
2144         * modules/sys_stat (Depends-on): Add link-warning.
2145         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
2146         definition of GL_LINK_WARNING.
2147         * NEWS: Mention the change.
2148
2149 2008-10-18  Bruno Haible  <bruno@clisp.org>
2150
2151         * lib/fchdir.c: Don't include dirfd.h.
2152         * lib/fts.c: Likewise.
2153         * lib/getcwd.c: Likewise.
2154         * lib/glob.c: Likewise.
2155
2156         Move the dirfd() declaration to <dirent.h>.
2157         * lib/dirfd.h: Remove file.
2158         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
2159         (dirfd): New declaration.
2160         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
2161         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
2162         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
2163         HAVE_DECL_DIRFD.
2164         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
2165         HAVE_DECL_DIRFD.
2166         * modules/dirfd (Files): Remove lib/dirfd.h.
2167         (Depends-on): Add dirent, extensions.
2168         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
2169         (Include): Specify <dirent.h> instead of dirfd.h.
2170         * modules/dirent (Depends-on): Add link-warning.
2171         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
2172         definition of GL_LINK_WARNING.
2173         * NEWS: Mention the change.
2174
2175 2008-10-18  Bruno Haible  <bruno@clisp.org>
2176
2177         Move the euidaccess() declaration to <unistd.h>.
2178         * lib/euidaccess.h: Remove file.
2179         * lib/unistd.in.h (euidaccess): New declaration.
2180         * lib/euidaccess.c: Don't include euidaccess.h.
2181         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
2182         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
2183         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
2184         and HAVE_EUIDACCESS.
2185         * modules/euidaccess (Files): Remove lib/euidaccess.h.
2186         (Depends-on): Add unistd.
2187         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2188         (Include): Specify <unistd.h> instead of euidaccess.h.
2189         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
2190         HAVE_EUIDACCESS.
2191         * NEWS: Mention the change.
2192
2193 2008-10-18  Bruno Haible  <bruno@clisp.org>
2194
2195         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
2196
2197         Move the getdomainname() declaration to <unistd.h>.
2198         * lib/getdomainname.h: Remove file.
2199         * lib/unistd.in.h (getdomainname): New declaration.
2200         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
2201         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
2202         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
2203         HAVE_GETDOMAINNAME.
2204         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
2205         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
2206         * modules/getdomainname (Files): Remove lib/getdomainname.h.
2207         (Depends-on): Add unistd, extensions.
2208         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2209         (Includes): Specify <unistd.h> instead of getdomainname.h.
2210         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
2211         HAVE_GETDOMAINNAME.
2212         * NEWS: Mention the change.
2213
2214 2008-10-18  Bruno Haible  <bruno@clisp.org>
2215
2216         * modules/dirent: New file.
2217         * m4/dirent_h.m4: New file.
2218         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
2219         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
2220         * modules/fchdir (Files): Remove lib/dirent.in.h.
2221         (Depends-on): Add dirent.
2222         (Makefile.am): Move rules to modules/dirent.
2223         * doc/posix-headers/dirent.texi: Mention the new module.
2224
2225 2008-10-18  Bruno Haible  <bruno@clisp.org>
2226
2227         Avoid -Wunused-parameter warnings in public gnulib header files.
2228         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
2229         macro.
2230         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
2231
2232 2008-10-18  Bruno Haible  <bruno@clisp.org>
2233
2234         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
2235         * doc/glibc-functions/error.texi: Mention the module 'error'.
2236         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
2237         * doc/glibc-functions/getdomainname.texi: Mention the module
2238         'getdomainname'.
2239         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
2240         * doc/glibc-functions/getpagesize.texi: Mention the module
2241         'getpagesize'.
2242         * doc/glibc-functions/getusershell.texi: Mention the module
2243         'getusershell'.
2244         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
2245         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
2246         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
2247         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
2248         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
2249         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
2250         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
2251         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
2252         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
2253         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
2254         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
2255         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
2256         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
2257         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
2258
2259 2008-10-17  Bruno Haible  <bruno@clisp.org>
2260
2261         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
2262         HP-UX and IRIX, use -0.0L.
2263         * tests/test-ceill.c (minus_zero): Likewise.
2264         * tests/test-floorl.c (minus_zero): Likewise.
2265         * tests/test-frexpl.c (minus_zero): Likewise.
2266         * tests/test-isnan.c (minus_zerol): Likewise.
2267         * tests/test-isnanl.h (minus_zero): Likewise.
2268         * tests/test-ldexpl.c (minus_zero): Likewise.
2269         * tests/test-roundl.c (minus_zero): Likewise.
2270         * tests/test-signbit.c (minus_zerol): Likewise.
2271         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
2272         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
2273         * tests/test-truncl.c (minus_zero): Likewise.
2274         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
2275         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
2276         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
2277         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
2278
2279 2008-10-17  Bruno Haible  <bruno@clisp.org>
2280
2281         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
2282         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
2283         that it gets activated only for gcc >= 3.0.
2284         * lib/dirent.in.h: Likewise.
2285         * lib/errno.in.h: Likewise.
2286         * lib/fcntl.in.h: Likewise.
2287         * lib/float.in.h: Likewise.
2288         * lib/iconv.in.h: Likewise.
2289         * lib/inttypes.in.h: Likewise.
2290         * lib/locale.in.h: Likewise.
2291         * lib/math.in.h: Likewise.
2292         * lib/netdb.in.h: Likewise.
2293         * lib/netinet_in.in.h: Likewise.
2294         * lib/search.in.h: Likewise.
2295         * lib/signal.in.h: Likewise.
2296         * lib/spawn.in.h: Likewise.
2297         * lib/stdarg.in.h: Likewise.
2298         * lib/stdint.in.h: Likewise.
2299         * lib/stdio.in.h: Likewise.
2300         * lib/stdlib.in.h: Likewise.
2301         * lib/string.in.h: Likewise.
2302         * lib/strings.in.h: Likewise.
2303         * lib/sys_file.in.h: Likewise.
2304         * lib/sys_ioctl.in.h: Likewise.
2305         * lib/sys_select.in.h: Likewise.
2306         * lib/sys_socket.in.h: Likewise.
2307         * lib/sys_stat.in.h: Likewise.
2308         * lib/sys_time.in.h: Likewise.
2309         * lib/sysexits.in.h: Likewise.
2310         * lib/time.in.h: Likewise.
2311         * lib/unistd.in.h: Likewise.
2312         * lib/wchar.in.h: Likewise.
2313         * lib/wctype.in.h: Likewise.
2314         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
2315
2316 2008-10-17  Jim Meyering  <meyering@redhat.com>
2317
2318         ignore-value: don't depend on inline module
2319         * modules/ignore-value (Depends-on): Remove 'inline'.
2320         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
2321         Suggestion from Bruno Haible.
2322
2323 2008-10-17  Bruno Haible  <bruno@clisp.org>
2324
2325         New implementation of condition variables for Win32.
2326         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
2327         (gl_linked_waitqueue_t): New type.
2328         (gl_cond_t): Use it.
2329         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
2330         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
2331         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
2332         (glthread_cond_init_func, glthread_cond_wait_func,
2333         glthread_cond_timedwait_func, glthread_cond_signal_func,
2334         glthread_cond_broadcast_func, glthread_cond_destroy_func):
2335         Reimplemented on the basis of gl_linked_waitqueue_t.
2336         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
2337         gl_waitqueue_t.
2338         (gl_rwlock_t): Update.
2339         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
2340
2341 2008-10-17  Simon Josefsson  <simon@josefsson.org>
2342
2343         * modules/recvfrom (Depends-on): Add dependency on getpeername.
2344         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
2345
2346 2008-10-17  Jim Meyering  <meyering@redhat.com>
2347
2348         ignore-value: new module
2349         * modules/ignore-value: New file.
2350         * lib/ignore-value.h: New file.
2351         * MODULES.html.sh (Compiler warning management): New section,
2352         just for this module.  More to come.
2353
2354 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
2355
2356         open-safer.c: avoid 'signed and unsigned in conditional...' warning
2357         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
2358         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
2359
2360 2008-10-16  Jim Meyering  <meyering@redhat.com>
2361
2362         openat-die.c: avoid 'no previous prototype' warning
2363         * lib/openat-die.c: Include "openat.h".
2364         Reported by Reuben Thomas <rrt@sc3d.org>.
2365
2366 2008-10-16  Simon Josefsson  <simon@josefsson.org>
2367
2368         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
2369         * lib/netdb.in.h: Fix typo.
2370         Reported by Bruno Haible  <bruno@clisp.org>
2371
2372         * lib/netdb.in.h: Include sys/socket.h for platforms without
2373         netdb.h, to get structures like hostent on MinGW.
2374         * modules/netdb (Depends-on): Add sys_socket.
2375
2376 2008-10-15  Simon Josefsson  <simon@josefsson.org>
2377
2378         * modules/netdb, modules/netdb-tests: New file.
2379         * m4/netdb_h.m4: New file.
2380         * lib/netdb.in.h: Add, currently just an empty file pending
2381         definitions.
2382         * tests/test-netdb.c: New file.
2383         * doc/posix-headers/netdb.texi: Mention that we replace it if
2384         needed.
2385         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
2386         netdb.
2387
2388 2008-10-15  Simon Josefsson  <simon@josefsson.org>
2389
2390         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
2391         with code.
2392
2393 2008-10-13  Bruno Haible  <bruno@clisp.org>
2394
2395         * lib/glthread/cond.c (glthread_cond_wait_func,
2396         glthread_cond_timedwait_func): Add a comment.
2397
2398 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
2399
2400         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
2401         * tests/test-select.c: Likewise,
2402
2403 2008-10-13  Bruno Haible  <bruno@clisp.org>
2404
2405         * lib/glthread/cond.c (glthread_cond_wait_func,
2406         glthread_cond_timedwait_func): Fix variable name.
2407         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
2408
2409 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
2410
2411         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
2412         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
2413         struct sockaddr.sa_len.
2414         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
2415
2416 2008-10-13  Simon Josefsson  <simon@josefsson.org>
2417
2418         * build-aux/pmccabe2html: Add css and css_url parameters.
2419
2420 2008-10-12  Bruno Haible  <bruno@clisp.org>
2421
2422         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
2423         calling aclx_get.
2424         Reported by Rainer Tammer <tammer@tammer.net>.
2425
2426 2008-10-12  Bruno Haible  <bruno@clisp.org>
2427
2428         Use msvcrt aware primitives for creation/termination of Win32 threads.
2429         * lib/glthread/thread.c: Include <process.h>.
2430         (glthread_create_func): Use _beginthreadex instead of CreateThread.
2431         (wrapper_func): Update signature.
2432         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
2433
2434 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
2435             Bruno Haible  <bruno@clisp.org>
2436
2437         Provide a Win32 implementation of the 'cond' module.
2438         * lib/glthread/cond.h [USE_WIN32]: New implementation.
2439         * lib/glthread/cond.c (glthread_cond_init_func,
2440         glthread_cond_wait_func, glthread_cond_timedwait_func,
2441         glthread_cond_signal_func, glthread_cond_broadcast_func,
2442         glthread_cond_destroy_func) [USE_WIN32]: New functions.
2443         * modules/cond (Dependencies): Add gettimeofday.
2444
2445 2008-10-11  Bruno Haible  <bruno@clisp.org>
2446
2447         Make sleep work on older versions of mingw.
2448         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
2449         only whether it exists.
2450         * doc/posix-functions/sleep.texi: Mention the problem with older
2451         versions of mingw.
2452
2453 2008-10-11  Bruno Haible  <bruno@clisp.org>
2454
2455         New module 'shutdown'.
2456         * modules/shutdown: New file.
2457         * lib/sys_socket.in.h (shutdown): New declaration.
2458         * lib/winsock.c (shutdown): New function.
2459         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
2460         GNULIB_SHUTDOWN.
2461         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
2462         * doc/posix-functions/shutdown.texi: Document the new module.
2463
2464 2008-10-11  Jim Meyering  <meyering@redhat.com>
2465
2466         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
2467
2468 2008-10-11  Bruno Haible  <bruno@clisp.org>
2469
2470         New module 'fclose'.
2471         * modules/fclose: New file.
2472         * lib/stdio.in.h (fclose): New declaration.
2473         * lib/fclose.c: New file.
2474         * m4/fclose.m4: New file.
2475         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
2476         REPLACE_FCLOSE.
2477         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
2478         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
2479         REPLACE_FCLOSE.
2480         * modules/close (Depends-on): fclose.
2481         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
2482
2483 2008-10-11  Bruno Haible  <bruno@clisp.org>
2484
2485         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
2486         set errno and don't call _close.
2487
2488 2008-10-10  Bruno Haible  <bruno@clisp.org>
2489
2490         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
2491         ACL, not afterwards. Fixes test failure on Cygwin.
2492
2493 2008-10-09  Ben Pfaff  <blp@gnu.org>
2494
2495         * build-aux/announce-gen: Fix gnulib version related part of usage
2496         message.  Die with a useful error message if no tarballs are
2497         found.
2498
2499 2008-10-10  Jim Meyering  <meyering@redhat.com>
2500
2501         bootstrap: use git's --depth=N option only if it's supported
2502         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
2503         recognize the --depth option.  Reported by Pádraig Brady.
2504
2505 2008-10-09  Bruno Haible  <bruno@clisp.org>
2506
2507         New module 'ioctl'.
2508         * modules/ioctl: New file.
2509         * lib/sys_socket.in.h (ioctl): Remove declaration.
2510         * lib/winsock.c: Include <sys/ioctl.h>.
2511         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
2512         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
2513         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
2514         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
2515         * doc/posix-functions/ioctl.texi: Mention the new module.
2516
2517 2008-10-09  Bruno Haible  <bruno@clisp.org>
2518
2519         New module 'sys_ioctl'.
2520         * lib/sys_ioctl.in.h: New file.
2521         * m4/sys_ioctl_h.m4: New file.
2522         * modules/sys_ioctl: New file.
2523         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
2524
2525 2008-10-09  Bruno Haible  <bruno@clisp.org>
2526
2527         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
2528         * lib/winsock.c: Include <stdarg.h>.
2529         (rpl_ioctl): Change to second argument 'int' and then varargs.
2530
2531 2008-10-09  Bruno Haible  <bruno@clisp.org>
2532
2533         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
2534         when the sys_socket module is present and the system has <winsock2.h>.
2535
2536 2008-10-09  Bruno Haible  <bruno@clisp.org>
2537
2538         * doc/posix-functions/close.texi: Mention module 'close' instead of
2539         module 'sys_socket'.
2540
2541 2008-10-09  Bruno Haible  <bruno@clisp.org>
2542
2543         * doc/glibc-headers/sys_ioctl.texi: New file.
2544         * doc/gnulib.texi: Include it.
2545
2546 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
2547             Bruno Haible  <bruno@clisp.org>
2548
2549         Combine the two replacements of 'close'.
2550         * lib/sys_socket.in.h (close): Define to a reminder to include
2551         <unistd.h>.
2552         (_gl_close_fd_maybe_socket): New declaration.
2553         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
2554         * lib/winsock.c (close): Remove undefinition.
2555         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
2556         needed for the gnulib module 'close'.
2557         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
2558         define to an error symbol or to a warning, if suitable.
2559         * lib/close.c: Include <sys/socket.h>.
2560         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
2561         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
2562         UNISTD_H_HAVE_WINSOCK2_H.
2563         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
2564         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
2565         UNISTD_H_HAVE_WINSOCK2_H.
2566         * modules/sys_socket (Files): Add m4/unistd_h.m4.
2567         (configure.ac): Set a module indicator.
2568         (Makefile.am): Substitute GNULIB_CLOSE.
2569         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
2570         * modules/poll-tests (Depends-on): Add close.
2571         * modules/select-tests (Depends-on): Likewise.
2572
2573 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
2574             Bruno Haible  <bruno@clisp.org>
2575
2576         New module 'close'.
2577         * modules/close: New file.
2578         * lib/unistd.in.h (close): Move declaration out of the
2579         FCHDIR_REPLACEMENT scope.
2580         (_gl_unregister_fd): New declaration.
2581         * lib/close.c: New file.
2582         * lib/fchdir.c (rpl_close): Remove function.
2583         * m4/close.m4: New file.
2584         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
2585         close.
2586         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
2587         REPLACE_CLOSE.
2588         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
2589         REPLACE_CLOSE.
2590         * modules/fchdir (Depends-on): Add close.
2591
2592 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
2593             Bruno Haible  <bruno@clisp.org>
2594
2595         * lib/fcntl.in.h (open): Simplify conditionals.
2596         (_gl_register_fd): New declaration.
2597         * lib/fchdir.c (rpl_open): Remove function.
2598         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
2599         also.
2600         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
2601         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
2602         open.
2603
2604 2008-10-09  Jim Meyering  <meyering@redhat.com>
2605
2606         GNUmakefile: use the more name-space-friendly "_version"
2607         * top/GNUmakefile (_dummy): Update.
2608         (_version): Rename from "version".
2609
2610 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
2611             Bruno Haible  <bruno@clisp.org>
2612
2613         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
2614         rpl_close.
2615         (_gl_register_fd): New function, extracted from rpl_open.
2616         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
2617         (rpl_open, rpl_opendir): Use _gl_register_fd.
2618
2619 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
2620
2621         Fix organization of 'open' replacement.
2622         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
2623         (gl_FUNC_OPEN): Use it.
2624         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
2625
2626 2008-10-08  Bruno Haible  <bruno@clisp.org>
2627
2628         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
2629
2630 2008-10-08  Simon Josefsson  <simon@josefsson.org>
2631
2632         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
2633         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
2634         listen).
2635
2636 2008-10-08  Eric Blake  <ebb9@byu.net>
2637
2638         GNUmakefile: add 'make version' target
2639         * top/GNUmakefile (_curr-ver): Split version update rules...
2640         (version): ...into a target.
2641
2642 2008-10-07  Bruno Haible  <bruno@clisp.org>
2643
2644         Use a more portable replacement expression for -0.0L.
2645         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
2646         instead of -0.0L. Fix m4 quotation.
2647
2648         * tests/test-signbit.c: Include <float.h>.
2649         (minus_zero): New variable.
2650         (test_signbitl): Use minus_zero instead of -zero.
2651         * modules/signbit-tests (Depends-on): Add float.
2652
2653         * tests/test-ceill.c: Include <float.h>.
2654         (zero): Remove variable.
2655         (minus_zero): New variable.
2656         (main): Use minus_zero instead of -zero.
2657         * modules/ceill-tests (Depends-on): Add float.
2658
2659         * tests/test-floorl.c: Include <float.h>.
2660         (zero): Remove variable.
2661         (minus_zero): New variable.
2662         (main): Use minus_zero instead of -zero.
2663         * modules/floorl-tests (Depends-on): Add float.
2664
2665         * tests/test-roundl.c: Include <float.h>.
2666         (zero): Remove variable.
2667         (minus_zero): New variable.
2668         (main): Use minus_zero instead of -zero.
2669         * modules/roundl-tests (Depends-on): Add float.
2670
2671         * tests/test-truncl.c: Include <float.h>.
2672         (zero): Remove variable.
2673         (minus_zero): New variable.
2674         (main): Use minus_zero instead of -zero.
2675         * modules/truncl-tests (Depends-on): Add float.
2676
2677         * tests/test-frexpl.c (zero): Remove variable.
2678         (minus_zero): New variable.
2679         (main): Use minus_zero instead of -zero.
2680         * modules/frexpl-tests (Depends-on): Add float.
2681
2682         * tests/test-isnan.c (zerol): Remove variable.
2683         (minus_zerol): New variable.
2684         (test_long_double): Use minus_zerol instead of -zerol.
2685         * modules/isnan-tests (Depends-on): Add float.
2686
2687         * tests/test-isnanl.h (zero): Remove variable.
2688         (minus_zero): New variable.
2689         (main): Use minus_zero instead of -zero.
2690         * modules/isnanl-nolibm-tests (Depends-on): Add float.
2691         * modules/isnanl-tests (Depends-on): Add float.
2692
2693         * tests/test-ldexpl.c (zero): Remove variable.
2694         (minus_zero): New variable.
2695         (main): Use minus_zero instead of -zero.
2696         * modules/ldexpl-tests (Depends-on): Add float.
2697
2698         * tests/test-snprintf-posix.h (zerol): Remove variable.
2699         (minus_zerol): New variable.
2700         (test_function): Use minus_zerol instead of -zerol.
2701         * modules/snprintf-posix-tests (Depends-on): Add float.
2702         * modules/vsnprintf-posix-tests (Depends-on): Add float.
2703
2704         * tests/test-sprintf-posix.h (zerol): Remove variable.
2705         (minus_zerol): New variable.
2706         (test_function): Use minus_zerol instead of -zerol.
2707         * modules/sprintf-posix-tests (Depends-on): Add float.
2708         * modules/vsprintf-posix-tests (Depends-on): Add float.
2709
2710         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
2711         (minus_zerol): New variable.
2712         (test_function): Use minus_zerol instead of -zerol.
2713         * modules/vasnprintf-posix-tests (Depends-on): Add float.
2714
2715         * tests/test-vasprintf-posix.c (zerol): Remove variable.
2716         (minus_zerol): New variable.
2717         (test_function): Use minus_zerol instead of -zerol.
2718         * modules/vasprintf-posix-tests (Depends-on): Add float.
2719
2720 2008-10-07  Simon Josefsson  <simon@josefsson.org>
2721
2722         * MODULES.html.sh (Support for building documentation): Mention
2723         pmccabe2html.  Sort entries.
2724
2725         Add pmccabe2html module, from gnupdf.
2726         * build-aux/pmccabe.css: New file.
2727         * build-aux/pmccabe2html: New file.
2728         * m4/pmccabe2html.m4: New file.
2729         * modules/pmccabe2html: New file.
2730
2731 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
2732
2733         flock: new module
2734         * MODULES.html.sh: Add to list of modules.
2735         * lib/flock.c: flock implementation for Windows and Unix systems
2736         which have fcntl.
2737         * doc/glibc-functions/flock.texi: Update documentation.
2738         * lib/sys_file.in.h: <sys/file.h> header file.
2739         * m4/flock.m4: M4 macros.
2740         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
2741         * modules/flock: flock module.
2742         * modules/flock-tests: flock tests module.
2743         * modules/sys_file: sys/file.h module.
2744         * tests/test-flock.c: test suite for flock.
2745
2746 2008-10-06  Jim Meyering  <meyering@redhat.com>
2747
2748         bootstrap: check for LT_INIT more portably still ;-)
2749         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
2750         Spotted by Bruno Haible.
2751
2752 2008-10-06  Eric Blake  <ebb9@byu.net>
2753
2754         test-signbit: avoid tripping Irix cc bug on -0.0L
2755         * tests/test-signbit.c (minus_zerol): Delete, and replace with
2756         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
2757         entire testsuite consistent and avoids an Irix 6.2 bug.
2758
2759 2008-10-05  Bruno Haible  <bruno@clisp.org>
2760             Jim Meyering  <jim@meyering.net>
2761
2762         Add an option for ignoring EPIPE during close_stdout.
2763         * lib/closeout.h: Include <stdbool.h>.
2764         (close_stdout_set_ignore_EPIPE): New declaration.
2765         * lib/closeout.c: Include <stdbool.h>.
2766         (ignore_EPIPE): New variable.
2767         (close_stdout_set_ignore_EPIPE): New function.
2768         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
2769         * lib/close-stream.c (close_stream): Mention the possible EPIPE
2770         failure.
2771         * modules/closeout (Depends-on): Add stdbool.
2772
2773 2008-10-05  Bruno Haible  <bruno@clisp.org>
2774
2775         * modules/accept: New file.
2776         * modules/bind: New file.
2777         * modules/connect: New file.
2778         * modules/getpeername: New file.
2779         * modules/getsockname: New file.
2780         * modules/getsockopt: New file.
2781         * modules/listen: New file.
2782         * modules/recv: New file.
2783         * modules/recvfrom: New file.
2784         * modules/send: New file.
2785         * modules/sendto: New file.
2786         * modules/setsockopt: New file.
2787         * modules/socket: New file.
2788         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
2789         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
2790         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
2791         the particular module is requested. Add a link warning when the
2792         particular module is not requested.
2793         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
2794         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
2795         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
2796         the particular module is requested.
2797         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
2798         gl_SYS_SOCKET_H_DEFAULTS): New macros.
2799         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
2800         * modules/sys_socket (Depends-on): Add link-warning.
2801         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
2802         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
2803         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
2804         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
2805         GL_LINK_WARNING.
2806         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
2807         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
2808         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
2809         * doc/posix-functions/getpeername.texi: Mention the new module
2810         'getpeername'.
2811         * doc/posix-functions/getsockname.texi: Mention the new module
2812         'getsockname'.
2813         * doc/posix-functions/getsockopt.texi: Mention the new module
2814         'getsockopt'.
2815         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
2816         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
2817         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
2818         * doc/posix-functions/send.texi: Mention the new module 'send'.
2819         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
2820         * doc/posix-functions/setsockopt.texi: Mention the new module
2821         'setsockopt'.
2822         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
2823         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
2824         listen, connect, accept.
2825         * modules/select-tests (Depends-on): Likewise.
2826
2827 2008-10-05  Bruno Haible  <bruno@clisp.org>
2828
2829         * lib/winsock.c (strerror): Remove unused #undef.
2830         (rpl_close): Remove unused local variable.
2831
2832         * modules/sys_socket (Depends-on); Add errno.
2833
2834 2008-10-05  Bruno Haible  <bruno@clisp.org>
2835
2836         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
2837         (select): Add a link warning when the 'select' module is not used.
2838         * modules/sys_select (Depends-on): Add link-warning.
2839         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
2840         Suggested by Paolo Bonzini.
2841
2842 2008-10-05  Jim Meyering  <meyering@redhat.com>
2843
2844         bootstrap: check for LT_INIT more portably
2845         * build-aux/bootstrap: Avoid using grep -E, since it's not
2846         portable enough.  Suggestion from Bruno Haible.
2847
2848 2008-10-05  Bruno Haible  <bruno@clisp.org>
2849
2850         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
2851         as being fixed by gnulib.
2852
2853 2008-10-05  Bruno Haible  <bruno@clisp.org>
2854
2855         * modules/select-tests: New file, mostly copied from
2856         modules/sys_select-tests.
2857         * tests/test-select.c: New file, mostly copied from
2858         tests/test-sys_select.c.
2859         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
2860         * modules/sys_select-tests (Depends-on): Remove all dependencies.
2861         (Makefile.am): Remove test_sys_select_LDADD.
2862
2863         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
2864         to an undefined symbol, for an error message.
2865         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
2866         (gl_SYS_SELECT_H_DEFAULTS): New macro.
2867         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
2868         winsock-select.c here.
2869         * modules/sys_select (Files): Remove lib/winsock-select.c.
2870         (Depends-on): Remove alloca.
2871         (Makefile.am): Substitute GNULIB_SELECT.
2872         * modules/select: New file.
2873         * doc/posix-functions/select.texi: Update.
2874
2875 2008-10-05  Bruno Haible  <bruno@clisp.org>
2876
2877         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
2878         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
2879         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
2880         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
2881         getdtablesize.
2882         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
2883         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
2884
2885 2008-10-05  Bruno Haible  <bruno@clisp.org>
2886
2887         * modules/getdtablesize-tests: New file.
2888         * tests/test-getdtablesize.c: New file.
2889
2890         New module 'getdtablesize'.
2891         * lib/unistd.in.h (getdtablesize): New declaration.
2892         * lib/getdtablesize.c: New file.
2893         * m4/getdtablesize.m4: New file.
2894         * modules/getdtablesize: New file.
2895         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
2896         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
2897         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
2898         HAVE_GETDTABLESIZE.
2899         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
2900
2901 2008-10-05  Bruno Haible  <bruno@clisp.org>
2902
2903         * modules/sched (Makefile.am): Fix typo.
2904         Reported by Simon Josefsson.
2905
2906 2008-10-05  Jim Meyering  <meyering@redhat.com>
2907
2908         bootstrap: check for LT_INIT, too
2909         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
2910         are deprecated.  Suggestion from Ralf Wildenhues.
2911
2912 2008-10-05  Bruno Haible  <bruno@clisp.org>
2913
2914         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
2915         overriding them by ours.
2916         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
2917
2918 2008-10-05  Jim Meyering  <meyering@redhat.com>
2919
2920         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
2921         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
2922         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
2923
2924 2008-10-04  Bruno Haible  <bruno@clisp.org>
2925
2926         * modules/dup2 (License): Change to LGPLv2+.
2927         * modules/sleep (License): Likewise.
2928         * modules/perror (License): Likewise.
2929         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
2930         Blake.
2931         * modules/signal (License): Likewise.
2932         * modules/sigprocmask (License): Likewise.
2933         * modules/raise (License): Change to LGPLv2+, with approval by Jim
2934         Meyering.
2935
2936 2008-10-04  Bruno Haible  <bruno@clisp.org>
2937
2938         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
2939         Reported by Rainer Tammer <tammer@tammer.net>.
2940
2941 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
2942             Bruno Haible  <bruno@clisp.org>
2943
2944         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
2945         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
2946         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
2947
2948 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
2949
2950         filevercmp: new module
2951         * lib/filevercmp.h: New function filevercmp comparing version strings.
2952         * lib/filevercmp.c: Implementation of filevercmp function.
2953         * modules/filevercmp: Module metadata.
2954         * tests/test-filevercmp.c: Unit test for new module.
2955         * modules/filevercmp-tests: Unit test metadata.
2956         * MODULES.html.sh: Add filevercmp module.
2957
2958 2008-10-03  Bruno Haible  <bruno@clisp.org>
2959
2960         * lib/c-ctype.h: Add comment.
2961         Reported by Jim Meyering.
2962
2963 2008-10-02  Bruno Haible  <bruno@clisp.org>
2964
2965         * modules/posix_spawn-internal (Depends-on): Add 'open'.
2966
2967 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
2968
2969         * build-aux/bootstrap: Allow renaming bootstrap, and change the
2970         name of bootstrap.conf accordingly.
2971
2972 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
2973
2974         * build-aux/bootstrap: Install git-merge-changelog configuration
2975         items into .gitconfig if needed.
2976
2977 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
2978
2979         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
2980         git repository, and initialize/update it accordingly.
2981
2982 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
2983
2984         * modules/fsync-tests: New file.
2985         * tests/test-fsync.c: New file.
2986
2987         New module 'fsync'.
2988         * lib/fsync.c: New file.
2989         * m4/fsync.m4: New file.
2990         * modules/fsync: New file.
2991         * lib/unistd.in.h (fsync): New declaration.
2992         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
2993         GNULIB_FSYNC and HAVE_FSYNC.
2994         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
2995         * MODULES.html.sh (posix_functions): Add fsync.
2996         * doc/posix-functions/fsync.texi: Mention the new module.
2997
2998 2008-10-02  Jim Meyering  <meyering@redhat.com>
2999
3000         fts.c: sync with similar code from coreutils' remove.c
3001         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
3002         Guard also with "#if defined __linux__", since for now at least,
3003         this code is Linux-kernel-specific.
3004
3005 2008-10-02  Jim Meyering  <meyering@redhat.com>
3006
3007         fts: bug fixes
3008         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
3009         Include <sys/vfs.h>, not <sys/statfs.h>.
3010
3011         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
3012         Include <sys/vfs.h>, not <sys/statfs.h>.
3013
3014 2008-10-01  Bruno Haible  <bruno@clisp.org>
3015
3016         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
3017         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
3018         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
3019         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
3020         * doc/posix-functions/posix_spawnp.texi: Likewise.
3021         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
3022         whether posix_spawn actually works.
3023         * m4/pipe.m4 (gl_PIPE): Likewise.
3024         * modules/execute (Files): Add m4/posix_spawn.m4.
3025         * modules/pipe (Files): Add m4/posix_spawn.m4.
3026         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
3027
3028 2008-10-01  Jim Meyering  <meyering@redhat.com>
3029
3030         remove trailing spaces
3031         * NEWS: Likewise.
3032         * lib/poll.c (poll): Likewise.
3033         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
3034         * lib/winsock.c (rpl_close): Likewise.
3035         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
3036         * modules/yield: Likewise.
3037         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
3038         * tests/test-sys_select.c (connect_to_socket): Likewise.
3039
3040         fts.c: adjust a new interface to be more generally useful
3041         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
3042         (fts_build): Adjust caller.
3043
3044 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3045
3046         * modules/cond-tests: New file.
3047         * tests/test-cond.c: New file.
3048
3049 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3050             Bruno Haible  <bruno@clisp.org>
3051
3052         * modules/cond (Dependencies): Add errno, time.
3053         * lib/glthread/cond.h: Include <time.h>.
3054         (gl_cond_define, gl_cond_define_initialized): Use the same definition
3055         across platforms.
3056
3057 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3058             Bruno Haible  <bruno@clisp.org>
3059
3060         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
3061
3062 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3063             Bruno Haible  <bruno@clisp.org>
3064
3065         * modules/tls-tests (Depends-on): Add thread, yield.
3066         (configure.ac): Remove all checks.
3067         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
3068         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
3069         gl_thread_self): Remove definitions. Include glthread/thread.h and
3070         glthread/yield.h instead.
3071         (test_tls): Pass an additional NULL argument to gl_thread_join.
3072
3073 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3074             Bruno Haible  <bruno@clisp.org>
3075
3076         * modules/lock-tests (Depends-on): Add thread, yield.
3077         (configure.ac): Remove all checks.
3078         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
3079         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
3080         gl_thread_self): Remove definitions. Include glthread/thread.h and
3081         glthread/yield.h instead.
3082         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
3083         additional NULL argument to gl_thread_join.
3084
3085 2008-09-30  Bruno Haible  <bruno@clisp.org>
3086
3087         Fix the Win32 implementation of the 'thread' module.
3088         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
3089         pointer type.
3090         (gl_thread_self): Invoke gl_thread_self_func.
3091         (gl_thread_self_func): New declaration.
3092         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
3093         (do_init_self_key, init_self_key): New functions.
3094         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
3095         Remove some fields.
3096         (running_threads, running_lock): Remove variables.
3097         (get_current_thread_handle): New function.
3098         (gl_thread_self_func, wrapper_func, glthread_create_func,
3099         glthread_join_func, gl_thread_exit_func): Largely rewritten and
3100         simplified.
3101
3102 2008-09-30  Bruno Haible  <bruno@clisp.org>
3103
3104         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
3105         files.
3106
3107 2008-09-30  Jim Meyering  <meyering@redhat.com>
3108
3109         fts.m4: correct the test for statfs.f_type
3110         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
3111         when checking for statfs.f_type.
3112
3113 2008-09-15  Simon Josefsson  <simon@josefsson.org>
3114
3115         tests: avoid some compiler warnings
3116         * tests/test-memchr.c (main): Pass NULL indirectly.
3117         * tests/test-getdate.c (main): Remove unused variable 'ret'.
3118
3119 2008-09-29  OndÅ™ej Vašík  <ovasik@redhat.com>
3120
3121         getdate.y: disallow countable dayshifts like "4 yesterday ago"
3122         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
3123         exactly specified dayshifts.
3124         (dayshift): New rule.
3125         (rel): Add dayshift.
3126         (relative_time_table) [tomorrow, yesterday, today, now]:
3127         Use tDAY_SHIFT in place of tDAY_UNIT.
3128         * tests/test-getdate.c: Add tests for now-disallowed countable
3129         dayshifts, e.g., "4 yesterday ago".
3130
3131 2008-09-29  Bruno Haible  <bruno@clisp.org>
3132
3133         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
3134         * tests/test-posix_spawn1.in.sh: Renamed from
3135         tests/test-posix_spawn.in.sh.
3136         * tests/test-posix_spawn2.c: New file.
3137         * tests/test-posix_spawn2.in.sh: New file.
3138         * modules/posix_spawnp-tests (Files): Update.
3139         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
3140
3141 2008-09-29  Bruno Haible  <bruno@clisp.org>
3142
3143         Propagate effects of putenv/setenv/unsetenv to child processes.
3144         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
3145         * lib/pipe.c (create_pipe): Likewise.
3146
3147 2008-09-29  Bruno Haible  <bruno@clisp.org>
3148
3149         Enable use of shell scripts as executables in mingw.
3150         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
3151         run the program as a shell script.
3152         * lib/pipe.c (create_pipe): Likewise.
3153         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
3154         resulting array.
3155
3156 2008-09-29  Eric Blake  <ebb9@byu.net>
3157
3158         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
3159
3160 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
3161
3162         * doc/posix-functions/accept.texi: Update mingw problems.
3163         * doc/posix-functions/bind.texi: Update mingw problems.
3164         * doc/posix-functions/close.texi: Update mingw problems.
3165         * doc/posix-functions/connect.texi: Update mingw problems.
3166         * doc/posix-functions/getpeername.texi: Update mingw problems.
3167         * doc/posix-functions/getsockname.texi: Update mingw problems.
3168         * doc/posix-functions/getsockopt.texi: Update mingw problems.
3169         * doc/posix-functions/ioctl.texi: Update mingw problems.
3170         * doc/posix-functions/listen.texi: Update mingw problems.
3171         * doc/posix-functions/recv.texi: Update mingw problems.
3172         * doc/posix-functions/recvfrom.texi: Update mingw problems.
3173         * doc/posix-functions/select.texi: Update mingw problems.
3174         * doc/posix-functions/send.texi: Update mingw problems.
3175         * doc/posix-functions/sendto.texi: Update mingw problems.
3176         * doc/posix-functions/setsockopt.texi: Update mingw problems.
3177         * doc/posix-functions/socket.texi: Update mingw problems.
3178
3179 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
3180             Bruno Haible  <bruno@clisp.org>
3181
3182         * lib/sys_select.in.h: Include sys/time.h.
3183         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
3184         * modules/sys_select: Depend on sys_time.
3185         * tests/test-sys_select.c: Test that sys/select.h defines struct
3186         timeval fully.
3187
3188 2008-09-29  Bruno Haible  <bruno@clisp.org>
3189
3190         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
3191         * lib/sys_select.in.h: Likewise.
3192
3193 2008-09-29  Bruno Haible  <bruno@clisp.org>
3194
3195         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
3196
3197 2008-09-29  Bruno Haible  <bruno@clisp.org>
3198
3199         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
3200         Set LIBSOCKET instead of augmenting LIBS.
3201         * modules/sockets (Link): New section.
3202         * modules/sockets-tests (test_sockets_LDADD): New variable.
3203         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
3204         * modules/poll-tests (test_poll_LDADD): New variable.
3205         * NEWS: Document the change.
3206
3207 2008-09-29  Bruno Haible  <bruno@clisp.org>
3208
3209         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
3210         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
3211         ARPA_INET_H directly.
3212         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
3213
3214 2008-09-28  Bruno Haible  <bruno@clisp.org>
3215
3216         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
3217         from gl_HEADER_SYS_SOCKET.
3218         (gl_HEADER_SYS_SOCKET): Invoke it.
3219         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
3220
3221 2008-09-28  Bruno Haible  <bruno@clisp.org>
3222
3223         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
3224         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
3225         Needed on OSF/1 4.0.
3226
3227 2008-09-28  Bruno Haible  <bruno@clisp.org>
3228
3229         Override open more carefully.
3230         * lib/open.c (orig_open): New function.
3231         (rpl_open): Use orig_open instead of open.
3232         * lib/fcntl.in.h: Add special invocation convention.
3233         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
3234         (gl_FUNC_OPEN): Invoke it.
3235
3236         Override freopen more carefully.
3237         * lib/freopen.c (orig_freopen): New function.
3238         (rpl_freopen): Use orig_freopen instead of freopen.
3239         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
3240         (gl_FUNC_FREOPEN): Invoke it.
3241
3242         Override fopen more carefully.
3243         * lib/fopen.c (orig_fopen): New function.
3244         (rpl_fopen): Use orig_fopen instead of fopen.
3245         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
3246         (gl_FUNC_FOPEN): Invoke it.
3247         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
3248
3249 2008-09-28  Bruno Haible  <bruno@clisp.org>
3250
3251         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
3252         SIGPIPE.
3253
3254 2008-09-28  Bruno Haible  <bruno@clisp.org>
3255
3256         * tests/test-sigaction.c (handler, main): Disable the check whether
3257         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
3258         glibc systems with LinuxThreads.
3259
3260 2008-09-28  Bruno Haible  <bruno@clisp.org>
3261
3262         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
3263
3264         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
3265         with AIX xlc.
3266         * lib/fcntl.in.h (open): Likewise.
3267         Reported by Rainer Tammer <tammer@tammer.net>.
3268
3269 2008-09-28  Bruno Haible  <bruno@clisp.org>
3270
3271         * modules/posix_spawnp-tests: New file.
3272         * tests/test-posix_spawn.c: New file.
3273         * tests/test-posix_spawn.in.sh: New file.
3274
3275         New module 'posix_spawnp'.
3276         * modules/posix_spawnp: New file.
3277         * lib/spawnp.c: New file, from GNU libc with modifications.
3278         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
3279
3280         New module 'posix_spawn'.
3281         * modules/posix_spawn: New file.
3282         * lib/spawn.c: New file, from GNU libc with modifications.
3283         * doc/posix-functions/posix_spawn.texi: Mention the new module.
3284
3285         New module 'posix_spawnattr_destroy'.
3286         * modules/posix_spawnattr_destroy: New file.
3287         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
3288         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
3289         module.
3290
3291         New module 'posix_spawnattr_setsigmask'.
3292         * modules/posix_spawnattr_setsigmask: New file.
3293         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
3294         modifications.
3295         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
3296         new module.
3297
3298         New module 'posix_spawnattr_getsigmask'.
3299         * modules/posix_spawnattr_getsigmask: New file.
3300         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
3301         modifications.
3302         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
3303         new module.
3304
3305         New module 'posix_spawnattr_setsigdefault'.
3306         * modules/posix_spawnattr_setsigdefault: New file.
3307         * lib/spawnattr_setdefault.c: New file, from GNU libc with
3308         modifications.
3309         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
3310         new module.
3311
3312         New module 'posix_spawnattr_getsigdefault'.
3313         * modules/posix_spawnattr_getsigdefault: New file.
3314         * lib/spawnattr_getdefault.c: New file, from GNU libc with
3315         modifications.
3316         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
3317         new module.
3318
3319         New module 'posix_spawnattr_setschedpolicy'.
3320         * modules/posix_spawnattr_setschedpolicy: New file.
3321         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
3322         modifications.
3323         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
3324         new module.
3325
3326         New module 'posix_spawnattr_getschedpolicy'.
3327         * modules/posix_spawnattr_getschedpolicy: New file.
3328         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
3329         modifications.
3330         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
3331         new module.
3332
3333         New module 'posix_spawnattr_setschedparam'.
3334         * modules/posix_spawnattr_setschedparam: New file.
3335         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
3336         modifications.
3337         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
3338         new module.
3339
3340         New module 'posix_spawnattr_getschedparam'.
3341         * modules/posix_spawnattr_getschedparam: New file.
3342         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
3343         modifications.
3344         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
3345         new module.
3346
3347         New module 'posix_spawnattr_setpgroup'.
3348         * modules/posix_spawnattr_setpgroup: New file.
3349         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
3350         modifications.
3351         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
3352         module.
3353
3354         New module 'posix_spawnattr_getpgroup'.
3355         * modules/posix_spawnattr_getpgroup: New file.
3356         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
3357         modifications.
3358         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
3359         module.
3360
3361         New module 'posix_spawnattr_setflags'.
3362         * modules/posix_spawnattr_setflags: New file.
3363         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
3364         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
3365         module.
3366
3367         New module 'posix_spawnattr_getflags'.
3368         * modules/posix_spawnattr_getflags: New file.
3369         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
3370         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
3371         module.
3372
3373         New module 'posix_spawnattr_init'.
3374         * modules/posix_spawnattr_init: New file.
3375         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
3376         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
3377         module.
3378
3379         New module 'posix_spawn_file_actions_destroy'.
3380         * modules/posix_spawn_file_actions_destroy: New file.
3381         * lib/spawn_faction_destroy.c: New file, from GNU libc with
3382         modifications.
3383         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
3384         the new module.
3385
3386         New module 'posix_spawn_file_actions_addopen'.
3387         * modules/posix_spawn_file_actions_addopen: New file.
3388         * lib/spawn_faction_addopen.c: New file, from GNU libc with
3389         modifications.
3390         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
3391         the new module.
3392
3393         New module 'posix_spawn_file_actions_adddup2'.
3394         * modules/posix_spawn_file_actions_adddup2: New file.
3395         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
3396         modifications.
3397         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
3398         the new module.
3399
3400         New module 'posix_spawn_file_actions_addclose'.
3401         * modules/posix_spawn_file_actions_addclose: New file.
3402         * lib/spawn_faction_addclose.c: New file, from GNU libc with
3403         modifications.
3404         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
3405         the new module.
3406
3407         New module 'posix_spawn_file_actions_init'.
3408         * modules/posix_spawn_file_actions_init: New file.
3409         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
3410         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
3411         new module.
3412
3413         New module 'posix_spawn-internal'.
3414         * modules/posix_spawn-internal: New file.
3415         * lib/spawn_int.h: New file, from GNU libc with modifications.
3416         * lib/spawni.c: New file, from GNU libc with modifications.
3417         * m4/posix_spawn.m4: New file.
3418
3419         New module 'spawn'.
3420         * modules/spawn: New file.
3421         * lib/spawn.in.h: New file, from GNU libc with modifications.
3422         * m4/spawn_h.m4: New file.
3423         * doc/posix-headers/spawn.texi: Mention the new module.
3424
3425 2008-09-28  Bruno Haible  <bruno@clisp.org>
3426
3427         * modules/sched-tests: New file.
3428         * tests/test-sched.c: New file.
3429
3430         New module 'sched'.
3431         * modules/sched: New file.
3432         * lib/sched.in.h: New file.
3433         * m4/sched_h.m4: New file.
3434         * doc/posix-headers/sched.texi: Mention the new module.
3435
3436 2008-09-27  Eric Blake  <ebb9@byu.net>
3437
3438         Fix previous patch, and tweak references to $0.
3439         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
3440         (func_version, func_gnulib_dir): Don't call this program
3441         gnulib-tool.
3442         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
3443         with using $0 in function.
3444         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
3445         (func_fatal_error): Reuse the name the user invoked us with.
3446
3447 2008-09-27  Bruno Haible  <bruno@clisp.org>
3448
3449         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
3450         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
3451         (gl_ICONV_H): Not here.
3452         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
3453         instead of assigning ICONV_H directly.
3454
3455         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
3456         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
3457         WCHAR_H directly.
3458
3459 2008-09-27  Bruno Haible  <bruno@clisp.org>
3460
3461         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
3462         * modules/arpa_inet (Depends-on): Add link-warning.
3463         (Makefile.am): Insert the definition of GL_LINK-WARNING.
3464         * modules/unistd (Makefile.am): Likewise.
3465
3466 2008-09-26  Bruno Haible  <bruno@clisp.org>
3467
3468         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
3469         variables.
3470         (func_version): Essentially copied from gnulib-tool.
3471         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
3472         func_readlink): Copied from gnulib-tool.
3473
3474 2008-09-26  Bruno Haible  <bruno@clisp.org>
3475
3476         * gnulib-tool (func_version): Change directory to $gnulib_dir before
3477         invoking git-version-gen.
3478
3479 2008-09-26  Bruno Haible  <bruno@clisp.org>
3480
3481         * posix-modules: Update to directory names changed on 2008-01-19.
3482         Remove commas in output before splitting into words. No more need to
3483         avoid 'ftruncate' since 2007-02-19.
3484
3485 2008-09-26  Bruno Haible  <bruno@clisp.org>
3486
3487         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
3488
3489 2008-09-26  Bruno Haible  <bruno@clisp.org>
3490
3491         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
3492         * modules/fwriteerror (Depends-on): Add errno.
3493
3494 2008-09-26  Bruno Haible  <bruno@clisp.org>
3495
3496         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
3497         * tests/test-vc-list-files-cvs.sh: Likewise.
3498
3499 2008-09-26  Bruno Haible  <bruno@clisp.org>
3500
3501         * doc/posix-headers/sys_resource.texi: Reorder items.
3502
3503 2008-09-26  Jim Meyering  <meyering@redhat.com>
3504
3505         fts: tweak inode comparison function
3506         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
3507         inode numbers, as documented.
3508
3509         fts: sort dirent entries on inode number before traversing
3510         This avoids a quadratic, seek-related performance penalty when
3511         operating on a directory containing many entries (measurable at 10k;
3512         3.5 hours at 2 million entries with a cold cache) on certain types
3513         of file systems, including ext3 and ext4, but not tmpfs.
3514         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
3515         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
3516         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
3517         (fs_handles_readdir_ordered_dirents_efficiently): New function.
3518         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
3519         (fts_build): Set the stat.st_ino member from D_INO.
3520         If it is likely to be useful, sort dirent entries on inode number.
3521
3522         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
3523         and the struct statfs.f_type member.
3524         * modules/fts (Depends-on): Add d-ino.
3525
3526 2008-09-26  Bruno Haible  <bruno@clisp.org>
3527
3528         * modules/sigpipe-die (Depends-on): Add sigpipe.
3529
3530         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
3531         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
3532         and GNULIB_STDIO_H_SIGPIPE are set.
3533         * lib/stdio-write.c: New file.
3534         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
3535         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
3536         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
3537         REPLACE_STDIO_WRITE_FUNCS.
3538         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
3539         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
3540         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
3541         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
3542         * modules/stdio (Files): Add lib/stdio-write.c.
3543         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
3544         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
3545         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
3546         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
3547         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
3548         REPLACE_FPRINTF_POSIX.
3549         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
3550         REPLACE_PRINTF_POSIX.
3551         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
3552         REPLACE_VFPRINTF_POSIX.
3553         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
3554         REPLACE_VPRINTF_POSIX.
3555         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
3556         SIGPIPE issue.
3557         * doc/posix-functions/fputc.texi: Likewise.
3558         * doc/posix-functions/fputs.texi: Likewise.
3559         * doc/posix-functions/fwrite.texi: Likewise.
3560         * doc/posix-functions/printf.texi: Likewise.
3561         * doc/posix-functions/putc.texi: Likewise.
3562         * doc/posix-functions/putchar.texi: Likewise.
3563         * doc/posix-functions/puts.texi: Likewise.
3564         * doc/posix-functions/vfprintf.texi: Likewise.
3565         * doc/posix-functions/vprintf.texi: Likewise.
3566
3567         * modules/safe-write (Depends-on): Add write.
3568
3569         * modules/sigpipe-tests: New file.
3570         * tests/test-sigpipe.c: New file.
3571         * tests/test-sigpipe.sh: New file.
3572
3573         * modules/write: New file.
3574         * lib/unistd.in.h: Include <sys/types.h>.
3575         (write): New declaration.
3576         * lib/write.c: New file.
3577         * m4/write.m4: New file.
3578         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
3579         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
3580         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
3581         GNULIB_WRITE, REPLACE_WRITE.
3582         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
3583         and the SIGPIPE issue.
3584
3585         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
3586         (raise): New declaration.
3587         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
3588         (ext_signal): New function.
3589         (rpl_raise): New function.
3590         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
3591         GNULIB_SIGNAL_H_SIGPIPE.
3592         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
3593         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
3594
3595         * modules/sigpipe: New file.
3596         * m4/sigpipe.m4: New file.
3597
3598 2008-09-25  Derek Price  <derek@ximbiot.com>
3599             Bruno Haible  <bruno@clisp.org>
3600
3601         * gnulib-tool (func_import): Report all license incompatibilities, not
3602         just the first one.
3603
3604 2008-09-25  Bruno Haible  <bruno@clisp.org>
3605
3606         * gnulib-tool (func_import): When computing the edits, consider not
3607         only the Makefile.ams that exist but also those that will be generated.
3608
3609 2008-09-25  Simon Josefsson  <simon@josefsson.org>
3610
3611         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
3612         fixes gnulib-tool --test warning about duplicate dependency.
3613
3614 2008-09-25  Bruno Haible  <bruno@clisp.org>
3615
3616         * gnulib-tool: Don't ask the user to perform edits in the generated
3617         Makefile.ams.
3618         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
3619         apply to the Makefile.am being generated.
3620         (func_emit_tests_Makefile_am): Execute edits that apply to the
3621         Makefile.am being generated.
3622         (func_import): Setup list of Makefile.am edits before emitting the
3623         Makefile.ams, not at the end.
3624         (func_create_testdir): Update.
3625         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
3626
3627 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3628
3629         * gnulib-tool (func_import): Store the --tests-base option in the
3630         comment in gnulib-cache.m4.
3631
3632 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
3633
3634         * NEWS: Document increased portability that sys_select now provides.
3635
3636         * lib/sys_select.in.h: Install select wrapper.
3637         * lib/sys_socket.in.h: Use more descriptive name when there is no
3638         select wrapper.
3639         * lib/winsock-select.c: New.
3640         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
3641         Require gl_HEADER_SYS_SOCKET.
3642         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
3643         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
3644         * tests/test-sys_select.c: Add functional tests.
3645
3646 2008-09-24  Eric Blake  <ebb9@byu.net>
3647
3648         open, fopen: close fd leak in last patch
3649         * lib/open.c (rpl_open): Close fd before returning error.
3650         * lib/fopen.c (rpl_fopen): Close fd before returning error.
3651         * doc/posix-functions/open.texi (open): Document that Irix also
3652         has the bug.
3653         * doc/posix-functions/fopen.texi (fopen): Likewise.
3654         Reported by Paolo Bonzini.
3655
3656 2008-09-24  Bruno Haible  <bruno@clisp.org>
3657
3658         Ensure that a filename ending in a slash cannot be used to access a
3659         non-directory.
3660         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
3661         to check whether it's really a directory.
3662         * lib/fopen.c: Include fcntl.h, unistd.h.
3663         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
3664         and fdopen().
3665         * modules/fopen (Depends-on): Add unistd.
3666         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
3667         * tests/test-fopen.c (main): Likewise.
3668         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
3669         * doc/posix-functions/fopen.texi: Likewise.
3670         Reported by Eric Blake.
3671
3672 2008-09-23  Eric Blake  <ebb9@byu.net>
3673
3674         c-stack: avoid compiler optimizations when provoking overflow
3675         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
3676         recursion harder to optimize, to ensure a stack overflow occurs.
3677         * tests/test-c-stack.c (recurse): Likewise.
3678         Borrowed from libsigsegv.
3679
3680         c-stack: work around Irix sigaltstack bug
3681         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
3682         whether sigaltstack uses wrong end of stack_t (copied in part from
3683         libsigsegv).
3684         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
3685         Irix bug, without requiring an over-allocation.
3686         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
3687         bug.
3688
3689         fopen: document mingw bug on directories
3690         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
3691         not allowing a stream visiting a directory, even though reading
3692         from such a stream is not portable.
3693
3694 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
3695
3696         * lib/poll.c: Rewrite.
3697         * modules/poll: Depend on alloca.
3698
3699 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
3700
3701         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
3702         instead define prototypes for a full set of wrappers.  Ensure
3703         that Cygwin does not use the compatibility code, which is only
3704         for MinGW.
3705         * lib/winsock.c: New.
3706         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
3707         * modules/sys_socket: Add lib/winsock.c.
3708
3709         * modules/poll-tests: Add errno and perror.
3710         * tests/test-poll.c: Use ioctl, not ioctlsocket.
3711
3712 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
3713
3714         * tests/test-poll.c: Downgrade minimum needed Winsock version.
3715
3716 2008-09-23  Bruno Haible  <bruno@clisp.org>
3717
3718         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
3719         * doc/glibc-functions/*: Likewise.
3720
3721 2008-09-23  Simon Josefsson  <simon@josefsson.org>
3722
3723         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
3724         success.
3725
3726 2008-09-22  Eric Blake  <ebb9@byu.net>
3727             Bruno Haible  <bruno@clisp.org>
3728
3729         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
3730         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
3731         supply %A but mishandle pseudo-NaN.
3732         Reported by Simon Josefsson.
3733
3734 2008-09-21  Bruno Haible  <bruno@clisp.org>
3735
3736         * tests/test-lock.c (main): Tweak skip message.
3737         * tests/test-tls.c (main): Likewise.
3738
3739 2008-09-21  Bruno Haible  <bruno@clisp.org>
3740
3741         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
3742         whether 'struct sigaction' has sa_sigaction here...
3743         (gl_PREREQ_SIG_HANDLER_H): ... not here.
3744         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
3745
3746 2008-09-21  Bruno Haible  <bruno@clisp.org>
3747
3748         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
3749         section.
3750         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
3751         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
3752         the new section.
3753         (Support for obsolete systems lacking POSIX:2001): New section.
3754         (String handling <string.h>): Move strdup to the new section.
3755         Suggested by Simon Josefsson and Paolo Bonzini.
3756
3757 2008-09-21  Bruno Haible  <bruno@clisp.org>
3758
3759         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
3760         exponents in %e and %g results on 'long double'. Needed for mingw's
3761         improved *printf functions.
3762         * tests/test-vasprintf-posix.c (test_function): Likewise.
3763         * tests/test-snprintf-posix.h (test_function): Likewise.
3764         * tests/test-sprintf-posix.h (test_function): Likewise.
3765         Reported by Eric Blake.
3766
3767 2008-09-21  Bruno Haible  <bruno@clisp.org>
3768
3769         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
3770         * tests/test-sprintf-posix.h (test_function): Likewise.
3771
3772 2008-09-21  Bruno Haible  <bruno@clisp.org>
3773
3774         * modules/getpass (Depends-on): Add strdup-posix.
3775
3776         New module 'strdup-posix'.
3777         * modules/strdup-posix: New file.
3778         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
3779         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
3780         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
3781         REPLACE_STRDUP.
3782         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
3783         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
3784         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
3785         strdup-posix.
3786
3787         * modules/strdup (Depends-on): Remove malloc-posix.
3788
3789 2008-09-20  Bruno Haible  <bruno@clisp.org>
3790
3791         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
3792         Wildenhues.
3793
3794 2008-09-20  Bruno Haible  <bruno@clisp.org>
3795
3796         Ensure that wint_t gets defined on IRIX 5.3.
3797         * lib/wchar.in.h (wint_t): Define if not defined by the system.
3798         * lib/wctype.in.h (wint_t): Likewise.
3799         (__wctype_wint_t): Remove type.
3800         (isw*): Use wint_t instead of __wctype_wint_t.
3801         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
3802         * modules/wchar (Files): Add m4/wint_t.m4.
3803         (Makefile.am): Substitute HAVE_WINT_T.
3804         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
3805         * tests/test-wctype.c: Check that wint_t is defined.
3806         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
3807         * doc/posix-headers/wctype.texi: Likewise.
3808         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
3809
3810 2008-09-18  Bruno Haible  <bruno@clisp.org>
3811
3812         * gnulib-tool (func_exit): Update comment.
3813
3814 2008-09-18  Simon Josefsson  <simon@josefsson.org>
3815
3816         * modules/getaddrinfo (Depends-on): Remove strdup, this module
3817         assumes strdup exists and does not depend on strdup to return
3818         ENOMEM on out of memory conditions.
3819
3820 2008-09-18  Bruno Haible  <bruno@clisp.org>
3821
3822         * lib/vasnprintf.c (VASNPRINTF): When printing Â±0.0L in
3823         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
3824         digits for the exponent.
3825
3826 2008-09-18  Jim Meyering  <meyering@redhat.com>
3827             Bruno Haible  <bruno@clisp.org>
3828
3829         * lib/vasnprintf.c (decimal_point_char): Define also if
3830         NEED_PRINTF_INFINITE_LONG_DOUBLE.
3831
3832 2008-09-16  Bruno Haible  <bruno@clisp.org>
3833         and Eric Blake  <ebb9@byu.net>
3834
3835         vasnprintf: support Irix 5.3
3836         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
3837         that mishandle long double infinity.
3838         Reported by Tom G. Christensen.
3839
3840 2008-09-16  Bruno Haible  <bruno@clisp.org>
3841
3842         * doc/glibc-functions/scandir.texi: Mention the function is missing on
3843         Solaris 9.
3844         * doc/glibc-functions/alphasort.texi: Likewise.
3845         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
3846
3847 2008-09-16  Jim Meyering  <meyering@redhat.com>
3848
3849         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
3850         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
3851         a umask modification leak out of a subshell.  Otherwise, the
3852         opensolaris /bin/sh would be accepted and thus cause unwarranted
3853         failures in the coreutils test suite.
3854
3855 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
3856
3857         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
3858         to succeed.
3859
3860 2008-09-16  Jim Meyering  <meyering@redhat.com>
3861
3862         avoid spurious test failure when library is built without ACL support
3863         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
3864         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
3865         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
3866         * tests/test-copy-acl.sh: Likewise.
3867
3868 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3869
3870         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
3871         based on character occurrence counts.
3872
3873 2008-09-15  Eric Blake  <ebb9@byu.net>
3874
3875         tests: avoid some compiler warnings
3876         * tests/test-memchr.c (main): Pass NULL indirectly.
3877         * tests/test-closein.c (main): Avoid unused variable.
3878
3879 2008-09-15  Bruno Haible  <bruno@clisp.org>
3880
3881         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
3882         are missing on OpenBSD 4.0 individually.
3883         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
3884
3885 2008-09-15  Bruno Haible  <bruno@clisp.org>
3886
3887         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
3888         * doc/posix-functions/strerror.texi: Mention also Cygwin.
3889         * doc/posix-functions/perror.texi: Likewise.
3890         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
3891         is missing.
3892         Reported by Eric Blake.
3893
3894         * lib/errno.in.h: Use replacement values >= 2000.
3895         Reported by Eric Blake.
3896
3897 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3898
3899         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
3900         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
3901         limit.
3902         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
3903         compareseq was aborted.
3904
3905 2008-09-14  Bruno Haible  <bruno@clisp.org>
3906
3907         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
3908         yvec_edit_count.
3909         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
3910         (fstrcmp_bounded): Simplify result computation accordingly.
3911
3912 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3913
3914         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
3915         (fstrcmp): Define in terms of fstrcmp_bounded.
3916         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
3917         lower_bound argument.
3918         Return quickly if the result is certainly < lower_bound.
3919         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
3920
3921 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3922
3923         * lib/diffseq.h (EARLY_ABORT): New macro.
3924         (compareseq): Change return type to bool. Return true when EARLY_ABORT
3925         evaluates to true.
3926
3927 2008-09-14  Bruno Haible  <bruno@clisp.org>
3928
3929         * modules/perror-tests: New file.
3930         * tests/test-perror.sh: New file.
3931         * tests/test-perror.c: New file.
3932
3933         New module 'perror'.
3934         * lib/stdio.in.h (perror): New declaration.
3935         * lib/perror.c: New file.
3936         * m4/perror.m4: New file.
3937         * modules/perror: New file.
3938         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
3939         * doc/posix-functions/perror.texi: Mention the perror module.
3940         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
3941         REPLACE_PERROR.
3942         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
3943         REPLACE_PERROR.
3944
3945 2008-09-14  Bruno Haible  <bruno@clisp.org>
3946
3947         * modules/stdio (Makefile.am): Reorder to match the order in
3948         lib/stdio.in.h.
3949         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
3950
3951 2008-09-13  Bruno Haible  <bruno@clisp.org>
3952
3953         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
3954
3955 2008-09-13  Bruno Haible  <bruno@clisp.org>
3956
3957         Extend strerror to cover the added errno values.
3958         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
3959         (rpl_strerror): Provide error messages for the added errno values and
3960         for the WSA* values.
3961         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
3962         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
3963         strerror.
3964         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
3965         * modules/strerror (Depends-on): Add errno.
3966         * doc/posix-functions/strerror.texi: Document the change.
3967         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
3968         and EOVERFLOW.
3969
3970 2008-09-13  Bruno Haible  <bruno@clisp.org>
3971
3972         * modules/EOVERFLOW: Remove file.
3973         * m4/eoverflow.m4: Remove file.
3974         * modules/EOVERFLOW-tests: Remove file.
3975         * tests/test-EOVERFLOW.c: Remove file.
3976         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
3977         * modules/ftell (Depends-on): Likewise.
3978         * modules/getdelim (Depends-on): Likewise.
3979         * modules/getugroups (Depends-on): Likewise.
3980         * modules/poll (Depends-on): Likewise.
3981         * modules/snprintf (Depends-on): Likewise.
3982         * modules/sprintf-posix (Depends-on): Likewise.
3983         * modules/vasnprintf (Depends-on): Likewise.
3984         * modules/vasprintf (Depends-on): Likewise.
3985         * modules/vfprintf-posix (Depends-on): Likewise.
3986         * modules/vsnprintf (Depends-on): Likewise.
3987         * modules/vsprintf-posix (Depends-on): Likewise.
3988         * modules/xvasprintf (Depends-on): Likewise.
3989         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
3990         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
3991         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
3992         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
3993         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
3994         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
3995         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
3996         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
3997         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
3998         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
3999         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
4000         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
4001         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
4002         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
4003         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
4004         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
4005         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
4006         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
4007         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
4008         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
4009         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
4010         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
4011         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
4012         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
4013         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
4014         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
4015         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
4016         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
4017         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
4018         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
4019         * MODULES.html.sh: Remove EOVERFLOW.
4020         * NEWS: Mention the change.
4021
4022 2008-09-13  Bruno Haible  <bruno@clisp.org>
4023
4024         * modules/errno-tests: New file.
4025         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
4026
4027         * lib/errno.in.h: New file.
4028         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
4029         * modules/errno: New file.
4030         * doc/posix-headers/errno.texi: Update documentation.
4031         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
4032
4033 2008-09-13  Bruno Haible  <bruno@clisp.org>
4034
4035         * tests/test-poll.c: Use #if for native Windows, rather than testing
4036         __MSVCRT__.
4037
4038 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4039             Bruno Haible  <bruno@clisp.org>
4040
4041         * lib/glob.c: Don't include <pwd.h> on native Windows.
4042         (WINDOWS32): New macro.
4043         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
4044
4045 2008-09-13  Bruno Haible  <bruno@clisp.org>
4046
4047         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
4048         (ETIMEDOUT): Remove macro.
4049         (glthread_cond_timedwait_multithreaded): New declaration.
4050         (glthread_cond_timedwait): Use it.
4051         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
4052         (glthread_cond_timedwait_multithreaded): New function.
4053
4054 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
4055
4056         * modules/poll-tests: Do not check for io.h.
4057         * tests/test-poll.c: Check for __MSVCRT__ instead.
4058
4059 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
4060
4061         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
4062         * modules/poll-tests: Add inet_pton, stdbool, sockets.
4063         * tests/test-poll.c: Use them.  Use _pipe on Windows.
4064
4065 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
4066
4067         * modules/poll-tests: New.
4068         * tests/test-poll.c: New.
4069
4070 2008-09-12  Eric Blake  <ebb9@byu.net>
4071
4072         frexp: test for NetBSD failure on -0.0
4073         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
4074         not all, bugs from NetBSD 3.0 have been fixed.
4075         * doc/posix-functions/frexp.texi (frexp): Document bug.
4076         Reported by Thomas Klausner.
4077
4078         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
4079         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
4080         literal -0.0.
4081         Reported by Jonathan C. Patschke <jp@centtech.com>.
4082
4083 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4084
4085         * lib/glthread/cond.h: Use dummy implementation also if
4086         USE_WIN32_THREADS.
4087
4088 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4089
4090         * modules/fnmatch-posix (License): Change to LGPLv2+.
4091         * modules/fnmatch-gnu (License): Likewise.
4092
4093 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4094
4095         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
4096
4097 2008-09-11  Jim Meyering  <meyering@redhat.com>
4098
4099         * users.txt: Add gtk-vnc.
4100
4101 2008-09-08  Simon Josefsson  <simon@josefsson.org>
4102
4103         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
4104         rotate amounts.
4105
4106         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
4107         required for 16-bit and 8-bit rotates.
4108         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
4109         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
4110         UINT8_MAX instead of hard-coded constants.
4111         Suggested by Paul Eggert.
4112
4113 2008-09-07  Bruno Haible  <bruno@clisp.org>
4114
4115         * tests/test-striconveh.c (main): Check behaviour when converting from
4116         UTF-7.
4117
4118         Make striconveh work better with stateful encodings.
4119         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
4120         that iconv does not increment the inptr when returning -1/EINVAL.
4121
4122 2008-09-07  Bruno Haible  <bruno@clisp.org>
4123
4124         * build-aux/config.rpath: Update according to libtool-2.2.6.
4125         * build-aux/config.libpath: Likewise.
4126
4127 2008-09-06  Bruno Haible  <bruno@clisp.org>
4128
4129         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
4130         * lib/freadptr.c (freadptr): Likewise.
4131         * lib/freadseek.c (freadptrinc): Likewise.
4132         Reported by Simon Josefsson.
4133
4134 2008-09-06  Bruno Haible  <bruno@clisp.org>
4135
4136         * modules/freadptr (License): Change to LGPLv2+.
4137         * modules/freadseek (License): Likewise.
4138         Suggested by Eric Blake.
4139
4140         * modules/memchr2 (License): Change to LGPLv2+.
4141         Approved by Eric Blake.
4142
4143 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4144             Bruno Haible  <bruno@clisp.org>
4145
4146         Make gnulib-tool work with native 'sed' on AIX.
4147         * gnulib-tool (sed_noop): New variable.
4148         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
4149         func_add_or_update, func_create_testdir): Use it to initialize sed
4150         script variables.
4151         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
4152
4153 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
4154             Bruno Haible  <bruno@clisp.org>
4155
4156         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
4157         also works after #include directives.
4158
4159 2008-09-04  OndÅ™ej Vašík  <ovasik@redhat.com>
4160
4161         getdate.y: reject an out-of-range timezone value
4162         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
4163         the range [-24...+24].  When specified with only one or two digits,
4164         * tests/test-getdate.c: Tests for the fix.
4165         * doc/getdate.texi: Document this change.
4166
4167 2008-09-03  Bruno Haible  <bruno@clisp.org>
4168
4169         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
4170
4171 2008-09-02  Simon Josefsson  <simon@josefsson.org>
4172
4173         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
4174         <bruce.korb@gmail.com> with ideas from Ben Pfaff
4175         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
4176         Blake <ebb9@byu.net>.
4177
4178         * tests/test-bitrotate.c: Add more test vectors.
4179
4180 2008-09-02  Eric Blake  <ebb9@byu.net>
4181
4182         vasnprintf-posix: handle large precision via %.*d
4183         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
4184         when handling it ourselves.
4185         * tests/test-vasnprintf-posix.c (test_function): Add test.
4186         * tests/test-snprintf-posix.h (test_function): Likewise.
4187         * tests/test-sprintf-posix.h (test_function): Likewise.
4188         * tests/test-vasprintf-posix.c (test_function): Likewise.
4189         Reported by Alain Guibert.
4190
4191 2008-09-01  Eric Blake  <ebb9@byu.net>
4192
4193         c-stack: make configure-time check more robust
4194         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
4195         successful sigaction call.
4196         Reported by Tom G. Christensen.
4197
4198 2008-09-01  Bruno Haible  <bruno@clisp.org>
4199
4200         New module 'findprog-lgpl'.
4201         * modules/findprog-lgpl: New file.
4202         * lib/findprog-lgpl.c: New file.
4203         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
4204         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
4205         to decide whether to use strdup or xstrdup, concatenated_filename or
4206         xconcatenated_filename.
4207
4208 2008-09-01  Bruno Haible  <bruno@clisp.org>
4209
4210         Split module 'concat-filename' into 'concat-filename' (LGPL) and
4211         'xconcat-filename' (GPL).
4212         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
4213         (License): Change to LGPLv2+.
4214         * modules/xconcat-filename: New file.
4215         * lib/concat-filename.h (concatenated_filename): Change specification.
4216         (xconcatenated_filename): New declaration.
4217         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
4218         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
4219         memory situations.
4220         * lib/xconcat-filename.c: New file.
4221         * NEWS: Mention the change.
4222         * lib/findprog.c: Include concat-filename.h, not filename.h.
4223         (find_in_path): Use xconcatenated_filename instead of
4224         concatenated_filename.
4225         * lib/javacomp.c: Include concat-filename.h, not filename.h.
4226         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
4227         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
4228         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
4229         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
4230         instead of concatenated_filename.
4231         * lib/javaexec.c: Include concat-filename.h, not filename.h.
4232         (execute_java_class): Use xconcatenated_filename instead of
4233         concatenated_filename.
4234         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
4235         * modules/javacomp (Depends-on): Likewise.
4236         * modules/javaexec (Depends-on): Likewise.
4237
4238 2008-09-01  Bruno Haible  <bruno@clisp.org>
4239
4240         Split module 'filename' into 'filename' and 'concat-filename'.
4241         * modules/filename: Keep only lib/filename.h.
4242         (License): Change to LGPLv2+.
4243         * modules/concat-filename: New file, extracted from modules/filename.
4244         * lib/filename.h (concatenated_filename): Remove declaration.
4245         * lib/concat-filename.h: New file, extracted from lib/filename.h.
4246         * lib/concat-filename.c: Include concat-filename.h.
4247         * NEWS: Mention the change.
4248
4249 2008-09-01  Simon Josefsson  <simon@josefsson.org>
4250
4251         * lib/bitrotate.h (rotl8, rotr8): Add.
4252
4253         * modules/bitrotate (configure.ac): Need
4254         AC_REQUIRE([AC_C_INLINE]).
4255         (Description): Mention stdint.h.  Reported by Bruno Haible
4256         <bruno@clisp.org>.
4257
4258         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
4259         Paolo Bonzini <bonzini@gnu.org>.
4260
4261 2008-08-31  Bruno Haible  <bruno@clisp.org>
4262
4263         Assume Solaris specific bi-arch conventions on Solaris systems.
4264         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
4265         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
4266         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
4267         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
4268         like acl_libdirstem.
4269         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
4270         acl_libdirstem.
4271         * NEWS: Mention the change.
4272         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
4273
4274 2008-08-31  Jim Meyering  <meyering@redhat.com>
4275
4276         * lib/strftime.h: Add comments describing the two added arguments.
4277
4278         remove duplicate #include directives
4279         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
4280         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
4281
4282 2008-08-31  Bruno Haible  <bruno@clisp.org>
4283
4284         New module 'sigpipe-die'.
4285         * modules/sigpipe-die: New file.
4286         * lib/sigpipe-die.h: New file.
4287         * lib/sigpipe-die.c: New file.
4288         * MODULES.html.sh (Signal handling): Add sigpipe-die.
4289
4290 2008-08-31  Bruno Haible  <bruno@clisp.org>
4291
4292         Don't override previously installed signal handlers.
4293         * lib/fatal-signal.c (saved_sigactions): New variable.
4294         (uninstall_handlers): Reset the signal to the saved handler, not
4295         to SIG_DFL (except when ignored).
4296         (install_handlers): Save the previous handlers.
4297
4298 2008-08-30  Bruno Haible  <bruno@clisp.org>
4299
4300         * gnulib-tool (func_reset_sigpipe): New function.
4301         (func_get_automake_snippet, func_modules_transitive_closure,
4302         func_import): Invoke it before a join command that reads from stdin,
4303         to avoid "echo: write error: Broken pipe" error messages on stderr.
4304         Reported by Sam Steingold <sds@gnu.org>.
4305
4306 2008-08-30  Bruno Haible  <bruno@clisp.org>
4307
4308         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
4309         Code copied from m4/open.m4.
4310         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
4311         access and the filename ends in a slash. Code copied from lib/open.c.
4312         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
4313         * tests/test-fopen.c (main): Check against bug with trailing slash.
4314
4315 2008-08-29  Bruno Haible  <bruno@clisp.org>
4316
4317         Avoid some "gcc -pedantic" warnings.
4318         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
4319         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
4320         * lib/dirent.in.h: Likewise.
4321         * lib/fcntl.in.h: Likewise.
4322         * lib/float.in.h: Likewise.
4323         * lib/iconv.in.h: Likewise.
4324         * lib/inttypes.in.h: Likewise.
4325         * lib/locale.in.h: Likewise.
4326         * lib/math.in.h: Likewise.
4327         * lib/netinet_in.in.h: Likewise.
4328         * lib/search.in.h: Likewise.
4329         * lib/signal.in.h: Likewise.
4330         * lib/stdarg.in.h: Likewise.
4331         * lib/stdint.in.h: Likewise.
4332         * lib/stdio.in.h: Likewise.
4333         * lib/stdlib.in.h: Likewise.
4334         * lib/string.in.h: Likewise.
4335         * lib/strings.in.h: Likewise.
4336         * lib/sys_select.in.h: Likewise.
4337         * lib/sys_socket.in.h: Likewise.
4338         * lib/sys_stat.in.h: Likewise.
4339         * lib/sys_time.in.h: Likewise.
4340         * lib/sysexits.in.h: Likewise.
4341         * lib/time.in.h: Likewise.
4342         * lib/unistd.in.h: Likewise.
4343         * lib/wchar.in.h: Likewise.
4344         * lib/wctype.in.h: Likewise.
4345         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
4346         * modules/fchdir (Makefile.am): Likewise.
4347         * modules/fcntl (Makefile.am): Likewise.
4348         * modules/float (Makefile.am): Likewise.
4349         * modules/iconv_open (Makefile.am): Likewise.
4350         * modules/inttypes (Makefile.am): Likewise.
4351         * modules/locale (Makefile.am): Likewise.
4352         * modules/math (Makefile.am): Likewise.
4353         * modules/netinet_in (Makefile.am): Likewise.
4354         * modules/search (Makefile.am): Likewise.
4355         * modules/signal (Makefile.am): Likewise.
4356         * modules/stdarg (Makefile.am): Likewise.
4357         * modules/stdint (Makefile.am): Likewise.
4358         * modules/stdio (Makefile.am): Likewise.
4359         * modules/stdlib (Makefile.am): Likewise.
4360         * modules/string (Makefile.am): Likewise.
4361         * modules/strings (Makefile.am): Likewise.
4362         * modules/sys_select (Makefile.am): Likewise.
4363         * modules/sys_socket (Makefile.am): Likewise.
4364         * modules/sys_stat (Makefile.am): Likewise.
4365         * modules/sys_time (Makefile.am): Likewise.
4366         * modules/sysexits (Makefile.am): Likewise.
4367         * modules/time (Makefile.am): Likewise.
4368         * modules/unistd (Makefile.am): Likewise.
4369         * modules/wchar (Makefile.am): Likewise.
4370         * modules/wctype (Makefile.am): Likewise.
4371         Reported by Reuben Thomas <rrt@sc3d.org>.
4372
4373 2008-08-29  Bruno Haible  <bruno@clisp.org>
4374
4375         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
4376         any more.
4377
4378 2008-08-29  Simon Josefsson  <simon@josefsson.org>
4379
4380         * MODULES.html.sh (Misc): Add bitrotate.
4381
4382         * modules/bitrotate: New file.
4383
4384         * lib/bitrotate.h: New file.
4385
4386         * modules/bitrotate-tests: New file.
4387
4388         * tests/test-bitrotate.c: New file.
4389
4390         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
4391         on the bitrotate module.
4392
4393         * lib/arctwo.c: Use new bitrotate module.
4394
4395 2008-08-29  Jim Meyering  <meyering@redhat.com>
4396
4397         bootstrap: merge changes from coreutils
4398         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
4399         of copied files.  Remove a kludge, now that this is fixed.
4400         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
4401         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
4402         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
4403
4404 2008-08-29  Bruno Haible  <bruno@clisp.org>
4405
4406         * MODULES.html.sh: Remove --cvs-urls option.
4407
4408 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
4409
4410         maint.mk: adjust to file name change
4411         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
4412
4413 2008-08-28  Jim Meyering  <meyering@redhat.com>
4414
4415         * modules/getndelim2 (License): Relicense to LGPLv2+.
4416         Approved by Richard Stallman for the version of 1995, and by
4417         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
4418
4419 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
4420
4421         * lib/getdelim.c (flockfile, funlockfile): Make all of them
4422         dummy if one is not available.  Do not touch them if
4423         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
4424         (getc_maybe_unlocked): New.
4425         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
4426
4427 2008-08-26  Eric Blake  <ebb9@byu.net>
4428
4429         doc/INSTALL: resync from autoconf
4430         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
4431         (INSTALL_PRELUDE): Delete; this is done more efficiently by
4432         moving...
4433         * install.texi [!autoconf]: ...here.  Resync from autoconf.
4434         * INSTALL: Regenerate.
4435         * INSTALL.ISO: New file.
4436         * INSTALL.UTF-8: Likewise.
4437
4438 2008-08-26  Jim Meyering  <meyering@redhat.com>
4439
4440         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
4441         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
4442         these definitions conditional, so that they may be overridden, too.
4443
4444 2008-08-26  Bruno Haible  <bruno@clisp.org>
4445
4446         Generate INSTALL file variants with prettier quotes.
4447         * doc/Makefile (INSTALL_PRELUDE): New macro.
4448         (INSTALL): Use it.
4449         (INSTALL.ISO, INSTALL.UTF-8): New rules.
4450
4451 2008-08-26  Bruno Haible  <bruno@clisp.org>
4452
4453         Run makeinfo in an English locale.
4454         * doc/Makefile (MAKEINFO): New variable.
4455
4456 2008-08-26  Bruno Haible  <bruno@clisp.org>
4457
4458         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
4459         Suggested by Eric Blake.
4460
4461 2008-08-25  Bruno Haible  <bruno@clisp.org>
4462
4463         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
4464
4465 2008-08-25  Eric Blake  <ebb9@byu.net>
4466
4467         c-stack: test that stack overflow can be caught
4468         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
4469         that platform allows handling stack overflow; at least OS/2 EMX
4470         has sigaltstack, but crashes before transferring control to
4471         handler on stack overflow.
4472         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
4473         check for HAVE_STACK_OVERFLOW_HANDLING.
4474         Reported by Elbert Pol.
4475
4476 2008-08-25  Bruno Haible  <bruno@clisp.org>
4477
4478         * doc/posix-functions/strftime.texi: Fix description of strftime
4479         module.
4480
4481 2008-08-24  Bruno Haible  <bruno@clisp.org>
4482
4483         * tests/uniwidth/test-uc_width2.c: New file.
4484         * tests/uniwidth/test-uc_width2.sh: New file.
4485         * modules/uniwidth/width-tests (Files): Add the new files.
4486         (TESTS): Add uniwidth/test-uc_width2.sh.
4487         (TESTS_ENVIRONMENT): New variable.
4488         (check_PROGRAMS): Add test-uc_width2.
4489         (test_uc_width2_SOURCES): New variable.
4490
4491         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
4492         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
4493         not 0x00AB.
4494         Reported by Alexander V. Lukyanov <lav@netis.ru>.
4495
4496 2008-08-22  Eric Blake  <ebb9@byu.net>
4497
4498         test-lock, test-tls: mention why a test is skipped
4499         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
4500         skipped.
4501         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
4502
4503         count-one-bits: relax license
4504         * modules/count-one-bits (License): Relicense to LGPLv2+.
4505         Suggested by Ludovic Courtès, approved by Ben Pfaff.
4506
4507 2008-08-22  Andreas Schwab  <schwab@suse.de>
4508
4509         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
4510         Remove spurious space in assignment.
4511
4512 2008-08-21  Simon Josefsson  <simon@josefsson.org>
4513
4514         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
4515         Paul Eggert <eggert@CS.UCLA.EDU>.
4516
4517 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
4518
4519         * modules/gettext: Add m4/threadlib.m4.
4520
4521 2008-08-19  Eric Blake  <ebb9@byu.net>
4522
4523         test-c-stack: fix compilation failure on FreeBSD 5.0
4524         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
4525         headers before <sys/resource.h>.
4526         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
4527         the bug.
4528         Reported by Nelson H. F. Beebe.
4529
4530         strverscmp: migrate from "strverscmp.h" to <string.h>
4531         * modules/string (Makefile.am): Add new hooks.
4532         * modules/strverscmp (Files): Remove strverscmp.h.
4533         (Depends-on): Add string.
4534         (configure.ac): Add indicator.
4535         (Include): Mention new header.
4536         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
4537         defaults.
4538         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
4539         results.
4540         * lib/strverscmp.h: Delete.
4541         * lib/string.in.h (strverscmp): Provide declaration, when needed.
4542         * tests/test-strverscmp.c (includes): Adjust client.
4543         * lib/check-version.c (includes): Likewise.
4544         * NEWS: Document the change.
4545
4546         strverscmp: add unit test
4547         * modules/strverscmp-tests: New file.
4548         * tests/test-strverscmp.c: Likewise.
4549
4550 2008-08-19  Simon Josefsson  <simon@josefsson.org>
4551
4552         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
4553         regarding Windows crypto stuff, from Mono.
4554
4555 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
4556
4557         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
4558         if present, for intel RND.  Return error on failures.
4559
4560 2008-08-18  Ben Pfaff  <blp@gnu.org>
4561
4562         gitlog-to-changelog: give better diagnostic for failed pipe-open
4563         * build-aux/gitlog-to-changelog: Improve error message: suggest
4564         that the version of Git may be too old.
4565
4566 2008-08-18  Simon Josefsson  <simon@josefsson.org>
4567
4568         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
4569         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
4570
4571 2008-08-18  Bruno Haible  <bruno@clisp.org>
4572
4573         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
4574         pthread_in_use().
4575
4576 2008-08-18  Bruno Haible  <bruno@clisp.org>
4577
4578         * lib/glthread/threadlib.c: Include <pthread.h>.
4579
4580 2008-08-18  Bruno Haible  <bruno@clisp.org>
4581
4582         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
4583         glthread_recursive_lock_* macros.
4584         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
4585         Fix syntax error.
4586
4587 2008-08-18  Bruno Haible  <bruno@clisp.org>
4588
4589         * lib/glthread/thread.c: Avoid forcing a context switch right after
4590         thread creation.
4591
4592 2008-08-17  Bruno Haible  <bruno@clisp.org>
4593
4594         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
4595         * lib/glthread/thread.h: Provide Win32 specific implementation.
4596         * modules/thread (Files): Add lib/glthread/thread.c.
4597         (Depends-on): Add lock.
4598         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
4599
4600 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4601
4602         New module 'yield'.
4603         * modules/yield: New file.
4604         * lib/glthread/yield.h: New file.
4605         * m4/yield.m4: New file.
4606         * MODULES.html.sh (Multithreading): Add yield.
4607
4608 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4609
4610         New module 'thread'.
4611         * modules/thread: New file.
4612         * lib/glthread/thread.h: New file.
4613         * m4/thread.m4: New file.
4614         * MODULES.html.sh (Multithreading): Add thread.
4615
4616 2008-08-17  Bruno Haible  <bruno@clisp.org>
4617
4618         * lib/glthread/lock.h: Include <stdlib.h> always.
4619         * lib/glthread/tls.h: Likewise.
4620         * lib/glthread/cond.h: Likewise.
4621
4622 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4623
4624         New module 'cond'.
4625         * modules/cond: New file.
4626         * lib/glthread/cond.h: New file.
4627         * lib/glthread/cond.c: New file.
4628         * m4/cond.m4: New file.
4629         * MODULES.html.sh (Multithreading): Add cond.
4630
4631 2008-08-16  Eric Blake  <ebb9@byu.net>
4632
4633         c-stack: fix regression on Irix 5.3 from 2008-06-21
4634         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
4635         sa_sigaction...
4636         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
4637         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
4638         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
4639         * modules/signal (Makefile.am): Use the value.
4640         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
4641         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
4642         * doc/posix-headers/signal.texi (signal.h): Document this
4643         portability issue.
4644         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
4645         Reported by Tom G. Christensen.
4646
4647 2008-08-17  Bruno Haible  <bruno@clisp.org>
4648
4649         New module 'threadlib'.
4650         * modules/threadlib: New file.
4651         * lib/glthread/threadlib.c: New file, extracted from
4652         lib/glthread/lock.c.
4653         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
4654         functions.
4655         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
4656         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
4657         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
4658         macros.
4659         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
4660         (gl_DISABLE_THREADS): Remove macro.
4661         * modules/lock (Files): Remove build-aux/config.rpath.
4662         (Depends-on): Remove havelib. Add threadlib.
4663         (configure.ac-early): Remove section.
4664         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
4665         * modules/tls (Depends-on): Remove lock. Add threadlib.
4666         (Link): New section, copied from threadlib.
4667         * MODULES.html.sh (Multithreading): Add threadlib.
4668
4669 2008-08-14  Bruno Haible  <bruno@clisp.org>
4670
4671         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
4672         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
4673         glthread_rwlock_unlock, glthread_rwlock_destroy,
4674         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
4675         glthread_recursive_lock_destroy): Define as macros always.
4676         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
4677         glthread_lock_lock.
4678         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
4679         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
4680         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
4681         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
4682         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
4683         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
4684         (glthread_recursive_lock_lock_func): Renamed from
4685         glthread_recursive_lock_lock.
4686         (glthread_recursive_lock_unlock_func): Renamed from
4687         glthread_recursive_lock_unlock.
4688         (glthread_recursive_lock_destroy_func): Renamed from
4689         glthread_recursive_lock_destroy.
4690
4691 2008-08-14  Bruno Haible  <bruno@clisp.org>
4692
4693         * lib/glthread/lock.h: Renamed from lib/lock.h.
4694         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
4695         * lib/glthread/tls.h: Renamed from lib/tls.h.
4696         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
4697         * lib/fstrcmp.c: Update includes.
4698         * lib/strsignal.c: Update includes.
4699         * modules/lock (Files, Makefile.am): Update.
4700         (Include): Change to "glthread/lock.h".
4701         * modules/tls (Files, Makefile.am): Update.
4702         (Include): Change to "glthread/tls.h".
4703         * tests/test-lock.c: Update includes.
4704         * tests/test-tls.c: Update includes.
4705         * NEWS: Mention the renamed header files.
4706
4707 2008-08-11  Jim Meyering  <meyering@redhat.com>
4708
4709         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
4710
4711 2008-08-11  Eric Blake  <ebb9@byu.net>
4712
4713         test-c-stack: avoid C99-ism
4714         * tests/test-c-stack.c (main): Fix whitespace, move declaration
4715         before statement.
4716         Reported by Alain Guibert.
4717
4718 2008-08-10  Jim Meyering  <meyering@redhat.com>
4719
4720         ensure that return value of uinttostr et al are not ignored
4721         * lib/inttostr.h (__GNUC_PREREQ): Define.
4722         (__attribute_warn_unused_result__): Define.
4723         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
4724
4725 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
4726
4727         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
4728         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
4729
4730 2008-08-07  Jim Meyering  <meyering@redhat.com>
4731
4732         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
4733
4734         * modules/mkstemp (License): Relicense under LGPLv2+.
4735         * modules/tempname (License): Likewise.
4736
4737 2008-08-06  Bruno Haible  <bruno@clisp.org>
4738
4739         * lib/poll.c (poll): Further micro-optimization.
4740
4741 2008-08-06  Jim Meyering  <meyering@redhat.com>
4742
4743         inet_pton.c: use locale-independent tolower
4744         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
4745         (inet_pton6): Use c_tolower rather than tolower.
4746         * modules/inet_pton (Depends-on): Add c-ctype.
4747
4748 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
4749
4750         * lib/poll.c (poll): Avoid division when timeout is 0, cache
4751         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
4752
4753 2008-08-06  Jim Meyering  <meyering@redhat.com>
4754
4755         * modules/inet_pton (License): Relicense under LGPLv2+.
4756
4757 2008-08-03  Bruno Haible  <bruno@clisp.org>
4758
4759         Additional non-aborting API for lock and tls.
4760         * lib/lock.h: Include <errno.h>.
4761         (glthread_lock_init): New macro/function.
4762         (gl_lock_init): Define as wrapper around glthread_lock_init.
4763         (glthread_lock_lock): New macro/function.
4764         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
4765         (glthread_lock_unlock): New macro/function.
4766         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
4767         (glthread_lock_destroy): New macro/function.
4768         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
4769         (glthread_rwlock_init): New macro/function.
4770         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
4771         (glthread_rwlock_rdlock): New macro/function.
4772         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
4773         (glthread_rwlock_wrlock): New macro/function.
4774         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
4775         (glthread_rwlock_unlock): New macro/function.
4776         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
4777         (glthread_rwlock_destroy): New macro/function.
4778         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
4779         (glthread_recursive_lock_init): New macro/function.
4780         (gl_recursive_lock_init): Define as wrapper around
4781         glthread_recursive_lock_init.
4782         (glthread_recursive_lock_lock): New macro/function.
4783         (gl_recursive_lock_lock): Define as wrapper around
4784         glthread_recursive_lock_lock.
4785         (glthread_recursive_lock_unlock): New macro/function.
4786         (gl_recursive_lock_unlock): Define as wrapper around
4787         glthread_recursive_lock_unlock.
4788         (glthread_recursive_lock_destroy): New macro/function.
4789         (gl_recursive_lock_destroy): Define as wrapper around
4790         glthread_recursive_lock_destroy.
4791         (glthread_once): New macro/function.
4792         (gl_once): Define as wrapper around glthread_once.
4793         Update function declarations.
4794         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
4795         glthread_rwlock_init. Return error code.
4796         (glthread_rwlock_rdlock_multithreaded): Renamed from
4797         glthread_rwlock_rdlock. Return error code.
4798         (glthread_rwlock_wrlock_multithreaded): Renamed from
4799         glthread_rwlock_wrlock. Return error code.
4800         (glthread_rwlock_unlock_multithreaded): Renamed from
4801         glthread_rwlock_unlock. Return error code.
4802         (glthread_rwlock_destroy_multithreaded): Renamed from
4803         glthread_rwlock_destroy. Return error code.
4804         (glthread_recursive_lock_init_multithreaded): Renamed from
4805         glthread_recursive_lock_init. Return error code.
4806         (glthread_recursive_lock_lock_multithreaded): Renamed from
4807         glthread_recursive_lock_lock. Return error code.
4808         (glthread_recursive_lock_unlock_multithreaded): Renamed from
4809         glthread_recursive_lock_unlock. Return error code.
4810         (glthread_recursive_lock_destroy_multithreaded): Renamed from
4811         glthread_recursive_lock_destroy. Return error code.
4812         (glthread_once_call): Make static.
4813         (glthread_once_multithreaded): Renamed from glthread_once.
4814         * lib/tls.h: Include <errno.h>.
4815         (glthread_tls_key_init): New macro/function.
4816         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
4817         (glthread_tls_set): New macro/function.
4818         (gl_tls_set): Define as wrapper around glthread_tls_set.
4819         (glthread_tls_key_destroy): New macro/function.
4820         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
4821         Update function declarations.
4822         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
4823         glthread_tls_get.
4824         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
4825
4826 2008-08-04  Eric Blake  <ebb9@byu.net>
4827
4828         gnumakefile: use space, not TAB, outside of targets
4829         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
4830
4831 2008-08-02  Jim Meyering  <meyering@redhat.com>
4832
4833         getdate.y: avoid locale-dependent date parsing failure
4834         In Turkish locales, getdate would fail to recognize keywords
4835         containing a lowercase "i".  The solution is not to rely on
4836         locale-sensitive case-conversion.
4837         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
4838         (lookup_word): Use c_toupper in place of toupper.
4839         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
4840         Reported by Vefa Bicakci <bicave@superonline.com> in
4841         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
4842         * modules/getdate (Depends-on): Add c-ctype.
4843
4844 2008-08-02  Bruno Haible  <bruno@clisp.org>
4845
4846         * gnulib-tool (func_import): When updating or creating a .gitignore
4847         file, prepend each added line with a slash, and ignore leading slashes
4848         from the existing lines.
4849         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
4850
4851 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4852
4853         Portability fix for GNU make 3.79.1.
4854         * top/GNUmakefile: Avoid 'else COND', which older GNU make
4855         versions do not understand.
4856
4857 2008-08-01  Bruno Haible  <bruno@clisp.org>
4858
4859         Work around bug of HP-UX 10.20 cc with -0.0 literal.
4860         * tests/test-isnanf.h (zero): New variable.
4861         (main): Avoid literal -0.0f.
4862         * tests/test-isnand.h (zero): New variable.
4863         (main): Avoid literal -0.0.
4864         * tests/test-isnanl.h (zero): New variable.
4865         (main): Avoid literal -0.0L.
4866         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
4867         (test_float, test_double, test_long_double): Avoid literals -0.0f,
4868         -0.0, -0.0L.
4869         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
4870         (test_signbitd): Avoid literal -0.0.
4871         (test_signbitl): Avoid literal -0.0L.
4872         * tests/test-ceilf1.c (zero): New variable.
4873         (main): Avoid literal -0.0f.
4874         * tests/test-ceill.c (zero): New variable.
4875         (main): Avoid literal -0.0L.
4876         * tests/test-floorf1.c (zero): New variable.
4877         (main): Avoid literal -0.0f.
4878         * tests/test-floorl.c (zero): New variable.
4879         (main): Avoid literal -0.0L.
4880         * tests/test-roundf1.c (zero): New variable.
4881         (main): Avoid literal -0.0f.
4882         * tests/test-round1.c (zero): New variable.
4883         (main): Avoid literal -0.0.
4884         * tests/test-roundl.c (zero): New variable.
4885         (main): Avoid literal -0.0L.
4886         * tests/test-truncf1.c (zero): New variable.
4887         (main): Avoid literal -0.0f.
4888         * tests/test-trunc1.c (zero): New variable.
4889         (main): Avoid literal -0.0.
4890         * tests/test-truncl.c (zero): New variable.
4891         (main): Avoid literal -0.0L.
4892         * tests/test-frexp.c (zero): New variable.
4893         (main): Avoid literal -0.0.
4894         * tests/test-frexpl.c (zero): New variable.
4895         (main): Avoid literal -0.0L.
4896         * tests/test-ldexpl.c (zero): New variable.
4897         (main): Avoid literal -0.0L.
4898         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
4899         (zerod, zerol): New variables.
4900         (test_function): Avoid literals -0.0, -0.0L.
4901         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
4902         (zerod, zerol): New variables.
4903         (test_function): Avoid literals -0.0, -0.0L.
4904         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
4905         (zerod, zerol): New variables.
4906         (test_function): Avoid literals -0.0, -0.0L.
4907         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
4908         (zerod, zerol): New variables.
4909         (test_function): Avoid literals -0.0, -0.0L.
4910         * tests/test-strtod.c (zero): New variable.
4911         (main): Avoid literal -0.0.
4912         Reported by Jonathan C. Patschke <jp@centtech.com>.
4913
4914 2008-07-31  Jim Meyering  <meyering@redhat.com>
4915
4916         sha256.h: correct definition of SHA224_DIGEST_SIZE
4917         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
4918         Reported by Paulie Pena IV <paulie4@gmail.com>.
4919         Define as 224 / 8, rather than as a literal.
4920         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
4921         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
4922         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
4923
4924 2008-07-31  Bruno Haible  <bruno@clisp.org>
4925
4926         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
4927         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
4928         Reported by Jonathan Patschke <jp@centtech.com>.
4929
4930 2008-07-31  Bruno Haible  <bruno@clisp.org>
4931
4932         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
4933         Reported by Paolo Bonzini <bonzini@gnu.org>.
4934
4935 2008-07-30  Eric Blake  <ebb9@byu.net>
4936
4937         test-strtod: allow compilation without -lm
4938         * tests/test-strtod.c (main): Avoid link dependence on fabs.
4939         Reported by Dennis Clarke <blastwave@gmail.com>.
4940
4941 2008-07-28  Jim Meyering  <meyering@redhat.com>
4942
4943         bootstrap: work also when there are no .po files in po/
4944         * build-aux/bootstrap (update_po_files): Complete the change
4945         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
4946
4947 2008-07-27  Jim Meyering  <meyering@redhat.com>
4948
4949         * users.txt: Add zile.
4950
4951 2008-07-26  Ben Pfaff  <blp@gnu.org>
4952
4953         Add missing dependencies on new m4/exponent[fdl].m4 files.
4954         * modules/isnanf-nolibm: Add m4/exponentf.m4.
4955         * modules/isnand-nolibm: Add m4/exponentd.m4.
4956         * modules/isnanl-nolibm: Add m4/exponentl.m4.
4957         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
4958         m4/isnan[fdl].m4, because the macros actually used moved.
4959         Reported by Jim Meyering.
4960
4961 2008-07-14  Ben Pfaff  <blp@gnu.org>
4962
4963         Add isinf module.
4964         * lib/isinf.c: New file.
4965         * lib/math.in.h: Define isinf macro if we have decided to replace
4966         it.
4967         * m4/isinf.m4: New file.
4968         * m4/math_h.m4: Initialize and substitute variables for isinf
4969         module.
4970         * modules/isinf: New file.
4971         * modules/isinf-tests: New file.
4972         * modules/math: Add substitutions for new module.
4973         * tests/test-isinf.c: New file.
4974         * doc/posix-functions/isinf.texi: Mention new module.
4975         * MODULES.html.sh: Mention new module.
4976
4977 2008-07-14  Ben Pfaff  <blp@gnu.org>
4978
4979         Factor out some macros for use by additional modules.
4980         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
4981         exponentf.m4.
4982         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
4983         exponentd.m4.
4984         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
4985         file exponentl.m4.
4986         * m4/exponentf.m4: New file.
4987         * m4/exponentd.m4: New file.
4988         * m4/exponentl.m4: New file.
4989         * modules/isnanf: Use new file m4/exponentf.m4.
4990         * modules/isnand: Use new file m4/exponentd.m4.
4991         * modules/isnanl: Use new file m4/exponentl.m4.
4992
4993 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
4994
4995         mktime.c: normalize tp->tm_isdst value to -1/0/1.
4996         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
4997         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
4998         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
4999
5000         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
5001         readlink on platforms without PATH_MAX.
5002
5003 2008-07-21  Eric Blake  <ebb9@byu.net>
5004
5005         Warn, not fail, on stale version.
5006         * top/GNUmakefile (_curr-ver): Tone down previous patch.
5007
5008         Don't allow installation with stale devel version number.
5009         * top/GNUmakefile (_is-install-target): New macro.
5010         (_curr-ver): Forbid installation with stale version number.
5011
5012 2008-07-20  Bruno Haible  <bruno@clisp.org>
5013
5014         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
5015         TESTS_ENVIRONMENT.
5016         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
5017
5018 2008-07-20  Bruno Haible  <bruno@clisp.org>
5019
5020         * lib/c-stack.h (c_stack_action): Add documentation.
5021         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
5022
5023 2008-07-20  Bruno Haible  <bruno@clisp.org>
5024
5025         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
5026         * modules/readlink (License): Likewise.
5027
5028 2008-07-17  Eric Blake  <ebb9@byu.net>
5029
5030         * modules/c-stack (Link): Fix typo.
5031
5032         Make c-stack use libsigsegv, when available.
5033         * modules/c-stack (Depends-on): Add libsigsegv.
5034         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
5035         needed.
5036         * lib/c-stack.c (SIGSTKSZ): Define fallback.
5037         (segv_handler, overflow_handler, c_stack_action)
5038         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
5039         implementation when libsigsegv is available, but only when using
5040         the library is necessary.
5041         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
5042         comment, explaining why XSI check fails on Linux.
5043         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
5044         * tests/test-c-stack2.sh: Tweak skip message.
5045         * NEWS: Document new link-time requirements.
5046
5047 2008-07-16  Eric Blake  <ebb9@byu.net>
5048
5049         c-stack: Expose false positives when not using libsigsegv.
5050         * modules/c-stack-tests (Files): Expand test.
5051         * tests/test-c-stack.c (main): Add means to conditionally trigger
5052         non-overflow SIGSEGV.
5053         * tests/test-c-stack2.sh: New file.
5054
5055 2008-07-14  Bruno Haible  <bruno@clisp.org>
5056
5057         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
5058         Reported by Eric Blake.
5059
5060 2008-07-14  Sam Steingold  <sds@gnu.org>
5061             Bruno Haible  <bruno@clisp.org>
5062
5063         New module libsigsegv.
5064         * modules/libsigsegv: New file.
5065         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
5066         modifications.
5067         * MODULES.html.sh (Signal handling): New section.
5068
5069 2008-07-14  Bruno Haible  <bruno@clisp.org>
5070
5071         * modules/unictype/ctype-* (Description): Add the word "function".
5072         Improves the resulting doc in MODULES.html.
5073
5074 2008-07-12  Ben Pfaff  <blp@gnu.org>
5075
5076         Add longlong module.
5077         * modules/longlong: New file.
5078
5079 2008-07-12  Bruno Haible  <bruno@clisp.org>
5080
5081         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
5082         to empty.
5083
5084 2008-07-10  Ben Pfaff  <blp@gnu.org>
5085
5086         Add isnan module.
5087         * doc/posix-functions/isnan.texi: Mention new module.
5088         * lib/math.in.h: Define isnan macro if we have decided to replace
5089         it.
5090         * m4/isnan.m4: New file.
5091         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
5092         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
5093         also.
5094         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
5095         redundancy.
5096         * m4/math_h.m4: Initialize and substitute variables for isnan
5097         module.
5098         * modules/isnan: New file.
5099         * modules/isnan-tests: New file.
5100         * modules/math: Add substitutions for new module.
5101         * tests/test-isnan.c: New file.
5102         * MODULES.html.sh: Mention new module.
5103
5104 2008-07-10  Ben Pfaff  <blp@gnu.org>
5105
5106         Add isnanf module.
5107         * lib/isnanf.m4: New file.
5108         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
5109         (gl_HAVE_ISNANF_IN_LIBM): New macro.
5110         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
5111         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
5112         * modules/isnanf: New file.
5113         * modules/isnanf-tests: New file.
5114         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
5115         files.
5116         * tests/test-isnanf-nolibm.c: factored most of its contents into
5117         new file tests/test-isnanf.h.
5118         * tests/test-isnanf.h: New file.
5119         * tests/test-isnanf.c: New file.
5120         * MODULES.html.sh: Mention new module.
5121         * doc/glibc-functions/isnanf.texi: Mention new module.
5122
5123 2008-07-10  Ben Pfaff  <blp@gnu.org>
5124
5125         Add isnand module.
5126         * lib/isnand.h: New file.
5127         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
5128         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
5129         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
5130         functionality also.
5131         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
5132         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
5133         (gl_HAVE_ISNAND_IN_LIBM): New macro.
5134         * modules/isnand: New file.
5135         * modules/isnand-tests: New file.
5136         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
5137         files.
5138         * tests/test-isnand-nolibm.c: factored most of its contents into
5139         new file tests/test-isnand.h.
5140         * tests/test-isnand.h: New file.
5141         * tests/test-isnand.c: New file.
5142         * MODULES.html.sh: Mention new module.
5143
5144 2008-07-10  Ben Pfaff  <blp@gnu.org>
5145
5146         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
5147         * lib/isnand.h: Rename lib/isnand-nolibm.h.
5148         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
5149         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
5150         * modules/isnanf-nolibm: Update references to renamed files.
5151         * modules/isnand-nolibm: Likewise.
5152         * modules/isnanf-nolibm-tests: Likewise.
5153         * modules/isnand-nolibm-tests: Likewise.
5154         * lib/frexp.c: Likewise.
5155         * lib/isfinite.c: Likewise.
5156         * lib/signbitd.c: Likewise.
5157         * lib/signbitf.c: Likewise.
5158         * lib/vasnprintf.c: Likewise.
5159         * tests/test-ceilf1.c: Likewise.
5160         * tests/test-ceilf2.c: Likewise.
5161         * tests/test-floorf1.c: Likewise.
5162         * tests/test-floorf2.c: Likewise.
5163         * tests/test-frexp.c: Likewise.
5164         * tests/test-round1.c: Likewise.
5165         * tests/test-round2.c: Likewise.
5166         * tests/test-roundf1.c: Likewise.
5167         * tests/test-strtod.c: Likewise.
5168         * tests/test-trunc1.c: Likewise.
5169         * tests/test-trunc2.c: Likewise.
5170         * tests/test-truncf1.c: Likewise.
5171         * tests/test-truncf2.c: Likewise.
5172         * NEWS: Mention the renamed header files.
5173
5174 2008-07-11  Jim Meyering  <meyering@redhat.com>
5175
5176         vc-list-files: make the last-resort awk code more portable
5177         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
5178         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
5179         does not support it.
5180
5181 2008-07-10  Eric Blake  <ebb9@byu.net>
5182
5183         Work with tar's bootstrap.
5184         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
5185         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
5186         an m4 comment.
5187
5188 2008-07-09  Jim Meyering  <meyering@redhat.com>
5189
5190         posix-shell.m4: fix typo that made this test malfunction
5191         * m4/posix-shell.m4: Remove capitalization in variable name.
5192
5193 2008-07-08  Bruno Haible  <bruno@clisp.org>
5194
5195         * m4/onceonly.m4: Update comments.
5196         Reported by Ben Pfaff <blp@cs.stanford.edu>.
5197
5198 2008-07-04  Jim Meyering  <meyering@redhat.com>
5199
5200         * users.txt: Add vc-dwim.
5201         (bison, coreutils): Use the gitweb URL.
5202
5203 2008-07-03  Jim Meyering  <meyering@redhat.com>
5204
5205         * users.txt: Add libffcall.  From Sam Steingold.
5206
5207 2008-07-03  OndÅ™ej Vašík  <ovasik@redhat.com>
5208
5209         getdate.y: do not ignore TZ with relative day, month or year offset
5210         * lib/getdate.y (get_date): Move the tz-handling block to follow the
5211         relative-date-handling, since otherwise, the latter would clobber the
5212         sole output (an updated Start value) of the tz-handling block.
5213         * tests/test-getdate.c: Tests for the fix
5214
5215 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5216
5217         Recognize 'foo_LIBRARIES += libgnu.a'.
5218         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
5219         makefile snippet has already specified an installation location,
5220         also using '+='.
5221
5222 2008-07-02  OndÅ™ej Vašík  <ovasik@redhat.com>
5223
5224         getdate.y: factor out common actions
5225         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
5226         Use them in place of open-coded actions.
5227
5228 2008-07-01  Simon Josefsson  <simon@josefsson.org>
5229
5230         Add self-test for getdate module.
5231         * modules/getdate-tests: New file.
5232         * tests/test-getdate.c: New file.
5233
5234 2008-06-29  Bruno Haible  <bruno@clisp.org>
5235
5236         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
5237         .gitignore.
5238         Reported by Sylvain Beucler <beuc@beuc.net>.
5239
5240 2008-06-29  Bruno Haible  <bruno@clisp.org>
5241
5242         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
5243         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
5244
5245 2008-06-29  Bruno Haible  <bruno@clisp.org>
5246
5247         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
5248         EXTRA_DIST.
5249         Reported by Sylvain Beucler <beuc@beuc.net>.
5250
5251 2008-06-26  Jim Meyering  <meyering@redhat.com>
5252
5253         make several modules depend on the "open" module
5254         This provides slightly increased consistency when opening-for-write
5255         the name of a non-directory spelled with a trailing slash.
5256         * modules/chdir-safer: Likewise.
5257         * modules/chown: Likewise.
5258         * modules/clean-temp: Likewise.
5259         * modules/copy-file: Likewise.
5260         * modules/fchdir: Likewise.
5261         * modules/fcntl-safer: Likewise.
5262         * modules/pipe: Likewise.
5263         * modules/utime: Likewise.
5264         Prompted by Eric Blake and Bruno Haible.
5265
5266 2008-06-24  Andreas Schwab  <schwab@suse.de>
5267
5268         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
5269         literals can be used as initializers for global variables.
5270
5271 2008-06-23  Eric Blake  <ebb9@byu.net>
5272
5273         Make gnulib-cache.m4 easier to diff.
5274         * gnulib-tool (func_import): Allow newlines when reading cached
5275         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
5276
5277 2008-06-23  Bruno Haible  <bruno@clisp.org>
5278
5279         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
5280         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
5281         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
5282         m4/signalblocking.m4.
5283         (gl_PREREQ_SIGACTION): Don't invoke it.
5284         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
5285         gl_PREREQ_SIG_HANDLER_H.
5286         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
5287         Don't check for sigaction here.
5288
5289 2008-06-23  Bruno Haible  <bruno@clisp.org>
5290
5291         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
5292         (install_handlers): Don't set the SA_RESETHAND flag.
5293
5294 2008-06-23  Bruno Haible  <bruno@clisp.org>
5295
5296         * m4/sigaction.m4: Comment fixes.
5297         * lib/signal.in.h: Likewise.
5298
5299 2008-06-23  Eric Blake  <ebb9@byu.net>
5300
5301         Fix typo.
5302         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
5303
5304         Avoid SA_ namespace.
5305         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
5306         Reported by Ralf Wildenhues.
5307
5308         Avoid test failure due to SA_RESTORER.
5309         * tests/test-sigaction.c (SA_MASK): New macro.
5310         (main): Avoid failing due to extension flags being set.
5311         Reported by Jim Meyering.
5312
5313         Revert use of sig-handler.h in sigprocmask.c.
5314         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
5315         it requires the existence of struct sigaction.
5316         * lib/sigprocmask.c (handler_t): Restore typedef.
5317         (rpl_signal, old_handlers): Use local type.
5318
5319 2008-06-22  Bruno Haible  <bruno@clisp.org>
5320
5321         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
5322         conditionally.
5323         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
5324
5325 2008-06-22  Bruno Haible  <bruno@clisp.org>
5326
5327         * doc/posix-functions/siginterrupt.texi: Move note.
5328
5329         * lib/signal.in.h (SA_RESTART): New macro.
5330         * lib/sigaction.c: Update comment.
5331
5332         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
5333
5334         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
5335         (gl_PREREQ_SIGPROCMASK): Invoke it.
5336         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
5337
5338         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
5339
5340         * lib/sigprocmask.c: Update a comment.
5341
5342 2008-06-21  Eric Blake  <ebb9@byu.net>
5343
5344         Use sigaction module rather than signal().
5345         * modules/c-stack (Depends-on): Add sigaction.
5346         * modules/fatal-signal (Depends-on): Likewise.
5347         * modules/nanosleep (Depends-on): Likewise.
5348         * modules/sigprocmask (Files): Add sig-handler.h.
5349         * modules/sigaction (Files): Likewise.
5350         * lib/sig-handler.h (get_handler): New file, suggested by Paul
5351         Eggert.
5352         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
5353         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
5354         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
5355         (init_fatal_signals): Likewise.
5356         * lib/nanosleep.c (rpl_nanosleep): Likewise.
5357         (siginterrupt): Delete fallback.
5358         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
5359         instead.
5360         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
5361         siginterrupt.
5362
5363         New module sigaction, for mingw.
5364         * modules/sigaction: New module...
5365         * modules/sigaction-tests: ...and its test.
5366         * m4/sigaction.m4: New file.
5367         * lib/sigaction.c: Likewise.
5368         * tests/test-sigaction.c: Likewise.
5369         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
5370         * modules/signal (Makefile.am): Likewise.
5371         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
5372         needed.
5373         * doc/posix-headers/signal.texi (signal.h): Mention provided
5374         types.
5375         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
5376         that sigaction is preferable.
5377         * doc/posix-functions/sigaction.texi (sigaction): Mention new
5378         module.
5379         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
5380         sigaction.
5381
5382         Improve robustness of sigprocmask by overriding signal.
5383         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
5384         is in use.
5385         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
5386         (SIGKILL, SIGSTOP): Provide fallbacks.
5387         (rpl_signal): Implement.
5388         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
5389         signal can be called inside handlers.
5390
5391         Fix nanosleep module on mingw.
5392         * modules/nanosleep (Depends-on): Add sys_select.
5393         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
5394
5395         Fix licensing of sigprocmask.
5396         * modules/raise (License): Relicense as LGPL.
5397
5398 2008-06-21  Bruno Haible  <bruno@clisp.org>
5399
5400         * lib/propername.c (proper_name_utf8): Don't use the transliterated
5401         result if it contains question marks.
5402         Reported by Michael Geng <linux@michaelgeng.de>.
5403
5404 2008-06-19  Bruno Haible  <bruno@clisp.org>
5405
5406         Fix CVS-ism.
5407         * doc/gnulib.texi: Include updated-stamp.texi.
5408         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
5409         (updated-stamp.texi): New rule.
5410         (gnulib.info): Depend on it.
5411         * doc/.gitignore: Add updated-stamp.texi.
5412         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
5413
5414 2008-06-19  Bruno Haible  <bruno@clisp.org>
5415
5416         * doc/Makefile (gnulib.info): Update and simplify dependencies.
5417         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
5418
5419 2008-06-19  Eric Blake  <ebb9@byu.net>
5420
5421         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
5422         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
5423         Reported by Stepan Kasal.
5424
5425 2008-06-18  Bruno Haible  <bruno@clisp.org>
5426
5427         * lib/fatal-signal.c (init_fatal_signals): Add comment.
5428         Reported by Eric Blake.
5429
5430 2008-06-18  Eric Blake  <ebb9@byu.net>
5431
5432         Work around cygwin 1.5.25 strsignal bug.
5433         * tests/test-strsignal.c: Allow for const char *.
5434         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
5435
5436 2008-06-18  Simon Josefsson  <simon@josefsson.org>
5437
5438         * users.txt: Update URL to article and add author/date
5439         information.
5440
5441 2008-06-17  Bruno Haible  <bruno@clisp.org>
5442
5443         New macro gl_DISABLE_THREADS.
5444         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
5445         if the user did not pass --enable-threads or --disable-threads option.
5446         (gl_DISABLE_THREADS): New macro.
5447         Reported by Eric Blake <ebb9@byu.net>.
5448
5449 2008-06-17  Bruno Haible  <bruno@clisp.org>
5450
5451         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
5452         when the macro ignores it.
5453         Based on a patch by Eric Blake <ebb9@byu.net>.
5454
5455 2008-06-17  Bruno Haible  <bruno@clisp.org>
5456
5457         * modules/tls (License): Change to LGPLv2+.
5458         Reported by Eric Blake.
5459
5460 2008-06-17  Eric Blake  <ebb9@byu.net>
5461
5462         Simplify c-stack prerequisites.
5463         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
5464         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
5465         no longer requires <ucontext.h> to exist.  Optimize setrlimit
5466         check.
5467         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
5468         <sys/resource.h>.
5469
5470         Move c-stack test into testsuite.
5471         * modules/c-stack-tests: New file.
5472         * lib/c-stack.c [DEBUG]: Move test program...
5473         * tests/test-c-stack.c: ...into this new file.  Skip rather than
5474         fail test if sigaltstack is lacking.
5475         * tests/test-c-stack.sh: New driver file.
5476
5477 2008-06-16  Eric Blake  <ebb9@byu.net>
5478
5479         Use raise module consistently.
5480         * modules/fatal-signal (Depends-on): Add raise.
5481         * modules/sigprocmask (Depends-on): Likewise.
5482         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
5483         * lib/sigprocmask.c (sigprocmask): Likewise.
5484         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
5485         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
5486
5487         Fix compliance bug in sigpending.
5488         * lib/sigprocmask.c (sigpending): Return pending array via
5489         parameter, not return value.
5490
5491 2008-06-14  Eric Blake  <ebb9@byu.net>
5492
5493         Improve obstack-printf test code.
5494         * tests/test-obstack-printf.c (test_function): Fix comment, and
5495         simplify usage of obstack_* in macros.  Add a test for coverage.
5496         Reported by Bruno Haible.
5497
5498 2008-06-14  Bruno Haible  <bruno@clisp.org>
5499
5500         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
5501         array size as a constant, not as a const variable.
5502         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
5503         AC_USE_SYSTEM_EXTENSIONS.
5504         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
5505         Test whether the obstack_printf function actually exists.
5506         * modules/obstack-printf (Depends-on): Add extensions.
5507         (Include): Remove obstack.h.
5508         * modules/obstack-printf-posix (Depends-on): Add extensions.
5509         (Include): Remove obstack.h.
5510
5511 2008-06-13  Eric Blake  <ebb9@byu.net>
5512
5513         Add obstack-printf and obstack-printf-posix modules.
5514         * modules/obstack-printf: New file.
5515         * modules/obstack-printf-posix: Likewise.
5516         * MODULES.html.sh (Misc): Mention them.
5517         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
5518         Likewise.
5519         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
5520         Likewise.
5521         * modules/stdio (Makefile.am): Accomodate new modules.
5522         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
5523         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
5524         Declare.
5525         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
5526         functions.
5527         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
5528         (gl_REPLACE_OBSTACK_PRINTF): New macros
5529         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
5530         * tests/test-obstack-printf.c: New file.
5531         * modules/obstack-printf-tests: Likewise.
5532         * modules/obstack-printf-posix-tests: Likewise.
5533
5534 2008-06-11  Bruno Haible  <bruno@clisp.org>
5535
5536         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
5537         * lib/open.c: Include errno.h.
5538         (open): Fail when attempting to write to a file that has a trailing
5539         slash.
5540         * tests/test-open.c (main): Test against trailing slash bug.
5541         * doc/posix-functions/open.texi: Mention the trailing slash bug.
5542
5543 2008-06-10  Bruno Haible  <bruno@clisp.org>
5544
5545         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
5546         for $? to work inside the trap command, with various /bin/sh-s.
5547         * tests/test-vc-list-files-cvs.sh: Likewise.
5548
5549 2008-06-10  Bruno Haible  <bruno@clisp.org>
5550
5551         * lib/acl-internal.h: Don't include gettext.h here.
5552         * lib/set-mode-acl.c: Include gettext.h here.
5553         * lib/copy-acl.c: Likewise.
5554
5555 2008-06-10  Bruno Haible  <bruno@clisp.org>
5556
5557         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
5558         * lib/wait-process.c (wait_subprocess): Likewise.
5559         * lib/execute.h (execute): Add termsigp argument.
5560         * lib/execute.c (execute): Likewise.
5561         * lib/csharpcomp.c (compile_csharp_using_pnet,
5562         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
5563         * lib/csharpexec.c (execute_csharp_using_pnet,
5564         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
5565         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
5566         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
5567         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
5568         is_jikes_present): Update.
5569         * lib/javaexec.c (execute_java_class): Update.
5570         * lib/javaversion.c (execute_and_read_line): Update.
5571         * NEWS: Document the changes.
5572         Reported by Eric Blake.
5573
5574 2008-06-10  Eric Blake  <ebb9@byu.net>
5575
5576         Add missing include.
5577         * tests/test-strstr.c (includes): Add <signal.h>.
5578         * tests/test-strcasestr.c (includes): Likewise.
5579         * tests/test-memmem.c (includes): Likewise.
5580
5581 2008-06-10  Bruno Haible  <bruno@clisp.org>
5582
5583         * lib/wait-process.c (wait_subprocess): Add an assertion.
5584
5585 2008-06-10  Bruno Haible  <bruno@clisp.org>
5586
5587         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
5588
5589 2008-06-10  Bruno Haible  <bruno@clisp.org>
5590
5591         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
5592         using alarm().
5593         * tests/test-strcasestr.c (main): Likewise.
5594         * tests/test-strstr.c (main): Likewise.
5595
5596 2008-06-09  Bruno Haible  <bruno@clisp.org>
5597
5598         Work around the Solaris 10 ACE ACLs ABI change.
5599         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
5600         declare if ACL_NO_TRIVIAL is present.
5601         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
5602         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
5603         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
5604         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
5605         define if ACL_NO_TRIVIAL is present.
5606         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
5607         and use the current ABI.
5608         (file_has_acl): Use same #if condition as elsewhere.
5609         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
5610         in use, and use the current ABI.
5611         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
5612         Reported by Jim Meyering.
5613
5614 2008-06-09  Eric Blake  <ebb9@byu.net>
5615
5616         Work around environments that (stupidly) ignore SIGALRM.
5617         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
5618         before using alarm().
5619         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
5620         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
5621         Reported by Ian Beckwith <ianb@erislabs.net>.
5622
5623         Produce autobuild blurb earlier in log.
5624         * modules/autobuild (configure.ac-early): Move AB_INIT here.
5625
5626 2008-06-09  Jim Meyering  <meyering@redhat.com>
5627         and OndÅ™ej Vašík  <ovasik@redhat.com>
5628
5629         utimens.c: correct kernel bug work-around
5630         OndÅ™ej Vašík found that the invalid return value of 280 indicates
5631         failure, not success, and the kernel bug we're trying to work
5632         around affects not just the utimensat call, but also the fallback
5633         futimens call.
5634         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
5635         not success.
5636         [HAVE_FUTIMENS]: Use the same work-around, here.
5637
5638 2008-06-09  Jim Meyering  <meyering@redhat.com>
5639
5640         add more guards around definition of ACE_-related code
5641         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
5642         ALLOW and ACE_OWNER are also defined.
5643
5644 2008-06-08  Bruno Haible  <bruno@clisp.org>
5645
5646         * lib/acl-internal.h: Add me as co-author.
5647         * lib/file-has-acl.c: Likewise.
5648         * lib/set-mode-acl.c: Likewise.
5649         * lib/copy-acl.c: Likewise.
5650
5651 2008-06-08  Bruno Haible  <bruno@clisp.org>
5652
5653         Add support for AIX ACLs.
5654         * lib/acl-internal.h (acl_nontrivial): New declaration.
5655         * lib/file-has-acl.c (acl_nontrivial): New function.
5656         (file_has_acl): Add implementation using AIX 4 ACL API.
5657         * lib/set-mode-acl.c (qset_acl): Likewise.
5658         * lib/copy-acl.c (qcopy_acl): Likewise.
5659
5660 2008-06-08  Bruno Haible  <bruno@clisp.org>
5661
5662         Add support for HP-UX ACLs.
5663         * lib/acl-internal.h (acl_nontrivial): New declaration.
5664         * lib/file-has-acl.c (acl_nontrivial): New function.
5665         (file_has_acl): Add implementation using HP-UX 11 ACL API.
5666         * lib/set-mode-acl.c (qset_acl): Likewise.
5667         * lib/copy-acl.c (qcopy_acl): Likewise.
5668
5669 2008-06-08  Bruno Haible  <bruno@clisp.org>
5670
5671         Add support for Cygwin ACLs.
5672         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
5673         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
5674         the chmod_or_fchmod call.
5675         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
5676
5677 2008-06-08  Bruno Haible  <bruno@clisp.org>
5678
5679         Fix bug with setuid modes in Solaris 10+ code.
5680         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
5681         succeeded, when the mode contains some special bits.
5682
5683 2008-06-08  Bruno Haible  <bruno@clisp.org>
5684
5685         Add support for Solaris 7..10 ACLs.
5686         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
5687         declarations.
5688         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
5689         functions.
5690         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
5691         * lib/set-mode-acl.c (qset_acl): Likewise.
5692         * lib/copy-acl.c (qcopy_acl): Likewise.
5693
5694 2008-06-08  Bruno Haible  <bruno@clisp.org>
5695
5696         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
5697         declaration.
5698         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
5699         (acl_access_nontrivial): Remove MacOS X case.
5700         (file_has_acl): Use acl_extended_nontrivial.
5701         * lib/copy-acl.c (qcopy_acl): Likewise.
5702
5703 2008-06-08  Bruno Haible  <bruno@clisp.org>
5704
5705         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
5706
5707 2008-06-08  Jim Meyering  <meyering@redhat.com>
5708
5709         * modules/acl (Maintainer): Add Bruno Haible.
5710
5711 2008-06-07  Bruno Haible  <bruno@clisp.org>
5712
5713         Improve support for Tru64 ACLs.
5714         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
5715         ACL on OSF/1.
5716
5717 2008-06-07  Bruno Haible  <bruno@clisp.org>
5718
5719         Add support for MacOS X ACLs.
5720         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
5721         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
5722         * lib/set-mode-acl.c (qset_acl): Likewise.
5723         * lib/copy-acl.c (qcopy_acl): Likewise.
5724
5725 2008-06-07  Bruno Haible  <bruno@clisp.org>
5726
5727         Fix memory leak introduced on 2008-05-22.
5728         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
5729         use.
5730
5731 2008-06-07  Bruno Haible  <bruno@clisp.org>
5732
5733         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
5734         to construct an empty ACL.
5735
5736 2008-06-07  Bruno Haible  <bruno@clisp.org>
5737
5738         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
5739         precisely.
5740         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
5741
5742 2008-06-07  Bruno Haible  <bruno@clisp.org>
5743
5744         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
5745         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
5746
5747 2008-06-07  Bruno Haible  <bruno@clisp.org>
5748
5749         * doc/posix-functions/_setjmp.texi: Explain the use of this function
5750         regardless of POSIX.
5751         * doc/posix-functions/_longjmp.texi: Likewise.
5752         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
5753         SystemV platform in this case.
5754
5755 2008-06-06  Eric Blake  <ebb9@byu.net>
5756
5757         Document abort() bugs.
5758         * doc/posix-functions/abort.texi (abort): Mention anomalies.
5759
5760         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
5761         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
5762         sigsetjmp.
5763         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
5764         siglongjmp, but only as a macro.
5765         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
5766         is obsolete.
5767         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
5768
5769         Tweak documentation to cover cygwin argz bugs.
5770         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
5771         argz bug fix; no code change needed since no cygwin releases
5772         occurred between the last fix and the bug being tested.
5773         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
5774         module and recently fixed cygwin bugs.
5775         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
5776         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
5777         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
5778         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
5779         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
5780         Likewise.
5781         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
5782         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
5783         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
5784         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
5785         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
5786         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
5787         Likewise.
5788
5789         Avoid gcc warning on cygwin.
5790         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
5791         !ACL_NO_TRIVIAL]: Avoid unused variable.
5792
5793 2008-06-05  Eric Blake  <ebb9@byu.net>
5794
5795         Be tolerant of UNKNOWN version in gnulib-tool test dir.
5796         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
5797         git-version-gen fails to come up with a version.
5798         Reported by Simon Josefsson.
5799
5800 2008-06-05  Jim Meyering  <meyering@redhat.com>
5801             Paul Eggert  <eggert@cs.ucla.edu>
5802
5803         utimens.c: work around a probable Linux kernel bug
5804         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
5805         appears to be a kernel bug that causes utimensat to return 280
5806         instead of 0, indicating success.
5807
5808 2008-06-04  Bruno Haible  <bruno@clisp.org>
5809
5810         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
5811         2008-06-01 commit.
5812
5813 2008-06-04  Bruno Haible  <bruno@clisp.org>
5814
5815         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
5816         * lib/file-has-acl.c (acl_access_nontrivial): New function.
5817         (file_has_acl): Use it. Save errno afterwards.
5818         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
5819
5820 2008-06-03  Bruno Haible  <bruno@clisp.org>
5821
5822         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
5823         draft code. Simplify #ifs.
5824         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
5825         Put Solaris code after POSIX-draft code. Fix comments regarding
5826         Solaris 10, HP-UX. Mention Cygwin.
5827         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
5828
5829 2008-06-03  Eric Blake  <ebb9@byu.net>
5830
5831         Provide fallback for older kernels.
5832         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
5833         Provide runtime fallback if kernel lacks support.
5834         Reported by Mike Frysinger.
5835
5836 2008-06-02  Bruno Haible  <bruno@clisp.org>
5837
5838         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
5839         it exists.
5840
5841 2008-06-02  Bruno Haible  <bruno@clisp.org>
5842
5843         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
5844         * lib/copy-acl.c (qcopy_acl): Update comment.
5845
5846 2008-06-02  Bruno Haible  <bruno@clisp.org>
5847
5848         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
5849         like ACL APIs.
5850
5851 2008-06-02  Bruno Haible  <bruno@clisp.org>
5852
5853         * tests/test-file-has-acl.sh: Use different code for Cygwin.
5854         * tests/test-set-mode-acl.sh: Likewise.
5855         * tests/test-copy-acl.sh: Likewise.
5856         * tests/test-copy-file.sh: Likewise.
5857
5858 2008-06-02  Bruno Haible  <bruno@clisp.org>
5859
5860         * tests/test-file-has-acl.sh: Remove unused code.
5861
5862 2008-06-01  Bruno Haible  <bruno@clisp.org>
5863
5864         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
5865         (copy_acl): Just a wrapper around qcopy_acl that emits the error
5866         messages.
5867         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
5868
5869 2008-06-01  Bruno Haible  <bruno@clisp.org>
5870
5871         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
5872         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
5873         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
5874         APIs.
5875         * modules/acl-tests (configure.ac): Remove tests now contained in
5876         m4/acl.m4.
5877
5878 2008-06-02  Jim Meyering  <meyering@redhat.com>
5879
5880         announce-gen: use a better key-server host name
5881         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
5882         it may be more consistently reliable.  Suggested by Werner Koch
5883         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
5884
5885 2008-06-01  Bruno Haible  <bruno@clisp.org>
5886
5887         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
5888         Reported by Voroskoi Andras <voroskoi@gmail.com>.
5889
5890 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
5891
5892         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
5893
5894 2008-06-01  Bruno Haible  <bruno@clisp.org>
5895
5896         New ACL tests.
5897         * tests/test-file-has-acl.sh: New file.
5898         * tests/test-file-has-acl.c: New file.
5899         * tests/test-set-mode-acl.sh: New file.
5900         * tests/test-set-mode-acl.c: New file.
5901         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
5902         * tests/test-copy-acl.c: New file.
5903         * modules/acl-tests: New file, based on modules/copy-file-tests.
5904         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
5905         (Depends-on): Add acl-tests.
5906         (configure.ac): Remove checks.
5907         (Makefile.am): Don't create test-sameacls program here any more.
5908
5909 2008-06-01  Bruno Haible  <bruno@clisp.org>
5910
5911         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
5912         * tests/test-sameacls.c: Include progname.h.
5913         (main): Invoke set_program_name. Portability fixes for MacOS X,
5914         Solaris, HP-UX.
5915
5916 2008-06-01  Bruno Haible  <bruno@clisp.org>
5917
5918         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
5919         function.
5920         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
5921
5922 2008-06-01  Bruno Haible  <bruno@clisp.org>
5923
5924         * modules/rpmatch (Depends-on): Add strdup.
5925
5926 2008-06-01  Bruno Haible  <bruno@clisp.org>
5927
5928         * lib/pipe.c: Include unistd-safer.h.
5929         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
5930         * modules/pipe (Depends-on): Add unistd-safer.
5931
5932 2008-05-30  Simon Josefsson  <simon@josefsson.org>
5933
5934         * modules/autobuild (configure.ac): Call AB_INIT.
5935
5936 2008-05-30  Simon Josefsson  <simon@josefsson.org>
5937
5938         * tests/test-getaddrinfo.c: Don't print debug messages by default.
5939         Suggested by Bruno Haible <bruno@clisp.org>.
5940
5941 2008-05-30  Simon Josefsson  <simon@josefsson.org>
5942
5943         * tests/test-base64.c: Cast size_t to unsigned long when invoking
5944         printf.  Use %lu instead of %d.  Reported by Bruno Haible
5945         <bruno@clisp.org>.
5946
5947 2008-05-29  Eric Blake  <ebb9@byu.net>
5948
5949         Prefer new POSIX 200x interfaces over futimesat.
5950         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
5951         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
5952         when available.
5953         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
5954
5955 2008-05-28  Bruno Haible  <bruno@clisp.org>
5956
5957         * modules/stpcpy (License): Change to LGPLv2+.
5958         Requested by David Lutterkort <dlutter@redhat.com>.
5959
5960 2008-05-27  Bruno Haible  <bruno@clisp.org>
5961
5962         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
5963         current mingw.
5964         Reported by Jose E. Marchesi <jemarch@gnu.org>.
5965
5966 2008-05-27  Bruno Haible  <bruno@clisp.org>
5967
5968         * modules/iconv_open (Link): New section, from module 'iconv'.
5969         * modules/striconv (Link): Likewise.
5970         * modules/striconveh (Link): Likewise.
5971         * modules/xstriconv (Link): Likewise.
5972         * modules/unicodeio (Link): Likewise.
5973         * modules/propername (Link): Likewise.
5974         Reported by Jim Meyering.
5975
5976 2008-05-26  Jim Meyering  <meyering@redhat.com>
5977
5978         sha256: do not artificially restrict buffer length to be < 2^32
5979         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
5980         uint32_t to size_t.
5981         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
5982         to match.
5983
5984         avoid unaligned access errors, e.g., on sparc
5985         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
5986         direct access through a possibly-unaligned uint64* pointer.
5987         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
5988         direct access through a possibly-unaligned uint32* pointer.
5989         Prompted by this patch from Tom "spot" Callaway:
5990         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
5991
5992         sha512.c: fix typo in comment
5993         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
5994
5995 2008-05-25  Bruno Haible  <bruno@clisp.org>
5996
5997         * lib/set-mode-acl.c: Renamed from lib/acl.c.
5998         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
5999         (Makefile.am): Update lib_SOURCES.
6000
6001 2008-05-25  Bruno Haible  <bruno@clisp.org>
6002
6003         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
6004
6005 2008-05-25  Jim Meyering  <meyering@redhat.com>
6006
6007         useless-if-before-free: freed expr may have white-space differences
6008         * build-aux/useless-if-before-free: Recognize cases in which the
6009         freed expression differs from the tested one in embedded white
6010         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
6011         $1 was used, so we can't make any regexp shy.  Improved tests now
6012         detect this.
6013
6014         useless-if-before-free: accept white space in the expression.
6015         * build-aux/useless-if-before-free: For now, any white space
6016         in the expression must be identical in the free argument.
6017
6018         useless-if-before-free: efficiency tweak
6019         * build-aux/useless-if-before-free: Make the expression-matching
6020         regexp "shy".
6021         Make the *outer* regexp shy, not the expr-matching one.
6022
6023         update code-in-comment to accept cast of free arg
6024         * build-aux/useless-if-before-free: Update regexp.
6025
6026 2008-05-25  Bruno Haible  <bruno@clisp.org>
6027
6028         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
6029         * modules/copy-file-tests (Files, Makefile.am): Update.
6030         * tests/test-copy-file.c (func_test_copy): Update.
6031
6032 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
6033
6034         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
6035
6036 2008-05-23  Bruno Haible  <bruno@clisp.org>
6037
6038         Improve support for ACLs on OSF/1.
6039         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
6040         Remove fallback for unknown flavors of ACLs.
6041
6042 2008-05-22  Bruno Haible  <bruno@clisp.org>
6043
6044         Add support for ACLs on OSF/1.
6045         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
6046         replacements.
6047         (acl_free_text): New macro fallback.
6048         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
6049         acl_free.
6050         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
6051         acl_free_text function. Require AC_C_INLINE.
6052
6053 2008-05-22  Bruno Haible  <bruno@clisp.org>
6054
6055         Make copy_acl work on MacOS X 10.5.
6056         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
6057         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
6058         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
6059         If MODE_INSIDE_ACL, don't assume that every system has the same text
6060         representation for ACLs as FreeBSD.
6061         * lib/copy-acl.c (copy_acl): Add support for platforms with
6062         !MODE_INSIDE_ACL.
6063         * lib/file-has-acl.c (file_has_acl): Likewise.
6064         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
6065         FreeBSD, MacOS X, or IRIX, respectively.
6066
6067 2008-05-22  Bruno Haible  <bruno@clisp.org>
6068
6069         * lib/acl.h: Don't include <sys/acl.h>.
6070         (GETACLCNT): Move fallback to lib/acl-internal.h.
6071         * lib/acl-internal.h: Include <sys/acl.h> here.
6072         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
6073
6074 2008-05-22  Bruno Haible  <bruno@clisp.org>
6075
6076         Split off copy_acl function to separate file.
6077         * lib/copy-acl.c: New file, extracted from lib/acl.c.
6078         * lib/acl.c (copy_acl): Moved function to separate file.
6079         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
6080         * modules/acl (Files): Add lib/copy-acl.c.
6081         (Makefiles.am): Augment lib_SOURCES.
6082
6083 2008-05-22  Bruno Haible  <bruno@clisp.org>
6084
6085         * modules/copy-file-tests: New file.
6086         * tests/test-copy-file.sh: New file.
6087         * tests/test-copy-file.c: New file.
6088         * tests/test-copy-file-sameacls.c: New file.
6089
6090 2008-05-22  Eric Blake  <ebb9@byu.net>
6091
6092         Avoid gcc warning.
6093         * tests/test-memcmp.c (main): Pass NULL indirectly.
6094
6095 2008-05-21  Bruno Haible  <bruno@clisp.org>
6096
6097         Add reference doc about ACLs.
6098         * doc/acl-resources.txt: New file.
6099         * doc/acl-cygwin.txt: New file.
6100
6101 2008-05-21  Bruno Haible  <bruno@clisp.org>
6102
6103         Avoid one more warning from gcc.
6104         * lib/vasnprintf.c (IF_LINT): Update comments.
6105         (VASNPRINTF): Use it also for the 'prefix' array initializer.
6106
6107 2008-05-21  Jim Meyering  <meyering@redhat.com>
6108
6109         avoid a warning from gcc
6110         * lib/vasnprintf.c (IF_LINT): Define.
6111         (scale10_round_decimal_long_double):
6112         Use it to avoid a "may be used uninitialized" warning.
6113         (scale10_round_decimal_double): Likewise.
6114
6115 2008-05-21  Simon Josefsson  <simon@josefsson.org>
6116
6117         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
6118         declared.
6119
6120 2008-05-20  Bruno Haible  <bruno@clisp.org>
6121
6122         * tests/test-memcmp.c (main): Test also the sign of the result. Test
6123         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
6124
6125 2008-05-20  Simon Josefsson  <simon@josefsson.org>
6126
6127         * modules/memcmp-tests: New file.
6128         * tests/test-memcmp.c: New file.
6129
6130 2008-05-19  Bruno Haible  <bruno@clisp.org>
6131
6132         * modules/propername (Notice, configure.ac): Put quoted "..." into
6133         --keyword option.
6134         * lib/propername.h: Update comments accordingly.
6135         Reported by Eric Blake.
6136
6137 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
6138
6139         * modules/getpass-gnu (Depends-on): Add fseeko.
6140
6141 2008-05-19  Simon Josefsson  <simon@josefsson.org>
6142
6143         * modules/base64-tests: New file.
6144
6145 2008-05-19  Bo Borgerson <gigabo@gmail.com>
6146
6147         * lib/base64.c (base64_decode_ctx): If a decode context structure
6148         was passed in use it to ignore newlines.  If a context structure
6149         was _not_ passed in, continue to treat newlines as garbage (this
6150         is the historical behavior).  Formerly base64_decode.
6151         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
6152         takes a decode context structure.
6153         * lib/base64.h (base64_decode): Macro for four-argument calls.
6154         (base64_decode_alloc): Likewise.
6155         * lib/base64.c (base64_decode_ctx): If a decode context structure
6156         was passed in use it to ignore newlines.  If a context structure
6157         was _not_ passed in, continue to treat newlines as garbage (this
6158         is the historical behavior).  Formerly base64_decode.
6159         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
6160         takes a decode context structure.
6161         * lib/base64.h (base64_decode): Macro for four-argument calls.
6162         (base64_decode_alloc): Likewise.
6163
6164 2008-05-19  Jim Meyering  <meyering@redhat.com>
6165
6166         avoid a warning from gcc
6167         * lib/trim.c (IF_LINT): Define.
6168         (trim2): Use it to avoid a "may be used uninitialized" warning.
6169
6170         Fix doc typo.
6171         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
6172
6173 2008-05-19  Bruno Haible  <bruno@clisp.org>
6174
6175         * doc/glibc-functions/getpass.texi: Document limits of other
6176         implementations.
6177
6178 2008-05-19  Simon Josefsson  <simon@josefsson.org>
6179             Bruno Haible <bruno@clisp.org>
6180
6181         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
6182
6183 2008-05-18  Bruno Haible  <bruno@clisp.org>
6184
6185         * modules/propername: New file, from GNU gettext.
6186         * lib/propername.h: New file, from GNU gettext.
6187         * lib/propername.c: New file, from GNU gettext.
6188         * MODULES.html.sh (Internationalization functions): Add propername.
6189
6190 2008-05-16  Jim Meyering  <meyering@redhat.com>
6191             Bruno Haible  <bruno@clisp.org>
6192
6193         Avoid some warnings from "gcc -Wshadow".
6194         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
6195
6196 2008-05-15  Eric Blake  <ebb9@byu.net>
6197
6198         Extend previous patch to cygwin 1.7.0.
6199         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
6200         fast implementation in cygwin >= 1.7.0.
6201         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
6202         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
6203
6204 2008-05-15  Bruno Haible  <bruno@clisp.org>
6205
6206         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
6207         implementation in glibc >= 2.9.
6208         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
6209         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
6210
6211 2008-05-15  Bruno Haible  <bruno@clisp.org>
6212
6213         * MODULES.html.sh (Internationalization functions): Remove linebreak.
6214         (Unicode string functions): Add unilbrk/*.
6215         Reported by Karl Berry.
6216
6217 2008-05-15  Eric Blake  <ebb9@byu.net>
6218
6219         Fix violation of <stdbool.h> replacement in regex.
6220         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
6221         * lib/regexec.c (re_search_internal): Likewise.
6222         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
6223
6224 2008-05-15  Jim Meyering  <meyering@redhat.com>
6225
6226         avoid distracting test output when git or cvs is not found
6227         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
6228         * tests/test-vc-list-files-git.sh: Likewise.
6229
6230 2008-05-15  Eric Blake  <ebb9@byu.net>
6231
6232         Glibc finally accepted the memmem speedup code, bugzilla #5514.
6233         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
6234         glibc version.
6235         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
6236         * doc/posix-functions/strstr.texi (strstr): Likewise.
6237         * lib/str-two-way.h (MAX): Sychronize with glibc.
6238
6239 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
6240
6241         * lib/regcomp.c (optimize_utf8): Add a note on why we test
6242         opr.ctx_type.
6243         (calc_first): Initialize constraint field.
6244         (duplicate_node_closure): Use it instead of special casing ANCHORS.
6245         Fix grammar.
6246         (duplicate_node): Merge constraint field for all node types.
6247         (calc_eclosure_iter): Look at constraint field for all node types.
6248         * lib/regex_internal.c (create_cd_newstate): Don't look at
6249         opr.ctx_type.
6250
6251 2008-05-14  Bruno Haible  <bruno@clisp.org>
6252
6253         Help GCC to do better code generation.
6254         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
6255         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
6256         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
6257         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
6258         Declare with attribute 'malloc' if supported.
6259
6260 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
6261
6262         use "echo STR|wc -c" rather than unportable "expr length STR"
6263         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
6264         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
6265
6266 2008-05-14  Jim Meyering  <meyering@redhat.com>
6267
6268         use dd ibs=$n count=1 ... rather than less-portable head -c$n
6269         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
6270         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
6271         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
6272         via Collin Lasse.
6273
6274 2008-05-14  Eric Blake  <ebb9@byu.net>
6275
6276         Avoid quadratic growth in gl_LIBSOURCES.
6277         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
6278         Suggested by Bruno Haible.
6279
6280         Test xmemdup0.
6281         * modules/xmemdup0-tests: New file.
6282         * tests/test-xmemdup0.c: Likewise.
6283
6284 2008-05-13  Eric Blake  <ebb9@byu.net>
6285
6286         Split xmemdup0 into its own module.
6287         * modules/xmemdup0: New file.
6288         * lib/xmemdup0.h: Likewise.
6289         * lib/xmemdup0.c: Likewise.
6290         * MODULES.html.sh (Memory management functions): Add xmemdup0.
6291         * lib/xalloc.h (xmemdup0): Remove.
6292         * lib/xmalloc.c (xmemdup0): Likewise.
6293
6294 2008-05-13  Eric Blake  <ebb9@byu.net>
6295             Bruno Haible  <bruno@clisp.org>
6296
6297         Reduce number of forks required during autoconf.
6298         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
6299         and gl_LIBSOURCES_DIR.
6300         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
6301         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
6302         m4_syscmd per file.
6303         <m4_foreach_w>: Move...
6304         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
6305
6306 2008-05-13  Eric Blake  <ebb9@byu.net>
6307
6308         * gnulib-tool: Fix various comment typos.
6309
6310 2008-05-12  Bruno Haible  <bruno@clisp.org>
6311
6312         Tailor the linebreaking algorithm.
6313         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
6314
6315 2008-05-12  Bruno Haible  <bruno@clisp.org>
6316
6317         Update to Unicode 5.0.0.
6318         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
6319         LBP_JV, LBP_JT. Redistribute values.
6320         (unilbrk_table): Change size.
6321         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
6322         Unicode TR#14 rev. 22.
6323         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
6324         LBP_JV, LBP_JT. Redistribute values.
6325         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
6326         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
6327         Update.
6328         * lib/unilbrk/lbrkprop1.h: Regenerated.
6329         * lib/unilbrk/lbrkprop2.h: Regenerated.
6330         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
6331         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
6332         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
6333         Likewise.
6334         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
6335         Likewise.
6336         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
6337         result.
6338         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
6339         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
6340         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
6341         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
6342         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
6343         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
6344
6345 2008-05-11  Bruno Haible  <bruno@clisp.org>
6346
6347         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
6348
6349 2008-05-11  Bruno Haible  <bruno@clisp.org>
6350
6351         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
6352         * modules/unilbrk/gen-lbrk: New file.
6353
6354 2008-05-11  Bruno Haible  <bruno@clisp.org>
6355
6356         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
6357         * m4/sha512.m4 (gl_SHA512): Likewise.
6358
6359 2008-05-11  Jim Meyering  <meyering@redhat.com>
6360
6361         New modules: crypto/sha256, crypto/sha512 (from coreutils)
6362         * modules/crypto/sha256: New file.
6363         * modules/crypto/sha512: Likewise.
6364         * lib/sha256.c: Likewise.
6365         * lib/sha256.h: Likewise.
6366         * lib/sha512.c: Likewise.
6367         * lib/sha512.h: Likewise.
6368         * lib/u64.h: Likewise.
6369         * m4/sha256.m4: Likewise.
6370         * m4/sha512.m4: Likewise.
6371         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
6372
6373 2008-05-10  Bruno Haible  <bruno@clisp.org>
6374
6375         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
6376         (Input/Output <stdio.h>): Add xprintf.
6377         (Signal handling <signal.h>): Add strsignal.
6378         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
6379         (Core language properties): Add func.
6380         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
6381         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
6382         strings.
6383         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
6384         (Input/output): New section.
6385         (File system functions): Add openat-die, stat-macros.
6386         (Networking functions): Add sockets.
6387         (Unicode string functions): Add unictype/*.
6388         (Support for building libraries and executables): Add gperf.
6389         (Support for building documentation): Add agpl-3.0.
6390         (Misc): Add nocrash.
6391
6392 2008-05-10  Bruno Haible  <bruno@clisp.org>
6393
6394         * modules/unictype/gen-ctype: New file.
6395
6396 2008-05-10  Jim Meyering  <meyering@redhat.com>
6397
6398         Make chdir-safer.c more efficient on a system with no symlinks.
6399         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
6400         also if ELOOP is zero.  Suggested by Bruno Haible.
6401
6402         Make chdir-safer.c slightly safer.
6403         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
6404         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
6405
6406         Avoid compile failure on systems without ELOOP (like mingw).
6407         * lib/chdir-safer.c (ELOOP): Define if not already defined.
6408         Reported by Bruno Haible.
6409
6410 2008-05-10  Bruno Haible  <bruno@clisp.org>
6411
6412         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
6413         (is_utf8_encoding): Use a case-insensitive comparison.
6414         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
6415         streq.
6416
6417 2008-05-10  Bruno Haible  <bruno@clisp.org>
6418
6419         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
6420         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
6421         * lib/unilbrk/ulc-common.h (iconv_string_length,
6422         iconv_string_keeping_offsets): Remove declarations.
6423         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
6424         Don't include <iconv.h>, streq.h, xsize.h.
6425         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
6426         conversion.
6427         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
6428         <iconv.h>, streq.h, xsize.h.
6429         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
6430         conversion.
6431         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
6432         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
6433         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
6434         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
6435
6436 2008-05-10  Bruno Haible  <bruno@clisp.org>
6437
6438         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
6439         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
6440
6441         * modules/unilbrk/u32-width-linebreaks-tests: New file.
6442         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
6443
6444         * modules/unilbrk/u16-width-linebreaks-tests: New file.
6445         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
6446
6447         * modules/unilbrk/u8-width-linebreaks-tests: New file.
6448         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
6449
6450         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
6451         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
6452
6453         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
6454         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
6455
6456         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
6457         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
6458
6459         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
6460         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
6461
6462 2008-05-10  Bruno Haible  <bruno@clisp.org>
6463
6464         Split up 'linebreak' module.
6465         * lib/unilbrk.h: New file, based on lib/linebreak.h.
6466         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
6467         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
6468         modifications.
6469         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
6470         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
6471         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
6472         lib/linebreak.c.
6473         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
6474         lib/linebreak.c.
6475         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
6476         lib/linebreak.c.
6477         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
6478         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
6479         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
6480         lib/linebreak.c.
6481         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
6482         lib/linebreak.c.
6483         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
6484         lib/linebreak.c.
6485         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
6486         lib/linebreak.c.
6487         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
6488         lib/linebreak.c.
6489         * modules/unilbrk/base: New file.
6490         * modules/unilbrk/tables: New file.
6491         * modules/unilbrk/u8-possible-linebreaks: New file.
6492         * modules/unilbrk/u16-possible-linebreaks: New file.
6493         * modules/unilbrk/u32-possible-linebreaks: New file.
6494         * modules/unilbrk/ulc-common: New file.
6495         * modules/unilbrk/ulc-possible-linebreaks: New file.
6496         * modules/unilbrk/u8-width-linebreaks: New file.
6497         * modules/unilbrk/u16-width-linebreaks: New file.
6498         * modules/unilbrk/u32-width-linebreaks: New file.
6499         * modules/unilbrk/ulc-width-linebreaks: New file.
6500         * lib/linebreak.h: Remove file.
6501         * lib/linebreak.c: Remove file.
6502         * m4/linebreak.m4: Remove file.
6503         * modules/linebreak: Remove file.
6504         * NEWS: Mention the changes.
6505
6506 2008-05-09  Eric Blake  <ebb9@byu.net>
6507
6508         Add xmemdup0.
6509         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
6510         implementation.
6511         * lib/xmalloc.c (xmemdup0): New C implementation.
6512
6513 2008-05-08  Bruno Haible  <bruno@clisp.org>
6514
6515         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
6516
6517 2008-05-07  Eric Blake  <ebb9@byu.net>
6518
6519         Support cross-compilation of <wctype.h>.
6520         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
6521         AC_CACHE_CHECK.
6522
6523 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
6524
6525         * build-aux/vc-list-files: Add support for bzr.
6526
6527 2008-05-03  Jim Meyering  <meyering@redhat.com>
6528
6529         avoid failed assertion with tight malloc
6530         * tests/test-getndelim2.c: Correct an off-by-one assertion.
6531
6532 2008-05-03  Simon Josefsson  <simon@josefsson.org>
6533
6534         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
6535         are needed from arpa/inet.h.
6536         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
6537         Reported by Bruno Haible.
6538
6539 2008-05-02  Jim Meyering  <meyering@redhat.com>
6540
6541         avoid compilation error on FreeBSD 6
6542         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
6543
6544 2008-05-01  Jim Meyering  <meyering@redhat.com>
6545
6546         useless-if-before-free: correct --help's exit status description
6547         * build-aux/useless-if-before-free (usage): Like grep, exit 0
6548         for one or more matches, etc.  Reported by Bruno Haible.
6549
6550         vc-list-files: make the stand-alone gnulib test work
6551         * modules/vc-list-files-tests (configure.ac):
6552         Define and AC_SUBST abs_aux_dir.
6553         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
6554         $(abs_top_srcdir) to each script and having each of them
6555         duplicate the work of setting PATH, set PATH here, using
6556         the new variable, abs_aux_dir instead.
6557         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
6558         * tests/test-vc-list-files-git.sh: Likewise.
6559         Reported by Bruno Haible.
6560
6561 2008-05-01  Bruno Haible  <bruno@clisp.org>
6562
6563         * lib/getndelim2.c (getndelim2): Fix newsize computation during
6564         reallocation. Rename 'done' to 'found_delimiter'.
6565
6566 2008-05-01  Jim Meyering  <meyering@redhat.com>
6567
6568         vc-list-files: accommodate /bin/sh like the one from Solaris 10
6569         * build-aux/vc-list-files: Use `...`, not $(...).
6570
6571 2008-04-30  Jim Meyering  <meyering@redhat.com>
6572
6573         add tests for vc-list-files
6574         * modules/vc-list-files-tests: New module.
6575         * tests/test-vc-list-files-cvs.sh: New file.
6576         * tests/test-vc-list-files-git.sh: New file.
6577
6578         avoid a warning from gcc
6579         * lib/getndelim2.c (IF_LINT): Define.
6580         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
6581
6582         vc-list-files: work properly with build-aux/cvsu, too
6583         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
6584         to all cvs-based clauses.
6585
6586         vc-list-files: work properly in the CVS+awk case, too
6587         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
6588
6589         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
6590         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
6591         take more than one file argument, so .  Add quotes, just in case $dir
6592         ever contains a shell meta-character.  Prompted by Soren Hansen in
6593         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
6594
6595 2008-04-29  Eric Blake  <ebb9@byu.net>
6596
6597         Optimize getndelim2 to use block operations when possible.
6598         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
6599         freadseek, and memchr2.
6600         * lib/getndelim2.c (getndelim2): Use them for block reads.
6601
6602 2008-04-29  Bruno Haible  <bruno@clisp.org>
6603
6604         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
6605         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
6606         * modules/inet_ntop (Depends-on): Add extensions.
6607         * modules/inet_pton (Depends-on): Likewise.
6608         Reported by Simon Josefsson.
6609
6610 2008-04-29  Jim Meyering  <meyering@redhat.com>
6611
6612         When the is more than one match in a block, match all of them.
6613         * build-aux/useless-if-before-free: Iterate through each block
6614         until there are no more matches.
6615
6616         Fix broken useless-if-before-free script.
6617         * build-aux/useless-if-before-free: Fix typo: missing "?" after
6618         the expression to match cast of argument to free-like function.
6619
6620 2008-04-29  Eric Blake  <ebb9@byu.net>
6621
6622         Use new header.
6623         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
6624
6625 2008-04-29  Jim Meyering  <meyering@redhat.com>
6626
6627         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
6628         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
6629         by gnulib to exist and to declare e.g., inet_ntop.
6630         Don't include "inet_ntop.h", now removed.
6631
6632         * m4/arpa_inet_h.m4: Remove trailing blanks.
6633
6634 2008-04-29  Eric Blake  <ebb9@byu.net>
6635
6636         Silence valgrind on safe reads beyond potential array bounds.
6637         * lib/rawmemchr.valgrind: New file.
6638         * lib/strchrnul.valgrind: Likewise.
6639         * modules/rawmemchr (Files): Distribute new file.
6640         * modules/strchrnul (Files): Likewise.
6641         Suggested by Bruno Haible.
6642
6643 2008-04-29  Bruno Haible  <bruno@clisp.org>
6644
6645         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
6646         (inet_ntop, inet_pton): Change portability warning's wording.
6647         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
6648         Invoke gl_CHECK_NEXT_HEADERS.
6649         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
6650         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
6651         set ARPA_INET_H.
6652         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
6653         * modules/arpa_inet (Description): No longer only for systems that
6654         lack it.
6655         (Depends-on): Add include_next.
6656         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
6657         HAVE_ARPA_INET_H.
6658
6659 2008-04-29  Jim Meyering  <meyering@redhat.com>
6660
6661         * modules/mkdir (License): Re-license as LGPLv2+.
6662
6663 2008-04-29  Bruno Haible  <bruno@clisp.org>
6664
6665         * modules/rawmemchr (Maintainer): Set to Eric.
6666         * modules/strchrnul (Maintainer): Likewise.
6667
6668 2008-04-29  Simon Josefsson  <simon@josefsson.org>
6669
6670         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
6671         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
6672
6673         * modules/arpa_inet (arpa/inet.h): Use them.
6674
6675 2008-04-28  Eric Blake  <ebb9@byu.net>
6676
6677         Test getndelim2.
6678         * modules/getndelim2-tests: New file.
6679         * tests/test-getndelim2.c: Likewise.
6680         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
6681         stream.
6682         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
6683
6684         * MODULES.html.sh: Document new module.
6685
6686 2008-04-20  Bruno Haible  <bruno@clisp.org>
6687
6688         * lib/c-stack.c (die): Use raise.
6689         * modules/c-stack (Depends-on): Add raise.
6690
6691 2008-04-28  Bruno Haible  <bruno@clisp.org>
6692
6693         Expect rpmatch to be declared.
6694         * lib/yesno.c (rpmatch): Remove declaration.
6695
6696         Declare rpmatch.
6697         * lib/stdlib.in.h (rpmatch): New declaration.
6698         * lib/rpmatch.c: Include <stdlib.h> first.
6699         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
6700         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
6701         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
6702         HAVE_RPMATCH.
6703         * modules/rpmatch (Depends-on): Add stdlib, extensions.
6704         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
6705         (Include): Set to <stdlib.h>.
6706         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
6707         HAVE_RPMATCH.
6708         * NEWS: Document the change.
6709
6710 2008-04-28  Bruno Haible  <bruno@clisp.org>
6711
6712         Change rpmatch to use nl_langinfo when appropriate.
6713         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
6714         (N_): New macro.
6715         (localized_pattern): New function/macro.
6716         (try): Remove match, nomatch arguments. Copy the pattern into safe
6717         memory before caching it.
6718         (rpmatch): Use localized_pattern. Add translator comments.
6719         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
6720         Suggested by Eric Blake.
6721         * modules/rpmatch (Depends-on): Add stdbool.
6722
6723 2008-04-28  Eric Blake  <ebb9@byu.net>
6724
6725         Add rawmemchr module, matching glibc.
6726         * modules/string (Makefile.am): New indicator.
6727         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
6728         * lib/string.in.h (rawmemchr): Declare when appropriate.
6729         * modules/rawmemchr: New file.
6730         * m4/rawmemchr.m4: Likewise.
6731         * lib/rawmemchr.c: Likewise.
6732         * modules/rawmemchr-tests: Likewise.
6733         * tests/test-rawmemchr.c: Likewise.
6734         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
6735         module.
6736         * modules/strchrnul (Depends-on): Add rawmemchr.
6737         * lib/strchrnul.c (strchrnul): Optimize a corner case.
6738
6739         Whitespace cleanup.
6740         * tests/test-strchrnul.c: Reindent.
6741         * lib/strchrnul.c: Likewise.
6742
6743         Optimize and test strchrnul.
6744         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
6745         * modules/strchrnul-tests: New file.
6746         * tests/test-strchrnul.c: Likewise.
6747
6748         Remove intprops dependency.
6749         * modules/memchr (Depends-on): Remove intprops.
6750         * modules/memrchr (Depends-on): Likewise.
6751         * modules/memchr2 (Depends-on): Likewise.
6752         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
6753         * lib/memrchr.c (__memrchr): Likewise.
6754         * lib/memrchr2.c (memchr2): Likewise.
6755         Reported by Simon Josefsson.
6756
6757 2008-04-28  Simon Josefsson  <simon@josefsson.org>
6758
6759         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
6760         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6761
6762 2008-04-28  Simon Josefsson  <simon@josefsson.org>
6763
6764         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
6765
6766         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
6767
6768         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
6769
6770         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
6771         declarations.
6772         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
6773
6774         * m4/inet_pton.m4: Don't check for header files.
6775
6776         * m4/inet_ntop.m4: Don't check for header files.
6777
6778 2008-04-28  Simon Josefsson  <simon@josefsson.org>
6779
6780         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
6781         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
6782         trigger for cygwin).
6783         Reported by Bruno Haible  <bruno@clisp.org>.
6784
6785 2008-04-28  Bruno Haible  <bruno@clisp.org>
6786
6787         * doc/posix-functions/strdup.texi: Mention mingw problem.
6788
6789 2008-04-27  Bruno Haible  <bruno@clisp.org>
6790
6791         * modules/stat-time-tests (Depends-on): Add sleep.
6792         * tests/test-stat-time.c (force_unlink): New function.
6793         (cleanup): Use it.
6794         (test_mtime): Remove the ctime related tests.
6795         (test_ctime): New function, containing the ctime related tests.
6796         (main): Call test_ctime, except on native Windows platforms.
6797
6798 2008-04-27  Bruno Haible  <bruno@clisp.org>
6799
6800         * lib/rpmatch.c (rpmatch): Add some comments.
6801         Reported by James Youngman <jay@gnu.org>.
6802
6803 2008-04-27  Bruno Haible  <bruno@clisp.org>
6804
6805         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
6806         quiet NaNs.
6807
6808 2008-04-27  Bruno Haible  <bruno@clisp.org>
6809
6810         Make test-yesno.sh work on mingw.
6811         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
6812         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
6813         (main): Set stdin to binary mode.
6814         * modules/yesno-tests (Depends-on): Add binary-io.
6815
6816 2008-04-27  Bruno Haible  <bruno@clisp.org>
6817
6818         Fix 'isfinite' on x86, x86_64, ia64 platforms.
6819         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
6820         argument that lie outside the IEEE 854 domain.
6821         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
6822         (gl_ISFINITE): Use it.
6823         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
6824
6825 2008-04-27  Bruno Haible  <bruno@clisp.org>
6826
6827         Allow local renaming in config.h.
6828         * lib/memrchr.c (memrchr): Don't undefine outside libc.
6829
6830 2008-04-27  Bruno Haible  <bruno@clisp.org>
6831
6832         * lib/memchr.c (__memchr): Change type of 'i'.
6833         * lib/memchr2.c (memchr2): Likewise.
6834
6835 2008-04-26  Eric Blake  <ebb9@byu.net>
6836         and Bruno Haible  <bruno@clisp.org>
6837
6838         Optimize and test memrchr.
6839         * modules/memrchr (Depends-on): Add intprops.
6840         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
6841         * modules/memrchr-tests: New file.
6842         * tests/test-memrchr.c: New file.
6843
6844 2008-04-26  Bruno Haible  <bruno@clisp.org>
6845
6846         Add tentative support for DragonFly BSD.
6847         * lib/stdio-impl.h: Add macros for DragonFly BSD.
6848         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
6849         fp.
6850         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
6851         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
6852         * lib/fpurge.c (fpurge): Likewise.
6853         * lib/freadable.c (freaadable): Likewise.
6854         * lib/freadahead.c (freadahead): Likewise.
6855         * lib/freading.c (freading): Likewise.
6856         * lib/freadptr.c (freadptr): Likewise.
6857         * lib/freadseek.c (freadptrinc): Likewise.
6858         * lib/fseeko.c (fseeko): Likewise.
6859         * lib/fseterr.c (fseterr): Likewise.
6860         * lib/fwritable.c (fwritable): Likewise.
6861         * lib/fwriting.c (fwriting): Likewise.
6862
6863 2008-04-26  Bruno Haible  <bruno@clisp.org>
6864
6865         * lib/stdio-impl.h: New file.
6866         * lib/fbufmode.c: Include stdio-impl.h.
6867         (fbufmode): Use fp_, remove redundant #defines.
6868         * lib/fflush.c: Include stdio-impl.h.
6869         (clear_ungetc_buffer): Remove redundant #defines.
6870         * lib/fpurge.c: Include stdio-impl.h.
6871         (fpurge): Remove redundant #defines.
6872         * lib/freadable.c: Include stdio-impl.h.
6873         (freadable): Remove redundant #defines.
6874         * lib/freadahead.c: Include stdio-impl.h.
6875         (freadahead): Remove redundant #defines.
6876         * lib/freading.c: Include stdio-impl.h.
6877         (freading): Remove redundant #defines.
6878         * lib/freadptr.c: Include stdio-impl.h.
6879         (freadptr): Remove redundant #defines.
6880         * lib/freadseek.c: Include stdio-impl.h.
6881         (freadptrinc): Remove redundant #defines.
6882         * lib/fseeko.c: Include stdio-impl.h.
6883         (rpl_fseeko): Remove redundant #defines.
6884         * lib/fseterr.c: Include stdio-impl.h.
6885         (fseterr): Remove redundant #defines.
6886         * lib/fwritable.c: Include stdio-impl.h.
6887         (fwritable: Remove redundant #defines.
6888         * lib/fwriting.c: Include stdio-impl.h.
6889         (fwriting): Remove redundant #defines.
6890         * modules/fbufmode (Files): Add lib/stdio-impl.h.
6891         * modules/fflush (Files): Likewise.
6892         * modules/fpurge (Files): Likewise.
6893         * modules/freadable (Files): Likewise.
6894         * modules/freadahead (Files): Likewise.
6895         * modules/freading (Files): Likewise.
6896         * modules/freadptr (Files): Likewise.
6897         * modules/freadseek (Files): Likewise.
6898         * modules/fseeko (Files): Likewise.
6899         * modules/fseterr (Files): Likewise.
6900         * modules/fwritable (Files): Likewise.
6901         * modules/fwriting (Files): Likewise.
6902
6903 2008-04-26  Bruno Haible  <bruno@clisp.org>
6904
6905         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
6906         restore_seek_optimization, update_fpos_cache): New functions, extracted
6907         from rpl_fflush.
6908         (rpl_fflush): Use them.
6909         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
6910         (gl_REPLACE_FFLUSH): Use it.
6911
6912 2008-04-26  Bruno Haible  <bruno@clisp.org>
6913
6914         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
6915         on Solaris.
6916         * tests/test-xstrtoimax.sh: Likewise.
6917         * tests/test-xstrtoumax.sh: Likewise.
6918         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6919
6920 2008-04-26  Bruno Haible  <bruno@clisp.org>
6921
6922         * modules/memchr-tests: New file.
6923         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
6924
6925 2008-04-26  Eric Blake  <ebb9@byu.net>
6926             Bruno Haible  <bruno@clisp.org>
6927
6928         * lib/memchr.c: Include intprops.h.
6929         (__memchr): Optimize parallel detection of matching bytes. Rename local
6930         variables. Add explanatory comments.
6931
6932 2008-04-26  Bruno Haible  <bruno@clisp.org>
6933
6934         Fix module 'memchr', broken since 2000-10-28.
6935         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
6936
6937 2008-04-26  Bruno Haible  <bruno@clisp.org>
6938
6939         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
6940         comments.
6941
6942 2008-04-25  Eric Blake  <ebb9@byu.net>
6943
6944         Use native fstatat on cygwin 1.7.0.
6945         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
6946         first.
6947
6948 2008-04-23  Eric Blake  <ebb9@byu.net>
6949
6950         Improve memchr2 performance.
6951         * lib/memchr2.c (memchr2): Further optimize parallel detection of
6952         NUL bytes.
6953         * modules/memchr2 (Depends-on): Use intprops.h.
6954
6955 2008-04-23  Simon Josefsson  <simon@josefsson.org>
6956
6957         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
6958         an inline function instead of a CPP macro.  Patch by Ben Pfaff
6959         <blp@cs.stanford.edu>.
6960
6961 2008-04-23  Simon Josefsson  <simon@josefsson.org>
6962
6963         * lib/arpa_inet.in.h: New file.
6964
6965         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
6966         (Makefile.am): Sed in substitute header file.
6967
6968         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
6969         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
6970
6971         * modules/inet_ntop (configure.ac): Use
6972         gl_ARPA_INET_MODULE_INDICATOR.
6973
6974         * modules/inet_pton (configure.ac): Use
6975         gl_ARPA_INET_MODULE_INDICATOR.
6976
6977 2008-04-22  Jim Meyering  <meyering@redhat.com>
6978
6979         * modules/verify (License): Re-license as LGPLv2+.
6980
6981 2008-04-22  Simon Josefsson  <simon@josefsson.org>
6982
6983         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
6984         parameter to void* as per POSIX standard (MinGW uses char*).
6985
6986 2008-04-21  Bruno Haible  <bruno@clisp.org>
6987
6988         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
6989         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
6990         Define to replacements if REPLACE_ISWCNTRL is 1.
6991         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
6992         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
6993         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
6994         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
6995         what it fixes.
6996         * doc/posix-functions/iswalpha.texi: Likewise.
6997         * doc/posix-functions/iswblank.texi: Likewise.
6998         * doc/posix-functions/iswcntrl.texi: Likewise.
6999         * doc/posix-functions/iswdigit.texi: Likewise.
7000         * doc/posix-functions/iswgraph.texi: Likewise.
7001         * doc/posix-functions/iswlower.texi: Likewise.
7002         * doc/posix-functions/iswprint.texi: Likewise.
7003         * doc/posix-functions/iswpunct.texi: Likewise.
7004         * doc/posix-functions/iswspace.texi: Likewise.
7005         * doc/posix-functions/iswupper.texi: Likewise.
7006         * doc/posix-functions/iswxdigit.texi: Likewise.
7007         Reported by Alain Guibert.
7008
7009 2008-04-21  Bruno Haible  <bruno@clisp.org>
7010
7011         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
7012         Patch by Alain Guibert.
7013
7014 2008-04-21  Bruno Haible  <bruno@clisp.org>
7015
7016         Fix test failures on mingw.
7017         * tests/test-xstrtol.c (print_no_progname): New function.
7018         (main): Install it in error_print_progname hook.
7019         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
7020         * tests/test-xstrtoimax.sh: Likewise.
7021         * tests/test-xstrtoumax.sh: Likewise.
7022
7023 2008-04-21  Bruno Haible  <bruno@clisp.org>
7024
7025         Fix test failure on mingw.
7026         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
7027
7028 2008-04-21  Bruno Haible  <bruno@clisp.org>
7029
7030         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
7031         Actually assign a value.
7032
7033 2008-04-20  Bruno Haible  <bruno@clisp.org>
7034
7035         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
7036         take 2.
7037         * lib/canonicalize.c (canonicalize_file_name): Elide if the
7038         'canonicalize-lgpl' module is also used.
7039         * lib/canonicalize-lgpl.c: Undo last change.
7040         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
7041
7042 2008-04-20  Bruno Haible  <bruno@clisp.org>
7043
7044         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
7045         config.h. Provide _mkdir based fallback for mingw.
7046         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
7047         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
7048         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
7049         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
7050         rather than defining mkdir in config.h.
7051         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
7052         (gl_SYS_STAT_H_DEFAULTS): New macro.
7053         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
7054         HAVE_IO_H any more.
7055         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
7056         HAVE_DECL_MKDIR and HAVE_IO_H.
7057
7058 2008-04-20  Bruno Haible  <bruno@clisp.org>
7059
7060         * lib/isapipe.c: Port to native Windows platforms.
7061
7062 2008-04-20  Bruno Haible  <bruno@clisp.org>
7063
7064         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
7065
7066 2008-04-21  Eric Blake  <ebb9@byu.net>
7067
7068         Work around preprocessors that don't handle UINTMAX_MAX.
7069         * lib/memchr2.c (memchr2): Avoid embedded #if.
7070         Reported by Alain Guibert, fix suggested by Bruno Haible.
7071
7072 2008-04-21  Simon Josefsson  <simon@josefsson.org>
7073
7074         * doc/posix-functions/strftime.texi (strftime): Explain better
7075         Windows incompatibility.  Suggested by Micah Cowan
7076         <micah@cowan.name>.
7077
7078 2008-04-20  Bruno Haible  <bruno@clisp.org>
7079
7080         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
7081         unistr/u8-mblen.
7082
7083 2008-04-20  Bruno Haible  <bruno@clisp.org>
7084
7085         Fix test failure on platforms with non-GNU iconv.
7086         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
7087         (U_TO_U8): Use it, rather than u16_to_u8.
7088         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
7089         units at the end of the input string.
7090         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
7091
7092 2008-04-20  Bruno Haible  <bruno@clisp.org>
7093
7094         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
7095         when the resulting length is 0.
7096         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
7097
7098 2008-04-20  Bruno Haible  <bruno@clisp.org>
7099
7100         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
7101         works.
7102         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
7103
7104 2008-04-20  Bruno Haible  <bruno@clisp.org>
7105
7106         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
7107         * modules/tsearch-tests (configure.ac): Test for initstate function.
7108
7109 2008-04-20  Bruno Haible  <bruno@clisp.org>
7110
7111         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
7112         for nlink_t if missing.
7113         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
7114
7115 2008-04-19  Bruno Haible  <bruno@clisp.org>
7116
7117         Work around snprintf bug on Linux libc5.
7118         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
7119         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
7120         gl_SNPRINTF_SIZE1.
7121         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
7122         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
7123         that test failed.
7124         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
7125         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
7126         * modules/snprintf (Files): Add m4/printf.m4.
7127         * modules/vsnprintf (Files): Likewise.
7128         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
7129         * doc/posix-functions/vsnprintf.texi: Likewise.
7130
7131 2008-04-19  Bruno Haible  <bruno@clisp.org>
7132
7133         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
7134         from 0.0058 to less than 10^-7.
7135
7136 2008-04-19  Bruno Haible  <bruno@clisp.org>
7137
7138         Fix rounding when a precision is given.
7139         * lib/vasnprintf.c (is_borderline): New function.
7140         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
7141         9...9x.
7142         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
7143         %e, %g.
7144         * tests/test-vasprintf-posix.c (test_function): Likewise.
7145         * tests/test-snprintf-posix.h (test_function): Likewise.
7146         * tests/test-sprintf-posix.h (test_function): Likewise.
7147         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
7148         * tests/test-printf-posix.h (test_function): Likewise.
7149         * tests/test-printf-posix.output: Update.
7150         Reported by John Darrington <john@darrington.wattle.id.au> via
7151         Ben Pfaff <blp@cs.stanford.edu>.
7152
7153 2008-04-18  Simon Josefsson  <simon@josefsson.org>
7154
7155         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
7156         Suggested by Bruno Haible <bruno@clisp.org>.
7157
7158 2008-04-17  Bruno Haible  <bruno@clisp.org>
7159
7160         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
7161         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
7162         implementation.
7163         Patch by Bruce Merry <bmerry@gmail.com>.
7164
7165 2008-04-17  Simon Josefsson  <simon@josefsson.org>
7166
7167         * doc/posix-functions/strftime.texi (strftime): Mention that %e
7168         doesn't work under Windows.
7169
7170 2008-04-16  Bruno Haible  <bruno@clisp.org>
7171
7172         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
7173         New macros.
7174         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
7175         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
7176         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
7177         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
7178         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
7179         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
7180         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
7181         macros.
7182         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
7183         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
7184         Northern Sotho, Uighur.
7185
7186 2008-04-16  Bruno Haible  <bruno@clisp.org>
7187
7188         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
7189         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
7190         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
7191         Reported by Daniel Bergström <daniel@octocode.com>.
7192
7193 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
7194             Bruno Haible  <bruno@clisp.org>
7195
7196         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
7197         function.
7198         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
7199         New functions, mostly extracted from gl_locale_name_default.
7200         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
7201
7202 2008-04-16  Eric Blake  <ebb9@byu.net>
7203
7204         Adjust strtod detection to catch glibc 2.7 bug.
7205         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
7206         Reported by John Gatewood Ham.
7207
7208 2008-04-16  Bruno Haible  <bruno@clisp.org>
7209
7210         Add tentative support for Linux libc5.
7211         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
7212         * lib/fpurge.c (fpurge): Likewise.
7213         * lib/freadable.c (freadable): Likewise.
7214         * lib/freadahead.c (freadahead): Likewise.
7215         * lib/freading.c (freading): Likewise.
7216         * lib/freadptr.c (freadptr): Likewise.
7217         * lib/freadseek.c (freadptrinc): Likewise.
7218         * lib/fseeko.c (rpl_fseeko): Likewise.
7219         * lib/fseterr.c (fseterr): Likewise.
7220         * lib/fwritable.c (fwritable): Likewise.
7221         * lib/fwriting.c (fwriting): Likewise.
7222         Reported by Alain Guibert <alguibert+bts@free.fr>.
7223
7224 2008-04-15  Bruno Haible  <bruno@clisp.org>
7225
7226         * modules/mathl (configure.ac): Define module indicator.
7227
7228 2008-04-15  Bruno Haible  <bruno@clisp.org>
7229
7230         * lib/logl.c (logl): Remove unused variables.
7231
7232 2008-04-15  Bruno Haible  <bruno@clisp.org>
7233
7234         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
7235         fails.
7236
7237 2008-04-15  Bruno Haible  <bruno@clisp.org>
7238
7239         * lib/trim.c (trim2): Fix argument of isspace() macro.
7240
7241 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
7242
7243         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
7244         to 0.
7245         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
7246
7247 2008-04-14  Bruno Haible  <bruno@clisp.org>
7248
7249         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
7250         AC_LANG_PROGRAM argument.
7251         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
7252         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
7253         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
7254         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
7255         * m4/math_h.m4 (gl_MATH_H): Likewise.
7256         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
7257         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
7258         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
7259         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
7260         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
7261         * m4/regex.m4 (gl_REGEX): Likewise.
7262         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
7263         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
7264         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
7265         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
7266         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
7267         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
7268         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
7269         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
7270
7271 2008-04-14  Jim Meyering  <meyering@redhat.com>
7272
7273         test-strtod: fix typos: s/abs/fabs/
7274         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
7275
7276 2008-04-13  Bruno Haible  <bruno@clisp.org>
7277
7278         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
7279         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
7280         module is also used and while not building the reloc-wrapper.
7281
7282 2008-04-13  Bruno Haible  <bruno@clisp.org>
7283
7284         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
7285
7286 2008-04-13  Bruno Haible  <bruno@clisp.org>
7287
7288         Fix AIX compilation failure introduced on 2008-04-02.
7289         * tests/test-frexp.c (exp): Undefine before redefining.
7290         * tests/test-frexpl.c (exp): Likewise.
7291
7292 2008-04-13  Bruno Haible  <bruno@clisp.org>
7293
7294         Work around a HP-UX stdio bug.
7295         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
7296         * tests/test-ftello.c (main): Likewise.
7297         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
7298         * doc/posix-functions/ftello.texi: Likewise.
7299
7300 2008-04-13  Bruno Haible  <bruno@clisp.org>
7301
7302         Make test-signbit pass on HP-UX/hppa.
7303         * tests/test-signbit.c (minus_zerol): New variable.
7304         (test_signbitl): Use it.
7305
7306 2008-04-13  Bruno Haible  <bruno@clisp.org>
7307
7308         Make truncl work on OSF/1 4.0.
7309         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
7310         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
7311         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
7312         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
7313         HAVE_DECL_TRUNCL.
7314         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
7315         HAVE_DECL_TRUNCL.
7316         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
7317
7318 2008-04-13  Bruno Haible  <bruno@clisp.org>
7319
7320         * lib/unictype.h: Remove trailing comma from enumeration definitions.
7321
7322 2008-04-13  Bruno Haible  <bruno@clisp.org>
7323
7324         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
7325         expression, so as to avoid HP-UX 11 cc compiler bug.
7326
7327 2008-04-13  Bruno Haible  <bruno@clisp.org>
7328
7329         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
7330
7331 2008-04-13  Bruno Haible  <bruno@clisp.org>
7332
7333         * lib/git-merge-changelog.c: Remove empty declaration outside of
7334         functions.
7335
7336 2008-04-13  Bruno Haible  <bruno@clisp.org>
7337
7338         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
7339
7340 2008-04-13  Bruno Haible  <bruno@clisp.org>
7341
7342         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
7343         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
7344         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
7345         also if it exists but lacks definitions of the SHUT_* macros.
7346         * modules/sys_socket (Description): Update.
7347         Reported by Elbert Pol <e.pol@chello.nl>.
7348
7349 2008-04-13  Bruno Haible  <bruno@clisp.org>
7350
7351         * lib/localcharset.c (OS2): Don't redefine if already defined.
7352         Reported by Elbert Pol <e.pol@chello.nl>.
7353
7354 2008-04-13  Bruno Haible  <bruno@clisp.org>
7355
7356         * lib/binary-io.h [__EMX__]: Include <io.h>.
7357         Reported by Elbert Pol <e.pol@chello.nl>.
7358
7359 2008-04-12  Bruno Haible  <bruno@clisp.org>
7360
7361         * lib/fpucw.h: Enable the definitions also for x86_64.
7362         Needed for NetBSD/x86_64.
7363         Reported by Thomas Klausner <tk@giga.or.at>.
7364
7365 2008-04-12  Bruno Haible  <bruno@clisp.org>
7366
7367         * tests/test-strtod.c: Include isnand.h.
7368         (main): Use isnand instead of isnan.
7369         Reported by Jim Meyering.
7370
7371 2008-04-12  Bruno Haible  <bruno@clisp.org>
7372
7373         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
7374         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
7375
7376 2008-04-12  Jim Meyering  <meyering@redhat.com>
7377
7378         * m4/math_h.m4 (gl_MATH_H): Fix typos.
7379
7380 2008-04-12  Bruno Haible  <bruno@clisp.org>
7381
7382         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
7383         Reported by Elbert Pol <e.pol@chello.nl>.
7384
7385 2008-04-12  Eric Blake  <ebb9@byu.net>
7386
7387         Work around Solaris 10 math.h bug.
7388         * m4/math_h.m4 (gl_MATH_H): Check for bug.
7389         (gl_MATH_H_DEFAULTS): Set up default.
7390         * modules/math (Makefile.am): Replace new indicators.
7391         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
7392         * tests/test-math.c (main): Test this.
7393         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
7394         * doc/posix-headers/math.texi (math.h): Mention bug.
7395         Reported by Nelson H. F. Beebe and Jim Meyering.
7396
7397 2008-04-11  Bruno Haible  <bruno@clisp.org>
7398
7399         Adapt to future versions of Apple GCC.
7400         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
7401         Reported by Peter O'Gorman <peter@pogma.com>.
7402
7403 2008-04-11  Bruno Haible  <bruno@clisp.org>
7404
7405         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
7406
7407 2008-04-11  Bruno Haible  <bruno@clisp.org>
7408
7409         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
7410
7411         * modules/getaddrinfo-tests (Makefile.am): Define
7412         test_getaddrinfo_LDADD.
7413
7414 2008-04-11  Bruno Haible  <bruno@clisp.org>
7415
7416         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
7417         (init): Fix syntax error.
7418         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
7419         is declared.
7420
7421 2008-04-11  Bruno Haible  <bruno@clisp.org>
7422
7423         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
7424         * modules/glob (Depends-on): Add stdbool.
7425
7426 2008-04-11  Bruno Haible  <bruno@clisp.org>
7427
7428         * lib/trim.c: Include <string.h>.
7429
7430 2008-04-11  Eric Blake  <ebb9@byu.net>
7431
7432         Avoid compile failure on OS/2.
7433         * lib/regex_internal.h (internal_function): Disable optimization
7434         on OS/2 (__EMX__), where it caused compiler error.
7435         Reported by Elbert Pol.
7436
7437 2008-04-11  Bruno Haible  <bruno@clisp.org>
7438
7439         Flush the standard error stream before aborting. Needed on mingw.
7440         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
7441         * tests/test-array_list.c (ASSERT): Likewise.
7442         * tests/test-array_oset.c (ASSERT): Likewise.
7443         * tests/test-avltree_list.c (ASSERT): Likewise.
7444         * tests/test-avltree_oset.c (ASSERT): Likewise.
7445         * tests/test-avltreehash_list.c (ASSERT): Likewise.
7446         * tests/test-binary-io.c (ASSERT): Likewise.
7447         * tests/test-byteswap.c (ASSERT): Likewise.
7448         * tests/test-c-ctype.c (ASSERT): Likewise.
7449         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
7450         * tests/test-c-strcasestr.c (ASSERT): Likewise.
7451         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
7452         * tests/test-c-strstr.c (ASSERT): Likewise.
7453         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
7454         * tests/test-canonicalize.c (ASSERT): Likewise.
7455         * tests/test-carray_list.c (ASSERT): Likewise.
7456         * tests/test-ceilf1.c (ASSERT): Likewise.
7457         * tests/test-ceilf2.c (ASSERT): Likewise.
7458         * tests/test-ceill.c (ASSERT): Likewise.
7459         * tests/test-count-one-bits.c (ASSERT): Likewise.
7460         * tests/test-fbufmode.c (ASSERT): Likewise.
7461         * tests/test-fflush2.c (ASSERT): Likewise.
7462         * tests/test-floorf1.c (ASSERT): Likewise.
7463         * tests/test-floorf2.c (ASSERT): Likewise.
7464         * tests/test-floorl.c (ASSERT): Likewise.
7465         * tests/test-fopen.c (ASSERT): Likewise.
7466         * tests/test-fpending.c (ASSERT): Likewise.
7467         * tests/test-fprintf-posix.c (ASSERT): Likewise.
7468         * tests/test-fpurge.c (ASSERT): Likewise.
7469         * tests/test-freadable.c (ASSERT): Likewise.
7470         * tests/test-freadahead.c (ASSERT): Likewise.
7471         * tests/test-freading.c (ASSERT): Likewise.
7472         * tests/test-freadptr.c (ASSERT): Likewise.
7473         * tests/test-freadptr2.c (ASSERT): Likewise.
7474         * tests/test-freadseek.c (ASSERT): Likewise.
7475         * tests/test-freopen.c (ASSERT): Likewise.
7476         * tests/test-frexp.c (ASSERT): Likewise.
7477         * tests/test-frexpl.c (ASSERT): Likewise.
7478         * tests/test-fseek.c (ASSERT): Likewise.
7479         * tests/test-fseeko.c (ASSERT): Likewise.
7480         * tests/test-fstrcmp.c (ASSERT): Likewise.
7481         * tests/test-ftell.c (ASSERT): Likewise.
7482         * tests/test-ftello.c (ASSERT): Likewise.
7483         * tests/test-func.c (ASSERT): Likewise.
7484         * tests/test-fwritable.c (ASSERT): Likewise.
7485         * tests/test-fwriting.c (ASSERT): Likewise.
7486         * tests/test-getdelim.c (ASSERT): Likewise.
7487         * tests/test-getline.c (ASSERT): Likewise.
7488         * tests/test-i-ring.c (ASSERT): Likewise.
7489         * tests/test-iconv-utf.c (ASSERT): Likewise.
7490         * tests/test-iconv.c (ASSERT): Likewise.
7491         * tests/test-isfinite.c (ASSERT): Likewise.
7492         * tests/test-isnand.c (ASSERT): Likewise.
7493         * tests/test-isnanf.c (ASSERT): Likewise.
7494         * tests/test-isnanl.h (ASSERT): Likewise.
7495         * tests/test-ldexpl.c (ASSERT): Likewise.
7496         * tests/test-linked_list.c (ASSERT): Likewise.
7497         * tests/test-linkedhash_list.c (ASSERT): Likewise.
7498         * tests/test-localename.c (ASSERT): Likewise.
7499         * tests/test-lseek.c (ASSERT): Likewise.
7500         * tests/test-mbscasecmp.c (ASSERT): Likewise.
7501         * tests/test-mbscasestr1.c (ASSERT): Likewise.
7502         * tests/test-mbscasestr2.c (ASSERT): Likewise.
7503         * tests/test-mbscasestr3.c (ASSERT): Likewise.
7504         * tests/test-mbscasestr4.c (ASSERT): Likewise.
7505         * tests/test-mbschr.c (ASSERT): Likewise.
7506         * tests/test-mbscspn.c (ASSERT): Likewise.
7507         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
7508         * tests/test-mbspbrk.c (ASSERT): Likewise.
7509         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
7510         * tests/test-mbsrchr.c (ASSERT): Likewise.
7511         * tests/test-mbsspn.c (ASSERT): Likewise.
7512         * tests/test-mbsstr1.c (ASSERT): Likewise.
7513         * tests/test-mbsstr2.c (ASSERT): Likewise.
7514         * tests/test-mbsstr3.c (ASSERT): Likewise.
7515         * tests/test-memchr2.c (ASSERT): Likewise.
7516         * tests/test-memmem.c (ASSERT): Likewise.
7517         * tests/test-open.c (ASSERT): Likewise.
7518         * tests/test-printf-frexp.c (ASSERT): Likewise.
7519         * tests/test-printf-frexpl.c (ASSERT): Likewise.
7520         * tests/test-printf-posix.c (ASSERT): Likewise.
7521         * tests/test-quotearg.c (ASSERT): Likewise.
7522         * tests/test-rbtree_list.c (ASSERT): Likewise.
7523         * tests/test-rbtree_oset.c (ASSERT): Likewise.
7524         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
7525         * tests/test-round1.c (ASSERT): Likewise.
7526         * tests/test-roundf1.c (ASSERT): Likewise.
7527         * tests/test-roundl.c (ASSERT): Likewise.
7528         * tests/test-signbit.c (ASSERT): Likewise.
7529         * tests/test-sleep.c (ASSERT): Likewise.
7530         * tests/test-snprintf-posix.c (ASSERT): Likewise.
7531         * tests/test-snprintf.c (ASSERT): Likewise.
7532         * tests/test-sprintf-posix.c (ASSERT): Likewise.
7533         * tests/test-stat-time.c (ASSERT): Likewise.
7534         * tests/test-strcasestr.c (ASSERT): Likewise.
7535         * tests/test-strerror.c (ASSERT): Likewise.
7536         * tests/test-striconv.c (ASSERT): Likewise.
7537         * tests/test-striconveh.c (ASSERT): Likewise.
7538         * tests/test-striconveha.c (ASSERT): Likewise.
7539         * tests/test-strsignal.c (ASSERT): Likewise.
7540         * tests/test-strstr.c (ASSERT): Likewise.
7541         * tests/test-strtod.c (ASSERT): Likewise.
7542         * tests/test-trunc1.c (ASSERT): Likewise.
7543         * tests/test-trunc2.c (ASSERT): Likewise.
7544         * tests/test-truncf1.c (ASSERT): Likewise.
7545         * tests/test-truncf2.c (ASSERT): Likewise.
7546         * tests/test-truncl.c (ASSERT): Likewise.
7547         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
7548         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
7549         * tests/test-vasnprintf.c (ASSERT): Likewise.
7550         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
7551         * tests/test-vasprintf.c (ASSERT): Likewise.
7552         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
7553         * tests/test-vprintf-posix.c (ASSERT): Likewise.
7554         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
7555         * tests/test-vsnprintf.c (ASSERT): Likewise.
7556         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
7557         * tests/test-wcwidth.c (ASSERT): Likewise.
7558         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
7559         * tests/test-xprintf-posix.c (ASSERT): Likewise.
7560         * tests/test-xvasprintf.c (ASSERT): Likewise.
7561         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
7562         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
7563         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
7564         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
7565         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
7566         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
7567         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
7568         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
7569         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
7570         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
7571         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
7572         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
7573         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
7574         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
7575         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
7576         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
7577         * tests/unictype/test-block_list.c (ASSERT): Likewise.
7578         * tests/unictype/test-block_of.c (ASSERT): Likewise.
7579         * tests/unictype/test-block_test.c (ASSERT): Likewise.
7580         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
7581         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
7582         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
7583         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
7584         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
7585         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
7586         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
7587         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
7588         * tests/unictype/test-combining.c (ASSERT): Likewise.
7589         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
7590         * tests/unictype/test-digit.c (ASSERT): Likewise.
7591         * tests/unictype/test-mirror.c (ASSERT): Likewise.
7592         * tests/unictype/test-numeric.c (ASSERT): Likewise.
7593         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
7594         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
7595         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
7596         * tests/unictype/test-scripts.c (ASSERT): Likewise.
7597         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
7598         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
7599         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
7600         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
7601         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
7602         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
7603         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
7604         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
7605         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
7606         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
7607         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
7608         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
7609         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
7610         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
7611         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
7612         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
7613         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
7614         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
7615         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
7616         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
7617         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
7618         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
7619         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
7620         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
7621         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
7622         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
7623         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
7624         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
7625         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
7626         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
7627         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
7628         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
7629         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
7630         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
7631         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
7632         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
7633         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
7634         Reported by Eric Blake.
7635
7636 2008-04-11  Bruno Haible  <bruno@clisp.org>
7637
7638         * lib/wchar.in.h: Tweak comment.
7639
7640 2008-04-11  Bruno Haible  <bruno@clisp.org>
7641
7642         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
7643         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
7644         gl_COMMON.
7645         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
7646
7647 2008-04-11  Bruno Haible  <bruno@clisp.org>
7648
7649         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
7650
7651 2008-04-11  Simon Josefsson  <simon@josefsson.org>
7652
7653         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
7654         of attempting to use non-existing /dev/*random.  Based on patch
7655         from Adam Strzelecki <ono@java.pl> in
7656         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
7657
7658 2008-04-08  Bruno Haible  <bruno@clisp.org>
7659
7660         Add tentative support for emx+gcc.
7661         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
7662         * lib/fpurge.c (fpurge): Likewise.
7663         * lib/freadable.c (freadable): Likewise.
7664         * lib/freadahead.c (freadahead): Likewise.
7665         * lib/freading.c (freading): Likewise.
7666         * lib/freadptr.c (freadptr): Likewise.
7667         * lib/freadseek.c (freadptrinc): Likewise.
7668         * lib/fseeko.c (rpl_fseeko): Likewise.
7669         * lib/fseterr.c (fseterr): Likewise.
7670         * lib/fwritable.c (fwritable): Likewise.
7671         * lib/fwriting.c (fwriting): Likewise.
7672         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
7673
7674 2008-04-09  Eric Blake  <ebb9@byu.net>
7675
7676         Avoid some autoconf warnings.
7677         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
7678         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
7679         * m4/afs.m4 (gl_AFS): Likewise.
7680         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
7681         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
7682         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
7683         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
7684         (gl_INTEGER_TYPE_SUFFIX): Likewise.
7685         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
7686         (AC_CHECK_DECLS_ONCE): Likewise.
7687         Rename file...
7688         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
7689         gnulib-tool requires autoconf 2.59 or better.
7690         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
7691
7692 2008-04-08  Eric Blake  <ebb9@byu.net>
7693
7694         Use 'git describe --match' if present (added in git 1.5.5).
7695         * build-aux/git-version-gen: Limit result to tags that match 'v*'
7696         if possible.
7697
7698 2008-04-08  Bruno Haible  <bruno@clisp.org>
7699
7700         Add tentative support for OpenServer.
7701         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
7702         _ptr, _cnt.
7703         * lib/fpurge.c (fpurge): Likewise.
7704         * lib/freadable.c (freadable): Likewise.
7705         * lib/freadahead.c (freadahead): Likewise.
7706         * lib/freading.c (freading): Likewise.
7707         * lib/freadptr.c (freadptr): Likewise.
7708         * lib/freadseek.c (freadptrinc): Likewise.
7709         * lib/fseeko.c (rpl_fseeko): Likewise.
7710         * lib/fseterr.c (fseterr): Likewise.
7711         * lib/fwritable.c (fwritable): Likewise.
7712         * lib/fwriting.c (fwriting): Likewise.
7713         Reported by Roger Cornelius <rac@tenzing.org> and
7714         Brian K. White <brian@aljex.com>.
7715
7716 2008-04-06  Jim Meyering  <meyering@redhat.com>
7717
7718         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
7719
7720 2008-04-06  Bruno Haible  <bruno@clisp.org>
7721
7722         Avoid possible error with non-ASCII bytes in UTF-8 locales.
7723         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
7724         * tests/test-printf-posix.sh: Likewise.
7725         * tests/test-vfprintf-posix.sh: Likewise.
7726         * tests/test-vprintf-posix.sh: Likewise.
7727         * tests/test-xprintf-posix.sh: Likewise.
7728
7729 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7730
7731         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
7732         hide error from 'ls', needed on OS/2.
7733         Report by Elbert Pol <elbert.pol@gmail.com>.
7734
7735 2008-04-04  Eric Blake  <ebb9@byu.net>
7736
7737         Make test-fseeko.c failures meaningful.
7738         * tests/test-fseeko.c: Print line number on failure.
7739         * tests/test-fseek.c: Likewise.
7740         Reported by Nelson H. F. Beebe.
7741
7742         Improve strtod bug detection check.
7743         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
7744         required for Solaris 10.
7745         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
7746
7747 2008-04-04  Bruno Haible  <bruno@clisp.org>
7748
7749         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
7750         by m4/setenv.m4.
7751
7752 2008-04-03  Eric Blake  <ebb9@byu.net>
7753
7754         Ensure sane .version contents.
7755         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
7756         version string.
7757         * build-aux/git-version-gen: Improve documentation.
7758
7759         Make GNU make output nicer.
7760         * top/GNUmakefile [!_have-Makefile]: Add dependency on
7761         MAKECMDGOALS to enforce message for all command line targets.  Set
7762         srcdir for use in maint.mk.
7763
7764         Another maintainer tweak.
7765         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
7766         a target that regenerates version.
7767
7768 2008-04-03  Jim Meyering  <meyering@redhat.com>
7769
7770         vc-list-files: don't cause coreutils "make po-check" failure
7771         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
7772
7773 2008-04-03  Eric Blake  <ebb9@byu.net>
7774
7775         Allow VPATH usage of vc-list-files.
7776         * build-aux/vc-list-files (scriptversion): Add timestamp.
7777         (options): Add --help, --version, -C.
7778         (CVS): Support installed cvsu.
7779
7780 2008-04-02  Bruno Haible  <bruno@clisp.org>
7781
7782         Avoid some "statement with no effect" warnings from gcc.
7783         * tests/test-wctype.c (main): Explicitly ignore unused values.
7784         Reported by Jim Meyering.
7785
7786 2008-04-02  Jim Meyering  <meyering@redhat.com>
7787
7788         Avoid some warnings from "gcc -Wshadow".
7789         * tests/test-frexp.c (exp): Define to a different identifier.
7790         * tests/test-frexpl.c (exp): Likewise.
7791
7792 2008-04-03  Jim Meyering  <meyering@redhat.com>
7793
7794         bootstrap: remove dangling *.[ch] symlinks from lib
7795         * build-aux/bootstrap [dangling symlink removal]: Move find's
7796         -depth option to precede all others, to avoid a warning.
7797         Remove *.[ch] files too, and from "$source_base" (usually lib/).
7798
7799 2008-04-02  Bruno Haible  <bruno@clisp.org>
7800
7801         Avoid some warnings from "gcc -Wshadow".
7802         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
7803         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
7804         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
7805         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
7806         Reported by Jim Meyering.
7807
7808 2008-04-01  Bruno Haible  <bruno@clisp.org>
7809
7810         Fix test to work on IRIX 6.5 with cc.
7811         * tests/test-math.c (numeric_equal): New function.
7812         (main): Use it.
7813
7814 2008-04-01  Bruno Haible  <bruno@clisp.org>
7815
7816         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
7817
7818 2008-04-01  Bruno Haible  <bruno@clisp.org>
7819
7820         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
7821         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
7822         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
7823         (Depends-on): Remove math.
7824
7825         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
7826         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
7827         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
7828         (Depends-on): Remove math.
7829
7830         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
7831         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
7832         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
7833         (Depends-on): Remove math.
7834         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
7835         (Depends-on): Remove math.
7836
7837         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
7838         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
7839         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
7840         (Depends-on): Remove math.
7841         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
7842         (Depends-on): Remove math.
7843
7844         * tests/test-round1.c: Include nan.h.
7845         (main): Use NaNd instead of NAN.
7846         * modules/round-tests (Files): Add tests/nan.h.
7847
7848         * tests/test-trunc1.c: Include nan.h.
7849         (main): Use NaNd instead of NAN.
7850         * modules/trunc-tests (Files): Add tests/nan.h.
7851
7852         * tests/test-roundf1.c: Include nan.h.
7853         (main): Use NaNf instead of NAN.
7854         * modules/roundf-tests (Files): Add tests/nan.h.
7855
7856         * tests/test-truncf1.c: Include nan.h.
7857         (main): Use NaNf instead of NAN.
7858         * modules/truncf-tests (Files): Add tests/nan.h.
7859
7860         * tests/test-ceilf1.c: Include nan.h.
7861         (main): Use NaNf instead of NAN.
7862         * modules/ceilf-tests (Files): Add tests/nan.h.
7863
7864         * tests/test-floorf1.c: Include nan.h.
7865         (main): Use NaNf instead of NAN.
7866         * modules/floorf-tests (Files): Add tests/nan.h.
7867
7868         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
7869         (main): Use NaNf instead of NAN.
7870         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
7871
7872         * tests/test-isnand.c: Include nan.h instead of <math.h>.
7873         (main): Use NaNd instead of NAN.
7874         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
7875
7876         * tests/test-frexp.c: Include nan.h.
7877         (main): Use NaNd instead of NAN.
7878         * modules/frexp-tests (Files): Add tests/nan.h.
7879
7880         * lib/isnan.c: Don't include <math.h>.
7881         (FUNC): Don't use NAN macro.
7882         * modules/isnand-nolibm (Depends-on): Remove math.
7883         * modules/isnanf-nolibm (Depends-on): Remove math.
7884         * modules/isnanl (Depends-on): Remove math.
7885         * modules/isnanl-nolibm (Depends-on): Remove math.
7886
7887         * tests/nan.h: New file.
7888
7889 2008-04-01  Eric Blake  <ebb9@byu.net>
7890
7891         Fix typos.
7892         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
7893         values to be the right type.
7894
7895         For now, cater to gnulib strtod inaccuracies.
7896         * tests/test-strtod.c (main): Allow 1-ulp error on expected
7897         fractional results.  While not as nice from a QoI perspective, it
7898         is a quicker patch than correctly implementing decimal to binary
7899         rounding.
7900
7901 2008-03-31  Eric Blake  <ebb9@byu.net>
7902
7903         Guarantee a definition of NAN.
7904         * lib/math.in.h (NAN): Define if missing.
7905         * tests/test-math.c (main): Test it.
7906         * doc/posix-headers/math.texi (math.h): Document this.
7907         * lib/isnan.c (rpl_isnand): Use it.
7908         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
7909         * tests/test-floorf1.c (NaN): Likewise.
7910         * tests/test-frexp.c (NaN): Likewise.
7911         * tests/test-isnand.c (NaN): Likewise.
7912         * tests/test-isnanf.c (NaN): Likewise.
7913         * tests/test-round1.c (NaN): Likewise.
7914         * tests/test-roundf1.c (NaN): Likewise.
7915         * tests/test-snprintf-posix.h (NaN): Likewise.
7916         * tests/test-sprintf-posix.h (NaN): Likewise.
7917         * tests/test-trunc1.c (NaN): Likewise.
7918         * tests/test-truncf1.c (NaN): Likewise.
7919         * tests/test-vasnprintf-posix.c (NaN): Likewise.
7920         * tests/test-vasprintf-posix.c (NaN): Likewise.
7921         * modules/isnand-nolibm (Depends-on): Add math.
7922         * modules/isnanf-nolibm (Depends-on): Likewise.
7923         * modules/isnanl (Depends-on): Likewise.
7924         * modules/isnanl-nolibm (Depends-on): Likewise.
7925         * modules/snprintf-posix-tests (Depends-on): Likewise.
7926         * modules/sprintf-posix-tests (Depends-on): Likewise.
7927         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
7928         * modules/vsprintf-posix-tests (Depends-on): Likewise.
7929         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
7930         * modules/vasprintf-posix-tests (Depends-on): Likewise.
7931
7932 2008-03-31  Bruno Haible  <bruno@clisp.org>
7933
7934         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
7935         * doc/posix-functions/strtod.texi: Likewise.
7936
7937 2008-03-31  Bruno Haible  <bruno@clisp.org>
7938
7939         * tests/test-strtod.c (main): Don't use C99 syntax.
7940
7941 2008-03-31  Bruno Haible  <bruno@clisp.org>
7942
7943         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
7944         Reported by Eric Blake.
7945
7946 2008-03-31  Jim Meyering  <meyering@redhat.com>
7947
7948         Don't compare actual signbit return values.
7949         * tests/test-strtod.c (main): Rather, compare only their
7950         zero/non-zero nature.
7951
7952 2008-03-31  Eric Blake  <ebb9@byu.net>
7953
7954         More strtod documentation.
7955         * doc/posix-functions/strtod.texi (strtod): Interpret more test
7956         failures as distinct bugs.
7957
7958 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
7959
7960         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
7961         Problem reported by Erik Benada in
7962         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
7963
7964 2008-03-30  Bruno Haible  <bruno@clisp.org>
7965
7966         * tests/test-strtod.c: Add comments about which assertion fails on which
7967         platform.
7968         * doc/posix-functions/strtod.texi: Add info about many more platforms.
7969
7970 2008-03-30  Eric Blake  <ebb9@byu.net>
7971
7972         Test signbit behavior on zeros.
7973         * tests/test-signbit.c (test_signbitf): Add tests for zero.
7974         (test_signbitd, test_signbitl): Likewise.
7975
7976         More strtod touchups.
7977         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
7978         sign of negative underflow, for now.  Use .5, not .1.
7979         * doc/posix-functions/strtod.texi (strtod): Mention these
7980         limitations.
7981         Reported by Jim Meyering.
7982
7983 2008-03-30  Bruno Haible  <bruno@clisp.org>
7984
7985         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
7986         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
7987
7988 2008-03-30  Bruno Haible  <bruno@clisp.org>
7989
7990         Avoid failure when attempting to return empty iconv results on some
7991         platforms.
7992         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
7993         allocation, don't report ENOMEM when the resulting string is empty.
7994
7995 2008-03-30  Bruno Haible  <bruno@clisp.org>
7996
7997         Fix buffer overrun.
7998         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
7999         Don't consider the width for tmp_length. Check count against tmp_length
8000         before doing the padding. Ensure enough allocation during padding.
8001
8002 2008-03-30  Eric Blake  <ebb9@byu.net>
8003
8004         strtod touchups.
8005         * lib/strtod.c (strtod): Avoid compiler warnings.
8006         Reported by Jim Meyering.
8007
8008 2008-03-30  Bruno Haible  <bruno@clisp.org>
8009
8010         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
8011         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
8012         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
8013         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
8014         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
8015         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
8016         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
8017         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
8018
8019         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
8020         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
8021         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
8022         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
8023         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
8024         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
8025         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
8026         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
8027
8028         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
8029         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
8030         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
8031         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
8032         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
8033         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
8034         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
8035         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
8036
8037         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
8038         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
8039
8040         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
8041         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
8042
8043         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
8044         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
8045
8046         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
8047         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
8048         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
8049
8050         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
8051         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
8052         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
8053
8054         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
8055         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
8056         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
8057
8058         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
8059         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
8060         * modules/vasprintf (Depends-on): Add EOVERFLOW.
8061
8062         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
8063         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
8064         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
8065         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
8066         (Depends-on): Add EOVERFLOW.
8067         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
8068         (Depends-on): Add EOVERFLOW.
8069         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
8070         (Depends-on): Add EOVERFLOW.
8071         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
8072         (Depends-on): Add EOVERFLOW.
8073         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
8074         (Depends-on): Add EOVERFLOW.
8075         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
8076         (Depends-on): Add EOVERFLOW.
8077         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
8078         (Depends-on): Add EOVERFLOW.
8079         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
8080         (Depends-on): Add EOVERFLOW.
8081
8082         * lib/sprintf.c (EOVERFLOW): Remove fallback.
8083         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
8084         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
8085
8086         * lib/snprintf.c (EOVERFLOW): Remove fallback.
8087         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
8088         * modules/snprintf (Depends-on): Add EOVERFLOW.
8089
8090         * lib/poll.c (EOVERFLOW): Remove fallback.
8091         * modules/poll (Depends-on): Add EOVERFLOW.
8092
8093         * lib/getugroups.c (EOVERFLOW): Remove fallback.
8094         * modules/getugroups (Depends-on): Add EOVERFLOW.
8095
8096         * lib/getdelim.c (EOVERFLOW): Remove fallback.
8097         * modules/getdelim (Depends-on): Add EOVERFLOW.
8098
8099         * lib/ftell.c (EOVERFLOW): Remove fallback.
8100         * modules/ftell (Depends-on): Add EOVERFLOW.
8101
8102         * lib/fprintf.c (EOVERFLOW): Remove fallback.
8103         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
8104         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
8105
8106         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
8107
8108         * modules/EOVERFLOW-tests: New file.
8109         * tests/test-EOVERFLOW.c: New file.
8110
8111         * modules/EOVERFLOW: New file.
8112         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
8113
8114 2008-03-30  Bruno Haible  <bruno@clisp.org>
8115
8116         Fix bug introduced on 2007-06-10.
8117         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
8118         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
8119
8120 2008-03-30  Bruno Haible  <bruno@clisp.org>
8121
8122         Improve freadseek's efficiency after ungetc.
8123         * lib/freadseek.c: Include freadahead.h.
8124         (freadptrinc): New function, extracted from freadseek.
8125         (freadseek): Use it in a loop. Use freadahead to determine the number
8126         of loop iterations.
8127         * modules/freadseek (Depends-on): Add freadahead.
8128         (configure.ac): Require AC_C_INLINE.
8129
8130 2008-03-30  Bruno Haible  <bruno@clisp.org>
8131
8132         * lib/freadseek.c (freadseek): Don't ignore the return value of
8133         freadptr.
8134
8135 2008-03-29  Eric Blake  <ebb9@byu.net>
8136
8137         Add hex float support.
8138         * modules/strtod (Depends-on): Add c-ctype.
8139         (Link): Mention POW_LIB.
8140         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
8141         whitespace between 'e' and exponent.
8142         * tests/test-strtod.c (main): Enable hex float tests.
8143         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
8144         now provides.
8145
8146         Document various strtod bugs, with some fixes.
8147         * doc/posix-functions/strtod.texi (strtod): Document bugs with
8148         "-0x", "inf", "nan", and hex constants.
8149         * doc/posix-functions/atof.texi (atof): Likewise.
8150         * modules/stdlib (Makefile.am): Support strtod.
8151         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
8152         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
8153         detect additional strtod bugs.
8154         * lib/stdlib.in.h (rpl_strtod): Add declarations.
8155         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
8156         bool where appropriate.  Parse 'inf' and 'nan'.
8157         * tests/test-strtod.c: New file.
8158         * modules/strtod (Depends-on): Add stdbool, stdlib.
8159         (configure.ac): Turn on module indicator.
8160         * modules/strtod-tests: New module.
8161
8162 2008-03-29  Eric Blake  <ebb9@byu.net>
8163
8164         Fix ftell on mingw.
8165         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
8166         * modules/ftell-tests (Depends-on): Add binary-io.
8167         * modules/ftello-tests (Depends-on): Likewise.
8168         * tests/test-ftell.c (main): Enhance test to cover behavior after
8169         ungetc.  Enforce binary mode.
8170         * tests/test-ftello.c (main): Likewise.
8171
8172         Pass test-freadseek on cygwin.
8173         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
8174         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
8175         ungetc buffer.
8176
8177         * tests/test-fflush2.c (main): Fix typo.
8178
8179 2008-03-29  Bruno Haible  <bruno@clisp.org>
8180
8181         * tests/test-fflush2.c (main): Temporarily disable the contents of
8182         this test.
8183         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
8184         Reported by Eric Blake.
8185
8186 2008-03-28  Simon Josefsson  <simon@josefsson.org>
8187
8188         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
8189         (GC_SHA224_DIGEST_SIZE): Add.
8190
8191         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
8192         (gc_hash_digest_length): Likewise.
8193         (gc_hash_buffer): Likewise.
8194
8195 2008-03-25  Bruno Haible  <bruno@clisp.org>
8196
8197         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
8198         detail which gettext release to use.
8199         Reported by Simon Josefsson.
8200
8201 2008-03-26  Jim Meyering  <meyering@redhat.com>
8202
8203         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
8204         * modules/gnumakefile (clean-GNUmakefile): Also, use
8205         test ... && ... || : syntax rather than if-then ... fi.
8206
8207         gnumakefile: Don't double-quote-expand $(VPATH) value.
8208         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
8209
8210 2008-03-24  Eric Blake  <ebb9@byu.net>
8211
8212         Alter GNUmakefile to install into top directory.
8213         * modules/maintainer-makefile: Split, and add dependency...
8214         * modules/gnumakefile: to this new module.
8215         * build-aux/GNUmakefile: Move...
8216         * top/GNUmakefile: ...here.
8217         * build-aux/maint.mk: Move...
8218         * top/maint.mk: ...here.
8219         * MODULES.html.sh (Support for maintaining...): Document new
8220         module.
8221
8222 2008-03-23  Bruno Haible  <bruno@clisp.org>
8223
8224         * gnulib-tool: New options --vc-files, --no-vc-files.
8225         (func_usage): Document them.
8226         (vc_files): New variable.
8227         (func_import): Consider vc_files.
8228         (func_create_testdir): Set vc_files to empty.
8229         Suggested by Jim Meyering and Karl Berry.
8230
8231 2008-03-23  Bruno Haible  <bruno@clisp.org>
8232
8233         Fix regex compilation error on HP-UX 11.
8234         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
8235         * modules/regex (Files): Add m4/mbstate_t.m4.
8236         Reported by Ton Voon <ton.voon@altinity.com>.
8237
8238 2008-03-23  Bruno Haible  <bruno@clisp.org>
8239
8240         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
8241
8242 2008-03-23  Eric Blake  <ebb9@byu.net>
8243             Bruno Haible  <bruno@clisp.org>
8244
8245         Install files from top/ in the destination directory.
8246         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
8247         augmentation also for the files from top/.
8248         (func_import, func_create_testdir): Rewrite file names:
8249         top/filename -> filename.
8250
8251 2008-03-23  Bruno Haible  <bruno@clisp.org>
8252
8253         Tweak "gnulib --version" output.
8254         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
8255
8256 2008-03-23  Bruno Haible  <bruno@clisp.org>
8257
8258         Tweak "gnulib --version" output.
8259         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
8260         rather than contents of ChangeLog, when possible.
8261
8262 2008-03-21  Eric Blake  <ebb9@byu.net>
8263
8264         More --version tweaks.
8265         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
8266         date of last ChangeLog entry.
8267
8268 2008-03-21  Jim Meyering  <meyering@redhat.com>
8269
8270         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
8271
8272 2008-03-20  Eric Blake  <ebb9@byu.net>
8273
8274         VPATH fix.
8275         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
8276
8277 2008-03-20  Simon Josefsson  <simon@josefsson.org>
8278
8279         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
8280         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
8281
8282 2008-03-20  Eric Blake  <ebb9@byu.net>
8283
8284         Sync GNUmakefile with coreutils.
8285         * build-aux/GNUmakefile (have-Makefile): Rename...
8286         (_have-Makefile): ...to this, for namespace consideration.
8287         (GNUmakefile.cfg): Include, if present.
8288         (_autoreconf): Define a default.
8289         (_is-dist-target): New rule for rebuilds to pick up intra-release
8290         version.
8291         (maint-cfg.mk): Rename...
8292         (cfg.mk): ...to this.
8293
8294 2008-03-18  Jim Meyering  <meyering@redhat.com>
8295
8296         New script and module: mktempd
8297         * MODULES.html.sh (maint+release support): Add mktempd.
8298         * build-aux/mktempd: New file.
8299         * modules/mktempd: New file.
8300
8301 2008-03-15  Jim Meyering  <meyering@redhat.com>
8302
8303         Undo last change.
8304         * lib/sha1.c, lib/md5.c: 63 != ~63.
8305         Reported by Andreas Schwab.
8306
8307         sha1.c, md5.c: Hoist a redundant expression.
8308         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
8309         "ctx->buflen" only once, before calling *_process_block.
8310         * lib/md5.c (md5_process_bytes): Likewise.
8311
8312 2008-03-14  Eric Blake  <ebb9@byu.net>
8313
8314         Bump copyright year in files generated by gnulib-tool.
8315         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
8316         gnulib-tool, rather than hard-coding it.
8317
8318         Fix 'gnulib-tool --version' output to work with git.
8319         * gnulib-tool (func_gnulib_dir): New function, extracted from...
8320         (startup): ...here.
8321         (func_version): Use it to invoke git-version-gen, rather than
8322         relying on CVS keyword expansion.  Modernize wording.
8323         (cvsdatestamp, last_checkin_date, version): Kill unused
8324         variables.
8325
8326 2008-03-12  Jim Meyering  <meyering@redhat.com>
8327
8328         Recognize optional cast of the argument to free.
8329         * build-aux/useless-if-before-free: Update regexps.
8330
8331         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
8332
8333 2008-03-11  Bruno Haible  <bruno@clisp.org>
8334
8335         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
8336         by a single package.
8337         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
8338         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
8339         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
8340         Reported by Sam Steingold <sds@gnu.org>.
8341
8342 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
8343
8344         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
8345         repositories.
8346
8347 2008-03-11  Bruno Haible  <bruno@clisp.org>
8348
8349         Avoid conflicts between local macro definitions.
8350         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
8351         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
8352
8353 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
8354             Bruno Haible  <bruno@clisp.org>
8355
8356         Make va_copy work with some version of xlc on AIX 5.1.
8357         * lib/stdarg.in.h: New file.
8358         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
8359         On AIX, use a <stdarg.h> file substitute.
8360         * modules/stdarg (Files): Add lib/stdarg.in.h.
8361         (Depends-on): Add include_next.
8362         (Makefile.am): Build a stdarg.h substitute if requested.
8363         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
8364
8365 2008-03-10  Bruno Haible  <bruno@clisp.org>
8366
8367         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
8368         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
8369         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
8370
8371 2008-03-10  Bruno Haible  <bruno@clisp.org>
8372
8373         * modules/stdlib (Depends-on): Add include_next, remove
8374         absolute-header.
8375
8376 2008-03-09  Bruno Haible  <bruno@clisp.org>
8377
8378         * lib/freadahead.h (freadahead): Document more precisely.
8379         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
8380         the sum of both buffer sizes.
8381         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
8382         * NEWS: Document the change.
8383
8384 2008-03-09  Bruno Haible  <bruno@clisp.org>
8385
8386         Extend freadptr to return also the buffer size.
8387         * lib/freadptr.h (freadptr): Add sizep argument.
8388         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
8389         (freadptr): Add sizep argument. Determine buffer size like freadahead
8390         does.
8391         * tests/test-freadptr.c: Don't include freadahead.h.
8392         (main): Adapt for new calling convention of freadptr.
8393         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
8394         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
8395         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
8396         tests/test-freadptr2.sh.
8397         (Depends): Remove freadahead.
8398         (TESTS): Add test-freadptr2.sh.
8399         (check_PROGRAMS): Add test-freadptr2.
8400
8401 2008-03-09  Bruno Haible  <bruno@clisp.org>
8402
8403         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
8404         Report and solution by Simon Josefsson.
8405
8406 2008-03-06  Bruno Haible  <bruno@clisp.org>
8407
8408         Make fflush after ungetc work on BSD platforms.
8409         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
8410         * tests/test-fflush2.c: New file.
8411         * tests/test-fflush2.sh: New file.
8412         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
8413         tests/test-fflush2.c.
8414         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
8415         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
8416
8417 2008-03-06  Eric Blake  <ebb9@byu.net>
8418
8419         Likewise for ftello.
8420         * modules/ftello (Dependencies): Add extensions.
8421         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
8422
8423 2008-03-06  Bruno Haible  <bruno@clisp.org>
8424
8425         * modules/fseeko (Dependencies): Add extensions.
8426         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
8427         Needed on glibc systems.
8428
8429 2008-03-06  Bruno Haible  <bruno@clisp.org>
8430
8431         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
8432         email address.
8433         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
8434
8435 2008-03-06  Bruno Haible  <bruno@clisp.org>
8436
8437         * users.txt: Add libgnupdf.
8438
8439 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
8440
8441         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
8442         (Header File Substitutes, Function Substitutes,
8443         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
8444         (Build robot for gnulib): Fix typo.
8445
8446 2008-03-06  Bruno Haible  <bruno@clisp.org>
8447
8448         * doc/gnulib-tool.texi (VCS Issues): Small updates.
8449         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
8450
8451 2008-03-06  Bruno Haible  <bruno@clisp.org>
8452
8453         * doc/func.texi: New file, extracted from doc/gnulib.texi.
8454         * doc/gnulib.texi: Include it.
8455
8456 2008-03-06  Simon Josefsson  <simon@josefsson.org>
8457
8458         * modules/func (License): Change license to unlimited; there was
8459         no LGPL parts in the module anyway.
8460
8461 2008-03-06  Simon Josefsson  <simon@josefsson.org>
8462
8463         * modules/__func__: Renamed to modules/func.
8464         * modules/__func__-tests: Renamed to modules/func-tests.
8465         * tests/test-__func__.c: Renamed to tests/test-func.c.
8466         * m4/__func__.m4: Renamed to m4/func.m4.
8467         * doc/gnulib.texi (__func__): Section renamed to func.
8468         Suggested by Eric Blake <ebb9@byu.net>.
8469
8470 2008-03-06  Simon Josefsson  <simon@josefsson.org>
8471
8472         * doc/gnulib.texi (__func__): Use C99 terminology when talking
8473         about __func__.  Make example self-contained.  Suggested by Eric
8474         Blake <ebb9@byu.net>.
8475
8476         * tests/test-__func__.c (main): Avoid extraneous () around __func.
8477         Suggested by Eric Blake <ebb9@byu.net>.
8478
8479 2008-03-06  Simon Josefsson  <simon@josefsson.org>
8480
8481         * modules/__func__: New file.
8482         * modules/__func__-tests: New file.
8483         * tests/test-__func__.c: New file.
8484         * m4/__func__.m4: New file.
8485         * doc/gnulib.texi (__func__): Document __func__ module.
8486
8487 2008-03-05  Simon Josefsson  <simon@josefsson.org>
8488
8489         * modules/byteswap (License): Re-license as LGPLv2+.
8490
8491 2008-03-05  Simon Josefsson  <simon@josefsson.org>
8492
8493         * doc/Makefile: Add pdf target.
8494
8495 2008-03-05  Simon Josefsson  <simon@josefsson.org>
8496
8497         * modules/inline (License): Use 'unlimited', since there are only
8498         *.m4 files in this module.
8499
8500 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
8501             Bruno Haible  <bruno@clisp.org>
8502
8503         Add support for HP C 7.1 on OpenVMS 8.3.
8504         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
8505
8506 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
8507
8508         Update VMS specifics.
8509         * lib/getopt.c [VMS]: Remove include of unixlib.h.
8510
8511 2008-03-02  Jim Meyering  <meyering@redhat.com>
8512
8513         Remove the last dependency on the "free" module.
8514         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
8515         Reported by Bob Proulx.
8516
8517         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
8518
8519         Remove useless "if" tests before free.  Deprecate "free" module.
8520         * doc/posix-functions/free.texi: Mention that this
8521         module is no longer useful.
8522         * modules/free (Notice): Say this module is obsolete.
8523         * modules/readutmp (Depends-on): Remove free.
8524         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
8525         * lib/putenv.c (putenv): Likewise.
8526         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
8527         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
8528         * tests/test-c-strcasestr.c (main): Likewise.
8529         * tests/test-c-strstr.c (main): Likewise.
8530         * tests/test-mbscasestr1.c (main): Likewise.
8531         * tests/test-mbscasestr2.c (main): Likewise.
8532         * tests/test-mbsstr1.c (main): Likewise.
8533         * tests/test-mbsstr2.c (main): Likewise.
8534         * tests/test-memmem.c (main): Likewise.
8535         * tests/test-strcasestr.c (main): Likewise.
8536         * tests/test-striconv.c (main): Likewise.
8537         * tests/test-striconveh.c (main): Likewise.
8538         * tests/test-striconveha.c (main): Likewise.
8539         * tests/test-strstr.c (main): Likewise.
8540
8541         * build-aux/git-version-gen: Adjust a comment and the Usage string.
8542
8543         bootstrap: sync from coreutils again
8544         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
8545
8546 2008-03-01  Jim Meyering  <meyering@redhat.com>
8547
8548         bootstrap: sync from coreutils
8549         * build-aux/bootstrap (update_po_files): Copy a .po file into place
8550         also when the target doesn't exist.
8551
8552 2008-03-01  Eric Blake  <ebb9@byu.net>
8553
8554         Fix bugs in last patch.
8555         * lib/memchr2.c (memchr2): Fix typo.
8556         * tests/test-memchr2.c: Test previous bug, and don't use GNU
8557         extension.
8558         Reported by Bruce Korb.
8559
8560         New module 'memchr2'.
8561         * modules/memchr2: New file.
8562         * modules/memchr2-tests: Likewise.
8563         * lib/memchr2.h: Likewise.
8564         * lib/memchr2.c: Likewise, based on memchr.c.
8565         * tests/test-memchr2.c: New test.
8566         * MODULES.html.sh (String handling): Add memchr2.
8567
8568 2008-02-29  Bruno Haible  <bruno@clisp.org>
8569
8570         * modules/freadseek-tests: New file.
8571         * tests/test-freadseek.sh: New file.
8572         * tests/test-freadseek.c: New file.
8573
8574         New module 'freadseek'.
8575         * modules/freadseek: New file.
8576         * lib/freadseek.h: New file.
8577         * lib/freadseek.c: New file.
8578         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
8579
8580 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
8581
8582         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
8583         wydawca.
8584
8585         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
8586         program_invocation_name and program_invocation_short_name are
8587         present.
8588
8589 2008-02-28  Bruno Haible  <bruno@clisp.org>
8590
8591         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
8592         * tests/test-freadptr.sh: Also test non-seekable stdin.
8593
8594 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
8595
8596         * build-aux/bootstrap (source_base, m4_base)
8597         (doc_base, tests_base): New variables.
8598         (gnulib_tool_options): Do not hardcode base directories, use
8599         the above variables instead.
8600
8601 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
8602
8603         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
8604
8605 2008-02-28  Bruno Haible  <bruno@clisp.org>
8606
8607         * modules/freadptr-tests: New file.
8608         * tests/test-freadptr.sh: New file.
8609         * tests/test-freadptr.c: New file.
8610
8611         New module 'freadptr'.
8612         * modules/freadptr: New file.
8613         * lib/freadptr.h: New file.
8614         * lib/freadptr.c: New file.
8615         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
8616
8617 2008-02-26  Karl Berry  <karl@freefriends.org>
8618
8619         Sync from Libtool:
8620         * libltdl/argz.c (argz_add, argz_count): New functions.
8621         * libltdl/argz.in.h: Declare them.
8622         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
8623
8624 2008-02-22  Bruno Haible  <bruno@clisp.org>
8625
8626         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
8627         is a pointer type.  Needed for HP-UX 10.
8628         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
8629         * doc/posix-functions/gmtime_r.texi: Likewise.
8630         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
8631
8632 2008-02-24  Bruno Haible  <bruno@clisp.org>
8633
8634         * modules/environ-tests: New file.
8635         * tests/test-environ.c: New file.
8636
8637         New module 'environ'.
8638         * modules/environ: New file.
8639         * lib/unistd.in.h (environ): New declaration.
8640         * m4/environ.m4: New file.
8641         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
8642         after use.
8643         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
8644         HAVE_DECL_ENVIRON.
8645         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
8646         HAVE_DECL_ENVIRON.
8647         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
8648         wrong claim that 'environ' is missing on some systems.
8649         * modules/execute (Depends-on): Add environ.
8650         * lib/execute.c (environ): Remove fallback declaration.
8651         * modules/pipe (Depends-on): Add environ.
8652         * lib/pipe.c (environ): Remove fallback declaration.
8653         * modules/setenv (Depends-on): Add environ.
8654         * lib/setenv.c (environ): Remove fallback declaration.
8655         * modules/unsetenv (Depends-on): Add environ.
8656         * lib/unsetenv.c (environ): Remove fallback declaration.
8657         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
8658         m4/environ.m4.
8659         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
8660         (gl_PREREQ_UNSETENV): Likewise.
8661
8662 2008-02-24  Bruno Haible  <bruno@clisp.org>
8663
8664         * doc/posix-functions/environ.texi: Document the MacOS X problem.
8665
8666 2008-02-20  Bob Proulx  <bob@proulx.com>
8667
8668         Enable use of older two part flavor 'git describe'.
8669         * build-aux/git-version-gen: If using the older two part flavor of
8670         git version then recreate the third part now present in the
8671         newer three part flavor of git describe.
8672
8673 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
8674
8675         * lib/fts.c (fts_build): Typo correction to comment.
8676
8677 2008-02-17  Bruno Haible  <bruno@clisp.org>
8678
8679         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
8680         generating no-op conflicts.
8681
8682 2008-02-17  Bruno Haible  <bruno@clisp.org>
8683
8684         Speed up by 10%.
8685         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
8686         result_entries, rather than an index-based loop.
8687
8688 2008-02-17  Bruno Haible  <bruno@clisp.org>
8689
8690         Speed up by 25%.
8691         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
8692         'hashcode_cached'.
8693         (entry_create): New function.
8694         (entry_hashcode): Use the cached hashcode if possible.
8695         (read_changelog_file, try_split_merged_entry): Use entry_create.
8696
8697 2008-02-17  Bruno Haible  <bruno@clisp.org>
8698
8699         Speed up from O(n^2) to O(n) for long ChangeLog files.
8700         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
8701         (read_changelog_file): Change implementation of entries_reversed list
8702         to rbtreehash.
8703         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
8704
8705 2008-02-17  Bruno Haible  <bruno@clisp.org>
8706
8707         New option --split-merged-entry.
8708         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
8709         (find_paragraph_end, try_split_merged_entry): New functions.
8710         (long_options): Add option --split-merged-entry.
8711         (usage): Document option --split-merged-entry.
8712         (main): Implement option --split-merged-entry.
8713         Reported by Eric Blake.
8714
8715 2008-02-17  Bruno Haible  <bruno@clisp.org>
8716
8717         * lib/git-merge-changelog.c: Include c-strstr.h.
8718         (main): Support the "git pull --rebase" situation.
8719         * modules/git-merge-changelog (Depends-on): Add c-strstr.
8720         Reported by Eric Blake.
8721
8722 2008-02-16  Eric Blake  <ebb9@byu.net>
8723
8724         Avoid doubling \ in common case of "c-maybe" quoting style.
8725         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
8726         eliding outer quotes.
8727         * lib/quotearg.h: Document this.
8728         * tests/test-quotearg.c (result_strings, inputs, results_g)
8729         (flag_results, locale_results): Test it by adding a new string to
8730         each test group.
8731         (compare_strings): Test new string.
8732
8733 2008-02-13  Eric Blake  <ebb9@byu.net>
8734
8735         Avoid trigraph quoting in default output.
8736         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
8737         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
8738         unless explicitly requested.
8739         * tests/test-quotearg.c (flag_results, main): Add additional tests.
8740
8741 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
8742
8743         Don't rely on signed integer overflowing to negative value.
8744         * lib/getugroups.c (getugroups): Include <limits.h>.
8745         Instead, compare against INT_MAX, and increment only if the test passes.
8746
8747 2008-02-13  Jim Meyering  <meyering@redhat.com>
8748         and Eric Blake  <ebb9@byu.net>
8749
8750         Avoid shadowing warning and compile errors on Linux.
8751         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
8752         forwarding macros on Linux.
8753         (dcgettext): Define a stub, for Linux.
8754         (results_g, main): Avoid warnings.
8755
8756 2008-02-12  Eric Blake  <ebb9@byu.net>
8757
8758         Silence warning in last patch.
8759         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
8760
8761         Quotearg part 4: add tests, fix c-maybe colon quoting.
8762         * lib/quotearg.h: Improve documentation.
8763         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
8764         escapes when adding outer quotes.  When quoting trigraphs, use
8765         valid C notation.  When quoting NUL, omit extra characters if next
8766         character is not digit.  Alter prototype.
8767         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
8768         callers.
8769         * modules/quotearg-tests: New module.
8770         * tests/test-quotearg.c: New test.
8771
8772 2008-02-07  Eric Blake  <ebb9@byu.net>
8773
8774         Quotearg part 3: add flag to control outer quote elision.
8775         * lib/quotearg.h (c_maybe_quoting_style): New style.
8776         (enum quoting_flags): Better documentation of flags.
8777         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
8778         c-maybe style.
8779         (quotearg_buffer_restyled): Handle new flag to elide outer
8780         quotes.
8781
8782         Quotearg part 2: add flag that can control NUL elision.
8783         * lib/quotearg.h (set_quoting_flags): New prototype.
8784         * lib/quotearg.c (struct quoting_options): Add flag field.
8785         (set_quoting_flags): New function.
8786         (quotearg_buffer_restyled): Add flags parameter.
8787         (quotearg_alloc_mem): Set the flag if length cannot be returned.
8788         (quotearg_n_options): Set the flag, since length cannot be
8789         returned.
8790         (quoting_options_from_style): Default flags correctly.
8791
8792         Quotearg part 1: more wrappers, restore quotearg_char state.
8793         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
8794         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
8795         (quotearg_colon_mem): New wrappers.
8796         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
8797         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
8798         functions.
8799         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
8800         (quotearg_colon_mem): New functions.
8801
8802 2008-02-11  Bruno Haible  <bruno@clisp.org>
8803
8804         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
8805         library in the current directory: it does not work with parallel make.
8806         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8807
8808 2008-02-11  Bruno Haible  <bruno@clisp.org>
8809
8810         * .gitattributes: New file.
8811
8812 2008-02-11  Jim Meyering  <meyering@redhat.com>
8813
8814         useless-if-before-free: Fix reversed exit values.
8815         * build-aux/useless-if-before-free: Use correct values
8816         for EXIT_MATCH and EXIT_NO_MATCH.
8817
8818         * build-aux/useless-if-before-free: Close stdout carefully.
8819
8820 2008-02-10  Bruno Haible  <bruno@clisp.org>
8821
8822         New module 'git-merge-changelog'.
8823         * modules/git-merge-changelog: New file.
8824         * lib/git-merge-changelog.c: New file.
8825
8826 2008-02-10  Jim Meyering  <meyering@redhat.com>
8827
8828         useless-if-before-free: New option: --list (-l).
8829
8830         useless-if-before-free: Don't exit immediately upon open failure.
8831         * build-aux/useless-if-before-free: Exit 2 for errors.
8832         Upon failure to open a file, don't exit immediately.
8833         Rather, just warn and continue with any remaining files.
8834
8835 2008-02-10  Bruno Haible  <bruno@clisp.org>
8836
8837         New abstract list operation 'node_set_value'.
8838         * lib/gl_list.h (gl_list_node_set_value): New function.
8839         (struct gl_list_implementation): New field node_set_value.
8840         * lib/gl_list.c (gl_list_node_set_value): New function.
8841         * lib/gl_array_list.c (gl_array_node_set_value): New function.
8842         (gl_array_list_implementation): Update.
8843         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
8844         (gl_carray_list_implementation): Update.
8845         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
8846         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
8847         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
8848         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
8849         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
8850         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
8851         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
8852         Update.
8853         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
8854         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
8855         (gl_sublist_list_implementation): Update.
8856
8857 2008-02-10  Bruno Haible  <bruno@clisp.org>
8858
8859         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
8860         Needed when ELEMENT is #defined to 'some_type *'.
8861
8862 2008-02-10  Jim Meyering  <meyering@redhat.com>
8863
8864         New script and module: useless-if-before-free
8865         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
8866         * build-aux/useless-if-before-free: New file.
8867         * modules/useless-if-before-free: New file.
8868
8869         * build-aux/gitlog-to-changelog: Use committer date, not author date.
8870
8871         xstrtol_error: Fix typo.
8872         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
8873         s/exit_failure/exit_status/.
8874
8875 2008-02-09  Jim Meyering  <meyering@redhat.com>
8876
8877         New script and module: gitlog-to-changelog
8878         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
8879         * modules/gitlog-to-changelog: New file.
8880         * build-aux/gitlog-to-changelog: New file.
8881
8882 2008-02-08  Jim Meyering  <meyering@redhat.com>
8883
8884         Avoid two "parameter unused" warnings.
8885         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
8886         Mark "st" as used.
8887
8888         Use "git COMMAND", not "git-COMMAND".
8889         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
8890         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
8891         * build-aux/git-version-gen: Use "git status", not "git-status".
8892
8893 2008-02-07  Bruno Haible  <bruno@clisp.org>
8894
8895         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
8896         Avoids a crash on Windows Vista.
8897         Reported by Adam Strzelecki <ono@java.pl> via
8898         Simon Josefsson <simon@josefsson.org>.
8899
8900 2008-02-06  Bruno Haible  <bruno@clisp.org>
8901
8902         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
8903         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
8904         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
8905         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
8906         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
8907         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
8908         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
8909         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
8910         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
8911         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
8912         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
8913         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
8914         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
8915         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
8916         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
8917         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
8918         left-adjust flag.
8919         * tests/test-snprintf-posix.h (test_function): Likewise.
8920         * tests/test-sprintf-posix.h (test_function): Likewise.
8921         * tests/test-vasprintf-posix.c (test_function): Likewise.
8922         * doc/posix-functions/fprintf.texi: Update.
8923         * doc/posix-functions/printf.texi: Update.
8924         * doc/posix-functions/snprintf.texi: Update.
8925         * doc/posix-functions/sprintf.texi: Update.
8926         * doc/posix-functions/vfprintf.texi: Update.
8927         * doc/posix-functions/vprintf.texi: Update.
8928         * doc/posix-functions/vsnprintf.texi: Update.
8929         * doc/posix-functions/vsprintf.texi: Update.
8930         Reported by Peter Fales <psfales@alcatel-lucent.com>.
8931
8932 2008-02-06  Bruno Haible  <bruno@clisp.org>
8933
8934         Fix bug introduced on 2008-01-26.
8935         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
8936
8937 2008-02-06  Bruno Haible  <bruno@clisp.org>
8938
8939         Fix bug introduced on 2007-06-10.
8940         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
8941         !NEED_PRINTF_FLAG_ZERO.
8942
8943 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
8944
8945         getloadavg: use libperfstat on AIX5
8946         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
8947
8948 2008-02-03  Bruno Haible  <bruno@clisp.org>
8949
8950         * lib/diffseq.h: Add comments about required #includes.
8951         Reported by Michael Biggs <gnulib@doubleplum.net>.
8952
8953 2008-02-01  Bruno Haible  <bruno@clisp.org>
8954
8955         * users.txt: Add gnuit.
8956
8957 2008-01-31  Bruno Haible  <bruno@clisp.org>
8958
8959         * lib/md4.c (set_uint32): Mark as inline.
8960         * lib/md5.c (set_uint32): Likewise.
8961         * lib/sha1.c (set_uint32): Likewise.
8962         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
8963         * m4/md5.m4 (gl_MD5): Likewise.
8964         * m4/sha1.m4 (gl_SHA1): Likewise.
8965
8966 2008-01-31  Jim Meyering  <meyering@redhat.com>
8967
8968         Use "sizeof VAR", rather than a literal "4".
8969         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
8970         * lib/md4.c (md4_read_ctx): Likewise.
8971         * lib/sha1.c (sha1_read_ctx): Likewise.
8972
8973 2008-01-31  Simon Josefsson  <simon@josefsson.org>
8974
8975         * tests/test-sha1.c: New file, based on test-md5.c.
8976
8977         * modules/crypto/sha1-tests: New file.
8978
8979 2008-01-31  Simon Josefsson  <simon@josefsson.org>
8980
8981         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
8982
8983 2008-01-31  Jim Meyering  <meyering@redhat.com>
8984
8985         Prefer "sizeof v" over the equivalent "4".
8986         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
8987         * lib/md5.c (set_uint32): Likewise.
8988         * lib/sha1.c (set_uint32): Likewise.
8989
8990 2008-01-31  Simon Josefsson  <simon@josefsson.org>
8991
8992         * lib/sha1.c (set_uint32): Mark function as static.
8993
8994 2008-01-31  Simon Josefsson  <simon@josefsson.org>
8995
8996         md2: clarify comments to say that alignment is not required.
8997         * lib/md2.h: Remove warning about alignment in comment.
8998         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
8999         never been required.
9000
9001 2008-01-31  Simon Josefsson  <simon@josefsson.org>
9002
9003         md4: adapt alignment constraint fix from sha1.
9004         * lib/md4.c (set_uint32): New function, from sha1.c
9005         (md4_read_ctx): Use it.
9006         (md4_finish_ctx): Doc fix.
9007         * lib/md4.h: Doc fix.
9008
9009 2008-01-31  Simon Josefsson  <simon@josefsson.org>
9010
9011         md5: adapt alignment constraint fix from sha1.
9012         * lib/md5.c (set_uint32): New function, from sha1.c
9013         (md5_read_ctx): Use it.
9014         (md5_finish_ctx): Doc fix.
9015         * lib/md5.h: Doc fix.
9016
9017 2008-01-30  Peter Palfrader  <weasel@debian.org>
9018
9019         sha1: remove the result buffer alignment constraint
9020         * lib/sha1.c (set_uint32): New function.
9021         (sha1_read_ctx): Rewrite to remove the result buffer alignment
9022         constraint.
9023         (sha1_finish_ctx): Remove comment warning about alignment constraint.
9024         * lib/sha1.h: Likewise.
9025
9026 2008-01-30  Andreas Schwab  <schwab@suse.de>
9027             Bruno Haible  <bruno@clisp.org>
9028
9029         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
9030         correct definition of LDBL_MIN_EXP.
9031
9032 2008-01-30  Karl Berry  <karl@gnu.org>
9033
9034         * config/srclist-update: try to preserve x bit on updates.
9035         * config/srclistvars.sh: update for karl.
9036
9037 2008-01-29  Jim Meyering  <meyering@redhat.com>
9038
9039         vasnprintf.c: Avoid warning about unused label
9040         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
9041         "overflow" label definition and associated code with the
9042         same cpp condition that guards the sole use of that label.
9043
9044 2008-01-26  Bruno Haible  <bruno@clisp.org>
9045
9046         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
9047         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
9048         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
9049         * lib/isnanl-nolibm.h (isnanl): Likewise.
9050         Reported by Paul Eggert <eggert@cs.ucla.edu>.
9051
9052 2008-01-26  Bruno Haible  <bruno@clisp.org>
9053
9054         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
9055         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
9056
9057 2008-01-26  Bruno Haible  <bruno@clisp.org>
9058
9059         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
9060         GCC >= 4.0 built-in.
9061         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
9062
9063 2008-01-26  Bruno Haible  <bruno@clisp.org>
9064
9065         Rename isnan, applicable to 'double' only, to isnand.
9066         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
9067         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
9068         (configure.ac): Update.
9069         (Include): Replace "isnan.h" with "isnand.h".
9070         * m4/isnand.m4: Renamed from m4/isnan.m4.
9071         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
9072         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
9073         instead of isnan.c.
9074         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
9075         instead of HAVE_ISNAN_IN_LIBC.
9076         (isnand): Renamed from isnan.
9077         * lib/isnand.c: New file.
9078         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
9079         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
9080         (Makefile.am): Update.
9081         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
9082         Include isnand.h instead of isnan.h.
9083         (main): Test isnand instead of isnan.
9084         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
9085         isnan-nolibm.
9086         * modules/frexp (Depends-on): Likewise.
9087         * modules/frexp-tests (Depends-on): Likewise.
9088         * modules/frexp-nolibm (Depends-on): Likewise.
9089         * modules/frexp-nolibm-tests (Depends-on): Likewise.
9090         * modules/isfinite (Depends-on): Likewise.
9091         * modules/round-tests (Depends-on): Likewise.
9092         * modules/signbit (Depends-on): Likewise.
9093         * modules/signbit-tests (Depends-on): Likewise.
9094         * modules/snprintf-posix (Depends-on): Likewise.
9095         * modules/sprintf-posix (Depends-on): Likewise.
9096         * modules/trunc-tests (Depends-on): Likewise.
9097         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
9098         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
9099         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
9100         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
9101         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
9102         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
9103         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
9104         * modules/vasnprintf-posix (Depends-on): Likewise.
9105         * modules/vasprintf-posix (Depends-on): Likewise.
9106         * modules/vfprintf-posix (Depends-on): Likewise.
9107         * modules/vsnprintf-posix (Depends-on): Likewise.
9108         * modules/vsprintf-posix (Depends-on): Likewise.
9109         * lib/frexp.c: Include isnand.h instead of isnan.h.
9110         (ISNAN): Set to isnand instead of isnan.
9111         * lib/isfinite.c: Include isnand.h instead of isnan.h.
9112         (gl_isfinited): Use isnand instead of isnan.
9113         * lib/signbitd.c: Include isnand.h instead of isnan.h.
9114         (gl_signbitd): Use isnand instead of isnan.
9115         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
9116         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
9117         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
9118         (main): Use isnand instead of isnan.
9119         * tests/test-round1.c: Include isnand.h.
9120         (main): Use isnand instead of isnan.
9121         * tests/test-round2.c: Include isnand.h instead of isnan.h.
9122         (ISNAN): Set to isnand instead of isnan.
9123         * tests/test-trunc1.c: Include isnand.h.
9124         (main): Use isnand instead of isnan.
9125         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
9126         (equal): Use isnand instead of isnan.
9127         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
9128         isnand-nolibm.
9129         * NEWS: Mention the change.
9130
9131 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
9132             Bruno Haible  <bruno@clisp.org>
9133
9134         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
9135         the GCC builtins for signbits are present and set
9136         REPLACE_SIGNBIT_USING_GCC if so.
9137         * lib/math.in.h (signbit): Define using GCC builtins if
9138         REPLACE_SIGNBIT_USING_GCC is set.
9139         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
9140         REPLACE_SIGNBIT_USING_GCC.
9141         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
9142
9143 2008-01-25  Jim Meyering  <meyering@redhat.com>
9144
9145         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
9146         * lib/poll.c: Include <config.h>, not "config.h".
9147         * tests/test-getaddrinfo.c: Likewise.
9148
9149 2008-01-25  Simon Josefsson  <simon@josefsson.org>
9150
9151         * modules/sockets-tests: New file.
9152
9153 2008-01-24  Simon Josefsson  <simon@josefsson.org>
9154
9155         * modules/sockets: New module, can be used to call WSA_Startup and
9156         WSA_Cleanup when needed.
9157
9158         * lib/sockets.h, lib/sockets.c: New files.
9159
9160         * m4/sockets.m4: New file.
9161
9162         * tests/test-sockets.c: New file.
9163
9164 2008-01-19  Bruno Haible  <bruno@clisp.org>
9165
9166         * doc/posix-headers: Renamed from doc/headers.
9167         * doc/posix-functions: Renamed from doc/functions.
9168         * doc/gnulib.texi: Update.
9169
9170 2008-01-19  Bruno Haible  <bruno@clisp.org>
9171
9172         * doc/glibc-functions/strcasestr.texi: Include contents of
9173         doc/functions/strcasestr.texi, fixing the list of platforms.
9174         * doc/functions/strcasestr.texi: Remove file.
9175
9176 2008-01-19  Bruno Haible  <bruno@clisp.org>
9177
9178         * doc/glibc-functions/memmem.texi: Include contents of
9179         doc/functions/memmem.texi.
9180         * doc/functions/memmem.texi: Remove file.
9181
9182 2008-01-18  Bruno Haible  <bruno@clisp.org>
9183
9184         * doc/glibc-functions/*.texi: New files.
9185         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
9186         to use the new files.
9187
9188 2008-01-17  Bruno Haible  <bruno@clisp.org>
9189
9190         * tests/test-gethostname.c (main): Fix printf statement.
9191
9192 2008-01-17  Simon Josefsson  <simon@josefsson.org>
9193
9194         * modules/gethostname-tests: New file.
9195
9196         * tests/test-gethostname.c: New file.
9197
9198 2008-01-17  Simon Josefsson  <simon@josefsson.org>
9199
9200         * lib/gethostname.c: Include string.h unconditionally, strncpy is
9201         used by the UNAME case.  Reported by Bruno Haible
9202         <bruno@clisp.org>.
9203
9204 2008-01-17  Eric Blake  <ebb9@byu.net>
9205
9206         Convert c-strcasestr to be more efficient.
9207         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
9208         (Depends-on): Add c-strcase, remove malloca, strnlen.
9209         * tests/test-c-strcasestr.c (main): Enhance test.
9210         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
9211
9212 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
9213
9214         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
9215         Use it in creating po/Makevars.
9216
9217 2008-01-15  Simon Josefsson  <simon@josefsson.org>
9218
9219         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
9220         Applications that requires it should initialize libgcrypt
9221         manually.
9222
9223 2008-01-16  Simon Josefsson  <simon@josefsson.org>
9224
9225         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
9226
9227 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
9228
9229         Fix problem with getdate on mingw32 reported by Simon Josefsson
9230         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
9231         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
9232         tzname", when deciding whether to declare tzname.
9233         * lib/strftime.c (tzname): Likewise.
9234
9235 2008-01-15  Bruno Haible  <bruno@clisp.org>
9236
9237         Work around a MacOS X 10.5 bug in frexpl().
9238         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
9239         * doc/functions/frexpl.texi: Document the bug.
9240         Reported by Elias Pipping <pipping@gentoo.org>.
9241
9242 2008-01-14  Eric Blake  <ebb9@byu.net>
9243
9244         Touch up previous patch.
9245         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
9246         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
9247
9248         Convert strcasestr module to use Two-Way algorithm.
9249         * modules/strcasestr-simple: New module, based on the old
9250         strcasestr, but with Two-Way rather than KMP.
9251         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
9252         * lib/string.in.h (rpl_strcasestr): Declare.
9253         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
9254         performance.
9255         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
9256         * modules/string (Makefile.am): Support strcasestr.
9257         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
9258         * modules/strcasestr-tests (Depends-on): Check for alarm.
9259         * tests/test-strcasestr.c: Augment test.
9260         * lib/str-two-way.h: Clean up stray macro.
9261         * NEWS: Document new module.
9262         * MODULES.html.sh (string handling): Likewise.
9263         * doc/functions/strcasestr.texi: New file.
9264         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
9265         here, since it is not a POSIX function.
9266
9267 2008-01-14  Colin Watson  <cjwatson@debian.org>
9268             Bruno Haible  <bruno@clisp.org>
9269
9270         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
9271         works fine; if not, set REPLACE_STRSIGNAL.
9272         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
9273         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
9274         REPLACE_STRSIGNAL.
9275         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
9276         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
9277         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
9278
9279 2008-01-14  Bruno Haible  <bruno@clisp.org>
9280
9281         * modules/strsignal (Include): Change to <string.h>.
9282
9283 2008-01-14  Colin Watson  <cjwatson@debian.org>
9284
9285         * modules/argp (Notice): Add a notice recommending to change
9286         XGETTEXT_OPTIONS.
9287         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
9288
9289 2008-01-13  Colin Watson  <cjwatson@debian.org>
9290
9291         * modules/strsignal-tests: New file.
9292         * tests/test-strsignal.c: New file.
9293
9294         * lib/strsignal.c: New file, from glibc with modifications.
9295         * lib/siglist.h: New file, from glibc with modifications.
9296         * lib/string.in.h (strsignal): New declaration.
9297         * m4/strsignal.m4: New file.
9298         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
9299         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
9300         * modules/strsignal: New file.
9301         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
9302         HAVE_DECL_STRSIGNAL.
9303
9304 2008-01-13  Bruno Haible  <bruno@clisp.org>
9305
9306         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
9307         locale encoding is not ASCII. Needed for OpenBSD 4.0.
9308         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
9309         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
9310
9311 2008-01-13  Bruno Haible  <bruno@clisp.org>
9312
9313         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
9314         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
9315         * lib/argp.h (__attribute__): Likewise.
9316         * lib/c-stack.c (__attribute__): Likewise.
9317         * lib/error.h (__attribute__): Likewise.
9318         * lib/fts.c (__attribute__): Likewise.
9319         * lib/openat.h (__attribute__): Likewise.
9320         * lib/stdio.in.h (__attribute__): Likewise.
9321         * lib/string.in.h (__attribute__): Likewise.
9322         * lib/utimens.c (__attribute__): Likewise.
9323         * lib/vasnprintf.h (__attribute__): Likewise.
9324         * lib/xalloc.h (__attribute__): Likewise.
9325         * lib/xprintf.h (__attribute__): Likewise.
9326         * lib/xstrtol.h (__attribute__): Likewise.
9327         * lib/xvasprintf.h (__attribute__): Likewise.
9328
9329 2008-01-12  Bruno Haible  <bruno@clisp.org>
9330
9331         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
9332         * doc/glibc-headers/a.out.texi: New file.
9333         * doc/glibc-headers/aliases.texi: New file.
9334         * doc/glibc-headers/alloca.texi: New file.
9335         * doc/glibc-headers/ar.texi: New file.
9336         * doc/glibc-headers/argp.texi: New file.
9337         * doc/glibc-headers/argz.texi: New file.
9338         * doc/glibc-headers/byteswap.texi: New file.
9339         * doc/glibc-headers/crypt.texi: New file.
9340         * doc/glibc-headers/endian.texi: New file.
9341         * doc/glibc-headers/envz.texi: New file.
9342         * doc/glibc-headers/err.texi: New file.
9343         * doc/glibc-headers/error.texi: New file.
9344         * doc/glibc-headers/execinfo.texi: New file.
9345         * doc/glibc-headers/fpu_control.texi: New file.
9346         * doc/glibc-headers/fstab.texi: New file.
9347         * doc/glibc-headers/fts.texi: New file.
9348         * doc/glibc-headers/getopt.texi: New file.
9349         * doc/glibc-headers/ieee754.texi: New file.
9350         * doc/glibc-headers/ifaddrs.texi: New file.
9351         * doc/glibc-headers/libintl.texi: New file.
9352         * doc/glibc-headers/mcheck.texi: New file.
9353         * doc/glibc-headers/mntent.texi: New file.
9354         * doc/glibc-headers/obstack.texi: New file.
9355         * doc/glibc-headers/paths.texi: New file.
9356         * doc/glibc-headers/printf.texi: New file.
9357         * doc/glibc-headers/pty.texi: New file.
9358         * doc/glibc-headers/resolv.texi: New file.
9359         * doc/glibc-headers/shadow.texi: New file.
9360         * doc/glibc-headers/sysexits.texi: New file.
9361         * doc/glibc-headers/ttyent.texi: New file.
9362
9363 2008-01-12  Jim Meyering  <meyering@redhat.com>
9364
9365         announce-gen: emit Gnulib's git-based version string.
9366         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
9367         New option --gnulib-version=V, where V is expected to be
9368         the output of running git describe in the gnulib directory.
9369         (get_tool_versions): Request feedback on xdelta.  I suspect it's
9370         not useful, and plan to stop publishing an xdelta file with each
9371         coreutils release.
9372
9373         * build-aux/announce-gen: Also check for lzma-compressed files.
9374
9375 2008-01-11  Bruno Haible  <bruno@clisp.org>
9376
9377         * tests/test-memmem.c (main): Increase maximum allowed time.
9378         * tests/test-strstr.c (main): Likewise.
9379
9380 2008-01-11  Bruno Haible  <bruno@clisp.org>
9381
9382         * doc/functions/memmem.texi: Add more precisions about platforms.
9383         * doc/functions/strstr.texi: Likewise.
9384
9385 2008-01-10  Eric Blake  <ebb9@byu.net>
9386
9387         * m4/strstr.m4: Delete cruft from copy-n-paste.
9388         Reported by Bruno Haible.
9389
9390 2008-01-10  Bruno Haible  <bruno@clisp.org>
9391
9392         Make c-strstr rely on strstr.
9393         * lib/c-strstr.c: Don't include str-kmp.h.
9394         (c_strstr): Define in terms of strstr.
9395         * modules/c-strstr (Files): Remove lib/str-kmp.h.
9396         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
9397
9398 2008-01-10  Bruno Haible  <bruno@clisp.org>
9399
9400         * doc/gnulib.texi (String Functions in C Locale): New section.
9401         * doc/c-ctype.texi: New file.
9402         * doc/c-strcase.texi: New file.
9403         * doc/c-strcaseeq.texi: New file.
9404         * doc/c-strcasestr.texi: New file.
9405         * doc/c-strstr.texi: New file.
9406         * doc/c-strtod.texi: New file.
9407         * doc/c-strtold.texi: New file.
9408
9409 2008-01-10  Eric Blake  <ebb9@byu.net>
9410
9411         * lib/relocatable.h: Fix a comment.
9412
9413 2008-01-10  Eric Blake  <ebb9@byu.net>
9414
9415         Share two-way algorithm.
9416         * lib/str-two-way.h: New file, merged from...
9417         * lib/memmem.c: ...here...
9418         * lib/strstr.c: ...and here.
9419         * modules/memmem (Files): Use it.
9420         * modules/strstr (Files): Likewise.
9421
9422         Avoid quadratic strstr implementations.
9423         * lib/strstr.c: New file.
9424         * m4/strstr.m4: Likewise.
9425         * modules/strstr: Likewise.
9426         * modules/strstr-tests: Likewise.
9427         * tests/test-strstr.c: Likewise.
9428         * lib/string.in.h (rpl_strstr): Declare.
9429         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
9430         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
9431         * modules/string (Makefile.am): Likewise.
9432         * MODULES.html.sh (string handling): Mention new module.
9433         * doc/functions/strstr.texi (strstr): Document the bug.
9434
9435 2008-01-10  Bruno Haible  <bruno@clisp.org>
9436
9437         * lib/relocatable.h (relocate): State whether result is freshly
9438         allocated or not.
9439         * lib/relocatable.c (relocate): Return a freshly allocated string
9440         instead of a pointer to a privately held string.
9441         Reported by Sylvain Beucler <beuc@gnu.org>.
9442
9443 2008-01-10  Colin Watson  <cjwatson@debian.org>
9444
9445         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
9446         s/S_ISNLK/S_ISLNK/.
9447
9448 2008-01-09  Bruno Haible  <bruno@clisp.org>
9449
9450         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
9451         and other files.
9452         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
9453         if it's only a guess.
9454         * modules/memmem: Simplify by depending on memmem-simple.
9455
9456 2008-01-09  Bruno Haible  <bruno@clisp.org>
9457
9458         Work around OpenBSD 4.0 tdelete() bug.
9459         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
9460         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
9461         macros and don't redefine the enum values.
9462         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
9463         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
9464         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
9465
9466 2008-01-09  Bruno Haible  <bruno@clisp.org>
9467
9468         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
9469         (main): Don't perform the tests if setlocale did not install a UTF-8
9470         locale. Needed on OpenBSD 4.0.
9471         * modules/wcwidth-tests (Depends-on): Add localcharset.
9472
9473 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
9474
9475         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
9476         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
9477         * NEWS: announce this.
9478         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
9479
9480 2008-01-09  Simon Josefsson  <simon@josefsson.org>
9481         and Eric Blake  <ebb9@byu.net>
9482
9483         Add memmem-simple module.
9484         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
9485         (gl_FUNC_MEMMEM): Separate performance from presence checks.
9486         * modules/memmem-simple: New file.
9487         * modules/memmem (Description): Tweak.
9488         * MODULES.html.sh (string handling): Mention new module.
9489         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
9490         addressed by memmem-simple.
9491         * NEWS: Document the difference.
9492
9493 2008-01-09  Eric Blake  <ebb9@byu.net>
9494
9495         Give gcc some memmem optimization hints.
9496         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
9497         (strcasestr): Declare as pure.
9498         * modules/memmem (Maintainer): Claim my implementation.
9499
9500 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9501
9502         Support AIX 6.1 and higher.
9503         * build-aux/config.libpath: Likewise.
9504         * build-aux/config.rpath: Likewise.
9505
9506 2008-01-08  Jim Meyering  <meyering@redhat.com>
9507             Bruno Haible  <bruno@clisp.org>
9508
9509         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
9510         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
9511         Reported by Peter Fales in
9512         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
9513
9514 2008-01-08  Bruno Haible  <bruno@clisp.org>
9515
9516         * modules/unictype/category-of (Depends-on): Add
9517         unictype/category-none.
9518         * modules/unictype/category-and-tests (Depends-on): Add
9519         unictype/category-{L,N,Lu,Nd}.
9520         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
9521         * modules/unictype/category-or-tests (Depends-on): Add
9522         unictype/category-{L,N}.
9523         * modules/unictype/category-name-tests (Depends-on): Add
9524         unictype/category-{Z,Nl}.
9525         Reported by Simon Josefsson.
9526
9527 2008-01-08  Bruno Haible  <bruno@clisp.org>
9528
9529         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
9530         convention better.
9531         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
9532         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
9533         Reported by Peter Miller <millerp@canb.auug.org.au>.
9534
9535 2008-01-08  Eric Blake  <ebb9@byu.net>
9536
9537         Rewrite memmem to guarantee linear complexity without malloc.
9538         * lib/memmem.c (memmem): Use Two-Way rather than
9539         Knuth-Morris-Pratt, to allow O(1) space usage.
9540         (critical_factorization, two_way_short_needle)
9541         (two_way_long_needle): New functions.
9542         (knuth_morris_pratt): Delete.
9543         * modules/memmem (Depends-on): No longer need malloca or stdbool.
9544         Add stdint.
9545         * tests/test-memmem.c (main): Add tests for periodic needle and
9546         sublinear performance.
9547         * doc/functions/memmem.texi (memmem): Document other deficiencies
9548         in cygwin and older glibc.
9549
9550 2008-01-08  Bruno Haible  <bruno@clisp.org>
9551
9552         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
9553         augmentation.
9554
9555 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
9556
9557         Add a configure time option: --disable-acl.
9558         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
9559         AC_ARG_ENABLE(acl).
9560
9561 2008-01-06  Simon Josefsson  <simon@josefsson.org>
9562
9563         * tests/test-localename.c: Don't include obsolete "setenv.h".
9564
9565         * modules/localename-tests (Depends-on): Need unsetenv.
9566
9567 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9568
9569         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
9570
9571 2008-01-06  Colin Watson  <cjwatson@debian.org>
9572
9573         * users.txt: Add man-db.
9574
9575 2008-01-07  Bruno Haible  <bruno@clisp.org>
9576
9577         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
9578         previous section name.
9579
9580 2008-01-07  Bruno Haible  <bruno@clisp.org>
9581
9582         * lib/progname.c (set_program_name): Don't strip off a leading
9583         "lt-" prefix outside a .libs directory.
9584         Suggested by Paul Eggert.
9585
9586 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
9587             Bruno Haible  <bruno@clisp.org>
9588
9589         Improve memory cleanup in 'relocatable' module.
9590         * lib/relocatable.h (compute_curr_prefix): Change return type to
9591         'char *'.
9592         * lib/relocatable.c (compute_curr_prefix): Change return type to
9593         'char *'. Free curr_installdir after use.
9594         (relocate): Free curr_prefix_better after use.
9595         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
9596
9597 2008-01-01  Bruno Haible  <bruno@clisp.org>
9598
9599         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
9600         failure on older glibc systems.
9601         Reported by Peter Fales <psfales@alcatel-lucent.com>.
9602
9603 2008-01-05  Eric Blake  <ebb9@byu.net>
9604
9605         Avoid quadratic system memmem.
9606         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
9607         Reported by Ralf Wildenhues.
9608
9609         Fix memmem test for mingw.
9610         * modules/memmem-tests (configure.ac): Check for alarm.
9611         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
9612         it.
9613         * doc/functions/memmem.texi: New file.
9614         * doc/gnulib.texi (Function Substitutes): Add memmem.
9615         Reported by Bruno Haible.
9616
9617 2008-01-04  Bruno Haible  <bruno@clisp.org>
9618
9619         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
9620         Require gl_HEADER_STRINGS_H_DEFAULTS, not
9621         gl_HEADER_STRING_H_DEFAULTS.
9622
9623 2008-01-04  Eric Blake  <ebb9@byu.net>
9624
9625         Shorten duration of memmem test.
9626         * tests/test-memmem.c (main): Use alarm to declare failure if test
9627         is taking too long.
9628         Reported by Ralf Wildenhues.
9629
9630 2007-12-21  Simon Josefsson  <simon@josefsson.org>
9631
9632         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
9633         string, needed by strerror.
9634
9635 2008-01-03  Colin Watson  <cjwatson@debian.org>
9636             Bruno Haible  <bruno@clisp.org>
9637
9638         * doc/gnulib-tool.texi (Localization): New section.
9639
9640 2008-01-02  Bruno Haible  <bruno@clisp.org>
9641
9642         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
9643         variables to 'unsigned char *' type.
9644         Reported by Paul Eggert.
9645
9646 2008-01-02  Jim Meyering  <jim@meyering.net>
9647
9648         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
9649
9650 2007-12-31  Jim Meyering  <jim@meyering.net>
9651
9652         Avoid use of private FTS type name.
9653         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
9654
9655 2007-12-30  Karl Berry  <karl@gnu.org>
9656
9657         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
9658         work around defect in Texinfo and/or the standalone Info browser.
9659
9660 2007-12-30  Bruno Haible  <bruno@clisp.org>
9661
9662         Unify 5 copies of the KMP code.
9663         * lib/str-kmp.h: New file.
9664         * lib/c-strcasestr.c: Include str-kmp.h.
9665         (knuth_morris_pratt): Remove function.
9666         (c_strcasestr): Update.
9667         * lib/c-strstr.c: Include str-kmp.h.
9668         (knuth_morris_pratt): Remove function.
9669         (c_strcasestr): Update.
9670         * lib/mbscasestr.c: Include str-kmp.h.
9671         (knuth_morris_pratt_unibyte): Remove function.
9672         * lib/mbsstr.c: Include str-kmp.h.
9673         (knuth_morris_pratt_unibyte): Remove function.
9674         * lib/strcasestr.c: Include str-kmp.h.
9675         (knuth_morris_pratt): Remove function.
9676         (strcasestr): Update.
9677         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
9678         * modules/c-strstr (Files): Likewise.
9679         * modules/mbscasestr (Files): Likewise.
9680         * modules/mbsstr (Files): Likewise.
9681         * modules/strcasestr (Files): Likewise.
9682         Suggested by Paul Eggert.
9683
9684 2007-12-30  Bruno Haible  <bruno@clisp.org>
9685
9686         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
9687         defined.
9688
9689 2007-12-30  Bruno Haible  <bruno@clisp.org>
9690
9691         * lib/xmalloca.h: Include xalloc.h.
9692         (xnmalloca): New macro.
9693
9694 2007-12-30  Bruno Haible  <bruno@clisp.org>
9695
9696         * lib/malloca.h (nmalloca): New macro.
9697         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
9698         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
9699         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
9700         knuth_morris_pratt_multibyte): Likewise.
9701         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
9702         knuth_morris_pratt_multibyte): Likewise.
9703         * lib/memmem.c (knuth_morris_pratt): Likewise.
9704         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
9705
9706 2007-12-25  Bruno Haible  <bruno@clisp.org>
9707
9708         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
9709         * lib/glob.c: Don't include openat.h.
9710         (link_exists2_p): Add back the code that deals with the
9711         !GLOB_ALTDIRFUNC case.
9712         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
9713         let it do the filename concatenation.
9714         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
9715         * modules/glob (Depends-on): Remove openat.
9716
9717 2007-12-31  Bruno Haible  <bruno@clisp.org>
9718
9719         * modules/dirfd (License): Change to LGPLv2+.
9720         Approved by Jim Meyering.
9721
9722 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
9723
9724         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
9725         when multiplying M by sizeof (size_t).
9726
9727 2007-12-10  Martin Lambers  <marlam@marlam.de>
9728
9729         Override getpagesize on mingw.
9730         * lib/getpagesize.c: New file.
9731         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
9732         * modules/getpagesize (Files): Add lib/getpagesize.c.
9733         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
9734         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
9735         REPLACE_GETPAGESIZE.
9736         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
9737
9738 2007-12-25  Bruno Haible  <bruno@clisp.org>
9739
9740         * modules/localcharset (Notice): New field.
9741         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
9742         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
9743
9744 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
9745             Bruno Haible  <bruno@clisp.org>
9746
9747         Avoid using the syntax symbol() in formatted documentation.
9748         * MODULES.html.sh (func_module): When replacing symbol() with a
9749         hyperlink, remove the parentheses. Show an error if some remain.
9750         Recognize and render the '...' syntax.
9751         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
9752         Rework. Add paragraph about GCC's inlining.
9753         * doc/alloca.texi: Likewise.
9754         * doc/error.texi: Remove parentheses from symbol reference.
9755         * doc/gnulib-intro.texi: Likewise.
9756         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
9757         * modules/fnmatch (Description): Reword to say "the ... function".
9758         * modules/full-read (Description): Likewise.
9759         * modules/full-write (Description): Likewise.
9760         * modules/safe-read (Description): Likewise.
9761         * modules/safe-write (Description): Likewise.
9762         * modules/strchrnul (Description): Likewise.
9763         * modules/trim (Description): Likewise.
9764         * modules/error (Description): Remove parentheses from symbol
9765         references.
9766         * modules/verror (Description): Likewise.
9767         Reported by Karl Berry.
9768
9769 2007-12-25  Bruno Haible  <bruno@clisp.org>
9770
9771         Fixup after 2007-10-16 commit.
9772         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
9773
9774 2007-12-24  Bruno Haible  <bruno@clisp.org>
9775
9776         Make --enable-relocatable work with DESTDIR.
9777         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
9778         to compute installdir from destprog.
9779         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
9780         also set the RELOC_DESTDIR variable.
9781         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
9782
9783 2007-12-24  Bruno Haible  <bruno@clisp.org>
9784
9785         Fix link error due to xalloc_die().
9786         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
9787         of xreadlink.
9788         * lib/relocwrapper.c: Update comments.
9789         * build-aux/install-reloc: Remove xreadlink.c from file list.
9790         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
9791         xreadlink.c.
9792         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
9793
9794 2007-12-24  Bruno Haible  <bruno@clisp.org>
9795
9796         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
9797         * lib/setenv.h: Remove file.
9798         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
9799         lib/setenv.h.
9800         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
9801         (Depends-on): Add stdlib.
9802         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
9803         gl_FUNC_UNSETENV.
9804         (Include): Replace setenv.h with <stdlib.h>.
9805         * modules/unsetenv: New file.
9806         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
9807         * lib/unsetenv.c: Include <stdlib.h> first.
9808         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
9809         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
9810         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
9811         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
9812         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
9813         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
9814         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
9815         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
9816         * doc/functions/unsetenv.texi: Update.
9817         * modules/xsetenv (Depends-on): Add unsetenv.
9818         * modules/getdate (Depends-on): Likewise.
9819         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
9820         * lib/xsetenv.c: Don't include setenv.h.
9821         * lib/getdate.y: Likewise.
9822         * lib/relocwrapper.c: Likewise.
9823         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
9824         (Depends-on): Add stdlib.
9825         * NEWS: Mention the changes.
9826         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
9827
9828 2007-12-23  Bruno Haible  <bruno@clisp.org>
9829
9830         * lib/memmem.c (memmem): Use lowercase variable names. Tab
9831         indentation.
9832
9833 2007-12-23  Bruno Haible  <bruno@clisp.org>
9834
9835         * lib/c-strcasestr.c: Add more comments.
9836         * lib/c-strstr.c: Likewise.
9837         * lib/mbscasestr.c: Likewise.
9838         * lib/mbsstr.c: Likewise.
9839         * lib/strcasestr.c: Likewise.
9840         * lib/memmem.c: Likewise.
9841
9842 2007-12-23  Bruno Haible  <bruno@clisp.org>
9843
9844         * tests/test-memmem.c: Include <string.h> first.
9845
9846 2007-12-22  Bruno Haible  <bruno@clisp.org>
9847
9848         * gnulib-tool (func_create_testdir): Change $auxdir while generating
9849         the contents of $testsbase.
9850         Reported by Ralf Wildenhues.
9851
9852 2007-12-22  Bruno Haible  <bruno@clisp.org>
9853
9854         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
9855         two variables local_ldadd_before, local_ldadd_last.
9856
9857 2007-12-20  Eric Blake  <ebb9@byu.net>
9858
9859         Work around circular library issue when cross-compiling.
9860         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
9861         that progname.o does not need to pull in rpl_memcmp.
9862
9863 2007-12-19  Eric Blake  <ebb9@byu.net>
9864
9865         Fix memmem to avoid O(n^2) worst-case complexity.
9866         * lib/memmem.c (knuth_morris_pratt): New function.
9867         (memmem): Use it if first few naive iterations fail.
9868         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
9869         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
9870         * modules/memchr (License): Likewise.
9871         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
9872         malloca.
9873         * tests/test-memmem.c: Rewrite, borrowing ideas from
9874         test-mbsstr1.c; the old version wouldn't even compile!
9875         * modules/memmem-tests: New file.
9876         * lib/string.in.h (rpl_memmem): Add declaration.
9877         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
9878         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
9879         REPLACE_MEMMEM.
9880
9881 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
9882
9883         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
9884         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
9885         before any system include files, and undef after them all.  This
9886         should fix a problem on VMS reported by John E. Malmberg in
9887         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
9888
9889 2007-12-17  Eric Blake  <ebb9@byu.net>
9890
9891         Revert addition of verify, for BSD/OS.
9892         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
9893         can't handle large files, for the sake of obsolete platforms.
9894         * modules/fseeko (Depends-on): Remove verify.
9895         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
9896         * doc/functions/ftello.texi (ftello): Likewise.
9897         * doc/functions/fgetpos.texi (fgetpos): Likewise.
9898         Reported by Larry Jones.
9899
9900 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
9901
9902         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
9903         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
9904
9905 2007-12-17  Jim Meyering  <meyering@redhat.com>
9906
9907         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
9908         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
9909         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
9910         * modules/getcwd (Depends-on): Add openat.
9911         Reported by Petr Salinger.
9912
9913 2007-12-17  Bruno Haible  <bruno@clisp.org>
9914
9915         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
9916         avoid a segmentation fault of the configure test on x86_64 systems.
9917
9918 2007-12-15  Jim Meyering  <meyering@redhat.com>
9919
9920         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
9921
9922 2007-12-13  Eric Blake  <ebb9@byu.net>
9923
9924         Another fseek test.
9925         * tests/test-fseek.c (main): Also test ungetc handling.
9926         * tests/test-fseeko.c (main): Likewise.
9927         * modules/fseeko (Depends-on): Add verify.
9928         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
9929         large.
9930         Reported by Larry Jones.
9931
9932         Fix fseeko on mingw.
9933         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
9934         seek.
9935
9936         Beef up fseek tests.
9937         * tests/test-fseek.c (main): Also test eof handling.
9938         * tests/test-fseeko.c (main): Likewise.
9939         Reported by Larry Jones.
9940
9941 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
9942
9943         Fix fseeko on BSD-based platforms.
9944         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
9945         successful seek.
9946
9947 2007-12-12  Eric Blake  <ebb9@byu.net>
9948
9949         Allow circular dependency of separate libtests.a
9950         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
9951         when use_libtests.
9952
9953 2007-12-11  Eric Blake  <ebb9@byu.net>
9954
9955         Fix bug with -0.0L in previous patch.
9956         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
9957         * tests/test-isnan.c (main): Also test on zeroes.
9958         * tests/test-isnanf.c (main): Likewise.
9959         * tests/test-isnanl.h (main): Likewise.
9960
9961         Detect pseudo-denormals on x86 even when cross-compiling.
9962         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
9963         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
9964         invalid bit patterns that happen to satisfy ==.
9965
9966         Avoid link failures with separate libtests.a.
9967         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
9968         last, to satisfy circular dependencies.
9969
9970 2007-12-11  Eric Blake  <ebb9@byu.net>
9971         and Bruno Haible  <bruno@clisp.org>
9972
9973         Fix OpenBSD 4.0 <float.h> handling of long double.
9974         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
9975         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
9976         * doc/headers/float.texi (float.h): Document OpenBSD bug.
9977
9978 2007-12-11  Jim Meyering  <meyering@redhat.com>
9979
9980         * users.txt: Add libvirt.
9981
9982         Support versions of autoconf prior to 2.59c.
9983         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
9984         if it is not already defined.
9985
9986 2007-12-09  Bruno Haible  <bruno@clisp.org>
9987
9988         Let 'gnulib-tool --import' collect sources needed for the tests in
9989         tests/ rather than in lib/.
9990         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
9991         argument. If true, add rules to generate libtests.a, and put libtests.a
9992         into $(LDADD). Consider source files in subdirectories and set
9993         uses_subdirs.
9994         (func_emit_initmacro_start, func_emit_initmacro_end,
9995         func_emit_initmacro_done): Pass all arguments explicitly.
9996         (func_import): Determine two module lists main_modules,
9997         testsrelated_modules. Determine use_libtests. Determine two variables
9998         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
9999         instead of just sed_transform_lib_file. Determine two variables
10000         main_files and testsrelated_files. Compute 'files' as the union of
10001         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
10002         func_add_or_update. In the generated gnulib-comp.m4, collect the
10003         object files for tests/ in different variables than those for lib/.
10004         Substitute LIBTESTS_LIBDEPS.
10005         (func_create_testdir): Combine the uses_subdirs results from
10006         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
10007
10008 2007-12-09  Bruno Haible  <bruno@clisp.org>
10009
10010         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
10011         the build-aux directory.
10012
10013 2007-12-09  Bruno Haible  <bruno@clisp.org>
10014
10015         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
10016         introduced on 2006-09-09.
10017
10018 2007-12-07  Jim Meyering  <meyering@redhat.com>
10019
10020         Let these macros work also with autoconf-2.59.
10021         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
10022         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
10023         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
10024
10025 2007-12-06  Jim Meyering  <meyering@redhat.com>
10026
10027         Avoid a configure-time syntax error in gl_FUNC_ACL.
10028         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
10029         function in each branch, before testing the cache variable.
10030
10031 2007-12-04  Eric Blake  <ebb9@byu.net>
10032
10033         Make scripts executable.
10034         * build-aux/config.guess: Add execute permissions.
10035         * build-aux/config.sub: Likewise.
10036         * build-aux/gendocs.sh: Likewise.
10037
10038         Fix frexp on mingw.
10039         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
10040         cross-compiling.
10041         * doc/functions/frexp.texi (frexp): Document the bug.
10042
10043         Make cygwin fseeko check more reliable.
10044         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
10045         version numbers, rather than unrelated feature check.
10046         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
10047         * doc/functions/ftello.texi (ftello): Likewise.
10048         Reported by Bruno Haible.
10049
10050         * m4/strerror.m4: Bump version number.
10051
10052 2007-12-03  Bruno Haible  <bruno@clisp.org>
10053
10054         * doc/functions/mprotect.texi: Mention the mingw problem.
10055
10056 2007-12-03  Eric Blake  <ebb9@byu.net>
10057
10058         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
10059         REPLACE_STRERROR is initialized before this macro.
10060
10061 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
10062
10063         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
10064         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
10065         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
10066         put -lsec in even for programs other than 'ls'.  This fixes a problem
10067         for gettext reported by Bruno Haible in
10068         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
10069         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
10070         Add support for Solaris 10.  This isn't efficient, but should get the
10071         job done for now.
10072
10073 2007-12-03  James Youngman  <jay@gnu.org>
10074
10075         * doc/regexprops-generic.texi: change "an close-group" to "a
10076         close-group" and "illegal" to "not allowed".
10077
10078 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10079
10080         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
10081         pr_byname.h. Needed for the rare case when the maintainer has done
10082         "make maintainer-clean" in the source directory and then attempts a
10083         build outside the source directory.
10084         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
10085         scripts_byname.h.
10086
10087 2007-12-02  Martin Lambers <marlam@marlam.de>
10088             Bruno Haible  <bruno@clisp.org>
10089
10090         * lib/getpagesize.h: Remove file.
10091         * lib/unistd.in.h: Include declaration of getpagesize here.
10092         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
10093         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
10094         HAVE_SYS_PARAM_H.
10095         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
10096         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
10097         * modules/getpagesize (Files): Remove lib/getpagesize.h.
10098         (Depends-on): Add unistd.
10099         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
10100         (Include): Use <unistd.h> instead of getpagesize.h.
10101         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
10102         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
10103         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
10104         gl_GETPAGESIZE invocation, already handled by module dependency.
10105         * lib/pagealign_alloc.c: Don't include getpagesize.h.
10106
10107 2007-12-02  Bruno Haible  <bruno@clisp.org>
10108
10109         * modules/strings-tests: New file.
10110         * tests/test-strings.c: New file.
10111
10112         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
10113         * lib/strings.in.h: New file.
10114         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
10115         * m4/strings_h.m4: New file.
10116         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
10117         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
10118         * modules/strings: New file.
10119         * modules/string (Makefile.am): Update.
10120         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
10121         Reported by Karl Berry.
10122
10123 2007-12-01  Eric Blake  <ebb9@byu.net>
10124
10125         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
10126         accomodate fix in cygwin 1.5.25.
10127
10128 2007-12-01  Jim Meyering  <meyering@redhat.com>
10129
10130         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
10131         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
10132         that would inhibit utf8-optimization of a regexp containing line-
10133         or buffer-anchors, e.g., `^', `$'.
10134
10135 2007-11-30  Bruno Haible  <bruno@clisp.org>
10136
10137         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
10138         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
10139         glthread_recursive_lock_init.
10140         * lib/lock.c (glthread_recursive_lock_init)
10141         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
10142         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
10143
10144 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
10145
10146         New function qset_acl, like set_acl but with syscall semantics.
10147         * lib/acl.h (qset_acl): New decl.
10148         * lib/acl.c (qset_acl): New function.
10149         (set_acl): Use new function.  Use more-consistent diagnostics.
10150
10151 2007-11-28  Jim Meyering  <meyering@redhat.com>
10152
10153         * modules/physmem (License): Change from GPL to LGPLv2+.
10154
10155 2007-11-26  Bruno Haible  <bruno@clisp.org>
10156
10157         * lib/vasnprintf.c (decode_long_double): Don't abort if the
10158         'long double' type has excess precision.
10159         Reported by Jim Meyering in
10160         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
10161
10162 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10163
10164         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
10165         Sync from <http://gnu.org/licenses>.
10166         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
10167         with license text from same location.
10168         * doc/maintain.texi, doc/standards.texi:  Sync from
10169         <http://savannah.gnu.org/projects/gnustandards>.
10170
10171 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
10172         and Jim Meyering  <meyering@redhat.com>
10173
10174         Adjust getdate' grammar to accept a slightly more regular language.
10175         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
10176         Before, the former was rejected.
10177         * lib/getdate.y (digits_to_date_time): New function, factored
10178         out of ...
10179         (number): ...here.  Just call digits_to_date_time.
10180         (hybrid): New non-terminal to handle an <unsigned number,
10181         signed relative offset> sequence consistently.
10182
10183 2007-11-18  Jim Meyering  <meyering@redhat.com>
10184
10185         Pull my changes from coreutils:
10186         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
10187         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
10188         use of $gnulib_tool_option_extras, so that it's separated from the
10189         preceding argument.
10190
10191         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
10192         * build-aux/bootstrap (cp_mark_as_generated): Create any required
10193         parent destination directories before copying a file into place.
10194
10195 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
10196
10197         bootstrap: work also with 4-argument variant of AC_INIT
10198         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
10199
10200 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
10201
10202         Port test-getaddrinfo to Solaris.
10203         Problem reported by Bruno Haible in
10204         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
10205         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
10206         explanation of setting 'hints'.
10207         Don't reject an implementation merely because it returns EAI_SERVICE.
10208         (EAI_SERVICE): Define to 0 if not defined.
10209
10210 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
10211
10212         The license of gnu-make and posix-shell is now "GPLed build tool".
10213         * modules/gnu-make (License): Likewise.
10214         * modules/posix-shell (License): Likewise.
10215
10216         New module posix-shell, for determining a POSIX shell
10217         or perhaps something that is close enough to a POSIX shell.
10218         * m4/posix-shell.m4: New file.
10219         * modules/posix-shell: New file.
10220
10221         * MODULES.html.sh: Mention new module.
10222
10223         New module gnu-make, for determining whether we're using GNU Make.
10224         * m4/gnu-make.m4: New file.
10225         * modules/gnu-make: New file.
10226         * MODULES.html.sh: Mention new module.
10227
10228 2007-11-14  Jim Meyering  <meyering@redhat.com>
10229
10230         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
10231         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
10232         use this macro to create a function _definition_.
10233         Remove useless "#undef ARGMATCH_DIE".
10234
10235 2007-11-14  Bruno Haible  <bruno@clisp.org>
10236
10237         * lib/config.charset: Update for OpenBSD 4.1.
10238         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
10239
10240 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
10241
10242         Document 64-bit #if problems in stdint.texi.
10243         * doc/headers/stdint.texi (stdint.h): Mention problems with
10244         64-bit-#if, and how to work around them.
10245
10246         Don't insist on 'long long int' support in the preprocessor.  It
10247         breaks too many things.  For example, PRIdMAX still uses a 'long
10248         long int' format with the latest Sun compiler, even though
10249         HAVE_LONG_LONG_INT isn't defined due to that compiler's
10250         preprocessor problem.  This causes the latest coreutils to dump
10251         core on Solaris 10 sparc with the Sun C compiler.
10252         Instead, fix the 2007-10-16 problem in a different way, by evaluating
10253         the troublesome expressions at configure-time, not at #if-time.
10254         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
10255         preprocessor.
10256         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
10257         compile-time C checks, done at 'configure'-time.
10258         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
10259         * modules/inttypes (Makefile): Substitute the new symbols that
10260         gl_INTTYPES_H now generates.
10261         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
10262
10263 2007-11-12  Bruno Haible  <bruno@clisp.org>
10264
10265         Tests for Unicode character classification functions.
10266
10267         * modules/unictype/bidicategory-byname-tests: New file.
10268         * modules/unictype/bidicategory-name-tests: New file.
10269         * modules/unictype/bidicategory-of-tests: New file.
10270         * modules/unictype/bidicategory-test-tests: New file.
10271         * modules/unictype/block-list-tests: New file.
10272         * modules/unictype/block-of-tests: New file.
10273         * modules/unictype/block-test-tests: New file.
10274         * modules/unictype/category-C-tests: New file.
10275         * modules/unictype/category-Cc-tests: New file.
10276         * modules/unictype/category-Cf-tests: New file.
10277         * modules/unictype/category-Cn-tests: New file.
10278         * modules/unictype/category-Co-tests: New file.
10279         * modules/unictype/category-Cs-tests: New file.
10280         * modules/unictype/category-L-tests: New file.
10281         * modules/unictype/category-Ll-tests: New file.
10282         * modules/unictype/category-Lm-tests: New file.
10283         * modules/unictype/category-Lo-tests: New file.
10284         * modules/unictype/category-Lt-tests: New file.
10285         * modules/unictype/category-Lu-tests: New file.
10286         * modules/unictype/category-M-tests: New file.
10287         * modules/unictype/category-Mc-tests: New file.
10288         * modules/unictype/category-Me-tests: New file.
10289         * modules/unictype/category-Mn-tests: New file.
10290         * modules/unictype/category-N-tests: New file.
10291         * modules/unictype/category-Nd-tests: New file.
10292         * modules/unictype/category-Nl-tests: New file.
10293         * modules/unictype/category-No-tests: New file.
10294         * modules/unictype/category-P-tests: New file.
10295         * modules/unictype/category-Pc-tests: New file.
10296         * modules/unictype/category-Pd-tests: New file.
10297         * modules/unictype/category-Pe-tests: New file.
10298         * modules/unictype/category-Pf-tests: New file.
10299         * modules/unictype/category-Pi-tests: New file.
10300         * modules/unictype/category-Po-tests: New file.
10301         * modules/unictype/category-Ps-tests: New file.
10302         * modules/unictype/category-S-tests: New file.
10303         * modules/unictype/category-Sc-tests: New file.
10304         * modules/unictype/category-Sk-tests: New file.
10305         * modules/unictype/category-Sm-tests: New file.
10306         * modules/unictype/category-So-tests: New file.
10307         * modules/unictype/category-Z-tests: New file.
10308         * modules/unictype/category-Zl-tests: New file.
10309         * modules/unictype/category-Zp-tests: New file.
10310         * modules/unictype/category-Zs-tests: New file.
10311         * modules/unictype/category-and-not-tests: New file.
10312         * modules/unictype/category-and-tests: New file.
10313         * modules/unictype/category-byname-tests: New file.
10314         * modules/unictype/category-name-tests: New file.
10315         * modules/unictype/category-none-tests: New file.
10316         * modules/unictype/category-of-tests: New file.
10317         * modules/unictype/category-or-tests: New file.
10318         * modules/unictype/category-test-withtable-tests: New file.
10319         * modules/unictype/combining-class-tests: New file.
10320         * modules/unictype/ctype-alnum-tests: New file.
10321         * modules/unictype/ctype-alpha-tests: New file.
10322         * modules/unictype/ctype-blank-tests: New file.
10323         * modules/unictype/ctype-cntrl-tests: New file.
10324         * modules/unictype/ctype-digit-tests: New file.
10325         * modules/unictype/ctype-graph-tests: New file.
10326         * modules/unictype/ctype-lower-tests: New file.
10327         * modules/unictype/ctype-print-tests: New file.
10328         * modules/unictype/ctype-punct-tests: New file.
10329         * modules/unictype/ctype-space-tests: New file.
10330         * modules/unictype/ctype-upper-tests: New file.
10331         * modules/unictype/ctype-xdigit-tests: New file.
10332         * modules/unictype/decimal-digit-tests: New file.
10333         * modules/unictype/digit-tests: New file.
10334         * modules/unictype/mirror-tests: New file.
10335         * modules/unictype/numeric-tests: New file.
10336         * modules/unictype/property-alphabetic-tests: New file.
10337         * modules/unictype/property-ascii-hex-digit-tests: New file.
10338         * modules/unictype/property-bidi-arabic-digit-tests: New file.
10339         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
10340         * modules/unictype/property-bidi-block-separator-tests: New file.
10341         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
10342         * modules/unictype/property-bidi-common-separator-tests: New file.
10343         * modules/unictype/property-bidi-control-tests: New file.
10344         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
10345         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
10346         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
10347         * modules/unictype/property-bidi-european-digit-tests: New file.
10348         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
10349         * modules/unictype/property-bidi-left-to-right-tests: New file.
10350         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
10351         * modules/unictype/property-bidi-other-neutral-tests: New file.
10352         * modules/unictype/property-bidi-pdf-tests: New file.
10353         * modules/unictype/property-bidi-segment-separator-tests: New file.
10354         * modules/unictype/property-bidi-whitespace-tests: New file.
10355         * modules/unictype/property-byname-tests: New file.
10356         * modules/unictype/property-combining-tests: New file.
10357         * modules/unictype/property-composite-tests: New file.
10358         * modules/unictype/property-currency-symbol-tests: New file.
10359         * modules/unictype/property-dash-tests: New file.
10360         * modules/unictype/property-decimal-digit-tests: New file.
10361         * modules/unictype/property-default-ignorable-code-point-tests: New file.
10362         * modules/unictype/property-deprecated-tests: New file.
10363         * modules/unictype/property-diacritic-tests: New file.
10364         * modules/unictype/property-extender-tests: New file.
10365         * modules/unictype/property-format-control-tests: New file.
10366         * modules/unictype/property-grapheme-base-tests: New file.
10367         * modules/unictype/property-grapheme-extend-tests: New file.
10368         * modules/unictype/property-grapheme-link-tests: New file.
10369         * modules/unictype/property-hex-digit-tests: New file.
10370         * modules/unictype/property-hyphen-tests: New file.
10371         * modules/unictype/property-id-continue-tests: New file.
10372         * modules/unictype/property-id-start-tests: New file.
10373         * modules/unictype/property-ideographic-tests: New file.
10374         * modules/unictype/property-ids-binary-operator-tests: New file.
10375         * modules/unictype/property-ids-trinary-operator-tests: New file.
10376         * modules/unictype/property-ignorable-control-tests: New file.
10377         * modules/unictype/property-iso-control-tests: New file.
10378         * modules/unictype/property-join-control-tests: New file.
10379         * modules/unictype/property-left-of-pair-tests: New file.
10380         * modules/unictype/property-line-separator-tests: New file.
10381         * modules/unictype/property-logical-order-exception-tests: New file.
10382         * modules/unictype/property-lowercase-tests: New file.
10383         * modules/unictype/property-math-tests: New file.
10384         * modules/unictype/property-non-break-tests: New file.
10385         * modules/unictype/property-not-a-character-tests: New file.
10386         * modules/unictype/property-numeric-tests: New file.
10387         * modules/unictype/property-other-alphabetic-tests: New file.
10388         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
10389         * modules/unictype/property-other-grapheme-extend-tests: New file.
10390         * modules/unictype/property-other-id-continue-tests: New file.
10391         * modules/unictype/property-other-id-start-tests: New file.
10392         * modules/unictype/property-other-lowercase-tests: New file.
10393         * modules/unictype/property-other-math-tests: New file.
10394         * modules/unictype/property-other-uppercase-tests: New file.
10395         * modules/unictype/property-paired-punctuation-tests: New file.
10396         * modules/unictype/property-paragraph-separator-tests: New file.
10397         * modules/unictype/property-pattern-syntax-tests: New file.
10398         * modules/unictype/property-pattern-white-space-tests: New file.
10399         * modules/unictype/property-private-use-tests: New file.
10400         * modules/unictype/property-punctuation-tests: New file.
10401         * modules/unictype/property-quotation-mark-tests: New file.
10402         * modules/unictype/property-radical-tests: New file.
10403         * modules/unictype/property-sentence-terminal-tests: New file.
10404         * modules/unictype/property-soft-dotted-tests: New file.
10405         * modules/unictype/property-space-tests: New file.
10406         * modules/unictype/property-terminal-punctuation-tests: New file.
10407         * modules/unictype/property-test-tests: New file.
10408         * modules/unictype/property-titlecase-tests: New file.
10409         * modules/unictype/property-unassigned-code-value-tests: New file.
10410         * modules/unictype/property-unified-ideograph-tests: New file.
10411         * modules/unictype/property-uppercase-tests: New file.
10412         * modules/unictype/property-variation-selector-tests: New file.
10413         * modules/unictype/property-white-space-tests: New file.
10414         * modules/unictype/property-xid-continue-tests: New file.
10415         * modules/unictype/property-xid-start-tests: New file.
10416         * modules/unictype/property-zero-width-tests: New file.
10417         * modules/unictype/scripts-tests: New file.
10418         * modules/unictype/syntax-c-ident-tests: New file.
10419         * modules/unictype/syntax-c-whitespace-tests: New file.
10420         * modules/unictype/syntax-java-ident-tests: New file.
10421         * modules/unictype/syntax-java-whitespace-tests: New file.
10422         * tests/unictype/test-bidi_byname.c: New file.
10423         * tests/unictype/test-bidi_name.c: New file.
10424         * tests/unictype/test-bidi_of.c: New file.
10425         * tests/unictype/test-bidi_test.c: New file.
10426         * tests/unictype/test-block_list.c: New file.
10427         * tests/unictype/test-block_of.c: New file.
10428         * tests/unictype/test-block_test.c: New file.
10429         * tests/unictype/test-categ_and.c: New file.
10430         * tests/unictype/test-categ_and_not.c: New file.
10431         * tests/unictype/test-categ_byname.c: New file.
10432         * tests/unictype/test-categ_name.c: New file.
10433         * tests/unictype/test-categ_none.c: New file.
10434         * tests/unictype/test-categ_of.c: New file.
10435         * tests/unictype/test-categ_or.c: New file.
10436         * tests/unictype/test-categ_test_withtable.c: New file.
10437         * tests/unictype/test-combining.c: New file.
10438         * tests/unictype/test-decdigit.c: New file.
10439         * tests/unictype/test-digit.c: New file.
10440         * tests/unictype/test-mirror.c: New file.
10441         * tests/unictype/test-numeric.c: New file.
10442         * tests/unictype/test-pr_byname.c: New file.
10443         * tests/unictype/test-pr_test.c: New file.
10444         * tests/unictype/test-predicate-part1.h: New file.
10445         * tests/unictype/test-predicate-part2.h: New file.
10446         * tests/unictype/test-scripts.c: New file.
10447         * tests/unictype/test-sy_c_ident.c: New file.
10448         * tests/unictype/test-sy_java_ident.c: New file.
10449
10450         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
10451         for Unicode 5.0.0.
10452         * tests/unictype/test-categ_Cc.c: Likewise.
10453         * tests/unictype/test-categ_Cf.c: Likewise.
10454         * tests/unictype/test-categ_Cn.c: Likewise.
10455         * tests/unictype/test-categ_Co.c: Likewise.
10456         * tests/unictype/test-categ_Cs.c: Likewise.
10457         * tests/unictype/test-categ_L.c: Likewise.
10458         * tests/unictype/test-categ_Ll.c: Likewise.
10459         * tests/unictype/test-categ_Lm.c: Likewise.
10460         * tests/unictype/test-categ_Lo.c: Likewise.
10461         * tests/unictype/test-categ_Lt.c: Likewise.
10462         * tests/unictype/test-categ_Lu.c: Likewise.
10463         * tests/unictype/test-categ_M.c: Likewise.
10464         * tests/unictype/test-categ_Mc.c: Likewise.
10465         * tests/unictype/test-categ_Me.c: Likewise.
10466         * tests/unictype/test-categ_Mn.c: Likewise.
10467         * tests/unictype/test-categ_N.c: Likewise.
10468         * tests/unictype/test-categ_Nd.c: Likewise.
10469         * tests/unictype/test-categ_Nl.c: Likewise.
10470         * tests/unictype/test-categ_No.c: Likewise.
10471         * tests/unictype/test-categ_P.c: Likewise.
10472         * tests/unictype/test-categ_Pc.c: Likewise.
10473         * tests/unictype/test-categ_Pd.c: Likewise.
10474         * tests/unictype/test-categ_Pe.c: Likewise.
10475         * tests/unictype/test-categ_Pf.c: Likewise.
10476         * tests/unictype/test-categ_Pi.c: Likewise.
10477         * tests/unictype/test-categ_Po.c: Likewise.
10478         * tests/unictype/test-categ_Ps.c: Likewise.
10479         * tests/unictype/test-categ_S.c: Likewise.
10480         * tests/unictype/test-categ_Sc.c: Likewise.
10481         * tests/unictype/test-categ_Sk.c: Likewise.
10482         * tests/unictype/test-categ_Sm.c: Likewise.
10483         * tests/unictype/test-categ_So.c: Likewise.
10484         * tests/unictype/test-categ_Z.c: Likewise.
10485         * tests/unictype/test-categ_Zl.c: Likewise.
10486         * tests/unictype/test-categ_Zp.c: Likewise.
10487         * tests/unictype/test-categ_Zs.c: Likewise.
10488         * tests/unictype/test-ctype_alnum.c: Likewise.
10489         * tests/unictype/test-ctype_alpha.c: Likewise.
10490         * tests/unictype/test-ctype_blank.c: Likewise.
10491         * tests/unictype/test-ctype_cntrl.c: Likewise.
10492         * tests/unictype/test-ctype_digit.c: Likewise.
10493         * tests/unictype/test-ctype_graph.c: Likewise.
10494         * tests/unictype/test-ctype_lower.c: Likewise.
10495         * tests/unictype/test-ctype_print.c: Likewise.
10496         * tests/unictype/test-ctype_punct.c: Likewise.
10497         * tests/unictype/test-ctype_space.c: Likewise.
10498         * tests/unictype/test-ctype_upper.c: Likewise.
10499         * tests/unictype/test-ctype_xdigit.c: Likewise.
10500         * tests/unictype/test-decdigit.h: Likewise.
10501         * tests/unictype/test-digit.h: Likewise.
10502         * tests/unictype/test-numeric.h: Likewise.
10503         * tests/unictype/test-pr_alphabetic.c: Likewise.
10504         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
10505         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
10506         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
10507         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
10508         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
10509         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
10510         * tests/unictype/test-pr_bidi_control.c: Likewise.
10511         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
10512         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
10513         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
10514         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
10515         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
10516         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
10517         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
10518         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
10519         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
10520         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
10521         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
10522         * tests/unictype/test-pr_combining.c: Likewise.
10523         * tests/unictype/test-pr_composite.c: Likewise.
10524         * tests/unictype/test-pr_currency_symbol.c: Likewise.
10525         * tests/unictype/test-pr_dash.c: Likewise.
10526         * tests/unictype/test-pr_decimal_digit.c: Likewise.
10527         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
10528         * tests/unictype/test-pr_deprecated.c: Likewise.
10529         * tests/unictype/test-pr_diacritic.c: Likewise.
10530         * tests/unictype/test-pr_extender.c: Likewise.
10531         * tests/unictype/test-pr_format_control.c: Likewise.
10532         * tests/unictype/test-pr_grapheme_base.c: Likewise.
10533         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
10534         * tests/unictype/test-pr_grapheme_link.c: Likewise.
10535         * tests/unictype/test-pr_hex_digit.c: Likewise.
10536         * tests/unictype/test-pr_hyphen.c: Likewise.
10537         * tests/unictype/test-pr_id_continue.c: Likewise.
10538         * tests/unictype/test-pr_id_start.c: Likewise.
10539         * tests/unictype/test-pr_ideographic.c: Likewise.
10540         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
10541         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
10542         * tests/unictype/test-pr_ignorable_control.c: Likewise.
10543         * tests/unictype/test-pr_iso_control.c: Likewise.
10544         * tests/unictype/test-pr_join_control.c: Likewise.
10545         * tests/unictype/test-pr_left_of_pair.c: Likewise.
10546         * tests/unictype/test-pr_line_separator.c: Likewise.
10547         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
10548         * tests/unictype/test-pr_lowercase.c: Likewise.
10549         * tests/unictype/test-pr_math.c: Likewise.
10550         * tests/unictype/test-pr_non_break.c: Likewise.
10551         * tests/unictype/test-pr_not_a_character.c: Likewise.
10552         * tests/unictype/test-pr_numeric.c: Likewise.
10553         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
10554         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
10555         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
10556         * tests/unictype/test-pr_other_id_continue.c: Likewise.
10557         * tests/unictype/test-pr_other_id_start.c: Likewise.
10558         * tests/unictype/test-pr_other_lowercase.c: Likewise.
10559         * tests/unictype/test-pr_other_math.c: Likewise.
10560         * tests/unictype/test-pr_other_uppercase.c: Likewise.
10561         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
10562         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
10563         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
10564         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
10565         * tests/unictype/test-pr_private_use.c: Likewise.
10566         * tests/unictype/test-pr_punctuation.c: Likewise.
10567         * tests/unictype/test-pr_quotation_mark.c: Likewise.
10568         * tests/unictype/test-pr_radical.c: Likewise.
10569         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
10570         * tests/unictype/test-pr_soft_dotted.c: Likewise.
10571         * tests/unictype/test-pr_space.c: Likewise.
10572         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
10573         * tests/unictype/test-pr_titlecase.c: Likewise.
10574         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
10575         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
10576         * tests/unictype/test-pr_uppercase.c: Likewise.
10577         * tests/unictype/test-pr_variation_selector.c: Likewise.
10578         * tests/unictype/test-pr_white_space.c: Likewise.
10579         * tests/unictype/test-pr_xid_continue.c: Likewise.
10580         * tests/unictype/test-pr_xid_start.c: Likewise.
10581         * tests/unictype/test-pr_zero_width.c: Likewise.
10582         * tests/unictype/test-sy_c_whitespace.c: Likewise.
10583         * tests/unictype/test-sy_java_whitespace.c: Likewise.
10584
10585 2007-11-12  Bruno Haible  <bruno@clisp.org>
10586
10587         Unicode character classification functions.
10588         * lib/unictype.h: New file.
10589         * modules/unictype/base: New file.
10590         * modules/unictype/category-L: New file.
10591         * modules/unictype/category-Lu: New file.
10592         * modules/unictype/category-Ll: New file.
10593         * modules/unictype/category-Lt: New file.
10594         * modules/unictype/category-Lm: New file.
10595         * modules/unictype/category-Lo: New file.
10596         * modules/unictype/category-M: New file.
10597         * modules/unictype/category-Mn: New file.
10598         * modules/unictype/category-Mc: New file.
10599         * modules/unictype/category-Me: New file.
10600         * modules/unictype/category-N: New file.
10601         * modules/unictype/category-Nd: New file.
10602         * modules/unictype/category-Nl: New file.
10603         * modules/unictype/category-No: New file.
10604         * modules/unictype/category-P: New file.
10605         * modules/unictype/category-Pc: New file.
10606         * modules/unictype/category-Pd: New file.
10607         * modules/unictype/category-Ps: New file.
10608         * modules/unictype/category-Pe: New file.
10609         * modules/unictype/category-Pi: New file.
10610         * modules/unictype/category-Pf: New file.
10611         * modules/unictype/category-Po: New file.
10612         * modules/unictype/category-S: New file.
10613         * modules/unictype/category-Sm: New file.
10614         * modules/unictype/category-Sc: New file.
10615         * modules/unictype/category-Sk: New file.
10616         * modules/unictype/category-So: New file.
10617         * modules/unictype/category-Z: New file.
10618         * modules/unictype/category-Zs: New file.
10619         * modules/unictype/category-Zl: New file.
10620         * modules/unictype/category-Zp: New file.
10621         * modules/unictype/category-C: New file.
10622         * modules/unictype/category-Cc: New file.
10623         * modules/unictype/category-Cf: New file.
10624         * modules/unictype/category-Cs: New file.
10625         * modules/unictype/category-Co: New file.
10626         * modules/unictype/category-Cn: New file.
10627         * modules/unictype/category-or: New file.
10628         * modules/unictype/category-of: New file.
10629         * modules/unictype/category-test: New file.
10630         * modules/unictype/category-test-withtable: New file.
10631         * modules/unictype/category-byname: New file.
10632         * modules/unictype/category-none: New file.
10633         * modules/unictype/category-and: New file.
10634         * modules/unictype/category-and-not: New file.
10635         * modules/unictype/category-name: New file.
10636         * modules/unictype/combining-class: New file.
10637         * modules/unictype/category-all: New file.
10638         * modules/unictype/bidicategory-all: New file.
10639         * modules/unictype/bidicategory-byname: New file.
10640         * modules/unictype/bidicategory-name: New file.
10641         * modules/unictype/bidicategory-of: New file.
10642         * modules/unictype/bidicategory-test: New file.
10643         * modules/unictype/decimal-digit: New file.
10644         * modules/unictype/digit: New file.
10645         * modules/unictype/numeric: New file.
10646         * modules/unictype/mirror: New file.
10647         * modules/unictype/property-white-space: New file.
10648         * modules/unictype/property-alphabetic: New file.
10649         * modules/unictype/property-other-alphabetic: New file.
10650         * modules/unictype/property-not-a-character: New file.
10651         * modules/unictype/property-default-ignorable-code-point: New file.
10652         * modules/unictype/property-other-default-ignorable-code-point: New
10653         file.
10654         * modules/unictype/property-deprecated: New file.
10655         * modules/unictype/property-logical-order-exception: New file.
10656         * modules/unictype/property-variation-selector: New file.
10657         * modules/unictype/property-private-use: New file.
10658         * modules/unictype/property-unassigned-code-value: New file.
10659         * modules/unictype/property-uppercase: New file.
10660         * modules/unictype/property-other-uppercase: New file.
10661         * modules/unictype/property-lowercase: New file.
10662         * modules/unictype/property-other-lowercase: New file.
10663         * modules/unictype/property-titlecase: New file.
10664         * modules/unictype/property-soft-dotted: New file.
10665         * modules/unictype/property-id-start: New file.
10666         * modules/unictype/property-other-id-start: New file.
10667         * modules/unictype/property-id-continue: New file.
10668         * modules/unictype/property-other-id-continue: New file.
10669         * modules/unictype/property-xid-start: New file.
10670         * modules/unictype/property-xid-continue: New file.
10671         * modules/unictype/property-pattern-white-space: New file.
10672         * modules/unictype/property-pattern-syntax: New file.
10673         * modules/unictype/property-join-control: New file.
10674         * modules/unictype/property-grapheme-base: New file.
10675         * modules/unictype/property-grapheme-extend: New file.
10676         * modules/unictype/property-other-grapheme-extend: New file.
10677         * modules/unictype/property-grapheme-link: New file.
10678         * modules/unictype/property-bidi-control: New file.
10679         * modules/unictype/property-bidi-left-to-right: New file.
10680         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
10681         * modules/unictype/property-bidi-arabic-right-to-left: New file.
10682         * modules/unictype/property-bidi-european-digit: New file.
10683         * modules/unictype/property-bidi-eur-num-separator: New file.
10684         * modules/unictype/property-bidi-eur-num-terminator: New file.
10685         * modules/unictype/property-bidi-arabic-digit: New file.
10686         * modules/unictype/property-bidi-common-separator: New file.
10687         * modules/unictype/property-bidi-block-separator: New file.
10688         * modules/unictype/property-bidi-segment-separator: New file.
10689         * modules/unictype/property-bidi-whitespace: New file.
10690         * modules/unictype/property-bidi-non-spacing-mark: New file.
10691         * modules/unictype/property-bidi-boundary-neutral: New file.
10692         * modules/unictype/property-bidi-pdf: New file.
10693         * modules/unictype/property-bidi-embedding-or-override: New file.
10694         * modules/unictype/property-bidi-other-neutral: New file.
10695         * modules/unictype/property-hex-digit: New file.
10696         * modules/unictype/property-ascii-hex-digit: New file.
10697         * modules/unictype/property-ideographic: New file.
10698         * modules/unictype/property-unified-ideograph: New file.
10699         * modules/unictype/property-radical: New file.
10700         * modules/unictype/property-ids-binary-operator: New file.
10701         * modules/unictype/property-ids-trinary-operator: New file.
10702         * modules/unictype/property-zero-width: New file.
10703         * modules/unictype/property-space: New file.
10704         * modules/unictype/property-non-break: New file.
10705         * modules/unictype/property-iso-control: New file.
10706         * modules/unictype/property-format-control: New file.
10707         * modules/unictype/property-dash: New file.
10708         * modules/unictype/property-hyphen: New file.
10709         * modules/unictype/property-punctuation: New file.
10710         * modules/unictype/property-line-separator: New file.
10711         * modules/unictype/property-paragraph-separator: New file.
10712         * modules/unictype/property-quotation-mark: New file.
10713         * modules/unictype/property-sentence-terminal: New file.
10714         * modules/unictype/property-terminal-punctuation: New file.
10715         * modules/unictype/property-currency-symbol: New file.
10716         * modules/unictype/property-math: New file.
10717         * modules/unictype/property-other-math: New file.
10718         * modules/unictype/property-paired-punctuation: New file.
10719         * modules/unictype/property-left-of-pair: New file.
10720         * modules/unictype/property-combining: New file.
10721         * modules/unictype/property-composite: New file.
10722         * modules/unictype/property-decimal-digit: New file.
10723         * modules/unictype/property-numeric: New file.
10724         * modules/unictype/property-diacritic: New file.
10725         * modules/unictype/property-extender: New file.
10726         * modules/unictype/property-ignorable-control: New file.
10727         * modules/unictype/property-test: New file.
10728         * modules/unictype/property-byname: New file.
10729         * modules/unictype/property-all: New file.
10730         * modules/unictype/scripts: New file.
10731         * modules/unictype/scripts-all: New file.
10732         * modules/unictype/block-of: New file.
10733         * modules/unictype/block-test: New file.
10734         * modules/unictype/block-list: New file.
10735         * modules/unictype/block-all: New file.
10736         * modules/unictype/syntax-c-whitespace: New file.
10737         * modules/unictype/syntax-java-whitespace: New file.
10738         * modules/unictype/syntax-c-ident: New file.
10739         * modules/unictype/syntax-java-ident: New file.
10740         * modules/unictype/ctype-alnum: New file.
10741         * modules/unictype/ctype-alpha: New file.
10742         * modules/unictype/ctype-cntrl: New file.
10743         * modules/unictype/ctype-digit: New file.
10744         * modules/unictype/ctype-graph: New file.
10745         * modules/unictype/ctype-lower: New file.
10746         * modules/unictype/ctype-print: New file.
10747         * modules/unictype/ctype-punct: New file.
10748         * modules/unictype/ctype-space: New file.
10749         * modules/unictype/ctype-upper: New file.
10750         * modules/unictype/ctype-xdigit: New file.
10751         * modules/unictype/ctype-blank: New file.
10752         * lib/unictype/bidi_byname.c: New file.
10753         * lib/unictype/bidi_name.c: New file.
10754         * lib/unictype/bidi_of.c: New file.
10755         * lib/unictype/bidi_test.c: New file.
10756         * lib/unictype/bitmap.h: New file.
10757         * lib/unictype/block_test.c: New file.
10758         * lib/unictype/blocks.c: New file.
10759         * lib/unictype/categ_C.c: New file.
10760         * lib/unictype/categ_Cc.c: New file.
10761         * lib/unictype/categ_Cf.c: New file.
10762         * lib/unictype/categ_Cn.c: New file.
10763         * lib/unictype/categ_Co.c: New file.
10764         * lib/unictype/categ_Cs.c: New file.
10765         * lib/unictype/categ_L.c: New file.
10766         * lib/unictype/categ_Ll.c: New file.
10767         * lib/unictype/categ_Lm.c: New file.
10768         * lib/unictype/categ_Lo.c: New file.
10769         * lib/unictype/categ_Lt.c: New file.
10770         * lib/unictype/categ_Lu.c: New file.
10771         * lib/unictype/categ_M.c: New file.
10772         * lib/unictype/categ_Mc.c: New file.
10773         * lib/unictype/categ_Me.c: New file.
10774         * lib/unictype/categ_Mn.c: New file.
10775         * lib/unictype/categ_N.c: New file.
10776         * lib/unictype/categ_Nd.c: New file.
10777         * lib/unictype/categ_Nl.c: New file.
10778         * lib/unictype/categ_No.c: New file.
10779         * lib/unictype/categ_P.c: New file.
10780         * lib/unictype/categ_Pc.c: New file.
10781         * lib/unictype/categ_Pd.c: New file.
10782         * lib/unictype/categ_Pe.c: New file.
10783         * lib/unictype/categ_Pf.c: New file.
10784         * lib/unictype/categ_Pi.c: New file.
10785         * lib/unictype/categ_Po.c: New file.
10786         * lib/unictype/categ_Ps.c: New file.
10787         * lib/unictype/categ_S.c: New file.
10788         * lib/unictype/categ_Sc.c: New file.
10789         * lib/unictype/categ_Sk.c: New file.
10790         * lib/unictype/categ_Sm.c: New file.
10791         * lib/unictype/categ_So.c: New file.
10792         * lib/unictype/categ_Z.c: New file.
10793         * lib/unictype/categ_Zl.c: New file.
10794         * lib/unictype/categ_Zp.c: New file.
10795         * lib/unictype/categ_Zs.c: New file.
10796         * lib/unictype/categ_and.c: New file.
10797         * lib/unictype/categ_and_not.c: New file.
10798         * lib/unictype/categ_byname.c: New file.
10799         * lib/unictype/categ_name.c: New file.
10800         * lib/unictype/categ_none.c: New file.
10801         * lib/unictype/categ_of.c: New file.
10802         * lib/unictype/categ_or.c: New file.
10803         * lib/unictype/categ_test.c: New file.
10804         * lib/unictype/combining.c: New file.
10805         * lib/unictype/ctype_alnum.c: New file.
10806         * lib/unictype/ctype_alpha.c: New file.
10807         * lib/unictype/ctype_blank.c: New file.
10808         * lib/unictype/ctype_cntrl.c: New file.
10809         * lib/unictype/ctype_digit.c: New file.
10810         * lib/unictype/ctype_graph.c: New file.
10811         * lib/unictype/ctype_lower.c: New file.
10812         * lib/unictype/ctype_print.c: New file.
10813         * lib/unictype/ctype_punct.c: New file.
10814         * lib/unictype/ctype_space.c: New file.
10815         * lib/unictype/ctype_upper.c: New file.
10816         * lib/unictype/ctype_xdigit.c: New file.
10817         * lib/unictype/decdigit.c: New file.
10818         * lib/unictype/digit.c: New file.
10819         * lib/unictype/identsyntaxmap.h: New file.
10820         * lib/unictype/mirror.c: New file.
10821         * lib/unictype/numeric.c: New file.
10822         * lib/unictype/pr_alphabetic.c: New file.
10823         * lib/unictype/pr_ascii_hex_digit.c: New file.
10824         * lib/unictype/pr_bidi_arabic_digit.c: New file.
10825         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
10826         * lib/unictype/pr_bidi_block_separator.c: New file.
10827         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
10828         * lib/unictype/pr_bidi_common_separator.c: New file.
10829         * lib/unictype/pr_bidi_control.c: New file.
10830         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
10831         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
10832         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
10833         * lib/unictype/pr_bidi_european_digit.c: New file.
10834         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
10835         * lib/unictype/pr_bidi_left_to_right.c: New file.
10836         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
10837         * lib/unictype/pr_bidi_other_neutral.c: New file.
10838         * lib/unictype/pr_bidi_pdf.c: New file.
10839         * lib/unictype/pr_bidi_segment_separator.c: New file.
10840         * lib/unictype/pr_bidi_whitespace.c: New file.
10841         * lib/unictype/pr_byname.c: New file.
10842         * lib/unictype/pr_byname.gperf: New file.
10843         * lib/unictype/pr_combining.c: New file.
10844         * lib/unictype/pr_composite.c: New file.
10845         * lib/unictype/pr_currency_symbol.c: New file.
10846         * lib/unictype/pr_dash.c: New file.
10847         * lib/unictype/pr_decimal_digit.c: New file.
10848         * lib/unictype/pr_default_ignorable_code_point.c: New file.
10849         * lib/unictype/pr_deprecated.c: New file.
10850         * lib/unictype/pr_diacritic.c: New file.
10851         * lib/unictype/pr_extender.c: New file.
10852         * lib/unictype/pr_format_control.c: New file.
10853         * lib/unictype/pr_grapheme_base.c: New file.
10854         * lib/unictype/pr_grapheme_extend.c: New file.
10855         * lib/unictype/pr_grapheme_link.c: New file.
10856         * lib/unictype/pr_hex_digit.c: New file.
10857         * lib/unictype/pr_hyphen.c: New file.
10858         * lib/unictype/pr_id_continue.c: New file.
10859         * lib/unictype/pr_id_start.c: New file.
10860         * lib/unictype/pr_ideographic.c: New file.
10861         * lib/unictype/pr_ids_binary_operator.c: New file.
10862         * lib/unictype/pr_ids_trinary_operator.c: New file.
10863         * lib/unictype/pr_ignorable_control.c: New file.
10864         * lib/unictype/pr_iso_control.c: New file.
10865         * lib/unictype/pr_join_control.c: New file.
10866         * lib/unictype/pr_left_of_pair.c: New file.
10867         * lib/unictype/pr_line_separator.c: New file.
10868         * lib/unictype/pr_logical_order_exception.c: New file.
10869         * lib/unictype/pr_lowercase.c: New file.
10870         * lib/unictype/pr_math.c: New file.
10871         * lib/unictype/pr_non_break.c: New file.
10872         * lib/unictype/pr_not_a_character.c: New file.
10873         * lib/unictype/pr_numeric.c: New file.
10874         * lib/unictype/pr_other_alphabetic.c: New file.
10875         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
10876         * lib/unictype/pr_other_grapheme_extend.c: New file.
10877         * lib/unictype/pr_other_id_continue.c: New file.
10878         * lib/unictype/pr_other_id_start.c: New file.
10879         * lib/unictype/pr_other_lowercase.c: New file.
10880         * lib/unictype/pr_other_math.c: New file.
10881         * lib/unictype/pr_other_uppercase.c: New file.
10882         * lib/unictype/pr_paired_punctuation.c: New file.
10883         * lib/unictype/pr_paragraph_separator.c: New file.
10884         * lib/unictype/pr_pattern_syntax.c: New file.
10885         * lib/unictype/pr_pattern_white_space.c: New file.
10886         * lib/unictype/pr_private_use.c: New file.
10887         * lib/unictype/pr_punctuation.c: New file.
10888         * lib/unictype/pr_quotation_mark.c: New file.
10889         * lib/unictype/pr_radical.c: New file.
10890         * lib/unictype/pr_sentence_terminal.c: New file.
10891         * lib/unictype/pr_soft_dotted.c: New file.
10892         * lib/unictype/pr_space.c: New file.
10893         * lib/unictype/pr_terminal_punctuation.c: New file.
10894         * lib/unictype/pr_test.c: New file.
10895         * lib/unictype/pr_titlecase.c: New file.
10896         * lib/unictype/pr_unassigned_code_value.c: New file.
10897         * lib/unictype/pr_unified_ideograph.c: New file.
10898         * lib/unictype/pr_uppercase.c: New file.
10899         * lib/unictype/pr_variation_selector.c: New file.
10900         * lib/unictype/pr_white_space.c: New file.
10901         * lib/unictype/pr_xid_continue.c: New file.
10902         * lib/unictype/pr_xid_start.c: New file.
10903         * lib/unictype/pr_zero_width.c: New file.
10904         * lib/unictype/scripts.c: New file.
10905         * lib/unictype/sy_c_ident.c: New file.
10906         * lib/unictype/sy_c_whitespace.c: New file.
10907         * lib/unictype/sy_java_ident.c: New file.
10908         * lib/unictype/sy_java_whitespace.c: New file.
10909
10910         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
10911         Unicode 5.0.0.
10912         * lib/unictype/blocks.h: Likewise.
10913         * lib/unictype/categ_C.h: Likewise.
10914         * lib/unictype/categ_Cc.h: Likewise.
10915         * lib/unictype/categ_Cf.h: Likewise.
10916         * lib/unictype/categ_Cn.h: Likewise.
10917         * lib/unictype/categ_Co.h: Likewise.
10918         * lib/unictype/categ_Cs.h: Likewise.
10919         * lib/unictype/categ_L.h: Likewise.
10920         * lib/unictype/categ_Ll.h: Likewise.
10921         * lib/unictype/categ_Lm.h: Likewise.
10922         * lib/unictype/categ_Lo.h: Likewise.
10923         * lib/unictype/categ_Lt.h: Likewise.
10924         * lib/unictype/categ_Lu.h: Likewise.
10925         * lib/unictype/categ_M.h: Likewise.
10926         * lib/unictype/categ_Mc.h: Likewise.
10927         * lib/unictype/categ_Me.h: Likewise.
10928         * lib/unictype/categ_Mn.h: Likewise.
10929         * lib/unictype/categ_N.h: Likewise.
10930         * lib/unictype/categ_Nd.h: Likewise.
10931         * lib/unictype/categ_Nl.h: Likewise.
10932         * lib/unictype/categ_No.h: Likewise.
10933         * lib/unictype/categ_P.h: Likewise.
10934         * lib/unictype/categ_Pc.h: Likewise.
10935         * lib/unictype/categ_Pd.h: Likewise.
10936         * lib/unictype/categ_Pe.h: Likewise.
10937         * lib/unictype/categ_Pf.h: Likewise.
10938         * lib/unictype/categ_Pi.h: Likewise.
10939         * lib/unictype/categ_Po.h: Likewise.
10940         * lib/unictype/categ_Ps.h: Likewise.
10941         * lib/unictype/categ_S.h: Likewise.
10942         * lib/unictype/categ_Sc.h: Likewise.
10943         * lib/unictype/categ_Sk.h: Likewise.
10944         * lib/unictype/categ_Sm.h: Likewise.
10945         * lib/unictype/categ_So.h: Likewise.
10946         * lib/unictype/categ_Z.h: Likewise.
10947         * lib/unictype/categ_Zl.h: Likewise.
10948         * lib/unictype/categ_Zp.h: Likewise.
10949         * lib/unictype/categ_Zs.h: Likewise.
10950         * lib/unictype/categ_of.h: Likewise.
10951         * lib/unictype/combining.h: Likewise.
10952         * lib/unictype/ctype_alnum.h: Likewise.
10953         * lib/unictype/ctype_alpha.h: Likewise.
10954         * lib/unictype/ctype_blank.h: Likewise.
10955         * lib/unictype/ctype_cntrl.h: Likewise.
10956         * lib/unictype/ctype_digit.h: Likewise.
10957         * lib/unictype/ctype_graph.h: Likewise.
10958         * lib/unictype/ctype_lower.h: Likewise.
10959         * lib/unictype/ctype_print.h: Likewise.
10960         * lib/unictype/ctype_punct.h: Likewise.
10961         * lib/unictype/ctype_space.h: Likewise.
10962         * lib/unictype/ctype_upper.h: Likewise.
10963         * lib/unictype/ctype_xdigit.h: Likewise.
10964         * lib/unictype/decdigit.h: Likewise.
10965         * lib/unictype/digit.h: Likewise.
10966         * lib/unictype/mirror.h: Likewise.
10967         * lib/unictype/numeric.h: Likewise.
10968         * lib/unictype/pr_alphabetic.h: Likewise.
10969         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
10970         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
10971         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
10972         * lib/unictype/pr_bidi_block_separator.h: Likewise.
10973         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
10974         * lib/unictype/pr_bidi_common_separator.h: Likewise.
10975         * lib/unictype/pr_bidi_control.h: Likewise.
10976         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
10977         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
10978         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
10979         * lib/unictype/pr_bidi_european_digit.h: Likewise.
10980         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
10981         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
10982         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
10983         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
10984         * lib/unictype/pr_bidi_pdf.h: Likewise.
10985         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
10986         * lib/unictype/pr_bidi_whitespace.h: Likewise.
10987         * lib/unictype/pr_combining.h: Likewise.
10988         * lib/unictype/pr_composite.h: Likewise.
10989         * lib/unictype/pr_currency_symbol.h: Likewise.
10990         * lib/unictype/pr_dash.h: Likewise.
10991         * lib/unictype/pr_decimal_digit.h: Likewise.
10992         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
10993         * lib/unictype/pr_deprecated.h: Likewise.
10994         * lib/unictype/pr_diacritic.h: Likewise.
10995         * lib/unictype/pr_extender.h: Likewise.
10996         * lib/unictype/pr_format_control.h: Likewise.
10997         * lib/unictype/pr_grapheme_base.h: Likewise.
10998         * lib/unictype/pr_grapheme_extend.h: Likewise.
10999         * lib/unictype/pr_grapheme_link.h: Likewise.
11000         * lib/unictype/pr_hex_digit.h: Likewise.
11001         * lib/unictype/pr_hyphen.h: Likewise.
11002         * lib/unictype/pr_id_continue.h: Likewise.
11003         * lib/unictype/pr_id_start.h: Likewise.
11004         * lib/unictype/pr_ideographic.h: Likewise.
11005         * lib/unictype/pr_ids_binary_operator.h: Likewise.
11006         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
11007         * lib/unictype/pr_ignorable_control.h: Likewise.
11008         * lib/unictype/pr_iso_control.h: Likewise.
11009         * lib/unictype/pr_join_control.h: Likewise.
11010         * lib/unictype/pr_left_of_pair.h: Likewise.
11011         * lib/unictype/pr_line_separator.h: Likewise.
11012         * lib/unictype/pr_logical_order_exception.h: Likewise.
11013         * lib/unictype/pr_lowercase.h: Likewise.
11014         * lib/unictype/pr_math.h: Likewise.
11015         * lib/unictype/pr_non_break.h: Likewise.
11016         * lib/unictype/pr_not_a_character.h: Likewise.
11017         * lib/unictype/pr_numeric.h: Likewise.
11018         * lib/unictype/pr_other_alphabetic.h: Likewise.
11019         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
11020         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
11021         * lib/unictype/pr_other_id_continue.h: Likewise.
11022         * lib/unictype/pr_other_id_start.h: Likewise.
11023         * lib/unictype/pr_other_lowercase.h: Likewise.
11024         * lib/unictype/pr_other_math.h: Likewise.
11025         * lib/unictype/pr_other_uppercase.h: Likewise.
11026         * lib/unictype/pr_paired_punctuation.h: Likewise.
11027         * lib/unictype/pr_paragraph_separator.h: Likewise.
11028         * lib/unictype/pr_pattern_syntax.h: Likewise.
11029         * lib/unictype/pr_pattern_white_space.h: Likewise.
11030         * lib/unictype/pr_private_use.h: Likewise.
11031         * lib/unictype/pr_punctuation.h: Likewise.
11032         * lib/unictype/pr_quotation_mark.h: Likewise.
11033         * lib/unictype/pr_radical.h: Likewise.
11034         * lib/unictype/pr_sentence_terminal.h: Likewise.
11035         * lib/unictype/pr_soft_dotted.h: Likewise.
11036         * lib/unictype/pr_space.h: Likewise.
11037         * lib/unictype/pr_terminal_punctuation.h: Likewise.
11038         * lib/unictype/pr_titlecase.h: Likewise.
11039         * lib/unictype/pr_unassigned_code_value.h: Likewise.
11040         * lib/unictype/pr_unified_ideograph.h: Likewise.
11041         * lib/unictype/pr_uppercase.h: Likewise.
11042         * lib/unictype/pr_variation_selector.h: Likewise.
11043         * lib/unictype/pr_white_space.h: Likewise.
11044         * lib/unictype/pr_xid_continue.h: Likewise.
11045         * lib/unictype/pr_xid_start.h: Likewise.
11046         * lib/unictype/pr_zero_width.h: Likewise.
11047         * lib/unictype/scripts.h: Likewise.
11048         * lib/unictype/scripts_byname.gperf: Likewise.
11049         * lib/unictype/sy_c_ident.h: Likewise.
11050         * lib/unictype/sy_c_whitespace.h: Likewise.
11051         * lib/unictype/sy_java_ident.h: Likewise.
11052         * lib/unictype/sy_java_whitespace.h: Likewise.
11053
11054         * lib/unictype/Makefile: New file.
11055         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
11056         glibc.
11057         * lib/unictype/3level.h: New file, copied from glibc.
11058         * lib/unictype/3levelbit.h: New file.
11059
11060 2007-11-11  Bruno Haible  <bruno@clisp.org>
11061
11062         * modules/gperf: New file.
11063         * modules/iconv_open (Depends-on): Add it.
11064         (Makefile.am): Remove the GPERF definition.
11065
11066 2007-11-11  Bruno Haible  <bruno@clisp.org>
11067
11068         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
11069         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
11070
11071 2007-11-11  Bruno Haible  <bruno@clisp.org>
11072
11073         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
11074         (usage): Remove function.
11075
11076 2007-11-11  Bruno Haible  <bruno@clisp.org>
11077
11078         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
11079         gl_FUNC_CEILF_LIBS.
11080         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
11081         gl_FUNC_CEIL_LIBS.
11082         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
11083         gl_FUNC_CEILL_LIBS.
11084         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
11085         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
11086         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
11087
11088 2007-11-11  Bruno Haible  <bruno@clisp.org>
11089
11090         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
11091         roundf were declared but do not exist on functions.
11092         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
11093         roundl were declared but do not exist on functions.
11094         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
11095         HAVE_FLOORL_AND_CEILL, respectively.
11096         Needed for Sun C on Solaris 10.
11097
11098 2007-11-11  Bruno Haible  <bruno@clisp.org>
11099
11100         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
11101         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
11102         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
11103         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
11104         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
11105         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
11106         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
11107         HAVE_DECL_ROUNDF.
11108         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
11109         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
11110         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
11111         of HAVE_DECL_ROUND*.
11112         * modules/math (Makefile.am): Update.
11113
11114 2007-11-10  Bruno Haible  <bruno@clisp.org>
11115
11116         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
11117         ptrdiff_t as m4/intl.m4.
11118
11119 2007-11-10  Jim Meyering  <meyering@redhat.com>
11120
11121         Avoid link failure for the argmatch test.
11122         * tests/test-argmatch.c (usage): Define function to avoid a link
11123         failure: argmatch_die requires a usage function.
11124
11125 2007-11-09  Bruno Haible  <bruno@clisp.org>
11126
11127         * doc/functions/snprintf.texi: Mention BeOS deficiency.
11128         * doc/functions/vsnprintf.texi: Likewise.
11129         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
11130         with a size argument < 2.
11131
11132 2007-11-09  Bruno Haible  <bruno@clisp.org>
11133
11134         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
11135         buffer. Fixes an inefficiency introduced on 2007-11-03.
11136
11137 2007-11-09  Bruno Haible  <bruno@clisp.org>
11138
11139         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
11140         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
11141
11142 2007-11-08  Jim Meyering  <meyering@redhat.com>
11143
11144         Change cache variable name prefix "jm_" to "gl_" everywhere.
11145         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
11146         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
11147         * m4/uptime.m4: s/gl_/jm_/
11148
11149 2007-11-07  Bruno Haible  <bruno@clisp.org>
11150
11151         Update to GNU gettext 0.17.
11152         * m4/intl.m4: Update to GNU gettext 0.17.
11153         * m4/po.m4: Likewise.
11154         * modules/gettext (Files): Remove m4/ulonglong.m4.
11155         (configure.ac): Require gettext infrastructure from version 0.17.
11156
11157 2007-11-06  Bruno Haible  <bruno@clisp.org>
11158
11159         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
11160         symbolic values are not defined in a public header.
11161         * lib/freadable.c (freadable) [QNX]: Likewise.
11162         * lib/freadahead.c (freadahead) [QNX]: Likewise.
11163         * lib/freading.c (freading) [QNX]: Likewise.
11164         * lib/fseterr.c (fseterr) [QNX]: Likewise.
11165         * lib/fwritable.c (fwritable) [QNX]: Likewise.
11166         * lib/fwriting.c (fwriting) [QNX]: Likewise.
11167         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
11168         Reported by Alain Magloire.
11169
11170         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
11171
11172 2007-11-05  Bruno Haible  <bruno@clisp.org>
11173
11174         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
11175         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
11176         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
11177         Reported by Eric Blake.
11178
11179 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11180             Bruno Haible  <bruno@clisp.org>
11181
11182         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
11183         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
11184         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
11185         (malloc): Undefine also before including <stdlib.h>.
11186         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
11187         Needed on OSF/1 4.0.
11188
11189 2007-11-05  Jim Meyering  <meyering@redhat.com>
11190
11191         git-version-gen: sync from coreutils.
11192         * build-aux/git-version-gen: Add comments.
11193         Change the first '-' to '.' in the snapshot version string,
11194         e.g., 6.9-377-08144 -> 6.9.377-08144
11195         Remove first parameter.
11196         Don't declare a version "-dirty" merely because a time
11197         stamp has changed.
11198
11199 2007-11-04  Bruno Haible  <bruno@clisp.org>
11200
11201         * lib/lock.h: Protect all macro definitions containing an 'if'
11202         statement through a "do { ... } while (0)".
11203         * lib/tls.h: Likewise.
11204
11205 2007-11-04  Bruno Haible  <bruno@clisp.org>
11206
11207         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
11208
11209 2007-11-04  Bruno Haible  <bruno@clisp.org>
11210
11211         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
11212         * modules/fprintf-posix (Depends-on): Add nocrash.
11213         * modules/snprintf-posix (Depends-on): Likewise.
11214         * modules/sprintf-posix (Depends-on): Likewise.
11215         * modules/vasnprintf-posix (Depends-on): Likewise.
11216         * modules/vasprintf-posix (Depends-on): Likewise.
11217         * modules/vfprintf-posix (Depends-on): Likewise.
11218         * modules/vsnprintf-posix (Depends-on): Likewise.
11219         * modules/vsprintf-posix (Depends-on): Likewise.
11220         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
11221         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
11222         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
11223         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
11224         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
11225         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
11226         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
11227
11228 2007-11-04  Bruno Haible  <bruno@clisp.org>
11229
11230         * modules/nocrash: New file.
11231         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
11232         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
11233
11234 2007-11-04  Bruno Haible  <bruno@clisp.org>
11235
11236         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
11237         precision handling.
11238         * tests/test-vasprintf-posix.c (test_function): Likewise.
11239         * tests/test-snprintf-posix.h (test_function): Likewise.
11240         * tests/test-sprintf-posix.h (test_function): Likewise.
11241
11242         Fix *printf behaviour for large precisions on mingw and BeOS.
11243         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
11244         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
11245         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
11246         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
11247         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
11248         gl_PRINTF_PRECISION and test its result. Invoke
11249         gl_PREREQ_VASNPRINTF_PRECISION.
11250         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
11251         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
11252         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
11253         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
11254         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
11255         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
11256         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
11257         * doc/functions/fprintf.texi: Update.
11258         * doc/functions/printf.texi: Update.
11259         * doc/functions/snprintf.texi: Update.
11260         * doc/functions/sprintf.texi: Update.
11261         * doc/functions/vfprintf.texi: Update.
11262         * doc/functions/vprintf.texi: Update.
11263         * doc/functions/vsnprintf.texi: Update.
11264         * doc/functions/vsprintf.texi: Update.
11265
11266 2007-11-04  Bruno Haible  <bruno@clisp.org>
11267
11268         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
11269
11270 2007-11-04  Bruno Haible  <bruno@clisp.org>
11271
11272         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
11273         Reported by Sylvain Beucler <beuc@gnu.org>.
11274
11275 2007-11-03  Bruno Haible  <bruno@clisp.org>
11276
11277         * tests/test-fprintf-posix2.sh: New file.
11278         * tests/test-fprintf-posix2.c: New file.
11279         * modules/fprintf-posix-tests (Files): Add them.
11280         (TESTS): Add test-fprintf-posix2.sh.
11281         (configure.ac): Check for getrlimit and setrlimit.
11282         (check_PROGRAMS): Add test-fprintf-posix2.
11283
11284         * tests/test-printf-posix2.sh: New file.
11285         * tests/test-printf-posix2.c: New file.
11286         * modules/printf-posix-tests (Files): Add them.
11287         (TESTS): Add test-printf-posix2.sh.
11288         (configure.ac): Check for getrlimit and setrlimit.
11289         (check_PROGRAMS): Add test-printf-posix2.
11290
11291         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
11292         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
11293         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
11294         (decode_double): New function, copied from decode_long_double.
11295         (scale10_round_decimal_decoded): New function, extracted from
11296         scale10_round_decimal_long_double.
11297         (scale10_round_decimal_long_double): Use it.
11298         (scale10_round_decimal_double): New function.
11299         (floorlog10): New function.
11300         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
11301         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
11302         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
11303         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
11304         gl_PRINTF_ENOMEM and test its result. Invoke
11305         gl_PREREQ_VASNPRINTF_ENOMEM.
11306         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
11307         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
11308         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
11309         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
11310         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
11311         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
11312         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
11313         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
11314         * modules/snprintf-posix (Depends-on): Likewise.
11315         * modules/sprintf-posix (Depends-on): Likewise.
11316         * modules/vasnprintf-posix (Depends-on): Likewise.
11317         * modules/vasprintf-posix (Depends-on): Likewise.
11318         * modules/vfprintf-posix (Depends-on): Likewise.
11319         * modules/vsnprintf-posix (Depends-on): Likewise.
11320         * modules/vsprintf-posix (Depends-on): Likewise.
11321         * doc/functions/fprintf.texi: Update.
11322         * doc/functions/printf.texi: Update.
11323         * doc/functions/snprintf.texi: Update.
11324         * doc/functions/sprintf.texi: Update.
11325         * doc/functions/vfprintf.texi: Update.
11326         * doc/functions/vprintf.texi: Update.
11327         * doc/functions/vsnprintf.texi: Update.
11328         * doc/functions/vsprintf.texi: Update.
11329
11330 2007-11-03  Bruno Haible  <bruno@clisp.org>
11331
11332         * modules/frexp-nolibm-tests: New file.
11333
11334         * modules/frexp-nolibm: New file.
11335         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
11336
11337 2007-11-03  Bruno Haible  <bruno@clisp.org>
11338
11339         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
11340         value is C99 compliant.
11341         Needed for OSF/1 5.1.
11342
11343 2007-11-03  Bruno Haible  <bruno@clisp.org>
11344
11345         Fix out-of-memory handling of vasnprintf.
11346         * lib/printf-parse.c: Include <errno.h>.
11347         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
11348         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
11349         is already set.
11350
11351 2007-11-02  Eric Blake  <ebb9@byu.net>
11352
11353         Fix tests on cygwin.
11354         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
11355
11356 2007-11-01  Bruno Haible  <bruno@clisp.org>
11357
11358         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
11359         warning.
11360         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
11361         needed for POSIX compatibility.
11362
11363 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
11364
11365         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
11366         for compatibility with GNU.
11367
11368 2007-11-01  Bruno Haible  <bruno@clisp.org>
11369
11370         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
11371         (putenv): Renamed from rpl_putenv. Change argument type from
11372         'const char *' to 'char *'.
11373         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
11374         of defining putenv in config.h, just set REPLACE_PUTENV.
11375         * modules/putenv (Depends-on): Add stdlib.
11376         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
11377         (Include): Use <stdlib.h>.
11378         * lib/stdlib.in.h (putenv): New declaration.
11379         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
11380         REPLACE_PUTENV.
11381         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
11382         REPLACE_PUTENV.
11383         Needed for MacOS X 10.5.0.
11384         Reported by Peter O'Gorman <peter@pogma.com>.
11385
11386 2007-11-01  Jim Meyering  <meyering@redhat.com>
11387
11388         Treat an empty date string exactly like "0".
11389         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
11390         if the remaining date string (to be parsed) is empty, use "0".
11391         Reported by Mischa Molhoek and discussed in this thread:
11392         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
11393
11394 2007-10-31  Bruno Haible  <bruno@clisp.org>
11395
11396         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
11397         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
11398         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
11399         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
11400         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
11401         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
11402
11403 2007-10-31  Bruno Haible  <bruno@clisp.org>
11404
11405         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
11406         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
11407         (AC_TYPE_LONG_LONG_INT): Use it.
11408         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
11409         it as well.
11410         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
11411         to m4/longlong.m4.
11412         * modules/stdint (Files): Remove m4/ulonglong.m4.
11413         * modules/strtoull (Files): Use m4/longlong.m4 instead of
11414         m4/ulonglong.m4.
11415         * modules/strtoumax (Files): Likewise.
11416
11417 2007-10-30  Bruno Haible  <bruno@clisp.org>
11418
11419         * modules/xvasprintf-posix: New file.
11420         Suggested by Eric Blake.
11421
11422 2007-10-30  Bruno Haible  <bruno@clisp.org>
11423
11424         * modules/xprintf-posix-tests: New file.
11425         * tests/test-xprintf-posix.sh: New file.
11426         * tests/test-xprintf-posix.c: New file.
11427         * tests/test-xfprintf-posix.c: New file.
11428
11429         * modules/xprintf-posix: New file.
11430
11431 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11432
11433         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
11434         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
11435         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
11436
11437 2007-10-29  Bruno Haible  <bruno@clisp.org>
11438
11439         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
11440         contain the special marker '_cv_'.
11441         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
11442         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
11443         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
11444         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
11445         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
11446         Reported by Ralf Wildenhues.
11447
11448 2007-10-29  Bruno Haible  <bruno@clisp.org>
11449
11450         * gnulib-tool (func_import): When --lgpl is not specified, set
11451         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
11452         GPLv3.
11453         Reported by Simon Josefsson.
11454
11455 2007-10-28  Bruno Haible  <bruno@clisp.org>
11456
11457         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
11458         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
11459         HAVE_DECL_ISFINITE.
11460         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
11461         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
11462         HAVE_DECL_ISFINITE.
11463
11464 2007-10-28  Bruno Haible  <bruno@clisp.org>
11465
11466         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
11467         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
11468
11469 2007-10-28  Bruno Haible  <bruno@clisp.org>
11470
11471         Fix link errors with Sun C 5.0 on Solaris 10.
11472         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
11473         function is declared but not present in the compiler's libm.
11474         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
11475         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
11476         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
11477         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
11478         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
11479         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
11480         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
11481         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
11482         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
11483         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
11484         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
11485         HAVE_DECL_FLOORL.
11486
11487 2007-10-28  Bruno Haible  <bruno@clisp.org>
11488
11489         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
11490         gl_FUNC_FLOORL. Cache the result.
11491         (gl_FUNC_FLOORL): Use it.
11492         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
11493         gl_FUNC_CEILL. Cache the result.
11494         (gl_FUNC_CEILL): Use it.
11495
11496         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
11497         gl_FUNC_FLOOR. Cache the result.
11498         (gl_FUNC_FLOOR): Use it.
11499         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
11500         gl_FUNC_CEIL. Cache the result.
11501         (gl_FUNC_CEIL): Use it.
11502
11503         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
11504         gl_FUNC_FLOORF. Cache the result.
11505         (gl_FUNC_FLOORF): Use it.
11506         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
11507         gl_FUNC_CEILF. Cache the result.
11508         (gl_FUNC_CEILF): Use it.
11509
11510 2007-10-28  Bruno Haible  <bruno@clisp.org>
11511
11512         * gnulib-tool: Allow specifying the LGPL version number through
11513         --lgpl=2 or --lgpl=3.
11514         (func_usage): Document --lgpl with argument.
11515         Handle --lgpl=... arguments.
11516         (func_import): Recognize also gl_LGPL calls with an argument. When
11517         --lgpl=2 is used and the module's license is just LGPL, report an
11518         error. Set sed_transform_lib_file according to the lgpl variable. In
11519         the generated files, use --lgpl or gl_LGPL invocations with argument,
11520         if necessary.
11521         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
11522         an LGPv2+ license.
11523         * doc/gnulib-tool.texi (Modified imports): Update explanation of
11524         gl_LGPL macro.
11525
11526 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11527             Bruno Haible  <bruno@clisp.org>
11528
11529         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
11530         (u16_uctomb_aux): Likewise.
11531         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
11532         !HAVE_INLINE.
11533         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
11534
11535 2007-10-28  Bruno Haible  <bruno@clisp.org>
11536
11537         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
11538         Invoke AM_GETTEXT_OPTION if it exists.
11539         * modules/vasprintf: Likewise.
11540         * modules/verror: Likewise.
11541         * modules/xprintf: Likewise.
11542         * modules/xvasprintf: Likewise.
11543
11544 2007-10-27  Ben Pfaff  <blp@gnu.org>
11545
11546         * lib/math.in.h: Define isfinite macro and prototypes for
11547         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
11548         implementations.
11549         * m4/math_h.m4: New substitutions for isfinite module.
11550         * lib/isfinite.c: New file.
11551         * m4/isfinite.m4: New file.
11552         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
11553         * modules/isfinite: New file.
11554         * modules/isfinite-tests: New file.
11555         * tests/tests-isfinite.c: New file.
11556         * doc/functions/isfinite.texi: Mention isfinite module.
11557         * MODULES.html.sh: Mention new module.
11558
11559 2007-10-27  Ben Pfaff  <blp@gnu.org>
11560
11561         Ralf Wildenhues reported that Tru64 4.0D declares the round
11562         functions but does not have definitions.
11563         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
11564         cannot be found in any library, set the output variable to
11565         "missing" instead of "".
11566         * m4/round.m4: Also use our substitute if we cannot find round in
11567         any library, even if it is declared.
11568         * m4/roundf.m4: Likewise for roundf.
11569         * m4/roundl.m4: Likewise for roundl.
11570         * lib/math.in.h: Undefine roundf, round, roundl before defining
11571         their replacements, to allow for hypothetical systems where these
11572         may be defined as macros but not available in libraries.
11573
11574 2007-10-27  Bruno Haible  <bruno@clisp.org>
11575
11576         * doc/gnulib.texi: Invoke @firstparagraphindent.
11577         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
11578         changes in gnulib.
11579         (Source changes): New section.
11580
11581 2007-10-26  Bruno Haible  <bruno@clisp.org>
11582
11583         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
11584         borrowed from autoconf.
11585
11586 2007-10-26  Bruno Haible  <bruno@clisp.org>
11587
11588         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
11589         strerror returned the empty string. Needed on HP-UX 11.00.
11590
11591 2007-10-24  Micah Cowan  <micah@cowan.name>
11592
11593         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
11594         * build-aux/bootstrap: Remove support for now-unnecessary option,
11595         --cvs-user, and envvars CVS_USER, CVS_RSH.
11596
11597 2007-10-24  Jim Meyering  <meyering@redhat.com>
11598
11599         Avoid diagnostics from sha1sum when there is no cached checksum.
11600         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
11601         if the po.s1 file hasn't been created yet.
11602
11603         * build-aux/bootstrap: Sync from coreutils:
11604         2007-10-24  Jim Meyering  <meyering@redhat.com>
11605         Get gnulib from the git repository, not from an obsolete cvs one.
11606         * build-aux/bootstrap: Suggestion from Micah Cowan.
11607         2007-10-04  Jim Meyering  <jim@meyering.net>
11608         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
11609         (update_po_files): Work also when there are no .po files in po/.
11610
11611 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
11612
11613         * README: Append ".git" to git and cg examples.
11614         Problem reported by Benoit Sigoure.
11615
11616 2007-10-23  Micah Cowan  <micah@cowan.name>
11617
11618         * users.txt: Add wget.
11619
11620 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11621
11622         Fix linking of some unistdio tests on FreeBSD.
11623         * modules/unistdio/u16-vsnprintf-tests
11624         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
11625         * modules/unistdio/u16-vsprintf-tests
11626         (test_u16_vsnprintf1_LDADD): Likewise.
11627         * modules/unistdio/u32-vsnprintf-tests
11628         (test_u32_vsnprintf1_LDADD): Likewise.
11629         * modules/unistdio/u32-vsprintf-tests
11630         (test_u32_vsprintf1_LDADD): Likewise.
11631         * modules/unistdio/u8-vsnprintf-tests
11632         (test_u8_vsnprintf1_LDADD): Likewise.
11633         * modules/unistdio/u8-vsprintf-tests
11634         (test_u8_vsprintf1_LDADD): Likewise.
11635         * modules/unistdio/ulc-vsnprintf-tests
11636         (test_ulc_vsnprintf1_LDADD): Likewise.
11637         * modules/unistdio/ulc-vsprintf-tests
11638         (test_ulc_vsprintf1_LDADD): Likewise.
11639
11640         Fix linking of some uniconv tests on FreeBSD.
11641         * modules/uniconv/u16-conv-from-enc-tests
11642         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
11643         * modules/uniconv/u16-conv-to-enc-tests
11644         (test_u16_conv_to_enc_LDADD): Likewise.
11645         * modules/uniconv/u16-strconv-from-enc-tests
11646         (test_u16_strconv_from_enc_LDADD): Likewise.
11647         * modules/uniconv/u16-strconv-to-enc-tests
11648         (test_u16_strconv_to_enc_LDADD): Likewise.
11649         * modules/uniconv/u32-conv-from-enc-tests
11650         (test_u32_conv_from_enc_LDADD): Likewise.
11651         * modules/uniconv/u32-conv-to-enc-tests
11652         (test_u32_conv_to_enc_LDADD): Likewise.
11653         * modules/uniconv/u32-strconv-from-enc-tests
11654         (test_u32_strconv_from_enc_LDADD): Likewise.
11655         * modules/uniconv/u32-strconv-to-enc-tests
11656         (test_u32_strconv_to_enc_LDADD): Likewise.
11657         * modules/uniconv/u8-conv-from-enc-tests
11658         (test_u8_conv_from_enc_LDADD): Likewise.
11659         * modules/uniconv/u8-conv-to-enc-tests
11660         (test_u8_conv_to_enc_LDADD): Likewise.
11661         * modules/uniconv/u8-strconv-from-enc-tests
11662         (test_u8_strconv_from_enc_LDADD): Likewise.
11663         * modules/uniconv/u8-strconv-to-enc-tests
11664         (test_u8_strconv_to_enc_LDADD): Likewise.
11665
11666 2007-10-22  Bruno Haible  <bruno@clisp.org>
11667
11668         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
11669         size.
11670
11671 2007-10-22  Eric Blake  <ebb9@byu.net>
11672
11673         Tweak x*printf documentation.
11674         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
11675         variable name and comments.
11676         Suggested by Bruno Haible.
11677
11678 2007-10-22  Bruno Haible  <bruno@clisp.org>
11679
11680         * lib/acl.c (copy_acl): Fix file name in comment.
11681
11682 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
11683
11684         Fix Tru64 problem with stdbool.h.
11685         * lib/stdbool.in.h (false, true):
11686         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
11687         Don't declare as an enum in this situation; it runs afoul of Tru64.
11688         Problem reported by Steven M. Schweda in
11689         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
11690
11691 2007-10-22  Eric Blake  <ebb9@byu.net>
11692
11693         Also wrap vf?printf.
11694         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
11695         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
11696         (xvprintf, xvfprintf): New functions.
11697
11698 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11699
11700         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
11701         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
11702
11703         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
11704         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
11705
11706 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
11707
11708         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
11709         by Bruno Haible.
11710
11711 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11712
11713         * lib/getloadavg.c
11714         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
11715         Undef `sys' after including sys/table.h, for Tru64 4.0D.
11716
11717         * tests/test-i-ring.c: Work for C89.
11718
11719 2007-10-22  Bruno Haible  <bruno@clisp.org>
11720
11721         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
11722         -1u, in preprocessor expression, so that we don't test for the bug
11723         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
11724         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
11725
11726 2007-10-22  Eric Blake  <ebb9@byu.net>
11727
11728         * tests/test-yesno.sh: Silence stderr during test.
11729
11730 2007-10-22  Simon Josefsson  <simon@josefsson.org>
11731
11732         * modules/crypto/gc-camellia: New file.
11733
11734         * m4/gc-camellia.m4: New file.
11735
11736         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
11737
11738         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
11739
11740 2007-10-22  Simon Josefsson  <simon@josefsson.org>
11741
11742         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
11743         --help to stdout.  Reported by sms@antinode.org (Steven
11744         M. Schweda).
11745
11746 2007-10-22  Simon Josefsson  <simon@josefsson.org>
11747
11748         * users.txt: Fix link to libksba.
11749
11750 2007-10-21  Ben Pfaff  <blp@gnu.org>
11751
11752         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
11753         round.c roundf implementation that depends on floorf and ceilf to
11754         be tested unconditionally.
11755
11756 2007-10-21  Ben Pfaff  <blp@gnu.org>
11757
11758         * m4/check-libm-func.m4: Removed.
11759         * m4/check-math-lib.m4: New file.
11760         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
11761         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
11762         definition and lack of AC_LIBOBJ([roundf]).
11763         * m4/roundl.m4: Ditto, and similarly for roundl.
11764         * modules/round: Reference new m4 file.
11765         * modules/roundf: Ditto.
11766         * modules/roundl: Ditto.
11767         * tests/test-round2.c (main): Use ROUND instead of round.
11768         Bug report from Bruno Haible.
11769
11770 2007-10-21  Bruno Haible  <bruno@clisp.org>
11771
11772         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
11773         context.
11774
11775 2007-10-21  Bruno Haible  <bruno@clisp.org>
11776
11777         * tests/test-wcwidth.c (main): Allow negative result for some control
11778         characters.
11779
11780         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
11781         Needed on OSF/1 5.1.
11782
11783 2007-10-21  Bruno Haible  <bruno@clisp.org>
11784
11785         * tests/test-floorf1.c: Include isnanf.h.
11786         (main): Use isnanf() instead of isnan().
11787         * tests/test-ceilf1.c: Include isnanf.h.
11788         (main): Use isnanf() instead of isnan().
11789         * tests/test-truncf1.c: Include isnanf.h.
11790         (main): Use isnanf() instead of isnan().
11791         * tests/test-roundf1.c: Include isnanf.h.
11792         (main): Use isnanf() instead of isnan().
11793
11794 2007-10-21  Eric Blake  <ebb9@byu.net>
11795
11796         * users.txt: Update URL for m4.
11797
11798 2007-10-21  Bruno Haible  <bruno@clisp.org>
11799
11800         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
11801
11802 2007-10-21  Bruno Haible  <bruno@clisp.org>
11803
11804         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
11805         Git's management files if the CVS files are not present.
11806
11807 2007-10-20  Bruno Haible  <bruno@clisp.org>
11808
11809         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
11810         gcc-3.4.x.
11811
11812 2007-10-20  Ben Pfaff  <blp@gnu.org>
11813
11814         * lib/math.in.h: Declare round, roundf, roundl if we are providing
11815         implementations.
11816         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
11817         * lib/round.c: New file.
11818         * lib/roundf.c: New file.
11819         * lib/roundl.c: New file.
11820         * m4/round.m4: New file.
11821         * m4/roundf.m4: New file.
11822         * m4/roundl.m4: New file.
11823         * m4/check-libm-func-m4: New file.
11824         * modules/math: Replace round, roundf, roundl related @VARS@ in
11825         math.in.h.
11826         * modules/round: New file.
11827         * modules/round-tests: New file.
11828         * modules/roundf: New file.
11829         * modules/roundf-tests: New file.
11830         * modules/roundl: New file.
11831         * modules/roundl-tests: New file.
11832         * tests/test-round1.c: New file.
11833         * tests/test-round2.c: New file.
11834         * tests/test-roundf1.c: New file.
11835         * tests/test-roundf2.c: New file.
11836         * tests/test-roundl.c: New file.
11837         * doc/functions/round.texi: Mention round module.
11838         * doc/functions/roundf.texi: Mention roundf module.
11839         * doc/functions/roundl.texi: Mention roundl module.
11840         * MODULES.html.sh: Mention new modules.
11841         Thanks to Bruno Haible for suggestions.
11842
11843 2007-10-20  Jim Meyering  <meyering@redhat.com>
11844
11845         * lib/xprintf.c: Include <config.h> unconditionally.
11846
11847         Change xprintf's license to GPL.
11848         * modules/xprintf (License): s/LGPL/GPL/, since this module
11849         depends on modules (exit and exitfail) which are GPL.
11850         Suggestion from Bruno Haible.
11851
11852         xprintf fixes.
11853         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
11854         Use a clearer diagnostic.
11855         Patch from Bruno Haible.
11856
11857 2007-10-20  Bruno Haible  <bruno@clisp.org>
11858
11859         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
11860         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
11861         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11862
11863 2007-10-20  Bruno Haible  <bruno@clisp.org>
11864
11865         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
11866         precision in the comparison result > x - 1 or similar.
11867         * tests/test-ceilf2.c (correct_result_p): Likewise.
11868         * tests/test-truncf2.c (correct_result_p): Likewise.
11869         * tests/test-trunc2.c (correct_result_p): Likewise.
11870         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11871
11872 2007-10-20  Bruno Haible  <bruno@clisp.org>
11873
11874         * modules/ceil: New file.
11875         * m4/ceil.m4: New file.
11876         * doc/functions/ceil.texi: Mention the 'ceil' module.
11877
11878 2007-10-20  Bruno Haible  <bruno@clisp.org>
11879
11880         * modules/floor: New file.
11881         * m4/floor.m4: New file.
11882         * doc/functions/floor.texi: Mention the 'floor' module.
11883
11884 2007-10-20  Bruno Haible  <bruno@clisp.org>
11885
11886         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
11887         of %a.
11888         * modules/floorf-tests (Depends-on): Likewise.
11889         * modules/truncf-tests (Depends-on): Likewise.
11890         * modules/trunc-tests (Depends-on): Likewise.
11891         Reported by Ben Pfaff.
11892
11893 2007-10-19  Jim Meyering  <meyering@redhat.com>
11894
11895         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
11896         Don't bother testing specific errno values.  Just test ferror.
11897
11898         New module: xprintf
11899         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
11900
11901 2007-10-19  Bruno Haible  <bruno@clisp.org>
11902
11903         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
11904         syntax.
11905         * modules/javaexec (Makefile.am): Likewise.
11906         * modules/relocatable-prog (Makefile.am): Likewise.
11907         Suggested by Jim Meyering.
11908
11909 2007-10-18  Bruno Haible  <bruno@clisp.org>
11910
11911         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
11912         Reported by Jim Meyering.
11913
11914 2007-10-18  Eric Blake  <ebb9@byu.net>
11915
11916         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
11917
11918 2007-10-18  Bruno Haible  <bruno@clisp.org>
11919
11920         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
11921         the format string into writable memory. Needed in Fortify conditions.
11922
11923 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
11924             Bruno Haible  <bruno@clisp.org>
11925
11926         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
11927         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
11928         * modules/trim (Depends-on): Add mbchar.
11929         (configure.ac): Add gl_FUNC_MBRTOWC.
11930         (Makefile.am): Augment lib_SOURCES.
11931
11932 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
11933
11934         Modify glob.c to use fstatat and dirfd, to simplify it.
11935         Suggested by Eric Blake.
11936         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
11937         Don't include <stdbool.h>; not used.
11938         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
11939         (link_exists_p): Simplify implementation, since we can now assume
11940         dirfd and fstatat.
11941         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
11942
11943 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11944
11945         * gnulib-tool (func_get_dependencies): Fix sed script to
11946         match only tests.
11947
11948 2007-10-17  Bruno Haible  <bruno@clisp.org>
11949
11950         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
11951         allow locale names without encoding suffix.
11952         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
11953         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
11954
11955 2007-10-16  Bruno Haible  <bruno@clisp.org>
11956
11957         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
11958         * lib/getgroups.c (getgroups): Likewise.
11959         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
11960
11961 2007-10-16  Bruno Haible  <bruno@clisp.org>
11962
11963         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
11964         * modules/malloc-posix (License): Likewise.
11965         * modules/realloc-posix (License): Likewise.
11966         * modules/calloc-posix (License): Likewise.
11967         * modules/intprops (License): Change from GPL to LGPL, with
11968         Paul Eggert's approval.
11969
11970 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
11971
11972         Merge glibc changes into lib/glob.c.
11973
11974         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
11975         2007-10-15 04:59:03 UTC.  Here are the changes:
11976
11977         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
11978
11979         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
11980
11981         * lib/glob.c: Add some branch prediction throughout.
11982
11983         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
11984
11985         [BZ #5103]
11986         * lib/glob.c (glob): Recognize patterns starting \/.
11987
11988         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
11989
11990         [BZ #3996]
11991         * lib/glob.c (attribute_hidden): Define if not defined.
11992         (glob): Unescape dirname, filename or username when needed and not
11993         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
11994         is NULL.  Handle unescaped [ in pattern without closing ].
11995         Don't pass GLOB_CHECK down to recursive glob for directories.
11996         (__glob_pattern_type): New function.
11997         (__glob_pattern_p): Implement using __glob_pattern_type.
11998         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
11999         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
12000         Remove unreachable code.
12001
12002         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
12003
12004         * lib/glob.c (glob_in_dir): Add some comments and asserts to
12005         explain why there are no leaks.
12006
12007         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
12008
12009         [BZ #3253]
12010         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
12011         time, rather allocate increasingly bigger arrays of pointers, if
12012         possible with alloca, if too large with malloc.
12013
12014 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
12015
12016         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
12017         Problem reported by H.Merijn Brand in
12018         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
12019         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
12020         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
12021
12022 2007-10-15  Bruno Haible  <bruno@clisp.org>
12023
12024         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
12025         with explicit rpl_ prefix.
12026         * lib/fopen.c (fopen): Likewise.
12027         * lib/freopen.c (freopen): Likewise.
12028         * lib/iconv.c (iconv): Likewise.
12029         * lib/iconv_close.c (iconv_close): Likewise.
12030
12031 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12032
12033         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
12034
12035 2007-10-15  Bruno Haible  <bruno@clisp.org>
12036
12037         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
12038         <stddef.h> instead of <stdlib.h> since we only need NULL.
12039         Reported by Ben Pfaff <blp@cs.stanford.edu>.
12040
12041 2007-10-15  Bruno Haible  <bruno@clisp.org>
12042
12043         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
12044         Replace paragraph talking about LIBOBJS.
12045         Reported by Colin Watson <cjwatson@debian.org>.
12046
12047 2007-10-15  Bruno Haible  <bruno@clisp.org>
12048
12049         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
12050         <stdlib.h> before using NULL.
12051
12052 2007-10-15  Simon Josefsson  <simon@josefsson.org>
12053
12054         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
12055         Reported by Albert Chin <china@thewrittenword.com>.
12056
12057 2007-10-14  Bruno Haible  <bruno@clisp.org>
12058
12059         * modules/iconv_open-utf-tests: New file.
12060         * tests/test-iconv-utf.c: New file.
12061
12062         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
12063         * modules/iconv_open-utf: New file.
12064         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
12065         (iconv, iconv_close): New declarations.
12066         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
12067         be defined.
12068         (iconv_open): Add special handling of conversion between UTF-8 and
12069         UTF-{16,32}{BE,LE}.
12070         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
12071         * lib/iconv_close.c: New file.
12072         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
12073         gl_FUNC_ICONV_OPEN.
12074         (gl_FUNC_ICONV_OPEN): Use it.
12075         (gl_FUNC_ICONV_OPEN_UTF): New macro.
12076         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
12077         and REPLACE_ICONV_UTF.
12078         * modules/iconv_open (Depends-on): Add c-strcase.
12079         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
12080         ICONV_CONST.
12081         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
12082
12083 2007-10-13  Albert Chin  <china@thewrittenword.com>
12084             Bruno Haible  <bruno@clisp.org>
12085
12086         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
12087         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
12088
12089 2007-10-13  Bruno Haible  <bruno@clisp.org>
12090
12091         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
12092         defined, use the ISO C99 inline semantics.
12093         * lib/argp.h (ARGP_EI): Likewise.
12094
12095 2007-10-13  Bruno Haible  <bruno@clisp.org>
12096
12097         Handle 'inline' change in gcc 4.3.0.
12098         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
12099         argp_fmtstream_write, argp_fmtstream_set_lmargin,
12100         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
12101         argp_fmtstream_point): Disable 'extern' declaration if the function
12102         definition is going to be provided inline.
12103         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
12104         semantics, not the ISO C99 inline semantics.
12105         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
12106         'extern' declaration if the function definition is going to be provided
12107         inline.
12108         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
12109         the GNU C inline semantics, not the ISO C99 inline semantics. With
12110         GCC 4.2, avoid a warning.
12111
12112 2007-10-13  Bruno Haible  <bruno@clisp.org>
12113
12114         * lib/freading.h (freading): Enable the use of __freading for
12115         glibc >= 2.7.
12116         * lib/freading.c (freading): Likewise.
12117
12118 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
12119
12120         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
12121         "warning: C99 inline functions are not supported; using GNU89".
12122
12123 2007-10-12  Bruno Haible  <bruno@clisp.org>
12124
12125         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
12126         of 2.
12127         * tests/test-ceilf2.c: New file.
12128         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
12129
12130         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
12131         * modules/ceilf-tests: Update.
12132
12133 2007-10-12  Bruno Haible  <bruno@clisp.org>
12134
12135         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
12136         of 2.
12137         * tests/test-floorf2.c: New file.
12138         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
12139
12140         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
12141         * modules/floorf-tests: Update.
12142
12143 2007-10-12  Bruno Haible  <bruno@clisp.org>
12144
12145         * tests/test-trunc2.c: New file.
12146         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
12147
12148         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
12149         * modules/trunc-tests: Update.
12150
12151 2007-10-12  Bruno Haible  <bruno@clisp.org>
12152
12153         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
12154         of 2.
12155         * tests/test-truncf2.c: New file.
12156         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
12157
12158         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
12159         * modules/truncf-tests: Update.
12160
12161 2007-10-11  Eric Blake  <ebb9@byu.net>
12162
12163         Don't claim strerror is broken on Interix.
12164         * doc/functions/strerror.texi (strerror): Known broken systems are
12165         now Solaris 8, and not Interix.
12166         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
12167         Interix on cross-compile.
12168         Reported by Martin Koeppe in
12169         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
12170
12171 2007-10-11  Bruno Haible  <bruno@clisp.org>
12172
12173         * modules/i-ring-tests: New file.
12174         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
12175         instead of assert.
12176
12177 2007-10-11  Bruno Haible  <bruno@clisp.org>
12178
12179         * modules/filenamecat-tests: New file.
12180         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
12181         * lib/filenamecat.c: Remove test code.
12182
12183 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
12184
12185         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
12186
12187         * lib/strerror.c: Include <string.h> always, to test interface,
12188         and to remove the need for the dummy.
12189         Include intprops.h to compute width instead of doing it ourselves
12190         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
12191         (strerror): Define it to return NULL if there's no system strerror.
12192         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
12193         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
12194         ancient pre-strerror Unix systems well any more.  Saying "unknown
12195         system error" is enough.
12196         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
12197         simpler strerror.c implementation.
12198         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
12199         Simplify the tests to reflect the simpler strerror implementation.
12200         * modules/strerror (Depends-on): Add intprops.
12201
12202 2007-10-09  Eric Blake  <ebb9@byu.net>
12203
12204         Silence test-fpending.
12205         * modules/fpending-tests (Files): Add wrapper script.
12206         * tests/test-fpending.sh: New file.
12207
12208 2007-10-09  Bruno Haible  <bruno@clisp.org>
12209
12210         * MODULES.html.sh (func_module): Don't create a hyperlink for
12211         function names like 'printf_frexp'.
12212         (Misc): Add crc, memxor.
12213         (Characteristics of floating types): New section.
12214         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
12215         isnanf-nolibm, signbit, trunc, truncf, truncl.
12216         (Enhancements for ISO C 99 functions): New subsection Input/output.
12217         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
12218         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
12219         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
12220         (Compatibility checks for POSIX:2001 functions): Add clock-time.
12221         (Enhancements for POSIX:2001 functions): Add chdir-long.
12222         (File system functions): Add areadlink, chdir-safer, read-file.
12223         Remove cycle-check.
12224         (File system as inode set): New section.
12225         (Date and time): Add gethrxtime.
12226         (Multithreading): Add openmp.
12227         (Internationalization functions): Add localename.
12228         (Unicode string functions): Add unistr/u*-mbsnlen.
12229         (Support for maintaining and releasing projects): Add git-version-gen.
12230         (Lone files): Remove directories.
12231
12232 2007-10-08  Ben Pfaff  <blp@gnu.org>
12233
12234         * lib/xmalloca.h: Fix typo in comment.
12235
12236 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
12237
12238         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
12239         when avoiding problems with integer overflow.  Use a portable test
12240         instead.
12241
12242 2007-10-08  Simon Josefsson  <simon@josefsson.org>
12243
12244         * modules/dummy (License): Change to LGPLv2+.
12245         * modules/float (License): Likewise
12246         * modules/realloc (License): Likewise
12247         * modules/stdlib (License): Likewise
12248
12249 2007-10-07  Bruno Haible  <bruno@clisp.org>
12250
12251         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
12252         * floor.c (TWO_MANT_DIG): Likewise.
12253         * ceil.c (TWO_MANT_DIG): Likewise.
12254         Reported by Ben Pfaff.
12255
12256 2007-10-07  Bruno Haible  <bruno@clisp.org>
12257
12258         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
12259         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
12260         * lib/frexp.c (FUNC): Likewise.
12261         * lib/printf-frexp.h (printf_frexp): Likewise.
12262         * lib/printf-frexpl.h (printf_frexpl): Likewise.
12263         * lib/printf-frexp.c (FUNC): Likewise.
12264         Suggested by Jim Meyering.
12265
12266 2007-10-07  Jim Meyering  <meyering@redhat.com>
12267
12268         Make xnanosleep's integer overflow test more robust.
12269         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
12270         so that gcc-4.3.0 doesn't optimize away this test for overflow.
12271
12272 2007-10-07  Bruno Haible  <bruno@clisp.org>
12273
12274         * NEWS: Mention the license change.
12275
12276         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
12277         abbreviations in the modules files.
12278
12279         Change copyright notice from GPLv2+ to GPLv3+.
12280         * README: Change copyright notice.
12281         * MODULES.html.sh: Likewise.
12282         * build-aux/bootstrap.conf: Likewise.
12283         * build-aux/config.libpath: Likewise.
12284         * build-aux/csharpcomp.sh.in: Likewise.
12285         * build-aux/csharpexec.sh.in: Likewise.
12286         * build-aux/install-reloc: Likewise.
12287         * build-aux/javacomp.sh.in: Likewise.
12288         * build-aux/javaexec.sh.in: Likewise.
12289         * build-aux/ldd.sh.in: Likewise.
12290         * build-aux/reloc-ldflags: Likewise.
12291         * build-aux/relocatable.sh.in: Likewise.
12292         * build-aux/x-to-1.in: Likewise.
12293         * check-module: Likewise.
12294         * config/srclistvars.sh: Likewise.
12295         * gnulib-tool: Likewise.
12296         * lib/acl-internal.h: Likewise.
12297         * lib/acl.c: Likewise.
12298         * lib/acl.h: Likewise.
12299         * lib/acl_entries.c: Likewise.
12300         * lib/areadlink-with-size.c: Likewise.
12301         * lib/areadlink.c: Likewise.
12302         * lib/areadlink.h: Likewise.
12303         * lib/argmatch.c: Likewise.
12304         * lib/argmatch.h: Likewise.
12305         * lib/argp-ba.c: Likewise.
12306         * lib/argp-eexst.c: Likewise.
12307         * lib/argp-fmtstream.c: Likewise.
12308         * lib/argp-fmtstream.h: Likewise.
12309         * lib/argp-fs-xinl.c: Likewise.
12310         * lib/argp-help.c: Likewise.
12311         * lib/argp-namefrob.h: Likewise.
12312         * lib/argp-parse.c: Likewise.
12313         * lib/argp-pin.c: Likewise.
12314         * lib/argp-pv.c: Likewise.
12315         * lib/argp-pvh.c: Likewise.
12316         * lib/argp-xinl.c: Likewise.
12317         * lib/argp.h: Likewise.
12318         * lib/at-func.c: Likewise.
12319         * lib/atanl.c: Likewise.
12320         * lib/backupfile.c: Likewise.
12321         * lib/backupfile.h: Likewise.
12322         * lib/basename.c: Likewise.
12323         * lib/binary-io.h: Likewise.
12324         * lib/byteswap.in.h: Likewise.
12325         * lib/c-stack.c: Likewise.
12326         * lib/c-stack.h: Likewise.
12327         * lib/c-strcasestr.c: Likewise.
12328         * lib/c-strcasestr.h: Likewise.
12329         * lib/c-strstr.c: Likewise.
12330         * lib/c-strstr.h: Likewise.
12331         * lib/c-strtod.c: Likewise.
12332         * lib/calloc.c: Likewise.
12333         * lib/canon-host.c: Likewise.
12334         * lib/canon-host.h: Likewise.
12335         * lib/canonicalize-lgpl.c: Likewise.
12336         * lib/canonicalize.c: Likewise.
12337         * lib/canonicalize.h: Likewise.
12338         * lib/ceil.c: Likewise.
12339         * lib/ceilf.c: Likewise.
12340         * lib/ceill.c: Likewise.
12341         * lib/chdir-long.c: Likewise.
12342         * lib/chdir-long.h: Likewise.
12343         * lib/chdir-safer.c: Likewise.
12344         * lib/chdir-safer.h: Likewise.
12345         * lib/chown.c: Likewise.
12346         * lib/classpath.c: Likewise.
12347         * lib/classpath.h: Likewise.
12348         * lib/clean-temp.c: Likewise.
12349         * lib/clean-temp.h: Likewise.
12350         * lib/cloexec.c: Likewise.
12351         * lib/close-stream.c: Likewise.
12352         * lib/closein.c: Likewise.
12353         * lib/closein.h: Likewise.
12354         * lib/closeout.c: Likewise.
12355         * lib/closeout.h: Likewise.
12356         * lib/concat-filename.c: Likewise.
12357         * lib/copy-file.c: Likewise.
12358         * lib/copy-file.h: Likewise.
12359         * lib/count-one-bits.h: Likewise.
12360         * lib/crc.c: Likewise.
12361         * lib/crc.h: Likewise.
12362         * lib/creat-safer.c: Likewise.
12363         * lib/csharpcomp.c: Likewise.
12364         * lib/csharpcomp.h: Likewise.
12365         * lib/csharpexec.c: Likewise.
12366         * lib/csharpexec.h: Likewise.
12367         * lib/cycle-check.c: Likewise.
12368         * lib/cycle-check.h: Likewise.
12369         * lib/diacrit.c: Likewise.
12370         * lib/diacrit.h: Likewise.
12371         * lib/diffseq.h: Likewise.
12372         * lib/dirchownmod.c: Likewise.
12373         * lib/dirent.in.h: Likewise.
12374         * lib/dirfd.c: Likewise.
12375         * lib/dirfd.h: Likewise.
12376         * lib/dirname.c: Likewise.
12377         * lib/dirname.h: Likewise.
12378         * lib/dummy.c: Likewise.
12379         * lib/dup-safer.c: Likewise.
12380         * lib/dup2.c: Likewise.
12381         * lib/eealloc.h: Likewise.
12382         * lib/error.c: Likewise.
12383         * lib/error.h: Likewise.
12384         * lib/euidaccess.c: Likewise.
12385         * lib/exclude.c: Likewise.
12386         * lib/exclude.h: Likewise.
12387         * lib/execute.c: Likewise.
12388         * lib/execute.h: Likewise.
12389         * lib/exitfail.c: Likewise.
12390         * lib/exitfail.h: Likewise.
12391         * lib/expl.c: Likewise.
12392         * lib/fatal-signal.c: Likewise.
12393         * lib/fatal-signal.h: Likewise.
12394         * lib/fbufmode.c: Likewise.
12395         * lib/fbufmode.h: Likewise.
12396         * lib/fchdir.c: Likewise.
12397         * lib/fchmodat.c: Likewise.
12398         * lib/fchownat.c: Likewise.
12399         * lib/fcntl--.h: Likewise.
12400         * lib/fcntl-safer.h: Likewise.
12401         * lib/fcntl.in.h: Likewise.
12402         * lib/fd-safer.c: Likewise.
12403         * lib/fflush.c: Likewise.
12404         * lib/file-has-acl.c: Likewise.
12405         * lib/file-set.c: Likewise.
12406         * lib/file-type.c: Likewise.
12407         * lib/file-type.h: Likewise.
12408         * lib/fileblocks.c: Likewise.
12409         * lib/filemode.c: Likewise.
12410         * lib/filemode.h: Likewise.
12411         * lib/filename.h: Likewise.
12412         * lib/filenamecat.c: Likewise.
12413         * lib/filenamecat.h: Likewise.
12414         * lib/findprog.c: Likewise.
12415         * lib/findprog.h: Likewise.
12416         * lib/float.in.h: Likewise.
12417         * lib/floor.c: Likewise.
12418         * lib/floorf.c: Likewise.
12419         * lib/floorl.c: Likewise.
12420         * lib/fopen-safer.c: Likewise.
12421         * lib/fopen.c: Likewise.
12422         * lib/fpending.c: Likewise.
12423         * lib/fpending.h: Likewise.
12424         * lib/fprintf.c: Likewise.
12425         * lib/fprintftime.h: Likewise.
12426         * lib/fpucw.h: Likewise.
12427         * lib/fpurge.c: Likewise.
12428         * lib/fpurge.h: Likewise.
12429         * lib/freadable.c: Likewise.
12430         * lib/freadable.h: Likewise.
12431         * lib/freadahead.c: Likewise.
12432         * lib/freadahead.h: Likewise.
12433         * lib/freading.c: Likewise.
12434         * lib/freading.h: Likewise.
12435         * lib/free.c: Likewise.
12436         * lib/freopen.c: Likewise.
12437         * lib/frexp.c: Likewise.
12438         * lib/frexpl.c: Likewise.
12439         * lib/fseek.c: Likewise.
12440         * lib/fseterr.c: Likewise.
12441         * lib/fseterr.h: Likewise.
12442         * lib/fstatat.c: Likewise.
12443         * lib/fstrcmp.c: Likewise.
12444         * lib/fstrcmp.h: Likewise.
12445         * lib/fsusage.c: Likewise.
12446         * lib/fsusage.h: Likewise.
12447         * lib/ftell.c: Likewise.
12448         * lib/ftello.c: Likewise.
12449         * lib/fts-cycle.c: Likewise.
12450         * lib/fts.c: Likewise.
12451         * lib/fts_.h: Likewise.
12452         * lib/full-read.c: Likewise.
12453         * lib/full-read.h: Likewise.
12454         * lib/full-write.c: Likewise.
12455         * lib/full-write.h: Likewise.
12456         * lib/fwritable.c: Likewise.
12457         * lib/fwritable.h: Likewise.
12458         * lib/fwriteerror.c: Likewise.
12459         * lib/fwriteerror.h: Likewise.
12460         * lib/fwriting.c: Likewise.
12461         * lib/fwriting.h: Likewise.
12462         * lib/gcd.c: Likewise.
12463         * lib/gcd.h: Likewise.
12464         * lib/getcwd.c: Likewise.
12465         * lib/getdate.h: Likewise.
12466         * lib/getdate.y: Likewise.
12467         * lib/getdomainname.c: Likewise.
12468         * lib/getdomainname.h: Likewise.
12469         * lib/getgroups.c: Likewise.
12470         * lib/gethostname.c: Likewise.
12471         * lib/gethrxtime.c: Likewise.
12472         * lib/gethrxtime.h: Likewise.
12473         * lib/getloadavg.c: Likewise.
12474         * lib/getndelim2.c: Likewise.
12475         * lib/getndelim2.h: Likewise.
12476         * lib/getnline.c: Likewise.
12477         * lib/getnline.h: Likewise.
12478         * lib/getopt.c: Likewise.
12479         * lib/getopt.in.h: Likewise.
12480         * lib/getopt1.c: Likewise.
12481         * lib/getopt_int.h: Likewise.
12482         * lib/getpagesize.h: Likewise.
12483         * lib/getsubopt.c: Likewise.
12484         * lib/gettime.c: Likewise.
12485         * lib/getugroups.c: Likewise.
12486         * lib/getugroups.h: Likewise.
12487         * lib/getusershell.c: Likewise.
12488         * lib/gl_anyavltree_list1.h: Likewise.
12489         * lib/gl_anyavltree_list2.h: Likewise.
12490         * lib/gl_anyhash_list1.h: Likewise.
12491         * lib/gl_anyhash_list2.h: Likewise.
12492         * lib/gl_anylinked_list1.h: Likewise.
12493         * lib/gl_anylinked_list2.h: Likewise.
12494         * lib/gl_anyrbtree_list1.h: Likewise.
12495         * lib/gl_anyrbtree_list2.h: Likewise.
12496         * lib/gl_anytree_list1.h: Likewise.
12497         * lib/gl_anytree_list2.h: Likewise.
12498         * lib/gl_anytree_oset.h: Likewise.
12499         * lib/gl_anytreehash_list1.h: Likewise.
12500         * lib/gl_anytreehash_list2.h: Likewise.
12501         * lib/gl_array_list.c: Likewise.
12502         * lib/gl_array_list.h: Likewise.
12503         * lib/gl_array_oset.c: Likewise.
12504         * lib/gl_array_oset.h: Likewise.
12505         * lib/gl_avltree_list.c: Likewise.
12506         * lib/gl_avltree_list.h: Likewise.
12507         * lib/gl_avltree_oset.c: Likewise.
12508         * lib/gl_avltree_oset.h: Likewise.
12509         * lib/gl_avltreehash_list.c: Likewise.
12510         * lib/gl_avltreehash_list.h: Likewise.
12511         * lib/gl_carray_list.c: Likewise.
12512         * lib/gl_carray_list.h: Likewise.
12513         * lib/gl_linked_list.c: Likewise.
12514         * lib/gl_linked_list.h: Likewise.
12515         * lib/gl_linkedhash_list.c: Likewise.
12516         * lib/gl_linkedhash_list.h: Likewise.
12517         * lib/gl_list.c: Likewise.
12518         * lib/gl_list.h: Likewise.
12519         * lib/gl_oset.c: Likewise.
12520         * lib/gl_oset.h: Likewise.
12521         * lib/gl_rbtree_list.c: Likewise.
12522         * lib/gl_rbtree_list.h: Likewise.
12523         * lib/gl_rbtree_oset.c: Likewise.
12524         * lib/gl_rbtree_oset.h: Likewise.
12525         * lib/gl_rbtreehash_list.c: Likewise.
12526         * lib/gl_rbtreehash_list.h: Likewise.
12527         * lib/gl_sublist.c: Likewise.
12528         * lib/gl_sublist.h: Likewise.
12529         * lib/group-member.c: Likewise.
12530         * lib/group-member.h: Likewise.
12531         * lib/hard-locale.c: Likewise.
12532         * lib/hard-locale.h: Likewise.
12533         * lib/hash-pjw.c: Likewise.
12534         * lib/hash-pjw.h: Likewise.
12535         * lib/hash-triple.c: Likewise.
12536         * lib/hash.c: Likewise.
12537         * lib/hash.h: Likewise.
12538         * lib/human.c: Likewise.
12539         * lib/human.h: Likewise.
12540         * lib/i-ring.c: Likewise.
12541         * lib/i-ring.h: Likewise.
12542         * lib/idcache.c: Likewise.
12543         * lib/imaxabs.c: Likewise.
12544         * lib/imaxdiv.c: Likewise.
12545         * lib/inet_pton.c: Likewise.
12546         * lib/inet_pton.h: Likewise.
12547         * lib/intprops.h: Likewise.
12548         * lib/inttostr.c: Likewise.
12549         * lib/inttostr.h: Likewise.
12550         * lib/inttypes.in.h: Likewise.
12551         * lib/isapipe.c: Likewise.
12552         * lib/isdir.c: Likewise.
12553         * lib/isnan.c: Likewise.
12554         * lib/isnan.h: Likewise.
12555         * lib/isnanf.c: Likewise.
12556         * lib/isnanf.h: Likewise.
12557         * lib/isnanl-nolibm.h: Likewise.
12558         * lib/isnanl.c: Likewise.
12559         * lib/isnanl.h: Likewise.
12560         * lib/javacomp.c: Likewise.
12561         * lib/javacomp.h: Likewise.
12562         * lib/javaexec.c: Likewise.
12563         * lib/javaexec.h: Likewise.
12564         * lib/javaversion.c: Likewise.
12565         * lib/javaversion.h: Likewise.
12566         * lib/javaversion.java: Likewise.
12567         * lib/lbrkprop.h: Likewise.
12568         * lib/lchmod.h: Likewise.
12569         * lib/lchown.c: Likewise.
12570         * lib/ldexpl.c: Likewise.
12571         * lib/linebreak.c: Likewise.
12572         * lib/linebreak.h: Likewise.
12573         * lib/linebuffer.c: Likewise.
12574         * lib/linebuffer.h: Likewise.
12575         * lib/locale.in.h: Likewise.
12576         * lib/logl.c: Likewise.
12577         * lib/long-options.c: Likewise.
12578         * lib/long-options.h: Likewise.
12579         * lib/lstat.c: Likewise.
12580         * lib/lstat.h: Likewise.
12581         * lib/math.in.h: Likewise.
12582         * lib/mbchar.c: Likewise.
12583         * lib/mbchar.h: Likewise.
12584         * lib/mbfile.h: Likewise.
12585         * lib/mbiter.h: Likewise.
12586         * lib/mbscasecmp.c: Likewise.
12587         * lib/mbscasestr.c: Likewise.
12588         * lib/mbschr.c: Likewise.
12589         * lib/mbscspn.c: Likewise.
12590         * lib/mbslen.c: Likewise.
12591         * lib/mbsncasecmp.c: Likewise.
12592         * lib/mbsnlen.c: Likewise.
12593         * lib/mbspbrk.c: Likewise.
12594         * lib/mbspcasecmp.c: Likewise.
12595         * lib/mbsrchr.c: Likewise.
12596         * lib/mbssep.c: Likewise.
12597         * lib/mbsspn.c: Likewise.
12598         * lib/mbsstr.c: Likewise.
12599         * lib/mbstok_r.c: Likewise.
12600         * lib/mbswidth.c: Likewise.
12601         * lib/mbswidth.h: Likewise.
12602         * lib/mbuiter.h: Likewise.
12603         * lib/memcasecmp.c: Likewise.
12604         * lib/memcasecmp.h: Likewise.
12605         * lib/memchr.c: Likewise.
12606         * lib/memcmp.c: Likewise.
12607         * lib/memcoll.c: Likewise.
12608         * lib/memcoll.h: Likewise.
12609         * lib/memcpy.c: Likewise.
12610         * lib/memrchr.c: Likewise.
12611         * lib/mkancesdirs.c: Likewise.
12612         * lib/mkdir-p.c: Likewise.
12613         * lib/mkdir-p.h: Likewise.
12614         * lib/mkdir.c: Likewise.
12615         * lib/mkdirat.c: Likewise.
12616         * lib/mkdtemp.c: Likewise.
12617         * lib/mkstemp-safer.c: Likewise.
12618         * lib/mkstemp.c: Likewise.
12619         * lib/modechange.c: Likewise.
12620         * lib/modechange.h: Likewise.
12621         * lib/mountlist.c: Likewise.
12622         * lib/mountlist.h: Likewise.
12623         * lib/mpsort.c: Likewise.
12624         * lib/nanosleep.c: Likewise.
12625         * lib/obstack.c: Likewise.
12626         * lib/obstack.h: Likewise.
12627         * lib/open-safer.c: Likewise.
12628         * lib/open.c: Likewise.
12629         * lib/openat-die.c: Likewise.
12630         * lib/openat-priv.h: Likewise.
12631         * lib/openat-proc.c: Likewise.
12632         * lib/openat.c: Likewise.
12633         * lib/openat.h: Likewise.
12634         * lib/pagealign_alloc.c: Likewise.
12635         * lib/pagealign_alloc.h: Likewise.
12636         * lib/physmem.c: Likewise.
12637         * lib/physmem.h: Likewise.
12638         * lib/pipe-safer.c: Likewise.
12639         * lib/pipe.c: Likewise.
12640         * lib/pipe.h: Likewise.
12641         * lib/posixtm.c: Likewise.
12642         * lib/posixtm.h: Likewise.
12643         * lib/posixver.c: Likewise.
12644         * lib/printf-frexp.c: Likewise.
12645         * lib/printf-frexp.h: Likewise.
12646         * lib/printf-frexpl.c: Likewise.
12647         * lib/printf-frexpl.h: Likewise.
12648         * lib/printf.c: Likewise.
12649         * lib/progname.c: Likewise.
12650         * lib/progname.h: Likewise.
12651         * lib/progreloc.c: Likewise.
12652         * lib/putenv.c: Likewise.
12653         * lib/quote.c: Likewise.
12654         * lib/quote.h: Likewise.
12655         * lib/quotearg.c: Likewise.
12656         * lib/quotearg.h: Likewise.
12657         * lib/raise.c: Likewise.
12658         * lib/readline.c: Likewise.
12659         * lib/readline.h: Likewise.
12660         * lib/readlink.c: Likewise.
12661         * lib/readtokens.c: Likewise.
12662         * lib/readtokens.h: Likewise.
12663         * lib/readtokens0.c: Likewise.
12664         * lib/readtokens0.h: Likewise.
12665         * lib/readutmp.c: Likewise.
12666         * lib/readutmp.h: Likewise.
12667         * lib/realloc.c: Likewise.
12668         * lib/relocwrapper.c: Likewise.
12669         * lib/rename-dest-slash.c: Likewise.
12670         * lib/rename.c: Likewise.
12671         * lib/rmdir.c: Likewise.
12672         * lib/rpmatch.c: Likewise.
12673         * lib/safe-read.c: Likewise.
12674         * lib/safe-read.h: Likewise.
12675         * lib/safe-write.c: Likewise.
12676         * lib/safe-write.h: Likewise.
12677         * lib/same-inode.h: Likewise.
12678         * lib/same.c: Likewise.
12679         * lib/same.h: Likewise.
12680         * lib/save-cwd.c: Likewise.
12681         * lib/save-cwd.h: Likewise.
12682         * lib/savedir.c: Likewise.
12683         * lib/savedir.h: Likewise.
12684         * lib/savewd.c: Likewise.
12685         * lib/savewd.h: Likewise.
12686         * lib/search.in.h: Likewise.
12687         * lib/setenv.c: Likewise.
12688         * lib/setenv.h: Likewise.
12689         * lib/settime.c: Likewise.
12690         * lib/sh-quote.c: Likewise.
12691         * lib/sh-quote.h: Likewise.
12692         * lib/sig2str.c: Likewise.
12693         * lib/sig2str.h: Likewise.
12694         * lib/signal.in.h: Likewise.
12695         * lib/signbitd.c: Likewise.
12696         * lib/signbitf.c: Likewise.
12697         * lib/signbitl.c: Likewise.
12698         * lib/sigprocmask.c: Likewise.
12699         * lib/sincosl.c: Likewise.
12700         * lib/sleep.c: Likewise.
12701         * lib/sprintf.c: Likewise.
12702         * lib/sqrtl.c: Likewise.
12703         * lib/stat-time.h: Likewise.
12704         * lib/stdio--.h: Likewise.
12705         * lib/stdio-safer.h: Likewise.
12706         * lib/stdlib--.h: Likewise.
12707         * lib/stdlib-safer.h: Likewise.
12708         * lib/stdlib.in.h: Likewise.
12709         * lib/stpcpy.c: Likewise.
12710         * lib/stpncpy.c: Likewise.
12711         * lib/strchrnul.c: Likewise.
12712         * lib/strcspn.c: Likewise.
12713         * lib/strerror.c: Likewise.
12714         * lib/strftime.c: Likewise.
12715         * lib/strftime.h: Likewise.
12716         * lib/striconveh.c: Likewise.
12717         * lib/striconveh.h: Likewise.
12718         * lib/striconveha.c: Likewise.
12719         * lib/striconveha.h: Likewise.
12720         * lib/stripslash.c: Likewise.
12721         * lib/strnlen1.c: Likewise.
12722         * lib/strnlen1.h: Likewise.
12723         * lib/strtod.c: Likewise.
12724         * lib/strtoimax.c: Likewise.
12725         * lib/strtok_r.c: Likewise.
12726         * lib/strtol.c: Likewise.
12727         * lib/strtoll.c: Likewise.
12728         * lib/strtoul.c: Likewise.
12729         * lib/strtoull.c: Likewise.
12730         * lib/sysexits.in.h: Likewise.
12731         * lib/tempname.c: Likewise.
12732         * lib/tempname.h: Likewise.
12733         * lib/timespec.h: Likewise.
12734         * lib/tls.c: Likewise.
12735         * lib/tls.h: Likewise.
12736         * lib/tmpdir.c: Likewise.
12737         * lib/tmpdir.h: Likewise.
12738         * lib/tmpfile-safer.c: Likewise.
12739         * lib/tmpfile.c: Likewise.
12740         * lib/trigl.c: Likewise.
12741         * lib/trigl.h: Likewise.
12742         * lib/trim.c: Likewise.
12743         * lib/trim.h: Likewise.
12744         * lib/trunc.c: Likewise.
12745         * lib/truncf.c: Likewise.
12746         * lib/truncl.c: Likewise.
12747         * lib/tsearch.c: Likewise.
12748         * lib/unicodeio.c: Likewise.
12749         * lib/unicodeio.h: Likewise.
12750         * lib/unistd--.h: Likewise.
12751         * lib/unistd-safer.h: Likewise.
12752         * lib/unistdio/ulc-fprintf.c: Likewise.
12753         * lib/unistdio/ulc-vfprintf.c: Likewise.
12754         * lib/unlinkdir.c: Likewise.
12755         * lib/unlinkdir.h: Likewise.
12756         * lib/unlocked-io.h: Likewise.
12757         * lib/unsetenv.c: Likewise.
12758         * lib/userspec.c: Likewise.
12759         * lib/utime.c: Likewise.
12760         * lib/utimecmp.c: Likewise.
12761         * lib/utimecmp.h: Likewise.
12762         * lib/utimens.c: Likewise.
12763         * lib/verify.h: Likewise.
12764         * lib/verror.c: Likewise.
12765         * lib/verror.h: Likewise.
12766         * lib/version-etc-fsf.c: Likewise.
12767         * lib/version-etc.c: Likewise.
12768         * lib/version-etc.h: Likewise.
12769         * lib/vfprintf.c: Likewise.
12770         * lib/vprintf.c: Likewise.
12771         * lib/vsprintf.c: Likewise.
12772         * lib/w32spawn.h: Likewise.
12773         * lib/wait-process.c: Likewise.
12774         * lib/wait-process.h: Likewise.
12775         * lib/wcwidth.c: Likewise.
12776         * lib/write-any-file.c: Likewise.
12777         * lib/xalloc-die.c: Likewise.
12778         * lib/xalloc.h: Likewise.
12779         * lib/xasprintf.c: Likewise.
12780         * lib/xgetcwd.c: Likewise.
12781         * lib/xgetcwd.h: Likewise.
12782         * lib/xgetdomainname.c: Likewise.
12783         * lib/xgetdomainname.h: Likewise.
12784         * lib/xgethostname.c: Likewise.
12785         * lib/xmalloc.c: Likewise.
12786         * lib/xmalloca.c: Likewise.
12787         * lib/xmalloca.h: Likewise.
12788         * lib/xmemcoll.c: Likewise.
12789         * lib/xnanosleep.c: Likewise.
12790         * lib/xreadlink.c: Likewise.
12791         * lib/xreadlink.h: Likewise.
12792         * lib/xsetenv.c: Likewise.
12793         * lib/xsetenv.h: Likewise.
12794         * lib/xstriconv.c: Likewise.
12795         * lib/xstriconv.h: Likewise.
12796         * lib/xstrndup.c: Likewise.
12797         * lib/xstrndup.h: Likewise.
12798         * lib/xstrtod.c: Likewise.
12799         * lib/xstrtod.h: Likewise.
12800         * lib/xstrtol-error.c: Likewise.
12801         * lib/xstrtol.c: Likewise.
12802         * lib/xstrtol.h: Likewise.
12803         * lib/xtime.h: Likewise.
12804         * lib/xvasprintf.c: Likewise.
12805         * lib/xvasprintf.h: Likewise.
12806         * lib/yesno.c: Likewise.
12807         * lib/yesno.h: Likewise.
12808         * posix-modules: Likewise.
12809         * tests/test-alloca-opt.c: Likewise.
12810         * tests/test-arcfour.c: Likewise.
12811         * tests/test-arctwo.c: Likewise.
12812         * tests/test-argmatch.c: Likewise.
12813         * tests/test-argp-2.sh: Likewise.
12814         * tests/test-argp.c: Likewise.
12815         * tests/test-arpa_inet.c: Likewise.
12816         * tests/test-array_list.c: Likewise.
12817         * tests/test-array_oset.c: Likewise.
12818         * tests/test-atexit.c: Likewise.
12819         * tests/test-avltree_list.c: Likewise.
12820         * tests/test-avltree_oset.c: Likewise.
12821         * tests/test-avltreehash_list.c: Likewise.
12822         * tests/test-base64.c: Likewise.
12823         * tests/test-binary-io.c: Likewise.
12824         * tests/test-byteswap.c: Likewise.
12825         * tests/test-c-ctype.c: Likewise.
12826         * tests/test-c-strcasecmp.c: Likewise.
12827         * tests/test-c-strcasestr.c: Likewise.
12828         * tests/test-c-strncasecmp.c: Likewise.
12829         * tests/test-c-strstr.c: Likewise.
12830         * tests/test-canonicalize-lgpl.c: Likewise.
12831         * tests/test-canonicalize.c: Likewise.
12832         * tests/test-carray_list.c: Likewise.
12833         * tests/test-ceilf.c: Likewise.
12834         * tests/test-ceill.c: Likewise.
12835         * tests/test-count-one-bits.c: Likewise.
12836         * tests/test-crc.c: Likewise.
12837         * tests/test-dirname.c: Likewise.
12838         * tests/test-fbufmode.c: Likewise.
12839         * tests/test-fcntl.c: Likewise.
12840         * tests/test-fflush.c: Likewise.
12841         * tests/test-floorf.c: Likewise.
12842         * tests/test-floorl.c: Likewise.
12843         * tests/test-fopen.c: Likewise.
12844         * tests/test-fprintf-posix.c: Likewise.
12845         * tests/test-fprintf-posix.h: Likewise.
12846         * tests/test-fpurge.c: Likewise.
12847         * tests/test-freadable.c: Likewise.
12848         * tests/test-freadahead.c: Likewise.
12849         * tests/test-freading.c: Likewise.
12850         * tests/test-freopen.c: Likewise.
12851         * tests/test-frexp.c: Likewise.
12852         * tests/test-frexpl.c: Likewise.
12853         * tests/test-fseek.c: Likewise.
12854         * tests/test-fseeko.c: Likewise.
12855         * tests/test-fseterr.c: Likewise.
12856         * tests/test-fstrcmp.c: Likewise.
12857         * tests/test-ftell.c: Likewise.
12858         * tests/test-ftello.c: Likewise.
12859         * tests/test-fwritable.c: Likewise.
12860         * tests/test-fwriting.c: Likewise.
12861         * tests/test-getaddrinfo.c: Likewise.
12862         * tests/test-getpass.c: Likewise.
12863         * tests/test-gettimeofday.c: Likewise.
12864         * tests/test-hmac-md5.c: Likewise.
12865         * tests/test-hmac-sha1.c: Likewise.
12866         * tests/test-iconv.c: Likewise.
12867         * tests/test-iconvme.c: Likewise.
12868         * tests/test-inttypes.c: Likewise.
12869         * tests/test-isnan.c: Likewise.
12870         * tests/test-isnanf.c: Likewise.
12871         * tests/test-isnanl-nolibm.c: Likewise.
12872         * tests/test-isnanl.c: Likewise.
12873         * tests/test-isnanl.h: Likewise.
12874         * tests/test-ldexpl.c: Likewise.
12875         * tests/test-linked_list.c: Likewise.
12876         * tests/test-linkedhash_list.c: Likewise.
12877         * tests/test-locale.c: Likewise.
12878         * tests/test-localename.c: Likewise.
12879         * tests/test-lock.c: Likewise.
12880         * tests/test-lseek.c: Likewise.
12881         * tests/test-malloca.c: Likewise.
12882         * tests/test-math.c: Likewise.
12883         * tests/test-mbscasecmp.c: Likewise.
12884         * tests/test-mbscasestr1.c: Likewise.
12885         * tests/test-mbscasestr2.c: Likewise.
12886         * tests/test-mbscasestr3.c: Likewise.
12887         * tests/test-mbscasestr4.c: Likewise.
12888         * tests/test-mbschr.c: Likewise.
12889         * tests/test-mbscspn.c: Likewise.
12890         * tests/test-mbsncasecmp.c: Likewise.
12891         * tests/test-mbspbrk.c: Likewise.
12892         * tests/test-mbspcasecmp.c: Likewise.
12893         * tests/test-mbsrchr.c: Likewise.
12894         * tests/test-mbsspn.c: Likewise.
12895         * tests/test-mbsstr1.c: Likewise.
12896         * tests/test-mbsstr2.c: Likewise.
12897         * tests/test-mbsstr3.c: Likewise.
12898         * tests/test-md5.c: Likewise.
12899         * tests/test-memmem.c: Likewise.
12900         * tests/test-netinet_in.c: Likewise.
12901         * tests/test-open.c: Likewise.
12902         * tests/test-printf-frexp.c: Likewise.
12903         * tests/test-printf-frexpl.c: Likewise.
12904         * tests/test-printf-posix.c: Likewise.
12905         * tests/test-printf-posix.h: Likewise.
12906         * tests/test-rbtree_list.c: Likewise.
12907         * tests/test-rbtree_oset.c: Likewise.
12908         * tests/test-rbtreehash_list.c: Likewise.
12909         * tests/test-read-file.c: Likewise.
12910         * tests/test-rijndael.c: Likewise.
12911         * tests/test-search.c: Likewise.
12912         * tests/test-signbit.c: Likewise.
12913         * tests/test-sleep.c: Likewise.
12914         * tests/test-snprintf-posix.c: Likewise.
12915         * tests/test-snprintf-posix.h: Likewise.
12916         * tests/test-snprintf.c: Likewise.
12917         * tests/test-sprintf-posix.c: Likewise.
12918         * tests/test-sprintf-posix.h: Likewise.
12919         * tests/test-stat-time.c: Likewise.
12920         * tests/test-stdbool.c: Likewise.
12921         * tests/test-stdint.c: Likewise.
12922         * tests/test-stdio.c: Likewise.
12923         * tests/test-stdlib.c: Likewise.
12924         * tests/test-stpncpy.c: Likewise.
12925         * tests/test-strcasestr.c: Likewise.
12926         * tests/test-striconv.c: Likewise.
12927         * tests/test-striconveh.c: Likewise.
12928         * tests/test-striconveha.c: Likewise.
12929         * tests/test-string.c: Likewise.
12930         * tests/test-sys_select.c: Likewise.
12931         * tests/test-sys_socket.c: Likewise.
12932         * tests/test-sys_stat.c: Likewise.
12933         * tests/test-sys_time.c: Likewise.
12934         * tests/test-sysexits.c: Likewise.
12935         * tests/test-time.c: Likewise.
12936         * tests/test-tls.c: Likewise.
12937         * tests/test-trunc.c: Likewise.
12938         * tests/test-truncf.c: Likewise.
12939         * tests/test-truncl.c: Likewise.
12940         * tests/test-unistd.c: Likewise.
12941         * tests/test-vasnprintf-posix.c: Likewise.
12942         * tests/test-vasnprintf-posix2.c: Likewise.
12943         * tests/test-vasnprintf.c: Likewise.
12944         * tests/test-vasprintf-posix.c: Likewise.
12945         * tests/test-vasprintf.c: Likewise.
12946         * tests/test-verify.c: Likewise.
12947         * tests/test-vfprintf-posix.c: Likewise.
12948         * tests/test-vprintf-posix.c: Likewise.
12949         * tests/test-vsnprintf-posix.c: Likewise.
12950         * tests/test-vsnprintf.c: Likewise.
12951         * tests/test-vsprintf-posix.c: Likewise.
12952         * tests/test-wchar.c: Likewise.
12953         * tests/test-wctype.c: Likewise.
12954         * tests/test-wcwidth.c: Likewise.
12955         * tests/test-xstrtol.c: Likewise.
12956         * tests/test-xvasprintf.c: Likewise.
12957         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
12958         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
12959         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
12960         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
12961         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
12962         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
12963         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
12964         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
12965         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
12966         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
12967         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
12968         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
12969         * tests/uniname/test-uninames.c: Likewise.
12970         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
12971         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
12972         * tests/unistdio/test-u16-printf1.h: Likewise.
12973         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
12974         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
12975         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
12976         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
12977         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
12978         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
12979         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
12980         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
12981         * tests/unistdio/test-u32-printf1.h: Likewise.
12982         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
12983         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
12984         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
12985         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
12986         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
12987         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
12988         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
12989         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
12990         * tests/unistdio/test-u8-printf1.h: Likewise.
12991         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
12992         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
12993         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
12994         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
12995         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
12996         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
12997         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
12998         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
12999         * tests/unistdio/test-ulc-printf1.h: Likewise.
13000         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
13001         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
13002         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
13003         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
13004         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
13005         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
13006         * tests/uniwidth/test-u16-strwidth.c: Likewise.
13007         * tests/uniwidth/test-u16-width.c: Likewise.
13008         * tests/uniwidth/test-u32-strwidth.c: Likewise.
13009         * tests/uniwidth/test-u32-width.c: Likewise.
13010         * tests/uniwidth/test-u8-strwidth.c: Likewise.
13011         * tests/uniwidth/test-u8-width.c: Likewise.
13012         * tests/uniwidth/test-uc_width.c: Likewise.
13013         * config/srclist-update: Likewise.
13014         (fixlicense): Update to GPLv3+.
13015
13016         Change copyright notice from LGPLv2.1+ to LGPLv3+.
13017         * tests/test-tsearch.c: Change copyright notice.
13018
13019         Change copyright notice from LGPLv2.0+ to LGPLv3+.
13020         * lib/c-strcaseeq.h: Change copyright notice.
13021         * lib/streq.h: Likewise.
13022         * lib/uniconv.h: Likewise.
13023         * lib/uniconv/u-conv-from-enc.h: Likewise.
13024         * lib/uniconv/u-conv-to-enc.h: Likewise.
13025         * lib/uniconv/u-strconv-from-enc.h: Likewise.
13026         * lib/uniconv/u-strconv-to-enc.h: Likewise.
13027         * lib/uniconv/u16-conv-from-enc.c: Likewise.
13028         * lib/uniconv/u16-conv-to-enc.c: Likewise.
13029         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
13030         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
13031         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
13032         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
13033         * lib/uniconv/u32-conv-from-enc.c: Likewise.
13034         * lib/uniconv/u32-conv-to-enc.c: Likewise.
13035         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
13036         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
13037         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
13038         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
13039         * lib/uniconv/u8-conv-from-enc.c: Likewise.
13040         * lib/uniconv/u8-conv-to-enc.c: Likewise.
13041         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
13042         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
13043         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
13044         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
13045         * lib/uniname.h: Likewise.
13046         * lib/uniname/uniname.c: Likewise.
13047         * lib/unistdio.h: Likewise.
13048         * lib/unistdio/u-asnprintf.h: Likewise.
13049         * lib/unistdio/u-asprintf.h: Likewise.
13050         * lib/unistdio/u-printf-args.c: Likewise.
13051         * lib/unistdio/u-printf-args.h: Likewise.
13052         * lib/unistdio/u-printf-parse.h: Likewise.
13053         * lib/unistdio/u-snprintf.h: Likewise.
13054         * lib/unistdio/u-sprintf.h: Likewise.
13055         * lib/unistdio/u-vasprintf.h: Likewise.
13056         * lib/unistdio/u-vsnprintf.h: Likewise.
13057         * lib/unistdio/u-vsprintf.h: Likewise.
13058         * lib/unistdio/u16-asnprintf.c: Likewise.
13059         * lib/unistdio/u16-asprintf.c: Likewise.
13060         * lib/unistdio/u16-printf-parse.c: Likewise.
13061         * lib/unistdio/u16-snprintf.c: Likewise.
13062         * lib/unistdio/u16-sprintf.c: Likewise.
13063         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
13064         * lib/unistdio/u16-u16-asprintf.c: Likewise.
13065         * lib/unistdio/u16-u16-snprintf.c: Likewise.
13066         * lib/unistdio/u16-u16-sprintf.c: Likewise.
13067         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
13068         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
13069         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
13070         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
13071         * lib/unistdio/u16-vasnprintf.c: Likewise.
13072         * lib/unistdio/u16-vasprintf.c: Likewise.
13073         * lib/unistdio/u16-vsnprintf.c: Likewise.
13074         * lib/unistdio/u16-vsprintf.c: Likewise.
13075         * lib/unistdio/u32-asnprintf.c: Likewise.
13076         * lib/unistdio/u32-asprintf.c: Likewise.
13077         * lib/unistdio/u32-printf-parse.c: Likewise.
13078         * lib/unistdio/u32-snprintf.c: Likewise.
13079         * lib/unistdio/u32-sprintf.c: Likewise.
13080         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
13081         * lib/unistdio/u32-u32-asprintf.c: Likewise.
13082         * lib/unistdio/u32-u32-snprintf.c: Likewise.
13083         * lib/unistdio/u32-u32-sprintf.c: Likewise.
13084         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
13085         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
13086         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
13087         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
13088         * lib/unistdio/u32-vasnprintf.c: Likewise.
13089         * lib/unistdio/u32-vasprintf.c: Likewise.
13090         * lib/unistdio/u32-vsnprintf.c: Likewise.
13091         * lib/unistdio/u32-vsprintf.c: Likewise.
13092         * lib/unistdio/u8-asnprintf.c: Likewise.
13093         * lib/unistdio/u8-asprintf.c: Likewise.
13094         * lib/unistdio/u8-printf-parse.c: Likewise.
13095         * lib/unistdio/u8-snprintf.c: Likewise.
13096         * lib/unistdio/u8-sprintf.c: Likewise.
13097         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
13098         * lib/unistdio/u8-u8-asprintf.c: Likewise.
13099         * lib/unistdio/u8-u8-snprintf.c: Likewise.
13100         * lib/unistdio/u8-u8-sprintf.c: Likewise.
13101         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
13102         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
13103         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
13104         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
13105         * lib/unistdio/u8-vasnprintf.c: Likewise.
13106         * lib/unistdio/u8-vasprintf.c: Likewise.
13107         * lib/unistdio/u8-vsnprintf.c: Likewise.
13108         * lib/unistdio/u8-vsprintf.c: Likewise.
13109         * lib/unistdio/ulc-asnprintf.c: Likewise.
13110         * lib/unistdio/ulc-asprintf.c: Likewise.
13111         * lib/unistdio/ulc-printf-parse.c: Likewise.
13112         * lib/unistdio/ulc-snprintf.c: Likewise.
13113         * lib/unistdio/ulc-sprintf.c: Likewise.
13114         * lib/unistdio/ulc-vasnprintf.c: Likewise.
13115         * lib/unistdio/ulc-vasprintf.c: Likewise.
13116         * lib/unistdio/ulc-vsnprintf.c: Likewise.
13117         * lib/unistdio/ulc-vsprintf.c: Likewise.
13118         * lib/unistr.h: Likewise.
13119         * lib/unistr/u-cpy-alloc.h: Likewise.
13120         * lib/unistr/u-cpy.h: Likewise.
13121         * lib/unistr/u-endswith.h: Likewise.
13122         * lib/unistr/u-move.h: Likewise.
13123         * lib/unistr/u-set.h: Likewise.
13124         * lib/unistr/u-startswith.h: Likewise.
13125         * lib/unistr/u-stpcpy.h: Likewise.
13126         * lib/unistr/u-stpncpy.h: Likewise.
13127         * lib/unistr/u-strcat.h: Likewise.
13128         * lib/unistr/u-strcpy.h: Likewise.
13129         * lib/unistr/u-strcspn.h: Likewise.
13130         * lib/unistr/u-strdup.h: Likewise.
13131         * lib/unistr/u-strlen.h: Likewise.
13132         * lib/unistr/u-strncat.h: Likewise.
13133         * lib/unistr/u-strncpy.h: Likewise.
13134         * lib/unistr/u-strnlen.h: Likewise.
13135         * lib/unistr/u-strpbrk.h: Likewise.
13136         * lib/unistr/u-strspn.h: Likewise.
13137         * lib/unistr/u-strstr.h: Likewise.
13138         * lib/unistr/u-strtok.h: Likewise.
13139         * lib/unistr/u16-check.c: Likewise.
13140         * lib/unistr/u16-chr.c: Likewise.
13141         * lib/unistr/u16-cmp.c: Likewise.
13142         * lib/unistr/u16-cpy-alloc.c: Likewise.
13143         * lib/unistr/u16-cpy.c: Likewise.
13144         * lib/unistr/u16-endswith.c: Likewise.
13145         * lib/unistr/u16-mblen.c: Likewise.
13146         * lib/unistr/u16-mbsnlen.c: Likewise.
13147         * lib/unistr/u16-mbtouc-aux.c: Likewise.
13148         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
13149         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
13150         * lib/unistr/u16-mbtouc.c: Likewise.
13151         * lib/unistr/u16-mbtoucr.c: Likewise.
13152         * lib/unistr/u16-move.c: Likewise.
13153         * lib/unistr/u16-next.c: Likewise.
13154         * lib/unistr/u16-prev.c: Likewise.
13155         * lib/unistr/u16-set.c: Likewise.
13156         * lib/unistr/u16-startswith.c: Likewise.
13157         * lib/unistr/u16-stpcpy.c: Likewise.
13158         * lib/unistr/u16-stpncpy.c: Likewise.
13159         * lib/unistr/u16-strcat.c: Likewise.
13160         * lib/unistr/u16-strchr.c: Likewise.
13161         * lib/unistr/u16-strcmp.c: Likewise.
13162         * lib/unistr/u16-strcpy.c: Likewise.
13163         * lib/unistr/u16-strcspn.c: Likewise.
13164         * lib/unistr/u16-strdup.c: Likewise.
13165         * lib/unistr/u16-strlen.c: Likewise.
13166         * lib/unistr/u16-strmblen.c: Likewise.
13167         * lib/unistr/u16-strmbtouc.c: Likewise.
13168         * lib/unistr/u16-strncat.c: Likewise.
13169         * lib/unistr/u16-strncmp.c: Likewise.
13170         * lib/unistr/u16-strncpy.c: Likewise.
13171         * lib/unistr/u16-strnlen.c: Likewise.
13172         * lib/unistr/u16-strpbrk.c: Likewise.
13173         * lib/unistr/u16-strrchr.c: Likewise.
13174         * lib/unistr/u16-strspn.c: Likewise.
13175         * lib/unistr/u16-strstr.c: Likewise.
13176         * lib/unistr/u16-strtok.c: Likewise.
13177         * lib/unistr/u16-to-u32.c: Likewise.
13178         * lib/unistr/u16-to-u8.c: Likewise.
13179         * lib/unistr/u16-uctomb-aux.c: Likewise.
13180         * lib/unistr/u16-uctomb.c: Likewise.
13181         * lib/unistr/u32-check.c: Likewise.
13182         * lib/unistr/u32-chr.c: Likewise.
13183         * lib/unistr/u32-cmp.c: Likewise.
13184         * lib/unistr/u32-cpy-alloc.c: Likewise.
13185         * lib/unistr/u32-cpy.c: Likewise.
13186         * lib/unistr/u32-endswith.c: Likewise.
13187         * lib/unistr/u32-mblen.c: Likewise.
13188         * lib/unistr/u32-mbsnlen.c: Likewise.
13189         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
13190         * lib/unistr/u32-mbtouc.c: Likewise.
13191         * lib/unistr/u32-mbtoucr.c: Likewise.
13192         * lib/unistr/u32-move.c: Likewise.
13193         * lib/unistr/u32-next.c: Likewise.
13194         * lib/unistr/u32-prev.c: Likewise.
13195         * lib/unistr/u32-set.c: Likewise.
13196         * lib/unistr/u32-startswith.c: Likewise.
13197         * lib/unistr/u32-stpcpy.c: Likewise.
13198         * lib/unistr/u32-stpncpy.c: Likewise.
13199         * lib/unistr/u32-strcat.c: Likewise.
13200         * lib/unistr/u32-strchr.c: Likewise.
13201         * lib/unistr/u32-strcmp.c: Likewise.
13202         * lib/unistr/u32-strcpy.c: Likewise.
13203         * lib/unistr/u32-strcspn.c: Likewise.
13204         * lib/unistr/u32-strdup.c: Likewise.
13205         * lib/unistr/u32-strlen.c: Likewise.
13206         * lib/unistr/u32-strmblen.c: Likewise.
13207         * lib/unistr/u32-strmbtouc.c: Likewise.
13208         * lib/unistr/u32-strncat.c: Likewise.
13209         * lib/unistr/u32-strncmp.c: Likewise.
13210         * lib/unistr/u32-strncpy.c: Likewise.
13211         * lib/unistr/u32-strnlen.c: Likewise.
13212         * lib/unistr/u32-strpbrk.c: Likewise.
13213         * lib/unistr/u32-strrchr.c: Likewise.
13214         * lib/unistr/u32-strspn.c: Likewise.
13215         * lib/unistr/u32-strstr.c: Likewise.
13216         * lib/unistr/u32-strtok.c: Likewise.
13217         * lib/unistr/u32-to-u16.c: Likewise.
13218         * lib/unistr/u32-to-u8.c: Likewise.
13219         * lib/unistr/u32-uctomb.c: Likewise.
13220         * lib/unistr/u8-check.c: Likewise.
13221         * lib/unistr/u8-chr.c: Likewise.
13222         * lib/unistr/u8-cmp.c: Likewise.
13223         * lib/unistr/u8-cpy-alloc.c: Likewise.
13224         * lib/unistr/u8-cpy.c: Likewise.
13225         * lib/unistr/u8-endswith.c: Likewise.
13226         * lib/unistr/u8-mblen.c: Likewise.
13227         * lib/unistr/u8-mbsnlen.c: Likewise.
13228         * lib/unistr/u8-mbtouc-aux.c: Likewise.
13229         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
13230         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
13231         * lib/unistr/u8-mbtouc.c: Likewise.
13232         * lib/unistr/u8-mbtoucr.c: Likewise.
13233         * lib/unistr/u8-move.c: Likewise.
13234         * lib/unistr/u8-next.c: Likewise.
13235         * lib/unistr/u8-prev.c: Likewise.
13236         * lib/unistr/u8-set.c: Likewise.
13237         * lib/unistr/u8-startswith.c: Likewise.
13238         * lib/unistr/u8-stpcpy.c: Likewise.
13239         * lib/unistr/u8-stpncpy.c: Likewise.
13240         * lib/unistr/u8-strcat.c: Likewise.
13241         * lib/unistr/u8-strchr.c: Likewise.
13242         * lib/unistr/u8-strcmp.c: Likewise.
13243         * lib/unistr/u8-strcpy.c: Likewise.
13244         * lib/unistr/u8-strcspn.c: Likewise.
13245         * lib/unistr/u8-strdup.c: Likewise.
13246         * lib/unistr/u8-strlen.c: Likewise.
13247         * lib/unistr/u8-strmblen.c: Likewise.
13248         * lib/unistr/u8-strmbtouc.c: Likewise.
13249         * lib/unistr/u8-strncat.c: Likewise.
13250         * lib/unistr/u8-strncmp.c: Likewise.
13251         * lib/unistr/u8-strncpy.c: Likewise.
13252         * lib/unistr/u8-strnlen.c: Likewise.
13253         * lib/unistr/u8-strpbrk.c: Likewise.
13254         * lib/unistr/u8-strrchr.c: Likewise.
13255         * lib/unistr/u8-strspn.c: Likewise.
13256         * lib/unistr/u8-strstr.c: Likewise.
13257         * lib/unistr/u8-strtok.c: Likewise.
13258         * lib/unistr/u8-to-u16.c: Likewise.
13259         * lib/unistr/u8-to-u32.c: Likewise.
13260         * lib/unistr/u8-uctomb-aux.c: Likewise.
13261         * lib/unistr/u8-uctomb.c: Likewise.
13262         * lib/unitypes.h: Likewise.
13263         * lib/uniwidth.h: Likewise.
13264         * lib/uniwidth/cjk.h: Likewise.
13265         * lib/uniwidth/u16-strwidth.c: Likewise.
13266         * lib/uniwidth/u16-width.c: Likewise.
13267         * lib/uniwidth/u32-strwidth.c: Likewise.
13268         * lib/uniwidth/u32-width.c: Likewise.
13269         * lib/uniwidth/u8-strwidth.c: Likewise.
13270         * lib/uniwidth/u8-width.c: Likewise.
13271         * lib/uniwidth/width.c: Likewise.
13272
13273 2007-10-07  Bruno Haible  <bruno@clisp.org>
13274
13275         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
13276         The file is still under LGPL (see modules/inttypes).
13277
13278 2007-10-06  Bruno Haible  <bruno@clisp.org>
13279
13280         * modules/trunc (Dependencies): Add 'extensions'.
13281         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
13282         Reported by Ben Pfaff <blp@gnu.org>.
13283
13284 2007-10-06  Bruno Haible  <bruno@clisp.org>
13285
13286         * modules/freopen-tests: New file.
13287         * tests/test-freopen.c: New file.
13288
13289         * modules/fopen-tests: New file.
13290         * tests/test-fopen.c: New file.
13291
13292         * modules/fopen: New file.
13293         * lib/fopen.c: New file.
13294         * m4/fopen.m4: New file.
13295         * modules/freopen: New file.
13296         * lib/freopen.c: New file.
13297         * m4/freopen.m4: New file.
13298         * lib/stdio.in.h (fopen, freopen): New declarations.
13299         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
13300         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
13301         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
13302         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
13303         * doc/functions/fopen.texi: Mention the 'fopen' module.
13304         * doc/functions/freopen.texi: Mention the 'freopen' module.
13305
13306 2007-10-06  Bruno Haible  <bruno@clisp.org>
13307
13308         * modules/open-tests: New file.
13309         * tests/test-open.c: New file.
13310
13311         * modules/open: New file.
13312         * lib/open.c: New file.
13313         * m4/open.m4: New file.
13314         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
13315         lib/open.c does.
13316         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
13317         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
13318         macros.
13319         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
13320         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
13321         REPLACE_OPEN.
13322         * doc/functions/open.texi: Mention the 'open' module.
13323
13324 2007-10-04  Bruno Haible  <bruno@clisp.org>
13325
13326         * modules/ceill-tests: New file.
13327         * tests/test-ceill.c: New file.
13328
13329         * modules/ceill: New file.
13330         * lib/ceill.c: Replace entire file.
13331         * m4/ceill.m4: New file.
13332         * lib/math.in.h (ceill): Replace declaration.
13333         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
13334         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
13335         * doc/functions/ceill.texi: Mention the 'ceill' module.
13336         * modules/mathl (Files): Remove lib/ceill.c.
13337         (Depends-on): Add ceill.
13338
13339 2007-10-04  Bruno Haible  <bruno@clisp.org>
13340
13341         * modules/ceilf-tests: New file.
13342         * tests/test-ceilf.c: New file.
13343
13344         * modules/ceilf: New file.
13345         * lib/ceil.c: New file.
13346         * lib/ceilf.c: New file.
13347         * m4/ceilf.m4: New file.
13348         * lib/math.in.h (ceilf): New declaration.
13349         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
13350         HAVE_DECL_CEILF.
13351         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
13352         HAVE_DECL_CEILF.
13353         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
13354
13355 2007-10-04  Bruno Haible  <bruno@clisp.org>
13356
13357         * modules/floorl-tests: New file.
13358         * tests/test-floorl.c: New file.
13359
13360         * modules/floorl: New file.
13361         * lib/floorl.c: Replace entire file.
13362         * m4/floorl.m4: New file.
13363         * lib/math.in.h (floorl): Replace declaration.
13364         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
13365         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
13366         * doc/functions/floorl.texi: Mention the 'floorl' module.
13367         * modules/mathl (Files): Remove lib/floorl.c.
13368         (Depends-on): Add floorl.
13369
13370 2007-10-04  Bruno Haible  <bruno@clisp.org>
13371
13372         * modules/floorf-tests: New file.
13373         * tests/test-floorf.c: New file.
13374
13375         * modules/floorf: New file.
13376         * lib/floor.c: New file.
13377         * lib/floorf.c: New file.
13378         * m4/floorf.m4: New file.
13379         * lib/math.in.h (floorf): New declaration.
13380         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
13381         HAVE_DECL_FLOORF.
13382         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
13383         HAVE_DECL_FLOORF.
13384         * doc/functions/floorf.texi: Mention the 'floorf' module.
13385
13386 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
13387             Bruno Haible  <bruno@clisp.org>
13388
13389         Advertise for the Git server instead of the CVS server.
13390         * doc/gnulib-intro.texi (Steady Development): Mention the Git
13391         repository instead of the CVS one.
13392         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
13393         about all VCS systems generically.
13394         * doc/gnulib.texi (Introduction): Capitalize `Git'.
13395
13396 2007-10-04  Bruno Haible  <bruno@clisp.org>
13397
13398         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
13399         means.
13400         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
13401
13402 2007-10-04  Bruno Haible  <bruno@clisp.org>
13403
13404         * modules/truncl-tests: New file.
13405         * tests/test-truncl.c: New file.
13406
13407         * modules/truncl: New file.
13408         * lib/truncl.c: New file.
13409         * m4/truncl.m4: New file.
13410         * lib/math.in.h (truncl): New declaration.
13411         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
13412         HAVE_DECL_TRUNCL.
13413         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
13414         HAVE_DECL_TRUNCL.
13415         * doc/functions/truncl.texi: Mention the 'truncl' module.
13416
13417 2007-10-04  Bruno Haible  <bruno@clisp.org>
13418
13419         * modules/truncf-tests: New file.
13420         * tests/test-truncf.c: New file.
13421
13422         * modules/truncf: New file.
13423         * lib/trunc.c: Make paramerizable through USE_* macros.
13424         * lib/truncf.c: New file.
13425         * m4/truncf.m4: New file.
13426         * lib/math.in.h (truncf): New declaration.
13427         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
13428         HAVE_DECL_TRUNCF.
13429         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
13430         HAVE_DECL_TRUNCF.
13431         * doc/functions/truncf.texi: Mention the 'truncf' module.
13432
13433 2007-10-03  Bruno Haible  <bruno@clisp.org>
13434
13435         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
13436         augmentation also for tests modules.
13437         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
13438         * modules/atexit-tests (Makefile.am): Likewise.
13439         * modules/binary-io-tests (Makefile.am): Likewise.
13440         * modules/c-strcase-tests (Makefile.am): Likewise.
13441         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
13442         * modules/canonicalize-tests (Makefile.am): Likewise.
13443         * modules/closein-tests (Makefile.am): Likewise.
13444         * modules/fprintf-posix-tests (Makefile.am): Likewise.
13445         * modules/freadahead-tests (Makefile.am): Likewise.
13446         * modules/fseek-tests (Makefile.am): Likewise.
13447         * modules/fseeko-tests (Makefile.am): Likewise.
13448         * modules/ftell-tests (Makefile.am): Likewise.
13449         * modules/ftello-tests (Makefile.am): Likewise.
13450         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
13451         * modules/isnanl-tests (Makefile.am): Likewise.
13452         * modules/lseek-tests (Makefile.am): Likewise.
13453         * modules/mbscasecmp-tests (Makefile.am): Likewise.
13454         * modules/mbscasestr-tests (Makefile.am): Likewise.
13455         * modules/mbschr-tests (Makefile.am): Likewise.
13456         * modules/mbscspn-tests (Makefile.am): Likewise.
13457         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
13458         * modules/mbspbrk-tests (Makefile.am): Likewise.
13459         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
13460         * modules/mbsrchr-tests (Makefile.am): Likewise.
13461         * modules/mbsspn-tests (Makefile.am): Likewise.
13462         * modules/mbsstr-tests (Makefile.am): Likewise.
13463         * modules/printf-posix-tests (Makefile.am): Likewise.
13464         * modules/snprintf-posix-tests (Makefile.am): Likewise.
13465         * modules/sprintf-posix-tests (Makefile.am): Likewise.
13466         * modules/tsearch-tests (Makefile.am): Likewise.
13467         * modules/uniname/uniname-tests (Makefile.am): Likewise.
13468         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
13469         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
13470         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
13471         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
13472         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
13473         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
13474         * modules/vprintf-posix-tests (Makefile.am): Likewise.
13475         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
13476         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
13477         * modules/xstrtoimax-tests (Makefile.am): Likewise.
13478         * modules/xstrtol-tests (Makefile.am): Likewise.
13479         * modules/xstrtoumax-tests (Makefile.am): Likewise.
13480         * modules/yesno-tests (Makefile.am): Likewise.
13481
13482 2007-10-03  Bruno Haible  <bruno@clisp.org>
13483
13484         * modules/trunc-tests: New file.
13485         * tests/test-trunc.c: New file.
13486
13487         * modules/trunc: New file.
13488         * lib/trunc.c: New file.
13489         * m4/trunc.m4: New file.
13490         * lib/math.in.h (trunc): New declaration.
13491         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
13492         HAVE_DECL_TRUNC.
13493         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
13494         HAVE_DECL_TRUNC.
13495         * doc/functions/trunc.texi: Mention the 'trunc' module.
13496
13497 2007-10-03  Bruno Haible  <bruno@clisp.org>
13498
13499         * tests/test-fpending.c: New file, mostly copied
13500         from coreutils/lib/t-fpending.c.
13501         * modules/fpending-tests: New file.
13502
13503 2007-10-03  Bruno Haible  <bruno@clisp.org>
13504
13505         Port the stdio extensions to QNX (untested).
13506         * lib/fseterr.c (fseterr): Add support for QNX.
13507         * lib/fbufmode.c (fbufmode): Likewise.
13508         * lib/freadable.c (freadable): Likewise.
13509         * lib/fwritable.c (fwritable): Likewise.
13510         * lib/freading.c (freading): Likewise.
13511         * lib/fwriting.c (fwriting): Likewise.
13512         * lib/freadahead.c (freadahed): Likewise.
13513         * lib/fpurge.c (fpurge): Likewise.
13514         * lib/fseeko.c (rpl_fseeko): Likewise.
13515
13516 2007-10-03  Bruno Haible  <bruno@clisp.org>
13517             Jim Meyering  <jim@meyering.net>
13518             Eric Blake  <ebb9@byu.net>
13519
13520         * doc/relocatable.texi: Use @command instead of @program.
13521
13522 2007-10-02  Jim Meyering  <jim@meyering.net>
13523
13524         Perform one more "_.h" -> ".in.h" substitution.
13525         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
13526         instead of unistd_.h here, too.
13527
13528 2007-10-01  Bruno Haible  <bruno@clisp.org>
13529
13530         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
13531         Needed for the alloca-opt module.
13532
13533 2007-09-30  Bruno Haible  <bruno@clisp.org>
13534
13535         * lib/alloca.in.h: Renamed from lib/alloca_.h.
13536         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
13537         alloca_.h.
13538         * lib/argz.in.h: Renamed from lib/argz_.h.
13539         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
13540         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
13541         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
13542         byteswap_.h.
13543         * lib/dirent.in.h: Renamed from lib/dirent_.h.
13544         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
13545         dirent_.h.
13546         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
13547         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
13548         fcntl_.h.
13549         * lib/float.in.h: Renamed from lib/float_.h.
13550         * modules/float (Files, Makefile.am): Use float.in.h instead of
13551         float_.h.
13552         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
13553         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
13554         fnmatch_.h.
13555         * lib/getopt.in.h: Renamed from lib/getopt_.h.
13556         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
13557         getopt_.h.
13558         * lib/glob.in.h: Renamed from lib/glob_.h.
13559         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
13560         * lib/iconv.in.h: Renamed from lib/iconv_.h.
13561         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
13562         iconv_.h.
13563         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
13564         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
13565         inttypes_.h.
13566         * lib/locale.in.h: Renamed from lib/locale_.h.
13567         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
13568         locale_.h.
13569         * lib/math.in.h: Renamed from lib/math_.h.
13570         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
13571         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
13572         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
13573         of netinet_in_.h. Add dependency.
13574         * lib/poll.in.h: Renamed from lib/poll_.h.
13575         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
13576         * lib/search.in.h: Renamed from lib/search_.h.
13577         * modules/search (Files, Makefile.am): Use search.in.h instead of
13578         search_.h.
13579         * lib/signal.in.h: Renamed from lib/signal_.h.
13580         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
13581         _signal.h.
13582         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
13583         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
13584         stdbool_.h.
13585         * lib/stdint.in.h: Renamed from lib/stdint_.h.
13586         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
13587         stdint_.h.
13588         * lib/stdio.in.h: Renamed from lib/stdio_.h.
13589         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
13590         stdio_.h.
13591         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
13592         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
13593         stdlib_.h.
13594         * lib/string.in.h: Renamed from lib/string_.h.
13595         * modules/string (Files, Makefile.am): Use string.in.h instead of
13596         string_.h.
13597         * doc/gnulib-tool.texi (Initial import): Update.
13598         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
13599         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
13600         of sys_select_.h. Add dependency.
13601         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
13602         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
13603         of sys_socket_.h.
13604         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
13605         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
13606         sys_stat_.h.
13607         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
13608         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
13609         sys_time_.h.
13610         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
13611         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
13612         sysexits_.h.
13613         * lib/time.in.h: Renamed from lib/time_.h.
13614         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
13615         * lib/unistd.in.h: Renamed from lib/unistd_.h.
13616         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
13617         unistd_.h.
13618         * lib/wchar.in.h: Renamed from lib/wchar_.h.
13619         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
13620         wchar_.h.
13621         * lib/wctype.in.h: Renamed from lib/wctype_.h.
13622         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
13623         wctype_.h.
13624         * build-aux/bootstrap (slurp): Update.
13625         * lib/.cppi-disable: Update.
13626
13627 2007-09-30  Bruno Haible  <bruno@clisp.org>
13628
13629         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
13630         Needed on BeOS.
13631
13632 2007-09-30  Bruno Haible  <bruno@clisp.org>
13633
13634         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
13635
13636 2007-09-29  Bruno Haible  <bruno@clisp.org>
13637
13638         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
13639
13640 2007-09-29  Bruno Haible  <bruno@clisp.org>
13641
13642         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
13643         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
13644         * build-aux/install-reloc: Compile also areadlink.c.
13645         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
13646
13647 2007-09-29  Bruno Haible  <bruno@clisp.org>
13648
13649         * gnulib-tool (func_emit_initmacro_done): Indentation.
13650
13651 2007-09-29  Bruno Haible  <bruno@clisp.org>
13652
13653         * README: Add CVS checkout update instructions.
13654         Info from Bob Proulx <bob@proulx.com>.
13655
13656 2007-09-28  Eric Blake  <ebb9@byu.net>
13657
13658         Provide move-if-change.
13659         * build-aux/move-if-change: New file, based on best practice
13660         rather than any canonical upstream location.
13661
13662 2007-09-28  Jim Meyering  <jim@meyering.net>
13663
13664         Fix canonicalize loop-detection corner case.
13665         Do not attempt to stat the symlink values stored via seen_triple.
13666         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
13667         on linux-2.6.18, (but not 2.6.22).
13668         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
13669         triple_compare.  The former compares dev,ino,filename, while the latter
13670         would actually stat dirname(filename) when dev and ino were equal.
13671         * lib/hash-triple.c: Install <string.h>.
13672         (STREQ): Define.
13673         (triple_compare_ino_str): New function.
13674         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
13675
13676 2007-09-28  Eric Blake  <ebb9@byu.net>
13677
13678         Enforce that AC_REPLACE_FUNCS files exist.
13679         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
13680         override check for typos.
13681
13682         Fix test-closein on Solaris 10.
13683         * tests/test-closein.c (main): Don't assume stdin can be inherited
13684         closed on all systems.
13685         * tests/test-closein.sh: Likewise.
13686         Reported by Piotr Tarnowski.
13687
13688 2007-09-28  Jim Meyering  <jim@meyering.net>
13689
13690         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
13691
13692 2007-09-27  Jim Meyering  <jim@meyering.net>
13693
13694         canonicalize: Avoid a false-positive cycle failure.
13695         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
13696         Sort.  Remove cycle-check.
13697         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
13698         not cycle-check.h.
13699         (seen_triple): New function.
13700         (canonicalize_filename_mode): Use it instead of cycle-check.
13701         * tests/test-canonicalize.c: Add a test for this bug.
13702         * tests/test-canonicalize.sh: Set up and run the test.
13703
13704         New module, file-set, from coreutils.
13705         * modules/file-set: Define it.
13706         * lib/file-set.c, lib/file-set.h: Implement.
13707
13708         New module, hash-triple, from coreutils.
13709         * modules/hash-triple: Define it.
13710         * lib/hash-triple.c, lib/hash-triple.h: Implement.
13711
13712 2007-09-25  Eric Blake  <ebb9@byu.net>
13713
13714         Fix strerror on Interix.
13715         * lib/string_.h (strerror): Declare replacement.
13716         * doc/functions/strerror.texi (strerror): Document the Interix
13717         shortcoming.
13718         * modules/string (Makefile.am): Support new hooks.
13719         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
13720         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
13721         gl_FUNC_STRERROR_SEPARATE.
13722         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
13723         * lib/strerror.c (rpl_strerror): Provide replacement.
13724         * modules/strerror (Depends-on): Add string.
13725         (configure.ac): Detect use of module.
13726         * tests/test-strerror.c: New file.
13727         * modules/strerror-tests: New test module.
13728         * modules/argp (Depends-on): Add strerror.
13729         * modules/error (Depends-on): Likewise.
13730         Reported by Martin Koeppe.
13731
13732 2007-09-24  Bruno Haible  <bruno@clisp.org>
13733
13734         * README: Update git instructions.
13735
13736 2007-09-24  Eric Blake  <ebb9@byu.net>
13737
13738         Revert fpending breakage from 2007-09-08.
13739         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
13740         __fpending.c.
13741
13742 2007-09-24  Jim Meyering  <jim@meyering.net>
13743
13744         filenamecat.c: Add a test.
13745         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
13746         showing how the function works when DIR is the empty string.
13747
13748 2007-09-21  Simon Josefsson  <simon@josefsson.org>
13749
13750         * tests/test-canonicalize.sh: Turn on executable bit.
13751
13752 2007-09-19  Eric Blake  <ebb9@byu.net>
13753
13754         * README: Update CVS instructions.
13755
13756 2007-09-18  Bruno Haible  <bruno@clisp.org>
13757
13758         * modules/areadlink: New file.
13759         * lib/areadlink.h (areadlink): New declaration.
13760         * lib/areadlink.c: New file, based on lib/xreadlink.c.
13761
13762 2007-09-17  Jim Meyering  <jim@meyering.net>
13763
13764         * lib/savewd.c (ESTALE) [!defined]: Define.
13765         Reported to be required on Interix by Martin Koeppe.
13766
13767 2007-09-17  Bruno Haible  <bruno@clisp.org>
13768
13769         * gnulib-tool (func_version): Use $version.
13770
13771 2007-09-16  Bruno Haible  <bruno@clisp.org>
13772
13773         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
13774         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
13775         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
13776         Reported by Greg Schafer <gschafer@zip.com.au>.
13777
13778 2007-09-15  Bruno Haible  <bruno@clisp.org>
13779
13780         * gnulib-tool (sed): Try a little harder to make bash understand the
13781         alias.
13782         Reported by Bruce Korb <bruce.korb@gmail.com>.
13783
13784 2007-09-13  Eric Blake  <ebb9@byu.net>
13785
13786         * ChangeLog: Remove conflict markers.
13787
13788 2007-09-13  Simon Josefsson  <simon@josefsson.org>
13789
13790         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
13791         Reported by Bruno Haible <bruno@clisp.org>.
13792
13793 2007-09-12  Bruno Haible  <bruno@clisp.org>
13794
13795         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
13796         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
13797         is not defined.
13798
13799 2007-09-12  Eric Blake  <ebb9@byu.net>
13800
13801         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
13802         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
13803         Autoconf definition.
13804         * modules/euidaccess (Depends-on): Add extensions, for
13805         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
13806         * modules/fnmatch (Depends-on): Likewise.
13807         * modules/getaddrinfo (Depends-on): Likewise.
13808         * modules/getdelim (Depends-on): Likewise.
13809         * modules/getline (Depends-on): Likewise.
13810         * modules/getsubopt (Depends-on): Likewise.
13811         * modules/gettext (Depends-on): Likewise.
13812         * modules/group-member (Depends-on): Likewise.
13813         * modules/mbchar (Depends-on): Likewise.
13814         * modules/memmem (Depends-on): Likewise.
13815         * modules/mempcpy (Depends-on): Likewise.
13816         * modules/memrchr (Depends-on): Likewise.
13817         * modules/pagealign_alloc (Depends-on): Likewise.
13818         * modules/readutmp (Depends-on): Likewise.
13819         * modules/stpcpy (Depends-on): Likewise.
13820         * modules/stpncpy (Depends-on): Likewise.
13821         * modules/strchrnul (Depends-on): Likewise.
13822         * modules/strndup (Depends-on): Likewise.
13823         * modules/strsep (Depends-on): Likewise.
13824         * modules/strverscmp (Depends-on): Likewise.
13825         * modules/vasprintf (Depends-on): Likewise.
13826         * modules/wcwidth (Depends-on): Likewise.
13827         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
13828         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
13829         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
13830         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
13831         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
13832         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
13833         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
13834         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
13835         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
13836         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
13837         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
13838         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
13839         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
13840         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
13841         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
13842         * m4/readutmp.m4 (gl_READUTMP): Likewise.
13843         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
13844         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
13845         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
13846         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
13847         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
13848         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
13849         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
13850         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
13851         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
13852         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
13853         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
13854         so that lock.m4 can be used in gettext without extensions module.
13855
13856 2007-09-11  Bruno Haible  <bruno@clisp.org>
13857
13858         * m4/isc-posix.m4: Remove file.
13859         Suggested by Eric Blake.
13860
13861 2007-09-11  Eric Blake  <ebb9@byu.net>
13862
13863         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
13864
13865 2007-09-10  Bruno Haible  <bruno@clisp.org>
13866
13867         * posix-modules: Fix typo in error message.
13868         Reported by Matt <mkraai@beckman.com>.
13869
13870 2007-09-09  Bruno Haible  <bruno@clisp.org>
13871
13872         * doc/functions/getdelim.texi: Update list of platforms lacking the
13873         function.
13874         * doc/functions/getline.texi: Likewise.
13875
13876 2007-09-09  Jim Meyering  <jim@meyering.net>
13877
13878         * lib/hash.c (hash_initialize): Detect calloc failure.
13879         Reported by Bruno Haible.
13880
13881 2007-09-09  Bruno Haible  <bruno@clisp.org>
13882
13883         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
13884         malloc or realloc fails.
13885
13886 2007-09-09  Bruno Haible  <bruno@clisp.org>
13887
13888         * modules/getcwd (Depends-on): Add malloc-posix.
13889         * modules/glob (Depends-on): Likewise.
13890         * modules/putenv (Depends-on): Likewise.
13891         * modules/strdup (Depends-on): Likewise.
13892         * modules/getdelim (Depends-on): Add realloc-posix.
13893         * modules/read-file (Depends-on): Likewise.
13894
13895 2007-09-09  Bruno Haible  <bruno@clisp.org>
13896
13897         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
13898         (gl_FUNC_MALLOC_POSIX): Require it.
13899         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
13900         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
13901         * modules/realloc (Files): Add m4/malloc.m4.
13902         * modules/calloc (Files): Likewise.
13903
13904 2007-09-09  Bruno Haible  <bruno@clisp.org>
13905
13906         * modules/malloc-posix: New file.
13907         * modules/malloc (Depends-on): Add malloc-posix.
13908         * lib/malloc.c: Include errno.h.
13909         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
13910         and a POSIX-compatible malloc into a single function. Set ENOMEM
13911         when returning NULL.
13912         * m4/malloc.m4: New file.
13913         * doc/functions/malloc.texi: Mention the malloc-posix module.
13914         * lib/stdlib_.h (malloc): New declaration.
13915         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
13916         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
13917         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
13918         and HAVE_MALLOC_POSIX.
13919
13920 2007-09-09  Bruno Haible  <bruno@clisp.org>
13921
13922         * modules/realloc-posix: New file.
13923         * modules/realloc (Depends-on): Add realloc-posix.
13924         * lib/realloc.c: Include errno.h.
13925         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
13926         and a POSIX-compatible realloc into a single function. Set ENOMEM
13927         when returning NULL.
13928         * m4/realloc.m4: New file.
13929         * doc/functions/realloc.texi: Mention the realloc-posix module.
13930         * lib/stdlib_.h (realloc): New declaration.
13931         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
13932         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
13933         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
13934         and HAVE_REALLOC_POSIX.
13935
13936 2007-09-09  Bruno Haible  <bruno@clisp.org>
13937
13938         * modules/calloc-posix: New file.
13939         * modules/calloc (Depends-on): Add calloc-posix.
13940         * lib/calloc.c: Include errno.h.
13941         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
13942         and a POSIX-compatible calloc into a single function. Set ENOMEM
13943         when returning NULL.
13944         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
13945         * doc/functions/calloc.texi: Mention the calloc-posix module.
13946         * lib/stdlib_.h (calloc): New declaration.
13947         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
13948         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
13949         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
13950         and HAVE_CALLOC_POSIX.
13951
13952 2007-09-09  Bruno Haible  <bruno@clisp.org>
13953
13954         Allow for modules to show an arbitrary notice.
13955         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
13956         * gnulib-tool: New option --extract-notice.
13957         (func_usage): Document it.
13958         (sed_extract_prog): Update.
13959         (func_get_notice): New function.
13960         (func_modules_notice): New function.
13961         (func_import, func_create_testdir): Invoke it.
13962         Suggested by Jim Meyering.
13963
13964 2007-09-09  Bruno Haible  <bruno@clisp.org>
13965
13966         * gnulib-tool: New options --verbose, --quiet.
13967         (func_usage): Document them.
13968         (verbose): New variable.
13969         (func_execute_command): New function.
13970         (func_import): Don't show the module list and the file list if
13971         $verbose < 0.
13972         (func_create_testdir): Likewise. Use func_execute_command.
13973         (func_create_megatestdir): Use func_execute_command.
13974
13975 2007-09-08  Bruno Haible  <bruno@clisp.org>
13976
13977         * gnulib-tool (func_import): Prefer rsync over wget when available,
13978         for fetching the PO files.
13979
13980 2007-09-08  Bruno Haible  <bruno@clisp.org>
13981
13982         * posix-modules: New file. Portions copied from gnulib-tool.
13983         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
13984
13985 2007-09-08  Jim Meyering  <jim@meyering.net>
13986
13987         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
13988         * lib/fpending.h: Rename from __fpending.h.
13989         * lib/fpending.c: Rename from __fpending.c.
13990         Include "fpending.h", not "__fpending.h".
13991         * lib/__fpending.h, lib/__fpending.c: Remove files.
13992         * modules/fpending (Files): Reflect new file names.
13993         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
13994
13995 2007-09-08  Bruno Haible  <bruno@clisp.org>
13996
13997         * m4/inttypes-h.m4: Remove stub file.
13998
13999 2007-09-07  Simon Josefsson  <simon@josefsson.org>
14000
14001         * doc/headers/stdint.texi: Discuss #include_next issue.
14002
14003 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
14004
14005         * build-aux/bootstrap: Remove obsolete comment about wget --help.
14006
14007 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14008
14009         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
14010         in variable name.
14011
14012 2007-09-03  Jim Meyering  <jim@meyering.net>
14013
14014         New module: git-version-gen.
14015         * modules/git-version-gen: New file.
14016
14017         Import changes from coreutils for bootstrap script.
14018
14019         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
14020
14021         bootstrap: uses rsync to download the .po files
14022         * build-aux/bootstrap (po_download_command_format): New global.
14023         (download_po_files): Use rsync.
14024         (update_po_files): Don't remove .po files after download,
14025         so future rsync runs can take advantage of the copies.
14026
14027         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
14028
14029         Solve the unnecessary-.po-file-regeneration problem once and for all.
14030         * build-aux/bootstrap (download_po_files): New function, renamed from
14031         get_translations.  Now, downloads, but doesn't update LINGUAS.
14032         (update_po_files): New function.
14033
14034         bootstrap: Ignore more.
14035         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
14036         uniwidth to e.g., lib/.gitignore.
14037         (slurp): Handle the sys_stat_.h -> sys mapping, too.
14038
14039         * build-aux/bootstrap: New setting: vc_ignore.
14040         (insert_sorted_if_absent): Create $file if absent.
14041         Adapt to new, possibly empty, list: $vc_ignore.
14042
14043         bootstrap: generate more ignorable names
14044         * build-aux/bootstrap (slurp): When generating ignorable names,
14045         also map .sin to .sed, .gperf to .c, and .y to .c.
14046
14047 2007-09-03  Jim Meyering  <jim@meyering.net>
14048
14049         * build-aux/git-version-gen: New file, from coreutils.  For details, see
14050         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
14051
14052 2007-09-02  Bruno Haible  <bruno@clisp.org>
14053
14054         Fix mis-recognition of 'mcs' on QNX 6.
14055         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
14056         output contains the string "Mono".
14057         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
14058         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
14059
14060 2007-09-01  Bruno Haible  <bruno@clisp.org>
14061
14062         Fix collision between uniwidth/* and linebreak modules.
14063         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
14064         u32_width): Remove declarations.
14065         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
14066         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
14067         streq3, streq2, streq1, streq0): Remove functions.
14068         (STREQ): Remove macro.
14069         (is_cjk_encoding): Remove function.
14070         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
14071         (uc_width, u8_width, u16_width, u32_width): Remove functions.
14072         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
14073         * NEWS: Document the change.
14074
14075 2007-09-01  Bruno Haible  <bruno@clisp.org>
14076
14077         * lib/streq.h: Add double-inclusion guard.
14078
14079 2007-09-01  Karl Berry  <karl@gnu.org>
14080
14081         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
14082
14083 2007-08-28  Jim Meyering  <jim@meyering.net>
14084
14085         Rename mreadlink_with_size to areadlink_with_size.
14086         * NEWS: Document the change.
14087         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
14088         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
14089         * lib/mreadlink.h: Rename this to...
14090         * lib/areadlink.h: ...this.
14091         * modules/mreadlink-with-size: Rename this to...
14092         * modules/areadlink-with-size: ...this.
14093         * lib/canonicalize.c: Reflect the renaming.
14094         * modules/canonicalize: Likewise.
14095
14096 2007-08-26  Bruno Haible  <bruno@clisp.org>
14097
14098         * gnulib-tool (func_import): When deciding which files to remove,
14099         consider also dangling symbolic links.
14100         Reported by Eric Blake.
14101
14102 2007-08-26  Bruno Haible  <bruno@clisp.org>
14103
14104         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
14105
14106 2007-08-23  Simon Josefsson  <simon@josefsson.org>
14107
14108         * lib/readline.c: Don't include getline.h, the prototype is now
14109         found in stdio.h.
14110
14111 2007-08-23  Jim Meyering  <jim@meyering.net>
14112
14113         Getdelim touchup.
14114         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
14115         around the funlockfile call, since funlockfile never sets errno.
14116         Don't set errno upon failed realloc.
14117
14118 2007-08-22  Eric Blake  <ebb9@byu.net>
14119
14120         Getline touchups.
14121         * lib/getdelim.c (getdelim): Revert regression that required *n to
14122         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
14123         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
14124         getdelim, rather than whether implementation is missing.
14125         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
14126         * lib/stdio_.h (getline): Also declare if replacement is
14127         required.
14128         * doc/functions/getdelim.texi: New file.
14129         * doc/functions/getline.texi: Likewise.
14130         * doc/gnulib.texi (Function Substitutes): Add new files.
14131         Reported by Bruno Haible.
14132
14133 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
14134
14135         * users.txt: Add Guile.
14136
14137 2007-08-22  Eric Blake  <ebb9@byu.net>
14138
14139         * tests/test-getdelim.c (main): Use remove, not unlink.
14140         * tests/test-getline.c (main): Likewise.
14141
14142         Move getline and getdelim into stdio.h, per POSIX 200x.
14143         * modules/getline (Files): Remove getline.h.
14144         (Depends-on): Add stdio.
14145         (configure.ac): Add module indicator.
14146         * modules/getdelim (Files): Remove getdelim.h.
14147         (Depends-on): Add stdio.
14148         (configure.ac): Add module indicator.
14149         * modules/stdio (Makefile.am): Work with new indicators.
14150         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
14151         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
14152         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
14153         * lib/getdelim.h: Delete.
14154         * lib/getline.h: Delete.
14155         * lib/stdio_.h (getdelim, getline): Declare.
14156         * modules/getdelim-tests: New module.
14157         * modules/getline-tests: Likewise.
14158         * tests/test-getdelim.c: New file.
14159         * tests/test-getline.c: Likewise.
14160         * NEWS: Document the change.
14161         * lib/getline.c: Update choice of header.
14162         * lib/csharpcomp.c: Likewise.
14163         * lib/getpass.c: Likewise.
14164         * lib/javacomp.c: Likewise.
14165         * lib/javaversion.c: Likewise.
14166         * lib/yesno.c: Likewise.
14167         * lib/getdelim.c: Likewise.
14168         (getdelim): Set errno on failure, and avoid memory leak.
14169
14170 2007-08-19  Bruno Haible  <bruno@clisp.org>
14171
14172         * modules/closein (Depends-on): Add freadahead.
14173         * lib/closein.c: Include freadahead.h.
14174         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
14175         is zero.
14176
14177 2007-08-19  Bruno Haible  <bruno@clisp.org>
14178
14179         * modules/freadahead-tests: New file.
14180         * tests/test-freadahead.sh: New file.
14181         * tests/test-freadahead.c: New file.
14182
14183         * modules/freadahead: New file.
14184         * lib/freadahead.h: New file.
14185         * lib/freadahead.c: New file.
14186         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
14187         fbufmode, fpurge, freadable, fwritable.
14188
14189 2007-08-19  Eric Blake  <ebb9@byu.net>
14190
14191         Test yesno in combination with closein.
14192         * lib/yesno.c (yesno): Document use of stdin.
14193         * modules/yesno-tests (Files): New module.
14194         * tests/test-yesno.c (main): New file.
14195         * tests/test-yesno.sh: Likewise.
14196
14197 2007-08-19  Bruno Haible  <bruno@clisp.org>
14198
14199         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
14200         * lib/fseeko.c (rpl_fseeko): Likewise.
14201         * lib/fseterr.c (fseterr): Likewise.
14202
14203 2007-08-19  Bruno Haible  <bruno@clisp.org>
14204
14205         * tests/test-lseek.c (main): Disable a test for BeOS.
14206         * doc/functions/lseek.texi: Document the BeOS bug.
14207
14208 2007-08-19  Bruno Haible  <bruno@clisp.org>
14209             Eric Blake  <ebb9@byu.net>
14210
14211         * lib/lseek.c: Include <sys/stat.h>.
14212         (rpl_lseek): Add workaround code also for Unix platforms.
14213         Needed for BeOS.
14214         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
14215         * doc/functions/lseek.texi: Document BeOS definiency.
14216
14217 2007-08-18  Bruno Haible  <bruno@clisp.org>
14218
14219         * modules/fstrcmp-tests: New file.
14220         * tests/test-fstrcmp.c: New file.
14221
14222 2007-08-18  Bruno Haible  <bruno@clisp.org>
14223
14224         * modules/fstrcmp: New file, from GNU gettext with modifications.
14225         * lib/fstrcmp.h: New file, from GNU gettext.
14226         * lib/fstrcmp.c: New file, from GNU gettext.
14227         * MODULES.html.sh (String handling): Add fstrcmp.
14228
14229 2007-08-18  Bruno Haible  <bruno@clisp.org>
14230
14231         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
14232         'bool'.
14233         (diag, compareseq): Remove const from the ctxt argument.
14234         (USE_HEURISTIC): Undefine at the end.
14235
14236 2007-08-18  Jim Meyering  <jim@meyering.net>
14237
14238         New file: lib/idcache.h
14239         * NEWS: Mention the addition.
14240         * modules/idcache (Files): Add lib/idcache.h
14241         * lib/idcache.c: Include "idcache.h".
14242         Don't include <sys/types.h>.
14243         Add a FIXME comment.
14244         Move file-scoped "static" declarations to the top.
14245         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
14246
14247 2007-08-17  Bruno Haible  <bruno@clisp.org>
14248         and Paul Eggert  <eggert@cs.ucla.edu>
14249
14250         * MODULES.html.sh: Add diffseq.
14251         * modules/diffseq: New file.
14252         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
14253         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
14254
14255 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
14256
14257         Import changes from coreutils for bootstrap script.
14258
14259         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
14260
14261         * build-aux/bootstrap (slurp): Work even in environments where
14262         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
14263         current code does not slurp files whose names start with ".", and
14264         this looks like it might be a troublesome area.
14265
14266         2007-07-11  Jim Meyering  <jim@meyering.net>
14267
14268         If there's a GPL vN copyright comment, require that N == 3.
14269
14270         2007-07-08  Jim Meyering  <jim@meyering.net>
14271
14272         Run the coreutils-specific code only if tests/Makefile.am.in exists.
14273         * build-aux/bootstrap (mam_template): Move definition out of loop.
14274
14275         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
14276
14277         * build-aux/bootstrap (symlink_to_dir): Rename function from
14278         symlink_to_gnulib.  Add a directory parameter.  Update all
14279         callers.
14280         (cp_mark_as_generated): Also check for -- and link to -- files in
14281         gl/.
14282
14283         2007-07-08  Jim Meyering  <jim@meyering.net>
14284
14285         Adapt to deeper hierarchy in gnulib.
14286         * build-aux/bootstrap (symlink_to_dir): If the destination
14287         directory doesn't exist, create it. This is required at least for
14288         "lib/uniwidth/cjk.h".
14289
14290         2007-05-15  Jim Meyering  <jim@meyering.net>
14291
14292         * build-aux/bootstrap: Now that generated Makefile.am files
14293         are no longer under version control, they must be created at
14294         bootstrap time.
14295
14296 2007-08-14  Ben Pfaff  <blp@gnu.org>
14297
14298         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
14299
14300 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
14301
14302         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
14303         given the changes below.
14304         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
14305         even on hosts that have padding bits beyond the supported 64.
14306
14307 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
14308
14309         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
14310         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
14311         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
14312         depends on it.
14313         (xstrtol_error): Remove.
14314         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
14315         but with a different signature.
14316         (ATTRIBUTE_NORETURN, __attribute__): New macros.
14317         * lib/xstrtol-error.c: Include exitfail.h.
14318         (xstrtol_fatal): New function, with a different signature from the
14319         old xstrtol_error, so that the caller need not worry about passing
14320         in an exit status, or about storage management of the option argument.
14321         (xstrtol_error): Now a static function.  Redo signature to
14322         implement xstrtol_fatal.  Output the correct number of hyphens in
14323         front of the option so that the caller need not worry about
14324         storage management.
14325         (N_): New macro.
14326         (_): Remove; not used now.
14327         * modules/xstrtol: Depend on getopt.
14328         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
14329         of old STRTOL_FATAL_ERROR macro.
14330         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
14331         of test program.
14332         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
14333         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
14334
14335 2007-08-08  Eric Blake  <ebb9@byu.net>
14336
14337         * lib/xstrtol-error.c: Add missing include.
14338
14339         Move xstrtol messages into gnulib domain, when --pobase is used.
14340         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
14341         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
14342         * modules/xstrtol (Files): Distribute new file.
14343         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
14344         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
14345         * tests/test-xstrtol.c: ...into new file.
14346         * tests/test-xstrtoul.c: Also test xstrtoul.
14347         * tests/test-xstrtoimax.c: Also test xstrtoimax.
14348         * tests/test-xstrtoumax.c: Also test xstrtoumax.
14349         * tests/test-xstrtol.sh: Drive the tests.
14350         * tests/test-xstrtoimax.sh: Likewise.
14351         * tests/test-xstrtoumax.sh: Likewise.
14352         * modules/xstrtol-tests: New module.
14353         * modules/xstrtoimax-tests: Likewise.
14354         * modules/xstrtoumax-tests: Likewise.
14355
14356 2007-08-08  Jim Meyering  <jim@meyering.net>
14357
14358         New function: mfile_name_concat.
14359         * lib/filenamecat.c (mfile_name_concat): New function, just like
14360         file_name_concat, but return NULL upon failure rather than exiting
14361         with a diagnostic.
14362         * lib/filenamecat.h: Declare it.
14363
14364 2007-08-07  Bruno Haible  <bruno@clisp.org>
14365
14366         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
14367         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
14368         warning from gcc.
14369         Reported by Eric Blake.
14370
14371 2007-08-07  Simon Josefsson  <simon@josefsson.org>
14372
14373         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
14374         * modules/crypto/arcfour (License): Likewise.
14375         * modules/crypto/des-tests (License): Likewise.
14376         * modules/crypto/gc-arctwo-tests (License): Likewise.
14377         * modules/crypto/gc-des-tests (License): Likewise.
14378         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
14379         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
14380         * modules/crypto/gc-md2-tests (License): Likewise.
14381         * modules/crypto/gc-md4-tests (License): Likewise.
14382         * modules/crypto/gc-md5-tests (License): Likewise.
14383         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
14384         * modules/crypto/gc-rijndael-tests (License): Likewise.
14385         * modules/crypto/gc-sha1-tests (License): Likewise.
14386         * modules/crypto/gc-tests (License): Likewise.
14387         * modules/crypto/hmac-md5 (License): Likewise.
14388         * modules/crypto/hmac-sha1 (License): Likewise.
14389         * modules/crypto/md2-tests (License): Likewise.
14390         * modules/crypto/md4-tests (License): Likewise.
14391         * modules/crypto/md5 (License): Likewise.
14392         * modules/crypto/rijndael (License): Likewise.
14393         * modules/crypto/sha1 (License): Likewise.
14394         * modules/memxor (License): Likewise.
14395
14396 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
14397         and Bruno Haible  <bruno@clisp.org>
14398
14399         * NEWS: Describe interface changes to human, xstrtol.
14400         * lib/human.h: Include <xstrtol.h>.
14401         (human_options): Return enum strtol_error, not int.  Remove
14402         bool arg; take int * instead.
14403         * lib/human.c: Don't include "gettext.h".
14404         (_): Remove; no longer used.
14405         Don't include <xstrtol.h>, since human.h does it.
14406         (human_options): Adjust to abovementioned interface changes.
14407         Do not report error to stderr; that's now the caller's
14408         responsibility.
14409         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
14410         interface change.
14411         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
14412         Str, Argument_type_string.  All uses changed.  Put " argument"
14413         in diagnostics to make them clearer.  Change wording of suffix
14414         message for clarity.
14415         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
14416         Argument_type_string.
14417         (STRTOL_FATAL_WARN): Remove; no longer used.
14418         * modules/human (Depends-on): Remove gettext-h.
14419
14420 2007-08-06  Simon Josefsson  <simon@josefsson.org>
14421
14422         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
14423
14424 2007-07-31  Bruno Haible  <bruno@clisp.org>
14425
14426         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
14427         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
14428         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
14429
14430 2007-07-31  Bruno Haible  <bruno@clisp.org>
14431
14432         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
14433         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
14434
14435 2007-07-30  Bruno Haible  <bruno@clisp.org>
14436
14437         * modules/base64 (License): Use the synonymous term "LGPLv2+".
14438         * modules/c-ctype (License): Likewise.
14439         * modules/c-strcase (License): Likewise.
14440         * modules/check-version (License): Likewise.
14441         * modules/iconv (License): Likewise.
14442         * modules/iconv_open (License): Likewise.
14443         * modules/read-file (License): Likewise.
14444         * modules/striconv (License): Likewise.
14445         * modules/strverscmp (License): Likewise.
14446         * modules/vasprintf (License): Likewise.
14447         * modules/crypto/des (License): Likewise.
14448         * modules/crypto/gc (License): Likewise.
14449         * modules/crypto/gc-arcfour (License): Likewise.
14450         * modules/crypto/gc-arctwo (License): Likewise.
14451         * modules/crypto/gc-des (License): Likewise.
14452         * modules/crypto/gc-hmac-md5 (License): Likewise.
14453         * modules/crypto/gc-hmac-sha1 (License): Likewise.
14454         * modules/crypto/gc-md2 (License): Likewise.
14455         * modules/crypto/gc-md4 (License): Likewise.
14456         * modules/crypto/gc-md5 (License): Likewise.
14457         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
14458         * modules/crypto/gc-random (License): Likewise.
14459         * modules/crypto/gc-rijndael (License): Likewise.
14460         * modules/crypto/gc-sha1 (License): Likewise.
14461         * modules/crypto/md2 (License): Likewise.
14462         * modules/crypto/md4 (License): Likewise.
14463
14464 2007-07-30  Jim Meyering  <jim@meyering.net>
14465
14466         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
14467         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
14468         it has valid stat data.  This bug would cause du not to count the
14469         sizes of inaccessible directories.
14470         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
14471         in <http://bugzilla.redhat.com/250077>.
14472
14473 2007-07-25  Peter O'Gorman  <peter@pogma.com>
14474             Bruno Haible  <bruno@clisp.org>
14475
14476         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
14477         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
14478         #include_next, gives a diagnostic about it, but reports no error in
14479         the exit code.
14480         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
14481
14482 2007-07-24  Ben Pfaff  <blp@gnu.org>
14483
14484         Improve name: "count-one-bits" is better than "popcount".
14485         * MODULES.html.sh: Update name.
14486         * lib/popcount.h: Renamed lib/count-one-bits.h.
14487         (popcount): Renamed count_one_bits.
14488         (popcountl): Renamed count_one_bits_l.
14489         (popcountll): Renamed count_one_bits_ll.
14490         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
14491         * modules/popcount: Renamed module/count-one-bits.
14492         * modules/popcount-tests: Renamed module/count-one-bits-tests.
14493         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
14494
14495 2007-07-23  Ben Pfaff  <blp@gnu.org>
14496
14497         * lib/popcount.h (popcount32): Reduce size of constants, to allow
14498         better code generation, and add U to large constants to avoid
14499         warnings, in non-GCC case.
14500         Suggested by Bruno Haible.
14501
14502 2007-07-23  Ben Pfaff  <blp@gnu.org>
14503
14504         * lib/popcount.h: Use verify_true instead of if...abort.
14505         * modules/popcount: Depend on verify module.
14506         Suggested by Jim Meyering.
14507
14508 2007-07-23  Bruno Haible  <bruno@clisp.org>
14509
14510         * gnulib-tool (func_import): Create a .cvsignore file also when the
14511         directory is not yet in CVS but the toplevel directory is. When
14512         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
14513         Reported by Karl Berry.
14514
14515 2007-07-22  Ben Pfaff  <blp@gnu.org>
14516
14517         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
14518         case.
14519         Suggested by Eric Blake.
14520
14521 2007-07-22  Ben Pfaff  <blp@gnu.org>
14522
14523         New module: popcount.
14524         * MODULES.html.sh: Add popcount.
14525         * modules/popcount: New file.
14526         * modules/popcount-tests: New file.
14527         * tests/test-popcount.c: New file.
14528         * lib/popcount.h: New file.
14529         * m4/popcount.m4: New file.
14530
14531 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
14532
14533         * build-aux/announce-gen: Update to GPLv3.
14534
14535         * build-aux/config.guess: Update from config.
14536
14537 2007-07-21  Bruno Haible  <bruno@clisp.org>
14538
14539         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
14540         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
14541
14542 2007-07-20  Jim Meyering  <jim@meyering.net>
14543
14544         * check-module: Diagnose a self-dependency.
14545
14546 2007-07-19  Bruno Haible  <bruno@clisp.org>
14547
14548         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
14549         empty.
14550         Reported by Eric Blake.
14551
14552 2007-07-18  Bruno Haible  <bruno@clisp.org>
14553
14554         * gnulib-tool: New options --po-base, --po-domain.
14555         (func_usage): Document them.
14556         (pobase, po_domain): New variables.
14557         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
14558         DEFAULT_TEXT_DOMAIN.
14559         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
14560         (func_import): Consider pobase and po_domain. Create a po/ directory.
14561         (func_create_testdir): Set pobase and po_domain to empty.
14562         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
14563         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
14564
14565 2007-07-18  Bruno Haible  <bruno@clisp.org>
14566
14567         * gnulib-tool (func_get_automake_snippet): Synthesize also an
14568         EXTRA_DIST augmentation for files in build-aux/.
14569
14570 2007-07-16  Bruno Haible  <bruno@clisp.org>
14571
14572         * modules/lseek (License): Use the synonymous term "LGPLv2+".
14573         * modules/getdelim (License): Likewise.
14574
14575 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14576
14577         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
14578         * modules/d-type (License): Likewise.
14579         * modules/extensions (License): Likewise.
14580         * modules/fnmatch (License): Likewise.
14581         * modules/fseeko (License): Likewise.
14582         * modules/getaddrinfo (License): Likewise.
14583         * modules/getline (License): Likewise.
14584         * modules/getlogin_r (License): Likewise.
14585         * modules/getpass (License): Likewise.
14586         * modules/gettimeofday (License): Likewise.
14587         * modules/glob (License): Likewise.
14588         * modules/inet_ntop (License): Likewise.
14589         * modules/malloc (License): Likewise.
14590         * modules/malloca (License): Likewise.
14591         * modules/memmem (License): Likewise.
14592         * modules/mempcpy (License): Likewise.
14593         * modules/memset (License): Likewise.
14594         * modules/minmax (License): Likewise.
14595         * modules/mktime (License): Likewise.
14596         * modules/netinet_in (License): Likewise.
14597         * modules/pathmax (License): Likewise.
14598         * modules/poll (License): Likewise.
14599         * modules/regex (License): Likewise.
14600         * modules/snprintf (License): Likewise.
14601         * modules/stdbool (License): Likewise.
14602         * modules/stdint (License): Likewise.
14603         * modules/stdio (License): Likewise.
14604         * modules/strcase (License): Likewise.
14605         * modules/strcasestr (License): Likewise.
14606         * modules/strdup (License): Likewise.
14607         * modules/string (License): Likewise.
14608         * modules/strndup (License): Likewise.
14609         * modules/strnlen (License): Likewise.
14610         * modules/strpbrk (License): Likewise.
14611         * modules/strptime (License): Likewise.
14612         * modules/strsep (License): Likewise.
14613         * modules/sys_select (License): Likewise.
14614         * modules/sys_socket (License): Likewise.
14615         * modules/sys_stat (License): Likewise.
14616         * modules/sys_time (License): Likewise.
14617         * modules/time (License): Likewise.
14618         * modules/time_r (License): Likewise.
14619         * modules/timegm (License): Likewise.
14620         * modules/unistd (License): Likewise.
14621         * modules/vsnprintf (License): Likewise.
14622         * modules/wctype (License): Likewise.
14623
14624 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14625
14626         * modules/argz (License): LGPLv2+.
14627
14628 2007-07-15  Karl Berry  <karl@gnu.org>
14629
14630         * doc/gnulib.texi: revise node structure per new fdl.texi.
14631
14632 2007-07-14  Bruno Haible  <bruno@clisp.org>
14633
14634         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
14635         the output file.
14636         * lib/uniname/uninames.h: Regenerated.
14637
14638 2007-07-14  Karl Berry  <karl@gnu.org>
14639
14640         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
14641         omitting sectioning and index commands.
14642
14643 2007-07-13  Bruno Haible  <bruno@clisp.org>
14644
14645         New gnulib-tool option --more-symlinks.
14646         * gnulib-tool (func_usage): Document --more-symlinks.
14647         (do_copyrights): New variable.
14648         Recognize option --more-symlinks.
14649         (func_import): Don't add a copyright notice transform to
14650         sed_transform_lib_file if do_copyrights is empty.
14651
14652 2007-07-13  Bruno Haible  <bruno@clisp.org>
14653
14654         * lib/vasnprintf.c (decimal_point_char): Define also if
14655         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
14656         && !NEED_PRINTF_DIRECTIVE_A.
14657         Reported by Clemens Koller <clemens.koller@anagramm.de> via
14658         Gary V. Vaughan <gary@gnu.org>.
14659
14660 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
14661
14662         * lib/inttypes_.h: Undo previous change, since it was fixed
14663         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
14664
14665 2007-07-13  Bruno Haible  <bruno@clisp.org>
14666
14667         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
14668         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
14669
14670 2007-07-13  Jim Meyering  <jim@meyering.net>
14671
14672         df: Don't fail for Tru64's "file-on-file mount".
14673         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
14674         so we fall through and use statfs instead.  Details here:
14675         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
14676         Reported by Albert Chin.
14677
14678 2007-07-13  Bruno Haible  <bruno@clisp.org>
14679
14680         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
14681         * modules/configmake (License): Likewise.
14682         * modules/gettext (License): Likewise.
14683         * modules/gettext-h (License): Likewise.
14684         * modules/include_next (License): Likewise.
14685         * modules/link-warning (License): Likewise.
14686         * modules/localcharset (License): Likewise.
14687         * modules/localename (License): Likewise.
14688         * modules/lock (License): Likewise.
14689         * modules/relocatable-lib-lgpl (License): Likewise.
14690         * modules/size_max (License): Likewise.
14691         * modules/vasnprintf (License): Likewise.
14692         * modules/wchar (License): Likewise.
14693         * modules/xsize (License): Likewise.
14694
14695 2007-07-13  Bruno Haible  <bruno@clisp.org>
14696
14697         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
14698         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
14699
14700 2007-07-12  Bruno Haible  <bruno@clisp.org>
14701
14702         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
14703         in the modules files.
14704
14705 2007-07-11  Karl Berry  <karl@gnu.org>
14706
14707         * MODULES.html.sh (func_module): use
14708          sed -e '\|^'"${includefile}"'$|d'
14709          instead of /.../d, to avoid errors on $includefile's containing /.
14710
14711 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
14712
14713         * gnulib-tool (func_import): Avoid duplication of --avoid
14714         statements
14715         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
14716         names to `_' in variable names.
14717
14718 2007-07-10  Eric Blake  <ebb9@byu.net>
14719
14720         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
14721         * NEWS: Document this change.
14722
14723 2007-07-08  Bruno Haible  <bruno@clisp.org>
14724
14725         Update to Unicode 5.0.
14726         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
14727         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
14728         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
14729         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
14730         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
14731         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
14732         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
14733         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
14734         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
14735         U+10A3F, U+1D242..U+1D244.
14736         (nonspacing_table_ind): Update.
14737         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
14738         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
14739
14740 2007-07-08  Bruno Haible  <bruno@clisp.org>
14741
14742         Update to Unicode 5.0.
14743         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
14744         code transform. Extend the name index field of unicode_name_to_code and
14745         unicode_code_to_name from 16 to 24 bits.
14746         * lib/uniname/uniname.c (unicode_character_name,
14747         unicode_name_character): Add the range 0x12xxx to the code transform.
14748         * lib/uniname/uninames.h: Regenerated.
14749         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
14750
14751 2007-07-07  Bruno Haible  <bruno@clisp.org>
14752
14753         * modules/wcwidth-tests: New file.
14754         * tests/test-wcwidth.c: New file.
14755
14756         Work around MacOS X wcwidth() bug.
14757         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
14758         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
14759         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
14760         original wcwidth in non-UTF-8 locales.
14761         * modules/wcwidth (Depends-on): Add localcharset, streq,
14762         uniwidth/width.
14763         * doc/functions/wcwidth.texi: Update.
14764
14765 2007-07-07  Bruno Haible  <bruno@clisp.org>
14766
14767         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
14768         (wcwidth): New declaration.
14769         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
14770         macros.
14771         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
14772         here. Prepare for creating <wchar.h> unconditionally.
14773         * modules/wchar (Depends-on): Add link-warning.
14774         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
14775         REPLACE_WCWIDTH, and GL_LINK_WARNING.
14776         * lib/wcwidth.h: Remove file.
14777         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
14778         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
14779         * modules/wcwidth (Files): Remove lib/wcwidth.h.
14780         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
14781         (Include): Replace wcwidth.h with <wchar.h>.
14782         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
14783         * lib/mbchar.h: Don't include wcwidth.h.
14784         * lib/mbswidth.c: Likewise.
14785         * NEWS: Mention the change.
14786
14787 2007-07-07  Bruno Haible  <bruno@clisp.org>
14788
14789         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
14790         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
14791         definition with an external declaration.
14792         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
14793         defined as a function. Remove AC_C_INLINE requirement.
14794         * modules/wcwidth (Files): Add lib/wcwidth.c.
14795         (Makefile.am): Remove redundant statement.
14796
14797 2007-07-07  Bruno Haible  <bruno@clisp.org>
14798
14799         * MODULES.html.sh (Unicode string functions): Add the new modules.
14800
14801         * tests/uniwidth/test-u32-strwidth.c: New file.
14802         * modules/uniwidth/u32-strwidth-tests: New file.
14803
14804         * lib/uniwidth/u32-strwidth.c: New file.
14805         * modules/uniwidth/u32-strwidth: New file.
14806
14807         * tests/uniwidth/test-u16-strwidth.c: New file.
14808         * modules/uniwidth/u16-strwidth-tests: New file.
14809
14810         * lib/uniwidth/u16-strwidth.c: New file.
14811         * modules/uniwidth/u16-strwidth: New file.
14812
14813         * tests/uniwidth/test-u8-strwidth.c: New file.
14814         * modules/uniwidth/u8-strwidth-tests: New file.
14815
14816         * lib/uniwidth/u8-strwidth.c: New file.
14817         * modules/uniwidth/u8-strwidth: New file.
14818
14819         * tests/uniwidth/test-u32-width.c: New file.
14820         * modules/uniwidth/u32-width-tests: New file.
14821
14822         * lib/uniwidth/u32-width.c: New file.
14823         * modules/uniwidth/u32-width: New file.
14824
14825         * tests/uniwidth/test-u16-width.c: New file.
14826         * modules/uniwidth/u16-width-tests: New file.
14827
14828         * lib/uniwidth/u16-width.c: New file.
14829         * modules/uniwidth/u16-width: New file.
14830
14831         * tests/uniwidth/test-u8-width.c: New file.
14832         * modules/uniwidth/u8-width-tests: New file.
14833
14834         * lib/uniwidth/u8-width.c: New file.
14835         * modules/uniwidth/u8-width: New file.
14836
14837         * tests/uniwidth/test-uc_width.c: New file.
14838         * modules/uniwidth/width-tests: New file.
14839
14840         * lib/uniwidth/width.c: New file, from GNU libiconv.
14841         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
14842         * modules/uniwidth/width: New file.
14843
14844         * lib/uniwidth.h: New file, from GNU libiconv.
14845         * modules/uniwidth/base: New file.
14846
14847 2007-07-07  Bruno Haible  <bruno@clisp.org>
14848
14849         * lib/uniname.h: New file, from GNU gettext.
14850         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
14851         * lib/uniname/uninames.h: New file, from GNU gettext.
14852         * lib/uniname/uniname.c: New file, from GNU gettext.
14853         * tests/uniname/test-uninames.sh: New file.
14854         * tests/uniname/test-uninames.c: New file, from GNU gettext.
14855         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
14856         * modules/uniname/base: New file.
14857         * modules/uniname/uniname: New file.
14858         * modules/uniname/uniname-tests: New file.
14859         * MODULES.html.sh (Unicode string functions): Add the new modules.
14860
14861 2007-07-06  Bruno Haible  <bruno@clisp.org>
14862
14863         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
14864
14865 2007-07-06  Bruno Haible  <bruno@clisp.org>
14866
14867         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
14868         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
14869         includes <cygwin/sys_time.h> which includes <sys/select.h> which
14870         include <sys/time.h>.
14871         Reported by Eric Blake.
14872
14873 2007-07-06  Eric Blake  <ebb9@byu.net>
14874
14875         Fix testing canonicalize on cygwin.
14876         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
14877         Revert patch from 2007-06-19.
14878         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
14879         canonicalize module is also in use.
14880         * tests/test-canonicalize.c: New file.
14881         * tests/test-canonicalize.sh: Likewise.
14882         * modules/canonicalize-tests: Likewise.
14883
14884 2007-07-06  Jim Meyering  <jim@meyering.net>
14885
14886         * lib/getugroups.c (getugroups): Detect getgrent failure.
14887         Adjust comment to reflect reality: this function may return -1.
14888
14889 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
14890
14891         * build-aux/bootstrap (TP_URL,get_translations): Update to use
14892         the new TP address.
14893         (usage): Fix typo
14894         (gnulib_mk): New variable.
14895
14896 2007-07-05  Jim Meyering  <jim@meyering.net>
14897
14898         Don't let endgrent clobber errno, no matter how improbable.
14899         * lib/getugroups.c (getugroups): Save and restore errno around
14900         endgrent call.
14901
14902         Close the group DB even when failing with 2^31 or more members.
14903         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
14904
14905 2007-07-04  Jim Meyering  <jim@meyering.net>
14906
14907         * lib/getugroups.h: New file.
14908         * lib/getugroups.c: Include "getugroups.h".
14909         Remove uses of "register" keyword.
14910         Move local variable, "cp", down into scope where used.
14911         Give "username" parameter the "const" attribute.
14912         * modules/getugroups (Files): Add lib/getugroups.h
14913
14914 2007-07-04  Karl Berry  <karl@gnu.org>
14915
14916         * MODULES.html.sh (func_all_modules): Complete rename of
14917         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
14918
14919 2007-07-02  Bruno Haible  <bruno@clisp.org>
14920
14921         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
14922         mode, when inttypes.h comes from gnulib.
14923         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
14924
14925 2007-07-02  Simon Josefsson  <simon@josefsson.org>
14926
14927         * NEWS: Mention lgpl module name change.
14928
14929         * modules/lgpl-2.1: Renamed from lgpl.
14930
14931         * NEWS: Mention gpl module name change.
14932
14933         * modules/gpl-3.0: New file, based on gpl-2.0.
14934
14935         * modules/gpl-2.0: Renamed from gpl.
14936
14937         * modules/gpl: Fix filename, doc/gpl.texi is now found at
14938         doc/gpl-2.0.texi.
14939
14940 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
14941
14942         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
14943         #define __STDC_LIMIT_MACROS temporarily while including
14944         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
14945         Problem reported by Joel E. Denny in
14946         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
14947
14948 2007-07-01  Bruno Haible  <bruno@clisp.org>
14949
14950         * lib/unistdio.h: New file.
14951         * lib/unistdio/u-asnprintf.h: New file.
14952         * lib/unistdio/u-asprintf.h: New file.
14953         * lib/unistdio/u-printf-args.c: New file.
14954         * lib/unistdio/u-printf-args.h: New file.
14955         * lib/unistdio/u-printf-parse.h: New file.
14956         * lib/unistdio/u-snprintf.h: New file.
14957         * lib/unistdio/u-sprintf.h: New file.
14958         * lib/unistdio/u-vasprintf.h: New file.
14959         * lib/unistdio/u-vsnprintf.h: New file.
14960         * lib/unistdio/u-vsprintf.h: New file.
14961         * lib/unistdio/ulc-asnprintf.c: New file.
14962         * lib/unistdio/ulc-asprintf.c: New file.
14963         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
14964         * lib/unistdio/ulc-printf-parse.c: New file.
14965         * lib/unistdio/ulc-snprintf.c: New file.
14966         * lib/unistdio/ulc-sprintf.c: New file.
14967         * lib/unistdio/ulc-vasnprintf.c: New file.
14968         * lib/unistdio/ulc-vasprintf.c: New file.
14969         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
14970         * lib/unistdio/ulc-vsnprintf.c: New file.
14971         * lib/unistdio/ulc-vsprintf.c: New file.
14972         * lib/unistdio/u8-asnprintf.c: New file.
14973         * lib/unistdio/u8-asprintf.c: New file.
14974         * lib/unistdio/u8-printf-parse.c: New file.
14975         * lib/unistdio/u8-snprintf.c: New file.
14976         * lib/unistdio/u8-sprintf.c: New file.
14977         * lib/unistdio/u8-vasnprintf.c: New file.
14978         * lib/unistdio/u8-vasprintf.c: New file.
14979         * lib/unistdio/u8-vsnprintf.c: New file.
14980         * lib/unistdio/u8-vsprintf.c: New file.
14981         * lib/unistdio/u8-u8-asnprintf.c: New file.
14982         * lib/unistdio/u8-u8-asprintf.c: New file.
14983         * lib/unistdio/u8-u8-snprintf.c: New file.
14984         * lib/unistdio/u8-u8-sprintf.c: New file.
14985         * lib/unistdio/u8-u8-vasnprintf.c: New file.
14986         * lib/unistdio/u8-u8-vasprintf.c: New file.
14987         * lib/unistdio/u8-u8-vsnprintf.c: New file.
14988         * lib/unistdio/u8-u8-vsprintf.c: New file.
14989         * lib/unistdio/u16-asnprintf.c: New file.
14990         * lib/unistdio/u16-asprintf.c: New file.
14991         * lib/unistdio/u16-printf-parse.c: New file.
14992         * lib/unistdio/u16-snprintf.c: New file.
14993         * lib/unistdio/u16-sprintf.c: New file.
14994         * lib/unistdio/u16-vasnprintf.c: New file.
14995         * lib/unistdio/u16-vasprintf.c: New file.
14996         * lib/unistdio/u16-vsnprintf.c: New file.
14997         * lib/unistdio/u16-vsprintf.c: New file.
14998         * lib/unistdio/u16-u16-asnprintf.c: New file.
14999         * lib/unistdio/u16-u16-asprintf.c: New file.
15000         * lib/unistdio/u16-u16-snprintf.c: New file.
15001         * lib/unistdio/u16-u16-sprintf.c: New file.
15002         * lib/unistdio/u16-u16-vasnprintf.c: New file.
15003         * lib/unistdio/u16-u16-vasprintf.c: New file.
15004         * lib/unistdio/u16-u16-vsnprintf.c: New file.
15005         * lib/unistdio/u16-u16-vsprintf.c: New file.
15006         * lib/unistdio/u32-asnprintf.c: New file.
15007         * lib/unistdio/u32-asprintf.c: New file.
15008         * lib/unistdio/u32-printf-parse.c: New file.
15009         * lib/unistdio/u32-snprintf.c: New file.
15010         * lib/unistdio/u32-sprintf.c: New file.
15011         * lib/unistdio/u32-vasnprintf.c: New file.
15012         * lib/unistdio/u32-vasprintf.c: New file.
15013         * lib/unistdio/u32-vsnprintf.c: New file.
15014         * lib/unistdio/u32-vsprintf.c: New file.
15015         * lib/unistdio/u32-u32-asnprintf.c: New file.
15016         * lib/unistdio/u32-u32-asprintf.c: New file.
15017         * lib/unistdio/u32-u32-snprintf.c: New file.
15018         * lib/unistdio/u32-u32-sprintf.c: New file.
15019         * lib/unistdio/u32-u32-vasnprintf.c: New file.
15020         * lib/unistdio/u32-u32-vasprintf.c: New file.
15021         * lib/unistdio/u32-u32-vsnprintf.c: New file.
15022         * lib/unistdio/u32-u32-vsprintf.c: New file.
15023         * tests/unistdio/test-ulc-asnprintf1.c: New file.
15024         * tests/unistdio/test-ulc-asnprintf1.h: New file.
15025         * tests/unistdio/test-ulc-printf1.h: New file.
15026         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
15027         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
15028         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
15029         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
15030         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
15031         * tests/unistdio/test-ulc-vasprintf1.c: New file.
15032         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
15033         * tests/unistdio/test-ulc-vsprintf1.c: New file.
15034         * tests/unistdio/test-u8-asnprintf1.c: New file.
15035         * tests/unistdio/test-u8-asnprintf1.h: New file.
15036         * tests/unistdio/test-u8-printf1.h: New file.
15037         * tests/unistdio/test-u8-vasnprintf1.c: New file.
15038         * tests/unistdio/test-u8-vasnprintf2.c: New file.
15039         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
15040         * tests/unistdio/test-u8-vasnprintf3.c: New file.
15041         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
15042         * tests/unistdio/test-u8-vasprintf1.c: New file.
15043         * tests/unistdio/test-u8-vsnprintf1.c: New file.
15044         * tests/unistdio/test-u8-vsprintf1.c: New file.
15045         * tests/unistdio/test-u16-asnprintf1.c: New file.
15046         * tests/unistdio/test-u16-asnprintf1.h: New file.
15047         * tests/unistdio/test-u16-printf1.h: New file.
15048         * tests/unistdio/test-u16-vasnprintf1.c: New file.
15049         * tests/unistdio/test-u16-vasnprintf2.c: New file.
15050         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
15051         * tests/unistdio/test-u16-vasnprintf3.c: New file.
15052         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
15053         * tests/unistdio/test-u16-vasprintf1.c: New file.
15054         * tests/unistdio/test-u16-vsnprintf1.c: New file.
15055         * tests/unistdio/test-u16-vsprintf1.c: New file.
15056         * tests/unistdio/test-u32-asnprintf1.c: New file.
15057         * tests/unistdio/test-u32-asnprintf1.h: New file.
15058         * tests/unistdio/test-u32-printf1.h: New file.
15059         * tests/unistdio/test-u32-vasnprintf1.c: New file.
15060         * tests/unistdio/test-u32-vasnprintf2.c: New file.
15061         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
15062         * tests/unistdio/test-u32-vasnprintf3.c: New file.
15063         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
15064         * tests/unistdio/test-u32-vasprintf1.c: New file.
15065         * tests/unistdio/test-u32-vsnprintf1.c: New file.
15066         * tests/unistdio/test-u32-vsprintf1.c: New file.
15067         * modules/unistdio/base: New file.
15068         * modules/unistdio/u-printf-args: New file.
15069         * modules/unistdio/ulc-asnprintf: New file.
15070         * modules/unistdio/ulc-asprintf: New file.
15071         * modules/unistdio/ulc-fprintf: New file.
15072         * modules/unistdio/ulc-printf-parse: New file.
15073         * modules/unistdio/ulc-snprintf: New file.
15074         * modules/unistdio/ulc-sprintf: New file.
15075         * modules/unistdio/ulc-vasnprintf: New file.
15076         * modules/unistdio/ulc-vasprintf: New file.
15077         * modules/unistdio/ulc-vfprintf: New file.
15078         * modules/unistdio/ulc-vsnprintf: New file.
15079         * modules/unistdio/ulc-vsprintf: New file.
15080         * modules/unistdio/u8-asnprintf: New file.
15081         * modules/unistdio/u8-asprintf: New file.
15082         * modules/unistdio/u8-printf-parse: New file.
15083         * modules/unistdio/u8-snprintf: New file.
15084         * modules/unistdio/u8-sprintf: New file.
15085         * modules/unistdio/u8-vasnprintf: New file.
15086         * modules/unistdio/u8-vasprintf: New file.
15087         * modules/unistdio/u8-vsnprintf: New file.
15088         * modules/unistdio/u8-vsprintf: New file.
15089         * modules/unistdio/u8-u8-asnprintf: New file.
15090         * modules/unistdio/u8-u8-asprintf: New file.
15091         * modules/unistdio/u8-u8-snprintf: New file.
15092         * modules/unistdio/u8-u8-sprintf: New file.
15093         * modules/unistdio/u8-u8-vasnprintf: New file.
15094         * modules/unistdio/u8-u8-vasprintf: New file.
15095         * modules/unistdio/u8-u8-vsnprintf: New file.
15096         * modules/unistdio/u8-u8-vsprintf: New file.
15097         * modules/unistdio/u16-asnprintf: New file.
15098         * modules/unistdio/u16-asprintf: New file.
15099         * modules/unistdio/u16-printf-parse: New file.
15100         * modules/unistdio/u16-snprintf: New file.
15101         * modules/unistdio/u16-sprintf: New file.
15102         * modules/unistdio/u16-vasnprintf: New file.
15103         * modules/unistdio/u16-vasprintf: New file.
15104         * modules/unistdio/u16-vsnprintf: New file.
15105         * modules/unistdio/u16-vsprintf: New file.
15106         * modules/unistdio/u16-u16-asnprintf: New file.
15107         * modules/unistdio/u16-u16-asprintf: New file.
15108         * modules/unistdio/u16-u16-snprintf: New file.
15109         * modules/unistdio/u16-u16-sprintf: New file.
15110         * modules/unistdio/u16-u16-vasnprintf: New file.
15111         * modules/unistdio/u16-u16-vasprintf: New file.
15112         * modules/unistdio/u16-u16-vsnprintf: New file.
15113         * modules/unistdio/u16-u16-vsprintf: New file.
15114         * modules/unistdio/u32-asnprintf: New file.
15115         * modules/unistdio/u32-asprintf: New file.
15116         * modules/unistdio/u32-printf-parse: New file.
15117         * modules/unistdio/u32-snprintf: New file.
15118         * modules/unistdio/u32-sprintf: New file.
15119         * modules/unistdio/u32-vasnprintf: New file.
15120         * modules/unistdio/u32-vasprintf: New file.
15121         * modules/unistdio/u32-vsnprintf: New file.
15122         * modules/unistdio/u32-vsprintf: New file.
15123         * modules/unistdio/u32-u32-asnprintf: New file.
15124         * modules/unistdio/u32-u32-asprintf: New file.
15125         * modules/unistdio/u32-u32-snprintf: New file.
15126         * modules/unistdio/u32-u32-sprintf: New file.
15127         * modules/unistdio/u32-u32-vasnprintf: New file.
15128         * modules/unistdio/u32-u32-vasprintf: New file.
15129         * modules/unistdio/u32-u32-vsnprintf: New file.
15130         * modules/unistdio/u32-u32-vsprintf: New file.
15131         * modules/unistdio/ulc-asnprintf-tests: New file.
15132         * modules/unistdio/ulc-vasnprintf-tests: New file.
15133         * modules/unistdio/ulc-vasprintf-tests: New file.
15134         * modules/unistdio/ulc-vsnprintf-tests: New file.
15135         * modules/unistdio/ulc-vsprintf-tests: New file.
15136         * modules/unistdio/u8-asnprintf-tests: New file.
15137         * modules/unistdio/u8-vasnprintf-tests: New file.
15138         * modules/unistdio/u8-vasprintf-tests: New file.
15139         * modules/unistdio/u8-vsnprintf-tests: New file.
15140         * modules/unistdio/u8-vsprintf-tests: New file.
15141         * modules/unistdio/u16-asnprintf-tests: New file.
15142         * modules/unistdio/u16-vasnprintf-tests: New file.
15143         * modules/unistdio/u16-vasprintf-tests: New file.
15144         * modules/unistdio/u16-vsnprintf-tests: New file.
15145         * modules/unistdio/u16-vsprintf-tests: New file.
15146         * modules/unistdio/u32-asnprintf-tests: New file.
15147         * modules/unistdio/u32-vasnprintf-tests: New file.
15148         * modules/unistdio/u32-vasprintf-tests: New file.
15149         * modules/unistdio/u32-vsnprintf-tests: New file.
15150         * modules/unistdio/u32-vsprintf-tests: New file.
15151         * MODULES.html.sh (Unicode string functions): Add the new modules.
15152
15153 2007-07-01  Bruno Haible  <bruno@clisp.org>
15154
15155         * lib/sprintf.c (sprintf): Limit the available length estimation,
15156         to avoid address wraparound.
15157         * lib/vsprintf.c (vsprintf): Likewise.
15158         * modules/sprintf-posix (Dependencies): Add stdint.
15159         * modules/vsprintf-posix (Dependencies): Likewise.
15160
15161 2007-07-01  Bruno Haible  <bruno@clisp.org>
15162
15163         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
15164         Windows PATH as well. Conservative double-quoting. Comments.
15165
15166 2007-07-01  Bruno Haible  <bruno@clisp.org>
15167             Eric Blake  <ebb9@byu.net>
15168             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15169
15170         * gnulib-tool (self_abspathname): Fix algorithm to cope with
15171         empty components in $PATH, denoting '.'.
15172
15173 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15174
15175         * gnulib-tool: Fix indentation.
15176         (func_create_megatestdir): Likewise.
15177         Report by Bruno Haible.
15178
15179 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15180
15181         Sync from Automake.
15182         * build-aux/gnupload: Fix shell portability issues with for loops.
15183         Report by Karl Berry.
15184
15185 2007-06-29  Simon Josefsson  <simon@josefsson.org>
15186
15187         * build-aux/maint.mk (POURL): Use translationproject.org.
15188
15189 2007-06-27  Simon Josefsson  <simon@josefsson.org>
15190             Bruno Haible  <bruno@clisp.org>
15191
15192         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
15193         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
15194         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
15195         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
15196         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
15197
15198 2007-06-27  Bruno Haible  <bruno@clisp.org>
15199
15200         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
15201         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
15202
15203 2007-06-26  Karl Berry  <karl@gnu.org>
15204
15205         * MODULES.html.sh: remove xreadlink-with-size.
15206
15207 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
15208
15209         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
15210         method that I hope also handles the double-include problem noted
15211         by Bruno Haible in
15212         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
15213
15214 2007-06-23  Bruno Haible  <bruno@clisp.org>
15215
15216         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
15217         Don't let the 'mostlyclean' target fail if the last subdirectory could
15218         not be removed.
15219         Reported by Karl Berry.
15220
15221 2007-06-23  Bruno Haible  <bruno@clisp.org>
15222
15223         * gnulib-tool (echo): Add a speedier workaround for ksh.
15224         * tests/test-echo.sh: Likewise.
15225
15226 2007-06-23  Bruno Haible  <bruno@clisp.org>
15227
15228         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
15229         * tests/test-echo.sh: Likewise.
15230
15231 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15232
15233         * gnulib-tool (IFS): Initialize early, so we don't set it to
15234         empty later.
15235         (self_abspathname): Rewrite algorithm to set it, reindent.
15236         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
15237         (func_create_megatestdir): Merge some sed scripts.
15238
15239 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
15240
15241         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
15242         exposed by Sun Studio 11 cc on Solaris 8.
15243
15244 2007-06-22  Bruno Haible  <bruno@clisp.org>
15245
15246         * gnulib-tool (echo): Ensure the echo primitive does not interpret
15247         backslashes.
15248         * tests/test-echo.sh: New file.
15249
15250 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15251
15252         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
15253         simplify `sed_replace_build_aux' scripts, they are portable but
15254         echoing them with `echo' is not.
15255         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
15256
15257 2007-06-21  Karl Berry  <karl@gnu.org>
15258
15259         * config/srclist.txt: guess we can't handle the licenses via
15260         srclist at the moment.
15261
15262 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
15263
15264         * MODULES.html.sh: Add include_next.
15265         * modules/include_next: New file.
15266
15267 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
15268
15269         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
15270         INCLUDE_NEXT.
15271         (gl_CHECK_NEXT_HEADERS): New macro.
15272         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
15273         the obsolescent gl_ABSOLUTE_HEADER.
15274         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
15275         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
15276         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
15277         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
15278         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
15279         * m4/math_h.m4 (gl_MATH_H): Likewise.
15280         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
15281         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
15282         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
15283         * m4/stdint.m4 (gl_STDINT_H): Likewise.
15284         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
15285         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
15286         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
15287         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
15288         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
15289         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
15290         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
15291         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
15292         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
15293         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
15294         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
15295         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
15296         * m4/inttypes.m4 (gl_INTTYPES_H): Define
15297         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
15298         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
15299         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
15300         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
15301         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
15302         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
15303         * lib/float_.h: Likewise.
15304         * lib/inttypes_.h: Likewise.
15305         * lib/math_.h: Likewise.
15306         * lib/search_.h: Likewise.
15307         * lib/signal_.h: Likewise.
15308         * lib/stdint_.h: Likewise.
15309         * lib/stdio_.h: Likewise.
15310         * lib/stdlib_.h: Likewise.
15311         * lib/string_.h: Likewise.
15312         * lib/sys_stat_.h: Likewise.
15313         * lib/sys_time_.h: Likewise.
15314         * lib/time_.h: Likewise.
15315         * lib/unistd_.h: Likewise.
15316         * lib/wchar_.h: Likewise.
15317         * lib/wctype_.h: Likewise.
15318         * lib/dirent_.h: Likewise.
15319         * lib/iconv_.h: Likewise.
15320         * lib/locale_.h: Likewise.
15321         * lib/netinet_in_.h: Likewise.
15322         * lib/sys_select_.h: Likewise.
15323         * lib/sys_socket_.h: Likewise.
15324         * lib/sysexits_.h: Likewise.
15325         * modules/fcntl (Depends-on): Depend on include_next, not
15326         absolute_header.
15327         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
15328         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
15329         * modules/fchdir: Likewise.
15330         * modules/float: Likewise.
15331         * modules/iconv_open: Likewise.
15332         * modules/inttypes: Likewise.
15333         * modules/locale: Likewise.
15334         * modules/math: Likewise.
15335         * modules/netinet_in: Likewise.
15336         * modules/search: Likewise.
15337         * modules/signal: Likewise.
15338         * modules/stdint: Likewise.
15339         * modules/stdio: Likewise.
15340         * modules/stdlib: Likewise.
15341         * modules/string: Likewise.
15342         * modules/sys_select: Likewise.
15343         * modules/sys_socket: Likewise.
15344         * modules/sys_stat: Likewise.
15345         * modules/sys_time: Likewise.
15346         * modules/sysexits: Likewise.
15347         * modules/time: Likewise.
15348         * modules/unistd: Likewise.
15349         * modules/wchar: Likewise.
15350         * modules/wctype: Likewise.
15351         * modules/sys_stat: Change maintainer to "all".
15352         * modules/unistd: Likewise.
15353
15354 2007-06-20  Karl Berry  <karl@gnu.org>
15355
15356         * config/srclist.txt: track www changes in license files.
15357
15358 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
15359
15360         * build-aux/bootstrap: Remove stray dot.
15361         Make sure build_aux settings are honored when linking
15362         gnulib_extra_files.
15363
15364 2007-06-19  Eric Blake  <ebb9@byu.net>
15365
15366         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
15367         Allow compilation on cygwin.
15368
15369 2007-06-19  Jim Meyering  <jim@meyering.net>
15370
15371         xreadlink-with-size: Remove module.  No longer used.
15372         Ex-callers now use xreadlink or mreadlink-with-size.
15373         * modules/xreadlink-with-size: Remove module.
15374         * lib/xreadlink-with-size.c: Remove file.
15375         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
15376         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
15377         just before the function definition *is* accurate.
15378
15379         Eliminate one way canonicalize_filename_mode could exit.
15380         * lib/canonicalize.c (canonicalize_filename_mode):
15381         Use mreadlink_with_size, not xreadlink_with_size.
15382
15383 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
15384
15385         Detect porting problems to FreeBSD/arm, which has time_t wider than
15386         long int.  Original problem reported for GNU diff by Xin Li in
15387         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
15388         * modules/getdate (Depends-on): Add intprops, verify.
15389         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
15390         is an integer type no wider than long int.
15391
15392 2007-06-18  Jim Meyering  <jim@meyering.net>
15393
15394         New module: mreadlink-with-size.
15395         * MODULES.html.sh: Add mreadlink-with-size.
15396         * modules/mreadlink-with-size: New module
15397         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
15398         not xreadlink-with-size.
15399         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
15400
15401 2007-06-16  Bruno Haible  <bruno@clisp.org>
15402
15403         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
15404         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
15405         Reported by Gary V. Vaughan <gary@gnu.org>.
15406
15407 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
15408
15409         Revamp lchown so that it lives in unistd.h where it belongs.
15410         * lib/lchown.h: Remove.
15411         * lib/dirchownmod.c: Don't include lib/lchown.h.
15412         * lib/fchownat.c: Likewise.
15413         * lib/openat.c: Likewise.
15414         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
15415         does not follow symlinks.
15416         (EOPNOTSUPP): Define if not defined.
15417         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
15418         is defined to 0.
15419         (lchown): New decl.
15420         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
15421         Do not check for lchown decl.
15422         Set REPLACE_LCHOWN.
15423         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
15424         REPLACE_LCHOWN.
15425         * modules/chown: Make it clear it follows symlinks.
15426         * modules/lchown: Make it clear it doesn't follow symlinks.
15427         (Files): Remove lib/lchown.h
15428         (Depends-on): Add unistd.
15429         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
15430         (Include): Include <unistd.h>, not "lchown.h".
15431         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
15432         REPLACE_LCHOWN.
15433
15434 2007-06-15  Jim Meyering  <jim@meyering.net>
15435
15436         Change license (GPL to LGPL) of fsusage and dependents.
15437         * modules/fsusage (License): Change to LGPL.
15438         * modules/full-read (License): Likewise.
15439         * modules/full-write (License): Likewise.
15440         * modules/safe-read (License): Likewise.
15441         * modules/safe-write (License): Likewise.
15442
15443 2007-06-14  Ben Pfaff  <blp@gnu.org>
15444
15445         Missing part of allocsa -> malloca transition.
15446         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
15447         gl_MALLOCA.
15448
15449 2007-06-12  Bruno Haible  <bruno@clisp.org>
15450
15451         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
15452         to ia64, x86_64, i386.
15453         Reported by Eric Blake.
15454
15455 2007-06-12  Bruno Haible  <bruno@clisp.org>
15456
15457         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
15458         cross-compiling to x86_64.
15459
15460 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
15461
15462         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
15463         glitch reported by Ralf Wildenhues in
15464         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
15465
15466         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
15467         Vin Shelton.
15468
15469 2007-06-11  Bruno Haible  <bruno@clisp.org>
15470
15471         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
15472         replacement string.
15473         Reported by Eric Blake.
15474
15475 2007-06-10  Bruno Haible  <bruno@clisp.org>
15476
15477         Prepare vasnprintf code for use with Unicode strings.
15478         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
15479         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
15480         TYPE_U32_STRING.
15481         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
15482         a_u32_string variants.
15483         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
15484         * lib/printf-args.c: Don't include config.h and the specification
15485         header if PRINTF_FETCHARGS is already defined.
15486         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
15487         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
15488         TYPE_U16_STRING, TYPE_U32_STRING.
15489         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
15490         u16_directive, u16_directives, u32_directive, u32_directives): New
15491         types.
15492         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
15493         New declarations.
15494         * lib/printf-parse.c: Don't include config.h and the specification
15495         header if PRINTF_PARSE is already defined. Eliminate the set of
15496         parameters for WIDE_CHAR_VERSION; the user of this file must provide
15497         them now. Include c-ctype.h.
15498         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
15499         directive and CHAR_T_ONLY_ASCII.
15500         * lib/vasnprintf.c: Don't include config.h and the specification header
15501         if VASNPRINTF is already defined.
15502         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
15503         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
15504         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
15505         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
15506         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
15507         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
15508         code accordingly.
15509         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
15510         pad_ourselves also in this case, with the 'c' and 's' directives, and
15511         with a different notion of "width".
15512         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
15513
15514 2007-06-10  Bruno Haible  <bruno@clisp.org>
15515
15516         * modules/unistr/u32-mbsnlen: New file.
15517         * lib/unistr/u32-mbsnlen.c: New file.
15518
15519         * modules/unistr/u16-mbsnlen: New file.
15520         * lib/unistr/u16-mbsnlen.c: New file.
15521
15522         * modules/unistr/u8-mbsnlen: New file.
15523         * lib/unistr/u8-mbsnlen.c: New file.
15524
15525         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
15526         declarations.
15527
15528 2007-06-10  Bruno Haible  <bruno@clisp.org>
15529
15530         * lib/string_.h (mbsnlen): New declaration.
15531         * lib/mbsnlen.c: New file.
15532         * m4/mbsnlen.m4: New file.
15533         * modules/mbsnlen: New file.
15534         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
15535         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
15536         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
15537
15538 2007-06-10  Bruno Haible  <bruno@clisp.org>
15539
15540         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
15541
15542 2007-06-10  Bruno Haible  <bruno@clisp.org>
15543
15544         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
15545         * lib/mbuiter.h: Likewise.
15546
15547 2007-06-10  Bruno Haible  <bruno@clisp.org>
15548
15549         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
15550         declaration.
15551
15552 2007-06-10  Karl Berry  <karl@gnu.org>
15553
15554         * config/srclist.txt: remove gettext entries, Bruno prefers
15555         to update individually.
15556
15557 2007-06-10  Bruno Haible  <bruno@clisp.org>
15558
15559         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
15560         'maxlen'. Ensure only length + width bytes are allocated, not
15561         length + 1 + width.
15562
15563 2007-06-09  Bruno Haible  <bruno@clisp.org>
15564
15565         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
15566         (CHAR_T): Remove macro.
15567         (VASNPRINTF): Update.
15568
15569 2007-06-09  Bruno Haible  <bruno@clisp.org>
15570
15571         * MODULES.html.sh (Unicode string functions): Add the new modules.
15572
15573         * modules/uniconv/u32-conv-to-enc: New file.
15574         * lib/uniconv/u32-conv-to-enc.c: New file.
15575         * modules/uniconv/u32-conv-to-enc-tests: New file.
15576         * tests/uniconv/test-u32-conv-to-enc.c: New file.
15577
15578         * modules/uniconv/u16-conv-to-enc: New file.
15579         * lib/uniconv/u16-conv-to-enc.c: New file.
15580         * lib/uniconv/u-conv-to-enc.h: New file.
15581         * modules/uniconv/u16-conv-to-enc-tests: New file.
15582         * tests/uniconv/test-u16-conv-to-enc.c: New file.
15583
15584         * modules/uniconv/u8-conv-to-enc: New file.
15585         * lib/uniconv/u8-conv-to-enc.c: New file.
15586         * modules/uniconv/u8-conv-to-enc-tests: New file.
15587         * tests/uniconv/test-u8-conv-to-enc.c: New file.
15588
15589         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
15590         u32_conv_to_encoding): New declarations.
15591
15592 2007-06-09  Bruno Haible  <bruno@clisp.org>
15593
15594         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
15595
15596 2007-06-09  Bruno Haible  <bruno@clisp.org>
15597
15598         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
15599         * modules/malloca: Renamed from modules/allocsa, updated.
15600         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
15601         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
15602         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
15603         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
15604         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
15605         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
15606         * modules/xmalloca: Renamed from modules/xallocsa, updated.
15607         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
15608         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
15609         * modules/c-strcasestr (Depends-on): Update.
15610         * lib/c-strcasestr.c: Update.
15611         * modules/c-strstr (Depends-on): Update.
15612         * lib/c-strstr.c: Update.
15613         * modules/canonicalize-lgpl (Depends-on): Update.
15614         * lib/canonicalize-lgpl.c: Update.
15615         * modules/clean-temp (Depends-on): Update.
15616         * lib/clean-temp.c: Update.
15617         * modules/csharpcomp (Depends-on): Update.
15618         * lib/csharpcomp.c: Update.
15619         * modules/csharpexec (Depends-on): Update.
15620         * lib/csharpexec.c: Update.
15621         * modules/javacomp (Depends-on): Update.
15622         * lib/javacomp.c: Update.
15623         * modules/javaexec (Depends-on): Update.
15624         * lib/javaexec.c: Update.
15625         * modules/mbscasestr (Depends-on): Update.
15626         * lib/mbscasestr.c: Update.
15627         * modules/mbsstr (Depends-on): Update.
15628         * lib/mbsstr.c: Update.
15629         * modules/setenv (Depends-on): Update.
15630         * lib/setenv.c: Update.
15631         * modules/strcasestr (Depends-on): Update.
15632         * lib/strcasestr.c: Update.
15633         * modules/striconveha (Depends-on): Update.
15634         * lib/striconveha.c: Update.
15635         * modules/relocatable-prog-wrapper (Files): Update.
15636         * lib/relocwrapper.c: Update.
15637         * build-aux/install-reloc: Update.
15638         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
15639
15640 2007-06-08  Bruno Haible  <bruno@clisp.org>
15641
15642         Port to uClibc.
15643         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
15644         * lib/fpurge.c (fpurge): Likewise.
15645         * lib/freading.c (freading): Likewise.
15646         * lib/fseeko.c (rpl_fseeko): Likewise.
15647         * lib/fseterr.c (fseterr): Likewise.
15648         * lib/fwriting.c (fwriting): Likewise.
15649         * tests/test-fflush.c (main): Avoid a failure on uClibc.
15650
15651 2007-06-08  Bruno Haible  <bruno@clisp.org>
15652
15653         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
15654         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
15655         * modules/gettext (Files): Add m4/intlmacosx.m4.
15656
15657 2007-06-07  Bruno Haible  <bruno@clisp.org>
15658
15659         * modules/localename-tests: New file.
15660         * tests/test-localename.c: New file.
15661
15662         New module 'localename'.
15663         * lib/localename.h: New file.
15664         * lib/localename.c: New file, from GNU gettext.
15665         * m4/localename.m4: New file.
15666         * modules/localename: New file.
15667
15668 2007-06-07  Bruno Haible  <bruno@clisp.org>
15669
15670         Work around the lack of <wchar.h> on some builds of uClibc.
15671         * doc/headers/wchar.texi: Update.
15672         * lib/wchar_.h: Include <wchar.h> only if it exists.
15673         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
15674         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
15675         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
15676         doesn't exist.
15677         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
15678         * modules/mbfile (Depends-on): Add wchar.
15679         * modules/mbiter (Depends-on): Likewise.
15680         * modules/mbuiter (Depends-on): Likewise.
15681         Reported by Simon Josefsson.
15682
15683 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
15684
15685         Work around problem reported by Steven M. Schweda in
15686         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
15687         Tru64 5.1B with the Compaq compiler environment installed declares
15688         an 'isblank' function but does not define it in the C library.
15689         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
15690         * lib/regex_internal.h (isblank): Likewise.
15691         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
15692         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
15693
15694 2007-06-05  Bruno Haible  <bruno@clisp.org>
15695
15696         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
15697         ia64.
15698         * modules/printf-safe: New file.
15699         * modules/fprintf-posix (Depends-on): Add printf-safe.
15700         * modules/printf-posix (Depends-on): Likewise.
15701         * modules/snprintf-posix (Depends-on): Likewise.
15702         * modules/sprintf-posix (Depends-on): Likewise.
15703         * modules/vasnprintf-posix (Depends-on): Likewise.
15704         * modules/vasprintf-posix (Depends-on): Likewise.
15705         * modules/vfprintf-posix (Depends-on): Likewise.
15706         * modules/vprintf-posix (Depends-on): Likewise.
15707         * modules/vsnprintf-posix (Depends-on): Likewise.
15708         * modules/vsprintf-posix (Depends-on): Likewise.
15709         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
15710         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
15711         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
15712         "no" on i386, x86_64, ia64.
15713         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
15714         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
15715         on i386, x86_64, ia64.
15716         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
15717         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
15718         on i386, x86_64, ia64.
15719         * tests/test-vasnprintf-posix.c: Include float.h.
15720         (LDBL80_WORDS): New macro.
15721         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
15722         on i386, x86_64, ia64.
15723         * tests/test-vasprintf-posix.c: Include float.h.
15724         (LDBL80_WORDS): New macro.
15725         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
15726         on i386, x86_64, ia64.
15727         * tests/test-snprintf-posix.c: Include float.h.
15728         * tests/test-sprintf-posix.c: Likewise.
15729         * tests/test-vsnprintf-posix.c: Likewise.
15730         * tests/test-vsprintf-posix.c: Likewise.
15731
15732 2007-06-05  Bruno Haible  <bruno@clisp.org>
15733
15734         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
15735         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
15736         non-IEEE numbers on i386, x86_64, ia64.
15737         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
15738         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
15739         * tests/test-isnanl.h: Include float.h.
15740         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
15741
15742 2007-06-05  Bruno Haible  <bruno@clisp.org>
15743
15744         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
15745         also the %a / %A. Handle the %a / %A code before this extra handling.
15746
15747 2007-06-05  Bruno Haible  <bruno@clisp.org>
15748
15749         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
15750         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
15751
15752 2007-06-05  Bruno Haible  <bruno@clisp.org>
15753
15754         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
15755         typo in variable name.
15756
15757 2007-06-05  Eric Blake  <ebb9@byu.net>
15758
15759         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
15760         Reported by Simon Josefsson.
15761
15762 2007-06-04  Bruno Haible  <bruno@clisp.org>
15763
15764         Avoid test failures on some PowerPC platforms.
15765         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
15766         Define differently for PowerPC.
15767         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
15768         Reported by Gary V. Vaughan <gary@gnu.org>.
15769
15770 2007-06-02  Bruno Haible  <bruno@clisp.org>
15771
15772         Fix test-stdint failure on FreeBSD/ia64.
15773         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
15774         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
15775         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
15776         * doc/headers/stdint.texi: Update.
15777
15778 2007-06-01  Bruno Haible  <bruno@clisp.org>
15779
15780         * tests/test-binary-io.c (main): Pass a third argument to open().
15781         Reported by Gary V. Vaughan <gary@gnu.org>.
15782
15783 2007-06-01  Bruno Haible  <bruno@clisp.org>
15784
15785         * doc/functions/frexpl.texi: Update for mingw.
15786
15787 2007-06-01  Bruno Haible  <bruno@clisp.org>
15788
15789         * tests/test-lseek.c (main): Disable test of errno for invalid third
15790         argument.
15791         * doc/functions/lseek.texi: Update.
15792         Reported by Gary V. Vaughan <gary@gnu.org>.
15793
15794 2007-05-28  Bruno Haible  <bruno@clisp.org>
15795
15796         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
15797
15798 2007-05-31  Eric Blake  <ebb9@byu.net>
15799
15800         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
15801         cross compiling.
15802
15803 2007-05-30  Eric Blake  <ebb9@byu.net>
15804         and Bruno Haible  <bruno@clisp.org>
15805
15806         Work around mingw test failures exposed by m4-1.4.9b.
15807         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
15808         * tests/test-unistd.c: Disable uid_t and git_t tests for the
15809         moment.
15810
15811 2007-05-30  Bruno Haible  <bruno@clisp.org>
15812
15813         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
15814         assuming that they are closed. Needed on HP-UX 11.
15815
15816 2007-05-29  Bruno Haible  <bruno@clisp.org>
15817
15818         Fix a problem with #include_next.
15819         * lib/dirent_.h: Split the double-inclusion guard.
15820         * lib/fcntl_.h: Likewise.
15821         * lib/float_.h: Likewise.
15822         * lib/iconv_.h: Likewise.
15823         * lib/inttypes_.h: Likewise.
15824         * lib/locale_.h: Likewise.
15825         * lib/math_.h: Likewise.
15826         * lib/netinet_in_.h: Likewise.
15827         * lib/search_.h: Likewise.
15828         * lib/signal_.h: Likewise.
15829         * lib/stdint_.h: Likewise.
15830         * lib/stdio_.h: Likewise.
15831         * lib/stdlib_.h: Likewise.
15832         * lib/string_.h: Likewise.
15833         * lib/sys_select_.h: Likewise.
15834         * lib/sys_socket_.h: Likewise.
15835         * lib/sys_stat_.h: Likewise.
15836         * lib/sys_time_.h: Likewise.
15837         * lib/sysexits_.h: Likewise.
15838         * lib/time_.h: Likewise.
15839         * lib/unistd_.h: Likewise.
15840         * lib/wchar_.h: Likewise.
15841         * lib/wctype_.h: Likewise.
15842
15843 2007-05-29  Bruno Haible  <bruno@clisp.org>
15844
15845         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
15846         for the moment.
15847
15848 2007-05-29  Bruno Haible  <bruno@clisp.org>
15849
15850         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
15851         invocation.
15852         Reported by Eric Blake.
15853
15854 2007-05-29  Bruno Haible  <bruno@clisp.org>
15855
15856         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
15857         compiling case.
15858
15859 2007-05-29  Eric Blake  <ebb9@byu.net>
15860             Bruno Haible  <bruno@clisp.org>
15861
15862         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
15863         cross compiles.
15864
15865 2007-05-28  Eric Blake  <ebb9@byu.net>
15866
15867         * modules/closein-tests (test_closein_LDADD): Support test on
15868         cygwin with libtool.
15869
15870 2007-05-28  Bruno Haible  <bruno@clisp.org>
15871
15872         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
15873         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
15874         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
15875         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
15876         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
15877         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
15878         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
15879         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
15880         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
15881
15882 2007-05-28  Eric Blake  <ebb9@byu.net>
15883
15884         Unconditionally include <config.h> in unit tests.
15885         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
15886         * tests/test-allocsa.c, tests/test-arcfour.c,
15887         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
15888         tests/test-array_list.c, tests/test-array_oset.c,
15889         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
15890         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
15891         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
15892         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
15893         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
15894         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
15895         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
15896         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
15897         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
15898         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
15899         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
15900         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
15901         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
15902         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
15903         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
15904         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
15905         test-md5.c, test-memmem.c, test-printf-posix.c,
15906         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
15907         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
15908         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
15909         test-strcasestr.c, test-striconv.c, test-striconveh.c,
15910         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
15911         test-vasnprintf-posix2.c, test-vasnprintf.c,
15912         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
15913         test-vfprintf-posix.c, test-vprintf-posix.c,
15914         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
15915         test-xvasprintf.c: Likewise.
15916
15917 2007-05-28  Bruno Haible  <bruno@clisp.org>
15918
15919         * gnulib-tool (func_import): Remember the --with-tests command-line
15920         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
15921         Reported by Eric Blake.
15922
15923 2007-05-28  Bruno Haible  <bruno@clisp.org>
15924
15925         * modules/ftell-tests: New file.
15926         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
15927         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
15928
15929         * lib/ftell.c: New file.
15930         * modules/ftell: New file.
15931         * m4/ftell.m4: New file.
15932         * doc/functions/ftell.texi: Update.
15933         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
15934         REPLACE_FTELL.
15935         * lib/stdio_.h (rpl_ftell): New declaration.
15936         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
15937         REPLACE_FTELL.
15938
15939 2007-05-28  Eric Blake  <ebb9@byu.net>
15940
15941         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
15942
15943 2007-05-28  Bruno Haible  <bruno@clisp.org>
15944
15945         * modules/fseek-tests: New file.
15946         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
15947         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
15948
15949         * lib/fseek.c: New file.
15950         * modules/fseek: New file.
15951         * m4/fseek.m4: New file.
15952         * doc/functions/fseek.texi: Update.
15953         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
15954         REPLACE_FSEEK.
15955         * lib/stdio_.h (rpl_fseek): New declaration.
15956         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
15957         REPLACE_FSEEK.
15958
15959 2007-05-28  Bruno Haible  <bruno@clisp.org>
15960
15961         * lib/stdio_.h (fflush): More comments.
15962
15963 2007-05-28  Bruno Haible  <bruno@clisp.org>
15964
15965         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
15966         runtime test.
15967
15968 2007-05-28  Eric Blake  <ebb9@byu.net>
15969
15970         Improve lseek module.
15971         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
15972         * lib/unistd_.h (lseek): Scale back link warning message.
15973         * tests/test-lseek.c: Beef up test.
15974         * tests/test-lseek.sh: Exercise more facets of lseek.
15975         Reported by Bruno Haible.
15976
15977 2007-05-28  Bruno Haible  <bruno@clisp.org>
15978
15979         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
15980         to define.
15981
15982 2007-05-27  Bruno Haible  <bruno@clisp.org>
15983
15984         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
15985
15986 2007-05-27  Bruno Haible  <bruno@clisp.org>
15987
15988         * modules/openmp: New file.
15989         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
15990         Noah Misch.
15991
15992 2007-05-26  Bruno Haible  <bruno@clisp.org>
15993
15994         * modules/chdir-long (Depends-on): Add fchdir.
15995         * modules/chdir-safer (Depends-on): Likewise.
15996         * modules/fts (Depends-on): Likewise.
15997         * modules/fts-lgpl (Depends-on): Likewise.
15998         * modules/openat (Depends-on): Likewise.
15999         * modules/savewd (Depends-on): Likewise.
16000
16001 2007-05-24  Eric Blake  <ebb9@byu.net>
16002
16003         Fix lseek on mingw.
16004         * modules/lseek: New module.
16005         * m4/lseek.m4: New file.
16006         * lib/lseek.c: New file.
16007         * modules/lseek-tests: New file.
16008         * tests/test-lseek.c: New file.
16009         * tests/test-lseek.sh: New file.
16010         * MODULES.html.sh: Document lseek module.
16011         * modules/fflush (Depends-on): Add lseek, fseeko.
16012         * modules/fseeko (Depends-on): Likewise.
16013         * modules/ftello (Depends-on): Likewise.
16014         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
16015         broken.
16016         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
16017         broken.
16018         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
16019         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
16020         * lib/ftello.c (rpl_ftello): Likewise.
16021         * tests/test-fseeko.c (main): Test this.
16022         * tests/test-fseeko.sh: Likewise.
16023         * tests/test-ftello.c (main): Likewise.
16024         * tests/test-ftello.sh: Likewise.
16025         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
16026         implies replacing fseek.
16027         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
16028         HAVE_FTELLO.
16029         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
16030         * modules/unistd (Makefile.am): Likewise.
16031         * lib/unistd_.h (lseek): Declare a replacement.
16032         * doc/functions/lseek.texi (lseek): Document this fix.
16033         * doc/functions/fseek.texi (fseek): Likewise.
16034         * doc/functions/ftell.texi (ftell): Likewise.
16035
16036 2007-05-24  Bruno Haible  <bruno@clisp.org>
16037
16038         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
16039         in the printed representation of a NaN.
16040         * tests/test-vasprintf-posix.c (test_function): Likewise.
16041         * tests/test-snprintf-posix.h (test_function): Likewise.
16042         * tests/test-sprintf-posix.h (test_function): Likewise.
16043         Reported by Eric Blake.
16044
16045 2007-05-23  Eric Blake  <ebb9@byu.net>
16046
16047         Fix fseeko/ftello on cygwin 1.5.24.
16048         * doc/functions/fseeko.texi (fseeko): Document the fix.
16049         * doc/functions/ftello.texi (ftello): Document the fix.
16050         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
16051         * doc/functions/stdout.text (stdout): New file.
16052         * doc/functions/stderr.text (stderr): New file.
16053         * doc/gnulib.texi (Function Substitutes): Use new files.
16054         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
16055         prior to 1.7.0.
16056         * tests/test-ftello.c (main): Likewise for ftello.
16057         * tests/test-fseeko.sh: New file.
16058         * tests/test-ftello.sh: New file.
16059         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
16060         with seekable stdin.
16061         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
16062         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
16063         (gl_REPLACE_FSEEKO): New macro.
16064         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
16065         * modules/fseeko (Files): Distribute fseeko.c.
16066         * modules/ftello (Files): Distribute ftello.c.
16067         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
16068         mode.
16069         * lib/ftello.c (rpl_ftello): New file.
16070         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
16071         fseeko, ftello.
16072         (gl_STDIN_LARGE_OFFSET): New macro.
16073         * modules/stdio (Makefile.am): Perform the replacement.
16074         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
16075
16076 2007-05-23  Bruno Haible  <bruno@clisp.org>
16077
16078         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
16079         GNULIB_POSIXCHECK is defined.
16080
16081 2007-05-21  Bruno Haible  <bruno@clisp.org>
16082
16083         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
16084         Check also the output for NaN arguments. When cross-compiling, guess
16085         no on IRIX.
16086         * lib/vasnprintf.c: Update comments.
16087         * tests/test-vasnprintf-posix.c (strisnan): New function.
16088         (test_function): Use it.
16089         * tests/test-vasprintf-posix.c (strisnan): New function.
16090         (test_function): Use it.
16091         * tests/test-snprintf-posix.h (strisnan): New function.
16092         (test_function): Use it.
16093         * tests/test-sprintf-posix.h (strisnan): New function.
16094         (test_function): Use it.
16095         Reported by Eric Blake.
16096
16097 2007-05-20  Bruno Haible  <bruno@clisp.org>
16098
16099         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
16100         numbers that fails on BeOS.
16101         * doc/functions/frexpl.texi: Update.
16102
16103 2007-05-20  Jim Meyering  <jim@meyering.net>
16104
16105         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
16106         forced upon us by glibc-2.6.
16107
16108 2007-05-20  Bruno Haible  <bruno@clisp.org>
16109
16110         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
16111         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
16112         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
16113         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
16114         NEED_PRINTF_INFINITE.
16115         (is_infinitel): New function.
16116         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
16117         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
16118         gl_PREREQ_VASNPRINTF_INFINITE.
16119         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
16120         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
16121         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
16122         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
16123         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
16124         gl_PREREQ_VASNPRINTF_INFINITE.
16125         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
16126         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
16127         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
16128         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
16129         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
16130         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
16131         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
16132         * doc/functions/fprintf.texi: Update.
16133         * doc/functions/printf.texi: Update.
16134         * doc/functions/snprintf.texi: Update.
16135         * doc/functions/sprintf.texi: Update.
16136         * doc/functions/vfprintf.texi: Update.
16137         * doc/functions/vprintf.texi: Update.
16138         * doc/functions/vsnprintf.texi: Update.
16139         * doc/functions/vsprintf.texi: Update.
16140
16141 2007-05-20  Bruno Haible  <bruno@clisp.org>
16142
16143         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
16144         was not found in libc.
16145         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
16146
16147 2007-05-20  Bruno Haible  <bruno@clisp.org>
16148
16149         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
16150         printed as "-nan" instead of "nan".
16151         * tests/test-vasprintf-posix.c (test_function): Likewise.
16152         * tests/test-snprintf-posix.h (test_function): Likewise.
16153         * tests/test-sprintf-posix.h (test_function): Likewise.
16154         Needed for HP-UX 11.
16155
16156 2007-05-20  Jim Meyering  <jim@meyering.net>
16157
16158         Fix buggy test for the fchownat-deref bug.
16159         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
16160         symlink required for the run-test.  Without it, this test would
16161         always declare that fchownat doesn't work, and client code would
16162         unnecessarily use the replacement function with fixed libc.
16163         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
16164         Reported by Greg Schafer.
16165
16166 2007-05-19  Bruno Haible  <bruno@clisp.org>
16167
16168         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
16169         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
16170         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
16171         Needed for IRIX 6.5 and Solaris 2.5.1.
16172
16173 2007-05-19  Bruno Haible  <bruno@clisp.org>
16174
16175         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
16176         (test_function): Skip tests involving -0.0 on platforms where
16177         -0.0 = 0.0.
16178         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
16179         (test_function): Skip tests involving -0.0 on platforms where
16180         -0.0 = 0.0.
16181         * tests/test-snprintf-posix.h (have_minus_zero): New function.
16182         (test_function): Skip tests involving -0.0 on platforms where
16183         -0.0 = 0.0.
16184         * tests/test-sprintf-posix.h (have_minus_zero): New function.
16185         (test_function): Skip tests involving -0.0 on platforms where
16186         -0.0 = 0.0.
16187         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
16188         tests.
16189         * tests/test-printf-posix.h (test_function): Likewise.
16190         * tests/test-printf-posix.output: Remove all -0.0 related results.
16191         Needed for IRIX 6.5.
16192
16193 2007-05-19  Bruno Haible  <bruno@clisp.org>
16194
16195         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
16196         printed as "nan0x7fffffff" instead of "nan".
16197         * tests/test-vasprintf-posix.c (test_function): Likewise.
16198         * tests/test-snprintf-posix.h (test_function): Likewise.
16199         * tests/test-sprintf-posix.h (test_function): Likewise.
16200         * tests/test-fprintf-posix.h (NaN): Remove macro.
16201         (test_function): Remove all NaN related tests.
16202         * tests/test-printf-posix.h (NaN): Remove macro.
16203         (test_function): Remove all NaN related tests.
16204         * tests/test-printf-posix.output: Remove all NaN related results.
16205         Needed for IRIX 6.5.
16206
16207 2007-05-19  Bruno Haible  <bruno@clisp.org>
16208
16209         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
16210         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
16211
16212 2007-05-19  Bruno Haible  <bruno@clisp.org>
16213
16214         * lib/float_.h: New file.
16215         * m4/float_h.m4: New file.
16216         * modules/float: New file.
16217         * modules/isnanl (Dependencies): Add float.
16218         * modules/isnanl-nolibm (Dependencies): Likewise.
16219         * modules/mathl (Dependencies): Likewise.
16220         * modules/printf-frexpl (Dependencies): Likewise.
16221         * modules/signbit (Dependencies): Likewise.
16222         * modules/vasnprintf (Dependencies): Likewise.
16223         * doc/headers/float.texi: Update.
16224
16225 2007-05-19  Jim Meyering  <jim@meyering.net>
16226
16227         * lib/utimens.c (gl_futimens): Rename from futimens,
16228         now that glibc-2.6 declares futimens.
16229         * lib/utimens.h: Likewise.
16230
16231 2007-05-19  Bruno Haible  <bruno@clisp.org>
16232
16233         Avoid test failures on mingw.
16234         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
16235         * tests/test-printf-posix.sh: Likewise.
16236         * tests/test-vfprintf-posix.sh: Likewise.
16237         * tests/test-vprintf-posix.sh: Likewise.
16238
16239 2007-05-19  Bruno Haible  <bruno@clisp.org>
16240
16241         Fix *printf result for NaN, Inf, -0.0 on mingw.
16242         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
16243         * lib/vasnprintf.c: Include math.h and isnan.h.
16244         (is_infinite_or_zero): New function.
16245         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
16246         values in the %f, %F, %e, %E, %g, %G directives.
16247         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
16248         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
16249         gl_PRINTF_INFINITE and test its result. Invoke
16250         gl_PREREQ_VASNPRINTF_INFINITE.
16251         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
16252         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
16253         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
16254         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
16255         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
16256         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
16257         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
16258         * doc/functions/fprintf.texi: Update.
16259         * doc/functions/printf.texi: Update.
16260         * doc/functions/snprintf.texi: Update.
16261         * doc/functions/sprintf.texi: Update.
16262         * doc/functions/vfprintf.texi: Update.
16263         * doc/functions/vprintf.texi: Update.
16264         * doc/functions/vsnprintf.texi: Update.
16265         * doc/functions/vsprintf.texi: Update.
16266
16267 2007-05-19  Bruno Haible  <bruno@clisp.org>
16268
16269         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
16270         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
16271         Instead of multiplying with 10^k, set extra_zeroes to k.
16272         (scale10_round_long_double): Remove function.
16273
16274 2007-05-18  Bruno Haible  <bruno@clisp.org>
16275
16276         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
16277         introduced on 2007-05-06.
16278
16279 2007-05-18  Bruno Haible  <bruno@clisp.org>
16280
16281         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
16282         %g directives.
16283         * tests/test-vasprintf-posix.c (test_function): Likewise.
16284         * tests/test-snprintf-posix.h (test_function): Likewise.
16285         * tests/test-sprintf-posix.h (test_function): Likewise.
16286
16287 2007-05-18  Bruno Haible  <bruno@clisp.org>
16288
16289         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
16290         (strmatch): New function.
16291         (test_function): Test the %f directive on numbers of various exponents.
16292         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
16293         (strmatch): New function.
16294         (test_function): Test the %f directive on numbers of various exponents.
16295         * tests/test-snprintf-posix.h (strmatch): New function.
16296         (test_function): Test the %f directive on numbers of various exponents.
16297         * tests/test-sprintf-posix.h (strmatch): New function.
16298         (test_function): Test the %f directive on numbers of various exponents.
16299         * tests/test-snprintf-posix.c (SIZEOF): New macro.
16300         * tests/test-sprintf-posix.c (SIZEOF): New macro.
16301         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
16302         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
16303
16304 2007-05-18  Bruno Haible  <bruno@clisp.org>
16305
16306         Add support for 'long double' number output.
16307         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
16308         * lib/vasnprintf.c: Include math.h and float+.h.
16309         (mp_limb_t): New type.
16310         (GMP_LIMB_BITS): New macro.
16311         (mp_twolimb_t): New type.
16312         (GMP_TWOLIMB_BITS): New macro.
16313         (mpn_t): New type.
16314         (multiply, divide, convert_to_decimal, decode_long_double,
16315         scale10_round_long_double, scale10_round_decimal_long_double,
16316         floorlog10l): New functions.
16317         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
16318         for the %f, %F, %e, %E, %g, %G directives.
16319         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
16320         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
16321         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
16322         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
16323         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
16324         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
16325         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
16326         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
16327         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
16328         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
16329         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
16330         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
16331         * modules/snprintf-posix (Depends-on): Likewise.
16332         * modules/sprintf-posix (Depends-on): Likewise.
16333         * modules/vasnprintf-posix (Depends-on): Likewise.
16334         * modules/vasprintf-posix (Depends-on): Likewise.
16335         * modules/vfprintf-posix (Depends-on): Likewise.
16336         * modules/vsnprintf-posix (Depends-on): Likewise.
16337         * modules/vsprintf-posix (Depends-on): Likewise.
16338         * modules/vasnprintf (Files): Add lib/float+.h.
16339         * doc/functions/fprintf.texi: Update.
16340         * doc/functions/printf.texi: Update.
16341         * doc/functions/snprintf.texi: Update.
16342         * doc/functions/sprintf.texi: Update.
16343         * doc/functions/vfprintf.texi: Update.
16344         * doc/functions/vprintf.texi: Update.
16345         * doc/functions/vsnprintf.texi: Update.
16346         * doc/functions/vsprintf.texi: Update.
16347
16348 2007-05-18  Bruno Haible  <bruno@clisp.org>
16349
16350         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
16351
16352 2007-05-18  Bruno Haible  <bruno@clisp.org>
16353
16354         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
16355         for printing 64-bit integers. Needed for mingw.
16356
16357 2007-05-18  Bruno Haible  <bruno@clisp.org>
16358
16359         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
16360         gl_FUNC_FREXPL_WORKS.
16361         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
16362
16363 2007-05-18  Bruno Haible  <bruno@clisp.org>
16364
16365         * modules/frexpl-nolibm-tests: New file.
16366
16367         * modules/frexpl-nolibm: New file.
16368         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
16369
16370 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
16371
16372         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
16373         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
16374         GCC 4.2, which otherwise issues a lot of warnings.
16375         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
16376         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
16377         Likewise.
16378         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
16379         * modules/iconv_open (iconv.h): Likewise.
16380         * modules/locale (locale.h): Likewise.
16381         * modules/netinet_in (netinet/in.h): Likewise.
16382         * modules/sys_select (sys_select.h): Likewise.
16383         * modules/sys_socket (sys/socket.h): Likewise.
16384         * modules/sys_stat (sys/stat.h): Likewise.
16385         * modules/sysexits (sysexits.h): Likewise.
16386         * modules/unistd (unistd.h): Likewise.
16387
16388 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16389
16390         * modules/closein-tests (Makefile.am): Distribute
16391         `test-closein.sh'.
16392
16393 2007-05-17  Bruno Haible  <bruno@clisp.org>
16394
16395         * tests/test-printf-posix.output: Renamed from
16396         tests/test-fprintf-posix.out.
16397         * modules/fprintf-posix-tests: Update.
16398         * modules/printf-posix-tests: Update.
16399         * modules/vfprintf-posix-tests: Update.
16400         * modules/vprintf-posix-tests: Update.
16401         * tests/test-fprintf-posix.sh: Update.
16402         * tests/test-printf-posix.sh: Update.
16403         * tests/test-vfprintf-posix.sh: Update.
16404         * tests/test-vprintf-posix.sh: Update.
16405         Reported by Ralf Wildenhues.
16406
16407 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
16408
16409         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
16410         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
16411         GCC 4.2, which otherwise issues a lot of warnings.
16412         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
16413         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
16414         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
16415         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
16416         it should no longer be needed.
16417         * lib/string_.h: Likewise.
16418         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
16419         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
16420         * modules/inttypes (inttypes.h): Likewise.
16421         * modules/math (math.h): Likewise.
16422         * modules/search (search.h): Likewise.
16423         * modules/signal (signal.h): Likewise.
16424         * modules/stdint (stdint.h): Likewise.
16425         * modules/stdio (stdio.h): Likewise.
16426         * modules/stdlib (stdlib.h): Likewise.
16427         * modules/string (string.h): Likewise.
16428         * modules/sys_time (sys/time.h): Likewise.
16429         * modules/time (time.h): Likewise.
16430         * modules/wchar (wchar.h): Likewise.
16431         * modules/wctype (wtype.h): Likewise.
16432
16433 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
16434
16435         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
16436
16437 2007-05-13  Bruno Haible  <bruno@clisp.org>
16438
16439         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
16440         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
16441         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
16442         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
16443         (gl_PREREQ_STRTOK_R): Don't require it here.
16444
16445 2007-05-13  Bruno Haible  <bruno@clisp.org>
16446
16447         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
16448         when used in C++ mode.
16449
16450 2007-05-12  Bruno Haible  <bruno@clisp.org>
16451
16452         * lib/linebuffer.h: Tweak doc.
16453         * lib/linebuffer.c: Likewise.
16454
16455 2007-05-12  James Youngman  <jay@gnu.org>
16456
16457         * lib/linebuffer.c (readlinebuffer_delim): New function,
16458         like readlinebuffer, but use a caller-specified delimiter.
16459         (readlinebuffer): Just call readlinebuffer_delim with '\n'
16460         as the delimiter.
16461         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
16462
16463 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
16464
16465         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
16466         * modules/openat (Files): Remove openat-die.c.
16467         (Depends-on): Add openat-die.
16468         * modules/openat-die: New module.
16469
16470 2007-05-06  Bruno Haible  <bruno@clisp.org>
16471
16472         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
16473         Update with info about Cygwin.
16474         * doc/functions/fprintf.texi: Update.
16475         * doc/functions/printf.texi: Update.
16476         * doc/functions/snprintf.texi: Update.
16477         * doc/functions/sprintf.texi: Update.
16478         * doc/functions/vfprintf.texi: Update.
16479         * doc/functions/vprintf.texi: Update.
16480         * doc/functions/vsnprintf.texi: Update.
16481         * doc/functions/vsprintf.texi: Update.
16482         Reported by Eric Blake.
16483
16484 2007-05-06  Bruno Haible  <bruno@clisp.org>
16485
16486         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
16487         padding ourselves for the floating-point directives.
16488         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
16489         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
16490         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
16491         gl_PRINTF_FLAG_ZERO and test its result. Invoke
16492         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
16493         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
16494         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
16495         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
16496         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
16497         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
16498         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
16499         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
16500         * tests/test-snprintf-posix.h (test_function): Also check the width
16501         and some flags in the %f directive.
16502         * tests/test-sprintf-posix.h (test_function): Likewise.
16503         * tests/test-vasnprintf-posix.c (test_function): Likewise.
16504         * tests/test-vasprintf-posix.c (test_function): Likewise.
16505         * doc/functions/fprintf.texi: Update.
16506         * doc/functions/printf.texi: Update.
16507         * doc/functions/snprintf.texi: Update.
16508         * doc/functions/sprintf.texi: Update.
16509         * doc/functions/vfprintf.texi: Update.
16510         * doc/functions/vprintf.texi: Update.
16511         * doc/functions/vsnprintf.texi: Update.
16512         * doc/functions/vsprintf.texi: Update.
16513
16514 2007-05-06  Bruno Haible  <bruno@clisp.org>
16515
16516         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
16517         pass the ' flag character to sprintf or snprintf.
16518         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
16519         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
16520         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
16521         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
16522         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
16523         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
16524         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
16525         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
16526         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
16527         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
16528         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
16529         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
16530         * tests/test-snprintf-posix.h (test_function): Also check the grouping
16531         flag.
16532         * tests/test-sprintf-posix.h (test_function): Likewise.
16533         * tests/test-vasnprintf-posix.c (test_function): Likewise.
16534         * tests/test-vasprintf-posix.c (test_function): Likewise.
16535         * doc/functions/fprintf.texi: Update.
16536         * doc/functions/printf.texi: Update.
16537         * doc/functions/snprintf.texi: Update.
16538         * doc/functions/sprintf.texi: Update.
16539         * doc/functions/vfprintf.texi: Update.
16540         * doc/functions/vprintf.texi: Update.
16541         * doc/functions/vsnprintf.texi: Update.
16542         * doc/functions/vsprintf.texi: Update.
16543
16544 2007-05-01  Bruno Haible  <bruno@clisp.org>
16545
16546         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
16547
16548 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
16549
16550         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
16551         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
16552
16553 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
16554
16555         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
16556         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
16557         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
16558
16559 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
16560
16561         * lib/argp-help.c (struct hol_entry): New member `ord'.
16562         (HOL_ENTRY_PTRCMP): Use ord for comparison
16563         (hol_sort): Initialize ord.
16564
16565 2007-05-01  Bruno Haible  <bruno@clisp.org>
16566
16567         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
16568         Reported by Eric Blake.
16569         * doc/gnulib.texi (Function Substitutes): Update.
16570
16571 2007-05-01  Bruno Haible  <bruno@clisp.org>
16572
16573         * doc/functions.texi: Remove file, now redundant through
16574         doc/functions/*.texi.
16575
16576 2007-05-01  Bruno Haible  <bruno@clisp.org>
16577
16578         * modules/argp (Depends-on): Add sleep.
16579
16580 2007-05-01  Bruno Haible  <bruno@clisp.org>
16581
16582         * modules/sleep-tests: New file.
16583         * tests/test-sleep.c: New file.
16584
16585         * modules/sleep: New file.
16586         * lib/sleep.c: New file.
16587         * m4/sleep.m4: New file.
16588         * lib/unistd_.h (sleep): New declaration.
16589         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
16590         HAVE_SLEEP.
16591         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
16592         * doc/functions/sleep.texi: Document the sleep module.
16593
16594 2007-05-01  Bruno Haible  <bruno@clisp.org>
16595
16596         * lib/sigprocmask.h: Remove file.
16597         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
16598         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
16599         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
16600         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
16601         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
16602         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
16603         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
16604         HAVE_SIGSET_T as a shell variable.
16605         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
16606         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
16607         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
16608         (Depends-on): Add signal. Remove verify.
16609         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
16610         (Include): Mention <signal.h> instead of sigprocmask.h.
16611         * NEWS: Mention the change.
16612         * lib/fatal-signal.c: Don't include sigprocmask.h.
16613
16614 2007-05-01  Bruno Haible  <bruno@clisp.org>
16615
16616         * modules/signal: New file.
16617         * lib/signal_.h: New file.
16618         * m4/signal_h.m4: New file.
16619
16620 2007-05-01  Bruno Haible  <bruno@clisp.org>
16621
16622         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
16623         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
16624         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
16625         HAVE_WCTYPE_CTMP_BUG into wctype.h.
16626
16627 2007-05-01  Bruno Haible  <bruno@clisp.org>
16628
16629         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
16630         configure time.
16631         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
16632         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
16633         * modules/sys_stat (Makefile.am): Substitute their values into
16634         sys/stat.h.
16635
16636 2007-05-01  Bruno Haible  <bruno@clisp.org>
16637
16638         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
16639         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
16640         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
16641
16642 2007-05-01  Bruno Haible  <bruno@clisp.org>
16643
16644         * doc/header/assert.texi: Undo last change: don't mention the gnulib
16645         'assert' module here.
16646
16647 2007-05-01  Bruno Haible  <bruno@clisp.org>
16648
16649         * doc/functions/*.texi: New files.
16650         * doc/functions/google-ranking.txt: New file.
16651         * doc/gnulib.texi (Function Substitutes): New chapter.
16652         (ctime, inet_ntoa): Remove sections.
16653         * doc/ctime.texi: Remove file.
16654         * doc/inet_ntoa.texi: Remove file.
16655         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
16656         dependencies.
16657         (%.info): New rule, specifying a --reference-limit.
16658
16659 2007-05-01  Bruno Haible  <bruno@clisp.org>
16660
16661         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
16662
16663 2007-05-01  Bruno Haible  <bruno@clisp.org>
16664
16665         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
16666         the portability of 'mkdir' to mingw systems.
16667
16668 2007-05-01  Bruno Haible  <bruno@clisp.org>
16669
16670         * doc/headers/google-ranking.txt: New file.
16671
16672 2007-04-30  Eric Blake  <ebb9@byu.net>
16673
16674         Prefer fseeko to fseek.
16675         * modules/getpass (Depends-on): Add fseeko.
16676         * lib/getpass.c (getpass): Use fseeko, not fseek.
16677
16678 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
16679
16680         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
16681         assumes the sorting is stable, while most qsort implementations
16682         are not.  Use argument addresses to ensure they never compare as
16683         equal.
16684
16685         * tests/test-argp-2.sh (usage-indent test): Fix output
16686         (func_compare): Restore diff options
16687         * tests/test-argp.c: Restore #include "progname.h"
16688
16689 2007-04-29  Bruno Haible  <bruno@clisp.org>
16690
16691         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
16692         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
16693         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
16694         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
16695         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
16696         (configure.ac): Define CHECK_SNPRINTF_POSIX.
16697         (TESTS, check_PROGRAMS): Add test-snprintf.
16698         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
16699         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
16700         (TESTS, check_PROGRAMS): Add test-vsnprintf.
16701         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
16702         assertions that fail on HP-UX, OSF/1, or IRIX.
16703         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
16704
16705 2007-04-29  Bruno Haible  <bruno@clisp.org>
16706
16707         * MODULES.html.sh (posix_functions): Remove 'contents'.
16708
16709 2007-04-29  Karl Berry  <karl@gnu.org>
16710
16711         * config/srclist.txt (gendocs_template_min): new entry.
16712
16713 2007-04-29  Bruno Haible  <bruno@clisp.org>
16714
16715         Work around fpurge bug on BSD systems.
16716         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
16717         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
16718         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
16719         fpurge to rpl_fpurge if the system already has this function.
16720         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
16721         the case where the system already has this function. Correct invariants
16722         on BSD systems.
16723         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
16724         BSD systems.
16725
16726 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
16727
16728         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
16729         proposed by Sven Verdoolaege.
16730
16731         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
16732         options.
16733         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
16734         (usage and help tests): Update
16735
16736 2007-04-29  Bruno Haible  <bruno@clisp.org>
16737
16738         * tests/test-fflush.c (main): Use a file of size 17, not 10.
16739         Print more information in case of failure. Disable a test on BeOS.
16740
16741 2007-04-29  Bruno Haible  <bruno@clisp.org>
16742
16743         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
16744         This helps debugging on systems on which no gdb is available.
16745
16746 2007-04-29  Bruno Haible  <bruno@clisp.org>
16747
16748         * lib/freading.h: Improve comments.
16749         * lib/fwriting.h: Likewise.
16750         * tests/test-freading.c (main): Don't check freading immediately after
16751         repositioning. Needed for glibc.
16752
16753 2007-04-29  Bruno Haible  <bruno@clisp.org>
16754
16755         * lib/freading.c (freading): Trivial simplification.
16756
16757 2007-04-28  Bruno Haible  <bruno@clisp.org>
16758
16759         * tests/test-fwriting.c (main): Also test the interaction between
16760         fflush and fwriting.
16761         * modules/fwriting-tests (Depends-on): Add fflush.
16762
16763         * tests/test-freading.c (main): Also test the interaction between
16764         fflush and freading.
16765         * modules/freading-tests (Depends-on): Add fflush.
16766
16767 2007-04-28  Bruno Haible  <bruno@clisp.org>
16768
16769         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
16770         fseeko and ftello.
16771         Suggested by Eric Blake.
16772
16773 2007-04-28  Jim Meyering  <jim@meyering.net>
16774
16775         Avoid false-negative in gl_STDINT_H's C99 conformance test.
16776         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
16777         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
16778
16779 2007-04-27  Eric Blake  <ebb9@byu.net>
16780
16781         * doc/headers/assert.texi (assert.h): Document assert module use.
16782
16783 2007-04-27  Bruno Haible  <bruno@clisp.org>
16784
16785         * doc/headers/*.texi: New files.
16786         * doc/gnulib.texi (Header File Substitutes): New chapter.
16787         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
16788         dependencies.
16789         (standards.info ,standards.html, standards.dvi): Update dependencies.
16790         (mostlyclean, clean): New targets.
16791
16792 2007-04-27  Bruno Haible  <bruno@clisp.org>
16793
16794         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
16795         * modules/sysexits (Files, Makefile.am): Update.
16796
16797         * lib/sys_socket_.h: Renamed from lib/socket_.h.
16798         * modules/sys_socket (Files, Makefile.am): Update.
16799
16800         * lib/sys_stat_.h: Renamed from lib/stat_.h.
16801         * modules/sys_stat (Files, Makefile.am): Update.
16802
16803 2007-04-27  Eric Blake  <ebb9@byu.net>
16804
16805         * lib/freading.h: Improve comments.
16806         * lib/fwriting.h: Likewise.
16807         * lib/fflush.c: Likewise.
16808
16809         Fix closein for mingw.
16810         * modules/closein-tests: Add tests for closein.
16811         * tests/test-closein.c: New file.
16812         * tests/test-closein.sh: Likewise.
16813         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
16814         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
16815
16816 2007-04-27  Bruno Haible  <bruno@clisp.org>
16817
16818         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
16819         version is < 6.
16820         * lib/math_.h [__DECC]: Likewise.
16821         * lib/stdio_.h [__DECC]: Likewise.
16822         * lib/stdlib_.h [__DECC]: Likewise.
16823         * lib/string_.h [__DECC]: Likewise.
16824         * lib/time_.h [__DECC]: Likewise.
16825         * lib/wchar_.h [__DECC]: Likewise.
16826         * lib/wctype_.h [__DECC]: Likewise.
16827
16828 2007-04-27  Bruno Haible  <bruno@clisp.org>
16829
16830         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
16831
16832 2007-04-27  Bruno Haible  <bruno@clisp.org>
16833
16834         * lib/fflush.c: Add comments.
16835         * modules/fpurge-tests (Depends-on): Add fflush.
16836         * modules/freadable-tests (Depends-on): Likewise.
16837         * modules/fwritable-tests (Depends-on): Likewise.
16838
16839 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
16840
16841         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
16842         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
16843         Report by Bruno Haible <bruno@clisp.org>.
16844
16845 2007-04-26  Eric Blake  <ebb9@byu.net>
16846
16847         Fix fflush on mingw.
16848         * modules/fflush (Depends-on): Add freading.
16849         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
16850         but unread data.
16851
16852 2007-04-26  Eric Blake  <ebb9@byu.net>
16853         and Bruno Haible  <bruno@clisp.org>
16854
16855         Implement freading and fwriting.
16856         * lib/freading.c: New file.
16857         * lib/freading.h: Likewise.
16858         * m4/freading.m4: Likewise.
16859         * modules/freading: Likewise.
16860         * modules/freading-tests: Likewise.
16861         * tests/test-freading.c: Likewise.
16862         * lib/fwriting.c: New file.
16863         * lib/fwriting.h: Likewise.
16864         * m4/fwriting.m4: Likewise.
16865         * modules/fwriting: Likewise.
16866         * modules/fwriting-tests: Likewise.
16867         * tests/test-fwriting.c: Likewise.
16868         * MODULES.html.sh (File stream based Input/Output): Mention them.
16869
16870 2007-04-26  Bruno Haible  <bruno@clisp.org>
16871
16872         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
16873         'long' when we assume it.
16874         Suggested by Eric Blake.
16875
16876 2007-04-26  Bruno Haible  <bruno@clisp.org>
16877
16878         Ensure fseeko, ftello are declared on glibc systems.
16879         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
16880         * modules/fseeko (configure.ac-early): Likewise.
16881         * modules/ftello (configure.ac-early): Likewise.
16882         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
16883         AC_FUNC_FSEEKO for this.
16884         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
16885         (gl_CHECK_FSEEKO): Remove macro.
16886
16887 2007-04-26  Bruno Haible  <bruno@clisp.org>
16888
16889         * tests/test-fflush.c (main): Also check the ftell result after
16890         fflush and fseek/fseeko.
16891         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
16892         file descriptor position cache in the stream.
16893         * lib/fseeko.c (rpl_fseeko): Likewise.
16894
16895 2007-04-26  Bruno Haible  <bruno@clisp.org>
16896
16897         * modules/fflush-tests (Depends-on): Add fseeko.
16898
16899 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
16900             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16901
16902         * lib/argz_.h: ensure error_t definition is obtained in same
16903         mechanism system argz.h would have.
16904         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
16905         argz facilities are known bad.  Err on the side of caution if
16906         cross-compiling.
16907
16908 2007-04-25  Eric Blake  <ebb9@byu.net>
16909
16910         * lib/fpurge.c (includes): Use stdlib.h for free.
16911         * tests/test-fflush.c (main): Also test fflush-fseeko.
16912
16913 2007-04-25  Bruno Haible  <bruno@clisp.org>
16914
16915         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
16916         * lib/fseeko.c: New file.
16917         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
16918         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
16919         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
16920         gl_FUNC_FSEEKO.
16921         (gl_FUNC_FSEEKO): Invoke it.
16922         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
16923         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
16924         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
16925
16926 2007-04-25  Bruno Haible  <bruno@clisp.org>
16927
16928         * modules/fflush (Depends-on): Add ftello.
16929
16930 2007-04-25  Bruno Haible  <bruno@clisp.org>
16931
16932         * modules/ftello-tests: New file.
16933         * tests/test-ftello.c: New file.
16934
16935         * modules/ftello: New file.
16936         * m4/ftello.m4: New file.
16937         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
16938         HAVE_FTELLO.
16939         * lib/stdio_.h (ftello): New declaration.
16940         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
16941         HAVE_FTELLO.
16942
16943 2007-04-25  Bruno Haible  <bruno@clisp.org>
16944
16945         * modules/fseeko-tests: New file.
16946         * tests/test-fseeko.c: New file.
16947
16948         * modules/fseeko: New file.
16949         * m4/fseeko.m4: New file.
16950         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
16951         HAVE_FSEEKO.
16952         * lib/stdio_.h (fseeko): New declaration.
16953         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
16954         HAVE_FSEEKO.
16955
16956 2007-04-25  Bruno Haible  <bruno@clisp.org>
16957
16958         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
16959
16960 2007-04-25  Bruno Haible  <bruno@clisp.org>
16961
16962         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
16963         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
16964         * tests/test-unistd.c: Likewise.
16965         * tests/test-fcntl.c: Likewise.
16966
16967 2007-04-23  Eric Blake  <ebb9@byu.net>
16968
16969         * lib/fflush.c: Fix missing include.
16970         Reported by Bruno Haible.
16971
16972 2007-04-23  Bruno Haible  <bruno@clisp.org>
16973
16974         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
16975         Reported by Eric Blake.
16976
16977 2007-04-23  Bruno Haible  <bruno@clisp.org>
16978
16979         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
16980
16981 2007-04-23  Bruno Haible  <bruno@clisp.org>
16982
16983         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
16984
16985 2007-04-23  Bruno Haible  <bruno@clisp.org>
16986
16987         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
16988         Needed on HP-UX 11.
16989
16990 2007-04-16  Eric Blake  <ebb9@byu.net>
16991
16992         Make fflush rely on fpurge.
16993         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
16994         open coding all variants.
16995         * modules/fflush (Depends-on): Add fpurge and unistd.
16996         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
16997         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
16998
16999         Fix --with-tests compilation on cygwin.
17000         * modules/argmatch-tests (Makefile.am): List gnulib library first
17001         in LDADD.
17002         * modules/argp-tests (Makefile.am): Likewise.
17003         * modules/array-list-tests (Makefile.am): Likewise.
17004         * modules/array-oset-tests (Makefile.am): Likewise.
17005         * modules/avltree-list-tests (Makefile.am): Likewise.
17006         * modules/avltree-oset-tests (Makefile.am): Likewise.
17007         * modules/avltreehash-list-tests (Makefile.am): Likewise.
17008         * modules/carray-list-tests (Makefile.am): Likewise.
17009         * modules/dirname-tests (Makefile.am): Likewise.
17010         * modules/frexp-tests (Makefile.am): Likewise.
17011         * modules/isnanl-tests (Makefile.am): Likewise.
17012         * modules/linked-list-tests (Makefile.am): Likewise.
17013         * modules/linkedhash-list-tests (Makefile.am): Likewise.
17014         * modules/lock-tests (Makefile.am): Likewise.
17015         * modules/rbtree-list-tests (Makefile.am): Likewise.
17016         * modules/rbtree-oset-tests (Makefile.am): Likewise.
17017         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
17018         * modules/tls-tests (Makefile.am): Likewise.
17019         * modules/tsearch-tests (Makefile.am): Likewise.
17020         * modules/xvasprintf-tests (Makefile.am): Likewise.
17021
17022         Fix fpurge for cygwin.
17023         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
17024         value.
17025         * modules/fpurge-tests (Depends-on): Clean up trash.
17026
17027 2007-04-16  Simon Josefsson  <simon@josefsson.org>
17028
17029         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
17030
17031         * m4/autobuild.m4: Re-indent.
17032
17033 2007-04-13  Bruno Haible  <bruno@clisp.org>
17034
17035         * modules/fpurge-tests: New file.
17036         * tests/test-fpurge.c: New file.
17037
17038         * modules/fpurge: New file.
17039         * lib/fpurge.h: New file.
17040         * lib/fpurge.c: New file.
17041         * m4/fpurge.m4: New file.
17042
17043 2007-04-13  Bruno Haible  <bruno@clisp.org>
17044
17045         * modules/fbufmode-tests: New file.
17046         * tests/test-fbufmode.c: New file.
17047
17048         * modules/fbufmode: New file.
17049         * lib/fbufmode.h: New file.
17050         * lib/fbufmode.c: New file.
17051         * m4/fbufmode.m4: New file.
17052
17053 2007-04-13  Bruno Haible  <bruno@clisp.org>
17054
17055         * modules/fwritable-tests: New file.
17056         * tests/test-fwritable.c: New file.
17057
17058         * modules/fwritable: New file.
17059         * lib/fwritable.h: New file.
17060         * lib/fwritable.c: New file.
17061         * m4/fwritable.m4: New file.
17062
17063 2007-04-13  Bruno Haible  <bruno@clisp.org>
17064
17065         * modules/freadable-tests: New file.
17066         * tests/test-freadable.c: New file.
17067
17068         * modules/freadable: New file.
17069         * lib/freadable.h: New file.
17070         * lib/freadable.c: New file.
17071         * m4/freadable.m4: New file.
17072
17073 2007-04-13  Bruno Haible  <bruno@clisp.org>
17074
17075         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
17076         MOSTLYCLEANFILES.
17077
17078 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
17079
17080         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
17081         gzip bootstrap.conf to avoid dragging in i18n machinery.
17082         (gnulib_tool_option): Use it.
17083
17084 2007-04-13  Bruno Haible  <bruno@clisp.org>
17085
17086         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
17087         %F directives.
17088         * tests/test-vasprintf-posix.c (test_function): Likewise.
17089         * tests/test-snprintf-posix.h (test_function): Likewise.
17090         * tests/test-sprintf-posix.h (test_function): Likewise.
17091         * tests/test-fprintf-posix.h (test_function): Likewise.
17092         * tests/test-printf-posix.h (test_function): Likewise.
17093         * tests/test-fprintf-posix.out: Likewise.
17094
17095 2007-04-13  Bruno Haible  <bruno@clisp.org>
17096
17097         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
17098         * modules/tls-tests (configure.ac): Likewise.
17099         Reported by Arto C. Nirkko <anirkko@insel.ch>.
17100
17101 2007-04-13  Bruno Haible  <bruno@clisp.org>
17102
17103         * lib/tls.c (glthread_tls_get): Fix return type.
17104         Patch by Arto C. Nirkko <anirkko@insel.ch>.
17105
17106 2007-04-12  Eric Blake  <ebb9@byu.net>
17107
17108         * modules/gettime (Depends-on): Remove gettime.
17109         Reported by Dmitry V. Levin.
17110
17111 2007-04-12  Bruno Haible  <bruno@clisp.org>
17112
17113         * modules/fflush (Include): Mention <stdio.h>.
17114         * modules/strtoimax (Include): Mention <inttypes.h>.
17115         * modules/strtoumax (Include): Likewise.
17116
17117 2007-04-12  Eric Blake  <ebb9@byu.net>
17118
17119         * .cvsignore: New file.
17120         * .gitignore: Likewise.
17121
17122 2007-04-12  Bruno Haible  <bruno@clisp.org>
17123
17124         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
17125         not before, since $(LDADD) often contains libgnu.a.
17126         * modules/striconv-tests (test_striconv_LDADD): Likewise.
17127         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
17128         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
17129         Needed on Cygwin.
17130
17131 2007-04-12  Eric Blake  <ebb9@byu.net>
17132
17133         Work around glibc's failure to flush stdin on fclose.
17134         * lib/closein.c (close_stdin): Flush stdin before closing.
17135
17136         Work around glibc's failure to reset seekable stdin on exit.
17137         * modules/closein: New module.
17138         * lib/closein.c: New file.
17139         * lib/closein.h: Likewise.
17140         * m4/closein.m4: Likewise.
17141         * MODULES.html.sh (File stream based Input/Output): Document it.
17142
17143 2007-04-12  Simon Josefsson  <simon@josefsson.org>
17144
17145         * gnulib-tool: Rename generated 'autobuild' script to
17146         'do-autobuild' in --create-megatestdir output.
17147
17148         * doc/gnulib.texi (Build robot for gnulib): Fix.
17149
17150 2007-04-12  Simon Josefsson  <simon@josefsson.org>
17151
17152         * modules/sysexits (Depends-on): Add absolute-header.
17153
17154 2007-04-12  Eric Blake  <ebb9@byu.net>
17155
17156         No need to preserve errno on success.
17157         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
17158         Reported by Bruno Haible.
17159
17160 2007-04-12  Simon Josefsson  <simon@josefsson.org>
17161
17162         * MODULES.html.sh (Support for maintaining and releasing
17163         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
17164
17165 2007-04-12  Simon Josefsson  <simon@josefsson.org>
17166
17167         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
17168
17169 2007-04-12  Simon Josefsson  <simon@josefsson.org>
17170
17171         * modules/autobuild: New module.
17172
17173         * m4/autobuild.m4: New file.
17174
17175 2007-04-11  Bruno Haible  <bruno@clisp.org>
17176
17177         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
17178         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
17179         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
17180         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
17181         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_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/snprintf-posix.m4 (gl_FUNC_SNPRINTF_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/sprintf-posix.m4 (gl_FUNC_SPRINTF_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/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_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         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
17194         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
17195         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
17196         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
17197         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
17198         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
17199         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
17200         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
17201         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
17202         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
17203         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
17204         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
17205         Reported by Eric Blake.
17206
17207 2007-04-11  Bruno Haible  <bruno@clisp.org>
17208
17209         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
17210
17211 2007-04-10  Bruno Haible  <bruno@clisp.org>
17212
17213         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
17214         for NaN and Infinity. Needed on FreeBSD 6.1.
17215         * tests/test-vasnprintf-posix.c (test_function): Undo last change
17216         regarding results for "%010a" of Infinity and NaN.
17217         * tests/test-vasprintf-posix.c (test_function): Likewise.
17218         * tests/test-snprintf-posix.h (test_function): Likewise.
17219         * tests/test-sprintf-posix.h (test_function): Likewise.
17220         * tests/test-fprintf-posix.h (test_function): Likewise.
17221         * tests/test-printf-posix.h (test_function): Likewise.
17222         * tests/test-fprintf-posix.out: Likewise.
17223
17224 2007-04-10  Bruno Haible  <bruno@clisp.org>
17225
17226         * modules/locale-tests: New file.
17227         * tests/test-locale.c: New file.
17228
17229         * modules/locale: New file.
17230         * lib/locale_.h: New file.
17231         * m4/locale_h.m4: New file.
17232
17233 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
17234             Bruno Haible  <bruno@clisp.org>
17235
17236         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
17237         be determined, test for availability of the copysignf, copysign,
17238         copysignl functions.
17239         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
17240         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
17241         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
17242
17243 2007-04-09  Eric Blake  <ebb9@byu.net>
17244
17245         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
17246         * modules/stdio (Makefile.am): Support fflush.
17247         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
17248         * modules/fflush: New file.
17249         * lib/fflush.c: Likewise.
17250         * m4/fflush.m4: Likewise.
17251         * modules/fflush-tests: New test.
17252         * tests/test-fflush.c: Likewise.
17253         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
17254
17255 2007-04-06  Bruno Haible  <bruno@clisp.org>
17256
17257         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
17258         (VASNPRINTF): Use signbit for faster determination whether to print a
17259         minus sign.
17260         * modules/vasnprintf (Files): Remove lib/float+.h.
17261         * modules/fprintf-posix (Depends-on): Add signbit.
17262         * modules/snprintf-posix (Depends-on): Likewise.
17263         * modules/sprintf-posix (Depends-on): Likewise.
17264         * modules/vasnprintf-posix (Depends-on): Likewise.
17265         * modules/vasprintf-posix (Depends-on): Likewise.
17266         * modules/vfprintf-posix (Depends-on): Likewise.
17267         * modules/vsnprintf-posix (Depends-on): Likewise.
17268         * modules/vsprintf-posix (Depends-on): Likewise.
17269
17270 2007-04-06  Bruno Haible  <bruno@clisp.org>
17271
17272         * tests/test-frexp.c (main): Test also the sign bit of zero results.
17273         * tests/test-frexpl.c (main): Likewise.
17274         * tests/test-ldexpl.c (main): Likewise.
17275         * modules/frexp-tests (Depends-on): Add signbit.
17276         * modules/frexpl-tests (Depdends-on): Likewise.
17277         * modules/ldexpl-tests (Depdends-on): Likewise.
17278
17279 2007-04-06  Bruno Haible  <bruno@clisp.org>
17280
17281         * modules/signbit-tests: New file.
17282         * tests/test-signbit.c: New file.
17283
17284         * modules/signbit: New file.
17285         * lib/signbitf.c: New file.
17286         * lib/signbitd.c: New file.
17287         * lib/signbitl.c: New file.
17288         * m4/signbit.m4: New file.
17289         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
17290         (signbit): New macro.
17291         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
17292         REPLACE_SIGNBIT.
17293         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
17294         REPLACE_FREXPL into math.h.
17295
17296 2007-04-06  Bruno Haible  <bruno@clisp.org>
17297
17298         * modules/isnanf-nolibm-tests: New file.
17299         * tests/test-isnanf.c: New file.
17300
17301         * modules/isnanf-nolibm: New file.
17302         * lib/isnanf.h: New file.
17303         * lib/isnanf.c: New file.
17304         * lib/isnan.c: Consider the USE_FLOAT macro.
17305         * m4/isnanf.m4: New file.
17306
17307 2007-04-06  Bruno Haible  <bruno@clisp.org>
17308
17309         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
17310         (Link): New section.
17311
17312         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
17313
17314 2007-04-06  Bruno Haible  <bruno@clisp.org>
17315
17316         Assume the 'long double' type.
17317         * m4/longdouble.m4: Remove file.
17318         * config/srclist.txt: Don't mention longdouble.m4.
17319         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
17320         * lib/float+.h: Likewise.
17321         * lib/frexp.c: Likewise.
17322         * lib/printf-args.h: Likewise.
17323         * lib/printf-args.c: Likewise.
17324         * lib/printf-frexp.c: Likewise.
17325         * lib/printf-parse.c: Likewise.
17326         * lib/vasnprintf.c: Likewise.
17327         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
17328         * m4/intl.m4: Likewise.
17329         * m4/isnanl.m4: Likewise.
17330         * m4/printf.m4: Likewise.
17331         * m4/printf-frexpl.m4: Likewise.
17332         * m4/vasnprintf.m4: Likewise.
17333         * modules/allocsa (Files): Remove m4/longdouble.m4.
17334         * modules/gettext (Files): Likewise.
17335         * modules/relocatable-prog-wrapper (Files): Likewise.
17336         * modules/vasnprintf (Files): Likewise.
17337         * modules/isnanl (Files): Likewise.
17338         (Include): Simplify.
17339         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
17340         (Include): Simplify.
17341         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
17342         (Include): Simplify.
17343         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
17344         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
17345         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
17346         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
17347         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
17348         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
17349         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
17350         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
17351         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
17352         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
17353         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
17354         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
17355         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
17356         * tests/test-isnanl.c: Likewise.
17357         * tests/test-snprintf-posix.h: Likewise.
17358         * tests/test-sprintf-posix.h: Likewise.
17359         * tests/test-vasnprintf-posix.c: Likewise.
17360         * tests/test-vasnprintf-posix2.c: Likewise.
17361         * tests/test-vasprintf-posix.c: Likewise.
17362
17363 2007-04-06  Bruno Haible  <bruno@clisp.org>
17364
17365         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
17366         * lib/math_.h [__DECC]: Include the overridden include file through
17367         #include_next, outside the double-inclusion guard.
17368         * lib/stdio_.h [__DECC]: Likewise.
17369         * lib/stdlib_.h [__DECC]: Likewise.
17370         * lib/string_.h [__DECC]: Likewise.
17371         * lib/time_.h [__DECC]: Likewise.
17372         * lib/wchar_.h [__DECC]: Likewise.
17373         * lib/wctype_.h [__DECC]: Likewise.
17374         * lib/inttypes_.h [__DECC]: Likewise.
17375         Reported by Albert Chin <china@thewrittenword.com> in
17376         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
17377
17378 2007-04-04  Eric Blake  <ebb9@byu.net>
17379
17380         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
17381         1.5.x.
17382
17383 2007-04-04  Bruno Haible  <bruno@clisp.org>
17384
17385         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
17386         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
17387
17388 2007-04-04  Bruno Haible  <bruno@clisp.org>
17389
17390         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
17391         results for "%010a" of Infinity and NaN.
17392         * tests/test-vasprintf-posix.c (test_function): Likewise.
17393         * tests/test-snprintf-posix.h (test_function): Likewise.
17394         * tests/test-sprintf-posix.h (test_function): Likewise.
17395         * tests/test-fprintf-posix.h (test_function): Remove these tests.
17396         * tests/test-printf-posix.h (test_function): Likewise.
17397         * tests/test-fprintf-posix.out: Update.
17398         Needed for FreeBSD 6.1.
17399
17400 2007-04-04  Bruno Haible  <bruno@clisp.org>
17401
17402         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
17403         directly used by the gnulib modules nor by gnulib-tool.
17404
17405 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
17406
17407         * DEPENDENCIES: Give overall description of version dependency
17408         desirability.  Use more-typical names for apps.
17409         Add shell, coreutils, diffutils, grep, tar, gzip.
17410
17411 2007-04-04  Simon Josefsson  <simon@josefsson.org>
17412
17413         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
17414
17415 2007-04-04  Karl Berry  <karl@gnu.org>
17416
17417         * MODULES.html.sh (func_module): missing '.
17418
17419 2007-04-03  Bruno Haible  <bruno@clisp.org>
17420
17421         * modules/argmatch-tests (Makefile.am): New variable
17422         test_argmatch_LDADD.
17423         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
17424         * modules/array-list-tests (Makefile.am): New variable
17425         test_array_list_LDADD.
17426         * modules/array-oset-tests (Makefile.am): New variable
17427         test_array_oset_LDADD.
17428         * modules/avltree-list-tests (Makefile.am): New variable
17429         test_avltree_list_LDADD.
17430         * modules/avltree-oset-tests (Makefile.am): New variable
17431         test_avltree_oset_LDADD.
17432         * modules/avltreehash-list-tests (Makefile.am): New variable
17433         test_avltreehash_list_LDADD.
17434         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
17435         test_canonicalize_lgpl_LDADD.
17436         * modules/carray-list-tests (Makefile.am): New variable
17437         test_carray_list_LDADD.
17438         * modules/dirname-tests (Makefile.am): New variable
17439         test_dirname_LDADD.
17440         * modules/linked-list-tests (Makefile.am): New variable
17441         test_linked_list_LDADD.
17442         * modules/linkedhash-list-tests (Makefile.am): New variable
17443         test_linkedhash_list_LDADD.
17444         * modules/rbtree-list-tests (Makefile.am): New variable
17445         test_rbtree_list_LDADD.
17446         * modules/rbtree-oset-tests (Makefile.am): New variable
17447         test_rbtree_oset_LDADD.
17448         * modules/rbtreehash-list-tests (Makefile.am): New variable
17449         test_rbtreehash_list_LDADD.
17450         * modules/xvasprintf-tests (Makefile.am): New variable
17451         test_xvasprintf_LDADD.
17452         Reported by Eric Blake.
17453
17454 2007-04-03  Eric Blake  <ebb9@byu.net>
17455
17456         * DEPENDENCIES: Weaken m4 requirements.
17457
17458 2007-04-03  Bruno Haible  <bruno@clisp.org>
17459
17460         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
17461         * modules/isnanl-tests (configure.ac): Likewise.
17462
17463 2007-04-03  Ben Pfaff  <blp@gnu.org>
17464
17465         * modules/iconv_open: Add $(srcdir)/ to source directory
17466         references in Makefile fragments that call gperf, to fix VPATH
17467         builds.
17468
17469 2007-04-03  Bruno Haible  <bruno@clisp.org>
17470
17471         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
17472         * lib/ldexpl.c: Undo last change.
17473
17474 2007-04-03  Bruno Haible  <bruno@clisp.org>
17475
17476         * modules/printf-frexpl (Depends-on): Undo last change.
17477         (Files): Add m4/ldexpl.m4.
17478
17479 2007-04-03  Bruno Haible  <bruno@clisp.org>
17480
17481         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
17482         * modules/isnanl (Link): New section.
17483
17484         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
17485         * modules/frexp (Link): New section.
17486
17487         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
17488         * modules/frexpl (Link): New section.
17489
17490         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
17491         * modules/ldexpl (Link): New section.
17492
17493 2007-04-03  Bruno Haible  <bruno@clisp.org>
17494
17495         * modules/TEMPLATE-EXTENDED: New file.
17496         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
17497
17498 2007-04-03  Bruno Haible  <bruno@clisp.org>
17499
17500         * DEPENDENCIES: New file.
17501         Suggested by Simon Josefsson.
17502
17503 2007-04-03  Bruno Haible  <bruno@clisp.org>
17504
17505         * doc/gnulib.texi: Escape @.
17506
17507 2007-04-03  James Youngman  <jay@gnu.org>
17508         and Paul Eggert  <eggert@cs.ucla.edu>
17509
17510         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
17511         birthtime on all systems that have birthtime, not just those which
17512         use st_birthtimensec rather than st_birthtim.  Putting zero in
17513         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
17514         that the birth time is not available for files on an NFS mount.
17515
17516 2007-04-03  Simon Josefsson  <simon@josefsson.org>
17517
17518         * modules/memxor: Move back from crypto/, suggested by Bruno.
17519         * modules/crypto/hmac-sha1: Fix memxor dependency.
17520
17521         * modules/crypto/gc: Moved from ../.
17522
17523 2007-04-02  Eric Blake  <ebb9@byu.net>
17524
17525         * lib/ldexpl.c (includes): Avoid libm.
17526
17527         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
17528
17529 2007-04-02  Bruno Haible  <bruno@clisp.org>
17530
17531         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
17532         on IRIX.
17533
17534 2007-04-02  Bruno Haible  <bruno@clisp.org>
17535
17536         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
17537         x86 or x86_64 platforms running MacOS X.
17538         Reported by Ryan Schmidt <@ryandesign.com>.
17539
17540 2007-04-02  Bruno Haible  <bruno@clisp.org>
17541
17542         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
17543         i386.
17544
17545 2007-04-01  Simon Josefsson  <simon@josefsson.org>
17546
17547         * modules/crypto/arcfour: Moved from ../.
17548         * modules/crypto/arcfour-tests: Moved from ../.
17549         * modules/crypto/arctwo: Moved from ../.
17550         * modules/crypto/arctwo-tests: Moved from ../.
17551         * modules/crypto/des: Moved from ../.
17552         * modules/crypto/des-tests: Moved from ../.
17553         * modules/crypto/gc-arcfour: Moved from ../.
17554         * modules/crypto/gc-arcfour-tests: Moved from ../.
17555         * modules/crypto/gc-arctwo: Moved from ../.
17556         * modules/crypto/gc-arctwo-tests: Moved from ../.
17557         * modules/crypto/gc-des: Moved from ../.
17558         * modules/crypto/gc-des-tests: Moved from ../.
17559         * modules/crypto/gc-hmac-md5: Moved from ../.
17560         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
17561         * modules/crypto/gc-hmac-sha1: Moved from ../.
17562         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
17563         * modules/crypto/gc-md2: Moved from ../.
17564         * modules/crypto/gc-md2-tests: Moved from ../.
17565         * modules/crypto/gc-md4: Moved from ../.
17566         * modules/crypto/gc-md4-tests: Moved from ../.
17567         * modules/crypto/gc-md5: Moved from ../.
17568         * modules/crypto/gc-md5-tests: Moved from ../.
17569         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
17570         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
17571         * modules/crypto/gc-random: Moved from ../.
17572         * modules/crypto/gc-rijndael: Moved from ../.
17573         * modules/crypto/gc-rijndael-tests: Moved from ../.
17574         * modules/crypto/gc-sha1: Moved from ../.
17575         * modules/crypto/gc-sha1-tests: Moved from ../.
17576         * modules/crypto/gc-tests: Moved from ../.
17577         * modules/crypto/hmac-md5: Moved from ../.
17578         * modules/crypto/hmac-md5-tests: Moved from ../.
17579         * modules/crypto/hmac-sha1: Moved from ../.
17580         * modules/crypto/hmac-sha1-tests: Moved from ../.
17581         * modules/crypto/md2: Moved from ../.
17582         * modules/crypto/md2-tests: Moved from ../.
17583         * modules/crypto/md4: Moved from ../.
17584         * modules/crypto/md4-tests: Moved from ../.
17585         * modules/crypto/md5: Moved from ../.
17586         * modules/crypto/md5-tests: Moved from ../.
17587         * modules/crypto/memxor: Moved from ../.
17588         * modules/crypto/rijndael: Moved from ../.
17589         * modules/crypto/rijndael-tests: Moved from ../.
17590         * modules/crypto/sha1: Moved from ../.
17591
17592 2007-03-30  James Youngman  <jay@gnu.org>
17593
17594         * tests/test-stat-time.c (prepare_test): use chmod() rather than
17595         rename() to change the ctime of a file (because ctime is unaffected
17596         by rename on jfs2 on AIX 5.1).
17597         (main): Start by doing cleanup, in case a previous run failed leaving
17598         test files behind.
17599
17600 2007-03-31  Bruno Haible  <bruno@clisp.org>
17601
17602         Support old proprietary implementations of iconv.
17603         * modules/iconv_open: New file.
17604         * lib/iconv_.h: New file.
17605         * m4/iconv_h.m4: New file.
17606         * lib/iconv_open.c: New file.
17607         * lib/iconv_open-aix.gperf: New file.
17608         * lib/iconv_open-hpux.gperf: New file.
17609         * lib/iconv_open-irix.gperf: New file.
17610         * lib/iconv_open-osf.gperf: New file.
17611         * m4/iconv_open.m4: New file.
17612         * modules/linebreak (Depends-on): Add iconv_open.
17613         * modules/striconv (Depends-on): Likewise.
17614         * modules/striconveh (Depends-on): Likewise.
17615         * modules/unicodeio (Depends-on): Likewise.
17616         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
17617         (iconv_t)(-1).
17618         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
17619         conversion if cd is (iconv_t)(-1).
17620         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
17621         is not possible.
17622
17623 2007-03-31  Bruno Haible  <bruno@clisp.org>
17624
17625         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
17626         work on Solaris either. Protect also second use of "autodetect_jp".
17627
17628 2007-03-31  Bruno Haible  <bruno@clisp.org>
17629
17630         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
17631         the function is not present.
17632
17633 2007-03-31  Bruno Haible  <bruno@clisp.org>
17634
17635         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
17636         the function is not present.
17637
17638 2007-03-31  Bruno Haible  <bruno@clisp.org>
17639
17640         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
17641         a bug in HP-UX iconv_open().
17642
17643 2007-03-31  Bruno Haible  <bruno@clisp.org>
17644
17645         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
17646         (Mathematics <math.h>): New section, add fpieee.
17647         (Input/output <stdio.h>): Add fseterr.
17648         (Mathematics <math.h>): New section, add printf-frexp.
17649         (Container data structures): Add sublist.
17650         (Core language properties): Add fpucw, inline.
17651         (Functions for greatest-width integer types <inttypes.h>): Add
17652         imaxabs, imaxdiv, inttypes.
17653         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
17654         isnanl-nolibm, ldexp.
17655         (Mathematics <math.h>): New section, add printf-frexpl.
17656         (Support for systems lacking POSIX:2001): Add fprintf-posix,
17657         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
17658         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
17659         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
17660         (Unicode string functions): Add unistr/u*-mbtoucr.
17661         (Java): Add javacomp-script, javaexec-script.
17662         (C#): Add csharpcomp-script, csharpexec-script.
17663         (Support for building libraries and executables): Add havelib,
17664         relocatable-*.
17665         (Support for maintaining and releasing projects): Renamed from
17666         'Support for maintaining and release projects'. Add announce-gen.
17667
17668 2007-03-31  Bruno Haible  <bruno@clisp.org>
17669
17670         * README: Talk primarily about git.
17671         (git and CVS): Renamed from CVS.
17672         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
17673         gnulib is available through git.
17674         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
17675
17676 2007-03-30  Bruno Haible  <bruno@clisp.org>
17677
17678         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
17679         * lib/poll_.h: Likewise.
17680         * lib/stat_.h: Likewise.
17681         * lib/sys_time_.h: Likewise.
17682         * lib/sysexit_.h: Likewise.
17683         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
17684         * lib/stdbool_.h: Likewise.
17685         * lib/byteswap_.h: Add double-inclusion guard.
17686
17687 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
17688
17689         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
17690
17691 2007-03-30  Karl Berry  <karl@gnu.org>
17692
17693         * config/srclist-update: double space after USA in the license
17694         substitution, since that's how it's usually (?) written.
17695
17696 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
17697
17698         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
17699         reported by Bruno Haible.
17700
17701 2007-03-29  Bruno Haible  <bruno@clisp.org>
17702
17703         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
17704         a bug in AIX iconv().
17705
17706 2007-03-29  Bruno Haible  <bruno@clisp.org>
17707
17708         * modules/ldexpl-tests: New file.
17709         * tests/test-ldexpl.c: New file.
17710
17711 2007-03-29  Bruno Haible  <bruno@clisp.org>
17712
17713         * lib/ldexpl.c: Include fpucw.h.
17714         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
17715         multiplication.
17716         * modules/ldexpl (Depends-on): Add fpucw.
17717
17718 2007-03-29  Bruno Haible  <bruno@clisp.org>
17719
17720         * modules/ldexpl: New file.
17721         * m4/ldexpl.m4: New file.
17722         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
17723         set.
17724         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
17725         REPLACE_LDEXPL.
17726         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
17727         REPLACE_LDEXPL.
17728         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
17729         gl_FUNC_LDEXPL_WORKS.
17730         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
17731         * modules/mathl (Files): Remove lib/ldexpl.c.
17732         (Depends-on): Add ldexpl.
17733
17734 2007-03-29  Bruno Haible  <bruno@clisp.org>
17735
17736         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
17737
17738 2007-03-29  Bruno Haible  <bruno@clisp.org>
17739
17740         * tests/test-striconveh.c (main): Don't assume that a direct conversion
17741         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
17742         and possibly also HP-UX.
17743         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
17744         work on AIX, IRIX, HP-UX, OSF/1.
17745         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
17746         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
17747         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
17748         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
17749         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
17750         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
17751
17752 2007-03-29  Bruno Haible  <bruno@clisp.org>
17753
17754         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
17755
17756 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
17757
17758         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
17759         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
17760
17761 2007-03-29  Eric Blake  <ebb9@byu.net>
17762
17763         * lib/acl-internal.h: Remove redundant include.
17764         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
17765         Cygwin when a file is locked.
17766
17767 2007-03-29  Bruno Haible  <bruno@clisp.org>
17768
17769         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
17770         file.
17771         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
17772
17773 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
17774
17775         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
17776         try to remove a parent directory if the child couldn't be removed
17777         (except for the first rmdir, which could fail because the child
17778         doesn't exist).  Problem reported by Jeff Blaine in
17779         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
17780
17781 2007-03-28  Bruno Haible  <bruno@clisp.org>
17782
17783         * lib/striconveh.c (utf8conv_carefully): New function.
17784         (mem_cd_iconveh_internal): Invoke it.
17785
17786 2007-03-28  Bruno Haible  <bruno@clisp.org>
17787
17788         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
17789         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
17790         input.
17791         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
17792         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
17793         unistr/u8-uctomb.
17794
17795 2007-03-28  Bruno Haible  <bruno@clisp.org>
17796
17797         * modules/unistr/u8-mbtoucr: New file.
17798         * lib/unistr/u8-mbtoucr.c: New file.
17799         * modules/unistr/u16-mbtoucr: New file.
17800         * lib/unistr/u16-mbtoucr.c: New file.
17801         * modules/unistr/u16-mbtoucr: New file.
17802         * lib/unistr/u16-mbtoucr.c: New file.
17803         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
17804
17805 2007-03-27  Simon Josefsson  <simon@josefsson.org>
17806             Bruno Haible  <bruno@clisp.org>
17807
17808         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
17809         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
17810         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
17811
17812         * m4/stdio_h.m4: Add stubs for vasprintf too.
17813
17814         * modules/stdio: Support vasprintf in sed command.
17815
17816         * modules/vasprintf: Depend on stdio for prototypes.  Remove
17817         vasprintf.h.  Add stdio module indicator.
17818
17819         * lib/stdio_.h: Declare asprintf and vasprintf, based on
17820         vasprintf.h.
17821
17822         * lib/vasprintf.h: File removed.
17823
17824         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
17825         * lib/vasprintf.c: Ditto.
17826         * lib/xvasprintf.c: Ditto.
17827         * tests/test-vasprintf-posix.c: Ditto.
17828         * tests/test-vasprintf.c: Ditto.
17829
17830 2007-03-27  Bruno Haible  <bruno@clisp.org>
17831
17832         Make vasnprintf multithread-safe.
17833         * lib/vasnprintf.c (decimal_point_char): New function.
17834         (VASNPRINTF): Use it.
17835         Suggested by Simon Josefsson.
17836
17837 2007-03-27  Eric Blake  <ebb9@byu.net>
17838
17839         Support sub-second birthtime on cygwin.
17840         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
17841         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
17842         (get_stat_birthtime): Also work with st_birthtim.
17843
17844 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
17845
17846         * lib/stat-time.h (USE_BIRTHTIME): Remove.
17847         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
17848         (get_stat_birthtime_ns): Do not try to use "spare" fields.
17849         (get_stat_birthtime_ns): Simplify compile-time tests.
17850         (get_stat_birthtime): Change the API to look like
17851         get_stat_mtime etc., except return a negative tv_nsec on error.
17852         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
17853         Don't check for "spare" fields.
17854         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
17855         or for struct stat.st_birthtime, as these tests aren't used.
17856         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
17857
17858 2007-03-27  Bruno Haible  <bruno@clisp.org>
17859
17860         * lib/stat-time.h: Include <sys/stat.h>.
17861
17862 2007-03-27  James Youngman  <jay@gnu.org>
17863
17864         * lib/stat-time.h (get_stat_birthtime): New function for
17865           retrieving st_birthtime as provided by UFS2 (hence *BSD).
17866         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
17867           and its variants.
17868         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
17869         * modules/stat-time-test: New file.
17870         * tests/test-stat-time.c: New test, devised by Bruno Haible.
17871
17872 2007-03-26  Bruno Haible  <bruno@clisp.org>
17873
17874         Better support of signalling NaNs.
17875         * lib/atanl.c: Include isnanl.h.
17876         (atanl): Perform test for NaN at the beginning of the function and
17877         through a call to isnanl.
17878         * lib/cosl.c: Include isnanl.h.
17879         (cosl): Perform test for NaN at the beginning of the function and
17880         through a call to isnanl.
17881         * lib/ldexpl.c: Include isnanl.h.
17882         (ldexpl): Perform test for NaN through a call to isnanl.
17883         * lib/logl.c: Include isnanl.h.
17884         (logl): Perform test for NaN at the beginning of the function and
17885         through a call to isnanl.
17886         * lib/sinl.c: Include isnanl.h.
17887         (sinl): Perform test for NaN at the beginning of the function and
17888         through a call to isnanl.
17889         * lib/sqrtl.c: Include isnanl.h.
17890         (sqrtl): Perform test for NaN at the beginning of the function and
17891         through a call to isnanl.
17892         * lib/tanl.c: Include isnanl.h.
17893         (tanl): Perform test for NaN at the beginning of the function and
17894         through a call to isnanl.
17895         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
17896         * modules/mathl (Depends-on): Add isnanl.
17897
17898 2007-03-26  Eric Blake  <ebb9@byu.net>
17899
17900         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
17901         regression in logic sense of previous patch.
17902
17903 2007-03-26  Bruno Haible  <bruno@clisp.org>
17904
17905         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
17906         unportable shell command "if ! ...".
17907         Reported by Ralf Wildenhues.
17908
17909 2007-03-25  Bruno Haible  <bruno@clisp.org>
17910
17911         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
17912         <sysexits.h> file, and only add EX_CONFIG.
17913         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
17914         absolute file name and whether it is sufficient. Substitute also
17915         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
17916         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
17917         ABSOLUTE_SYSEXITS_H into sysexits.h.
17918
17919 2007-03-25  Bruno Haible  <bruno@clisp.org>
17920
17921         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
17922         hints is NULL.
17923
17924 2007-03-25  Bruno Haible  <bruno@clisp.org>
17925
17926         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
17927         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
17928
17929 2007-03-25  Bruno Haible  <bruno@clisp.org>
17930
17931         * lib/vasnprintf.c: Include langinfo.h.
17932         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
17933         multithread-safe.
17934         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
17935         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
17936         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
17937         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
17938         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
17939         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
17940         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
17941         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
17942         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
17943         Reported by Simon Josefsson.
17944
17945 2007-03-25  Bruno Haible  <bruno@clisp.org>
17946
17947         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
17948         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
17949         * modules/vasnprintf (Depends-on): Add stdint.
17950
17951 2007-03-25  Bruno Haible  <bruno@clisp.org>
17952
17953         * modules/fpieee: New file.
17954         * m4/fpieee.m4: New file.
17955         * modules/isnan-nolibm (Depends-on): Add fpieee.
17956         * modules/isnanl-nolibm (Depends-on): Add fpieee.
17957         * modules/isnanl (Depends-on): Add fpieee.
17958
17959 2007-03-25  Bruno Haible  <bruno@clisp.org>
17960
17961         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
17962
17963 2007-03-25  Bruno Haible  <bruno@clisp.org>
17964
17965         Avoid test failures on IRIX 6.5.
17966         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
17967         (main): Use it.
17968         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
17969         macros.
17970         (main): Use them.
17971
17972 2007-03-25  Bruno Haible  <bruno@clisp.org>
17973
17974         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
17975         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
17976         exists but doesn't work.
17977         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
17978         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
17979         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
17980         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
17981
17982 2007-03-25  Bruno Haible  <bruno@clisp.org>
17983
17984         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
17985         returns inf. Needed on IRIX 6.5.
17986
17987 2007-03-25  Bruno Haible  <bruno@clisp.org>
17988
17989         * tests/test-frexpl.c: Include isnanl-nolibm.h.
17990         (main): Use isnanl instead of x != x idiom.
17991         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
17992
17993         * tests/test-frexp.c: Include isnan.h.
17994         (main): Use isnan instead of x != x idiom.
17995         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
17996
17997 2007-03-25  Bruno Haible  <bruno@clisp.org>
17998
17999         * tests/test-frexp.c (NaN): New function/macro.
18000         (main): Use it instead of 0.0 / 0.0.
18001         * tests/test-isnan.c (NaN): New function/macro.
18002         (main): Use it instead of 0.0 / 0.0.
18003         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
18004         (test_function): Use it instead of 0.0 / 0.0.
18005         * tests/test-vasprintf-posix.c (NaN): New function/macro.
18006         (test_function): Use it instead of 0.0 / 0.0.
18007         * tests/test-snprintf-posix.h (NaN): New function/macro.
18008         (test_function): Use it instead of 0.0 / 0.0.
18009         * tests/test-sprintf-posix.h (NaN): New function/macro.
18010         (test_function): Use it instead of 0.0 / 0.0.
18011         * tests/test-fprintf-posix.h (NaN): New function/macro.
18012         (test_function): Use it instead of 0.0 / 0.0.
18013         * tests/test-printf-posix.h (NaN): New function/macro.
18014         (test_function): Use it instead of 0.0 / 0.0.
18015
18016         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
18017
18018 2007-03-25  Bruno Haible  <bruno@clisp.org>
18019
18020         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
18021
18022 2007-03-25  Bruno Haible  <bruno@clisp.org>
18023
18024         * lib/regexec.c (merge_state_with_log): Make static.
18025
18026 2007-03-25  Bruno Haible  <bruno@clisp.org>
18027
18028         * lib/trigl.c (kernel_rem_pio2): Make static.
18029
18030 2007-03-25  Bruno Haible  <bruno@clisp.org>
18031
18032         * lib/sincosl.c (sincosl_table): Make static.
18033
18034 2007-03-25  Bruno Haible  <bruno@clisp.org>
18035
18036         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
18037         if the compiler does not support C99.
18038
18039 2007-03-25  Bruno Haible  <bruno@clisp.org>
18040
18041         * modules/time (Makefile.am): Ensure all rule action lines start with a
18042         tab.
18043
18044 2007-03-24  Bruno Haible  <bruno@clisp.org>
18045
18046         * modules/tsearch-tests: New file.
18047         * tests/test-tsearch.sh: New file.
18048         * tests/test-tsearch.c: New file, mostly copied from glibc.
18049
18050         * modules/search-tests: New file.
18051         * tests/test-search.c: New file.
18052
18053         * modules/search: New file.
18054         * lib/search_.h: New file, incorporating lib/tsearch.h.
18055         * m4/search_h.m4: New file.
18056         * lib/tsearch.h: Remove file.
18057         * lib/tsearch.c: Include search.h instead of tsearch.h.
18058         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
18059         HAVE_TSEARCH.
18060         * modules/tsearch (Files): Remove lib/tsearch.h.
18061         (Depends-on): Add search.
18062         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
18063         (Include): Change tsearch.h into search.h.
18064
18065 2007-03-24  Bruno Haible  <bruno@clisp.org>
18066
18067         * modules/fpucw: New file.
18068         * lib/fpucw.h: New file.
18069         * lib/frexp.c: Include fpucw.h.
18070         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
18071         (FUNC): Use them.
18072         * lib/printf-frexp.c: Include fpucw.h.
18073         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
18074         (FUNC): Use them.
18075         * lib/vasnprintf.c: Include fpucw.h.
18076         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
18077         'long double' calculations.
18078         * tests/test-frexpl.c: Include fpucw.h.
18079         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
18080         * tests/test-printf-frexpl.c: Include fpucw.h.
18081         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
18082         * modules/frexpl (Depends-on): Add fpucw.
18083         * modules/printf-frexpl (Depends-on): Likewise.
18084         * modules/fprintf-posix (Depends-on): Likewise.
18085         * modules/snprintf-posix (Depends-on): Likewise.
18086         * modules/sprintf-posix (Depends-on): Likewise.
18087         * modules/vasnprintf-posix (Depends-on): Likewise.
18088         * modules/vasprintf-posix (Depends-on): Likewise.
18089         * modules/vfprintf-posix (Depends-on): Likewise.
18090         * modules/vsnprintf-posix (Depends-on): Likewise.
18091         * modules/vsprintf-posix (Depends-on): Likewise.
18092         * modules/frexpl-tests (Depends-on): Likewise.
18093         * modules/printf-frexpl-tests (Depends-on): Likewise.
18094
18095 2007-03-24  Bruno Haible  <bruno@clisp.org>
18096
18097         * lib/float+.h: New file.
18098         * lib/isnan.c: Include float+.h.
18099         (SIZE): New macro.
18100         (FUNC): Compare only SIZE bytes of the value.
18101         * lib/vasnprintf.c: Include float+.h.
18102         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
18103         SIZEOF_LDBL or SIZEOF_DBL bytes.
18104         * modules/isnan-nolibm (Files): Add lib/float+.h.
18105         * modules/isnanl-nolibm (Files): Add lib/float+.h.
18106         * modules/isnanl (Files): Add lib/float+.h.
18107         * modules/vasnprintf (Files): Add lib/float+.h.
18108
18109 2007-03-24  Bruno Haible  <bruno@clisp.org>
18110
18111         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
18112         include isnanl-nolibm.h.
18113
18114 2007-03-24  Bruno Haible  <bruno@clisp.org>
18115
18116         * tests/test-read-file.c (main): Don't produce spurious output for
18117         expected situations. Make the test fail if it encountered unexpected
18118         results.
18119
18120 2007-03-24  Bruno Haible  <bruno@clisp.org>
18121
18122         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
18123         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
18124
18125 2007-03-24  Bruno Haible  <bruno@clisp.org>
18126
18127         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
18128
18129 2007-03-24  Bruno Haible  <bruno@clisp.org>
18130
18131         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
18132         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
18133
18134         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
18135         * modules/utf8-ucs4: Turn into a symbolic link to module
18136         unistr/u8-mbtouc.
18137
18138         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
18139         utf8-ucs4-unsafe.
18140         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
18141         unistr/u8-mbtouc-unsafe.
18142
18143         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
18144         * modules/utf16-ucs4: Turn into a symbolic link to module
18145         unistr/u16-mbtouc.
18146
18147         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
18148         utf16-ucs4-unsafe.
18149         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
18150         unistr/u16-mbtouc-unsafe.
18151
18152         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
18153         * modules/ucs4-utf8: Turn into a symbolic link to module
18154         unistr/u8-ubtomb.
18155
18156         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
18157         * modules/ucs4-utf16: Turn into a symbolic link to module
18158         unistr/u16-ubtomb.
18159
18160 2007-03-24  Bruno Haible  <bruno@clisp.org>
18161
18162         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
18163         Enable the function only if HAVE_INLINE.
18164         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
18165         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
18166         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
18167         Enable the function only if HAVE_INLINE.
18168         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
18169         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
18170         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
18171         Enable the function only if HAVE_INLINE.
18172         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
18173         Enable the function only if HAVE_INLINE.
18174         * modules/utf8-ucs4: Update.
18175         * modules/utf8-ucs4-unsafe: Update.
18176         * modules/utf16-ucs4: Update.
18177         * modules/utf16-ucs4-unsafe: Update.
18178         * modules/ucs4-utf8: Update.
18179         * modules/ucs4-utf16: Update.
18180
18181 2007-03-24  Bruno Haible  <bruno@clisp.org>
18182
18183         * lib/utf8-ucs4.h: Remove file.
18184         * lib/utf8-ucs4-unsafe.h: Remove file.
18185         * lib/utf16-ucs4.h: Remove file.
18186         * lib/utf16-ucs4-unsafe.h: Remove file.
18187         * lib/ucs4-utf8.h: Remove file.
18188         * lib/ucs4-utf16.h: Remove file.
18189         * lib/unistr.h: Include their previous contents.
18190         * m4/utf-ucs4.m4: Remove file.
18191         * m4/ucs4-utf.m4: Remove file.
18192         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
18193         (Depends-on): Add unistr/base.
18194         (configure.ac): Remove gl_UTF_UCS4.
18195         (Makefile.am): Update.
18196         (Include): Change to unistr.h.
18197         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
18198         (Depends-on): Add unistr/base.
18199         (configure.ac): Remove gl_UTF_UCS4.
18200         (Makefile.am): Update.
18201         (Include): Change to unistr.h.
18202         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
18203         (Depends-on): Add unistr/base.
18204         (configure.ac): Remove gl_UTF_UCS4.
18205         (Makefile.am): Update.
18206         (Include): Change to unistr.h.
18207         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
18208         (Depends-on): Add unistr/base.
18209         (configure.ac): Remove gl_UTF_UCS4.
18210         (Makefile.am): Update.
18211         (Include): Change to unistr.h.
18212         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
18213         (Depends-on): Add unistr/base.
18214         (configure.ac): Remove gl_UCS4_UTF.
18215         (Makefile.am): Update.
18216         (Include): Change to unistr.h.
18217         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
18218         (Depends-on): Add unistr/base.
18219         (configure.ac): Remove gl_UCS4_UTF.
18220         (Makefile.am): Update.
18221         (Include): Change to unistr.h.
18222         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
18223         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
18224         utf8-ucs4-unsafe.h.
18225         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
18226         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
18227         utf16-ucs4-unsafe.h.
18228         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
18229         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
18230         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
18231         * lib/unistr/u8-strchr.c: Likewise.
18232         * lib/unistr/u8-strrchr.c: Likewise.
18233         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
18234         * lib/unistr/u16-strchr.c: Likewise.
18235         * lib/unistr/u16-strrchr.c: Likewise.
18236         * lib/striconveh.c: Update.
18237         * lib/linebreak.c: Update.
18238
18239 2007-03-24  Bruno Haible  <bruno@clisp.org>
18240
18241         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
18242         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
18243
18244 2007-03-22  Bruno Haible  <bruno@clisp.org>
18245
18246         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
18247
18248 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
18249
18250         * MODULES.html.sh (File system functions): New module write-any-file.
18251         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
18252         * m4/write-any-file.m4: New files.
18253
18254 2007-03-23  Eric Blake  <ebb9@byu.net>
18255
18256         * gnulib-tool: Rearrange space-tab sequences, since some editors
18257         like to eat them.
18258
18259 2007-03-23  Eric Blake  <ebb9@byu.net>
18260
18261         * lib/version-etc.c (version_etc_va): Update license wording to
18262         be more concise.  Recommended by Richard Stallman.
18263
18264 2007-03-22  Bruno Haible  <bruno@clisp.org>
18265
18266         * lib/poll.c (MSG_PEEK): New fallback definition.
18267
18268 2007-03-22  Bruno Haible  <bruno@clisp.org>
18269
18270         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
18271         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
18272         (main): Update.
18273         Fixes a compilation error on BeOS.
18274
18275 2007-03-22  Bruno Haible  <bruno@clisp.org>
18276
18277         * modules/frexpl-tests: New file.
18278         * tests/test-frexpl.c: New file.
18279
18280         * modules/frexpl: New file.
18281         * m4/frexpl.m4: New file.
18282         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
18283         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
18284         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
18285         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
18286         (Depends-on): Add frexpl. Remove isnanl-nolibm.
18287         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
18288
18289 2007-03-22  Bruno Haible  <bruno@clisp.org>
18290
18291         * lib/frexpl.c: Share code with lib/frexp.c.
18292         * modules/mathl (Files): Add lib/frexp.c.
18293         (Depends-on): Add isnanl-nolibm.
18294
18295 2007-03-22  Bruno Haible  <bruno@clisp.org>
18296
18297         * modules/printf-frexp (Files): Add m4/frexp.m4.
18298         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
18299         only if the found frexp function actually works.
18300
18301 2007-03-22  Bruno Haible  <bruno@clisp.org>
18302
18303         * lib/frexp.c: Remove older implementation that uses divisions.
18304
18305 2007-03-21  Bruno Haible  <bruno@clisp.org>
18306
18307         * modules/frexp-tests: New file.
18308         * tests/test-frexp.c: New file.
18309
18310         * modules/frexp: New file.
18311         * lib/frexp.c: New file.
18312         * m4/frexp.m4: New file.
18313         * lib/math_.h (frexp): New declaration.
18314         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
18315         REPLACE_FREXP.
18316         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
18317
18318 2007-03-21  Bruno Haible  <bruno@clisp.org>
18319
18320         * modules/isnanl-tests: New file.
18321         * tests/test-isnanl.c: New file.
18322
18323         * modules/isnanl: New file.
18324         * lib/isnanl.h: New file.
18325         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
18326         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
18327         gl_FUNC_ISNANL_WORKS.
18328         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
18329         New macros.
18330
18331 2007-03-21  Bruno Haible  <bruno@clisp.org>
18332
18333         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
18334         lib/isnanl.h.
18335         (Include): Update.
18336         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
18337         * lib/vasnprintf.c: Update.
18338         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
18339         tests/test-isnanl.h, remove tests/test-isnanl.c.
18340         (Makefile.am): Update.
18341         * tests/test-isnanl-nolibm.c: New file.
18342         * tests/test-isnanl.h: New file.
18343         * tests/test-isnanl.c: Remove file.
18344
18345 2007-03-21  Jim Meyering  <jim@meyering.net>
18346
18347         When trying to open ".", treat ESTALE like EACCES.
18348         * lib/savewd.c (savewd_save): Resort to forking not just upon
18349         failure with EACCES, but also when errno is ESTALE.
18350
18351 2007-03-20  Bruno Haible  <bruno@clisp.org>
18352
18353         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
18354         Needed on AIX 5.1. Reported by Matthew Woehlke.
18355
18356 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
18357
18358         Suggestions by Bruno Haible:
18359         * lib/acl-internal.h: Include "gettext.h" rather than rolling
18360         our own.
18361         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
18362         * modules/acl (Depends-on): Add gettext.
18363
18364 2007-03-19  Bruno Haible  <bruno@clisp.org>
18365
18366         * modules/iconvme: Remove file.
18367         * lib/iconvme.h: Remove file.
18368         * lib/iconvme.c: Remove file.
18369         * m4/iconvme.m4: Remove file.
18370
18371 2007-03-19  Bruno Haible  <bruno@clisp.org>
18372
18373         * doc/relocatable-maint.texi: Break long shell script line.
18374         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
18375
18376 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
18377
18378         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
18379         handle file_has_acl.
18380         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
18381         * lib/acl.c: Move header inclusions and related macro defns into
18382         lib/acl-internal.h.
18383         (S_ISLNK): Remove defn, since that's now done for us.
18384         (file_has_acl): Move to lib/file-has-acl.c.
18385         Call acl_trivial if available.  This is the crucial part of the fix.
18386         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
18387         shared within the library.  Rewrite a bit, partly to make it compatible
18388         with the GNU coding style.
18389         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
18390         Remove unnecessary double-quotes.
18391         Don't test for acl_to_text; the build will catch that.
18392         Replace acl_entries if it doesn't exist and it is needed.
18393         Check for -lsec and acl_trivial (as used on Solaris 10).
18394         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
18395         lib/file-has-acl.c.
18396         (Depends-on): Add sys_stat, for S_ISLNK.
18397
18398 2007-03-19  Ben Pfaff  <blp@gnu.org>
18399
18400         * doc/gnulib.texi: Fix typos.
18401         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
18402
18403 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
18404
18405         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
18406         If size is zero here, buf must be zero.
18407
18408 2007-03-19  Simon Josefsson  <simon@josefsson.org>
18409
18410         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
18411         <bruno@clisp.org>.
18412
18413 2007-03-18  Bruno Haible  <bruno@clisp.org>
18414
18415         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
18416         Suggested by Eric Blake.
18417
18418 2007-03-18  Ben Pfaff  <blp@gnu.org>
18419
18420         * doc/relocatable.texi: Recommend using as prefix a directory
18421         that does not exist and will never be created.  Based on
18422         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
18423         and others.
18424
18425 2007-03-17  Bruno Haible  <bruno@clisp.org>
18426
18427         * lib/fchownat.c: Include lchown.h.
18428
18429 2007-03-17  Bruno Haible  <bruno@clisp.org>
18430
18431         Fix endless loop when the given allocated size was > INT_MAX.
18432         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
18433         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
18434         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
18435         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
18436         * lib/sprintf.c (sprintf): Likewise.
18437
18438 2007-03-17  Bruno Haible  <bruno@clisp.org>
18439
18440         * tests/test-argp-2.sh (func_compare): Output a context diff.
18441
18442 2007-03-17  Bruno Haible  <bruno@clisp.org>
18443
18444         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
18445         locale's decimal-point character.
18446
18447 2007-03-17  Bruno Haible  <bruno@clisp.org>
18448
18449         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
18450         before comparing it. Needed because on some platforms (e.g. x86) a
18451         'long double' occupies less bytes than sizeof (long double).
18452
18453 2007-03-17  Bruno Haible  <bruno@clisp.org>
18454
18455         * tests/test-crc.c (main): Make printf statements 64-bit clean.
18456         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
18457         * tests/test-getaddrinfo.c (simple): Likewise.
18458         * tests/test-read-file.c (main): Likewise.
18459
18460 2007-03-17  Bruno Haible  <bruno@clisp.org>
18461
18462         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
18463
18464 2007-03-17  Bruno Haible  <bruno@clisp.org>
18465
18466         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
18467         unused variable.
18468
18469 2007-03-17  Bruno Haible  <bruno@clisp.org>
18470
18471         * tests/test-c-strcasecmp.c: Include c-strcase.h.
18472         * tests/test-c-strncasecmp.c: Likewise.
18473
18474 2007-03-17  Bruno Haible  <bruno@clisp.org>
18475
18476         * modules/stdlib (Depends-on): Add unistd.
18477         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
18478         Needed for MacOS X 10.3.
18479
18480 2007-03-17  Bruno Haible  <bruno@clisp.org>
18481
18482         * lib/unistr/u-strdup.h: Include <stdlib.h>.
18483
18484 2007-03-17  Bruno Haible  <bruno@clisp.org>
18485
18486         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
18487
18488 2007-03-17  Bruno Haible  <bruno@clisp.org>
18489
18490         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
18491         to reflect files copied from gnulib (with or without modifications).
18492         Suggested by Jim Meyering.
18493
18494 2007-03-17  Eric Blake  <ebb9@byu.net>
18495
18496         * NEWS: Document stdlib change from 2007-02-18.
18497
18498 2007-03-17  Jim Meyering  <jim@meyering.net>
18499
18500         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
18501         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
18502         someone uses a name containing shell meta-characters.
18503         Reported by Alfred M. Szmidt.
18504
18505         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
18506
18507 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
18508
18509         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
18510         and copy gettext configuration files only if configure.ac contains
18511         a use of AM_GNU_GETTEXT_VERSION.
18512
18513 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
18514
18515         * build-aux/bootstrap (gnulib_name): New variable.
18516         (gnulib_tool_options): Use it.
18517
18518 2007-03-13  Simon Josefsson  <simon@josefsson.org>
18519
18520         * tests/test-des.c: Use new namespace.
18521
18522 2007-03-15  Bruno Haible  <bruno@clisp.org>
18523
18524         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
18525         Reported by James Youngman <jay@gnu.org>.
18526
18527 2007-03-15  Bruno Haible  <bruno@clisp.org>
18528
18529         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
18530         declared prototype. Needed with cc on OSF/1 5.1.
18531
18532 2007-03-15  Bruno Haible  <bruno@clisp.org>
18533
18534         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
18535         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
18536         (struct gl_list_implementation): Add dispose_fn argument to the
18537         'create_empty', 'create' methods.
18538         (struct gl_list_impl_base): Add field 'dispose_fn'.
18539         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
18540         argument.
18541         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
18542         dispose_fn argument.
18543         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
18544         dispose_fn on the dropped values.
18545         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
18546         dispose_fn argument.
18547         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
18548         dropped values.
18549         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
18550         (gl_tree_remove_node): Call dispose_fn on the dropped value.
18551         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
18552         (gl_tree_remove_node): Call dispose_fn on the dropped value.
18553         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
18554         argument.
18555         (gl_tree_list_free): Call dispose_fn on the dropped values.
18556         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
18557         the dropped values.
18558         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
18559         Add dispose_fn argument.
18560         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
18561         Call dispose_fn on the dropped values.
18562         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
18563         Add dispose_fn argument.
18564         (gl_sublist_create): Initialize the 'dispose_fn' field.
18565         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
18566         * tests/test-array_list.c (main): Update.
18567         * tests/test-carray_list.c (main): Update.
18568         * tests/test-avltree_list.c (main): Update.
18569         * tests/test-rbtree_list.c (main): Update.
18570         * tests/test-avltreehash_list.c (main): Update.
18571         * tests/test-rbtreehash_list.c (main): Update.
18572         * tests/test-linked_list.c (main): Update.
18573         * tests/test-linkedhash_list.c (main): Update.
18574         * tests/test-array_oset.c (main): Update.
18575
18576 2007-03-15  Bruno Haible  <bruno@clisp.org>
18577
18578         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
18579         (gl_oset_create_empty): Add dispose_fn argument.
18580         (struct gl_oset_implementation): Add dispose_fn argument to
18581         'create_empty' method.
18582         (struct gl_oset_impl_base): Add dispose_fn field.
18583         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
18584         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
18585         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
18586         values.
18587         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
18588         (gl_tree_oset_free): Call dispose_fn on the dropped values.
18589         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
18590         dropped value.
18591         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
18592         dropped value.
18593         * tests/test-array_oset.c (main): Update.
18594         * tests/test-avltree_oset.c (main): Update.
18595         * tests/test-rbtree_oset.c (main): Update.
18596         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
18597
18598 2007-03-13  Bruno Haible  <bruno@clisp.org>
18599
18600         * tests/test-stdbool.c (i): Update after last patch.
18601
18602 2007-03-12  Bruno Haible  <bruno@clisp.org>
18603
18604         * lib/quotearg.c: Include <wctype.h> early, before the definition of
18605         the iswprint macro. Needed on Solaris 2.5.1.
18606
18607 2007-03-12  Bruno Haible  <bruno@clisp.org>
18608
18609         * tests/test-printf-frexp.c (main): Declare x as volatile.
18610
18611 2007-03-12  Simon Josefsson  <simon@josefsson.org>
18612
18613         * doc/gnulib.texi (Build robot for gnulib): New section.
18614
18615 2007-03-12  Jim Meyering  <jim@meyering.net>
18616
18617         * build-aux/bootstrap: New file.
18618         * build-aux/bootstrap.conf: New file, from coreutils.
18619
18620 2007-03-11  Bruno Haible  <bruno@clisp.org>
18621
18622         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
18623
18624 2007-03-12  Simon Josefsson  <simon@josefsson.org>
18625
18626         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
18627         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
18628         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
18629
18630 2007-03-11  Bruno Haible  <bruno@clisp.org>
18631
18632         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
18633         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
18634
18635 2007-03-11  Bruno Haible  <bruno@clisp.org>
18636
18637         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
18638         formula. Needed for SunPRO C 5.0.
18639
18640 2007-03-11  Bruno Haible  <bruno@clisp.org>
18641
18642         * modules/long-options (Depends-on): Add getopt.
18643
18644 2007-03-11  Bruno Haible  <bruno@clisp.org>
18645
18646         * modules/modechange (Depends-on): Add stdbool.
18647
18648 2007-03-11  Bruno Haible  <bruno@clisp.org>
18649
18650         * modules/i-ring (Depends-on): Add stdbool.
18651
18652 2007-03-11  Bruno Haible  <bruno@clisp.org>
18653
18654         * modules/gc-des (Depends-on): Add stdbool.
18655
18656 2007-03-11  Bruno Haible  <bruno@clisp.org>
18657
18658         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
18659
18660 2007-03-11  Bruno Haible  <bruno@clisp.org>
18661
18662         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
18663
18664 2007-03-11  Bruno Haible  <bruno@clisp.org>
18665
18666         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
18667
18668 2007-03-11  Bruno Haible  <bruno@clisp.org>
18669
18670         * lib/vasnprintf.c (sprintf): Undefine.
18671
18672 2007-03-11  Bruno Haible  <bruno@clisp.org>
18673
18674         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
18675         initializers in SunPRO C and Compaq C compilers.
18676
18677 2007-03-11  Bruno Haible  <bruno@clisp.org>
18678
18679         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
18680         decrementing code ANSI C compliant.
18681
18682 2007-03-11  Bruno Haible  <bruno@clisp.org>
18683
18684         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
18685         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
18686
18687 2007-03-11  Bruno Haible  <bruno@clisp.org>
18688
18689         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
18690         <stdbool.h> substitute doesn't pass.
18691
18692 2007-03-11  Bruno Haible  <bruno@clisp.org>
18693
18694         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
18695
18696 2007-03-11  Bruno Haible  <bruno@clisp.org>
18697
18698         * gnulib-tool (func_create_megatestdir): Create also an autobuild
18699         script, for submission to autobuild.josefsson.org.
18700
18701 2007-03-10  Bruno Haible  <bruno@clisp.org>
18702
18703         * modules/canonicalize-lgpl-tests: New file.
18704         * tests/test-canonicalize-lgpl.sh: New file.
18705         * tests/test-canonicalize-lgpl.c: New file.
18706
18707         * modules/c-strcase-tests: New file.
18708         * tests/test-c-strcase.sh: New file.
18709         * tests/test-c-strcasecmp.c: New file.
18710         * tests/test-c-strncasecmp.c: New file.
18711
18712         * modules/atexit-tests: New file.
18713         * tests/test-atexit.sh: New file.
18714         * tests/test-atexit.c: New file.
18715
18716 2007-03-10  Bruno Haible  <bruno@clisp.org>
18717
18718         * tests/test-binary-io.sh: Use temporary filenames that are not so
18719         likely to clash with those of other tests (in a parallel make).
18720         * tests/test-binary-io.c: Likewise.
18721
18722 2007-03-10  Bruno Haible  <bruno@clisp.org>
18723
18724         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
18725         fallback; use #error instead.
18726         Suggested by Simon Josefsson.
18727
18728 2007-03-10  Bruno Haible  <bruno@clisp.org>
18729
18730         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
18731         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
18732         first and the last.
18733
18734 2007-03-10  Bruno Haible  <bruno@clisp.org>
18735
18736         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
18737
18738 2007-03-10  Bruno Haible  <bruno@clisp.org>
18739
18740         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
18741         "make distcheck".
18742         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
18743         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
18744         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
18745
18746 2007-03-10  Bruno Haible  <bruno@clisp.org>
18747
18748         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
18749         variable.
18750         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
18751         variable.
18752
18753 2007-03-09  Eric Blake  <ebb9@byu.net>
18754         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
18755
18756         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
18757         types are not being provided by gnulib.
18758         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
18759         types are supported.
18760
18761 2007-03-10  Bruno Haible  <bruno@clisp.org>
18762
18763         * lib/stdio_.h (__attribute__): New macro.
18764         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
18765         vsprintf): Specify __attribute__ __format__ for GCC.
18766         Suggested by Eric Blake.
18767
18768 2007-03-09  Bruno Haible  <bruno@clisp.org>
18769
18770         * modules/printf-posix-tests: New file.
18771         * tests/test-printf-posix.sh: New file.
18772         * tests/test-printf-posix.c: New file.
18773
18774         * modules/printf-posix: New file.
18775         * lib/printf.c: New file.
18776         * m4/printf-posix-rpl.m4: New file.
18777         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
18778         REPLACE_PRINTF.
18779         * lib/stdio_.h (printf): New declaration.
18780         (format, __format__, ____printf____, ____scanf____, ____strftime____,
18781         ____strfmon____): New macros.
18782         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
18783         REPLACE_PRINTF.
18784
18785 2007-03-09  Bruno Haible  <bruno@clisp.org>
18786
18787         * tests/test-vasnprintf-posix2.sh: New file.
18788         * tests/test-vasnprintf-posix2.c: New file.
18789         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
18790         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
18791         (Makefile.am): Activate test-vasnprintf-posix2.sh.
18792
18793         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
18794         a locale dependent decimal point, rather than always '.'.
18795
18796 2007-03-09  Eric Blake  <ebb9@byu.net>
18797
18798         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
18799         spite of platforms like Tandem/NSK that define it to -1.
18800
18801 2007-03-08  Bruno Haible  <bruno@clisp.org>
18802
18803         * modules/vprintf-posix-tests: New file.
18804         * tests/test-vprintf-posix.sh: New file.
18805         * tests/test-vprintf-posix.c: New file.
18806         * tests/test-printf-posix.h: New file.
18807
18808         * modules/vprintf-posix: New file.
18809         * lib/vprintf.c: New file.
18810         * m4/vprintf-posix.m4: New file.
18811         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
18812         REPLACE_VPRINTF.
18813         * lib/stdio_.h (vprintf): New declaration.
18814         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
18815         REPLACE_VPRINTF.
18816
18817 2007-03-08  Bruno Haible  <bruno@clisp.org>
18818
18819         * modules/fprintf-posix-tests: New file.
18820         * tests/test-fprintf-posix.sh: New file.
18821         * tests/test-fprintf-posix.c: New file.
18822
18823         * modules/fprintf-posix: New file.
18824         * lib/fprintf.c: New file.
18825         * m4/fprintf-posix.m4: New file.
18826         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
18827         REPLACE_FPRINTF.
18828         * lib/stdio_.h (fprintf): New declaration.
18829         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
18830         REPLACE_FPRINTF.
18831
18832 2007-03-08  Bruno Haible  <bruno@clisp.org>
18833
18834         * modules/vfprintf-posix-tests: New file.
18835         * tests/test-vfprintf-posix.sh: New file.
18836         * tests/test-vfprintf-posix.c: New file.
18837         * tests/test-fprintf-posix.h: New file.
18838         * tests/test-fprintf-posix.out: New file.
18839
18840         * modules/vfprintf-posix: New file.
18841         * lib/vfprintf.c: New file.
18842         * m4/vfprintf-posix.m4: New file.
18843         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
18844         REPLACE_VFPRINTF.
18845         * lib/stdio_.h (vfprintf): New declaration.
18846         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
18847         REPLACE_VFPRINTF.
18848
18849 2007-03-08  Bruno Haible  <bruno@clisp.org>
18850
18851         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
18852
18853 2007-03-08  Bruno Haible  <bruno@clisp.org>
18854
18855         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
18856         instead of 'expr' invocations.
18857         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
18858         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
18859         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
18860         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
18861         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
18862         Suggested by Paul Eggert.
18863
18864 2007-03-08  Bruno Haible  <bruno@clisp.org>
18865
18866         * modules/fseterr-tests: New file.
18867         * tests/test-fseterr.c: New file.
18868
18869         * modules/fseterr: New file.
18870         * lib/fseterr.h: New file.
18871         * lib/fseterr.c: New file.
18872
18873 2007-03-08  Bruno Haible  <bruno@clisp.org>
18874
18875         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
18876         * lib/getopt_.h: Likewise.
18877         * lib/mbswidth.h: Likewise.
18878         * lib/setenv.h: Likewise.
18879         * lib/vasnprintf.h: Likewise.
18880         * lib/vasprintf.h: Likewise.
18881         * lib/verror.h: Likewise.
18882         * lib/xsetenv.h: Likewise.
18883         * lib/xvasprintf.h: Likewise.
18884
18885 2007-03-08  Jim Meyering  <jim@meyering.net>
18886
18887         * users.txt: Add parted.
18888
18889         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
18890
18891 2007-03-07  Bruno Haible  <bruno@clisp.org>
18892
18893         * m4/printf.m4: Make the shell script snippets copy&pastable.
18894
18895 2007-03-02  Bruno Haible  <bruno@clisp.org>
18896
18897         * lib/netinet_in_.h: New file.
18898         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
18899         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
18900         * modules/netinet_in (Files): Add lib/netinet_in_.h.
18901         (Depends-on): Add absolute-header.
18902         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
18903         into netinet/in.h.
18904
18905 2007-03-03  Bruno Haible  <bruno@clisp.org>
18906
18907         * lib/sys_select_.h: New file.
18908         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
18909         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
18910         * modules/sys_select (Files): Add lib/sys_select_.h.
18911         (Depends-on): Add absolute-header.
18912         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
18913         into sys/select.h.
18914
18915 2007-03-02  Bruno Haible  <bruno@clisp.org>
18916
18917         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
18918         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
18919         values.
18920         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
18921         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
18922         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
18923         * modules/sys_socket (Depends-on): Add absolute-header.
18924         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
18925         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
18926         (Include): Remove requirement of inclusion of <sys/types.h>.
18927
18928 2007-03-02  Bruno Haible  <bruno@clisp.org>
18929
18930         * lib/byteswap_.h (bswap_32): Fix formula.
18931
18932 2007-03-06  Bruno Haible  <bruno@clisp.org>
18933
18934         * modules/sprintf-posix-tests: New file.
18935         * tests/test-sprintf-posix.c: New file.
18936
18937         * modules/sprintf-posix: New file.
18938         * lib/sprintf.c: New file.
18939         * m4/sprintf-posix.m4: New file.
18940         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
18941         REPLACE_SPRINTF.
18942         * lib/stdio_.h (sprintf): New declaration.
18943         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
18944         REPLACE_SPRINTF.
18945
18946 2007-03-06  Bruno Haible  <bruno@clisp.org>
18947
18948         * modules/vsprintf-posix-tests: New file.
18949         * tests/test-vsprintf-posix.c: New file.
18950         * tests/test-sprintf-posix.h: New file.
18951
18952         * modules/vsprintf-posix: New file.
18953         * lib/vsprintf.c: New file.
18954         * m4/vsprintf-posix.m4: New file.
18955         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
18956         REPLACE_VSPRINTF.
18957         * lib/stdio_.h (vsprintf): New declaration.
18958         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
18959         REPLACE_VSPRINTF.
18960
18961 2007-03-06  Bruno Haible  <bruno@clisp.org>
18962
18963         * modules/vsnprintf (Depend-on): Remove minmax.
18964
18965 2007-03-06  Bruno Haible  <bruno@clisp.org>
18966
18967         * modules/snprintf-posix-tests: New file.
18968         * tests/test-snprintf-posix.c: New file.
18969
18970         * modules/snprintf-posix: New file.
18971         * m4/snprintf-posix.m4: New file.
18972         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
18973         gl_FUNC_SNPRINTF.
18974         (gl_FUNC_SNPRINTF): Invoke it.
18975         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
18976         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
18977         is set.
18978         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
18979
18980 2007-03-06  Bruno Haible  <bruno@clisp.org>
18981
18982         * modules/vsnprintf-posix-tests: New file.
18983         * tests/test-vsnprintf-posix.c: New file.
18984         * tests/test-snprintf-posix.h: New file.
18985
18986         * modules/vsnprintf-posix: New file.
18987         * m4/vsnprintf-posix.m4: New file.
18988         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
18989         gl_FUNC_VSNPRINTF.
18990         (gl_FUNC_VSNPRINTF): Invoke it.
18991         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
18992         * lib/stdio_.h (vsnprintf): Define as a replacement if
18993         REPLACE_VSNPRINTF is set.
18994         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
18995
18996 2007-03-06  Bruno Haible  <bruno@clisp.org>
18997
18998         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
18999         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
19000
19001 2007-03-06  Bruno Haible  <bruno@clisp.org>
19002
19003         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
19004         (asinl): Declare also if HAVE_DECL_ASINL is set.
19005         (atanl): Declare also if HAVE_DECL_ATANL is set.
19006         (ceill): Declare also if HAVE_DECL_CEILL is set.
19007         (cosl): Declare also if HAVE_DECL_COSL is set.
19008         (expl): Declare also if HAVE_DECL_EXPL is set.
19009         (floorl): Declare also if HAVE_DECL_FLOORL is set.
19010         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
19011         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
19012         (logl): Declare also if HAVE_DECL_LOGL is set.
19013         (sinl): Declare also if HAVE_DECL_SINL is set.
19014         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
19015         (tanl): Declare also if HAVE_DECL_TANL is set.
19016         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
19017         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
19018         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
19019         declaration of frexpl, ldexpl.
19020         * modules/printf-frexpl (Depends-on): Add math.
19021         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
19022
19023 2007-03-05  Bruno Haible  <bruno@clisp.org>
19024
19025         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
19026         frexpl and ldexpl are declared.
19027         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
19028
19029 2007-03-05  Bruno Haible  <bruno@clisp.org>
19030
19031         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
19032         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
19033
19034 2007-03-05  Bruno Haible  <bruno@clisp.org>
19035
19036         * lib/stdio_.h: Include <stddef.h>.
19037
19038 2007-03-05  Bruno Haible  <bruno@clisp.org>
19039
19040         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
19041
19042 2007-03-05  Bruno Haible  <bruno@clisp.org>
19043
19044         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
19045         NetBSD 4, from Ralf Wildenhues.
19046
19047 2007-03-04  Bruno Haible  <bruno@clisp.org>
19048
19049         * lib/vasprintf.h: Update #if logic for the case when the functions
19050         exist but are overridden.
19051
19052 2007-03-04  Bruno Haible  <bruno@clisp.org>
19053
19054         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
19055         implementations: glibc-2.4 and MacOS X 10.3.
19056         * tests/test-vasnprintf-posix.c (test_function): Test also the case
19057         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
19058         * tests/test-vasprintf-posix.c (test_function): Likewise.
19059
19060 2007-03-04  Bruno Haible  <bruno@clisp.org>
19061
19062         * modules/vasprintf-posix-tests: New file.
19063         * tests/test-vasprintf-posix.c: New file.
19064
19065         * modules/vasprintf-posix: New file.
19066         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
19067         defined.
19068         * m4/vasprintf-posix.m4: New file.
19069         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
19070         gl_FUNC_VASPRINTF.
19071         (gl_FUNC_VASPRINTF): Invoke it.
19072         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
19073         here.
19074         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
19075
19076 2007-03-04  Bruno Haible  <bruno@clisp.org>
19077
19078         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
19079         REPLACE_GETTIMEOFDAY.
19080         * modules/sys_time (Makefile.am): Likewise.
19081         * m4/sys_time_h.m4: Likewise.
19082         * m4/gettimeofday.m4: Likewise.
19083
19084 2007-03-04  Bruno Haible  <bruno@clisp.org>
19085
19086         * modules/vasnprintf-posix-tests: New file.
19087         * tests/test-vasnprintf-posix.c: New file.
19088
19089         * modules/vasnprintf-posix: New file.
19090         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
19091         printf-frexpl.h.
19092         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
19093         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
19094         REPLACE_VASNPRINTF is defined.
19095         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
19096         gl_FUNC_VASNPRINTF.
19097         (gl_FUNC_VASNPRINTF): Invoke it.
19098         * m4/vasnprintf-posix.m4: New file.
19099         * m4/printf.m4: New file.
19100
19101 2007-03-04  Bruno Haible  <bruno@clisp.org>
19102
19103         Compile progreloc.c only if --enable-relocatable is specified.
19104         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
19105         if --enable-relocatable was specified.
19106         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
19107         lib_SOURCES.
19108
19109 2007-03-04  Jim Meyering  <jim@meyering.net>
19110
19111         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
19112         Use it consistently, rather than enumerating errno constants.
19113
19114 2007-03-04  Bruno Haible  <bruno@clisp.org>
19115
19116         * modules/xvasprintf-tests: New file.
19117         * tests/test-xvasprintf.c: New file.
19118
19119         * modules/vasprintf-tests: New file.
19120         * tests/test-vasprintf.c: New file.
19121
19122         * modules/vasnprintf-tests: New file.
19123         * tests/test-vasnprintf.c: New file.
19124
19125         * modules/vsnprintf-tests: New file.
19126         * tests/test-vsnprintf.c: New file.
19127
19128         * modules/snprintf-tests: New file.
19129         * tests/test-snprintf.c: New file.
19130
19131 2007-03-04  Bruno Haible  <bruno@clisp.org>
19132
19133         Compile relocatable.c only if --enable-relocatable is specified.
19134         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
19135         gl_RELOCATABLE_LIBRARY.
19136         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
19137         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
19138         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
19139         gl_RELOCATABLE_LIBRARY.
19140         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
19141         (Makefile.am): Remove lib_SOURCES.
19142         * modules/relocatable-lib-lgpl (configure.ac): Invoke
19143         gl_RELOCATABLE_LIBRARY.
19144         (Makefile.am): Remove lib_SOURCES.
19145         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
19146         always.
19147         * modules/relocatable-prog-wrapper (configure.ac): Invoke
19148         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
19149
19150 2007-03-04  Bruno Haible  <bruno@clisp.org>
19151
19152         * modules/argmatch-tests: New file.
19153         * tests/test-argmatch.c: New file.
19154
19155         * tests/test-allocsa.c (main): Halve the number of loop runs.
19156
19157         * modules/alloca-opt-tests: New file.
19158         * tests/test-alloca-opt.c: New file.
19159
19160 2007-03-04  Jim Meyering  <jim@meyering.net>
19161
19162         Work around difference between Linux ACLs and Solaris 10 ZFS.
19163         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
19164         for EINVAL.
19165
19166 2007-03-03  Bruno Haible  <bruno@clisp.org>
19167
19168         * modules/relocatable-prog (Depends-on): Add back progreloc's
19169         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
19170
19171 2007-03-03  Bruno Haible  <bruno@clisp.org>
19172
19173         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
19174         * modules/relocatable-lib: New file.
19175
19176 2007-03-03  Bruno Haible  <bruno@clisp.org>
19177
19178         * modules/relocatable-prog: Renamed from modules/relocatable.
19179         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
19180
19181 2007-03-03  Bruno Haible  <bruno@clisp.org>
19182
19183         * modules/relocatable-script (Files): Add doc/relocatable.texi,
19184         m4/relocatable-lib.m4.
19185         (Depends-on): Remove 'relocatable'.
19186         (configure.ac): Add gl_RELOCATABLE_NOP.
19187
19188 2007-03-03  Bruno Haible  <bruno@clisp.org>
19189
19190         * modules/relocatable-prog-wrapper: New file.
19191         * modules/relocatable (Depends-on): Add it. Remove all other
19192         dependencies except progname.
19193         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
19194
19195         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
19196         (gl_FUNC_STRERROR): Nop.
19197         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
19198
19199         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
19200         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
19201
19202         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
19203         (gl_FUNC_READLINK): Update.
19204
19205         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
19206
19207 2007-03-03  Bruno Haible  <bruno@clisp.org>
19208
19209         * lib/xreadlink.c: Include <unistd.h> unconditionally.
19210         * modules/xreadlink (Depends-on): Add unistd.
19211         * modules/xreadlink-with-size (Depends-on): Likewise.
19212
19213 2007-03-03  Bruno Haible  <bruno@clisp.org>
19214
19215         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
19216         extracted from gt_FUNC_SETENV.
19217         (gt_FUNC_SETENV): Remove macro.
19218         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
19219         remove gt_FUNC_SETENV.
19220
19221 2007-03-03  Bruno Haible  <bruno@clisp.org>
19222
19223         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
19224         ENABLE_RELOCATABLE here.
19225         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
19226
19227 2007-03-03  Bruno Haible  <bruno@clisp.org>
19228
19229         * modules/rbtreehash-list-tests (Depends-on): Add progname.
19230         * tests/test-rbtreehash_list.c: Include progname.h.
19231         (main): Call set_program_name.
19232
19233         * modules/rbtree-oset-tests (Depends-on): Add progname.
19234         * tests/test-rbtree_oset.c: Include progname.h.
19235         (main): Call set_program_name.
19236
19237         * modules/rbtree-list-tests (Depends-on): Add progname.
19238         * tests/test-rbtree_list.c: Include progname.h.
19239         (main): Call set_program_name.
19240
19241         * modules/linked-list-tests (Depends-on): Add progname.
19242         * tests/test-linked_list.c: Include progname.h.
19243         (main): Call set_program_name.
19244
19245 2007-03-03  Bruno Haible  <bruno@clisp.org>
19246
19247         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
19248         All uses of __restrict changed to _Restrict_.
19249         * lib/glob_.h (__restrict): Remove macro.
19250
19251 2007-03-02  Bruno Haible  <bruno@clisp.org>
19252
19253         * modules/gettext (configure.ac): Require gettext infrastructure
19254         from version 0.16.1.
19255
19256 2007-03-02  Bruno Haible  <bruno@clisp.org>
19257
19258         * modules/linkedhash-list-tests (Depends-on): Add progname.
19259         * tests/test-linkedhash_list.c: Include progname.h.
19260         (main): Call set_program_name.
19261
19262         * modules/carray-list-tests (Depends-on): Add progname.
19263         * tests/test-carray_list.c: Include progname.h.
19264         (main): Call set_program_name.
19265
19266         * modules/avltreehash-list-tests (Depends-on): Add progname.
19267         * tests/test-avltreehash_list.c: Include progname.h.
19268         (main): Call set_program_name.
19269
19270         * modules/avltree-oset-tests (Depends-on): Add progname.
19271         * tests/test-avltree_oset.c: Include progname.h.
19272         (main): Call set_program_name.
19273
19274         * modules/avltree-list-tests (Depends-on): Add progname.
19275         * tests/test-avltree_list.c: Include progname.h.
19276         (main): Call set_program_name.
19277
19278         * modules/array-oset-tests (Depends-on): Add progname.
19279         * tests/test-array_oset.c: Include progname.h.
19280         (main): Call set_program_name.
19281
19282         * modules/array-list-tests (Depends-on): Add progname.
19283         * tests/test-array_list.c: Include progname.h.
19284         (main): Call set_program_name.
19285
19286         * modules/argp-tests (Depends-on): Add progname.
19287         * tests/test-argp.c: Include argp.h first. Include progname.h.
19288         (main): Call set_program_name.
19289
19290 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
19291
19292         * doc/gnulib-tool.texi (Initial import): Reword description of
19293         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
19294         limited effect even if defined after the first system include.
19295
19296 2007-03-01  Bruno Haible  <bruno@clisp.org>
19297
19298         * build-aux/config.libpath: Update to libtool-1.5.22.
19299         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
19300
19301 2007-03-01  Bruno Haible  <bruno@clisp.org>
19302
19303         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
19304         foo_CFLAGS.
19305         Reported by Ralf Wildenhues.
19306
19307 2007-03-01  Bruno Haible  <bruno@clisp.org>
19308
19309         * build-aux/install-reloc: Remove object files left over by some
19310         compilers.
19311         Reported by Ralf Wildenhues.
19312
19313 2007-03-01  Bruno Haible  <bruno@clisp.org>
19314
19315         * build-aux/install-reloc: Break long lines.
19316
19317 2007-03-01  Bruno Haible  <bruno@clisp.org>
19318
19319         * doc/relocatable.texi: Document that it may not work on OpenBSD.
19320         Reported by Ralf Wildenhues.
19321
19322 2007-03-01  Bruno Haible  <bruno@clisp.org>
19323
19324         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
19325         include ordering constraints.
19326
19327 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
19328
19329         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
19330         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
19331         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
19332         as another example.
19333         * lib/time_.h: Fix misspelling.
19334         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
19335         Require gl_HEADER_TIME_H_DEFAULTS.
19336         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
19337         * m4/time_r.m4 (gl_TIME_R): Likewise.
19338         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
19339
19340 2007-03-01  Bruno Haible  <bruno@clisp.org>
19341
19342         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
19343         * m4/utimens.m4 (gl_UTIMENS): Likewise.
19344
19345 2007-03-01  Jim Meyering  <jim@meyering.net>
19346
19347         * modules/xreadlink (Maintainer): Add my name.
19348         * modules/xreadlink-with-size (Depends-on): Alphabetize.
19349
19350 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
19351             Bruno Haible  <bruno@clisp.org>
19352
19353         * build-aux/install-reloc: Compile also c-ctype.c.
19354         * build-aux/relocatable.sh.in: New file.
19355         * doc/relocatable.texi: New file.
19356         * doc/relocatable-maint.texi: New file.
19357         * doc/gnulib.texi: Include relocatable-maint.texi.
19358         * lib/progreloc.c: Include unistd.h unconditionally.
19359         * lib/relocwrapper.c: Include unistd.h unconditionally.
19360         Include c-ctype.h.
19361         (add_dotbin): Use c_tolower.
19362         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
19363         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
19364         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
19365         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
19366         to m4/relocatable-lib.m4.
19367         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
19368         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
19369         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
19370         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
19371         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
19372         * modules/relocatable: New file.
19373         * modules/relocatable-lib: New file.
19374         * modules/relocatable-script: New file.
19375
19376 2007-02-28  Bruno Haible  <bruno@clisp.org>
19377
19378         Import --enable-relocatable infrastructure.
19379         * build-aux/config.libpath: New file, from GNU gettext.
19380         * build-aux/install-reloc: New file, from GNU gettext.
19381         * build-aux/reloc-ldflags: New file, from GNU gettext.
19382         * lib/relocatable.h: New file, from GNU gettext.
19383         * lib/relocatable.c: New file, from GNU gettext.
19384         * lib/relocwrapper.c: New file, from GNU gettext.
19385         * m4/relocatable.m4: New file, from GNU gettext.
19386
19387 2007-02-28  Bruno Haible  <bruno@clisp.org>
19388
19389         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
19390
19391         * modules/xreadlink: New file, from GNU gettext with modifications.
19392         * lib/xreadlink.c: New file, from GNU gettext.
19393         * lib/xreadlink.h: Add comments.
19394         (xreadlink): New declaration.
19395
19396         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
19397         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
19398         lib/xreadlink-with-size.c.
19399         (configure.ac): Remove gl_XREADLINK invocation.
19400         (Makefile.am): Augment lib_SOURCES.
19401         * m4/xreadlink.m4: Remove file.
19402         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
19403         (xreadlink_with_size): Renamed from xreadink.
19404         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
19405         * modules/canonicalize (Depends-on): Replace xreadlink with
19406         xreadlink-with-size.
19407         * lib/canonicalize.c (canonicalize_filename_mode): Update.
19408
19409 2007-02-25  Jim Meyering  <jim@meyering.net>
19410
19411         * build-aux/announce-gen: When complaining about excess arguments,
19412         list them.
19413
19414 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
19415
19416         * README: Document signed integer overflow situation more
19417         accurately.
19418
19419 2007-02-25  Bruno Haible  <bruno@clisp.org>
19420
19421         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
19422         'a' or 'A' conversion.
19423
19424 2007-02-25  Bruno Haible  <bruno@clisp.org>
19425
19426         * modules/filename: Renamed from modules/pathname.
19427         (Files): Replace lib/pathname.h with lib/filename.h. Replace
19428         lib/concatpath.c with lib/concat-filename.c.
19429         (Makefile.am): Update.
19430         (Include): Replace pathname.h with filename.h.
19431         * lib/filename.h: Renamed from lib/pathname.h.
19432         (concatenated_filename): Renamed from concatenated_pathname.
19433         * lib/concat-filename.c: Renamed from lib/concatpath.c.
19434         (concatenated_filename): Renamed from concatenated_pathname.
19435         * lib/findprog.c: Include filename.h instead of pathname.h.
19436         (find_in_path): Update.
19437         * lib/javacomp.c: Include filename.h instead of pathname.h.
19438         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
19439         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
19440         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
19441         is_oldgcj_14_13_usable, is_javac_usable): Update.
19442         * lib/javaexec.c: Include filename.h instead of pathname.h.
19443         (execute_java_class): Update.
19444         * modules/findprog: Update.
19445         * modules/javacomp: Update.
19446         * modules/javaexec: Update.
19447         * MODULES.html.sh (File system functions): Add 'filename', remove
19448         'pathname'.
19449
19450 2007-02-25  Bruno Haible  <bruno@clisp.org>
19451
19452         * modules/printf-frexpl-tests: New file.
19453         * tests/test-printf-frexpl.c: New file.
19454
19455         * modules/printf-frexpl: New file.
19456         * lib/printf-frexpl.h: New file.
19457         * lib/printf-frexpl.c: New file.
19458         * m4/printf-frexpl.m4: New file.
19459
19460 2007-02-25  Bruno Haible  <bruno@clisp.org>
19461
19462         * modules/printf-frexp-tests: New file.
19463         * tests/test-printf-frexp.c: New file.
19464
19465         * modules/printf-frexp: New file.
19466         * lib/printf-frexp.h: New file.
19467         * lib/printf-frexp.c: New file.
19468         * m4/printf-frexp.m4: New file.
19469
19470 2007-02-25  Bruno Haible  <bruno@clisp.org>
19471
19472         Assume automake >= 1.10 for the tests.
19473         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
19474         * modules/arctwo-tests: Likewise.
19475         * modules/argp-tests: Likewise.
19476         * modules/avltree-list-tests: Likewise.
19477         * modules/avltree-oset-tests: Likewise.
19478         * modules/avltreehash-list-tests: Likewise.
19479         * modules/carray-list-tests: Likewise.
19480         * modules/crc-tests: Likewise.
19481         * modules/des-tests: Likewise.
19482         * modules/gc-arcfour-tests: Likewise.
19483         * modules/gc-arctwo-tests: Likewise.
19484         * modules/gc-des-tests: Likewise.
19485         * modules/gc-hmac-md5-tests: Likewise.
19486         * modules/gc-hmac-sha1-tests: Likewise.
19487         * modules/gc-md2-tests: Likewise.
19488         * modules/gc-md4-tests: Likewise.
19489         * modules/gc-md5-tests: Likewise.
19490         * modules/gc-pbkdf2-sha1-tests: Likewise.
19491         * modules/gc-rijndael-tests: Likewise.
19492         * modules/gc-sha1-tests: Likewise.
19493         * modules/gc-tests: Likewise.
19494         * modules/getaddrinfo-tests: Likewise.
19495         * modules/hmac-md5-tests: Likewise.
19496         * modules/hmac-sha1-tests: Likewise.
19497         * modules/linked-list-tests: Likewise.
19498         * modules/linkedhash-list-tests: Likewise.
19499         * modules/lock-tests: Likewise.
19500         * modules/md2-tests: Likewise.
19501         * modules/md4-tests: Likewise.
19502         * modules/md5-tests: Likewise.
19503         * modules/rbtree-list-tests: Likewise.
19504         * modules/rbtree-oset-tests: Likewise.
19505         * modules/rbtreehash-list-tests: Likewise.
19506         * modules/read-file-tests: Likewise.
19507         * modules/rijndael-tests: Likewise.
19508         * modules/stdint-tests: Likewise.
19509         * modules/tls-tests: Likewise.
19510
19511 2007-02-24  Bruno Haible  <bruno@clisp.org>
19512
19513         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
19514         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
19515         function; instead check whether isnan with a double argument links.
19516         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
19517         function; instead check whether isnan with a 'long double' argument
19518         links.
19519         Reported by Eric Blake <ebb9@byu.net>.
19520
19521 2007-02-24  Bruno Haible  <bruno@clisp.org>
19522
19523         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
19524         defined.
19525         * lib/isnanl.c: Remove all code. Just include isnan.c.
19526         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
19527
19528 2007-02-25  Jim Meyering  <jim@meyering.net>
19529
19530         Avoid conflicting types for 'unsetenv' on FreeBSD.
19531         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
19532         conflicting with FreeBSD's (5.0 and 6.1) function declaration
19533         in stdlib.h.
19534
19535 2007-02-24  Bruno Haible  <bruno@clisp.org>
19536
19537         * modules/isnanl-nolibm-tests: New file.
19538         * tests/test-isnanl.c: New file.
19539
19540         * modules/isnanl-nolibm: New file.
19541         * lib/isnanl.h: New file.
19542         * lib/isnanl.c: New file.
19543         * m4/isnanl.m4: New file.
19544
19545 2007-02-24  Bruno Haible  <bruno@clisp.org>
19546
19547         * modules/isnan-nolibm-tests: New file.
19548         * tests/test-isnan.c: New file.
19549
19550         * modules/isnan-nolibm: New file.
19551         * lib/isnan.h: New file.
19552         * lib/isnan.c: New file.
19553         * m4/isnan.m4: New file.
19554
19555 2007-02-24  Bruno Haible  <bruno@clisp.org>
19556
19557         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
19558         assume that an exponent fits in 20 bits.
19559
19560 2007-02-24  Jim Meyering  <jim@meyering.net>
19561
19562         * m4/regex.m4: Update the description of the configure-time option,
19563         --without-included-regex, to state accurately what the defaults are,
19564         and perhaps to give people an idea why using this option is risky.
19565
19566 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
19567
19568         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
19569         loops on small arguments.  This attempts to avoid the problem
19570         Bruno Haible reported for AIX 4.3.2 in
19571         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
19572
19573 2007-02-23  Bruno Haible  <bruno@clisp.org>
19574
19575         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
19576         Needed for help2man.
19577
19578 2007-02-23  Karl Berry  <karl@gnu.org>
19579
19580         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
19581         exists, foo.h should be cvs-ignored, not committed.
19582
19583 2007-02-23  Eric Blake  <ebb9@byu.net>
19584
19585         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
19586         * lib/stat-time.h (includes): Likewise.
19587         * lib/utimecmp.c (includes): Likewise.
19588         * lib/utimens.h (includes): Likewise.
19589         * lib/getdate.y (includes): Also include "timespec.h" for use
19590         internal to the module.
19591         * modules/utimens (Depends-on): Revert yesterday's patch.
19592         * modules/nanosleep (Depends-on): Add missing dependency.
19593
19594 2007-02-22  Bruno Haible  <bruno@clisp.org>
19595
19596         * lib/glob.c: Don't include getlogin_r.h.
19597
19598 2007-02-22  Jim Meyering  <jim@meyering.net>
19599
19600         * modules/utimens (Depends-on): Add timespec, required for
19601         utimens.h's inclusion of timespec.h.
19602
19603 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
19604
19605         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
19606         long unreadable paths in GNU/Linux.  Problem reported by Andreas
19607         Schwab in
19608         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
19609         I'll try to think of a better way to fix the Solaris problem.
19610
19611         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
19612         like glibc; on Solaris 10, it fails with errno == EINVAL.
19613         POSIX says the behavior is unspecified if the first argument is NULL,
19614         so play it safe and never pass NULL to the system getcwd.
19615
19616 2007-02-21  Jim Meyering  <jim@meyering.net>
19617
19618         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
19619         of gettimeofday.  It would conflict with the one now always
19620         provided via sys_time_.h.  Reported by Matthew Woehlke, as
19621         an IRIX 6.5 build failure.
19622
19623 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
19624
19625         Minor fixups to port to Solaris 10 with Sun C 5.8.
19626         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
19627         * modules/getcwd (Depends-on): Add dirfd.
19628         * lib/putenv.c (putenv): #undef it.
19629         (rpl_putenv): New decl.
19630         (malloc, free): Include <stdlib.h> rather than prototyping separately.
19631
19632 2007-02-20  Bruno Haible  <bruno@clisp.org>
19633
19634         * modules/stdio-tests: New file.
19635         * tests/test-stdio.c: New file.
19636
19637         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
19638         (Depends-on): Add stdio.
19639         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
19640         (Include): Use <stdio.h> instead of vsnprintf.h.
19641         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
19642         HAVE_DECL_VSNPRINTF.
19643         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
19644
19645         * modules/snprintf (Files): Remove lib/snprintf.h.
19646         (Depends-on): Add stdio.
19647         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
19648         (Include): Use <stdio.h> instead of snprintf.h.
19649         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
19650         HAVE_DECL_SNPRINTF.
19651         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
19652         * lib/getaddrinfo.c: Likewise.
19653
19654         * modules/stdio: New file.
19655         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
19656         * lib/snprintf.h: Remove file.
19657         * lib/vsnprintf.h: Remove file.
19658         * lib/.cppi-disable: Remove snprintf.h.
19659         * m4/stdio_h.m4: New file.
19660         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
19661
19662 2007-02-20  Jim Meyering  <jim@meyering.net>
19663
19664         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
19665         used by e.g., mingw.  From Bruno Haible.
19666
19667 2007-02-19  Bruno Haible  <bruno@clisp.org>
19668
19669         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
19670         warnings.
19671         Reported by Ben Pfaff <blp@cs.stanford.edu>.
19672
19673 2007-02-19  Bruno Haible  <bruno@clisp.org>
19674
19675         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
19676         from mingw users.
19677
19678 2007-02-19  Bruno Haible  <bruno@clisp.org>
19679
19680         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
19681         warnings.
19682         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
19683
19684 2007-02-19  Jim Meyering  <jim@meyering.net>
19685
19686         Don't use FD after a successful "fdopendir (fd)".
19687         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
19688         Reset it by calling dirfd on the just-obtained DIR*.
19689
19690         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
19691         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
19692
19693 2007-02-18  Bruno Haible  <bruno@clisp.org>
19694
19695         * lib/readlink.c: Include <unistd.h>.
19696         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
19697         HAVE_READLINK.
19698         * modules/readlink (Depends-on): Add unistd.
19699         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
19700         (Include): Add <unistd.h>.
19701
19702         * lib/getlogin_r.h: Remove file.
19703         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
19704         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
19705         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
19706         HAVE_DECL_GETLOGIN_R.
19707         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
19708         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
19709         (Include): Use <unistd.h> instead of getlogin_r.h.
19710
19711         * lib/getcwd.h: Remove file.
19712         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
19713         * lib/xgetcwd.c: Likewise.
19714         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
19715         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
19716         * modules/getcwd (Files): Remove lib/getcwd.h.
19717         (Depends-on): Add unistd.
19718         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
19719         (Include): Use <unistd.h> instad of getcwd.h.
19720
19721         * lib/ftruncate.c: Include <unistd.h> first.
19722         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
19723         Set HAVE_FTRUNCATE.
19724         * modules/ftruncate (Depends-on): Add unistd.
19725         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
19726
19727         * lib/fchdir.c: Include <unistd.h> first.
19728         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
19729         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
19730         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
19731         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
19732         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
19733
19734         * lib/dup2.c: Include <unistd.h> first.
19735         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
19736         HAVE_DUP2.
19737         * modules/dup2 (Depends-on): Add unistd.
19738         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
19739
19740         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
19741         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
19742         REPLACE_CHOWN. Don't define chown as a macro here.
19743         * modules/chown (Depends-on): Add unistd.
19744         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
19745
19746         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
19747         Add definition for GL_LINK_WARNING.
19748         (chown, dup2): New declarations.
19749         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
19750         link warning.
19751         (ftruncate): New declaration.
19752         (getcwd): New declaration, taken from old getcwd.h.
19753         (getlogin_r): New declaration, taken from old getlogin_r.h.
19754         (readlink): New declaration.
19755         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
19756         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
19757         (gl_PREREQ_UNISTD): Remove macro.
19758         (gl_UNISTD_MODULE_INDICATOR): New macro.
19759         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
19760         many new variables. Don't set UNISTD_H.
19761         * modules/unistd (Description): Change.
19762         (Depends-on): Add link-warning.
19763         (configure.ac): Update.
19764         (Makefile.am): Create unistd.h always. Substitute many new variables
19765         into it.
19766
19767 2007-02-18  Bruno Haible  <bruno@clisp.org>
19768
19769         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
19770         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
19771         HAVE_GETSUBOPT.
19772         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
19773         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
19774         * lib/getsubopt.h: Remove file.
19775         * modules/getsubopt (Files): Remove lib/getsubopt.h.
19776         (Depends-on): Add stdlib.
19777         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
19778         (Includes): Use <stdlib.h> instead of getsubopt.h.
19779         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
19780         Set HAVE_GETSUBOPT.
19781         * lib/getsubopt.c: Don't include getsubopt.h.
19782
19783 2007-02-18  Bruno Haible  <bruno@clisp.org>
19784
19785         * modules/fchdir (Depends-on): Add dup2.
19786
19787 2007-02-18  Bruno Haible  <bruno@clisp.org>
19788
19789         * lib/stdlib_.h: Handle glibc's special invocation convention
19790         specially.
19791
19792 2007-02-18  Bruno Haible  <bruno@clisp.org>
19793
19794         * modules/stdlib-tests: New file.
19795         * tests/test-stdlib.c: New file.
19796
19797         * modules/mkstemp (Files): Remove lib/mkstemp.h.
19798         (Depends-on): Add stdlib.
19799         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
19800         (Includes): Use <stdlib.h> instead of mkstemp.h.
19801         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
19802         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
19803         * lib/mkstemp.c: Don't include mkstemp.h.
19804         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
19805         * lib/stdlib--.h: Don't include mkstemp.h.
19806
19807         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
19808         (Depends-on): Add stdlib.
19809         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
19810         (Includes): Use <stdlib.h> instead of mkdtemp.h.
19811         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
19812         HAVE_MKDTEMP.
19813         * lib/mkdtemp.c: Don't include mkdtemp.h.
19814         * lib/clean-temp.c: Don't include mkdtemp.h.
19815
19816         * modules/exit (Files): Remove lib/exit.h.
19817         (Depends-on): Add stdlib.
19818         (Makefile.am): Remove lib_SOURCES.
19819         (Include): Use <stdlib.h> instead of exit.h.
19820         * lib/argmatch.c: Don't include exit.h.
19821         * lib/execute.c: Likewise.
19822         * lib/pagealign_alloc.c: Likewise.
19823         * lib/pipe.c: Likewise.
19824         * lib/wait-process.c: Likewise.
19825         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
19826         * lib/exitfail.c: Likewise.
19827         * lib/savewd.c: Likewise.
19828         * lib/xsetenv.c: Likewise.
19829
19830         * modules/stdlib: New file.
19831         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
19832         and extra comments about mkstemp().
19833         * lib/exit.h: Remove file.
19834         * lib/mkdtemp.h: Remove file.
19835         * lib/mkstemp.h: Remove file.
19836         * m4/stdlib_h.m4: New file.
19837         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
19838
19839 2007-02-18  Bruno Haible  <bruno@clisp.org>
19840
19841         * modules/math-tests: New file.
19842         * tests/test-math.c: New file.
19843
19844         * modules/math: New file.
19845         * modules/mathl (Files): Remove lib/mathl.h.
19846         (Depends-on): Add math.
19847         (Makefile.am): Don't mention mathl.h.
19848         (Include): Use <math.h> instead of mathl.h.
19849         * lib/math_.h: New file.
19850         * lib/mathl.h: Remove file.
19851         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
19852         mathl.h.
19853         * lib/asinl.c: Likewise.
19854         * lib/atanl.c: Likewise.
19855         * lib/ceill.c: Likewise.
19856         * lib/cosl.c: Likewise.
19857         * lib/expl.c: Likewise.
19858         * lib/floorl.c: Likewise.
19859         * lib/frexpl.c: Likewise.
19860         * lib/ldexpl.c: Likewise.
19861         * lib/logl.c: Likewise.
19862         * lib/sincosl.c: Likewise.
19863         * lib/sinl.c: Likewise.
19864         * lib/sqrtl.c: Likewise.
19865         * lib/tanl.c: Likewise.
19866         * lib/trigl.c: Likewise.
19867         * m4/math_h.m4: New file.
19868         * MODULES.html.sh (Mathematics): Add math.
19869
19870 2007-02-17  Bruno Haible  <bruno@clisp.org>
19871
19872         * modules/wctype-tests: New file.
19873         * tests/test-wctype.c: New file.
19874
19875         * modules/wchar-tests: New file.
19876         * tests/test-wchar.c: New file.
19877
19878         * modules/unistd-tests: New file.
19879         * tests/test-unistd.c: New file.
19880
19881         * modules/time-tests: New file.
19882         * tests/test-time.c: New file.
19883
19884         * modules/sysexits-tests: New file.
19885         * tests/test-sysexits.c: New file.
19886
19887         * modules/sys_time-tests: New file.
19888         * tests/test-sys_time.c: New file.
19889
19890         * modules/sys_stat-tests: New file.
19891         * tests/test-sys_stat.c: New file.
19892
19893         * modules/sys_socket-tests: New file.
19894         * tests/test-sys_socket.c: New file.
19895
19896         * modules/sys_select-tests: New file.
19897         * tests/test-sys_select.c: New file.
19898
19899         * modules/string-tests: New file.
19900         * tests/test-string.c: New file.
19901
19902         * modules/stdbool-tests: New file.
19903         * tests/test-stdbool.c: New file.
19904
19905         * modules/netinet_in-tests: New file.
19906         * tests/test-netinet_in.c: New file.
19907
19908         * modules/inttypes-tests: New file.
19909         * tests/test-inttypes.c: New file.
19910
19911         * modules/fcntl-tests: New file.
19912         * tests/test-fcntl.c: New file.
19913
19914         * modules/byteswap-tests: New file.
19915         * tests/test-byteswap.c: New file.
19916
19917         * modules/arpa_inet-tests: New file.
19918         * tests/test-arpa_inet.c: New file.
19919
19920 2007-02-17  Bruno Haible  <bruno@clisp.org>
19921
19922         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
19923         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
19924         if the corresponding module is not enabled. Emit link warnings if
19925         the function is used nevertheless.
19926         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
19927         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
19928         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
19929         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
19930         * modules/inttypes (Depends-on): Add link-warning.
19931         (Makefile.am): Copy the contents of build-aux/link-warning.h into
19932         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
19933         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
19934         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
19935         * modules/imaxdiv (configure.ac): Likewise.
19936         * modules/strtoimax (configure.ac): Likewise.
19937         * modules/strtoumax (configure.ac): Likewise.
19938
19939 2007-02-17  Bruno Haible  <bruno@clisp.org>
19940
19941         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
19942         gl_STRING_MODULE_INDICATOR_DEFAULTS.
19943         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
19944         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
19945
19946 2007-02-17  Bruno Haible  <bruno@clisp.org>
19947
19948         * modules/link-warning: New file.
19949         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
19950         * lib/string_.h (GL_LINK_WARNING): Remove definition.
19951         * modules/string (Depends-on): Add link-warning.
19952         (Makefile.am): Copy the contents of build-aux/link-warning.h into
19953         string.h.
19954         * MODULES.html.sh (Support for building libraries and executables): Add
19955         link-warning.
19956
19957 2007-02-17  Bruno Haible  <bruno@clisp.org>
19958
19959         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
19960         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
19961         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
19962         long lines.
19963
19964 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
19965             Bruno Haible  <bruno@clisp.org>
19966
19967         * modules/tmpfile: New file.
19968         * lib/tmpfile.c: New file.
19969         * m4/tmpfile.m4: New file.
19970         * MODULES.html.sh (func_all_modules): New section "Input/output".
19971
19972 2007-02-15  Bruno Haible  <bruno@clisp.org>
19973
19974         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
19975         (supports_delete_on_close): New function.
19976         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
19977
19978 2007-02-14  Bruno Haible  <bruno@clisp.org>
19979
19980         * modules/mbspcasecmp-tests: New file.
19981         * tests/test-mbspcasecmp.sh: New file.
19982         * tests/test-mbspcasecmp.c: New file.
19983
19984         New module mbspcasecmp.
19985         * modules/mbspcasecmp: New file.
19986         * lib/mbspcasecmp.c: New file.
19987         * lib/string_.h (strncasecmp): Change warning message.
19988         (mbspcasecmp): New declaration.
19989         * m4/mbspcasecmp.m4: New file.
19990         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
19991         GNULIB_MBSPCASECMP.
19992         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
19993         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
19994
19995 2007-02-14  Bruno Haible  <bruno@clisp.org>
19996
19997         * modules/mbsncasecmp-tests: New file.
19998         * tests/test-mbsncasecmp.sh: New file.
19999         * tests/test-mbsncasecmp.c: New file.
20000
20001         New module mbsncasecmp.
20002         * modules/mbsncasecmp: New file.
20003         * lib/mbsncasecmp.c: New file.
20004         * lib/string_.h (mbsncasecmp): New declaration.
20005         * m4/mbsncasecmp.m4: New file.
20006         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
20007         GNULIB_MBSNCASECMP.
20008         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
20009         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
20010
20011 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
20012
20013         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
20014         Verify that it doesn't overlap with our flags.
20015         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
20016         do not have the desired effect in multibyte locales; instead, use
20017         mbscasecmp.
20018         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
20019         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
20020         we don't require GNU fnmatch ourselves (if our users require it, they
20021         should do so explicitly).
20022
20023         Fix regex code so it doesn't rely on strcasecmp.
20024         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
20025         Otherwise, include gnulib's langinfo.h.
20026         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
20027         undesirable behavior in non-C locales.  Instead, rely on localecharset.
20028         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
20029         * modules/regex (FILES): Remove m4/codeset.m4.
20030         (Depends-on): Add localcharset.  Remove strcase.
20031
20032 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20033
20034         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
20035         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
20036
20037 2007-02-13  Bruno Haible  <bruno@clisp.org>
20038
20039         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
20040         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
20041
20042 2007-02-12  Bruno Haible  <bruno@clisp.org>
20043
20044         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
20045         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
20046         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
20047         time warning rather than a link error.
20048
20049 2007-02-12  Bruno Haible  <bruno@clisp.org>
20050
20051         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
20052         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
20053         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
20054
20055 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
20056
20057         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
20058         args, not 2.
20059
20060 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
20061
20062         New module 'time', so that apps can include <time.h> as per
20063         POSIX and GNU instead of separate include files like time_r.h
20064         and timegm.h.  This implementation tries out a simpler approach
20065         for replacing decls in standard include files (as compared to
20066         the string module), somewhat as an experiment.
20067
20068         * config/srclist.txt: Comment out mktime.c for now.
20069         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
20070         since it doesn't apply any more.  Use generic wording instead.
20071         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
20072         'time'.
20073         * lib/time_.h, m4/time_h.m4, modules/time: New files.
20074         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
20075         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
20076         Don't include <sys/types.h>; no longer needed since we assume C89.
20077         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
20078         * lib/strftime.c: Likewise.
20079         * lib/time_r.c: Likewise.
20080         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
20081         * lib/nanosleep.c: Include <time.h> first, to check interface.
20082         * lib/strptime.c: Likewise.
20083         * lib/time_r.c: Likewise.
20084         * lib/timegm.c: Likewise.
20085         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
20086         needed.
20087         * lib/timegm.c: Don't include timegm.h; no longer needed.
20088         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
20089         time.h now handles any problems in that area.
20090         (struct timespec, nanosleep): Remove; time.h now arranges for these.
20091         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
20092         that time.h defines struct timespec.
20093         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
20094         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
20095         handles that.
20096         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
20097         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
20098         needed.  Set REPLACE_LOCALTIME.
20099         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
20100         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
20101         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
20102         nanosleep; time_h.m4 now does that.  Don't require
20103         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
20104         module handles this now.
20105         * modules/getdate (Depends-on): Remove timespec.  Add time.
20106         * modules/nanosleep (Depends-on): Likewise.
20107         * modules/stat-time (Depends-on): Likewise.
20108         * modules/nanosleep (Include): Include time.h, not timespec.h.
20109         * modules/strptime (Files): Remove lib/strptime.h.
20110         (Depends-on): Add extensions, time.
20111         (Include): Include time.h, not strptime.h.
20112         * modules/time_r (Files): Remove lib/time_r.h.
20113         (Depends-on): Add time.
20114         (Include): Include time.h, not time_r.h.
20115         * modules/timegm: Likewise.
20116         * modules/timespec (Description): Now does timespec-related decls
20117         of our own, instead of struct timespec itself.
20118         (Depends-on): Add time; remove extensions.
20119         (Maintainer): Add self.
20120         * modules/utimecmp (Depends-on): Add time; remove timespec.
20121         * modules/utimens (Depends-on): Likewise.
20122         * modules/xnanosleep (Depends-on): Likewise.
20123
20124 2007-02-11  Bruno Haible  <bruno@clisp.org>
20125
20126         * lib/c-strstr.c: Include allocsa.h.
20127         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
20128         * lib/c-strcasestr.c: Include allocsa.h.
20129         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
20130         * lib/strcasestr.c: Include allocsa.h.
20131         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
20132         * lib/mbsstr.c: Include allocsa.h.
20133         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
20134         allocsa/freesa instead of malloc/free.
20135         * lib/mbscasestr.c: Include allocsa.h.
20136         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
20137         allocsa/freesa instead of malloc/free.
20138         * modules/c-strstr (Depends-on): Add allocsa.
20139         * modules/c-strcasestr (Depends-on): Likewise.
20140         * modules/strcasestr (Depends-on): Likewise.
20141         * modules/mbsstr (Depends-on): Likewise.
20142         * modules/mbscasestr (Depends-on): Likewise.
20143
20144 2007-02-11  Bruno Haible  <bruno@clisp.org>
20145
20146         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
20147
20148         * modules/mbsspn-tests: New file.
20149         * tests/test-mbsspn.sh: New file.
20150         * tests/test-mbsspn.c: New file.
20151
20152 2007-02-11  Bruno Haible  <bruno@clisp.org>
20153
20154         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
20155
20156         * modules/mbspbrk-tests: New file.
20157         * tests/test-mbspbrk.sh: New file.
20158         * tests/test-mbspbrk.c: New file.
20159
20160 2007-02-11  Bruno Haible  <bruno@clisp.org>
20161
20162         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
20163         unneeded cast.
20164
20165         * modules/mbscspn-tests: New file.
20166         * tests/test-mbscspn.sh: New file.
20167         * tests/test-mbscspn.c: New file.
20168
20169 2007-02-11  Bruno Haible  <bruno@clisp.org>
20170
20171         * modules/mbscasecmp-tests: New file.
20172         * tests/test-mbscasecmp.sh: New file.
20173         * tests/test-mbscasecmp.c: New file.
20174
20175 2007-02-11  Bruno Haible  <bruno@clisp.org>
20176
20177         Ensure O(n) worst-case complexity of mbscasestr.
20178         * lib/mbscasestr.c: Include stdbool.h.
20179         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
20180         functions.
20181         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
20182         the bookkeeping indicates that it's worth it.
20183         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
20184
20185         * modules/mbscasestr-tests: New file.
20186         * tests/test-mbscasestr1.c: New file.
20187         * tests/test-mbscasestr2.sh: New file.
20188         * tests/test-mbscasestr2.c: New file.
20189         * tests/test-mbscasestr3.sh: New file.
20190         * tests/test-mbscasestr3.c: New file.
20191         * tests/test-mbscasestr4.sh: New file.
20192         * tests/test-mbscasestr4.c: New file.
20193         * m4/locale-tr.m4: New file.
20194
20195 2007-02-11  Bruno Haible  <bruno@clisp.org>
20196
20197         Ensure O(n) worst-case complexity of mbsstr.
20198         * lib/mbsstr.c: Include stdbool.h.
20199         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
20200         functions.
20201         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
20202         bookkeeping indicates that it's worth it.
20203         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
20204
20205         * modules/mbsstr-tests: New file.
20206         * tests/test-mbsstr1.c: New file.
20207         * tests/test-mbsstr2.sh: New file.
20208         * tests/test-mbsstr2.c: New file.
20209         * tests/test-mbsstr3.sh: New file.
20210         * tests/test-mbsstr3.c: New file.
20211         * m4/locale-fr.m4: New file.
20212
20213 2007-02-11  Bruno Haible  <bruno@clisp.org>
20214
20215         * lib/mbsrchr.c (mbsrchr): Fix bug.
20216
20217         * modules/mbsrchr-tests: New file.
20218         * tests/test-mbsrchr.sh: New file.
20219         * tests/test-mbsrchr.c: New file.
20220
20221 2007-02-11  Bruno Haible  <bruno@clisp.org>
20222
20223         * lib/mbschr.c (mbschr): Fix bug.
20224
20225         * modules/mbschr-tests: New file.
20226         * tests/test-mbschr.sh: New file.
20227         * tests/test-mbschr.c: New file.
20228         * m4/locale-zh.m4: New file.
20229
20230 2007-02-11  Bruno Haible  <bruno@clisp.org>
20231
20232         Support for copying multibyte string iterators.
20233         * lib/mbiter.h: Include <string.h>.
20234         (mbiter_multi_copy): New function.
20235         (mbi_copy): New macro.
20236         * lib/mbuiter.h: Include <string.h>.
20237         (mbuiter_multi_copy): New function.
20238         (mbui_copy): New macro.
20239
20240 2007-02-11  Bruno Haible  <bruno@clisp.org>
20241
20242         New module mbslen.
20243         * modules/mbslen: New file.
20244         * lib/mbslen.c: New file.
20245         * lib/string_.h (mbslen): New declaration.
20246         * m4/mbslen.m4: New file.
20247         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
20248         GNULIB_MBSLEN.
20249         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
20250         * MODULES.html.sh (Internationalization functions): Add mbslen.
20251
20252 2007-02-11  Bruno Haible  <bruno@clisp.org>
20253
20254         Ensure O(n) worst-case complexity of strcasestr substitute.
20255         * lib/strcasestr.c: Include stdbool.h.
20256         (knuth_morris_pratt): New function.
20257         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
20258         bookkeeping indicates that it's worth it.
20259         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
20260
20261         * modules/strcasestr-tests: New file.
20262         * tests/test-strcasestr.c: New file.
20263
20264 2007-02-11  Bruno Haible  <bruno@clisp.org>
20265
20266         Ensure O(n) worst-case complexity of c_strcasestr.
20267         * lib/c-strcasestr.c: Include stdbool.h, string.h.
20268         (knuth_morris_pratt): New function.
20269         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
20270         the bookkeeping indicates that it's worth it.
20271         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
20272
20273         * modules/c-strcasestr-tests: New file.
20274         * tests/test-c-strcasestr.c: New file.
20275
20276 2007-02-11  Bruno Haible  <bruno@clisp.org>
20277
20278         Ensure O(n) worst-case complexity of c_strstr.
20279         * lib/c-strstr.c: Include stdbool.h, string.h.
20280         (knuth_morris_pratt): New function.
20281         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
20282         bookkeeping indicates that it's worth it.
20283         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
20284
20285         * lib/c-strstr.c: Complete rewrite for maintainability.
20286
20287         * modules/c-strstr-tests: New file.
20288         * tests/test-c-strstr.c: New file.
20289
20290 2007-02-11  Bruno Haible  <bruno@clisp.org>
20291
20292         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
20293         5.2.1 and earlier, whereby \055 was treated just like the range
20294         delimiter '-'.
20295         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
20296
20297 2007-02-08  Bruno Haible  <bruno@clisp.org>
20298
20299         * modules/regex (Depends-on): Add stdbool.
20300         Reported by Dalibor Topic <robilad@kaffe.org>.
20301
20302 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
20303
20304         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
20305         Prefer returning from main to exiting from it.
20306         Remove unnecessary parens after sizeof.
20307
20308 2007-02-05  Bruno Haible  <bruno@clisp.org>
20309
20310         New module mbssep.
20311         * modules/mbssep: New file.
20312         * lib/mbssep.c: New file.
20313         * lib/string_.h (strsep): Add a conditional link warning.
20314         (mbssep): New declaration.
20315         * m4/mbssep.m4: New file.
20316         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
20317         GNULIB_MBSSEP.
20318         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
20319         * MODULES.html.sh (Internationalization functions): Add mbssep.
20320
20321 2007-02-05  Bruno Haible  <bruno@clisp.org>
20322
20323         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
20324         Optimize search in case of 1 delimiter.
20325
20326 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
20327
20328         * lib/acl.h: Include sys/types.h before sys/acl.h.
20329
20330 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
20331
20332         Merge upstream fix for glibc bugzilla #3957:
20333
20334         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
20335
20336         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
20337         bit for RE_HAT_LISTS_NOT_NEWLINE.
20338         (build_charclass_op): Remove bogus comment.
20339
20340 2007-02-05  Simon Josefsson  <simon@josefsson.org>
20341
20342         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
20343
20344 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
20345
20346         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
20347         * lib/memmem.c [!defined _LIBC]: Include config.h.
20348
20349 2007-02-04  Bruno Haible  <bruno@clisp.org>
20350
20351         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
20352         warning message.
20353
20354 2007-02-04  Bruno Haible  <bruno@clisp.org>
20355
20356         New module mbstok_r.
20357         * modules/mbstok_r: New file.
20358         * lib/mbstok_r.c: New file.
20359         * lib/string_.h (strtok_r): Change argument names to match the
20360         comments. Add a conditional link warning.
20361         (mbstok_r): New declaration.
20362         * m4/mbstok_r.m4: New file.
20363         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
20364         GNULIB_MBSTOK_R.
20365         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
20366         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
20367
20368 2007-02-04  Bruno Haible  <bruno@clisp.org>
20369
20370         New module mbsspn.
20371         * modules/mbsspn: New file.
20372         * lib/mbsspn.c: New file.
20373         * lib/string_.h (strspn): Add a conditional link warning.
20374         (mbsspn): New declaration.
20375         * m4/mbsspn.m4: New file.
20376         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
20377         GNULIB_MBSSPN.
20378         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
20379         * MODULES.html.sh (Internationalization functions): Add mbsspn.
20380
20381 2007-02-04  Bruno Haible  <bruno@clisp.org>
20382
20383         New module mbspbrk.
20384         * modules/mbspbrk: New file.
20385         * lib/mbspbrk.c: New file.
20386         * lib/string_.h (strpbrk): Add a conditional link warning.
20387         (mbspbrk): New declaration.
20388         * m4/mbspbrk.m4: New file.
20389         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
20390         GNULIB_MBSPBRK.
20391         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
20392         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
20393
20394 2007-02-04  Bruno Haible  <bruno@clisp.org>
20395
20396         New module mbscspn.
20397         * modules/mbscspn: New file.
20398         * lib/mbscspn.c: New file.
20399         * lib/string_.h (strcspn): Add a conditional link warning.
20400         (mbscspn): New declaration.
20401         * m4/mbscspn.m4: New file.
20402         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
20403         GNULIB_MBSCSPN.
20404         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
20405         * MODULES.html.sh (Internationalization functions): Add mbscspn.
20406
20407 2007-02-04  Bruno Haible  <bruno@clisp.org>
20408
20409         New module mbscasestr, reduced goal of strcasestr.
20410         * modules/mbscasestr: New file.
20411         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
20412         (mbscasestr): Renamed from strcasestr.
20413         * lib/strcasestr.c: Don't include mbuiter.h.
20414         (strcasestr): Remove support for multibyte locales.
20415         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
20416         Change the conditional link warning.
20417         (mbscasestr): New declaration.
20418         * m4/mbscasestr.m4: New file.
20419         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
20420         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
20421         REPLACE_STRCASESTR.
20422         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
20423         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
20424         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
20425         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
20426         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
20427         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
20428         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
20429         (Depends-on): Remove mbuiter.
20430         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
20431
20432 2007-02-04  Bruno Haible  <bruno@clisp.org>
20433
20434         Simplify handling of strncasecmp.
20435         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
20436         the conditional link warning.
20437         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
20438         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
20439         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
20440         * modules/strcase (configure.ac): Don't invoke
20441         gl_STRING_MODULE_INDICATOR.
20442         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
20443
20444 2007-02-04  Bruno Haible  <bruno@clisp.org>
20445
20446         New module mbscasecmp, reduced goal of strcasecmp.
20447         * modules/mbscasecmp: New file.
20448         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
20449         (mbscasecmp): Renamed from strcasecmp.
20450         * lib/strcasecmp.c: Don't include mbuiter.h.
20451         (strcasecmp): Remove support for multibyte locales.
20452         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
20453         Change the conditional link warning.
20454         (mbscasecmp): New declaration.
20455         * m4/mbscasecmp.m4: New file.
20456         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
20457         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
20458         REPLACE_STRCASECMP.
20459         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
20460         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
20461         GNULIB_MBSCASECMP.
20462         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
20463         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
20464         * modules/strcase (Files): Remove m4/mbrtowc.m4.
20465         (Depends-on): Remove mbuiter.
20466         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
20467
20468 2007-02-04  Bruno Haible  <bruno@clisp.org>
20469
20470         New module mbsstr. Remove module strstr.
20471         * modules/mbsstr: New file.
20472         * modules/strstr: Remove file.
20473         * lib/mbsstr.c: Renamed from lib/strstr.c.
20474         (mbsstr): Renamed from strstr.
20475         * lib/string_.h (strstr): Remove declaration. Change the conditional
20476         link warning.
20477         (mbsstr): New declaration.
20478         * m4/mbsstr.m4: New file.
20479         * m4/strstr.m4: Remove file.
20480         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
20481         REPLACE_STRSTR.
20482         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
20483         Don't initialize GNULIB_STRSTR.
20484         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
20485         substitute GNULIB_STRSTR and REPLACE_STRSTR.
20486         * MODULES.html.sh (Internationalization functions): Add mbsstr.
20487         (Support for systems lacking ANSI C 89): Remove strstr.
20488
20489 2007-02-04  Bruno Haible  <bruno@clisp.org>
20490
20491         New module mbsrchr.
20492         * modules/mbsrchr: New file.
20493         * lib/mbsrchr.c: New file.
20494         * lib/string_.h (strrchr): Add a conditional link warning.
20495         (mbsrchr): New declaration.
20496         * m4/mbsrchr.m4: New file.
20497         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
20498         GNULIB_MBSRCHR.
20499         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
20500         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
20501
20502 2007-02-04  Bruno Haible  <bruno@clisp.org>
20503
20504         New module mbschr.
20505         * modules/mbschr: New file.
20506         * lib/mbschr.c: New file.
20507         * lib/string_.h (strchr): Add a conditional link warning.
20508         (mbschr): New declaration.
20509         * m4/mbschr.m4: New file.
20510         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
20511         GNULIB_MBSCHR.
20512         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
20513         * MODULES.html.sh (Internationalization functions): Add mbschr.
20514
20515 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
20516
20517         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
20518
20519         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
20520
20521 2007-02-04  Bruno Haible  <bruno@clisp.org>
20522
20523         New module description section 'configure.ac-early'.
20524         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
20525         (func_get_autoconf_early_snippet): New function.
20526         (func_import, func_create_testdir): Use it. Remove special cases for
20527         modules 'extensions' and 'lock'.
20528         * modules/extensions (configure.ac-early): Require
20529         gl_USE_SYSTEM_EXTENSIONS.
20530         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
20531
20532 2007-02-04  Bruno Haible  <bruno@clisp.org>
20533
20534         Make use of gcj-4.3's -fsource and -ftarget option.
20535         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
20536         and if so try the options -fsource and -ftarget.
20537         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
20538         source_version, ftarget_option, target_version arguments.
20539         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
20540         (is_envjavac_oldgcj_14_14_usable): Renamed from
20541         is_envjavac_gcj_14_14_usable.
20542         (is_envjavac_oldgcj_14_13_usable): Renamed from
20543         is_envjavac_gcj_14_13_usable.
20544         (is_gcj_present): Update.
20545         (is_gcj_43, is_gcj43_usable): New functions.
20546         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
20547         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
20548         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
20549         try the options -fsource and -ftarget.
20550
20551 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
20552
20553         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
20554         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
20555         larger value.
20556
20557 2007-02-03  Jim Meyering  <jim@meyering.net>
20558
20559         Give tools a better chance to allocate space for very large buffers.
20560         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
20561
20562         Make pwd and readlink work also when run with an unreadable parent dir
20563         on systems with openat support.
20564         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
20565         provided getcwd function, even when we have openat support.
20566         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
20567
20568 2007-02-02  Bruno Haible  <bruno@clisp.org>
20569
20570         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
20571         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
20572         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
20573         portability problems if one of these functions is only used on specific
20574         platforms.
20575         Reported by Paul Eggert.
20576
20577 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
20578
20579         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
20580         is causing more trouble than it's curing.
20581         * lib/regex_internal.h (__mempcpy): Remove.
20582         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
20583         (and make the code a tad smaller to boot).
20584         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
20585
20586 2007-02-02  Jim Meyering  <jim@meyering.net>
20587
20588         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
20589         section, not in the Makefile.am: one.
20590
20591 2007-02-02  Eric Blake  <ebb9@byu.net>
20592
20593         * lib/strchrnul.c: Always include config.h first.
20594
20595         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
20596         gnulib strstr is not necessary here.
20597
20598 2007-02-02  Simon Josefsson  <simon@josefsson.org>
20599
20600         * m4/socklen.m4: Fix typo.
20601
20602 2007-02-02  Eric Blake  <ebb9@byu.net>
20603
20604         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
20605         * modules/netinet_in (Makefile.am): Likewise.
20606
20607 2007-02-01  Bruno Haible  <bruno@clisp.org>
20608
20609         * lib/string_.h (GL_LINK_WARNING): New macro.
20610         (strcasecmp, strstr, strcasestr): If provided by the system,
20611         conditionally define as a macro that leads to a warning instead of to
20612         an error.
20613         (strncasecmp): Conditionally define as a macro that leads to a warning.
20614
20615 2007-02-01  Karl Berry  <karl@gnu.org>
20616
20617         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
20618
20619 2007-02-01  Bruno Haible  <bruno@clisp.org>
20620
20621         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
20622         renamings.
20623
20624 2007-02-01  Eric Blake  <ebb9@byu.net>
20625
20626         * modules/regex (Depends-on): Revert dependence on mempcpy.
20627         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
20628         module's definition of mempcpy.
20629         Reported by Paul Eggert.
20630
20631 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
20632
20633         * lib/string_.h: If the gnulib module XYZ is not present, undefine
20634         the symbol XYZ before redefining it.  This fixes a problem with
20635         programs that don't use XYZ, when compiled on systems that define
20636         XYZ to something else.
20637
20638 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
20639
20640         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
20641         occurs when "mkdir -m foo" creates a setgid directory that is (1)
20642         writeable to group or other and (2) is intended to have a special
20643         mode bit that is set or cleared.  In such a case, the directory
20644         should be neither group- nor other-writeable until the special
20645         mode bits are right.
20646
20647 2007-01-31  Eric Blake  <ebb9@byu.net>
20648
20649         * modules/mountlist (Depends-on): Add strstr.
20650
20651         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
20652         bug.
20653         * modules/string (Makefile.am): Remove redundant replacement.
20654         * modules/regex (Depends-on): Add mempcpy.
20655
20656 2007-01-31  Bruno Haible  <bruno@clisp.org>
20657
20658         New module description field 'Link'.
20659         * gnulib-tool (func_usage): Document --extract-link-directive.
20660         (sed_extract_prog): Recognize 'Link' directive.
20661         (func_get_link_directive): New function.
20662         (func_import): Show summary of link directives.
20663         Handle --extract-link-directive option.
20664         * modules/acl (Link): New section.
20665         * modules/clock-time (Link): New section.
20666         * modules/euidaccess (Link): New section.
20667         * modules/gettext (Link): New section.
20668         * modules/iconv (Link): New section.
20669         * modules/lock (Link): New section.
20670         * modules/nanosleep (Link): New section.
20671         * modules/readline (Link): New section.
20672
20673 2007-01-27  Bruno Haible  <bruno@clisp.org>
20674
20675         Enforce the use of gnulib modules for unportable <string.h> functions.
20676         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
20677         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
20678         (gl_HEADER_STRING_H_BODY): Require it.
20679         * lib/string_.h: If the gnulib module XYZ is not present, redefine
20680         the symbol XYZ to one that gives a link error.
20681         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
20682         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
20683         * modules/mempcpy (configure.ac): Likewise.
20684         * modules/memrchr (configure.ac): Likewise.
20685         * modules/stpcpy (configure.ac): Likewise.
20686         * modules/stpncpy (configure.ac): Likewise.
20687         * modules/strcase (configure.ac): Likewise.
20688         * modules/strcasestr (configure.ac): Likewise.
20689         * modules/strchrnul (configure.ac): Likewise.
20690         * modules/strdup (configure.ac): Likewise.
20691         * modules/strndup (configure.ac): Likewise.
20692         * modules/strnlen (configure.ac): Likewise.
20693         * modules/strpbrk (configure.ac): Likewise.
20694         * modules/strsep (configure.ac): Likewise.
20695         * modules/strstr (configure.ac): Likewise.
20696         * modules/strtok_r (configure.ac): Likewise.
20697
20698 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
20699
20700         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
20701
20702 2007-01-30  Jim Meyering  <jim@meyering.net>
20703
20704         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
20705
20706 2007-01-29  Bruno Haible  <bruno@clisp.org>
20707
20708         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
20709         * lib/execute.c: Likewise.
20710         * lib/pipe.c: Likewise.
20711         * lib/printf-args.h: Likewise.
20712         * lib/printf-args.c: Likewise.
20713         * lib/printf-parse.c: Likewise.
20714         * lib/vasnprintf.c: Likewise.
20715
20716 2007-01-29  Eric Blake  <ebb9@byu.net>
20717
20718         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
20719         declaration.
20720
20721 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
20722
20723         * lib/strptime.h (strptime): Use 'restrict' for args where
20724         POSIX requires this.
20725         * lib/strptime.c (strptime): Likewise.
20726         Change license notice from LGPL to GPL, since gnulib-tool will
20727         change this as needed.
20728         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
20729         defined.
20730         Include "strptime.h" first, to check interface.
20731         Do not #undef _LIBC and _NL_CURRENT.
20732         Do not include <stdlib.h>; no longer needed.
20733         Include "time_r.h" and declare ptime_locale_status
20734         only if _LIBC is not defined.
20735         (__P): Remove unused macro.
20736         (match_string): Bring back glibc version, but use it only if _LIBC
20737         is defined.
20738         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
20739         Remove unnecessary assertion and abort() call.
20740         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
20741         * m4/strptime.m4: Fix serial number comment.
20742         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
20743         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
20744         (Depends-on): Add time_r.
20745
20746 2007-01-29  Bruno Haible  <bruno@clisp.org>
20747
20748         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
20749         strptime.
20750         * modules/strptime (Depends-on): Add stdbool.
20751         * lib/strptime.h: Include <time.h> always. Add comments.
20752
20753 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
20754
20755         * modules/strptime: New file.
20756         * lib/strptime.h: New file.
20757         * lib/strptime.c: New file.
20758         * m4/strptime.m4: New file.
20759
20760 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
20761
20762         * MODULES.html.sh: New module mpsort.
20763         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
20764
20765         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
20766         a circularity problem with HP-UX ia64 reported by Bob Proulx in
20767         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
20768         All uses changed.
20769         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
20770         All uses changed.
20771         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
20772         to _Restrict_.
20773         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
20774         the parameter matches the prototype.
20775
20776 2007-01-28  Jim Meyering  <jim@meyering.net>
20777
20778         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
20779         sys/time.h here, reverting that part of the previous patch:
20780         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
20781
20782 2007-01-28  Bruno Haible  <bruno@clisp.org>
20783
20784         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
20785         value of $(SYS_TIME_H).
20786         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
20787         remove it conditionally, too. [added by Jim Meyering]
20788         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
20789         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
20790         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
20791         GETTIMEOFDAY_REPLACEMENT to 1.
20792
20793 2007-01-28  Bruno Haible  <bruno@clisp.org>
20794
20795         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
20796         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
20797         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
20798         Set UNISTD_H instead of UNISTD_H2.
20799         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
20800
20801 2007-01-28  Bruno Haible  <bruno@clisp.org>
20802
20803         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
20804         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
20805
20806 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20807
20808         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
20809         (func_create_testdir): Ensure C locale for `grep' and `tr'
20810         character ranges.
20811         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
20812         ACLOCAL_AMFLAGS parsing state machine.
20813
20814 2007-01-27  Bruno Haible  <bruno@clisp.org>
20815
20816         * modules/unistr/base: Update.
20817
20818 2007-01-27  Bruno Haible  <bruno@clisp.org>
20819
20820         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
20821         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
20822         * modules/unistr/u32-mbtouc-unsafe: Renamed from
20823         modules/unistr/u32-mbtouc.
20824         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
20825         * lib/unistr.h: Update.
20826         * lib/linebreak.c: Update.
20827         * modules/unistr/u32-mbtouc: Renamed from
20828         modules/unistr/u32-mbtouc-safe.
20829         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
20830         * lib/unistr.h: Update.
20831         * lib/unistr/u32-to-u8.c: Update.
20832         * lib/unistr/u32-to-u16.c: Update.
20833
20834 2007-01-27  Bruno Haible  <bruno@clisp.org>
20835
20836         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
20837         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
20838         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
20839         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
20840         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
20841         * modules/unistr/u16-mbtouc-unsafe: Renamed from
20842         modules/unistr/u16-mbtouc.
20843         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
20844         * lib/unistr.h: Update.
20845         * lib/linebreak.c: Update.
20846         * modules/linebreak: Update.
20847         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
20848         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
20849         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
20850         * modules/unistr/u16-mbtouc: Renamed from
20851         modules/unistr/u16-mbtouc-safe.
20852         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
20853         * lib/unistr.h: Update.
20854         * lib/unistr/u16-to-u8.c: Update.
20855         * modules/unistr/u16-to-u8: Update.
20856         * lib/unistr/u16-to-u32.c: Update.
20857         * modules/unistr/u16-to-u32: Update.
20858
20859 2007-01-27  Bruno Haible  <bruno@clisp.org>
20860
20861         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
20862         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
20863         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
20864         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
20865         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
20866         * modules/unistr/u8-mbtouc-unsafe: Renamed from
20867         modules/unistr/u8-mbtouc.
20868         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
20869         * lib/unistr.h: Update.
20870         * lib/striconveh.c: Update.
20871         * modules/striconveh: Update.
20872         * lib/linebreak.c: Update.
20873         * modules/linebreak: Update.
20874         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
20875         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
20876         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
20877         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
20878         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
20879         * lib/unistr.h: Update.
20880         * lib/striconveh.c: Update.
20881         * modules/striconveh: Update.
20882         * lib/unistr/u8-to-u16.c: Update.
20883         * modules/unistr/u8-to-u16: Update.
20884         * lib/unistr/u8-to-u32.c: Update.
20885         * modules/unistr/u8-to-u32: Update.
20886
20887 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20888
20889         Sync from Libtool.
20890         * lib/argz.c: Do not include strings.h nor memory.h, include
20891         string.h unconditionally.  Patch by Simon Josefsson.
20892
20893 2007-01-27  Bruno Haible  <bruno@clisp.org>
20894
20895         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
20896         from gl_HEADER_STRING_H_BODY.
20897         (gl_HEADER_STRING_H_BODY): Require it.
20898         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
20899         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
20900         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
20901         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
20902         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
20903         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
20904         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
20905         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
20906         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
20907         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
20908         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
20909         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
20910         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
20911         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
20912         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
20913
20914 2007-01-27  Bruno Haible  <bruno@clisp.org>
20915
20916         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
20917         check_PROGRAMS into noinst_PROGRAMS.
20918         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
20919         check_PROGRAMS in this case.
20920         (func_import): Set for_test to false.
20921         (func_create_testdir): Set for_test to true.
20922
20923 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
20924             Bruno Haible  <bruno@clisp.org>
20925
20926         * modules/strcasestr (Files): Remove lib/strcasestr.h.
20927         (Depends-on): Add string.
20928         (Includes): Use <string.h> instead of strcasestr.h.
20929         * modules/string (Makefile.am): Also substitute the value of
20930         REPLACE_STRCASESTR.
20931         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
20932         assume strcasestr is declared in <string.h> not <strings.h>. Also
20933         set REPLACE_STRCASESTR.
20934         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
20935         REPLACE_STRCASESTR.
20936         * lib/strcasestr.h: Remove file.
20937         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
20938         * lib/string_.h (strcasestr): New declaration.
20939
20940 2007-01-27  Bruno Haible  <bruno@clisp.org>
20941
20942         * lib/string_.h: Use 'extern'.
20943
20944 2007-01-27  Jim Meyering  <jim@meyering.net>
20945
20946         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
20947         of set-but-not-used local, "q".
20948
20949         * lib/mempcpy.c: Include <config.h> before <string.h>.
20950         This fixes a compilation error on HP-UX, due to the system's
20951         "restrict"-using mempcpy prototype.
20952
20953 2007-01-26  Bruno Haible  <bruno@clisp.org>
20954
20955         Small optimization.
20956         * lib/javacomp.c: Include c-strstr.h.
20957          (is_envjavac_gcj): Use c_strstr instead of strstr.
20958         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
20959
20960 2007-01-26  Bruno Haible  <bruno@clisp.org>
20961
20962         * MODULES.html.sh (Unicode string functions): Add the new modules.
20963
20964         * modules/uniconv/u32-strconv-to-locale: New file.
20965         * lib/uniconv/u32-strconv-to-locale.c: New file.
20966
20967         * modules/uniconv/u16-strconv-to-locale: New file.
20968         * lib/uniconv/u16-strconv-to-locale.c: New file.
20969
20970         * modules/uniconv/u8-strconv-to-locale: New file.
20971         * lib/uniconv/u8-strconv-to-locale.c: New file.
20972
20973         * modules/uniconv/u32-strconv-from-locale: New file.
20974         * lib/uniconv/u32-strconv-from-locale.c: New file.
20975
20976         * modules/uniconv/u16-strconv-from-locale: New file.
20977         * lib/uniconv/u16-strconv-from-locale.c: New file.
20978
20979         * modules/uniconv/u8-strconv-from-locale: New file.
20980         * lib/uniconv/u8-strconv-from-locale.c: New file.
20981
20982         * modules/uniconv/u32-strconv-to-enc: New file.
20983         * lib/uniconv/u32-strconv-to-enc.c: New file.
20984         * modules/uniconv/u32-strconv-to-enc-tests: New file.
20985         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
20986
20987         * modules/uniconv/u16-strconv-to-enc: New file.
20988         * lib/uniconv/u16-strconv-to-enc.c: New file.
20989         * lib/uniconv/u-strconv-to-enc.h: New file.
20990         * modules/uniconv/u16-strconv-to-enc-tests: New file.
20991         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
20992
20993         * modules/uniconv/u8-strconv-to-enc: New file.
20994         * lib/uniconv/u8-strconv-to-enc.c: New file.
20995         * modules/uniconv/u8-strconv-to-enc-tests: New file.
20996         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
20997
20998         * modules/uniconv/u32-strconv-from-enc: New file.
20999         * lib/uniconv/u32-strconv-from-enc.c: New file.
21000         * modules/uniconv/u32-strconv-from-enc-tests: New file.
21001         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
21002
21003         * modules/uniconv/u16-strconv-from-enc: New file.
21004         * lib/uniconv/u16-strconv-from-enc.c: New file.
21005         * modules/uniconv/u16-strconv-from-enc-tests: New file.
21006         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
21007
21008         * modules/uniconv/u8-strconv-from-enc: New file.
21009         * lib/uniconv/u8-strconv-from-enc.c: New file.
21010         * lib/uniconv/u-strconv-from-enc.h: New file.
21011         * modules/uniconv/u8-strconv-from-enc-tests: New file.
21012         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
21013
21014         * modules/uniconv/u32-conv-from-enc: New file.
21015         * lib/uniconv/u32-conv-from-enc.c: New file.
21016         * modules/uniconv/u32-conv-from-enc-tests: New file.
21017         * tests/uniconv/test-u32-conv-from-enc.c: New file.
21018
21019         * modules/uniconv/u16-conv-from-enc: New file.
21020         * lib/uniconv/u16-conv-from-enc.c: New file.
21021         * lib/uniconv/u-conv-from-enc.h: New file.
21022         * modules/uniconv/u16-conv-from-enc-tests: New file.
21023         * tests/uniconv/test-u16-conv-from-enc.c: New file.
21024
21025         * modules/uniconv/u8-conv-from-enc: New file.
21026         * lib/uniconv/u8-conv-from-enc.c: New file.
21027         * modules/uniconv/u8-conv-from-enc-tests: New file.
21028         * tests/uniconv/test-u8-conv-from-enc.c: New file.
21029
21030         * modules/uniconv/base: New file.
21031         * lib/uniconv.h: New file.
21032
21033 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
21034
21035         * doc/gnulib-tool.texi (Initial import): Update to match current
21036         behavior with strdup module.
21037         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
21038         * lib/memmem.h: Remove; all uses removed.  This is now done
21039         by <string.h>.
21040         * lib/mempcpy.h: Likewise.
21041         * lib/memrchr.h: Likewise.
21042         * lib/stpcpy.h: Likewise.
21043         * lib/stpncpy.h: Likewise.
21044         * lib/strcase.h: Likewise.
21045         * lib/strchrnul.h: Likewise.
21046         * lib/strdup.h: Likewise.
21047         * lib/strndup.h: Likewise.
21048         * lib/strnlen.h: Likewise.
21049         * lib/strpbrk.h: Likewise.
21050         * lib/strsep.h: Likewise.
21051         * lib/strstr.h: Likewise.
21052         * lib/strtok_r.h: Likewise.
21053         * lib/string_.h: New file.
21054         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
21055         Rely on <string.h> instead.
21056         * lib/canon-host.c: Likewise.
21057         * lib/chdir-long.c: Likewise.
21058         * lib/concatpath.c: Likewise.
21059         * lib/exclude.c: Likewise.
21060         * lib/fchdir.c: Likewise.
21061         * lib/getaddrinfo.c: Likewise.
21062         * lib/getcwd.c: Likewise.
21063         * lib/getsubopt.c: Likewise.
21064         * lib/glob.c: Likewise.
21065         * lib/hard-locale.c: Likewise.
21066         * lib/iconvme.c: Likewise.
21067         * lib/javacomp.c: Likewise.
21068         * lib/mempcpy.c: Likewise.
21069         * lib/memrchr.c: Likewise.
21070         * lib/regex_internal.h: Likewise.
21071         * lib/stpncpy.c: Likewise.
21072         * lib/strcasecmp.c: Likewise.
21073         * lib/strchrnul.c: Likewise.
21074         * lib/strdup.c: Likewise.
21075         * lib/striconv.c: Likewise.
21076         * lib/striconveh.c: Likewise.
21077         * lib/striconveha.c: Likewise.
21078         * lib/strncasecmp.c: Likewise.
21079         * lib/strndup.c: Likewise.
21080         * lib/strnlen.c: Likewise.
21081         * lib/strsep.c: Likewise.
21082         * lib/strstr.c: Likewise.
21083         * lib/strtok_r.c: Likewise.
21084         * lib/userspec.c: Likewise.
21085         * lib/w32spawn.h: Likewise.
21086         * lib/xstrndup.c: Likewise.
21087         * lib/mountlist.c (strstr): Remove decl.
21088         * m4/string_h.m4: New file.
21089         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
21090         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
21091         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
21092         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
21093         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
21094         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
21095         Set REPLACE_STRCASECMP if necessary.
21096         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
21097         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
21098         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
21099         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
21100         HAVE_DECL_STRDUP if necessary.
21101         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
21102         since gl_FUNC_STRNDUP does that now.
21103         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
21104         Check for decl here...
21105         (gl_PREREQ_STRNLEN): ... not here.
21106         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
21107         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
21108         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
21109         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
21110         necessary.
21111         * modules/string: New file.
21112         * modules/memmem (Files): Remove special-purpose include file.
21113         (Depends-on): Add string.
21114         (Include): Include <string.h>, not the removed file.
21115         * modules/mempcpy: Likewise.
21116         * modules/memrchr: Likewise.
21117         * modules/stpcpy: Likewise.
21118         * modules/stpncpy: Likewise.
21119         * modules/strcase: Likewise.
21120         * modules/strchrnul: Likewise.
21121         * modules/strdup: Likewise.
21122         * modules/strndup: Likewise.
21123         * modules/strnlen: Likewise.
21124         * modules/strpbrk: Likewise.
21125         * modules/strsep: Likewise.
21126         * modules/strstr: Likewise.
21127         * modules/strtok_r: Likewise.
21128         * tests/test-dirname.c: Don't include "strdup.h", since
21129         <string.h> now suffices.
21130         * tests/test-memmem.c: Don't include "memmem.h", since
21131         <string.h> now suffices.
21132
21133 2007-01-25  Bruno Haible  <bruno@clisp.org>
21134
21135         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
21136         *resultp is 0.
21137
21138         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
21139         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
21140         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
21141         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
21142
21143         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
21144         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
21145         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
21146         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
21147         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
21148         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
21149
21150 2007-01-24  Bruno Haible  <bruno@clisp.org>
21151
21152         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
21153         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
21154         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
21155         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
21156         gl_FUNC_FTS_CORE.
21157         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
21158         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
21159         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
21160         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
21161         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
21162         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
21163         gl_FUNC_FCHOWNAT.
21164         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
21165         gl_FUNC_STRFTIME.
21166         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
21167         Reported by Ralf Wildenhues.
21168
21169 2007-01-24  Bruno Haible  <bruno@clisp.org>
21170
21171         Drop AC_REQUIRE calls that are redundant with the module dependencies.
21172         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
21173         gl_GETADDRINFO.
21174         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
21175         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
21176         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
21177
21178 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
21179
21180         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
21181         Don't use 'exit'; just return from 'main'.
21182         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
21183
21184         * lib/fnmatch_.h: Readjust white space and comments to match
21185         glibc, to avoid spurious diffs.
21186
21187 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
21188
21189         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
21190         2004-12-01 change by Jakub Jelinek, since this code won't compile
21191         if !LIBC.  Problem reported by Bob Proulx.
21192
21193 2007-01-23  Bruno Haible  <bruno@clisp.org>
21194
21195         * lib/striconveh.c: Include c-strcaseeq.h.
21196         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
21197         * modules/striconveh (Depends-on): Add c-strcaseeq.
21198
21199 2007-01-23  Bruno Haible  <bruno@clisp.org>
21200
21201         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
21202
21203         * modules/c-strcaseeq: New file.
21204         * lib/c-strcaseeq.h: New file.
21205
21206         * modules/streq: New file.
21207         * lib/streq.h: New file.
21208
21209 2007-01-23  Bruno Haible  <bruno@clisp.org>
21210
21211         * modules/striconveha-tests: New file.
21212         * tests/test-striconveha.c: New file.
21213
21214         * lib/striconveha.h: Include <stdbool.h>.
21215         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
21216         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
21217         (mem_iconveha_notranslit): Renamed from mem_iconveha.
21218         (mem_iconveha): New function.
21219         (str_iconveha_notranslit): Renamed from str_iconveha.
21220         (str_iconveha): New function.
21221         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
21222         c-strcase.
21223
21224 2007-01-23  Bruno Haible  <bruno@clisp.org>
21225
21226         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
21227         encodings without forgiving before trying any encoding with handler.
21228         (str_iconveha): Try all encodings without forgiving before trying any
21229         encoding with handler.
21230
21231 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
21232
21233         Import the following changes from libc.
21234
21235         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
21236
21237         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
21238
21239         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
21240
21241         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
21242         normal_bracket label.
21243
21244         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
21245
21246         [BZ #361]
21247         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
21248         to normal_bracket after fetching the next character.
21249
21250 2007-01-22  Bruno Haible  <bruno@clisp.org>
21251
21252         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
21253         argument.
21254         * lib/striconveh.c (iconv_carefully_1): New function.
21255         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
21256         argument.
21257         (str_cd_iconveh): Update.
21258         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
21259         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
21260         * tests/test-striconveh.c (MAGIC): New macro.
21261         (new_offsets): New function.
21262         (main): Test call with and without offsets.
21263
21264 2007-01-22  Bruno Haible  <bruno@clisp.org>
21265
21266         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
21267         * modules/sys_select (Makefile.am): Likewise.
21268         * modules/sys_socket (Makefile.am): Likewise.
21269         * modules/sys_time (Makefile.am): Likewise.
21270
21271 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
21272
21273         * modules/gettimeofday (License): Change from GPL to LGPL, since
21274         gettimeofday is a library function.
21275
21276 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21277
21278         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
21279
21280 2007-01-21  Bruno Haible  <bruno@clisp.org>
21281
21282         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
21283
21284 2007-01-21  Bruno Haible  <bruno@clisp.org>
21285
21286         * modules/striconveha: New file.
21287         * lib/striconveha.h: New file.
21288         * lib/striconveha.c: New file.
21289         * MODULES.html.sh (Internationalization functions): Add striconveha.
21290         * lib/striconv.c (str_iconv): Optimize the case of an empty input
21291         string.
21292         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
21293
21294 2007-01-21  Bruno Haible  <bruno@clisp.org>
21295
21296         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
21297         * lib/striconveh.c (str_iconveh): Likewise.
21298
21299 2007-01-21  Bruno Haible  <bruno@clisp.org>
21300
21301         * lib/striconveh.h (mem_iconveh): New declaration.
21302         * lib/striconveh.c (mem_iconveh): New function.
21303         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
21304
21305 2007-01-21  Bruno Haible  <bruno@clisp.org>
21306
21307         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
21308
21309         * lib/striconveh.h (mem_cd_iconveh): Change specification.
21310         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
21311         original result buffer.
21312         (str_cd_iconveh): Update.
21313         * tests/test-striconveh.c (main): Update.
21314
21315         * lib/striconv.h (mem_cd_iconv): Change specification.
21316         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
21317         result buffer.
21318         (str_cd_iconv): Update.
21319         * tests/test-striconv.c (main): Update.
21320
21321 2007-01-21  Bruno Haible  <bruno@clisp.org>
21322
21323         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
21324
21325 2007-01-20  Jim Meyering  <jim@meyering.net>
21326
21327         * lib/userspec.c (parse_with_separator): If a user or group string
21328         starts with "+", skip the corresponding name-to-ID look-up, since
21329         such a look-up must fail: user and group names may not include "+".
21330
21331 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
21332
21333         * lib/poll.c: Include sys/time.h and time.h unconditionally,
21334         since we now assume the sys_time module.
21335         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
21336         check for sys/time.h; no longer needed.
21337         * modules/poll (Depends-on): Depend on sys_time.
21338
21339 2007-01-18  Bruno Haible  <bruno@clisp.org>
21340
21341         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
21342         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
21343
21344         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
21345         gettimeofday.
21346
21347         * tests/test-gettimeofday.c: Include <time.h>.
21348         (dummy): Remove variable.
21349
21350         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
21351         gl_HEADER_SYS_TIME_H.
21352         (gl_HEADER_SYS_TIME_H): New macro.
21353
21354         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
21355         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
21356         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
21357         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
21358         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
21359         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
21360         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
21361         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
21362         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
21363         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
21364         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
21365
21366         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
21367         last change; it caused a compilation error when cross-compiling to
21368         Cygwin.
21369
21370 2007-01-18  Jim Meyering  <jim@meyering.net>
21371
21372         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
21373         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
21374         than the race-prone "test -d sys || mkdir sys".
21375         (configure.ac): Use AC_PROG_MKDIR_P.
21376         * modules/sys_select: Likewise.
21377         * modules/sys_socket: Likewise.
21378         * modules/sys_time: Likewise.
21379
21380 2007-01-18  Eric Blake  <ebb9@byu.net>
21381
21382         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
21383         replace gettimeofday.
21384         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
21385         name, to avoid infinite recursion.
21386
21387 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
21388
21389         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
21390         module sys_time.
21391         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
21392         assume timespec.h defines struct timeval.
21393         * lib/settime.c: Likewise.
21394         * lib/utimens.c: Likewise.
21395         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
21396         since we now assume the gettimeofday module.
21397         * lib/tempname.c (__gen_tempname): Likewise.
21398         * lib/gettimeofday.h: Remove.
21399         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
21400         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
21401         Include <time.h>, for 'time()'.
21402         (localtime_buffer_addr): Also use this workaround if
21403         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
21404         to simplify the uses.  All uses changed.
21405         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
21406         that #undef is inside {}, and 'const' follows type name consistently.
21407         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
21408         (gettimeofday): Do not use the maximum possible value for
21409         tv->tv_usec, since that might break usages other than ls.c.
21410         Instead, we'll leave ls.c alone.  This undoes today's patch
21411         by Bruno.  Add a compile-time warning for 1s-clock resolution;
21412         we've never observed the problem but might as well keep the
21413         canary.
21414         * lib/nanosleep.c: Include timespec.h first, for interface check.
21415         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
21416         now assume the sys_time module.
21417         * lib/tempname.c: Likewise.
21418         * lib/timespec.h: Likewise.
21419         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
21420         needed.
21421         * lib/strftime.c: Likewise.
21422         * lib/timespec.h: Likewise.
21423         * lib/posixtm.c: Include posixtm.h first, for interface check.
21424         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
21425         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
21426         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
21427         * lib/sys_time_.h: New file.
21428         * lib/timespec.h (struct timespec): Use long int, not long.
21429         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
21430         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
21431         Remove obsolescent call to AC_HEADER_TIME.
21432         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
21433         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
21434         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
21435         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
21436         Likewise.
21437         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
21438         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
21439         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
21440         into the sys_time module.  Check for gettimeofday just once.
21441         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
21442         for gettimeofday signature to just check the signature.  Merely
21443         compile it, since linking doesn't test signature.  Improve test for
21444         whether gettimeofday.o is actually needed.
21445         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
21446         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
21447         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
21448         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
21449         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
21450         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
21451         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
21452         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
21453         than worrying about sys/time.h.
21454         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
21455         Don't bother worrying about TIME_WITH_SYS_TIME.
21456         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
21457         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
21458         * m4/sys_time_h.m4: New file.
21459         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
21460         Don't include sys/time.h.  Return from main rather than exiting.
21461         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
21462         all uses changed.
21463         * modules/gethrxtime (Depends-on): Add sys_time.
21464         * modules/gettime (Depends-on): Likewise.
21465         * modules/gettimeofday (Depends-on): Likewise.
21466         * modules/nanosleep (Depends-on): Likewise.
21467         * modules/settime (Depends-on): Likewise.
21468         * modules/tempname (Depends-on): Likewise.
21469         * modules/utimens (Depends-on): Likewise.
21470         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
21471         (Include:) Change back to <sys/time.h>.
21472         (Maintainer:) Add self.
21473         * modules/sys_time: New file.
21474         * modules/tempname (Depends-on): Add gettimeofday.
21475         * tests/test-gettimeofday.c: Include <sys/time.h>
21476         rather than gettimeofday.h.
21477
21478 2007-01-17  Bruno Haible  <bruno@clisp.org>
21479
21480         * gnulib-tool (func_get_license): Revert last patch. Instead, let
21481         the license default to GPL.
21482         (func_create_testdir): Don't complain if a module is LGPL and its
21483         tests module depends on GPLed modules.
21484
21485 2007-01-17  Bruno Haible  <bruno@clisp.org>
21486
21487         * lib/gettimeofday.c (gettimeofday): Add code for the case
21488         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
21489         maximum possible value for tv->tv_usec, rather than the minimum one.
21490
21491 2005-10-08  Martin Lambers  <marlam@marlam.de>
21492 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
21493 2007-01-16  Bruno Haible  <bruno@clisp.org>
21494
21495         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
21496         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
21497         gl_FUNC_GETTIMEOFDAY.
21498         (Include): Add gettimeofday.h.
21499         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
21500         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
21501         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
21502         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
21503         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
21504         * lib/gettimeofday.h: New file.
21505         * lib/gettimeofday.c: Include <sys/timeb.h>.
21506         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
21507         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
21508         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
21509         fall back on time().
21510
21511         * tests/test-gettimeofday.c: New file.
21512         * modules/gettimeofday-tests: New file.
21513
21514 2007-01-16  Eric Blake  <ebb9@byu.net>
21515
21516         * modules/fnmatch (Depends-on): Depend on wchar.
21517         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
21518         * m4/fnmatch.m4: Likewise.
21519         * modules/mbchar (Makefile.am): Assume <wchar.h>.
21520         * m4/mbchar.m4: Likewise.
21521         * modules/mbswidth (Depends-on): Depend on wchar.
21522         * lib/mbswidth.c: Assume <wchar.h>.
21523         * m4/mbswidth.m4: Likewise.
21524         * modules/quotearg (Depends-on): Depend on wchar.
21525         * lib/quotearg.c: Assume <wchar.h>.
21526         * m4/quotearg.m4: Likewise.
21527         * modules/regex (Depends-on): Depend on wchar.
21528         * lib/regex_internal.h: Assume <wchar.h>.
21529         * m4/regex.m4: Likewise.
21530         * modules/stdint (Depends-on): Depend on wchar.
21531         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
21532         * m4/stdint.m4: Likewise.
21533         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
21534         * modules/strftime (Depends-on): Depend on wchar.
21535         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
21536         * modules/strtol (Depends-on): Depend on wchar.
21537         * lib/strtol.c: Assume <wchar.h>.
21538         * modules/wcwidth (Depends-on): Depend on wchar.
21539         * lib/wcwidth.h: Assume <wchar.h>.
21540         * m4/wcwidth.m4: Likewise.
21541
21542 2007-01-16  Bruno Haible  <bruno@clisp.org>
21543
21544         * modules/csharpexec-script: New, created from...
21545         * modules/csharpexec: ... this.
21546
21547 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
21548
21549         * modules/javaexec-script: New, created from...
21550         * modules/javaexec: ... this.
21551
21552 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21553
21554         * modules/poll (Dependencies): Add sys_select.
21555
21556 2007-01-15  Jim Meyering  <jim@meyering.net>
21557
21558         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
21559         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
21560         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
21561         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
21562
21563 2007-01-15  Bruno Haible  <bruno@clisp.org>
21564
21565         * modules/striconveh: New file.
21566         * lib/striconveh.h: New file.
21567         * lib/striconveh.c: New file.
21568         * MODULES.html.sh (Internationalization functions): Add striconveh.
21569
21570         * modules/striconveh-tests: New file.
21571         * tests/test-striconveh.c: New file.
21572
21573 2007-01-15  Bruno Haible  <bruno@clisp.org>
21574
21575         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
21576         not from GNU libiconv or GNU libc.
21577
21578 2007-01-15  Bruno Haible  <bruno@clisp.org>
21579
21580         * doc/gnulib-intro.texi (Copyright): Explain the different license
21581         terms for module descriptions, autoconf macros, tests, documentation.
21582
21583 2007-01-14  Bruno Haible  <bruno@clisp.org>
21584
21585         * modules/striconv-tests: New file.
21586         * tests/test-striconv.c: New file.
21587
21588 2007-01-14  Bruno Haible  <bruno@clisp.org>
21589
21590         * modules/iconv-tests: New file.
21591         * tests/test-iconv.c: New file.
21592
21593 2007-01-14  Bruno Haible  <bruno@clisp.org>
21594
21595         * gnulib-tool (func_get_license): For test modules, use the license of
21596         the main module.
21597
21598 2007-01-14  Bruno Haible  <bruno@clisp.org>
21599
21600         * modules/iconv (Include): Clarify that <iconv.h> can only be included
21601         if iconv is found to exist.
21602
21603 2007-01-14  Bruno Haible  <bruno@clisp.org>
21604
21605         * modules/c-ctype-tests: New file.
21606         * tests/test-c-ctype.c: New file.
21607
21608 2007-01-14  Bruno Haible  <bruno@clisp.org>
21609
21610         * modules/binary-io-tests: New file.
21611         * tests/test-binary-io.sh: New file.
21612         * tests/test-binary-io.c: New file.
21613
21614 2007-01-14  Bruno Haible  <bruno@clisp.org>
21615
21616         * modules/array-oset-tests: New file.
21617         * tests/test-array_oset.c: New file.
21618
21619 2007-01-14  Bruno Haible  <bruno@clisp.org>
21620
21621         * modules/array-list-tests: New file.
21622         * tests/test-array_list.c: New file.
21623
21624 2007-01-14  Bruno Haible  <bruno@clisp.org>
21625
21626         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
21627         and make.
21628         Reported by Simon Josefsson in
21629         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
21630
21631 2007-01-14  Bruno Haible  <bruno@clisp.org>
21632
21633         * modules/allocsa-tests: New file.
21634         * tests/test-allocsa.c: New file.
21635
21636 2007-01-14  Bruno Haible  <bruno@clisp.org>
21637
21638         * modules/fchdir (Depends-on): Add absolute-header.
21639         * modules/unistd (Depends-on): Likewise.
21640
21641 2006-12-30  Bruno Haible  <bruno@clisp.org>
21642
21643         * modules/fchdir: New file.
21644         * modules/unistd (Files): Add lib/unistd_.h.
21645         (Makefile.am): Generate unistd.h from unistd_.h.
21646         * lib/fchdir.c: New file.
21647         * lib/dirent_.h: New file.
21648         * lib/unistd_.h: New file.
21649         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
21650         * m4/fchdir.m4: New file.
21651         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
21652         (gl_HEADER_UNISTD): Invoke it.
21653         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
21654         function.
21655         * lib/backupfile.c (opendir, closedir): Undefine.
21656         * lib/chown.c (open, close): Undefine.
21657         * lib/clean-temp.c (open, close): Undefine.
21658         * lib/copy-file.c (open, close): Undefine.
21659         * lib/execute.c (open, close): Undefine.
21660         * lib/fsusage.c (open, close): Undefine.
21661         * lib/gc-gnulib.c (open, close): Undefine.
21662         * lib/getcwd.c (opendir, closedir): Undefine.
21663         * lib/glob.c (opendir, closedir): Undefine.
21664         * lib/javacomp.c (open, close): Undefine.
21665         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
21666         * lib/openat-proc.c (open, close): Undefine.
21667         * lib/pagealign_alloc.c (open, close): Undefine.
21668         * lib/pipe.c (open, close): Undefine.
21669         * lib/progreloc.c (open, close): Undefine.
21670         * lib/savedir.c (opendir, closedir): Undefine.
21671         * lib/utime.c (open, close): Undefine.
21672         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
21673
21674 2007-01-10  Bruno Haible  <bruno@clisp.org>
21675
21676         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
21677
21678 2007-01-12  Eric Blake  <ebb9@byu.net>
21679
21680         Provide a robust <wchar.h>.  Further simplifications are now
21681         possible in other modules, but not included here.
21682         * modules/wchar: New module.
21683         * m4/wchar.m4: New file.
21684         * lib/wchar_.h: Likewise.
21685         * modules/mbchar (Depends-on): Depend on wchar, as the first use
21686         of the new module.
21687         * MODULES.html.sh (Extended multibyte and wide character utilities):
21688         New section.
21689
21690 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
21691
21692         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
21693         to a reasonable default for memory allocation.
21694         (xreadlink): Don't allocate a huge buffer, to work around a buggy
21695         file system that reports garbage st_size values for symlinks.
21696         Problem reported by Liyang Hu.
21697
21698 2007-01-11  Simon Josefsson  <simon@josefsson.org>
21699
21700         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
21701         Emacs .#* auto-save files).
21702
21703 2007-01-11  Bruno Haible  <bruno@clisp.org>
21704
21705         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
21706         directory.
21707
21708 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
21709
21710         Use @...@ consistently in lib/wctype_.h.
21711         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
21712         on it being set to 1 or 0.
21713         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
21714         go back to AC_SUBSTing it.
21715         * modules/wctype (Makefile.am): Undo previous change.
21716
21717 2007-01-10  Eric Blake  <ebb9@byu.net>
21718
21719         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
21720         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
21721         * modules/wctype (Makefile.am): Likewise.
21722         Reported by Chris McGuire.
21723
21724 2007-01-10  Jim Meyering  <jim@meyering.net>
21725
21726         fts.c: a small readability/maintainability improvement
21727         * lib/fts.c (fts_read): Make this code slightly more readable and
21728         maintainable by hoisting the "sp->fts_cur = p" assignments to
21729         immediately follow the statements that set P.  Derived from
21730         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
21731
21732 2007-01-10  Eric Blake  <ebb9@byu.net>
21733
21734         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
21735         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
21736         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
21737         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
21738         Reported by Chris McGuire.
21739
21740 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21741
21742         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
21743         in sed script.
21744
21745 2007-01-09  Bruno Haible  <bruno@clisp.org>
21746
21747         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
21748         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
21749         variables.
21750         (func_module): Use them.
21751
21752 2007-01-09  Bruno Haible  <bruno@clisp.org>
21753
21754         * modules/unistr/base: New file.
21755         * lib/unistr.h: New file.
21756
21757         * modules/unistr/u8-to-u16: New file.
21758         * lib/unistr/u8-to-u16.c: New file.
21759
21760         * modules/unistr/u8-to-u32: New file.
21761         * lib/unistr/u8-to-u32.c: New file.
21762
21763         * modules/unistr/u16-to-u8: New file.
21764         * lib/unistr/u16-to-u8.c: New file.
21765
21766         * modules/unistr/u16-to-u32: New file.
21767         * lib/unistr/u16-to-u32.c: New file.
21768
21769         * modules/unistr/u32-to-u8: New file.
21770         * lib/unistr/u32-to-u8.c: New file.
21771
21772         * modules/unistr/u32-to-u16: New file.
21773         * lib/unistr/u32-to-u16.c: New file.
21774
21775         * modules/unistr/u8-check: New file.
21776         * modules/unistr/u16-check: New file.
21777         * modules/unistr/u32-check: New file.
21778         * lib/unistr/u8-check.c: New file.
21779         * lib/unistr/u16-check.c: New file.
21780         * lib/unistr/u32-check.c: New file.
21781
21782         * modules/unistr/u8-chr: New file.
21783         * modules/unistr/u16-chr: New file.
21784         * modules/unistr/u32-chr: New file.
21785         * lib/unistr/u8-chr.c: New file.
21786         * lib/unistr/u16-chr.c: New file.
21787         * lib/unistr/u32-chr.c: New file.
21788
21789         * modules/unistr/u8-cmp: New file.
21790         * modules/unistr/u16-cmp: New file.
21791         * modules/unistr/u32-cmp: New file.
21792         * lib/unistr/u8-cmp.c: New file.
21793         * lib/unistr/u16-cmp.c: New file.
21794         * lib/unistr/u32-cmp.c: New file.
21795
21796         * modules/unistr/u8-cpy: New file.
21797         * modules/unistr/u16-cpy: New file.
21798         * modules/unistr/u32-cpy: New file.
21799         * lib/unistr/u8-cpy.c: New file.
21800         * lib/unistr/u16-cpy.c: New file.
21801         * lib/unistr/u32-cpy.c: New file.
21802         * lib/unistr/u-cpy.h: New file.
21803
21804         * modules/unistr/u8-cpy-alloc: New file.
21805         * modules/unistr/u16-cpy-alloc: New file.
21806         * modules/unistr/u32-cpy-alloc: New file.
21807         * lib/unistr/u8-cpy-alloc.c: New file.
21808         * lib/unistr/u16-cpy-alloc.c: New file.
21809         * lib/unistr/u32-cpy-alloc.c: New file.
21810         * lib/unistr/u-cpy-alloc.h: New file.
21811
21812         * modules/unistr/u8-endswith: New file.
21813         * modules/unistr/u16-endswith: New file.
21814         * modules/unistr/u32-endswith: New file.
21815         * lib/unistr/u8-endswith.c: New file.
21816         * lib/unistr/u16-endswith.c: New file.
21817         * lib/unistr/u32-endswith.c: New file.
21818         * lib/unistr/u-endswith.h: New file.
21819
21820         * modules/unistr/u8-mblen: New file.
21821         * modules/unistr/u16-mblen: New file.
21822         * modules/unistr/u32-mblen: New file.
21823         * lib/unistr/u8-mblen.c: New file.
21824         * lib/unistr/u16-mblen.c: New file.
21825         * lib/unistr/u32-mblen.c: New file.
21826
21827         * modules/unistr/u8-mbtouc: New file.
21828         * modules/unistr/u16-mbtouc: New file.
21829         * modules/unistr/u32-mbtouc: New file.
21830         * lib/unistr/u8-mbtouc.c: New file.
21831         * lib/unistr/u16-mbtouc.c: New file.
21832         * lib/unistr/u32-mbtouc.c: New file.
21833
21834         * modules/unistr/u8-mbtouc-safe: New file.
21835         * modules/unistr/u16-mbtouc-safe: New file.
21836         * modules/unistr/u32-mbtouc-safe: New file.
21837         * lib/unistr/u8-mbtouc-safe.c: New file.
21838         * lib/unistr/u16-mbtouc-safe.c: New file.
21839         * lib/unistr/u32-mbtouc-safe.c: New file.
21840
21841         * modules/unistr/u8-move: New file.
21842         * modules/unistr/u16-move: New file.
21843         * modules/unistr/u32-move: New file.
21844         * lib/unistr/u8-move.c: New file.
21845         * lib/unistr/u16-move.c: New file.
21846         * lib/unistr/u32-move.c: New file.
21847         * lib/unistr/u-move.h: New file.
21848
21849         * modules/unistr/u8-next: New file.
21850         * modules/unistr/u16-next: New file.
21851         * modules/unistr/u32-next: New file.
21852         * lib/unistr/u8-next.c: New file.
21853         * lib/unistr/u16-next.c: New file.
21854         * lib/unistr/u32-next.c: New file.
21855
21856         * modules/unistr/u8-prev: New file.
21857         * modules/unistr/u16-prev: New file.
21858         * modules/unistr/u32-prev: New file.
21859         * lib/unistr/u8-prev.c: New file.
21860         * lib/unistr/u16-prev.c: New file.
21861         * lib/unistr/u32-prev.c: New file.
21862
21863         * modules/unistr/u8-set: New file.
21864         * modules/unistr/u16-set: New file.
21865         * modules/unistr/u32-set: New file.
21866         * lib/unistr/u8-set.c: New file.
21867         * lib/unistr/u16-set.c: New file.
21868         * lib/unistr/u32-set.c: New file.
21869         * lib/unistr/u-set.h: New file.
21870
21871         * modules/unistr/u8-startswith: New file.
21872         * modules/unistr/u16-startswith: New file.
21873         * modules/unistr/u32-startswith: New file.
21874         * lib/unistr/u8-startswith.c: New file.
21875         * lib/unistr/u16-startswith.c: New file.
21876         * lib/unistr/u32-startswith.c: New file.
21877         * lib/unistr/u-startswith.h: New file.
21878
21879         * modules/unistr/u8-stpcpy: New file.
21880         * modules/unistr/u16-stpcpy: New file.
21881         * modules/unistr/u32-stpcpy: New file.
21882         * lib/unistr/u8-stpcpy.c: New file.
21883         * lib/unistr/u16-stpcpy.c: New file.
21884         * lib/unistr/u32-stpcpy.c: New file.
21885         * lib/unistr/u-stpcpy.h: New file.
21886
21887         * modules/unistr/u8-stpncpy: New file.
21888         * modules/unistr/u16-stpncpy: New file.
21889         * modules/unistr/u32-stpncpy: New file.
21890         * lib/unistr/u8-stpncpy.c: New file.
21891         * lib/unistr/u16-stpncpy.c: New file.
21892         * lib/unistr/u32-stpncpy.c: New file.
21893         * lib/unistr/u-stpncpy.h: New file.
21894
21895         * modules/unistr/u8-strcat: New file.
21896         * modules/unistr/u16-strcat: New file.
21897         * modules/unistr/u32-strcat: New file.
21898         * lib/unistr/u8-strcat.c: New file.
21899         * lib/unistr/u16-strcat.c: New file.
21900         * lib/unistr/u32-strcat.c: New file.
21901         * lib/unistr/u-strcat.h: New file.
21902
21903         * modules/unistr/u8-strchr: New file.
21904         * modules/unistr/u16-strchr: New file.
21905         * modules/unistr/u32-strchr: New file.
21906         * lib/unistr/u8-strchr.c: New file.
21907         * lib/unistr/u16-strchr.c: New file.
21908         * lib/unistr/u32-strchr.c: New file.
21909
21910         * modules/unistr/u8-strcmp: New file.
21911         * modules/unistr/u16-strcmp: New file.
21912         * modules/unistr/u32-strcmp: New file.
21913         * lib/unistr/u8-strcmp.c: New file.
21914         * lib/unistr/u16-strcmp.c: New file.
21915         * lib/unistr/u32-strcmp.c: New file.
21916
21917         * modules/unistr/u8-strcpy: New file.
21918         * modules/unistr/u16-strcpy: New file.
21919         * modules/unistr/u32-strcpy: New file.
21920         * lib/unistr/u8-strcpy.c: New file.
21921         * lib/unistr/u16-strcpy.c: New file.
21922         * lib/unistr/u32-strcpy.c: New file.
21923         * lib/unistr/u-strcpy.h: New file.
21924
21925         * modules/unistr/u8-strcspn: New file.
21926         * modules/unistr/u16-strcspn: New file.
21927         * modules/unistr/u32-strcspn: New file.
21928         * lib/unistr/u8-strcspn.c: New file.
21929         * lib/unistr/u16-strcspn.c: New file.
21930         * lib/unistr/u32-strcspn.c: New file.
21931         * lib/unistr/u-strcspn.h: New file.
21932
21933         * modules/unistr/u8-strdup: New file.
21934         * modules/unistr/u16-strdup: New file.
21935         * modules/unistr/u32-strdup: New file.
21936         * lib/unistr/u8-strdup.c: New file.
21937         * lib/unistr/u16-strdup.c: New file.
21938         * lib/unistr/u32-strdup.c: New file.
21939         * lib/unistr/u-strdup.h: New file.
21940
21941         * modules/unistr/u8-strlen: New file.
21942         * modules/unistr/u16-strlen: New file.
21943         * modules/unistr/u32-strlen: New file.
21944         * lib/unistr/u8-strlen.c: New file.
21945         * lib/unistr/u16-strlen.c: New file.
21946         * lib/unistr/u32-strlen.c: New file.
21947         * lib/unistr/u-strlen.h: New file.
21948
21949         * modules/unistr/u8-strmblen: New file.
21950         * modules/unistr/u16-strmblen: New file.
21951         * modules/unistr/u32-strmblen: New file.
21952         * lib/unistr/u8-strmblen.c: New file.
21953         * lib/unistr/u16-strmblen.c: New file.
21954         * lib/unistr/u32-strmblen.c: New file.
21955
21956         * modules/unistr/u8-strmbtouc: New file.
21957         * modules/unistr/u16-strmbtouc: New file.
21958         * modules/unistr/u32-strmbtouc: New file.
21959         * lib/unistr/u8-strmbtouc.c: New file.
21960         * lib/unistr/u16-strmbtouc.c: New file.
21961         * lib/unistr/u32-strmbtouc.c: New file.
21962
21963         * modules/unistr/u8-strncat: New file.
21964         * modules/unistr/u16-strncat: New file.
21965         * modules/unistr/u32-strncat: New file.
21966         * lib/unistr/u8-strncat.c: New file.
21967         * lib/unistr/u16-strncat.c: New file.
21968         * lib/unistr/u32-strncat.c: New file.
21969         * lib/unistr/u-strncat.h: New file.
21970
21971         * modules/unistr/u8-strncmp: New file.
21972         * modules/unistr/u16-strncmp: New file.
21973         * modules/unistr/u32-strncmp: New file.
21974         * lib/unistr/u8-strncmp.c: New file.
21975         * lib/unistr/u16-strncmp.c: New file.
21976         * lib/unistr/u32-strncmp.c: New file.
21977
21978         * modules/unistr/u8-strncpy: New file.
21979         * modules/unistr/u16-strncpy: New file.
21980         * modules/unistr/u32-strncpy: New file.
21981         * lib/unistr/u8-strncpy.c: New file.
21982         * lib/unistr/u16-strncpy.c: New file.
21983         * lib/unistr/u32-strncpy.c: New file.
21984         * lib/unistr/u-strncpy.h: New file.
21985
21986         * modules/unistr/u8-strnlen: New file.
21987         * modules/unistr/u16-strnlen: New file.
21988         * modules/unistr/u32-strnlen: New file.
21989         * lib/unistr/u8-strnlen.c: New file.
21990         * lib/unistr/u16-strnlen.c: New file.
21991         * lib/unistr/u32-strnlen.c: New file.
21992         * lib/unistr/u-strnlen.h: New file.
21993
21994         * modules/unistr/u8-strpbrk: New file.
21995         * modules/unistr/u16-strpbrk: New file.
21996         * modules/unistr/u32-strpbrk: New file.
21997         * lib/unistr/u8-strpbrk.c: New file.
21998         * lib/unistr/u16-strpbrk.c: New file.
21999         * lib/unistr/u32-strpbrk.c: New file.
22000         * lib/unistr/u-strpbrk.h: New file.
22001
22002         * modules/unistr/u8-strrchr: New file.
22003         * modules/unistr/u16-strrchr: New file.
22004         * modules/unistr/u32-strrchr: New file.
22005         * lib/unistr/u8-strrchr.c: New file.
22006         * lib/unistr/u16-strrchr.c: New file.
22007         * lib/unistr/u32-strrchr.c: New file.
22008
22009         * modules/unistr/u8-strspn: New file.
22010         * modules/unistr/u16-strspn: New file.
22011         * modules/unistr/u32-strspn: New file.
22012         * lib/unistr/u8-strspn.c: New file.
22013         * lib/unistr/u16-strspn.c: New file.
22014         * lib/unistr/u32-strspn.c: New file.
22015         * lib/unistr/u-strspn.h: New file.
22016
22017         * modules/unistr/u8-strstr: New file.
22018         * modules/unistr/u16-strstr: New file.
22019         * modules/unistr/u32-strstr: New file.
22020         * lib/unistr/u8-strstr.c: New file.
22021         * lib/unistr/u16-strstr.c: New file.
22022         * lib/unistr/u32-strstr.c: New file.
22023         * lib/unistr/u-strstr.h: New file.
22024
22025         * modules/unistr/u8-strtok: New file.
22026         * modules/unistr/u16-strtok: New file.
22027         * modules/unistr/u32-strtok: New file.
22028         * lib/unistr/u8-strtok.c: New file.
22029         * lib/unistr/u16-strtok.c: New file.
22030         * lib/unistr/u32-strtok.c: New file.
22031         * lib/unistr/u-strtok.h: New file.
22032
22033         * modules/unistr/u8-uctomb: New file.
22034         * modules/unistr/u16-uctomb: New file.
22035         * modules/unistr/u32-uctomb: New file.
22036         * lib/unistr/u8-uctomb.c: New file.
22037         * lib/unistr/u16-uctomb.c: New file.
22038         * lib/unistr/u32-uctomb.c: New file.
22039
22040         * MODULES.html.sh (Unicode string functions): Add the new modules.
22041
22042 2007-01-08  Bruno Haible  <bruno@clisp.org>
22043
22044         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
22045         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
22046         subdirectories.
22047
22048 2007-01-08  Karl Berry  <karl@gnu.org>
22049
22050         * doc/error.texi: mention that main() fns must set program_name
22051         when progname is used.
22052
22053 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
22054
22055         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
22056         WCTYPE_H is empty, for the benefit of builds from non-distclean
22057         directories.  Problem reported by Eric Blake in
22058         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
22059
22060 2007-01-08  Bruno Haible  <bruno@clisp.org>
22061
22062         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
22063         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
22064         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
22065         PROVIDE_CANONICALIZE_FILENAME_MODE.
22066         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
22067
22068 2007-01-08  Bruno Haible  <bruno@clisp.org>
22069
22070         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
22071         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
22072         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
22073         * lib/fts.c: Likewise.
22074         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
22075
22076 2006-12-25  Bruno Haible  <bruno@clisp.org>
22077
22078         * modules/utf8-ucs4-safe: New file.
22079         * lib/utf8-ucs4-safe.h: New file.
22080         * lib/unistr/utf8-ucs4-safe.c: New file.
22081
22082         * modules/utf16-ucs4-safe: New file.
22083         * lib/utf16-ucs4-safe.h: New file.
22084         * lib/unistr/utf16-ucs4-safe.c: New file.
22085
22086         * MODULES.html.sh (Unicode string functions): Add the new modules.
22087
22088 2007-01-08  Bruno Haible  <bruno@clisp.org>
22089
22090         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
22091         (Depends-on): Add unitypes.
22092         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
22093         (u8_mbtouc_aux): Move out to separate file.
22094         (u8_mbtouc): Use ucs4_t, uint8_t types.
22095         * lib/unistr/utf8-ucs4.c: New file.
22096
22097         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
22098         (Depends-on): Add unitypes.
22099         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
22100         (u16_mbtouc_aux): Move out to separate file.
22101         (u16_mbtouc): Use ucs4_t, uint16_t types.
22102         * lib/unistr/utf16-ucs4.c: New file.
22103
22104         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
22105         (Depends-on): Add unitypes.
22106         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
22107         (u8_uctomb_aux): Move out to separate file.
22108         (u8_uctomb): Use ucs4_t, uint8_t types.
22109         * lib/unistr/ucs4-utf8.c: New file.
22110
22111         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
22112         (Depends-on): Add unitypes.
22113         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
22114         (u16_uctomb_aux): Move out to separate file.
22115         (u16_uctomb): Use ucs4_t, uint16_t types.
22116         * lib/unistr/ucs4-utf16.c: New file.
22117
22118 2006-12-25  Bruno Haible  <bruno@clisp.org>
22119
22120         * modules/unitypes: New file.
22121         * lib/unitypes.h: New file.
22122         * MODULES.html.sh (func_all_modules): New section "Unicode string
22123         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
22124         this section. Add unitypes.
22125
22126 2007-01-08  Bruno Haible  <bruno@clisp.org>
22127
22128         Avoid variable names that conflict with those from libtool.
22129         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
22130         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
22131         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
22132         library_names_spec to acl_library_names_spec, hardcode_* to
22133         acl_hardcode_*.
22134         Reported by Ralf Wildenhues.
22135
22136 2007-01-08  Bruno Haible  <bruno@clisp.org>
22137
22138         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
22139         definition.
22140         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
22141         definition.
22142         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
22143         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
22144         definition.
22145         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
22146         definition.
22147         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
22148         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
22149         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
22150         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
22151         definition.
22152         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
22153         definition.
22154         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
22155         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
22156         GC_USE_<algorithm>.
22157         * lib/gc-libgcrypt.c: Likewise.
22158         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
22159         * modules/gc-arctwo (configure.ac): Likewise.
22160         * modules/gc-des (configure.ac): Likewise.
22161         * modules/gc-hmac-md5 (configure.ac): Likewise.
22162         * modules/gc-hmac-sha1 (configure.ac): Likewise.
22163         * modules/gc-md2 (configure.ac): Likewise.
22164         * modules/gc-md4 (configure.ac): Likewise.
22165         * modules/gc-md5 (configure.ac): Likewise.
22166         * modules/gc-random (configure.ac): Likewise.
22167         * modules/gc-rijndael (configure.ac): Likewise.
22168         * modules/gc-sha1 (configure.ac): Likewise.
22169
22170 2007-01-08  Bruno Haible  <bruno@clisp.org>
22171
22172         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
22173         macro definition.
22174         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
22175         definition.
22176         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
22177         definition.
22178         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
22179         * modules/fcntl-safer (configure.ac): Likewise.
22180         * modules/fopen-safer (configure.ac): Likewise.
22181         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
22182         GNULIB_FWRITEERROR macro definition.
22183
22184 2007-01-08  Bruno Haible  <bruno@clisp.org>
22185
22186         * m4/gnulib-common.m4: New file.
22187         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
22188         (func_get_filelist): Add m4/gnulib-common.m4.
22189
22190 2007-01-08  Bruno Haible  <bruno@clisp.org>
22191
22192         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
22193         command.
22194
22195 2007-01-08  Jim Meyering  <jim@meyering.net>
22196
22197         Use a more robust test for a "can't happen" condition.
22198         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
22199         narrowed the st_size value.  Presuming the "can't happen" condition
22200         is true, that narrowing could conceivably convert an invalid st_size
22201         value into a valid one.  Instead, use a change based on Matthew
22202         Woehlke's original patch.
22203
22204         Slight readability improvement: use an assert-like macro
22205         in place of literal "abort ()" uses.
22206         * lib/fts.c (fts_assert): Define.
22207         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
22208         Use this macro instead of a bare 'abort'.
22209
22210 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
22211
22212         Don't worry about using IRIX 5.3's wctype.h broken definitions;
22213         simply work around them.
22214         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
22215         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
22216         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
22217         declaring.
22218         Don't bother to define as macros, since the standard doesn't require it.
22219         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
22220         longer worry about IRIX 5.3.
22221         (HAVE_WCTYPE_CTMP_BUG): Remove.
22222
22223 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
22224
22225         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
22226         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
22227         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
22228         Problems reported by Georg Schwarz for IRIX 5.3.
22229
22230         * gnulib-tool (autoconf_minversion): Take the maximum version number
22231         found, not the minimum.  Problem reported by James Youngman.
22232
22233 2007-01-03  Karl Berry  <karl@gnu.org>
22234
22235         * doc/error.texi: new file, explaining interaction with progname.
22236         * doc/gnulib.texi: include it.  Update copyright.
22237
22238 2007-01-03  Simon Josefsson  <simon@josefsson.org>
22239
22240         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
22241         AC_CANONICAL_HOST, to improve autobuild outputs.
22242
22243 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
22244             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
22245
22246         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
22247         sockets, server sockets, and other file descriptors.  Count errors
22248         to compute the return value.  Reorder the code a bit to be easier
22249         to follow.  Don't set event bits that were not requested (except
22250         POLLERR and POLLHUP).
22251
22252 2007-01-01  Bruno Haible  <bruno@clisp.org>
22253
22254         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
22255
22256 2007-01-03  Jim Meyering  <jim@meyering.net>
22257
22258         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
22259
22260 2007-01-02  Bruno Haible  <bruno@clisp.org>
22261
22262         * modules/settime (Include): Require timespec.h.
22263         * modules/nanosleep (Include): Likewise.
22264
22265 2007-01-01  Bruno Haible  <bruno@clisp.org>
22266
22267         * gnulib-tool (func_emit_copyright_notice): Bump year.
22268         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
22269
22270 2007-01-01  Bruno Haible  <bruno@clisp.org>
22271
22272         Improve support for OpenBSD.
22273         * build-aux/config.rpath (libname_spec): Export.
22274         (library_names_spec): New variable. Export.
22275         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
22276         library_names_spec from the config.rpath output. Locate shared library
22277         through the name pattern in library_names_spec.
22278
22279 2007-01-01  Eric Blake  <ebb9@byu.net>
22280
22281         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
22282
22283 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
22284
22285         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
22286         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
22287         assume the C locale, and avoid an "eval" that could cause trouble.
22288         Problem with SORT reported by Bob Proulx.
22289
22290         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
22291         Define.  Trivial patch from Henning Nielsen Lund, originally
22292         sent to bug-grep@gnu.org today.
22293
22294 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
22295
22296         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
22297         struct stat.  Problem reported by Henning Nielsen Lund.
22298         * lib/acl.c: Include acl.h first, to check interface.  Don't
22299         bother to include sys/types.h and sys/stat.h again.
22300
22301 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
22302
22303         Import the following change from libc; problem reported by
22304         Sven Verdoolaege.
22305
22306         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
22307
22308         [BZ #1373]
22309         * lib/argp.h: Remove __NTH for __argp_usage inline function.
22310
22311 2006-12-28  Jim Meyering  <jim@meyering.net>
22312
22313         * build-aux/announce-gen: Do not assume that the package
22314         builds any of tar.gz, tar.bz2, and .xdelta files.
22315         Suggestion from Simon Josefsson.
22316
22317 2006-12-28  Simon Josefsson  <simon@josefsson.org>
22318
22319         * modules/announce-gen: New file.
22320
22321 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
22322
22323         * lib/mbchar.h: Just include <wctype.h>; the wctype module
22324         handles its gotchas now.
22325         * lib/mbswidth.c: Likewise.
22326         * lib/wcwidth.h: Likewise.
22327         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
22328         and iswcntrl; the wctype module does this stuff now.
22329         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
22330         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
22331         * modules/mbchar (Depends-on): Add wctype.
22332         * modules/mbswidth (Depends-on): Likewise.
22333         * modules/wcwidth (Depends-on): Likewise.
22334
22335 2006-12-27  Eric Blake  <ebb9@byu.net>
22336
22337         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
22338         module uses more than what <wctype.h> is required to provide.
22339
22340 2006-12-26  Eric Blake  <ebb9@byu.net>
22341
22342         * gnulib-tool (sed_extract_prog): Avoid space-tab.
22343
22344 2006-12-26  Eric Blake  <ebb9@byu.net>
22345
22346         * modules/absolute-header: New module.
22347         * modules/fcntl (Depends-on): Depend on it.
22348         * modules/inttypes (Depends-on): Likewise.
22349         * modules/stdint (Depends-on): Likewise.
22350         * modules/sys_stat (Depends-on): Likewise.
22351         * modules/wctype (Depends-on): Likewise.
22352         * MODULES.html.sh (Support for building libraries and
22353         executables): Document it.
22354
22355 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
22356
22357         * gnulib-tool (SED): Remove, undoing previous change.
22358         The problem was that it broke coreutils on Solaris, because
22359         "sed --posix" leaked into a makefile.
22360         (sed): New alias, if 'alias' and GNU sed.
22361
22362 2006-12-24  Jim Meyering  <jim@meyering.net>
22363
22364         Work around an fchownat bug in glibc-2.4:
22365         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
22366         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
22367         in spite of the -P option.
22368         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
22369         New macros.
22370         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
22371         * modules/openat (Files): Add lib/fchownat.c.
22372         * lib/openat.c (fchownat): Don't define here.  Move to...
22373         * lib/fchownat.c: ...this new file.
22374
22375 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
22376
22377         Fix bug reported by Bruno Haible in
22378         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
22379         where quotearg.c didn't compile on Mac OS X 10.2 because it
22380         lacks <wchar.h> and wint_t.
22381         * lib/wctype_.h (__wctype_wint_t): New type.
22382         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
22383         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
22384         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
22385         Arg is now of type __wctype_wint_t, not wint_t.
22386         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
22387         substitute HAVE_WINT_T.
22388         * modules/wctype (Files): Add m4/wint_t.m4.
22389         (wctype.h): Substitute HAVE_WINT_T.
22390
22391 2006-12-23  Bruno Haible  <bruno@clisp.org>
22392
22393         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
22394
22395 2006-12-23  Bruno Haible  <bruno@clisp.org>
22396
22397         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
22398         S_ISLNK.
22399         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
22400         mingw.
22401
22402 2006-12-22  Bruno Haible  <bruno@clisp.org>
22403
22404         * lib/copy-file.c: Include acl.h.
22405         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
22406         Close the file descriptors only after being done with copy_acl.
22407         * modules/copy-file (Depends-on): Add acl.
22408
22409 2006-12-22  Bruno Haible  <bruno@clisp.org>
22410
22411         * gnulib-tool (SED): New variable.
22412         Use $SED instead of sed everywhere.
22413
22414 2006-12-22  Bruno Haible  <bruno@clisp.org>
22415
22416         * modules/no-c++: New file.
22417         * m4/no-c++.m4: New file.
22418         * MODULES.html.sh (Support for building libraries and executables):
22419         Add no-c++.
22420
22421 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
22422
22423         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
22424         Include <limits.h>, and use its INT_MAX to rewrite the
22425         j loop so that it does not overflow 'int'.  Problem reported by
22426         Ralf Wildenhues in
22427         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
22428         Play it safe by shifting left by 1 rather than multiplying by 2,
22429         as GCC is less likely to optimize this away when the value
22430         is signed (when it assumes overflow leads to undefined behavior).
22431         Also, don't assume time_t uses two's complement.
22432
22433 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
22434
22435         * MODULES.html.sh: New module wctype.
22436         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
22437         * lib/fnmatch.c: Don't bother to include <wchar.h> before
22438         <wctype.h>, since the new wctype module should fix this.
22439         * lib/quotearg.c: Include <wctype.h> unconditionally, since
22440         the wctype module should arrange for it.
22441         * lib/regex_internal.h: Likewise.
22442         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
22443         since the wctype module should handle this now.
22444         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
22445         * modules/fnmatch (Depends-on): Add wctype.
22446         * modules/quotearg (Depends-on): Likewise.
22447         * modules/regex (Depends-on): Likewise.
22448
22449 2006-12-19  Bruno Haible  <bruno@clisp.org>
22450
22451         * lib/strdup.h [C++]: Wrap definitions in extern "C".
22452         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
22453
22454 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22455
22456         * modules/savewd (Depends-on): Fix dependency on fcntl.
22457
22458 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
22459
22460         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
22461         conforms to C99, rather than relying on the user's environment
22462         setting of STDINT_H.
22463
22464 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
22465         and Eric Blake  <ebb9@byu.net>
22466
22467         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
22468         This is more consistent with the other defines here.
22469         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
22470         Port to z/OS.  Problem reported by Paul Gilmartin.
22471         Change local vars to use gl_ prefix rather than ac_.
22472         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
22473         with other defines.
22474         * modules/double-slash-root: New module.
22475         * modules/dirname (Files): Remove m4/double-slash-root.m4.
22476         (Depends-on): Add double-slash-root.
22477         * MODULES.html.sh (File system functions): Mention new module.
22478
22479 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
22480
22481         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
22482         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
22483         This is for the benefit of gzip, which doesn't do i18n.
22484
22485 2006-12-12  Jim Meyering  <jim@meyering.net>
22486
22487         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
22488         Reported by Andreas Schwab <schwab@suse.de>.
22489
22490 2006-12-12  Bruno Haible  <bruno@clisp.org>
22491
22492         Merge these changes.
22493         2006-09-05  Bruno Haible  <bruno@clisp.org>
22494         * lib/iconvme.c (iconv_string): No need to save and restore errno when
22495         iconv_alloc succeeded.
22496         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
22497         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
22498         test for " && dest " at the end - dest is always != NULL there. Call
22499         iconv with 4xNULL arguments initially, to reset the state. Call iconv
22500         with 2xNULL arguments, also to flush the state storage. Handle the
22501         IRIX iconv behaviour. Realloc the final result, to throw away unused
22502         memory.
22503
22504 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
22505
22506         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
22507         and fchmodat unconditionally, since glibc 2.4 has them.
22508         Problem reported by Arkadiusz Miskiewicz.
22509
22510 2006-12-10  Bruno Haible  <bruno@clisp.org>
22511
22512         * gnulib-tool (func_import): Show the include files only for those
22513         modules that are copied and specified.
22514         Reported by Karl Berry.
22515
22516 2006-12-08  Jim Meyering  <jim@meyering.net>
22517
22518         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
22519         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
22520
22521         * build-aux/announce-gen: Add two new options, both optional:
22522         --bootstrap-tools=TOOL_LIST
22523               a comma-separated list of tools, e.g.,
22524               autoconf,automake,bison,gnulib
22525         --gnulib-snapshot-date=DATE
22526               if gnulib is in the bootstrap tool list,
22527               then report this as the snapshot date.
22528               If not specified, use the current date/time.
22529               If you specify a date here, be sure it's UTC.
22530
22531 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22532
22533         * tests/test-argp-2.sh: Fix test to match actual output.
22534         (func_compare): Fix sed script to be portable.
22535
22536 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
22537
22538         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
22539         workaround for this case.  It is not autoconfigured now; offhand
22540         it's hard to see how to autoconfigure it.
22541
22542 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
22543
22544         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
22545         a directory that is about to be chowned.  Such a directory's
22546         initial file permissions should permit the owner only and this
22547         should not be changed until after the chown, since the group and
22548         other bits would be incorrect if they granted permission before
22549         the chown.
22550
22551         Fix porting problem for iswctype reported by Georg Schwarz in:
22552         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
22553         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
22554         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
22555         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
22556         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
22557
22558 2006-12-03  Jim Meyering  <jim@meyering.net>
22559
22560         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
22561         p->fts_statp may not yet be defined.
22562         (fts_read): Instead, set it in the caller, once p->fts_statp is
22563         sure to be defined, and corresponds to a top-level directory.
22564         This bug made du -x fail.  Here's the coreutils test case:
22565         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
22566         Reported by Mike Frysinger.
22567
22568 2006-12-01  Jim Meyering  <jim@meyering.net>
22569
22570         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
22571         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
22572         Reported by Simon Josefsson.
22573
22574 2006-11-30  Jim Meyering  <jim@meyering.net>
22575
22576         * m4/warning.m4: Use the all-permissive copyright notice
22577         recommended by RMS (rather than LGPL).
22578         * m4/vararrays.m4: Likewise.
22579         * m4/flexmember.m4: Likewise.
22580
22581 2006-11-29  Bruno Haible  <bruno@clisp.org>
22582
22583         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
22584         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
22585         using +=.
22586         Reported by Simon Josefsson <simon@josefsson.org>.
22587
22588 2006-11-28  James Youngman <jay@gnu.org>
22589
22590         * README: Advise users that they might find the bug-gnulib@gnu.org
22591         and autotools-announce@gnu.org mailing lists useful.
22592
22593 2006-11-28  Bruno Haible  <bruno@clisp.org>
22594
22595         * m4/ptrdiff_max.m4: Remove file.
22596
22597 2006-11-21  Bruno Haible  <bruno@clisp.org>
22598
22599         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
22600         _AC_COMPUTE_INT.
22601         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
22602         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
22603         _AC_COMPUTE_INT.
22604         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
22605         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
22606         _AC_COMPUTE_INT.
22607         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
22608
22609 2006-11-28  Jim Meyering  <jim@meyering.net>
22610
22611         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
22612         warning from "gcc -Wshadow" about shadowing the builtin.
22613
22614 2006-11-27  Bruno Haible  <bruno@clisp.org>
22615
22616         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
22617         _AC_COMPUTE_INT.
22618         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
22619
22620 2006-11-27  Bruno Haible  <bruno@clisp.org>
22621             Paul Eggert  <eggert@cs.ucla.edu>
22622
22623         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
22624
22625 2006-11-26  Bruno Haible  <bruno@clisp.org>
22626
22627         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
22628         noinst_LTLIBRARIES.
22629
22630 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
22631             Bruno Haible  <bruno@clisp.org>
22632
22633         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
22634         if compiling with "gcc -ansi".
22635
22636 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
22637
22638         Fix some incompatibilities with gcc -ansi -pedantic.
22639         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
22640         if compiling pedantically with GCC, unless it's C99 or later.
22641         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
22642         it mishandles gcc -ansi -pedantic as well.
22643         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
22644         if gcc -pedantic.
22645         * lib/regexec.c (check_node_accept_bytes): Don't use auto
22646         initializers for struct if -pedantic, unless it's C99 or later.
22647
22648 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
22649
22650         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
22651         Don't close an fd more than once. Identical atimes indicate
22652         success, not failure.
22653
22654 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
22655
22656         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
22657
22658 2006-11-23  Jim Meyering  <jim@meyering.net>
22659
22660         * build-aux/announce-gen: New file.  From coreutils.
22661
22662 2006-11-22  Jim Meyering  <jim@meyering.net>
22663
22664         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
22665         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
22666         (fts_read): Use a temporary to narrow the overused st_size member
22667         before using it in a switch statement.  Reported by Matthew Woehlke.
22668
22669         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
22670         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
22671
22672 2006-11-20  Bruno Haible  <bruno@clisp.org>
22673
22674         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
22675         changequote instead of pairs of brackets.
22676         Reported by Andreas Schwab <schwab@suse.de>.
22677
22678 2006-11-21  Jim Meyering  <jim@meyering.net>
22679
22680         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
22681         so as to remain compatible with older compilers.
22682         Patch from Michael Deutschmann.
22683
22684 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
22685
22686         * MODULES.html.sh (File system functions): Add openat.
22687
22688         * lib/openat.h (rpl_fstatat): New macro, if
22689         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
22690         (fstatat): Define to rpl_fstatat under the same conditions,
22691         unless COMPILING_FSTATAT.
22692         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
22693         seems to have the bug.
22694         * lib/fstatat.c: New file.
22695         * modules/openat (Files): Add it.
22696
22697 2006-11-20  Bruno Haible  <bruno@clisp.org>
22698
22699         * Makefile: New file.
22700
22701 2006-11-20  Jim Meyering  <jim@meyering.net>
22702
22703         The beginnings of syntax-related checks for gnulib.
22704         * lib/Makefile: New file.
22705         * lib/t-idcache: New script.  Ensure that the two halves of
22706         idcache.c stay in sync.
22707
22708         * lib/idcache.c: Adjust comments in user- and group- portions to
22709         be more accurate, and to be consistent with one another.
22710
22711 2006-11-20  Jim Meyering  <jim@meyering.net>
22712
22713         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
22714         continue using the flexible array member (thus, this module performs
22715         half as many malloc calls), with the addition that...
22716         (getgroup, getuser): Consistently record a non-match via an empty
22717         "name" string, and map an empty string match to a NULL return value.
22718         * modules/idcache (Depends-on): Re-add flexmember.
22719
22720         * lib/idcache.c (getuser): Remove all uses of the register keyword.
22721         (getuidbyname, getgroup, getgidbyname): Likewise.
22722
22723         Use cleaner syntax: NULL rather than 0.
22724         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
22725
22726 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
22727
22728         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
22729         It mishandled the case where the group was missing.
22730         Problem reported by Greg Schafer.
22731         * modules/idcache: Likewise.
22732
22733 2006-11-18  Jim Meyering  <jim@meyering.net>
22734
22735         * check-module (%exempt_header): Add exception for some
22736         conditionally-included headers.
22737
22738         * modules/i-ring (Depends-on): Add verify.
22739         (License): Change to LGPL.
22740
22741 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
22742
22743         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
22744         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
22745         and inttostr.h.  Use snprintf rather than uinttostr, so that
22746         LGPLed code doesn't depend on GPLed.
22747
22748 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
22749
22750         * modules/inline (License): Change from GPL to LGPL.
22751
22752 2006-11-17  Jim Meyering  <jim@meyering.net>
22753
22754         * modules/d-type (License): Switch to LGPL.
22755
22756 2006-11-15  Bruno Haible  <bruno@clisp.org>
22757
22758         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
22759
22760 2006-11-15  Eric Blake  <ebb9@byu.net>
22761
22762         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
22763         the module dependency.
22764
22765 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22766             Bruno Haible  <bruno@clisp.org>
22767
22768         * gnulib-tool (func_create_testdir): Add license consistency check.
22769
22770 2006-11-15  Eric Blake  <ebb9@byu.net>
22771
22772         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
22773         random "(cached)" in configure output.
22774
22775 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22776
22777         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
22778         test for conforming inttypes.h is both announced and cached.
22779
22780         * MODULES.html.sh (seen_modules, seen_files): New variables.
22781         (func_module): Rewrite to use a few less gnulib-tool and sed
22782         invocations.  Avoid a couple of quadratic algorithms for ...
22783         (missed_modules, missed_files): ... these, with ...
22784         (func_append, func_tmpdir): ... these new functions, from
22785         gnulib-tool.  Analogously, install traps for cleanup.
22786
22787         * tests/test-gc.c (main): Remove unused variables.
22788         * tests/test-read-file.c: Include stdlib.h, for 'free'.
22789
22790 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
22791
22792         * modules/inttostr (License): Change to LGPL.
22793
22794 2006-11-14  Eric Blake  <ebb9@byu.net>
22795
22796         * modules/tempname (License): Change to LGPL.
22797
22798 2006-11-14  Eric Blake  <ebb9@byu.net>
22799
22800         * doc/functions.texi (Function Portability): *printf functions on
22801         Cygwin now understand all POSIX size specifiers.
22802
22803 2006-11-14  Bruno Haible  <bruno@clisp.org>
22804
22805         * modules/c-ctype (License): Change to LGPL.
22806
22807 2006-11-12  Bruno Haible  <bruno@clisp.org>
22808
22809         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
22810         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
22811         for GNOME libraries, for which the include files are installed in
22812         subdirectories of $prefix/include.
22813
22814 2006-11-12  Bruno Haible  <bruno@clisp.org>
22815
22816         * m4/lib-link.m4: Require at least autoconf-2.54.
22817         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
22818         name to underscores for the --with option.
22819
22820 2006-11-13  Bruno Haible  <bruno@clisp.org>
22821
22822         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
22823         the tests directory.
22824         Reported by Ralf Wildenhues.
22825
22826 2006-11-13  Bruno Haible  <bruno@clisp.org>
22827
22828         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
22829         (func_emit_initmacro_end): Undo the override here.
22830         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
22831         Works around the famous automake error in coreutils.
22832
22833 2006-11-13  Eric Blake  <ebb9@byu.net>
22834
22835         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
22836         element, not its node.
22837
22838 2006-11-12  Bruno Haible  <bruno@clisp.org>
22839
22840         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
22841         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
22842
22843 2006-11-12  Bruno Haible  <bruno@clisp.org>
22844
22845         * gnulib-tool: New option --local-symlink.
22846         (func_usage): Document it.
22847         (lsymbolic): New variable.
22848         (func_import, func_create_testdir): If --symlink was not specified,
22849         test whether --local-symlink was specified and the file comes from
22850         the local_gnulib_dir.
22851
22852 2006-11-12  Bruno Haible  <bruno@clisp.org>
22853
22854         * gnulib-tool (func_ln): New function.
22855         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
22856
22857 2006-11-12  Bruno Haible  <bruno@clisp.org>
22858
22859         Finish support for source files in subdirectories.
22860         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
22861         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
22862         AUTOMAKE_OPTIONS.
22863         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
22864
22865 2006-11-12  Bruno Haible  <bruno@clisp.org>
22866
22867         * gnulib-tool (func_get_automake_snippet): Synthesize also an
22868         EXTRA_lib_SOURCES augmentation.
22869         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
22870
22871 2006-11-12  Jim Meyering  <jim@meyering.net>
22872
22873         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
22874         file descriptors.  This also averts a failure on systems with
22875         native openat support when a traversed directory lacks "x" access.
22876         * lib/fts_.h: Include "i-ring.h"
22877         (struct FTS) [fts_fd_ring]: New member.
22878         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
22879         (FCHDIR): Add parentheses.
22880         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
22881         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
22882         When descending, rather than simply closing the previous
22883         fts_cwd_fd value, push that file descriptor onto the ring.
22884         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
22885         (fts_open): Initialize the new fd_ring member.
22886         (fts_close): Clear the ring.
22887         (fts_safe_changedir): When possible, use our new fd_ring to skip
22888         the diropen and fstat and dev/ino comparison that would normally
22889         accompany a virtual `chdir ("..")'.
22890
22891         * modules/fts (Depends-on): Add i-ring.
22892         * modules/i-ring: New module.
22893         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
22894         * m4/i-ring.m4: New file.
22895
22896 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22897
22898         * gnulib-tool (func_create_testdir): Fix replacement of
22899         `build-aux' in configure.ac.  Run autotools in gltests
22900         subdirectory.
22901         (func_create_testdir, func_create_megatestdir, test): There is
22902         no need for '--force' in most autotool invocations in a new
22903         tree.  Actually fail the whole test if any of the tools, or the
22904         configure or make stages fail.
22905
22906         Sync from Automake.
22907         * build-aux/gnupload: Revert last change.  Add pointer to upload
22908         instructions of the GNU Maintenance Instructions.
22909         Suggestion by Karl Berry.
22910
22911 2006-11-10  Jim Meyering  <jim@meyering.net>
22912
22913         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
22914
22915 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
22916
22917         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
22918         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
22919         (bind_textdomain_codeset) [! ENABLE_NLS]:
22920         Evaluate all the arguments.  That way, callers get compatible behavior
22921         if the arguments have side effects.  Also, it avoids some GCC
22922         diagnostics in some cases; Joel E. Denny reported problems when Bison
22923         was configured with --enable-gcc-warnigs.
22924
22925 2006-11-10  Jim Meyering  <jim@meyering.net>
22926
22927         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
22928         relevant options in CFLAGS (like -O, -fno-inline) are taken into
22929         account.
22930
22931 2006-11-10  Jim Meyering  <jim@meyering.net>
22932
22933         * modules/inline: New file/module.
22934         * modules/xalloc (Files): Remove m4/inline.m4.
22935         (Depends-on): Add inline, instead.
22936         * modules/oset: Likewise.
22937         * modules/list: Likewise.
22938
22939 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
22940
22941         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
22942         Problem reported by Matthew Woehlke.
22943
22944 2006-11-09  Bruno Haible  <bruno@clisp.org>
22945
22946         * lib/tempname.c (gen_tempname): Remove variant that invokes
22947         __gen_tempname.
22948         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
22949         __gen_tempname.
22950
22951 2006-11-08  Bruno Haible  <bruno@clisp.org>
22952
22953         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
22954         to 'yes' instead of 'cross-compiling'.
22955
22956 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
22957
22958         * lib/quotearg.h (quotearg_free): New decl.
22959         * lib/quotearg.c (quotearg_free): New function.
22960         (slot0, nslots, slotvec0, slotvec):
22961         Now file-scope so that quotearg_free can get at them.
22962
22963 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22964
22965         Sync from Automake.
22966         * build-aux/gnupload: Add missing 'gnu' to example URL.
22967         Report by Karl Berry.
22968
22969 2006-11-08  Bruno Haible  <bruno@clisp.org>
22970
22971         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
22972         Suggested by Paul Eggert.
22973
22974 2006-11-08  Jim Meyering  <jim@meyering.net>
22975
22976         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
22977         It's already included if !_LIBC.
22978         (fts_safe_changedir): Add a comment.
22979
22980 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
22981
22982         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
22983         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
22984         Matthew Woehlke.
22985
22986         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
22987         definitions up, to avoid colliding with change below.
22988         (static_inline) [HAVE_INLINE]: New macro.
22989         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
22990         Provide extern decls when !HAVE_INLINE.  Do not define unless
22991         static_inline is defined, either by us or by xmalloc.c.  Use
22992         static_inline rather than static inline.
22993         (XCALLOC): Optimize sizeof(T) = 1 case.
22994         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
22995
22996 2006-11-07  Bruno Haible  <bruno@clisp.org>
22997
22998         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
22999         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
23000         AC_C_INLINE.
23001         * modules/xalloc (Files): Add m4/inline.m4.
23002
23003 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23004
23005         * README: Fix typo.
23006         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
23007         (Miscellanous Notes): ...from this.
23008
23009 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
23010
23011         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
23012         Mention that offsetof should be used instead of sizeof.
23013         From Bruno Haible.
23014
23015 2006-11-07  Bruno Haible  <bruno@clisp.org>
23016
23017         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
23018
23019 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
23020
23021         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
23022         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
23023         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
23024         (gl_tree_add_before, gl_tree_add_after):
23025         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
23026         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
23027         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
23028         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
23029         (gl_linked_add_after, gl_linked_add_at): Likewise.
23030         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
23031         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
23032         (gl_tree_add_before, gl_tree_add_after): Likewise.
23033         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
23034         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
23035         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
23036
23037 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23038
23039         * lib/gl_oset.h: Use C comment style, not C++ comment style.
23040
23041 2006-11-06  Bruno Haible  <bruno@clisp.org>
23042
23043         * m4/inline.m4: New file.
23044         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
23045         * modules/list (Files): Add m4/inline.m4.
23046         * modules/oset (Files): Likewise.
23047
23048 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
23049
23050         * lib/idcache.c: Include <stddef.h>, for offsetof.
23051         (struct userid.name): Change from char * to a flexible array member.
23052         All uses changed.
23053         * modules/idcache (Depends-on): Add flexmember.
23054
23055         * MODULES.html.sh (Core language properties): New module flexmember.
23056         * modules/flexmember, m4/flexmember.m4: New files.
23057
23058         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
23059         inline functions that are identical with the old xnmalloc_inline,
23060         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
23061         that we can avoid some unnecessary integer multiplications and
23062         divisions in the common case where the element size is known at
23063         compile time.
23064         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
23065         needed.
23066         (xnboundedmalloc): Remove.
23067         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
23068         arguments, for consistency with rest of this header.
23069         (xcharalloc): Rewrite using XNMALLOC.
23070         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
23071         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
23072         versions have been moved to lib/xalloc.h and renamed to be the
23073         non-*_inline versions.
23074         (xmalloc, xrealloc): Implement without reference to the xnmalloc
23075         and xnrealloc functions, since those functions are now inline and
23076         now call us.
23077         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
23078         renaming described above.
23079         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
23080         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
23081         captures the dependency in AC_C_INLINE.
23082
23083         New module canonicalize-lgpl, proposed by Charles Wilson in
23084         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
23085         with a few small changes afterwards.
23086         * MODULES.html.sh (File system functions): New module
23087         canonicalize-lgpl.
23088         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
23089         and canonicalize_file_name.
23090         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
23091         * modules/canonicalize-lgpl: New files.
23092
23093 2006-11-05  Bruno Haible  <bruno@clisp.org>
23094
23095         * gnulib-tool (func_import, func_create_testdir): Create directories
23096         also for files in subdirectories of lib/.
23097
23098 2006-11-05  Bruno Haible  <bruno@clisp.org>
23099
23100         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
23101         ANSI C compliant.
23102
23103 2006-11-03  Bruno Haible  <bruno@clisp.org>
23104
23105         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
23106         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
23107         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
23108         (xnboundedmalloc): New inline function.
23109         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
23110         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
23111         xmalloc.
23112         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
23113         xmalloc.
23114         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
23115         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
23116         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
23117         xmalloc.
23118         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
23119         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
23120         xmalloc.
23121         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
23122         gl_tree_add_after): Use XMALLOC instead of xmalloc.
23123         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
23124         xmalloc.
23125         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
23126         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
23127         gl_tree_add_after): Use XMALLOC instead of xmalloc.
23128         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
23129         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
23130         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
23131         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
23132
23133 2006-11-03  Bruno Haible  <bruno@clisp.org>
23134
23135         * lib/c-ctype.h [C++]: Define functions without name mangling.
23136         * lib/fwriteerror.h [C++]: Likewise.
23137         * lib/gcd.h [C++]: Likewise.
23138         * lib/linebreak.h [C++]: Likewise.
23139
23140 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
23141
23142         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
23143         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
23144         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
23145         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
23146         Check for functions and headers just once.
23147         Check for declaration of canonicalize_file_name.
23148         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
23149
23150 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
23151
23152         * gnulib-tool (func_import): Fix typo in actioncmd.
23153
23154 2006-11-02  Bruno Haible  <bruno@clisp.org>
23155
23156         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
23157         newline sequence in the Makefile.am snippet as a space, like "make"
23158         does.
23159         Reported by Roger Persson <perrog@gmail.com>.
23160
23161 2006-11-01  Bruno Haible  <bruno@clisp.org>
23162
23163         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
23164         already declared in <string.h>.
23165         * lib/strcase.h (strncasecmp): Don't declare it if yes.
23166
23167 2006-11-01  Bruno Haible  <bruno@clisp.org>
23168
23169         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
23170         * lib/strcase.h: Include <string.h>.
23171         (strcasecmp): Define to rpl_strcasecmp here.
23172
23173 2006-11-01  Bruno Haible  <bruno@clisp.org>
23174
23175         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
23176
23177 2006-11-01  Eric Blake  <ebb9@byu.net>
23178
23179         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
23180
23181         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
23182
23183 2006-10-29  Bruno Haible  <bruno@clisp.org>
23184
23185         Make it compile in C++ mode.
23186         * lib/full-write.c (full_rw): Add a cast.
23187
23188 2006-11-01  Bruno Haible  <bruno@clisp.org>
23189
23190         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
23191         be POSIX compliant.
23192         Reported by Roger Persson <perrog@gmail.com>.
23193
23194 2006-11-01  Eric Blake  <ebb9@byu.net>
23195
23196         * lib/getopt_.h: Fix comments.
23197
23198 2006-10-31  Eric Blake  <ebb9@byu.net>
23199
23200         * modules/tmpdir (Depends-on): Add sys_stat.
23201         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
23202         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
23203         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
23204         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
23205         tempname.
23206
23207 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
23208
23209         Avoid some C++ diagnostics reported by Bruno Haible.
23210         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
23211         xmalloc.
23212         (quotearg_alloc): Use xcharalloc rather than xmalloc.
23213         (struct slotvec): Move to top level.
23214         (quotearg_n_options): Rewrite to avoid xmalloc.
23215         * lib/xalloc.h (xcharalloc): New function.
23216         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
23217         [defined __cplusplus]: Add function template that provides result
23218         type propagation.  This part of the change is from Bruno Haible.
23219
23220 2006-10-29  Bruno Haible  <bruno@clisp.org>
23221
23222         Make it compile in C++ mode.
23223         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
23224         * lib/strnlen1.c (strnlen1): Cast memchr result.
23225         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
23226         * lib/clean-temp.c (string_equals, string_hash): Add casts.
23227         (create_temp_dir): Rename local variable 'template'.
23228         (compile_csharp_using_sscli): Add cast.
23229         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
23230         * lib/findprog.c (find_in_path): Likewise.
23231         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
23232         * lib/wait-process.c (register_slave_subprocess): Likewise.
23233
23234 2006-10-22  Bruno Haible  <bruno@clisp.org>
23235
23236         * modules/tsearch: New file.
23237         * lib/tsearch.h: New file.
23238         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
23239         * m4/tsearch.m4: New file.
23240         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
23241
23242 2006-10-29  Eric Blake  <ebb9@byu.net>
23243
23244         * lib/arcfour.c: Assume config.h.
23245         * lib/arctwo.c: Likewise.
23246         * lib/base64.c: Likewise.
23247         * lib/check-version.c: Likewise.
23248         * lib/crc.c: Likewise.
23249         * lib/des.c: Likewise.
23250         * lib/gc-gnulib.c: Likewise.
23251         * lib/gc-libgcrypt.c: Likewise.
23252         * lib/gc-pbkdf2-sha1.c: Likewise.
23253         * lib/getaddrinfo.c: Likewise.
23254         * lib/getdelim.c: Likewise.
23255         * lib/getline.c: Likewise.
23256         * lib/hmac-md5.c: Likewise.
23257         * lib/hmac-sha1.c: Likewise.
23258         * lib/iconvme.c: Likewise.
23259         * lib/md2.c: Likewise.
23260         * lib/md4.c: Likewise.
23261         * lib/memxor.c: Likewise.
23262         * lib/read-file.c: Likewise.
23263         * lib/readline.c: Likewise.
23264         * lib/rijndael-alg-fst.c: Likewise.
23265         * lib/rijndael-api-fst.c: Likewise.
23266         * lib/xgetdomainname.c: Likewise.
23267
23268 2006-10-28  Eric Blake  <ebb9@byu.net>
23269
23270         * lib/xstrndup.c: Assume config.h.
23271
23272 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
23273
23274         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
23275         stat-macros.h is now for our own macros, whereas stat_h is for
23276         macros in the <sys/stat.h> name space.
23277         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
23278         (STAT_MACROS_H): Remove.
23279         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
23280         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
23281         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
23282         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
23283         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
23284         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
23285         Move these macros to ...
23286         * lib/stat_.h: here.  Don't include stat-macros.h.
23287         * lib/canonicalize.c: Don't include stat-macros.h.
23288         * lib/chown.c: Likewise.
23289         * lib/euidaccess.c: Likewise.
23290         * lib/file-type.c: Likewise.
23291         * lib/filemode.c: Likewise.
23292         * lib/glob.c: Likewise.
23293         * lib/isapipe.c: Likewise.
23294         * lib/lchown.c: Likewise.
23295         * lib/lstat.c: Likewise.
23296         * lib/mkdir-p.c: Likewise.
23297         * lib/rmdir.c: Likewise.
23298         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
23299         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
23300         unless mkdir isn't declared, to speed up 'configure'.
23301         Always create sys/stat.h, since it's unlikely any real sys/stat.h
23302         would define all the S_* symbols.
23303         * modules/canonicalize (Depends-on):
23304         Depend on sys_stat, not stat-macros.
23305         * modules/chown: Likewise.
23306         * modules/euidaccess: Likewise.
23307         * modules/filemode: Likewise.
23308         * modules/file-type: Likewise.
23309         * modules/glob: Likewise.
23310         * modules/isapipe: Likewise.
23311         * modules/lchown: Likewise.
23312         * modules/lstat: Likewise.
23313         * modules/mkancesdirs: Likewise.
23314         * modules/rmdir: Likewise.
23315         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
23316         * modules/modechange: Likewise.
23317         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
23318         (configure.ac): Remove gl_STAT_MACROS.
23319         * modules/sys_stat (Depends-on): Remove stat-macros.
23320
23321 2006-10-27  Bruno Haible  <bruno@clisp.org>
23322
23323         * m4/signed.m4: Remove file.
23324         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
23325         invocation.
23326         * modules/vasnprintf (Files): Remove m4/signed.m4.
23327
23328 2006-10-27  Bruno Haible  <bruno@clisp.org>
23329
23330         Update to GNU gettext 0.16.
23331         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
23332         m4/inttypes-h.m4, m4/signed.m4.
23333         * m4/gettext.m4: Update to GNU gettext 0.16.
23334         * m4/intl.m4: New file, from GNU gettext.
23335         * m4/intldir.m4: New file, from GNU gettext.
23336         * config/srclist.txt: Update
23337
23338 2006-10-27  Eric Blake  <ebb9@byu.net>
23339
23340         * MODULES.html.sh: Document tempname.
23341         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
23342         dependencies.
23343         (Files): Move lib/tempname.c...
23344         * modules/tempname: ...to this new module.
23345         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
23346         (gl_PREREQ_TEMPNAME): Move...
23347         * m4/tempname.m4: ...to this new file.
23348         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
23349         * modules/sys_stat (Depends-on): Add stat-macros.
23350         * lib/stat_.h (includes): Pick up stat macros.
23351         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
23352         if stat macros are broken.
23353         * lib/tempname.c (includes): No need to include "stat-macros.h".
23354         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
23355         (direxists, __path_search) [!_LIBC]: Don't compile these in
23356         gnulib; the tmpdir module covers that.
23357         * lib/tempname.h: New file.
23358
23359 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
23360
23361         * COPYING: Explain how gnulib-tool converts licence headers.
23362         Almost all wording by Eric Blake.
23363
23364 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
23365
23366         * lib/mbchar.h (is_basic_table): Make read-only.
23367         * lib/mbchar.c (is_basic_table): Likewise.
23368         Reported by John Darrington.
23369
23370 2006-10-25  Bruno Haible  <bruno@clisp.org>
23371
23372         * lib/progname.h (set_program_name): Undefine before defining.
23373
23374 2006-10-25  Bruno Haible  <bruno@clisp.org>
23375
23376         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
23377         false for non-gcc C++ compilers.
23378         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
23379
23380 2006-10-24  Bruno Haible  <bruno@clisp.org>
23381
23382         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
23383         iconv implementations like Irix iconv.
23384
23385 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
23386
23387         * modules/vararrays: New file.
23388         * m4/vararrays.m4: New file, taken from diffutils.
23389         * MODULES.html.sh: New module vararrays.
23390
23391 2006-10-24  Karl Berry  <karl@gnu.org>
23392
23393         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
23394         Don't call GNU Unix.
23395
23396 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23397
23398         * users.txt: Add Libtool.
23399
23400         Sync from Libtool:
23401
23402         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
23403
23404         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
23405         to gnulib's policy of including config.h unconditionally.
23406
23407 2006-10-24  Bruno Haible  <bruno@clisp.org>
23408
23409         * modules/wcwidth (Files): Add m4/wint_t.m4.
23410         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
23411         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
23412
23413 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
23414
23415         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
23416         to pacify GCC with some -W flags enabled.  Problem reported by
23417         Bruno Haible.
23418
23419 2006-10-24  Jim Meyering  <jim@meyering.net>
23420
23421         * MODULES.html.sh: Remove uinttostr.  It's not a module.
23422         Reported by Karl Berry.
23423
23424 2006-10-23  Bruno Haible  <bruno@clisp.org>
23425
23426         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
23427
23428 2006-10-24  Bruno Haible  <bruno@clisp.org>
23429
23430         * lib/gl_list.h: Use C comment style, not C++ comment style.
23431
23432 2006-10-23  Eric Blake  <ebb9@byu.net>
23433
23434         * lib/getaddrinfo.c (includes): Add missing include.
23435
23436 2006-10-23  Bruno Haible  <bruno@clisp.org>
23437             Paul Eggert  <eggert@cs.ucla.edu>
23438
23439         Ability to rename obstack_free.
23440         * lib/obstack.h (__obstack_free): New macro. Declare instead of
23441         obstack_free.
23442         (obstack_free): Invoke the __obstack_free macro.
23443         * lib/obstack.c (obstack_free): Use __obstack_free macro.
23444
23445 2006-10-23  Bruno Haible  <bruno@clisp.org>
23446             Paul Eggert  <eggert@cs.ucla.edu>
23447
23448         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
23449         __argc, __argv from the declaration. (They are defined as macros on
23450         mingw.)
23451
23452 2006-10-22  Bruno Haible  <bruno@clisp.org>
23453
23454         * doc/gnulib-intro.texi: New file.
23455         * doc/gnulib.texi: Include it.
23456
23457 2006-10-21  Bruno Haible  <bruno@clisp.org>
23458
23459         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
23460         "Introduction", "Miscellanous Notes", "Particular Modules".
23461
23462 2006-10-21  Bruno Haible  <bruno@clisp.org>
23463
23464         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
23465         Change mostlyclean-local rule to avoid sh syntax error from bash
23466         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
23467
23468 2006-10-23  Jim Meyering  <jim@meyering.net>
23469
23470         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
23471         in place of snprintf.
23472
23473         * modules/inttostr (Files): Add lib/uinttostr.c.
23474         * lib/uinttostr.c (inttostr): New file/function.
23475         * lib/inttostr.h (uinttostr): Declare.
23476         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
23477         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
23478         Add uinttostr.
23479         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
23480
23481 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
23482
23483         * lib/canonicalize.c (ELOOP): Define if not already defined.
23484         Problem reported by Bruno Haible in
23485         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
23486
23487 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
23488
23489         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
23490         Problem reported by Perry Smith and Ville Laurikari.
23491
23492         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
23493         uses.
23494
23495 2006-10-19  Bruno Haible  <bruno@clisp.org>
23496
23497         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
23498         for mingw.
23499
23500 2006-10-19  Bruno Haible  <bruno@clisp.org>
23501
23502         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
23503         Needed for mingw.
23504
23505 2006-10-19  Bruno Haible  <bruno@clisp.org>
23506
23507         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
23508
23509 2006-10-19  Bruno Haible  <bruno@clisp.org>
23510
23511         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
23512         it.
23513
23514 2006-10-19  Bruno Haible  <bruno@clisp.org>
23515
23516         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
23517         invocation.
23518
23519 2006-10-19  Bruno Haible  <bruno@clisp.org>
23520
23521         * gnulib-tool (func_create_testdir): Don't include ftruncate and
23522         mountlist by default.
23523
23524 2006-10-16  Bruno Haible  <bruno@clisp.org>
23525
23526         * lib/c-strstr.c: Include c-strstr.h.
23527
23528 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
23529
23530         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
23531         in a slash.
23532
23533 2006-10-18  Bruno Haible  <bruno@clisp.org>
23534
23535         * lib/lock.h [C++]: Wrap definitions in extern "C".
23536
23537 2006-10-18  Bruno Haible  <bruno@clisp.org>
23538
23539         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
23540         gl_LIBOBJS list.
23541
23542 2006-10-18  Bruno Haible  <bruno@clisp.org>
23543
23544         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
23545
23546 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
23547
23548         * lib/xstrtol.h: Include gettext.h.
23549         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
23550         Problem reported by Eric Blake.
23551         * modules/xstrtol (Depends-on): Add gettext-h.
23552
23553 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
23554
23555         * lib/strftime.c (advance): New macro.
23556         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
23557         incomplete type, so you can't add 0 to it.  Problem and patch
23558         reported by Eelco Dolstra for dietlibc.
23559
23560 2006-10-18  Jim Meyering  <jim@meyering.net>
23561
23562         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
23563         type for a local, and rename it: s/up/user_proc/.
23564
23565 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
23566
23567         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
23568         READ_UTMP_USER_PROCESS.
23569         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
23570
23571 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
23572
23573         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
23574         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
23575
23576 2006-10-17  Eric Blake  <ebb9@byu.net>
23577
23578         * lib/sigprocmask.c (sigprocmask): Fix typo.
23579
23580         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
23581
23582         * modules/clean-temp (Makefile.am): Don't add to make output...
23583         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
23584         config.h.
23585
23586 2006-10-17  Bruno Haible  <bruno@clisp.org>
23587
23588         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
23589         differently if DEFAULT_TEXT_DOMAIN is set.
23590
23591 2006-10-16  Bruno Haible  <bruno@clisp.org>
23592
23593         * lib/clean-temp.c: Include fwriteerror.h.
23594
23595 2006-10-16  Bruno Haible  <bruno@clisp.org>
23596
23597         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
23598
23599 2006-10-16  Bruno Haible  <bruno@clisp.org>
23600
23601         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
23602         * lib/sigprocmask.h: Include <sys/types.h>.
23603         (sigset_t): Use the system's definition if present.
23604
23605 2006-10-17  Eric Blake  <ebb9@byu.net>
23606
23607         * lib/xvasprintf.c (includes): Assume config.h.
23608         * lib/xasprintf.c (includes): Likewise.
23609
23610 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
23611
23612         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
23613         at least as wide as intmax_t.
23614
23615 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
23616
23617         (Imported from Automake.)
23618         * build-aux/gnupload: Update to version 1.1 of directive file.
23619
23620 2006-10-16  Eric Blake  <ebb9@byu.net>
23621
23622         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
23623         match Automake 1.10a.
23624
23625 2006-10-14  Bruno Haible  <bruno@clisp.org>
23626
23627         * modules/sigprocmask: New file.
23628         * lib/sigprocmask.h: New file.
23629         * lib/sigprocmask.c: New file.
23630         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
23631         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
23632         request sigprocmask.o.
23633         (gl_PREREQ_SIGPROCMASK): New macro.
23634         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
23635         (Depends-on): Add sigprocmask.
23636         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
23637         gt_SIGNALBLOCKING. Test for 'raise' only once.
23638         * lib/fatal-signal.c: Include sigprocmask.h.
23639         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
23640         unblock_fatal_signals): Define always.
23641         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
23642         sigprocmask.
23643
23644 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
23645
23646         Sync from Automake.
23647         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
23648         which incorrectly sets the mode of an existing destination
23649         directory.  In some cases the unpatched install-sh could do the
23650         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
23651         system.  We hope this is rare in practice, but it's clearly worth
23652         fixing.  Problem reported by Alex Unleashed in
23653         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
23654         Also, don't bother to check for -m bugs unless we're using -m;
23655         suggested by Stepan Kasal.
23656
23657 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23658
23659         Sync from Automake.
23660         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
23661         `-c' flag, so they appear at the same position as in %FASTDEP%
23662         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
23663         which ignores unknown options only after the first non-option.
23664         Bug report against M4 by Nelson H. F. Beebe.
23665
23666 2006-10-13  Jim Meyering  <jim@meyering.net>
23667
23668         Fix a bug in yesterday's change.
23669         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
23670         p->fts_statp->st_dev would be used uninitialized.
23671         Ensures that we always call fts_stat on the very first entry.
23672         Miklos Szeredi reported that find -xdev stopped working.
23673
23674 2006-10-12  Bruno Haible  <bruno@clisp.org>
23675
23676         * gnulib-tool (func_get_automake_snippet): Append an automatically
23677         computed EXTRA_DIST augmentation.
23678         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
23679         * modules/alloca-opt (Makefile.am): Likewise.
23680         * modules/allocsa (Makefile.am): Likewise.
23681         * modules/arcfour (Makefile.am): Likewise.
23682         * modules/arctwo (Makefile.am): Likewise.
23683         * modules/argmatch (Makefile.am): Likewise.
23684         * modules/argz (Makefile.am): Likewise.
23685         * modules/atexit (Makefile.am): Likewise.
23686         * modules/backupfile (Makefile.am): Likewise.
23687         * modules/byteswap (Makefile.am): Likewise.
23688         * modules/c-strtod (Makefile.am): Likewise.
23689         * modules/c-strtold (Makefile.am): Likewise.
23690         * modules/calloc (Makefile.am): Likewise.
23691         * modules/canon-host (Makefile.am): Likewise.
23692         * modules/canonicalize (Makefile.am): Likewise.
23693         * modules/chdir-long (Makefile.am): Likewise.
23694         * modules/chdir-safer (Makefile.am): Likewise.
23695         * modules/check-version (Makefile.am): Likewise.
23696         * modules/chown (Makefile.am): Likewise.
23697         * modules/cloexec (Makefile.am): Likewise.
23698         * modules/close-stream (Makefile.am): Likewise.
23699         * modules/closeout (Makefile.am): Likewise.
23700         * modules/crc (Makefile.am): Likewise.
23701         * modules/csharpexec (Makefile.am): Likewise.
23702         * modules/cycle-check (Makefile.am): Likewise.
23703         * modules/des (Makefile.am): Likewise.
23704         * modules/dev-ino (Makefile.am): Likewise.
23705         * modules/dirfd (Makefile.am): Likewise.
23706         * modules/dirname (Makefile.am): Likewise.
23707         * modules/dup2 (Makefile.am): Likewise.
23708         * modules/eealloc (Makefile.am): Likewise.
23709         * modules/error (Makefile.am): Likewise.
23710         * modules/euidaccess (Makefile.am): Likewise.
23711         * modules/exclude (Makefile.am): Likewise.
23712         * modules/exitfail (Makefile.am): Likewise.
23713         * modules/fcntl-safer (Makefile.am): Likewise.
23714         * modules/fcntl (Makefile.am): Likewise.
23715         * modules/file-type (Makefile.am): Likewise.
23716         * modules/fileblocks (Makefile.am): Likewise.
23717         * modules/filemode (Makefile.am): Likewise.
23718         * modules/filenamecat (Makefile.am): Likewise.
23719         * modules/fnmatch (Makefile.am): Likewise.
23720         * modules/fopen-safer (Makefile.am): Likewise.
23721         * modules/fpending (Makefile.am): Likewise.
23722         * modules/fprintftime (Makefile.am): Likewise.
23723         * modules/free (Makefile.am): Likewise.
23724         * modules/fsusage (Makefile.am): Likewise.
23725         * modules/ftruncate (Makefile.am): Likewise.
23726         * modules/fts (Makefile.am): Likewise.
23727         * modules/gc-arcfour (Makefile.am): Likewise.
23728         * modules/gc-des (Makefile.am): Likewise.
23729         * modules/gc-hmac-md5 (Makefile.am): Likewise.
23730         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
23731         * modules/gc-md4 (Makefile.am): Likewise.
23732         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
23733         * modules/gc-sha1 (Makefile.am): Likewise.
23734         * modules/gc (Makefile.am): Likewise.
23735         * modules/getaddrinfo (Makefile.am): Likewise.
23736         * modules/getcwd (Makefile.am): Likewise.
23737         * modules/getdelim (Makefile.am): Likewise.
23738         * modules/getdomainname (Makefile.am): Likewise.
23739         * modules/getgroups (Makefile.am): Likewise.
23740         * modules/gethostname (Makefile.am): Likewise.
23741         * modules/gethrxtime (Makefile.am): Likewise.
23742         * modules/getline (Makefile.am): Likewise.
23743         * modules/getloadavg (Makefile.am): Likewise.
23744         * modules/getlogin_r (Makefile.am): Likewise.
23745         * modules/getndelim2 (Makefile.am): Likewise.
23746         * modules/getopt (Makefile.am): Likewise.
23747         * modules/getpagesize (Makefile.am): Likewise.
23748         * modules/getpass-gnu (Makefile.am): Likewise.
23749         * modules/getpass (Makefile.am): Likewise.
23750         * modules/getsubopt (Makefile.am): Likewise.
23751         * modules/gettime (Makefile.am): Likewise.
23752         * modules/gettimeofday (Makefile.am): Likewise.
23753         * modules/getugroups (Makefile.am): Likewise.
23754         * modules/getusershell (Makefile.am): Likewise.
23755         * modules/glob (Makefile.am): Likewise.
23756         * modules/group-member (Makefile.am): Likewise.
23757         * modules/hard-locale (Makefile.am): Likewise.
23758         * modules/hash (Makefile.am): Likewise.
23759         * modules/hmac-md5 (Makefile.am): Likewise.
23760         * modules/hmac-sha1 (Makefile.am): Likewise.
23761         * modules/human (Makefile.am): Likewise.
23762         * modules/idcache (Makefile.am): Likewise.
23763         * modules/imaxabs (Makefile.am): Likewise.
23764         * modules/imaxdiv (Makefile.am): Likewise.
23765         * modules/inet_ntop (Makefile.am): Likewise.
23766         * modules/inet_pton (Makefile.am): Likewise.
23767         * modules/intprops (Makefile.am): Likewise.
23768         * modules/inttostr (Makefile.am): Likewise.
23769         * modules/inttypes (Makefile.am): Likewise.
23770         * modules/isapipe (Makefile.am): Likewise.
23771         * modules/javaversion (Makefile.am): Likewise.
23772         * modules/lchmod (Makefile.am): Likewise.
23773         * modules/lchown (Makefile.am): Likewise.
23774         * modules/localcharset (Makefile.am): Likewise.
23775         * modules/long-options (Makefile.am): Likewise.
23776         * modules/lstat (Makefile.am): Likewise.
23777         * modules/malloc (Makefile.am): Likewise.
23778         * modules/mathl (Makefile.am): Likewise.
23779         * modules/mbchar (Makefile.am): Likewise.
23780         * modules/md2 (Makefile.am): Likewise.
23781         * modules/md4 (Makefile.am): Likewise.
23782         * modules/md5 (Makefile.am): Likewise.
23783         * modules/memcasecmp (Makefile.am): Likewise.
23784         * modules/memchr (Makefile.am): Likewise.
23785         * modules/memcmp (Makefile.am): Likewise.
23786         * modules/memcoll (Makefile.am): Likewise.
23787         * modules/memcpy (Makefile.am): Likewise.
23788         * modules/memmem (Makefile.am): Likewise.
23789         * modules/memmove (Makefile.am): Likewise.
23790         * modules/mempcpy (Makefile.am): Likewise.
23791         * modules/memrchr (Makefile.am): Likewise.
23792         * modules/memset (Makefile.am): Likewise.
23793         * modules/memxor (Makefile.am): Likewise.
23794         * modules/mkancesdirs (Makefile.am): Likewise.
23795         * modules/mkdir-p (Makefile.am): Likewise.
23796         * modules/mkdir (Makefile.am): Likewise.
23797         * modules/mkdtemp (Makefile.am): Likewise.
23798         * modules/mkstemp (Makefile.am): Likewise.
23799         * modules/mktime (Makefile.am): Likewise.
23800         * modules/modechange (Makefile.am): Likewise.
23801         * modules/mountlist (Makefile.am): Likewise.
23802         * modules/nanosleep (Makefile.am): Likewise.
23803         * modules/obstack (Makefile.am): Likewise.
23804         * modules/openat (Makefile.am): Likewise.
23805         * modules/pagealign_alloc (Makefile.am): Likewise.
23806         * modules/pathmax (Makefile.am): Likewise.
23807         * modules/physmem (Makefile.am): Likewise.
23808         * modules/poll (Makefile.am): Likewise.
23809         * modules/posixtm (Makefile.am): Likewise.
23810         * modules/posixver (Makefile.am): Likewise.
23811         * modules/putenv (Makefile.am): Likewise.
23812         * modules/quote (Makefile.am): Likewise.
23813         * modules/quotearg (Makefile.am): Likewise.
23814         * modules/raise (Makefile.am): Likewise.
23815         * modules/read-file (Makefile.am): Likewise.
23816         * modules/readline (Makefile.am): Likewise.
23817         * modules/readlink (Makefile.am): Likewise.
23818         * modules/readtokens (Makefile.am): Likewise.
23819         * modules/readutmp (Makefile.am): Likewise.
23820         * modules/realloc (Makefile.am): Likewise.
23821         * modules/regex (Makefile.am): Likewise.
23822         * modules/rename-dest-slash (Makefile.am): Likewise.
23823         * modules/rename (Makefile.am): Likewise.
23824         * modules/rijndael (Makefile.am): Likewise.
23825         * modules/rmdir (Makefile.am): Likewise.
23826         * modules/rpmatch (Makefile.am): Likewise.
23827         * modules/safe-read (Makefile.am): Likewise.
23828         * modules/safe-write (Makefile.am): Likewise.
23829         * modules/same-inode (Makefile.am): Likewise.
23830         * modules/same (Makefile.am): Likewise.
23831         * modules/save-cwd (Makefile.am): Likewise.
23832         * modules/savedir (Makefile.am): Likewise.
23833         * modules/setenv (Makefile.am): Likewise.
23834         * modules/settime (Makefile.am): Likewise.
23835         * modules/sha1 (Makefile.am): Likewise.
23836         * modules/sig2str (Makefile.am): Likewise.
23837         * modules/snprintf (Makefile.am): Likewise.
23838         * modules/stat-macros (Makefile.am): Likewise.
23839         * modules/stat-time (Makefile.am): Likewise.
23840         * modules/stdbool (Makefile.am): Likewise.
23841         * modules/stdint (Makefile.am): Likewise.
23842         * modules/stdlib-safer (Makefile.am): Likewise.
23843         * modules/stpcpy (Makefile.am): Likewise.
23844         * modules/stpncpy (Makefile.am): Likewise.
23845         * modules/strcase (Makefile.am): Likewise.
23846         * modules/strcasestr (Makefile.am): Likewise.
23847         * modules/strchrnul (Makefile.am): Likewise.
23848         * modules/strcspn (Makefile.am): Likewise.
23849         * modules/strdup (Makefile.am): Likewise.
23850         * modules/strerror (Makefile.am): Likewise.
23851         * modules/strftime (Makefile.am): Likewise.
23852         * modules/strndup (Makefile.am): Likewise.
23853         * modules/strnlen (Makefile.am): Likewise.
23854         * modules/strpbrk (Makefile.am): Likewise.
23855         * modules/strsep (Makefile.am): Likewise.
23856         * modules/strstr (Makefile.am): Likewise.
23857         * modules/strtod (Makefile.am): Likewise.
23858         * modules/strtoimax (Makefile.am): Likewise.
23859         * modules/strtok_r (Makefile.am): Likewise.
23860         * modules/strtol (Makefile.am): Likewise.
23861         * modules/strtoll (Makefile.am): Likewise.
23862         * modules/strtoul (Makefile.am): Likewise.
23863         * modules/strtoull (Makefile.am): Likewise.
23864         * modules/strtoumax (Makefile.am): Likewise.
23865         * modules/strverscmp (Makefile.am): Likewise.
23866         * modules/sys_socket (Makefile.am): Likewise.
23867         * modules/sys_stat (Makefile.am): Likewise.
23868         * modules/sysexits (Makefile.am): Likewise.
23869         * modules/time_r (Makefile.am): Likewise.
23870         * modules/timegm (Makefile.am): Likewise.
23871         * modules/timespec (Makefile.am): Likewise.
23872         * modules/tmpfile-safer (Makefile.am): Likewise.
23873         * modules/trim (Makefile.am): Likewise.
23874         * modules/unistd-safer (Makefile.am): Likewise.
23875         * modules/unlinkdir (Makefile.am): Likewise.
23876         * modules/unlocked-io (Makefile.am): Likewise.
23877         * modules/userspec (Makefile.am): Likewise.
23878         * modules/utime (Makefile.am): Likewise.
23879         * modules/utimecmp (Makefile.am): Likewise.
23880         * modules/utimens (Makefile.am): Likewise.
23881         * modules/vasnprintf (Makefile.am): Likewise.
23882         * modules/vasprintf (Makefile.am): Likewise.
23883         * modules/vsnprintf (Makefile.am): Likewise.
23884         * modules/xalloc (Makefile.am): Likewise.
23885         * modules/xgetcwd (Makefile.am): Likewise.
23886         * modules/xnanosleep (Makefile.am): Likewise.
23887         * modules/xreadlink (Makefile.am): Likewise.
23888         * modules/xstrtod (Makefile.am): Likewise.
23889         * modules/xstrtol (Makefile.am): Likewise.
23890         * modules/xstrtold (Makefile.am): Likewise.
23891         * modules/yesno (Makefile.am): Likewise.
23892         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
23893
23894 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
23895
23896         * modules/error (Makefile.am): Distribute files through
23897         EXTRA_DIST, not lib_SOURCES.
23898
23899 2006-10-12  Eric Blake  <ebb9@byu.net>
23900
23901         * modules/error (Makefile.am): Distribute files in /lib.
23902         * modules/obstack (Makefile.am): Likewise.
23903
23904 2006-10-12  Bruno Haible  <bruno@clisp.org>
23905
23906         * modules/acl (Makefile.am): Distribute all files in lib/ through
23907         EXTRA_DIST.
23908         * modules/arcfour (Makefile.am): Likewise.
23909         * modules/arctwo (Makefile.am): Likewise.
23910         * modules/argmatch (Makefile.am): Likewise.
23911         * modules/argz (Makefile.am): Likewise.
23912         * modules/atexit (Makefile.am): Likewise.
23913         * modules/backupfile (Makefile.am): Likewise.
23914         * modules/c-strtod (Makefile.am): Likewise.
23915         * modules/c-strtold (Makefile.am): Likewise.
23916         * modules/calloc (Makefile.am): Likewise.
23917         * modules/canon-host (Makefile.am): Likewise.
23918         * modules/canonicalize (Makefile.am): Likewise.
23919         * modules/chdir-long (Makefile.am): Likewise.
23920         * modules/chdir-safer (Makefile.am): Likewise.
23921         * modules/check-version (Makefile.am): Likewise.
23922         * modules/chown (Makefile.am): Likewise.
23923         * modules/cloexec (Makefile.am): Likewise.
23924         * modules/close-stream (Makefile.am): Likewise.
23925         * modules/closeout (Makefile.am): Likewise.
23926         * modules/crc (Makefile.am): Likewise.
23927         * modules/cycle-check (Makefile.am): Likewise.
23928         * modules/des (Makefile.am): Likewise.
23929         * modules/dirfd (Makefile.am): Likewise.
23930         * modules/dirname (Makefile.am): Likewise.
23931         * modules/dup2 (Makefile.am): Likewise.
23932         * modules/euidaccess (Makefile.am): Likewise.
23933         * modules/exclude (Makefile.am): Likewise.
23934         * modules/exitfail (Makefile.am): Likewise.
23935         * modules/fcntl-safer (Makefile.am): Likewise.
23936         * modules/file-type (Makefile.am): Likewise.
23937         * modules/fileblocks (Makefile.am): Likewise.
23938         * modules/filemode (Makefile.am): Likewise.
23939         * modules/filenamecat (Makefile.am): Likewise.
23940         * modules/fnmatch (Makefile.am): Likewise.
23941         * modules/fopen-safer (Makefile.am): Likewise.
23942         * modules/fpending (Makefile.am): Likewise.
23943         * modules/fprintftime (Makefile.am): Likewise.
23944         * modules/free (Makefile.am): Likewise.
23945         * modules/fsusage (Makefile.am): Likewise.
23946         * modules/ftruncate (Makefile.am): Likewise.
23947         * modules/fts (Makefile.am): Likewise.
23948         * modules/gc (Makefile.am): Likewise.
23949         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
23950         * modules/getaddrinfo (Makefile.am): Likewise.
23951         * modules/getcwd (Makefile.am): Likewise.
23952         * modules/getdelim (Makefile.am): Likewise.
23953         * modules/getdomainname (Makefile.am): Likewise.
23954         * modules/getgroups (Makefile.am): Likewise.
23955         * modules/gethostname (Makefile.am): Likewise.
23956         * modules/gethrxtime (Makefile.am): Likewise.
23957         * modules/getline (Makefile.am): Likewise.
23958         * modules/getloadavg (Makefile.am): Likewise.
23959         * modules/getlogin_r (Makefile.am): Likewise.
23960         * modules/getopt (Makefile.am): Likewise.
23961         * modules/getpass (Makefile.am): Likewise.
23962         * modules/getpass-gnu (Makefile.am): Likewise.
23963         * modules/getsubopt (Makefile.am): Likewise.
23964         * modules/gettime (Makefile.am): Likewise.
23965         * modules/gettimeofday (Makefile.am): Likewise.
23966         * modules/getugroups (Makefile.am): Likewise.
23967         * modules/getusershell (Makefile.am): Likewise.
23968         * modules/glob (Makefile.am): Likewise.
23969         * modules/group-member (Makefile.am): Likewise.
23970         * modules/hard-locale (Makefile.am): Likewise.
23971         * modules/hash (Makefile.am): Likewise.
23972         * modules/hmac-md5 (Makefile.am): Likewise.
23973         * modules/hmac-sha1 (Makefile.am): Likewise.
23974         * modules/human (Makefile.am): Likewise.
23975         * modules/idcache (Makefile.am): Likewise.
23976         * modules/imaxabs (Makefile.am): Likewise.
23977         * modules/imaxdiv (Makefile.am): Likewise.
23978         * modules/inet_ntop (Makefile.am): Likewise.
23979         * modules/inet_pton (Makefile.am): Likewise.
23980         * modules/inttostr (Makefile.am): Likewise.
23981         * modules/isapipe (Makefile.am): Likewise.
23982         * modules/lchown (Makefile.am): Likewise.
23983         * modules/long-options (Makefile.am): Likewise.
23984         * modules/lstat (Makefile.am): Likewise.
23985         * modules/malloc (Makefile.am): Likewise.
23986         * modules/mathl (Makefile.am): Likewise.
23987         * modules/mbchar (Makefile.am): Likewise.
23988         * modules/md2 (Makefile.am): Likewise.
23989         * modules/md4 (Makefile.am): Likewise.
23990         * modules/md5 (Makefile.am): Likewise.
23991         * modules/memcasecmp (Makefile.am): Likewise.
23992         * modules/memchr (Makefile.am): Likewise.
23993         * modules/memcmp (Makefile.am): Likewise.
23994         * modules/memcoll (Makefile.am): Likewise.
23995         * modules/memcpy (Makefile.am): Likewise.
23996         * modules/memmem (Makefile.am): Likewise.
23997         * modules/memmove (Makefile.am): Likewise.
23998         * modules/mempcpy (Makefile.am): Likewise.
23999         * modules/memrchr (Makefile.am): Likewise.
24000         * modules/memset (Makefile.am): Likewise.
24001         * modules/memxor (Makefile.am): Likewise.
24002         * modules/mkancesdirs (Makefile.am): Likewise.
24003         * modules/mkdir (Makefile.am): Likewise.
24004         * modules/mkdir-p (Makefile.am): Likewise.
24005         * modules/mkdtemp (Makefile.am): Likewise.
24006         * modules/mkstemp (Makefile.am): Likewise.
24007         * modules/mktime (Makefile.am): Likewise.
24008         * modules/modechange (Makefile.am): Likewise.
24009         * modules/mountlist (Makefile.am): Likewise.
24010         * modules/nanosleep (Makefile.am): Likewise.
24011         * modules/openat (Makefile.am): Likewise.
24012         * modules/pagealign_alloc (Makefile.am): Likewise.
24013         * modules/physmem (Makefile.am): Likewise.
24014         * modules/poll (Makefile.am): Likewise.
24015         * modules/posixtm (Makefile.am): Likewise.
24016         * modules/posixver (Makefile.am): Likewise.
24017         * modules/putenv (Makefile.am): Likewise.
24018         * modules/quote (Makefile.am): Likewise.
24019         * modules/quotearg (Makefile.am): Likewise.
24020         * modules/raise (Makefile.am): Likewise.
24021         * modules/read-file (Makefile.am): Likewise.
24022         * modules/readline (Makefile.am): Likewise.
24023         * modules/readlink (Makefile.am): Likewise.
24024         * modules/readtokens (Makefile.am): Likewise.
24025         * modules/readutmp (Makefile.am): Likewise.
24026         * modules/realloc (Makefile.am): Likewise.
24027         * modules/regex (Makefile.am): Likewise.
24028         * modules/rename (Makefile.am): Likewise.
24029         * modules/rename-dest-slash (Makefile.am): Likewise.
24030         * modules/rijndael (Makefile.am): Likewise.
24031         * modules/rmdir (Makefile.am): Likewise.
24032         * modules/rpmatch (Makefile.am): Likewise.
24033         * modules/safe-read (Makefile.am): Likewise.
24034         * modules/safe-write (Makefile.am): Likewise.
24035         * modules/same (Makefile.am): Likewise.
24036         * modules/save-cwd (Makefile.am): Likewise.
24037         * modules/savedir (Makefile.am): Likewise.
24038         * modules/setenv (Makefile.am): Likewise.
24039         * modules/settime (Makefile.am): Likewise.
24040         * modules/sha1 (Makefile.am): Likewise.
24041         * modules/sig2str (Makefile.am): Likewise.
24042         * modules/snprintf (Makefile.am): Likewise.
24043         * modules/stdlib-safer (Makefile.am): Likewise.
24044         * modules/stpcpy (Makefile.am): Likewise.
24045         * modules/stpncpy (Makefile.am): Likewise.
24046         * modules/strcase (Makefile.am): Likewise.
24047         * modules/strcasestr (Makefile.am): Likewise.
24048         * modules/strchrnul (Makefile.am): Likewise.
24049         * modules/strcspn (Makefile.am): Likewise.
24050         * modules/strdup (Makefile.am): Likewise.
24051         * modules/strerror (Makefile.am): Likewise.
24052         * modules/strftime (Makefile.am): Likewise.
24053         * modules/strndup (Makefile.am): Likewise.
24054         * modules/strnlen (Makefile.am): Likewise.
24055         * modules/strpbrk (Makefile.am): Likewise.
24056         * modules/strsep (Makefile.am): Likewise.
24057         * modules/strstr (Makefile.am): Likewise.
24058         * modules/strtod (Makefile.am): Likewise.
24059         * modules/strtoimax (Makefile.am): Likewise.
24060         * modules/strtok_r (Makefile.am): Likewise.
24061         * modules/strtol (Makefile.am): Likewise.
24062         * modules/strtoll (Makefile.am): Likewise.
24063         * modules/strtoul (Makefile.am): Likewise.
24064         * modules/strtoull (Makefile.am): Likewise.
24065         * modules/strtoumax (Makefile.am): Likewise.
24066         * modules/strverscmp (Makefile.am): Likewise.
24067         * modules/time_r (Makefile.am): Likewise.
24068         * modules/timegm (Makefile.am): Likewise.
24069         * modules/tmpfile-safer (Makefile.am): Likewise.
24070         * modules/unistd-safer (Makefile.am): Likewise.
24071         * modules/unlinkdir (Makefile.am): Likewise.
24072         * modules/userspec (Makefile.am): Likewise.
24073         * modules/utime (Makefile.am): Likewise.
24074         * modules/utimecmp (Makefile.am): Likewise.
24075         * modules/utimens (Makefile.am): Likewise.
24076         * modules/vasnprintf (Makefile.am): Likewise.
24077         * modules/vasprintf (Makefile.am): Likewise.
24078         * modules/vsnprintf (Makefile.am): Likewise.
24079         * modules/xalloc (Makefile.am): Likewise.
24080         * modules/xgetcwd (Makefile.am): Likewise.
24081         * modules/xnanosleep (Makefile.am): Likewise.
24082         * modules/xreadlink (Makefile.am): Likewise.
24083         * modules/xstrtod (Makefile.am): Likewise.
24084         * modules/xstrtol (Makefile.am): Likewise.
24085         * modules/xstrtold (Makefile.am): Likewise.
24086         * modules/yesno (Makefile.am): Likewise.
24087
24088 2006-10-12  Jim Meyering  <jim@meyering.net>
24089
24090         * m4/getloadavg.m4: Revert the change below.
24091
24092         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
24093         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
24094         fail with a symlink, which is what coreutils' ./bootstrap now
24095         creates by default.
24096
24097 2006-10-12  Bruno Haible  <bruno@clisp.org>
24098
24099         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
24100         mingw.
24101         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
24102         MSVC and mingw explicitly.
24103
24104 2006-10-11  Simon Josefsson  <jas@extundo.com>
24105             Bruno Haible  <bruno@clisp.org>
24106
24107         Add support for multiple gnulib-tool invocations in the scope of a
24108         single configure.ac file.
24109         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
24110         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
24111         with the same contents as the _LIBADD variable.
24112         (func_emit_initmacro_start, func_emit_initmacro_end,
24113         func_emit_initmacro_done): New functions.
24114         (func_import, func_create_testdir): Invoke them. Allow the identifiers
24115         gl_LIBOBJS and gl_LTLIBOBJS.
24116
24117 2006-10-11  Bruno Haible  <bruno@clisp.org>
24118
24119         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
24120         (func_create_testdir): Don't create po/Makefile.am, don't invoke
24121         autoreconf. Instead, invoke autopoint explicitly but move back the
24122         *.m4 files from gnulib.
24123
24124 2006-10-11  Bruno Haible  <bruno@clisp.org>
24125
24126         * gnulib-tool (func_usage): Make module names after --create-testdir
24127         optional.
24128         (func_create_testdir): If no module was specified, use nearly all
24129         modules.
24130
24131 2006-10-12  Jim Meyering  <jim@meyering.net>
24132
24133         Big performance improvement for fts-based tools that use FTS_NOSTAT.
24134         Avoid spurious inode-mismatch problems on non-POSIX file systems.
24135         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
24136         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
24137         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
24138         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
24139         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
24140         (fts_set_stat_required): New function.
24141         (fts_open): Defer the calls to fts_stat, if possible or requested.
24142         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
24143         into fts_stat itself.
24144         (fts_read): Perform any required (deferred) fts_stat call.
24145         (fts_build): Likewise, for the directory we're about to open and read.
24146         In the readdir loop, carefully decide whether each entry will require
24147         an eventual call to fts_stat, using dirent.d_type info if available.
24148         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
24149         a command line argument into this function.  Update all callers.
24150         Map a return value of FTS_DOT to FTS_D for a command line argument.
24151         * modules/fts (Depends-on): Add d-type.  Alphabetize.
24152         Thanks to Miklos Szeredi for his tenacity and for the initial
24153         bug report about "find" failing on a FUSE-based file system.
24154
24155         * lib/fts.c (fts_open): Use consistent indentation.
24156
24157 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
24158
24159         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
24160         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
24161         reported by Jim Meyering.  All uses of cache variables renamed
24162         to match Autoconf's.
24163         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
24164         the other one.
24165
24166         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
24167         Fix misspelling in diagnostic.
24168
24169 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
24170
24171         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
24172         defined.  Problem reported by Matthew Woehlke.
24173
24174         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
24175         Add support for Tandem NonStop R series.
24176         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
24177         Use new macro.
24178
24179         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
24180         (has_trailing_slash): Omit size arg; all callers changed.
24181         Omit 'inline', since it doesn't help performance and we'd
24182         need to configure it.
24183         Don't count //, ///, etc. as having a trailing slash.
24184         As a side effect, this removes a C99ism reported by Matthew Woehlke.
24185         (rpl_rename_dest_slash): On failure, use rename's errno rather
24186         than (in some cases) an incorrect or junk errno.
24187         Simplify code by removing need to compute length; this does
24188         cause it to make two passes instead of one over the file name,
24189         but it's worth it.
24190
24191         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
24192         change, since Autoconf's version may no longer be appropriate now
24193         that we are using CVS Autoconf's version.  Add support for Tandem.
24194
24195 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
24196             Bruno Haible  <bruno@clisp.org>
24197
24198         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
24199         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
24200         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
24201         gl_AC_TYPE_LONG_LONG.
24202
24203         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
24204         instead of HAVE_LONG_LONG.
24205         * lib/printf-args.c (printf_fetchargs): Likewise.
24206         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
24207         * lib/vasnprintf.c (VASNPRINTF): Likewise.
24208         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
24209         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
24210         gl_AC_TYPE_LONG_LONG.
24211
24212 2006-10-11  Bruno Haible  <bruno@clisp.org>
24213
24214         * m4/longlong.m4: Add comments.
24215         * m4/ulonglong.m4: Likewise.
24216
24217 2006-10-10  Bruno Haible  <bruno@clisp.org>
24218
24219         Make it possible to #define stpcpy, strdup to aliases.
24220         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
24221         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
24222
24223 2006-10-10  Bruno Haible  <bruno@clisp.org>
24224
24225         Make it possible to #define gcd to an alias.
24226         * lib/gcd.c: Include config.h.
24227
24228 2006-10-10  Bruno Haible  <bruno@clisp.org>
24229
24230         Make it possible to #define c_isascii to an alias.
24231         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
24232         defined. Undefine the macros before defining them, to avoid gcc
24233         warnings.
24234         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
24235         define NO_C_CTYPE_MACROS early.
24236
24237 2006-10-10  Bruno Haible  <bruno@clisp.org>
24238
24239         Make it possible to #define set_program_name to an alias.
24240         * lib/progname.c: Don't undefine set_program_name; instead, undefine
24241         ENABLE_RELOCATABLE early.
24242
24243 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
24244
24245         Port to Tandem NSK OSS, which has 64-bit signed int but at most
24246         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
24247         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
24248         More generally, don't assume that 64-bit signed int is available
24249         if unsigned int is, and vice versa.
24250         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
24251         unsigned symbols, not on their signed counterparts.
24252         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
24253         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
24254         (UINT64_C, UINTMAX_C):
24255         Likewise.
24256         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
24257         unsigned counterparts.
24258         (Have_long_long, Unsigned): New macros.
24259         (Int): Renamed from INT.
24260         (strtoimax): Use the new macros.
24261         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
24262         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
24263         * modules/inttypes (inttypes.h): Substitute
24264         HAVE_UNSIGNED_LONG_LONG_INT.
24265         * modules/stdint (stdint.h): Likewise.
24266         (Files): Add m4/ulonglong.m4.
24267
24268 2006-10-10  Bruno Haible  <bruno@clisp.org>
24269
24270         Fix a gcc -Wshadow warning.
24271         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
24272         to 'bucket'.
24273         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
24274         gl_linked_indexof_from_to): Likewise.
24275         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
24276         Likewise.
24277         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
24278         Likewise.
24279         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
24280         Reported by Eric Blake.
24281
24282 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
24283
24284         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
24285         for NetBSD.  Problem reported by Bruno Haible.
24286
24287 2006-10-09  Jim Meyering  <jim@meyering.net>
24288
24289         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
24290         Patch from Bruno Haible.
24291
24292 2006-10-09  Jim Meyering  <jim@meyering.net>
24293
24294         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
24295         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
24296         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
24297
24298 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
24299
24300         Don't include <config.h> twice; this doesn't work in some cases,
24301         e.g., when config.h has "#define intmax_t long long int" and
24302         we include <config.h>, <inttypes.h>, <config.h> in that order.
24303         Problem reported by Matthew Woehlke in:
24304         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
24305         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
24306         * lib/fts-cycle.c: Don't include config.h.
24307         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
24308         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
24309         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
24310         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
24311         inttypes.h.
24312         * lib/xstrtoumax.c: Likewise.
24313         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
24314         __strtol and the like, so that this module is more like its siblings.
24315         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
24316         Remove; no longer needed now that we assume gnulib inttypes.h.
24317
24318 2006-10-08  Bruno Haible  <bruno@clisp.org>
24319
24320         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
24321         option.
24322
24323 2006-10-07  Jim Meyering  <jim@meyering.net>
24324
24325         * modules/inttypes (inttypes.h): Revert what seems to have been
24326         an inadvertent part of today's change: use "|", not "/" in the
24327         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
24328
24329 2006-10-07  Bruno Haible  <bruno@clisp.org>
24330
24331         * modules/sublist: New file.
24332
24333 2006-10-07  Bruno Haible  <bruno@clisp.org>
24334
24335         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
24336         * modules/argz (argz.h): Likewise.
24337         * modules/arpa_inet (arpa/inet.h): Likewise.
24338         * modules/byteswap (byteswap.h): Likewise.
24339         * modules/configmake (configmake.h): Likewise.
24340         * modules/fcntl (fcntl.h): Likewise.
24341         * modules/fnmatch (fnmatch.h): Likewise.
24342         * modules/getopt (getopt.h): Likewise.
24343         * modules/glob (glob.h): Likewise.
24344         * modules/inttypes (inttypes.h): Likewise.
24345         * modules/netinet_in (netinet/in.h): Likewise.
24346         * modules/poll (poll.h): Likewise.
24347         * modules/stdbool (stdbool.h): Likewise.
24348         * modules/stdint (stdint.h): Likewise.
24349         * modules/sys_select (sys/select.h): Likewise.
24350         * modules/sys_socket (sys/socket.h): Likewise.
24351         * modules/sys_stat (sys/stat.h): Likewise.
24352         * modules/sysexits (sysexits.h): Likewise.
24353         * modules/unistd (unistd.h): Likewise.
24354         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
24355         Add a "DO NOT EDIT" comment to the generated file.
24356         (func_import): Likewise for gnulib-comp.m4.
24357
24358 2006-10-07  Bruno Haible  <bruno@clisp.org>
24359
24360         * lib/gl_sublist.h: New file.
24361         * lib/gl_sublist.c: New file.
24362
24363 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
24364
24365         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
24366         name (relative to the original working directory) and the file
24367         name component (relative to the temporary working directory).  All
24368         callers changed.
24369         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
24370         * lib/mkdir-p.c (make_dir_parents): Likewise.
24371         * lib/mkdir-p.h (make_dir_parents): Likewise.
24372
24373 2006-10-06  Eric Blake  <ebb9@byu.net>
24374
24375         Define several macros for use by the clean-temp module.
24376         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
24377         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
24378         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
24379
24380         * lib/clean-temp.h (close_stream_temp): New declaration.
24381         * lib/clean-temp.c (includes): Pull in headers according to what
24382         other modules are in use.
24383         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
24384
24385 2006-10-06  Bruno Haible  <bruno@clisp.org>
24386
24387         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
24388         instead of fopen, fwriteerror.
24389
24390 2006-10-06  Bruno Haible  <bruno@clisp.org>
24391
24392         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
24393         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
24394         int.
24395         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
24396         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
24397         Return an error indicator.
24398         Suggested by Eric Blake.
24399
24400 2006-10-06  Bruno Haible  <bruno@clisp.org>
24401
24402         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
24403         Reported by Eric Blake.
24404
24405 2006-10-06  Bruno Haible  <bruno@clisp.org>
24406
24407         * modules/closeout (Description): Mention stderr too.
24408
24409 2006-10-06  Bruno Haible  <bruno@clisp.org>
24410         and Paul Eggert  <eggert@cs.ucla.edu>
24411
24412         * lib/closeout.c (close_stdout): Also close stderr.
24413         * lib/closeout.h: Update comment.
24414
24415 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
24416
24417         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
24418         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
24419         * lib/dirchownmod.c: Include lchown.h.
24420         * lib/lchown.c: Don't include files that lchown.h now includes.
24421         Don't declare chown, since lchown.h now does that.
24422         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
24423         (lchown): Define to rpl_chown if lchown is declared but
24424         does not exist.  Declare using a prototype if lchown is not
24425         declared.  Add a copyright notice.
24426         * lib/mkstemp.h: Include <unistd.h>.
24427         * lib/openat.c: Include lchown.h.
24428
24429         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
24430         we now test for that separately.
24431         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
24432         rather than O_NOFOLLOW, when testing whether it's possible to
24433         avoid a race condition reliably.
24434         * lib/savewd.c (savewd_chdir): Likewise.
24435
24436         Remove macros that are no longer needed now that stdint.h is
24437         reliable.
24438         * lib/fsusage.c (UINTMAX_MAX): Remove.
24439         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
24440         * lib/utimecmp.c (SIZE_MAX): Remove.
24441
24442         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
24443
24444         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
24445         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
24446         O_NOATIME works.
24447
24448 2006-10-05  Bruno Haible  <bruno@clisp.org>
24449
24450         * lib/gl_list.h (gl_sortedlist_search_from_to,
24451         gl_sortedlist_indexof_from_to): New declarations.
24452         (gl_list_implementation): New fields sortedlist_search_from_to,
24453         sortedlist_indexof_from_to.
24454         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
24455         inline functions.
24456         * lib/gl_list.c (gl_sortedlist_search_from_to,
24457         gl_sortedlist_indexof_from_to): New functions.
24458         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
24459         function.
24460         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
24461         (gl_array_sortedlist_search_from_to): New function.
24462         (gl_array_list_implementation): Update.
24463         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
24464         function.
24465         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
24466         (gl_carray_sortedlist_search_from_to): New function.
24467         (gl_carray_list_implementation): Update.
24468         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
24469         gl_linked_sortedlist_indexof_from_to): New functions.
24470         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
24471         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
24472         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
24473         gl_tree_sortedlist_indexof_from_to): New functions.
24474         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
24475         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
24476         Update.
24477         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
24478         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
24479         Update.
24480
24481 2006-10-05  Bruno Haible  <bruno@clisp.org>
24482
24483         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
24484         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
24485         (struct gl_list_implementation): Add fields search_from_to,
24486         indexof_from_to. Remove fields search, indexof.
24487         (gl_list_search): Use the search_from_to method.
24488         (gl_list_search_from, gl_list_search_from_to): New functions.
24489         (gl_list_indexof): Use the indexof_from_to method.
24490         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
24491         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
24492         (gl_list_search_from, gl_list_search_from_to): New functions.
24493         (gl_list_indexof): Use the indexof_from_to method.
24494         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
24495         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
24496         gl_array_indexof. Add start_index, end_index arguments.
24497         (gl_array_search_from_to): Renamed from gl_array_search. Add
24498         start_index, end_index arguments.
24499         (gl_array_remove, gl_array_list_implementation): Update.
24500         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
24501         gl_carray_indexof. Add start_index, end_index arguments.
24502         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
24503         start_index, end_index arguments.
24504         (gl_carray_remove, gl_carray_list_implementation): Update.
24505         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
24506         gl_linked_search. Add start_index, end_index arguments.
24507         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
24508         start_index, end_index arguments.
24509         (gl_linked_remove): Update.
24510         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
24511         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
24512         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
24513         field to 'size_t'.
24514         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
24515         gl_tree_search. Add start_index, end_index arguments.
24516         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
24517         start_index, end_index arguments.
24518         (gl_tree_remove): Update.
24519         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
24520         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
24521         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
24522         function.
24523         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
24524         gl_tree_search. Add start_index, end_index arguments.
24525         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
24526         start_index, end_index arguments.
24527         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
24528         Update.
24529         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
24530
24531 2006-10-05  Bruno Haible  <bruno@clisp.org>
24532
24533         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
24534
24535         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
24536         fwriteerror_temp): New declarations.
24537         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
24538         (descriptors): New variable.
24539         (cleanup): First, close the descriptors.
24540         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
24541         fclose_temp, fwriteerror_temp): New functions.
24542
24543 2006-10-04  Jim Meyering  <jim@meyering.net>
24544
24545         * lib/fts.c (fts_open): Tiny comment change.
24546
24547 2006-10-04  Bruno Haible  <bruno@clisp.org>
24548
24549         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
24550         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
24551         gl_LOCK_BODY.
24552         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
24553         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
24554         gl_LOCK_EARLY_BODY.
24555         (gl_LOCK): Require gl_LOCK_BODY.
24556
24557 2006-10-04  Bruno Haible  <bruno@clisp.org>
24558
24559         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
24560         (gl_oset_search_atleast): New declaration.
24561         (struct gl_oset_implementation): Add field 'search_atleast'.
24562         (gl_oset_search_atleast): New inline function.
24563         * lib/gl_oset.c (gl_oset_search_atleast): New function.
24564         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
24565         (gl_array_oset_implementation): Update.
24566         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
24567         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
24568         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
24569
24570 2006-10-04  Bruno Haible  <bruno@clisp.org>
24571
24572         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
24573
24574 2006-10-03  Bruno Haible  <bruno@clisp.org>
24575
24576         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
24577         from gl_avltreehash_list_implementation.
24578
24579 2006-10-03  Bruno Haible  <bruno@clisp.org>
24580
24581         * lib/gl_oset.c (gl_oset_add): Fix return type.
24582
24583 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
24584
24585         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
24586
24587 2006-10-02  Eric Blake  <ebb9@byu.net>
24588
24589         * modules/strnlen (Depends-on): Add extensions.
24590
24591 2006-10-02  Eric Blake  <ebb9@byu.net>
24592
24593         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
24594         definition in 2.60+.
24595
24596 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
24597
24598         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
24599         checks.
24600
24601 2006-10-02  Bruno Haible  <bruno@clisp.org>
24602
24603         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
24604         to the AUTOMAKE_OPTIONS.
24605         Reported by Jim Meyering.
24606
24607 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
24608
24609         Work around bug in Solaris 10 /proc file system:
24610         /proc/self/fd/NNN/.. isn't the parent directory of
24611         the directory whose file descriptor is NNN.  This needs to
24612         be worked around at run time, not compile time, since a
24613         program might be built on Solaris 8, where things work, and
24614         run on Solaris 10.
24615         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
24616         to use the following interface instead:
24617         (OPENAT_BUFFER_SIZE): New macro.
24618         (openat_proc_name): New function.
24619         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
24620         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
24621         Likewise.
24622         * lib/openat-proc.c: New file.
24623         * modules/openat (Files): Add lib/openat-proc.c.
24624         (Depends-on): Add same-inode, stdbool.
24625         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
24626
24627 2006-09-29  Bruno Haible  <bruno@clisp.org>
24628
24629         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
24630         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
24631         argument. Set stdout_closed before testing for ferror, not after.
24632         (fwriteerror, fwriteerror_no_ebadf): New functions.
24633
24634 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24635
24636         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
24637
24638 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
24639
24640         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
24641         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
24642
24643 2006-09-28  Jim Meyering  <jim@meyering.net>
24644
24645         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
24646         Include <unistd.h>.
24647
24648 2006-09-28  Bruno Haible  <bruno@clisp.org>
24649
24650         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
24651         * modules/linkedhash-list (Depends-on): Likewise.
24652         * modules/rbtreehash-list (Depends-on): Likewise.
24653
24654 2006-09-28  Bruno Haible  <bruno@clisp.org>
24655
24656         * lib/strndup.h: Simplify the redefinition of strndup.
24657         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
24658         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
24659
24660 2006-09-28  Bruno Haible  <bruno@clisp.org>
24661
24662         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
24663         * lib/gl_linkedhash_list.c: Likewise.
24664         * lib/gl_rbtreehash_list.c: Likewise.
24665
24666 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
24667
24668         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
24669         getaddrinfo.
24670
24671         * lib/__fpending.h: Don't include <stdio_ext.h> unless
24672         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
24673         it causes <stdio_ext.h> to cause a compile-time error.
24674         Problem reported by Nelson H. F. Beebe.
24675         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
24676         of HAVE_DECL___PENDING.
24677
24678         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
24679         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
24680         declaration.
24681
24682 2006-09-27  Jim Meyering  <jim@meyering.net>
24683
24684         This file could end up with a definition for a function
24685         named __strndup, rather than rpl_strndup on a system with
24686         incomplete weak_alias support.
24687         * lib/strndup.c (strndup): Rename from __strndup.
24688         Remove #defines that used to map __strndup to strndup.
24689         Don't use K&R prototypes.
24690         Remove LIBC-related code, since this file is not sync'd with glibc.
24691         * lib/strndup.h: Revamp, accordingly.
24692         * m4/strndup.m4: Modernize.
24693
24694 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
24695
24696         * modules/savewd (Depends-on): Add 'raise'.
24697         * lib/savewd.c: Include <signal.h>, for 'raise'.
24698
24699 2006-09-26  Jim Meyering  <jim@meyering.net>
24700
24701         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
24702         when we detect Darwin 8.7.0's acl_get_file bug.
24703         Rearrange to perform the new (below) run-test while $LIBS
24704         contains any acl-related library.  Set USE_ACL at the end.
24705         (gl_ACL_GET_FILE): New function.
24706
24707 2006-09-26  Eric Blake  <ebb9@byu.net>
24708
24709         * lib/verror.c: Include <config.h> unconditionally.
24710
24711 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
24712
24713         * modules/clock-time (Maintainer): Add self.
24714         * modules/getlogin_r (Depends-on): Add extensions.
24715
24716 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24717
24718         * modules/clock-time: New module.
24719         * modules/nanosleep (Depends-on): Add clock-time.
24720         * modules/gethrxtime (Depends-on): Likewise.
24721         * modules/gettime (Depends-on): Likewise.
24722         * modules/settime (Depends-on): Likewise.
24723
24724         * modules/fts-lgpl: Depend on openat.
24725         * modules/mkancesdirs: Depend on savewd.
24726         * modules/mkdir-p: Likewise.
24727
24728 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24729
24730         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
24731
24732         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
24733         `gl_have_arbitrary_file_name_length_limit' to
24734         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
24735         actually works between configure runs.
24736
24737 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24738             Bruno Haible  <bruno@clisp.org>
24739
24740         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
24741
24742 2006-09-25  Jim Meyering  <jim@meyering.net>
24743
24744         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
24745         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
24746
24747 2006-09-25  Eric Blake  <ebb9@byu.net>
24748
24749         * gnulib-tool (func_import, func_create_testdir): Fix typos in
24750         exec's in 2006-09-18 patch when shuffling fds.
24751
24752 2006-09-25  Bruno Haible  <bruno@clisp.org>
24753
24754         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
24755         Reported by Jim Meyering.
24756
24757 2006-09-24  Jim Meyering  <jim@meyering.net>
24758
24759         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
24760         compare a pointer against a literal "0".  That caused failures with
24761         at least HP-UX's hpcc.
24762
24763 2006-09-22  Simon Josefsson  <jas@extundo.com>
24764
24765         * modules/gc-sha1:
24766         * modules/gc-md4:
24767         * modules/gc-hmac-sha1:
24768         * modules/gc-hmac-md5:
24769         * modules/gc-des:
24770         * modules/gc-arcfour: Distribute more files.
24771
24772 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24773
24774         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
24775         (gl_linked_iterator_from_to): Initialize struct completely.
24776         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
24777         (gl_tree_iterator_from_to): Likewise
24778         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
24779         * lib/gl_array_list.c [lint] (gl_array_iterator)
24780         (gl_array_iterator_from_to): Likewise.
24781         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
24782         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
24783         (gl_carray_iterator_from_to): Likewise.
24784
24785         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
24786         * lib/md4.c (md4_process_block): Remove unused variable.
24787         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
24788         parentheses for clarity.
24789
24790 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24791
24792         * modules/bison-i18n (Depends-on): Add gettext.
24793
24794 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24795
24796         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
24797         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
24798         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
24799         also add missing comma that caused broken test.
24800         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
24801         stdlib.h, for `abort'.
24802         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
24803         variables.
24804         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
24805         include unistd.h if present, for `rmdir'.
24806         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
24807         variables.
24808         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
24809         in the process include standard headers for prototypes.
24810         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
24811         gets declared on GNU/Linux.
24812         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
24813         unistd.h, for `rmdir'.
24814         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
24815
24816         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
24817         always true.
24818         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
24819
24820         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
24821
24822 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24823
24824         * gnulib-tool (func_version): Create output all at once.  This
24825         may help avoid triggering unnecessary SIGPIPEs, and at any
24826         rate it doesn't hurt.
24827
24828 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24829             Bruno Haible  <bruno@clisp.org>
24830
24831         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
24832         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
24833         * m4/signed.m4 (bh_C_SIGNED): Likewise.
24834
24835         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
24836         (gl_FUNC_VASPRINTF): Invoke it.
24837
24838 2006-09-22  Bruno Haible  <bruno@clisp.org>
24839
24840         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
24841         getloadavg.c as first argument.
24842
24843 2006-09-22  Bruno Haible  <bruno@clisp.org>
24844
24845         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
24846         at the beginning of the gl_INIT macro.
24847         * modules/getloadavg (configure.ac): Pass $gl_source_base to
24848         gl_GETLOADAVG.
24849
24850 2006-09-22  Bruno Haible  <bruno@clisp.org>
24851
24852         * gnulib-tool (func_create_megatestdir): Don't include the config-h
24853         module.
24854         Suggested by Ralf Wildenhues.
24855
24856 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
24857
24858         Import this patch from libc:
24859
24860         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
24861
24862         * lib/regex_internal.c (re_string_reconstruct): Handle
24863         offset < pstr->valid_raw_len && pstr->offsets_needed case.
24864         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
24865         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
24866         re_string_context_at.
24867
24868         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
24869         now requires it.
24870         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
24871         gl_REGEX now does it for us.
24872         (gl_REGEX): Add test taken from
24873         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
24874
24875         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
24876         Check that large offsets work.  Modernize Autoconf usages.
24877         Prefer "yes" to mean a good thing rather than a bad.
24878         Don't put "#define mkstemp" in config.h, as this might interfere
24879         with standard system headers that "#define mkstemp mkstemp64".
24880
24881         * modules/mkstemp (Depends-on): Add extensions, so that
24882         mkstemp is visible on some platforms.
24883         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
24884         (Include): Change to "mkstemp.h" from <stdlib.h>.
24885         (Files): Add mkstemp.h.
24886
24887         * lib/mkstemp.h: New file, since some standard headers
24888         #define mkstemp.
24889         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
24890         Include "mkstemp.h".
24891         Make the _LIBC code resemble glibc original more,
24892         e.g., use K&R style.
24893         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
24894         (mkstemp): Remove, since mkstemp.h does this for us.
24895         * lib/stdlib--.h: Include mkstemp.h.
24896
24897         Import this patch from libc:
24898
24899         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
24900
24901         * lib/tempname.c (__gen_tempname): Change attempts_min
24902         into a macro.  Use preprocessor to decide how to initialize
24903         attempts [Coverity CID 67].
24904
24905 2006-09-20  Bruno Haible  <bruno@clisp.org>
24906
24907         * lib/mkdtemp.c: Import from libc.
24908         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
24909                 * sysdeps/posix/tempname.c (__gen_tempname): Change
24910                 attempts_min into a macro.  Use preprocessor to decide how to
24911                 initialize attempts [Coverity CID 67].
24912         2001-11-27  Paul Eggert  <eggert@twinsun.com>
24913                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
24914                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
24915
24916 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24917
24918         * gnulib-tool (func_exit): New function, to allow to pass the
24919         exit status portably through the trap.  Use everywhere.
24920         (--help, --version): Signal a write error.
24921         (trap): catch SIGPIPE, for write errors.
24922         Exit at the end of the trap, with the correct exit status.
24923
24924 2006-09-19  Karl Berry  <karl@gnu.org>
24925
24926         * doc/gnulib.texi: note about the license texinfo files.
24927
24928 2006-09-19  Eric Blake  <ebb9@byu.net>
24929
24930         * gnulib-tool: Avoid space-tab.
24931
24932 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
24933
24934         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
24935         that prevented coreutils 6.1 from building.  Problem reported
24936         by Petter Reinholdtsen.
24937
24938 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
24939
24940         * gnulib-tool (avoidlist): Fix typo that broke options like
24941         --avoid=lock that are used by coreutils bootstrap.
24942
24943 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
24944
24945         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
24946         more systematically.
24947
24948 2006-09-18  Jim Meyering  <jim@meyering.net>
24949
24950         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
24951
24952 2006-09-18  Bruno Haible  <bruno@clisp.org>
24953
24954         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
24955
24956 2006-09-18  Bruno Haible  <bruno@clisp.org>
24957
24958         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
24959         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
24960         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
24961         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
24962         * m4/gettext.m4: Require autoconf >= 2.52.
24963         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
24964         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
24965         of gl_cv_header_inttypes_h.
24966
24967 2006-09-18  Bruno Haible  <bruno@clisp.org>
24968
24969         * lib/javaversion.c: Include configmake.h.
24970
24971 2006-09-18  Bruno Haible  <bruno@clisp.org>
24972
24973         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
24974         avoid that the while loops be executed in a subshell.
24975
24976 2006-09-18  Bruno Haible  <bruno@clisp.org>
24977
24978         * MODULES.html.sh (func_module): Break long lines.
24979         Suggested by Bruce Korb <bkorb@gnu.org>.
24980
24981 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24982
24983         Speed up by a factor of 1.12.
24984         * gnulib-tool (nl): New variable.
24985         (func_import): Rewrite include directive extraction to only read each
24986         directive once.
24987
24988 2006-09-17  Bruno Haible  <bruno@clisp.org>
24989
24990         * modules/javaversion (Makefile.am): Remove DEFS setting.
24991         (Depends-on): Add configmake, for PKGDATADIR definition.
24992
24993 2006-09-17  Bruno Haible  <bruno@clisp.org>
24994
24995         * gnulib-tool (func_create_testdir): Rewrite all files at once.
24996
24997 2006-09-17  Bruno Haible  <bruno@clisp.org>
24998
24999         * gnulib-tool (func_append): New function, stolen from libtool.m4.
25000         (func_modules_transitive_closure, func_modules_add_dummy,
25001         func_modules_to_filelist, func_import, func_create_testdir,
25002         func_create_megatestdir, ...): Use it wherever possible.
25003         Suggested by Ralf Wildenhues.
25004
25005 2006-09-16  Karl Berry  <karl@gnu.org>
25006
25007         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
25008         to avoid sectioning errors.
25009         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
25010         [ifinfo]: blank line after @center-ed titles.
25011         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
25012         Spell FSF address consistently with others.
25013         (These changes approved by rms.)
25014
25015 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25016
25017         Speed up by a factor of 1.61.
25018         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
25019         already checked module names again.
25020
25021 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25022
25023         Speed up by a factor of 1.13.
25024         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
25025         for new_files, and the input to func_add_or_update.
25026
25027 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25028
25029         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
25030         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
25031
25032 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
25033
25034         * modules/mkancesdirs (Depends-on): Add fcntl.
25035         * modules/savewd: New file.
25036         * MODULES.html.sh (File system functions): Add savewd.
25037
25038         * modules/configmake (Makefile.am): Add support for the
25039         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
25040
25041 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
25042
25043         * m4/savewd.m4: New file.
25044
25045 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
25046
25047         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
25048         (dirchownmod): New arg FD.  All callers changed.
25049         Use FD rather than opening the directory ourself, as opening is
25050         now the caller's responsibility.
25051         * lib/dirchownmod.h: Likewise.
25052         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
25053         hosts that require <sys/types.h> before <sys/stat.h>.  Include
25054         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
25055         (test_dir): Remove.
25056         (mkancesdirs): Return length of prefix of FILE that has already
25057         been made, or -2 if there is a child doing the work.  Redo
25058         algorithm so that it is O(N) rather than O(N**2).  Optimize away
25059         ".", and treat ".." specially since it might stray back into
25060         already-created areas.  Use a subprocess if necessary.  New arg
25061         WD; all users changed.  MAKE_DIR function should now return 1
25062         if it creates a directory that is not readable.  Return -2 if
25063         a child process is spun off.
25064         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
25065         Adjust signature to match code.
25066         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
25067         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
25068         all users changed.
25069         * lib/savewd.c, lib/savewd.h: New files.
25070
25071 2006-09-15  Jim Meyering  <jim@meyering.net>
25072
25073         * modules/rename-dest-slash: New module.
25074         * MODULES.html.sh (posix_compat): Add it here.
25075
25076         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
25077
25078 2006-09-15  Jim Meyering  <jim@meyering.net>
25079
25080         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
25081         file.
25082
25083         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
25084
25085 2006-09-15  Jim Meyering  <jim@meyering.net>
25086
25087         * lib/rename-dest-slash.c (has_trailing_slash): Use
25088         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
25089         (rpl_rename_dest_slash): Perform the cheaper trailing slash
25090         test before testing whether SRC is a directory.
25091         Suggestions from Bruno Haible.
25092
25093         Avoid a warning about an unused variable.
25094         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
25095         into the #ifdef block where it's used.
25096
25097         * lib/rename-dest-slash.c: New file.
25098
25099 2006-09-14  Bruno Haible  <bruno@clisp.org>
25100
25101         * lib/allocsa.c: Include <config.h> unconditionally.
25102         * lib/asnprintf.c: Likewise.
25103         * lib/asprintf.c: Likewise.
25104         * lib/c-strcasecmp.c: Likewise.
25105         * lib/c-strcasestr.c: Likewise.
25106         * lib/c-strncasecmp.c: Likewise.
25107         * lib/c-strstr.c: Likewise.
25108         * lib/classpath.c: Likewise.
25109         * lib/clean-temp.c: Likewise.
25110         * lib/concatpath.c: Likewise.
25111         * lib/copy-file.c: Likewise.
25112         * lib/csharpcomp.c: Likewise.
25113         * lib/csharpexec.c: Likewise.
25114         * lib/execute.c: Likewise.
25115         * lib/fatal-signal.c: Likewise.
25116         * lib/findprog.c: Likewise.
25117         * lib/fwriteerror.c: Likewise.
25118         * lib/gl_array_list.c: Likewise.
25119         * lib/gl_array_oset.c: Likewise.
25120         * lib/gl_avltree_list.c: Likewise.
25121         * lib/gl_avltree_oset.c: Likewise.
25122         * lib/gl_avltreehash_list.c: Likewise.
25123         * lib/gl_carray_list.c: Likewise.
25124         * lib/gl_linked_list.c: Likewise.
25125         * lib/gl_linkedhash_list.c: Likewise.
25126         * lib/gl_list.c: Likewise.
25127         * lib/gl_oset.c: Likewise.
25128         * lib/gl_rbtree_list.c: Likewise.
25129         * lib/gl_rbtree_oset.c: Likewise.
25130         * lib/gl_rbtreehash_list.c: Likewise.
25131         * lib/imaxabs.c: Likewise.
25132         * lib/imaxdiv.c: Likewise.
25133         * lib/javacomp.c: Likewise.
25134         * lib/javaexec.c: Likewise.
25135         * lib/javaversion.c: Likewise.
25136         * lib/linebreak.c: Likewise.
25137         * lib/localcharset.c: Likewise.
25138         * lib/lock.c: Likewise.
25139         * lib/mbchar.c: Likewise.
25140         * lib/mbswidth.c: Likewise.
25141         * lib/mkdtemp.c: Likewise.
25142         * lib/pipe.c: Likewise.
25143         * lib/printf-args.c: Likewise.
25144         * lib/printf-parse.c: Likewise.
25145         * lib/progname.c: Likewise.
25146         * lib/progreloc.c: Likewise.
25147         * lib/readlink.c: Likewise.
25148         * lib/sh-quote.c: Likewise.
25149         * lib/stpcpy.c: Likewise.
25150         * lib/stpncpy.c: Likewise.
25151         * lib/strcasecmp.c: Likewise.
25152         * lib/strcasestr.c: Likewise.
25153         * lib/strcspn.c: Likewise.
25154         * lib/striconv.c: Likewise.
25155         * lib/strncasecmp.c: Likewise.
25156         * lib/strnlen1.c: Likewise.
25157         * lib/strstr.c: Likewise.
25158         * lib/strtok_r.c: Likewise.
25159         * lib/tls.c: Likewise.
25160         * lib/tmpdir.c: Likewise.
25161         * lib/unicodeio.c: Likewise.
25162         * lib/unsetenv.c: Likewise.
25163         * lib/vasnprintf.c: Likewise.
25164         * lib/vasprintf.c: Likewise.
25165         * lib/wait-process.c: Likewise.
25166         * lib/xallocsa.c: Likewise.
25167         * lib/xsetenv.c: Likewise.
25168         * lib/xstriconv.c: Likewise.
25169
25170 2006-09-13  Simon Josefsson  <jas@extundo.com>
25171
25172         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
25173         that internally, suggested by Ralf Wildenhues
25174         <Ralf.Wildenhues@gmx.de>.
25175
25176 2006-09-13  Simon Josefsson  <jas@extundo.com>
25177
25178         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
25179         @LIBOBJS@.
25180         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
25181
25182 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
25183
25184         * lib/_fpending.c: Include <config.h> unconditionally, since we no
25185         longer worry about uses that don't define HAVE_CONFIG_H.
25186         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
25187         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
25188         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
25189         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
25190         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
25191         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
25192         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
25193         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
25194         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
25195         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
25196         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
25197         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
25198         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
25199         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
25200         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
25201         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
25202         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
25203         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
25204         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
25205         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
25206         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
25207         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
25208         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
25209         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
25210         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
25211         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
25212         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
25213         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
25214         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
25215         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
25216         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
25217         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
25218         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
25219         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
25220         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
25221         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
25222         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
25223         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
25224         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
25225         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
25226         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
25227         Likewise.
25228
25229 2006-09-13  Eric Blake  <ebb9@byu.net>
25230
25231         * lib/getopt.c: Fix typo in last commit.
25232
25233 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
25234
25235         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
25236         dgettext.
25237
25238 2006-09-12  Jim Meyering  <jim@meyering.net>
25239
25240         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
25241         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
25242         Reported by Nelson H. F. Beebe.
25243
25244 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
25245
25246         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
25247         program_invocation_name and program_invocation_short_name are
25248         initialized.
25249         * lib/argp-namefrob.h: Move declarations of program_invocation_name
25250         and program_invocation_short_name to argp.h, so they are visible
25251         to user programs.
25252         * lib/argp.h: Likewise
25253
25254 2006-09-10  Bruno Haible  <bruno@clisp.org>
25255
25256         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
25257         m4/inttypes_h.m4, m4/uintmax_t.m4.
25258
25259 2006-09-10  Bruno Haible  <bruno@clisp.org>
25260
25261         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
25262         gl_AC_TYPE_UINTMAX_T.
25263
25264 2006-09-10  Bruno Haible  <bruno@clisp.org>
25265
25266         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
25267
25268 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
25269
25270         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
25271         convention.  Text proposed by Bruno Haible.
25272         (struct argp_option): Document the use of N_() wrappers.
25273
25274         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
25275         '\v', and translate the two parts separately, instead of feeding
25276         the whole string to gettext.  This allows to exclude
25277         '\v' from the strings visible to the translator by writing doc
25278         strings as N_("..") "\v" N_("..").
25279
25280 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
25281
25282         * config/srclist.txt: Undo latest change; the bug was fixed.
25283
25284 2006-09-09  Bruno Haible  <bruno@clisp.org>
25285
25286         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
25287         assignments if building a library without libtool.
25288         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
25289         in func_emit_lib_Makefile_am.
25290         (func_import): When building a static library libfoo.a, arrange to
25291         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
25292         (func_create_testdir): Likewise.
25293         * modules/gc (configure.ac, Makefile.am): If building statically,
25294         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
25295         * modules/iconvme (configure.ac, Makefile.am): Likewise.
25296         * modules/striconv (configure.ac, Makefile.am): Likewise.
25297         Based on a suggestion by Ralf Wildenhues.
25298
25299 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
25300
25301         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
25302         Check for unistd.h too, since Autoconf doesn't assume POSIX.
25303         Also:
25304
25305         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
25306         Add year_2050_test to catch glibc bug 2821
25307         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
25308
25309         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
25310         Prefer #ifdef to #if.
25311
25312         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
25313         Return from 'main' instead of calling 'exit'.
25314
25315 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
25316
25317         * lib/mktime.c (guess_time_tm): Fix bug where mktime
25318         returned the maximum time_t value rather than (time_t) -1.
25319         Problem originally reported by William Bardwell
25320         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
25321
25322         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
25323         Moved to here ...
25324         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
25325         ... from here.
25326
25327 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
25328
25329         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
25330         2821 is fixed.
25331
25332 2006-09-08  Jim Meyering  <jim@meyering.net>
25333
25334         Don't make generated files read-only.  That would bother too many
25335         people.  However, do retain the ability to work when targets are
25336         read-only: remove the destination and temporary files before writing
25337         them (when generated via sed or echo), or by using the -f option for
25338         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
25339         * modules/alloca-opt, modules/argz, modules/arpa_inet:
25340         * modules/byteswap, modules/configmake, modules/fcntl:
25341         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
25342         * modules/localcharset, modules/netinet_in, modules/poll:
25343         * modules/stdbool, modules/stdint, modules/sys_select:
25344         * modules/sys_socket, modules/sys_stat, modules/sysexits:
25345
25346 2006-09-08  Jim Meyering  <jim@meyering.net>
25347
25348         Avoid new build failure on FreeBSD 6.0.
25349         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
25350         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
25351         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
25352
25353 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25354
25355         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
25356
25357 2006-09-07  Jim Meyering  <jim@meyering.net>
25358
25359         Fix global typo in last change: use chmod u-w, not chmod u-x.
25360         Spotted by Paul Eggert and Bruce Korb.
25361         * modules/alloca-opt, modules/argz, modules/arpa_inet:
25362         * modules/byteswap, modules/configmake, modules/fcntl:
25363         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
25364         * modules/localcharset, modules/netinet_in, modules/poll:
25365         * modules/stdbool, modules/stdint, modules/sys_select:
25366         * modules/sys_socket, modules/sys_stat, modules/sysexits:
25367
25368 2006-09-06  Jim Meyering  <jim@meyering.net>
25369
25370         Make generated files be read-only.
25371         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
25372         Ensure that each generated file is now read-only.
25373         * modules/argz: Likewise.
25374         * modules/arpa_inet: Likewise.
25375         * modules/byteswap: Likewise.
25376         * modules/configmake: Likewise.
25377         * modules/fcntl: Likewise.
25378         * modules/fnmatch: Likewise.
25379         * modules/getopt: Likewise.
25380         * modules/glob: Likewise.
25381         * modules/inttypes: Likewise.
25382         * modules/netinet_in: Likewise.
25383         * modules/poll: Likewise.
25384         * modules/stdbool: Likewise.
25385         * modules/stdint: Likewise.
25386         * modules/sys_select: Likewise.
25387         * modules/sys_socket: Likewise.
25388         * modules/sys_stat: Likewise.
25389         * modules/sysexits: Likewise.
25390         * modules/localcharset: Same as above, but continue using temporary
25391         file named "t-$@" (why different?) rather than the "$@-t" used
25392         everywhere else.
25393
25394         * modules/sysexits (Makefile.am): Replace literal occurrences
25395         of "sysexit.h" more readable, and more consistent, "$@".
25396
25397 2006-09-06  Bruno Haible  <bruno@clisp.org>
25398
25399         * modules/striconv: New file.
25400         * modules/xstriconv: New file.
25401         * MODULES.html.sh (Internationalization functions): Add striconv,
25402         xstriconv.
25403
25404 2006-09-06  Bruno Haible  <bruno@clisp.org>
25405
25406         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
25407         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
25408         not using libtool correctly.
25409
25410 2006-09-06  Bruno Haible  <bruno@clisp.org>
25411
25412         * lib/striconv.h: New file.
25413         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
25414         iconvstring.c.
25415         * lib/xstriconv.h: New file.
25416         * lib/xstriconv.c: New file.
25417
25418 2006-09-06  Bruno Haible  <bruno@clisp.org>
25419
25420         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
25421         lib_..._LDFLAGS.
25422
25423 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25424
25425         * lib/argz_.h: Sync from Libtool.
25426
25427         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
25428                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
25429
25430         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
25431
25432 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
25433
25434         * modules/trim: New file.
25435
25436 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
25437
25438         * lib/trim.h: New file.
25439         * lib/trim.c: New file.
25440
25441 2006-09-05  Bruno Haible  <bruno@clisp.org>
25442
25443         * MODULES.html.sh (String handling): Add trim.
25444
25445 2006-09-04  Karl Berry  <karl@gnu.org>
25446
25447         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
25448         until next release.
25449
25450 2006-09-03  Bruno Haible  <bruno@clisp.org>
25451
25452         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
25453         correctly.
25454
25455 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
25456
25457         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
25458         not gl_GETLOADAVG.  Omit unneeded semicolons.
25459         Problems reported by Ralf Wildenhues in
25460         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
25461         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
25462         at the end, which is the usual gnulib style.
25463
25464         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
25465         of doing all the work ourselves.
25466         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
25467         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
25468
25469 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
25470
25471         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
25472         Problem reported by Ralf Wildenhues in
25473         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
25474
25475         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
25476         HAVE_STRUCT_STATFS_F_FSTYPENAME.
25477
25478 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
25479
25480         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
25481         yesterday's patch by changing test -n to test -z.
25482
25483 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
25484
25485         * modules/getloadavg (Files): Add m4/getloadavg.m4.
25486         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
25487         the former is now obsolescent.
25488
25489         * modules/chdir-long (Depends-on): Add fcntl.
25490
25491 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
25492
25493         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
25494         obsolescent, and programs should use gnulib instead.
25495         * m4/getloadavg.m4: New file, with contents taken from Autoconf
25496         but with prefixes changed.
25497
25498 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
25499
25500         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
25501         or stdbool.h, because they might not exist while configuring.
25502
25503         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
25504         Don't include unistd.h or limits.h; not needed, since chdir-long.h
25505         does that for us.
25506         (O_DIRECTORY): Remove.
25507
25508 2006-08-31  Eric Blake  <ebb9@byu.net>
25509
25510         * gnulib-tool: Don't let emacs change spaces to TAB.
25511
25512 2006-08-31  Bruno Haible  <bruno@clisp.org>
25513
25514         * gnulib-tool: When calling func_import more than once, do it in a
25515         subshell.
25516         Reported by Eric Blake <ebb9@byu.net>.
25517
25518 2006-08-31  Bruno Haible  <bruno@clisp.org>
25519
25520         * gnulib-tool (nl): Remove variable.
25521         (sed_transform_lib_file): Use more robust test for config-h module.
25522         (func_import): Fix typo in 2006-08-25 patch.
25523
25524 2006-08-31  Bruno Haible  <bruno@clisp.org>
25525
25526         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
25527         specified, augment Makefile.am variables instead of assigning them.
25528
25529 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
25530
25531         Work around a bug in both the Linux and SunOS 64-bit kernels:
25532         nanosleep mishandles sleeps for longer than 2**31 seconds.
25533         Problem reported by Frank v Waveren in
25534         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
25535         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
25536         Check for nanosleep bug.
25537         (LIB_NANOSLEEP): Append clock_gettime library if needed.
25538
25539 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
25540
25541         Work around a bug in both the Linux and SunOS 64-bit kernels:
25542         nanosleep mishandles sleeps for longer than 2**31 seconds.
25543         Problem reported by Frank v Waveren in
25544         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
25545         * lib/nanosleep.c (BILLION): New constant.
25546         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
25547         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
25548         implementation.
25549
25550 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
25551
25552         * modules/nanosleep (Depends-on): Add gettime.
25553
25554 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
25555         and Simon Josefsson  <jas@extundo.com>
25556         and Oskar Liljeblad  <oskar@osk.mine.nu>
25557
25558         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
25559         * gnulib-tool (func_import): New license type 'unmodifiable license
25560         text'.
25561         * modules/fdl: Use it.  Longer description.
25562         * module/gpl, module/lgpl: New files.
25563
25564 2006-08-30  Jim Meyering  <jim@meyering.net>
25565
25566         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
25567         shadowing the parameter.
25568
25569 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25570
25571         Sync from Libtool:
25572
25573         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25574
25575         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
25576         sharing with gnulib.  Report by Eric Blake.
25577
25578 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
25579
25580         * modules/isapipe: New file.
25581         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
25582
25583 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
25584
25585         * modules/configmake (Makefile.am): Add a comment, and omit
25586         the CONFIGMAKE_ prefix from generated macro names.  Suggested
25587         by Bruno Haible.
25588
25589 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
25590
25591         * m4/isapipe.m4: New file.
25592
25593 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
25594
25595         * lib/isapipe.c, lib/isapipe.h: New files.
25596
25597 2006-08-29  Jim Meyering  <jim@meyering.net>
25598
25599         * modules/configmake (Makefile.am): Make configmake.h depend on
25600         Makefile.  Otherwise, a stale configmake.h could hang around.
25601
25602 2006-08-29  Eric Blake  <ebb9@byu.net>
25603
25604         * lib/error.c (error_at_line, print_errno_message): Match libc, after
25605         resolution of upstream bug 3044.
25606
25607 2006-08-29  Bruno Haible  <bruno@clisp.org>
25608
25609         * modules/localcharset (Depends-on): Add configmake.
25610         (Makefile.am): Remove setting of LIBDIR through DEFS.
25611
25612 2006-08-29  Bruno Haible  <bruno@clisp.org>
25613
25614         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
25615         defined.
25616
25617 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
25618
25619         * modules/fcntl: New file.
25620         * modules/chdir-safer (Depends-on): Add fcntl.
25621         * modules/fts: Likewise.
25622         * modules/mkdir-p: Likewise.
25623
25624         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
25625         This undoes the most recent change, since we're now addressing the
25626         problem in a different way.
25627
25628         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
25629         into output, since the output might be called Makefile.am even
25630         if $makefile_name is something different.
25631         (func_import): Use $makefile_am rather than
25632         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
25633         empty.
25634
25635         * modules/inttypes (Files): Add m4/inttypes-h.m4.
25636
25637 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
25638
25639         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
25640         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
25641         recent change to stdint.m4, since we're now addressing the problem in a
25642         different way.
25643
25644 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
25645
25646         * m4/fcntl_h.m4: New file.
25647
25648 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
25649
25650         * lib/fcntl_.h: New file.
25651         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
25652         the fcntl module.
25653         * lib/dirchownmod.c: Likewise.
25654         * lib/fts.c: Likewise.
25655
25656         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
25657         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
25658         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
25659         just before including <inttypes.h>, to avoid circular inclusion.
25660
25661 2006-08-28  Jim Meyering  <jim@meyering.net>
25662
25663         * doc/visibility.texi: Actually read and correct the grammar of the
25664         sentence affected by yesterday's change.
25665
25666 2006-08-28  Eric Blake  <ebb9@byu.net>
25667
25668         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
25669         needs wrapper.
25670
25671 2006-08-28  Eric Blake  <ebb9@byu.net>
25672
25673         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
25674
25675 2006-08-28  Eric Blake  <ebb9@byu.net>
25676
25677         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
25678
25679 2006-08-28  Bruno Haible  <bruno@clisp.org>
25680
25681         * modules/c-strstr: New file, from GNU gettext.
25682         * MODULES.html.sh (String handling): Add c-strstr.
25683
25684 2006-08-28  Bruno Haible  <bruno@clisp.org>
25685
25686         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
25687         macros.
25688         Reported by Eric Blake.
25689
25690 2006-08-28  Bruno Haible  <bruno@clisp.org>
25691
25692         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
25693         (VASNPRINTF): Return a string of length > INT_MAX without failing.
25694         * lib/vasprintf.c: Include errno.h, limits.h.
25695         (EOVERFLOW): New fallback definition.
25696         (vasprintf): Test here whether the string length is > INT_MAX.
25697         * lib/vsnprintf.c: Include errno.h, limits.h.
25698         (EOVERFLOW): New fallback definition.
25699         (vsnprintf): Fix bug when generated string was too long for the buffer.
25700         Test here whether the string length is > INT_MAX.
25701
25702 2006-08-28  Bruno Haible  <bruno@clisp.org>
25703
25704         * lib/inttypes_.h (SCNX*): Remove definitions.
25705         Reported by Eric Blake.
25706
25707 2006-08-28  Bruno Haible  <bruno@clisp.org>
25708
25709         * lib/c-strstr.h: New file, from GNU gettext.
25710         * lib/c-strstr.c: New file, from GNU gettext.
25711
25712 2006-08-28  Bruno Haible  <bruno@clisp.org>
25713
25714         * gnulib-tool: Reorder some statements.
25715
25716 2006-08-28  Bruno Haible  <bruno@clisp.org>
25717
25718         * gnulib-tool: New option --makefile-name.
25719         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
25720         $makefile_name.
25721         (func_import): Write $makefile_name to the cache file, and read it from
25722         there unless explicitly specified. Use $makefile_name as file name
25723         instead of Makefile.am. Adjust the recommendations accordingly.
25724
25725 2006-08-28  Bruno Haible  <bruno@clisp.org>
25726
25727         * gnulib-tool (func_verify_module): Check against misapplying patch.
25728
25729 2006-08-28  Bruno Haible  <bruno@clisp.org>
25730
25731         * gnulib-tool (func_relativize, func_relconcat): New functions.
25732         Give an error if --local-dir is given with --update.
25733         Remove trailing slashes from $local_gnulib_dir.
25734         (func_import): Store the relativized $local_gnulib_dir in
25735         gnulib-cache.m4, and read it from there if not specified explicitly.
25736
25737 2006-08-28  Bruno Haible  <bruno@clisp.org>
25738
25739         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
25740         is the current directory. Respect also $local_gnulib_dir.
25741
25742 2006-08-28  Bruno Haible  <bruno@clisp.org>
25743             Simon Josefsson  <jas@extundo.com>
25744
25745         BeOS portability.
25746         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
25747
25748 2006-08-27  Jim Meyering  <jim@meyering.net>
25749
25750         * doc/visibility.texi: Remove duplicate word: "pointer".
25751
25752 2006-08-26  Bruno Haible  <bruno@clisp.org>
25753
25754         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
25755         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
25756         (Makefile.am): Create inttypes.h from inttypes_.h.
25757         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
25758
25759         * modules/imaxabs: New file.
25760
25761         * modules/imaxdiv: New file.
25762
25763 2006-08-26  Bruno Haible  <bruno@clisp.org>
25764
25765         * m4/inttypes.m4: New file.
25766         * m4/_inttypes_h.m4: Remove file.
25767         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
25768         PRI_MACROS_BROKEN.
25769         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
25770
25771         * m4/imaxabs.m4: New file.
25772
25773         * m4/imaxdiv.m4: New file.
25774
25775 2006-08-26  Bruno Haible  <bruno@clisp.org>
25776
25777         * lib/inttypes_.h: New file.
25778         * lib/inttypes.h: Remove file.
25779         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
25780
25781         * lib/imaxabs.c: New file.
25782
25783         * lib/imaxdiv.c: New file.
25784
25785 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
25786
25787         New config-h module, so that "make" output needn't be cluttered
25788         by -DHAVE_CONFIG_H.
25789         * MODULES.html.sh (Support for building libraries and executables):
25790         Add config-h.
25791         * modules/config-h: New file.
25792         * gnulib-tool (nl, sed_transform_lib_file): New vars.
25793         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
25794         the config-h module is used.
25795
25796         New configmake module, so that "make" output needn't be cluttered
25797         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
25798         * MODULES.html.sh (Support for building libraries and executables):
25799         Add configmake.
25800         * modules/configmake: New file.
25801
25802 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
25803
25804         * m4/config-h.m4: New file.
25805
25806 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
25807
25808         * config/srclist.txt: Add elisp-comp.
25809
25810 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
25811
25812         * MODULES.html.sh (Support for building libraries and executables):
25813         Add elisp-comp.
25814         * build-aux/elisp-comp: New file.
25815         * modules/elisp-comp: New file.
25816
25817 2006-08-24  Bruno Haible  <bruno@clisp.org>
25818
25819         * gnulib-tool (func_create_testdir): Use non-default values of
25820         sourcebase and m4base.
25821
25822 2006-08-24  Bruno Haible  <bruno@clisp.org>
25823
25824         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
25825         HTML structure.
25826
25827 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
25828
25829         * modules/openat (Depends-on): Add lchown.
25830
25831 2006-08-23  Bruno Haible  <bruno@clisp.org>
25832
25833         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
25834         of gl_LOCK_EARLY instead of gl_LOCK.
25835
25836 2006-08-23  Bruno Haible  <bruno@clisp.org>
25837
25838         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
25839         on OSF/1 to no.
25840         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
25841
25842 2006-08-23  Bruno Haible  <bruno@clisp.org>
25843
25844         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
25845         as unusable.
25846
25847         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
25848         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
25849         (gl_LOCK): New macro.
25850
25851 2006-08-22  Simon Josefsson  <jas@extundo.com>
25852
25853         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
25854         to md5 module.
25855
25856 2006-08-22  Simon Josefsson  <jas@extundo.com>
25857
25858         * MODULES.html.sh: Add "Support for maintaining and release
25859         projects".
25860
25861         * build-aux/gnupload: New file, from coreutils.
25862
25863 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
25864
25865         Avoid the need for AC_LIBSOURCES in m4 macros.
25866         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
25867         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
25868         * modules/check-version (EXTRA_DIST): Add check-version.h.
25869         * modules/crc (EXTRA_DIST): Add crc.h.
25870         * modules/des (EXTRA_DIST): Add des.h.
25871         * modules/gc (EXTRA_DIST): Add gc.h.
25872         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
25873         * modules/getline (EXTRA_DIST): Add getline.h.
25874         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
25875         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
25876         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
25877         * modules/md2 (EXTRA_DIST): Add md2.h.
25878         * modules/md4 (EXTRA_DIST): Add md4.h.
25879         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
25880         * modules/read-file (EXTRA_DIST): Add read-file.h.
25881         * modules/readline (EXTRA_DIST): Add readline.h.
25882         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
25883         rijndael-api-fst.h.
25884
25885 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
25886
25887         * m4/rijndael.m4 (gl_ARCFOUR):
25888         * m4/arctwo.m4 (gl_ARCTWO):
25889         * m4/check-version.m4 (gl_CHECK_VERSION):
25890         * m4/crc.m4 (gl_CRC):
25891         * m4/des.m4 (gl_DES):
25892         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
25893         * m4/gc.m4 (gl_GC):
25894         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
25895         * m4/getline.m4 (gl_FUNC_GETLINE):
25896         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
25897         * m4/hmac-md5.m4 (gl_HMAC_MD5):
25898         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
25899         * m4/md2.m4 (gl_MD2):
25900         * m4/md4.m4 (gl_MD4):
25901         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
25902         * m4/read-file.m4 (gl_FUNC_READ_FILE):
25903         * m4/readline.m4 (gl_FUNC_READLINE):
25904         * m4/rijndael.m4 (gl_RIJNDAEL):
25905         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
25906         to get the necessary .h files and whatnot.
25907
25908 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
25909
25910         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
25911         gnulib rather than the other way around.
25912         * config/srclistvars.sh (COREUTILS): Remove.
25913
25914 2006-08-22  Jim Meyering  <jim@meyering.net>
25915
25916         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
25917
25918         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
25919
25920 2006-08-22  Eric Blake  <ebb9@byu.net>
25921
25922         * modules/regexprops-generic: New file.
25923         * MODULES.html.sh (Support for building documentation): List it.
25924
25925 2006-08-22  Eric Blake  <ebb9@byu.net>
25926
25927         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
25928         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
25929         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
25930         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
25931
25932 2006-08-22  Bruno Haible  <bruno@clisp.org>
25933
25934         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
25935         and lib_LTLIBRARIES like the other lib_* variables.
25936
25937 2006-08-22  Bruno Haible  <bruno@clisp.org>
25938
25939         * build-aux/x-to-1.in: New file, from GNU gettext.
25940
25941 2006-08-22  Bruno Haible  <bruno@clisp.org>
25942
25943         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
25944         <utmpx.h> exists.
25945
25946 2006-08-22  Bruno Haible  <bruno@clisp.org>
25947
25948         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
25949         <utmpx.h> exists.
25950
25951 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
25952
25953         BeOS portability.
25954         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
25955         exist.
25956         Problem reported by Bruno Haible.
25957
25958 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
25959
25960         Avoid the need for AC_LIBSOURCES in m4 macros.
25961         * modules/acl (EXTRA_DIST): Add acl.h.
25962         * modules/argmatch (Files): Add m4/argmatch.m4.
25963         (configure.ac): Add gl_ARGMATCH.
25964         (EXTRA_DIST): Renamed from lib_SOURCES, for
25965         consistency with the other modules.  Remove argmatch.c.
25966         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
25967         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
25968         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
25969         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
25970         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
25971         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
25972         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
25973         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
25974         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
25975         * modules/closeout (EXTRA_DIST): Add closeout.h.
25976         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
25977         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
25978         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
25979         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
25980         dirname.h; remove basename.c and stripslash.c.
25981         * modules/exclude (EXTRA_DIST): Add exclude.h.
25982         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
25983         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
25984         * modules/file-type (EXTRA_DIST): Add file-type.h.
25985         * modules/filemode (EXTRA_DIST): Add filemode.h.
25986         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
25987         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
25988         * modules/fpending (EXTRA_DIST): Add __fpending.h.
25989         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
25990         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
25991         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
25992         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
25993         * modules/getdate (EXTRA_DIST): Add getdate.c.
25994         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
25995         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
25996         * modules/getpass (EXTRA_DIST): Add getpass.h.
25997         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
25998         * modules/group-member (EXTRA_DIST): Add group-member.h.
25999         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
26000         * modules/hash (EXTRA_DIST): Add hash.h.
26001         * modules/human (EXTRA_DIST): Add human.h.
26002         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
26003         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
26004         * modules/lchown (EXTRA_DIST): Add lchown.h.
26005         * modules/long-options (EXTRA_DIST): Add long-options.h.
26006         * modules/lstat (EXTRA_DIST): Add lstat.h.
26007         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
26008         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
26009         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
26010         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
26011         * modules/memxor (EXTRA_DIST): Add memxor.h.
26012         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
26013         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
26014         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
26015         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
26016         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
26017         * modules/physmem (EXTRA_DIST): Add physmem.h.
26018         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
26019         * modules/posixver (EXTRA_DIST): Add posixver.h.
26020         * modules/quote (EXTRA_DIST): Add quote.h.
26021         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
26022         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
26023         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
26024         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
26025         regex_internal.h regexec.c.
26026         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
26027         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
26028         * modules/same (EXTRA_DIST): Add same.h.
26029         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
26030         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
26031         * modules/savedir (EXTRA_DIST): Add savedir.h.
26032         * modules/sha1 (EXTRA_DIST): Add sha1.h.
26033         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
26034         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
26035         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
26036         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
26037         * modules/strdup (EXTRA_DIST): Add strdup.h.
26038         * modules/strftime (EXTRA_DIST): Add strftime.h.
26039         * modules/strndup (EXTRA_DIST): Add strndup.h.
26040         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
26041         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
26042         * modules/time_r (EXTRA_DIST): Add time_r.h.
26043         * modules/timespec (EXTRA_DIST): Add timespec.h.
26044         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
26045         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
26046         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
26047         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
26048         * modules/userspec (EXTRA_DIST): Add userspec.h.
26049         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
26050         * modules/utimens (EXTRA_DIST): Add utimens.h.
26051         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
26052         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
26053         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
26054         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
26055         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
26056         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
26057         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
26058         * modules/yesno (EXTRA_DIST): Add yesno.h.
26059
26060 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
26061
26062         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
26063
26064         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
26065         * m4/dev-ino.m4, same-inode.m4: Remove.
26066
26067         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
26068         * m4/acl.m4 (AC_FUNC_ACL):
26069         * m4/backupfile.m4 (gl_BACKUPFILE):
26070         * m4/c-strtod.m4 (gl_C99_STRTOLD):
26071         * m4/canon-host.m4 (gl_CANON_HOST):
26072         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
26073         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
26074         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
26075         * m4/cloexec.m4 (gl_CLOEXEC):
26076         * m4/close-stream.m4 (gl_CLOSE_STREAM):
26077         * m4/closeout.m4 (gl_CLOSEOUT):
26078         * m4/dirfd.m4 (gl_FUNC_DIRFD):
26079         * m4/dirname.m4 (gl_DIRNAME):
26080         * m4/exclude.m4 (gl_EXCLUDE):
26081         * m4/exitfail.m4 (gl_EXITFAIL):
26082         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
26083         * m4/file-type.m4 (gl_FILE_TYPE):
26084         * m4/filemode.m4 (gl_FILEMODE):
26085         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
26086         * m4/fpending.m4 (gl_FUNC_FPENDING):
26087         * m4/fprintftime.m4 (gl_FPRINTFTIME):
26088         * m4/fts.m4 (gl_FUNC_FTS):
26089         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
26090         * m4/getdate.m4 (gl_GETDATE):
26091         * m4/gethrxtime.m4 (gl_GETHRXTIME):
26092         * m4/getpagesize.m4 (gl_GETPAGESIZE):
26093         * m4/getpass.m4 (gl_FUNC_GETPASS):
26094         * m4/gettime.m4 (gl_GETTIME):
26095         * m4/getugroups.m4 (gl_GETUGROUPS):
26096         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
26097         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
26098         * m4/hard-locale.m4 (gl_HARD_LOCALE):
26099         * m4/hash.m4 (gl_HASH):
26100         * m4/idcache.m4 (gl_IDCACHE):
26101         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
26102         * m4/lchown.m4 (gl_FUNC_LCHOWN):
26103         * m4/long-options.m4 (gl_LONG_OPTIONS):
26104         * m4/lstat.m4 (gl_FUNC_LSTAT):
26105         * m4/md5.m4 (gl_MD5):
26106         * m4/memcasecmp.m4 (gl_MEMCASECMP):
26107         * m4/memcoll.m4 (gl_MEMCOLL):
26108         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
26109         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
26110         * m4/memxor.m4 (gl_MEMXOR):
26111         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
26112         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
26113         * m4/modechange.m4 (gl_MODECHANGE):
26114         * m4/mountlist.m4 (gl_MOUNTLIST):
26115         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
26116         * m4/openat.m4 (gl_FUNC_OPENAT):
26117         * m4/pathmax.m4 (gl_PATHMAX):
26118         * m4/physmem.m4 (gl_PHYSMEM):
26119         * m4/posixtm.m4 (gl_POSIXTM):
26120         * m4/posixver.m4 (gl_POSIXVER):
26121         * m4/quote.m4 (gl_QUOTE):
26122         * m4/quotearg.m4 (gl_QUOTEARG):
26123         * m4/readtokens.m4 (gl_READTOKENS):
26124         * m4/readutmp.m4 (gl_READUTMP):
26125         * m4/regex.m4 (gl_REGEX):
26126         * m4/safe-read.m4 (gl_SAFE_READ):
26127         * m4/safe-write.m4 (gl_SAFE_WRITE):
26128         * m4/same.m4 (gl_SAME):
26129         * m4/save-cwd.m4 (gl_SAVE_CWD):
26130         * m4/savedir.m4 (gl_SAVEDIR):
26131         * m4/settime.m4 (gl_SETTIME):
26132         * m4/sha1.m4 (gl_SHA1):
26133         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
26134         * m4/stat-macros.m4 (gl_STAT_MACROS):
26135         * m4/stat-time.m4 (gl_STAT_TIME):
26136         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
26137         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
26138         * m4/strdup.m4 (gl_FUNC_STRDUP):
26139         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
26140         * m4/strndup.m4 (gl_FUNC_STRNDUP):
26141         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
26142         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
26143         * m4/time_r.m4 (gl_TIME_R):
26144         * m4/timespec.m4 (gl_TIMESPEC):
26145         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
26146         * m4/unlinkdir.m4 (gl_UNLINKDIR):
26147         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
26148         * m4/userspec.m4 (gl_USERSPEC):
26149         * m4/utimecmp.m4 (gl_UTIMECMP):
26150         * m4/utimens.m4 (gl_UTIMENS):
26151         * m4/xalloc.m4 (gl_XALLOC):
26152         * m4/xgetcwd.m4 (gl_XGETCWD):
26153         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
26154         * m4/xreadlink.m4 (gl_XREADLINK):
26155         * m4/xstrtod.m4 (gl_XSTRTOD):
26156         * m4/yesno.m4 (gl_YESNO):
26157         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
26158         to get the necessary .h files and whatnot.
26159
26160 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
26161             Bruno Haible  <bruno@clisp.org>
26162
26163         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
26164         /bin/sh understanding of '!' conditional negation.
26165
26166 2006-08-21  Jim Meyering  <jim@meyering.net>
26167
26168         * modules/openat (Depends-on): Really alphabetize.
26169
26170         * modules/acl (Depends-on): Add error and quote.
26171
26172         * check-module (find_included_lib_files): Add at-func.c to the
26173         ok-to-include-more-than-once white list.
26174
26175         * modules/openat (Depends-on): Add lstat.  Alphabetize.
26176
26177 2006-08-21  Bruno Haible  <bruno@clisp.org>
26178
26179         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
26180         Emit a pkgdata_DATA variable only if some snippets add contents to it.
26181         Reported by Martin Lambers <marlam@marlam.de>.
26182
26183 2006-08-21  Bruno Haible  <bruno@clisp.org>
26184
26185         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
26186         specify an installation location, don't emit a noinst_LIBRARIES or
26187         noinst_LTLIBRARIES assignment.
26188
26189 2006-08-21  Bruno Haible  <bruno@clisp.org>
26190
26191         BeOS portability.
26192         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
26193         BeOS has mbrtowc() but no <wctype.h>.
26194
26195 2006-08-21  Bruno Haible  <bruno@clisp.org>
26196
26197         BeOS portability.
26198         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
26199         exist.
26200
26201 2006-08-21  Bruno Haible  <bruno@clisp.org>
26202
26203         BeOS portability.
26204         * lib/mbchar.h: Include <wctype.h> only if it exists.
26205
26206 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
26207
26208         Remove files that are no longer needed by their respective modules.
26209         * m4/obstack.m4: Remove.
26210         * m4/strerror_r.m4: Remove.
26211         * m4/uint32_t.m4: Remove.
26212         * m4/uintptr_t.m4: Remove.
26213         * m4/ullong_max.m4: Remove.
26214         * m4/xstrtoimax.m4: Remove.
26215         * m4/xstrtoumax.m4: Remove.
26216
26217         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
26218         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
26219         dependencies now capture this.
26220
26221         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
26222         Do not use AC_LIBSOURCES, since gnulib modules now do this.
26223         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
26224         * m4/human.m4 (gl_HUMAN): Likewise.
26225         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
26226         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
26227
26228         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
26229
26230         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
26231         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
26232         stdint.
26233         * m4/human.m4 (gl_HUMAN): Likewise.
26234         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
26235         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
26236         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
26237         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
26238         * m4/xstrtol (gl_XSTRTOL): Likewise.
26239
26240         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
26241         AC_TYPE_LONG_LONG_INT.
26242         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
26243         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
26244         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
26245         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
26246
26247         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
26248         on stdbool.
26249
26250         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
26251         (gl_PREREQ_XSTRTOUL): Remove.
26252
26253         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
26254
26255         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
26256         mode.
26257
26258 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
26259
26260         Add and change modules to make it easier for coreutils to use
26261         gnulib-tool.
26262         * modules/backupfile (Files): Remove m4/d-ino.m4.
26263         (Depends-on): Add d-ino.
26264         * modules/cycle-check (Depends-on): Add stdint.
26265         (lib_SOURCES): Add cycle-check.h.
26266         * modules/d-ino: New module.
26267         * modules/d-type: New module.
26268         * modules/error (Files): Remove m4/strerror_r.m4.
26269         * modules/filemode (Files): Add m4/st_dm_mode.m4.
26270         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
26271         m4/inttypes_h.m4, m4/uintmax_t.m4.
26272         (Depends-on): Add stdint.
26273         (lib_SOURCES): Add fsusage.h.
26274         * modules/getcwd (Files): Remove d-ino.m4.
26275         (Depends-on): Add d-ino.
26276         * modules/getndelim2 (Depends-on): Add stdint.
26277         * modules/glob (Files): Remove m4/d-type.m4.
26278         (Depends-on): Add d-type.
26279         * modules/host-os: New module.
26280         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
26281         m4/inttypes_h.m4, m4/uintmax_t.m4.
26282         * Depends-on: Add stdint.
26283         (lib_SOURCES): Add human.h.
26284         * modules/inttostr (Files): Remove m4/intmax_t.m4,
26285         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
26286         m4/uintmax_t.m4, m4/ulonglong.m4.
26287         (Depends-on): Add stdint.
26288         (EXTRA_DIST): Add inttostr.h.
26289         * modules/lchmod: New module.
26290         * modules/link-follow: New module.
26291         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
26292         (Depends-on): Add lchmod.
26293         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
26294         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
26295         (Depends-on): Add stdint.
26296         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
26297         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
26298         (Depends-on): Add stdint.
26299         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
26300         * modules/perl: New module.
26301         * modules/regex (Depends-on): Add stdint.
26302         * modules/rmdir-errno: New module.
26303         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
26304         m4/intmax_t.m4.
26305         (Depends-on): Add stdint.
26306         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
26307         m4/uintmax_t.m4.
26308         (Depends-on): Add stdint.
26309         * modules/unlink-busy: New module.
26310         * modules/utimecmp (Depends-on): Add stdint.
26311         * modules/uptime: New module.
26312         * modules/winsz-ioctl: New module.
26313         * modules/winsz-termios: New module.
26314         * modules/xnanosleep (Depends-on): Add nanosleep.
26315         * modules/ullong_max: Remove.
26316         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
26317         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
26318         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
26319         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
26320         (Depends-on): Add inttypes.
26321         (lib_SOURCES): Add xstrtol.h.
26322         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
26323         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
26324         * MODULES.html.sh: Move 'assert' into the assert section.
26325         Move 'dummy' into the linking section.
26326         Remove ullong_max.
26327         Add section for compatibility checks for POSIX:2001 functions,
26328         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
26329         winsz-ioctl, and winsz-termios into it.
26330         Add lchmod.
26331         Add top-level Misc section and put host-os, perl, and uptime
26332         into it.
26333
26334 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
26335
26336         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
26337         now assume the stdint module.  Do not include inttypes.h.
26338         * lib/fsusage.h: Likewise.
26339         * lib/getndelim2.c: Likewise.
26340         * lib/human.h: Likewise.
26341         * lib/inttostr.h: Likewise.
26342         * lib/obstack.c: Likewise.
26343         * lib/regex_internal.h: Likewise.
26344         * lib/tempname.c: Likewise.
26345         * lib/utimecmp.c: Likewise.
26346         * lib/xstrtol.h: Likewise.
26347
26348         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
26349
26350         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
26351         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
26352         * lib/xtime.h: Likewise.
26353
26354 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
26355
26356         * modules/openat (Files): Add lib/fchmodat.c.
26357         Fixes problem reported by Jay Youngman.
26358
26359 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
26360
26361         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
26362         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
26363
26364 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
26365             Bruno Haible  <bruno@clisp.org>
26366
26367         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
26368         and is a script that invokes bison. Tighten the code. Add comments.
26369
26370 2006-08-18  Jim Meyering  <jim@meyering.net>
26371
26372         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
26373         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
26374         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
26375         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
26376
26377 2006-08-18  Bruno Haible  <bruno@clisp.org>
26378
26379         * modules/bison-i18n: New file.
26380         * MODULES.html.sh (Internationalization functions): Add it.
26381
26382 2006-08-18  Bruno Haible  <bruno@clisp.org>
26383
26384         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
26385         sys/statvfs.h. When getmntinfo was found, check its declaration and
26386         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
26387
26388 2006-08-18  Bruno Haible  <bruno@clisp.org>
26389
26390         * m4/bison-i18n.m4: New file, from bison.
26391
26392 2006-08-18  Bruno Haible  <bruno@clisp.org>
26393
26394         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
26395         (ME_DUMMY): Treat "kernfs" as a dummy.
26396         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
26397
26398 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
26399
26400         Update from coreutils.
26401
26402         2006-08-15  Jim Meyering  <jim@meyering.net>
26403
26404         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
26405
26406         2006-01-17  Jim Meyering  <jim@meyering.net>
26407
26408         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
26409
26410         2006-01-11  Jim Meyering  <jim@meyering.net>
26411
26412         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
26413         Check for the lchmod function.
26414
26415 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
26416
26417         Update from coreutils.
26418
26419         * lib/__fpending.h: Add copyright notice.
26420         * lib/fprintftime.h: Likewise.
26421         * lib/savedir.c: Use (C) in copyright notice.
26422         * lib/savedir.h: Likewise.
26423
26424         2006-08-15  Jim Meyering  <jim@meyering.net>
26425
26426         * lib/at-func.c: New file, with the logic of all emulated at-functions.
26427         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
26428         in support of the EXPECTED_ERRNO macro.
26429         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
26430         definitions.  Instead, define the appropriate symbols and include
26431         "at-func.c".
26432         * lib/mkdirat.c (mkdirat): Likewise.
26433         * lib/fchmodat.c (fchmodat): Likewise.
26434         (ENOSYS): Remove definition.
26435         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
26436         it.  Don't include "unistd--.h" -- it wasn't ever used.
26437
26438         2006-01-17  Jim Meyering  <jim@meyering.net>
26439
26440         Rewrite fts.c not to change the current working directory,
26441         by using openat, fstatat, fdopendir, etc..
26442
26443         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
26444         (HAVE_OPENAT_SUPPORT): Define.
26445         [_LIBC] (fchdir): Don't undef or define; no longer used.
26446         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
26447         Now, this `function' always succeeds, and consumes its file descriptor
26448         parameter -- so callers must not close such FDs.  Update callers.
26449         (diropen_fd, opendirat, cwd_advance_fd): New functions.
26450         (diropen): Add parameter, SP.  Adjust all callers.
26451         Implement using diropen_fd, rather than open.
26452         (fts_open): Initialize new member, fts_cwd_fd.
26453         Remove fts_rft-setting code.
26454         (fts_close): Close fts_cwd_fd, if necessary.
26455         (__opendir2): Define in terms of opendir or opendirat,
26456         depending on whether the FST_NOCHDIR flag is set.
26457         (fts_build): Since fts_safe_changedir consumes its FD, and since
26458         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
26459         and close the dup'd file descriptor upon failure.
26460         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
26461         (fts_safe_changedir): Tweak semantics to reflect that this function
26462         now calls cwd_advance_fd and hence consumes its FD argument.
26463         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
26464         [struct FTS] (fts_rft): Remove now-unused member.
26465         [struct FTS] (fts_cycle.state): Improve comment.
26466
26467         * lib/openat.c (openat_needs_fchdir): New function.
26468         * lib/openat.h (openat_needs_fchdir): Declare it.
26469
26470 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
26471
26472         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
26473         Problem and fix reported by Pádraig Brady in
26474         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
26475
26476 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
26477
26478         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
26479
26480 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
26481
26482         * lib/memcoll.c (memcoll): Optimize for the common case where the
26483         arguments are bytewise equal.
26484
26485 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
26486
26487         * doc/regexprops-generic.texi: Add a copyright notice.
26488
26489 2006-08-15  Bruno Haible  <bruno@clisp.org>
26490
26491         * modules/tmpdir (License): Change to LGPL.
26492
26493 2006-08-15  Bruno Haible  <bruno@clisp.org>
26494
26495         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
26496         module.
26497
26498 2006-08-14  Simon Josefsson  <jas@extundo.com>
26499
26500         * config/srclist.txt: Add gnupload.
26501
26502 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
26503
26504         Change copyright notice from LGPL 2 to GPL 2, since that's the
26505         standard form used in the gnulib repository.
26506         * tests/test-lock.c: Likewise.
26507         * tests/test-stdint.c: Likewise.
26508         * tests/test-tls.c: Likewise.
26509
26510         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
26511         prelude-manager.  User shorter URLs for GNU projects, without '?'.
26512         Add copyright notice.
26513
26514         * check-module: Add copyright notice.  Output a copyright
26515         notice if "--version" is specified.
26516         * modules/COPYING: New file.
26517         * tests/test-getaddrinfo.c: Add copyright notice.
26518         * tests/test-verify.c: Likewise.
26519
26520 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
26521
26522         Change copyright notice from LGPL 2 to GPL 2, since that's the
26523         standard form used in the gnulib repository.
26524         * lib/lock.c: LGPL -> GPL.
26525         * lib/lock.h: Likewise.
26526         * lib/strnlen1.c: Likewise.
26527         * lib/strnlen1.h: Likewise.
26528         * lib/tls.c: Likewise.
26529         * lib/tls.h: Likewise.
26530         * lib/tmpdir.c: Likewise.
26531
26532         * lib/TODO: Remove; this belongs only in coreutils.
26533
26534 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
26535
26536         Add copyright notices to long-enough files that lack them, since
26537         otherwise the files aren't clearly free.  Use the same notice that
26538         getdate.texi already uses.
26539         * doc/alloca-opt.texi: Add copyright notice.
26540         * doc/alloca.texi: Likewise.
26541         * doc/ctime.texi: Likewise.
26542         * doc/functions.texi: Likewise.
26543         * doc/gcd.texi: Likewise.
26544         * doc/gnulib-tool.texi: Likewise.
26545         * doc/inet_ntoa.texi: Likewise.
26546         * doc/visibility.texi: Likewise.
26547
26548         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
26549         * doc/quote.texi: Add copyright notice.
26550
26551         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
26552         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
26553         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
26554         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
26555         is now obsolete, and give a pointer to the Sun list.
26556         Add copyright notice.
26557
26558 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
26559
26560         * config/srclistvars.sh: Add copyright notice.
26561
26562 2006-08-14  Eric Blake  <ebb9@byu.net>
26563
26564         Import the following change from libc:
26565
26566         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
26567
26568         Upstream bug 2997.
26569         * lib/misc/error.c: Add space between program name and message if file
26570         name is missing.
26571
26572 2006-08-12  Karl Berry  <karl@gnu.org>
26573
26574         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
26575         remove, these originate in gnulib now.
26576
26577 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26578
26579         * doc/Makefile (standards.info standards.html standards.dvi):
26580         Also depend on make-stds.texi.
26581
26582 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
26583
26584         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
26585         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
26586
26587         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
26588         in wchar_t.  Problem reported by Eric Blake.
26589
26590         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
26591         LEN is smaller than SIZE.  Suggested by Bruno Haible.
26592         Also, help the compiler to keep LEN in a register.
26593
26594 2006-08-11  Eric Blake  <ebb9@byu.net>
26595
26596         * users.txt: Sort.  Add tar.
26597
26598 2006-08-11  Bruno Haible  <bruno@clisp.org>
26599
26600         * users.txt: New file.
26601
26602 2006-08-11  Bruno Haible  <bruno@clisp.org>
26603
26604         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
26605         before <wchar.h>. Needed for OSF/1 and BSD/OS.
26606
26607 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
26608
26609         * modules/snprintf (Depends-on): Remove minmax.
26610         (Maintainer): Add self and Bruno.
26611
26612 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
26613
26614         * lib/.cppi-disable: Add snprintf.h, socket_.h.
26615         * lib/snprintf.c: Include <errno.h> and <limits.h>.
26616         (EOVERFLOW): Define if the system does not.
26617         Do not include "minmax.h"; it wasn't used.
26618         (snprintf): Don't assume size_t promotes to an unsigned type.
26619         Fix bug when generated string was too long for the buffer: the
26620         buffer's contents are supposed to be the initial prefix of the
26621         output.  Don't assume vasnprintf returns EOVERFLOW if the size
26622         exceeds INT_MAX; do the check ourselves.
26623
26624         Import the following changes from libc:
26625
26626         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
26627
26628         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
26629         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
26630         set wc to the byte which couldn't be converted.
26631         (re_string_reconstruct): Don't clear valid_raw_len before calling
26632         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
26633         tip_context using re_string_context_at.
26634
26635         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
26636
26637         * lib/posix/regex.h: g++ still cannot handled [restrict].
26638
26639         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
26640
26641         * lib/posix/regex.h: Remove special handling for VMS.
26642
26643 2006-08-10  Jim Meyering  <jim@meyering.net>
26644
26645         * modules/same-inode: New module.
26646         * modules/dev-ino: New module.
26647         * modules/cycle-check: Depend on these modules, rather than simply
26648         including their .h files.
26649         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
26650         required via m4/cycle-check.m4.
26651         * modules/same: Depend on new same-inode module, rather than
26652         including same-inode.h.
26653         * modules/chdir-safer: New file.
26654
26655         * modules/chown (Depends-on): Add stat-macros.
26656
26657 2006-08-10  Jim Meyering  <jim@meyering.net>
26658
26659         * m4/cycle-check.m4: New file.
26660         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
26661         * m4/dev-ino.m4, m4/same-inode.m4: New files.
26662
26663 2006-08-10  Eric Blake  <ebb9@byu.net>
26664
26665         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
26666         in from original proposal.
26667
26668 2006-08-10  Eric Blake  <ebb9@byu.net>
26669         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
26670
26671         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
26672         namespace.
26673
26674 2006-08-10  Bruno Haible  <bruno@clisp.org>
26675
26676         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
26677         as well.
26678
26679 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
26680
26681         Sync from coreutils.
26682
26683         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
26684
26685         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
26686         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
26687
26688 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
26689
26690         * modules/restrict: Remove; no longer needed now that we assume
26691         Autoconf 2.59 or later.
26692         * MODULES.html.sh: Remove 'restrict'.
26693         * modules/argp (Depends-on): Remove 'restrict'.
26694         * modules/base64 (Depends-on): Likewise.
26695         * modules/gc (Depends-on): Likewise.
26696         * modules/getaddrinfo (Depends-on): Likewise.
26697         * modules/glob (Depends-on): Likewise.
26698         * modules/inet_ntop (Depends-on): Likewise.
26699         * modules/inet_pton (Depends-on): Likewise.
26700         * modules/memxor (Depends-on): Likewise.
26701         * modules/regex (Depends-on): Likewise.
26702         * modules/strtok_r (Depends-on): Likewise.
26703         * modules/time_r (Depends-on): Likewise.
26704
26705 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
26706
26707         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
26708         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
26709         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
26710         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
26711         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
26712         * m4/memxor.m4 (gl_MEMXOR): Likewise.
26713         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
26714         gl_C_RESTRICT replaced by AC_C_RESTRICT.
26715
26716         Merge from coreutils.
26717         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
26718         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
26719         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
26720         * m4/time_r.m4 (gl_TIME_R): Likewise.
26721
26722 2006-08-09  Karl Berry  <karl@gnu.org>
26723
26724         * config/srclist.txt: no more gettext-tools, per Bruno.
26725
26726 2006-08-08  Eric Blake  <ebb9@byu.net>
26727
26728         * modules/verror: New module.
26729         * MODULES.html.sh: Document it.
26730
26731 2006-08-08  Eric Blake  <ebb9@byu.net>
26732
26733         * lib/verror.h, lib/verror.c: New files.
26734
26735 2006-08-08  Eric Blake  <ebb9@byu.net>
26736
26737         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
26738         verror_at_line output complies with GNU Coding Standards even when
26739         file is NULL.
26740
26741 2006-08-07  Bruno Haible  <bruno@clisp.org>
26742
26743         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
26744         versions of AIX.
26745         Reported by Ralf Wildenhues.
26746
26747 2006-08-07  Bruno Haible  <bruno@clisp.org>
26748
26749         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
26750         in an AC_DEFUN. Needed so that the autoconf snippets can use
26751         AC_REQUIRE.
26752
26753 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26754
26755         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
26756         Initialize pkgdata_DATA.
26757         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
26758         overriding it.
26759
26760 2006-08-06  Eric Blake  <ebb9@byu.net>
26761
26762         * lib/error.h: Fold in some upstream changes from glibc.
26763         * lib/error.c: Likewise.
26764
26765 2006-08-04  Bruno Haible  <bruno@clisp.org>
26766
26767         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
26768         Make the mostlyclean-local rule depend on mostlyclean-generic.
26769         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
26770
26771 2006-07-31  Bruno Haible  <bruno@clisp.org>
26772
26773         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
26774         <stdlib.h>, <string.h>.
26775
26776 2006-07-30  Bruno Haible  <bruno@clisp.org>
26777
26778         * modules/readlink (License): Change to LGPL.
26779
26780 2006-07-30  Bruno Haible  <bruno@clisp.org>
26781
26782         * modules/javaversion (Makefile.am): Distribute javaversion.java and
26783         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
26784         set PKGDATADIR to point to it.
26785
26786 2006-07-30  Bruno Haible  <bruno@clisp.org>
26787
26788         * modules/csharpexec (configure.ac): Comment out macro invocation.
26789         * modules/javaexec (configure.ac): Likewise.
26790         * modules/javacomp-script (configure.ac): Likewise.
26791
26792         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
26793
26794 2006-07-30  Bruno Haible  <bruno@clisp.org>
26795
26796         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
26797         linked-list.
26798
26799 2006-07-30  Bruno Haible  <bruno@clisp.org>
26800
26801         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
26802
26803 2006-07-30  Bruno Haible  <bruno@clisp.org>
26804
26805         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
26806         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
26807         get removed.
26808
26809 2006-07-29  Bruno Haible  <bruno@clisp.org>
26810
26811         Make it possible for gnulib-tool to work with locally modified or
26812         augmented gnulib repositories.
26813         * gnulib-tool (func_usage): Document --local-dir option.
26814         (local_gnulib_dir): New variable.
26815         Handle --local-dir option.
26816         (func_lookup_file): New function.
26817         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
26818         (func_get_description, func_get_filelist, func_get_description,
26819         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
26820         func_get_automake_snippet, func_get_include_directive,
26821         func_get_license, func_get_maintainer): Use func_lookup_file.
26822         (func_import, func_create_testdir): Use func_lookup_file.
26823
26824 2006-07-29  Bruno Haible  <bruno@clisp.org>
26825
26826         * modules/setenv (Depends-on): Add unistd.
26827
26828 2006-07-29  Bruno Haible  <bruno@clisp.org>
26829
26830         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
26831
26832 2006-07-29  Bruno Haible  <bruno@clisp.org>
26833
26834         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
26835
26836 2006-07-29  Bruno Haible  <bruno@clisp.org>
26837
26838         * gnulib-tool (import, update): If there is no Makefile.am, look at
26839         aclocal.m4, instead of bailing out.
26840
26841 2006-07-29  Bruno Haible  <bruno@clisp.org>
26842
26843         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
26844         Categorize the options by when they are useful.
26845
26846 2006-07-29  Bruno Haible  <bruno@clisp.org>
26847
26848         * gnulib-tool (func_usage): Document option --no-libtool.
26849         Handle option --no-libtool.
26850         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
26851         for changed semantics of $libtool variable.
26852         (func_import): Likewise. If libtool is not used, show this through
26853         an option --no-libtool.
26854         (func_create_testdir): Update.
26855
26856 2006-07-29  Bruno Haible  <bruno@clisp.org>
26857
26858         * gnulib-tool (func_import): Extend error message about missing
26859         --doc-base.
26860
26861 2006-07-29  Bruno Haible  <bruno@clisp.org>
26862
26863         * gnulib-tool (func_import): Don't create the $docbase directory if
26864         there is no file to store there.
26865
26866 2006-07-29  Bruno Haible  <bruno@clisp.org>
26867
26868         * gnulib-tool (autoconf_minversion): If a --dir option is given and
26869         relevant, look for configure.ac there, not in the current directory.
26870         Also use a simple search for AC_PREREQ, not "autoconf --trace".
26871
26872 2006-07-29  Bruno Haible  <bruno@clisp.org>
26873
26874         * gnulib-tool (SORT): New variable.
26875         (func_usage): Undocument --assume-autoconf option.
26876         Remove --assume-autoconf option handling.
26877         (autoconf_minversion): Determine from the contents of configure.ac.
26878         (func_import): Remove autoconf_minversion handling.
26879         Suggested by Eric Blake.
26880
26881 2006-07-29  Bruno Haible  <bruno@clisp.org>
26882
26883         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
26884
26885 2006-07-29  Bruno Haible  <bruno@clisp.org>
26886
26887         * config/srclist.txt (*setenv.[ch]): Remove rules.
26888
26889 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
26890
26891         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
26892
26893 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
26894
26895         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
26896         arpa/inet.h.
26897
26898 2006-07-28  Simon Josefsson  <jas@extundo.com>
26899
26900         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
26901         * modules/inet_pton (Depends-on): Likewise.
26902
26903 2006-07-28  Simon Josefsson  <jas@extundo.com>
26904
26905         * m4/netinet_in_h.m4: New file.
26906
26907 2006-07-28  Simon Josefsson  <jas@extundo.com>
26908
26909         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
26910         #include's.
26911
26912 2006-07-28  Simon Josefsson  <jas@extundo.com>
26913
26914         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
26915         #include's.
26916
26917 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
26918
26919         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
26920         setgid on directories only if they set these bits.
26921         * lib/modechange.h: Remove obsolete comment about masks.
26922
26923 2006-07-28  Eric Blake  <ebb9@byu.net>
26924
26925         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
26926         macro expansion.
26927
26928 2006-07-28  Bruno Haible  <bruno@clisp.org>
26929
26930         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
26931
26932 2006-07-28  Bruno Haible  <bruno@clisp.org>
26933
26934         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
26935
26936 2006-07-28  Bruno Haible  <bruno@clisp.org>
26937
26938         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
26939         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
26940         Define fallbacks.
26941         Avoids link error on FreeBSD 4.x.
26942         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
26943
26944         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
26945         encoding.
26946         * lib/mbswidth.c (iswcntrl): Likewise.
26947
26948 2006-07-27  Bruno Haible  <bruno@clisp.org>
26949
26950         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
26951         test.
26952
26953 2006-07-27  Bruno Haible  <bruno@clisp.org>
26954
26955         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
26956         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
26957         defined.
26958
26959 2006-07-26  Eric Blake  <ebb9@byu.net>
26960
26961         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
26962
26963 2006-07-26  Eric Blake  <ebb9@byu.net>
26964
26965         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
26966         like mingw that lack mkstemp.
26967         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
26968         avoid compilation warning on mingw.
26969
26970 2006-07-26  Bruno Haible  <bruno@clisp.org>
26971
26972         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
26973         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
26974         INT_FAST*_MIN, INTPTR_MIN.
26975
26976 2006-07-25  Bruno Haible  <bruno@clisp.org>
26977
26978         * modules/version-etc (Depends-on): Add stdarg.
26979
26980 2006-07-25  Bruno Haible  <bruno@clisp.org>
26981
26982         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
26983         complex commands.
26984
26985 2006-07-25  Bruno Haible  <bruno@clisp.org>
26986
26987         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
26988         defined in <stdarg.h> or config.h.
26989
26990 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
26991
26992         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
26993         (gl_STDIO_SAFER): Remove.
26994
26995 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
26996
26997         * MODULES.html.sh (File stream based Input/Output):
26998         Add fopen-safer, tmpfile-safer; remove stdio-safer.
26999         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
27000         * modules/fopen-safer, modules/tmpfile-safer: New files.
27001         * modules/stdio-safer: Remove.
27002
27003 2006-07-24  Bruno Haible  <bruno@clisp.org>
27004
27005         * modules/tmpdir: New file.
27006         * MODULES.html.sh (File system functions): Add it.
27007
27008 2006-07-24  Bruno Haible  <bruno@clisp.org>
27009
27010         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
27011         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
27012
27013 2006-07-24  Bruno Haible  <bruno@clisp.org>
27014
27015         * modules/clean-temp: New file.
27016
27017 2006-07-24  Bruno Haible  <bruno@clisp.org>
27018
27019         * m4/tmpdir.m4: New file, from GNU gettext.
27020
27021 2006-07-24  Bruno Haible  <bruno@clisp.org>
27022
27023         * lib/tmpdir.h: New file, from GNU gettext.
27024         * lib/tmpdir.c: New file, from GNU gettext.
27025
27026 2006-07-24  Bruno Haible  <bruno@clisp.org>
27027
27028         * lib/clean-temp.h: New file, from GNU gettext.
27029         * lib/clean-temp.c: New file, from GNU gettext.
27030
27031 2006-07-23  Eric Blake  <ebb9@byu.net>
27032
27033         * modules/stdio-safer (Files): Add tmpfile-safer.c.
27034         (Depends-on): Add binary-io.
27035
27036 2006-07-23  Eric Blake  <ebb9@byu.net>
27037
27038         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
27039
27040 2006-07-23  Eric Blake  <ebb9@byu.net>
27041
27042         * lib/tmpfile-safer.c: New file.
27043         * lib/stdio-safer.h (fopen_safer): Add prototype.
27044         * lib/stdio--.h (tmpfile): Make safer.
27045
27046 2006-07-23  Bruno Haible  <bruno@clisp.org>
27047
27048         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
27049         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
27050         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
27051         gl_linked_remove_at): Use it.
27052
27053 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
27054         and Simon Josefsson <jas@extundo.com>
27055
27056         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
27057
27058         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
27059
27060 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
27061
27062         * modules/close-stream: New file.
27063         * modules/closeout (Description): Make it clear that it exits
27064         with a diagnostic on error.
27065         (Depends-on): Add close-stream.  Remove fpending, stdbool.
27066         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
27067
27068 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
27069
27070         * m4/close-stream.m4: New file.
27071
27072 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
27073
27074         * lib/close-stream.c, lib/close-stream.h: New files.
27075
27076 2006-07-22  Bruno Haible  <bruno@clisp.org>
27077
27078         Merge from GNU gettext 0.15.
27079
27080         2006-05-01  Bruno Haible  <bruno@clisp.org>
27081
27082                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
27083
27084         2006-07-22  Bruno Haible  <bruno@clisp.org>
27085
27086                 * modules/javaversion: New file.
27087                 * MODULES.html.sh (Java): Add javaversion.
27088
27089         2006-03-12  Bruno Haible  <bruno@clisp.org>
27090
27091                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
27092
27093         2005-12-04  Bruno Haible  <bruno@clisp.org>
27094
27095                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
27096                 (untested).
27097
27098         2006-06-21  Bruno Haible  <bruno@clisp.org>
27099
27100                 Avoid warnings from recent versions of mcs.
27101                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
27102                 -o, -L, -r any more. Use options documented since mcs-1.0
27103                 instead. Similarly for -g.
27104
27105         2005-12-04  Bruno Haible  <bruno@clisp.org>
27106
27107                 * build-aux/csharpcomp.sh.in: Suffix for resources is
27108                 .resources, not .resource.
27109
27110         2005-07-09  Bruno Haible  <bruno@clisp.org>
27111
27112                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
27113                 add a .dll suffix.
27114                 Reported by Mark Junker <mjscod@gmx.de>.
27115
27116         2006-07-22  Bruno Haible  <bruno@clisp.org>
27117
27118                 * modules/gettext: Upgrade to gettext-0.15.
27119                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
27120                 m4/visibility.m4.
27121                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
27122
27123 2006-07-22  Bruno Haible  <bruno@clisp.org>
27124
27125         Merge from GNU gettext 0.15.
27126
27127         2006-03-25  Bruno Haible  <bruno@clisp.org>
27128
27129                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
27130
27131         2006-07-21  Bruno Haible  <bruno@clisp.org>
27132
27133                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
27134                 "1.1".
27135
27136         2006-05-09  Bruno Haible  <bruno@clisp.org>
27137
27138                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
27139                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
27140                 for the conftestver execution.
27141
27142         2006-05-01  Bruno Haible  <bruno@clisp.org>
27143
27144                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
27145                 optional target-version argument. Verify that the compiler
27146                 groks source of the specified source-version, or add -source
27147                 option as necessary. Verify that the compiler produces
27148                 bytecode in the specified target-version, or add -target and
27149                 -source options as necessary. Make the result of the test
27150                 available as variable CONF_JAVAC. Also log error output in
27151                 config.log.
27152
27153         2006-03-11  Bruno Haible  <bruno@clisp.org>
27154
27155                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
27156
27157         2006-05-09  Bruno Haible  <bruno@clisp.org>
27158
27159                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
27160                 CLASSPATH_SEPARATOR to a semicolon.
27161
27162         2006-03-12  Bruno Haible  <bruno@clisp.org>
27163
27164                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
27165                 available as variable CONF_JAVA, for subsequent autoconf
27166                 tests. Also log error output in config.log.
27167
27168         2006-07-19  Bruno Haible  <bruno@clisp.org>
27169
27170                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
27171                 that getline works on glibc2 systems. Needed to avoid trouble
27172                 in relocatable.c.
27173                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
27174
27175         2005-12-04  Bruno Haible  <bruno@clisp.org>
27176
27177                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
27178                 launcher (untested).
27179
27180         2005-12-04  Bruno Haible  <bruno@clisp.org>
27181
27182                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
27183
27184         2006-07-22  Bruno Haible  <bruno@clisp.org>
27185
27186                 * gettext.m4: Update from GNU gettext-0.15.
27187                 * nls.m4: Likewise.
27188                 * po.m4: Likewise.
27189                 * inttypes-pri.m4: Likewise.
27190                 * inttypes-h.m4: Renamed from inttypes.m4.
27191                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
27192
27193 2006-07-22  Bruno Haible  <bruno@clisp.org>
27194
27195         Merge from GNU gettext 0.15.
27196
27197         2005-07-05  Bruno Haible  <bruno@clisp.org>
27198
27199                 * printf-args.c (printf_fetchargs): Work around broken
27200                 definition of wint_t on mingw.
27201
27202         2005-02-12  Bruno Haible  <bruno@clisp.org>
27203
27204                 * xallocsa.h: Add extern "C" for C++.
27205
27206         2006-05-17  Bruno Haible  <bruno@clisp.org>
27207
27208                 Cygwin portability.
27209                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
27210
27211         2006-04-30  Bruno Haible  <bruno@clisp.org>
27212
27213                 * progreloc.c: Include <mach-o/dyld.h> if available.
27214                 (find_executable): Use _NSGetExecutablePath when possible.
27215
27216         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
27217
27218                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
27219                 function.
27220
27221         2005-12-29  Bruno Haible  <bruno@clisp.org>
27222
27223                 * progreloc.c (set_program_name_and_installdir): Fix
27224                 compilation error.
27225
27226         2005-12-04  Bruno Haible  <bruno@clisp.org>
27227
27228                 Cygwin portability.
27229                 * progreloc.c: Include <windows.h> also on Cygwin.
27230                 (find_executable): Add support for Cygwin.
27231                 (set_program_name_and_installdir): Handle also platforms with
27232                 nonempty EXEEXT.
27233
27234         2006-07-11  Bruno Haible  <bruno@clisp.org>
27235
27236                 * javacomp.c: Fix a comment.
27237                 Reported by Jim Meyering.
27238
27239         2006-04-30  Bruno Haible  <bruno@clisp.org>
27240
27241                 * javacomp.h (compile_java_class): Add source_version,
27242                 target_version arguments.
27243                 * javacomp.c: Rewritten to choose only a compiler that
27244                 respects the specified source_version and target_version.
27245
27246         2006-06-27  Bruno Haible  <bruno@clisp.org>
27247
27248                 Assume correct S_ISDIR macro.
27249                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
27250
27251         2006-07-22  Bruno Haible  <bruno@clisp.org>
27252
27253                 * javaversion.h: New file, from GNU gettext.
27254                 * javaversion.c: New file, from GNU gettext.
27255                 * javaversion.java: New file, from GNU gettext.
27256                 * javaversion.class: New file, from GNU gettext.
27257
27258         2006-05-17  Bruno Haible  <bruno@clisp.org>
27259
27260                 Cygwin portability.
27261                 * javaexec.c (execute_java_class): Test for jview program
27262                 also on Cygwin.
27263
27264         2006-04-09  Bruno Haible  <bruno@clisp.org>
27265
27266                 * fatal-signal.c: Don't include string.h.
27267                 (at_fatal_signal): Use a copying loop instead of memcpy.
27268
27269         2005-12-04  Bruno Haible  <bruno@clisp.org>
27270
27271                 * csharpexec.c: Add support for 'clix' launcher (untested).
27272                 (execute_csharp_using_sscli): New function.
27273                 (execute_csharp_program): Call it.
27274
27275         2006-06-21  Bruno Haible  <bruno@clisp.org>
27276
27277                 Avoid warnings from recent versions of mcs.
27278                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
27279                 -o, -L, -r any more. Use options documented since mcs-1.0
27280                 instead. Similarly for -g.
27281
27282         2005-07-09  Bruno Haible  <bruno@clisp.org>
27283
27284                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
27285                 add a .dll suffix.
27286                 Reported by Mark Junker <mjscod@gmx.de>.
27287
27288         2006-06-17  Bruno Haible  <bruno@clisp.org>
27289
27290                 * config.charset: Update for NetBSD 3.0.
27291
27292         2006-05-17  Bruno Haible  <bruno@clisp.org>
27293
27294                 Cygwin portability.
27295                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
27296
27297         2006-05-16  Bruno Haible  <bruno@clisp.org>
27298
27299                 * localcharset.c [CYGWIN]: Include <windows.h>.
27300                 (get_charset_aliases): For Cygwin, return the same CPxxx
27301                 aliases list as under WIN32.
27302                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
27303                 the environment variables. Fall back to GetACP().
27304
27305         2006-04-05  Bruno Haible  <bruno@clisp.org>
27306
27307                 * config.charset: Update Juan Manuel Guerrero's address.
27308
27309         2005-02-12  Bruno Haible  <bruno@clisp.org>
27310
27311                 * allocsa.h: Add extern "C" for C++.
27312
27313         2005-02-10  Bruno Haible  <bruno@clisp.org>
27314
27315                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
27316                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
27317
27318         2006-07-22  Bruno Haible  <bruno@clisp.org>
27319
27320                 * gettext.h: Update to GNU gettext-0.15.
27321
27322 2006-07-22  Bruno Haible  <bruno@clisp.org>
27323
27324         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
27325         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
27326         lib-prefix.m4, longdouble.m4, ssize_t.m4.
27327
27328 2006-07-21  Eric Blake  <ebb9@byu.net>
27329
27330         * modules/stdlib-safer: New file.
27331         * MODULES.html.sh (File stream based Input/Output): Add
27332         stdlib-safer.
27333
27334 2006-07-21  Eric Blake  <ebb9@byu.net>
27335
27336         * lib/stdlib-safer.h: New file from coreutils, required by
27337         stdlib--.h.
27338
27339 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
27340
27341         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
27342
27343 2006-07-20  Bruno Haible  <bruno@clisp.org>
27344
27345         * gnulib-tool: Recognize new option --assume-autoconf.
27346         (autoconf_minversion): New variable.
27347         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
27348
27349 2006-07-20  Bruno Haible  <bruno@clisp.org>
27350
27351         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
27352
27353 2006-07-19  Derek R. Price  <derek@ximbiot.com>
27354
27355         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
27356         Reindent and repaginate.
27357
27358 2006-07-19  Derek Price  <derek@ximbiot.com>
27359
27360         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
27361         Correct grammar.
27362
27363 2006-07-17  Bruno Haible  <bruno@clisp.org>
27364
27365         * modules/list: New file.
27366         * modules/array-list: New file.
27367         * modules/carray-list, modules/carray-list-tests: New files.
27368         * modules/linked-list, modules/linked-list-tests: New files.
27369         * modules/avltree-list, modules/avltree-list-tests: New files.
27370         * modules/rbtree-list, modules/rbtree-list-tests: New files.
27371         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
27372         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
27373         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
27374         * modules/oset: New file.
27375         * modules/array-oset: New file.
27376         * modules/avltree-oset, modules/avltree-oset-tests: New files.
27377         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
27378         * tests/test-carray_list.c: New file.
27379         * tests/test-linked_list.c: New file.
27380         * tests/test-avltree_list.c: New file.
27381         * tests/test-rbtree_list.c: New file.
27382         * tests/test-linkedhash_list.c: New file.
27383         * tests/test-avltreehash_list.c: New file.
27384         * tests/test-rbtreehash_list.c: New file.
27385         * tests/test-avltree_oset.c: New file.
27386         * tests/test-rbtree_oset.c: New file.
27387         * MODULES.html.sh (Container data structures): New section.
27388
27389 2006-07-17  Bruno Haible  <bruno@clisp.org>
27390
27391         * m4/gl_list.m4: New file.
27392
27393 2006-07-17  Bruno Haible  <bruno@clisp.org>
27394
27395         * lib/gl_list.h: New file.
27396         * lib/gl_list.c: New file.
27397         * lib/gl_array_list.h: New file.
27398         * lib/gl_array_list.c: New file.
27399         * lib/gl_carray_list.h: New file.
27400         * lib/gl_carray_list.c: New file.
27401         * lib/gl_linked_list.h: New file.
27402         * lib/gl_linked_list.c: New file.
27403         * lib/gl_anylinked_list1.h: New file.
27404         * lib/gl_anylinked_list2.h: New file.
27405         * lib/gl_avltree_list.h: New file.
27406         * lib/gl_avltree_list.c: New file.
27407         * lib/gl_anyavltree_list1.h: New file.
27408         * lib/gl_anyavltree_list2.h: New file.
27409         * lib/gl_rbtree_list.h: New file.
27410         * lib/gl_rbtree_list.c: New file.
27411         * lib/gl_anyrbtree_list1.h: New file.
27412         * lib/gl_anyrbtree_list2.h: New file.
27413         * lib/gl_anytree_list1.h: New file.
27414         * lib/gl_anytree_list2.h: New file.
27415         * lib/gl_linkedhash_list.h: New file.
27416         * lib/gl_linkedhash_list.c: New file.
27417         * lib/gl_anyhash_list1.h: New file.
27418         * lib/gl_anyhash_list2.h: New file.
27419         * lib/gl_avltreehash_list.h: New file.
27420         * lib/gl_avltreehash_list.c: New file.
27421         * lib/gl_rbtreehash_list.h: New file.
27422         * lib/gl_rbtreehash_list.c: New file.
27423         * lib/gl_anytreehash_list1.h: New file.
27424         * lib/gl_anytreehash_list2.h: New file.
27425
27426         * lib/gl_oset.h: New file.
27427         * lib/gl_oset.c: New file.
27428         * lib/gl_array_oset.h: New file.
27429         * lib/gl_array_oset.c: New file.
27430         * lib/gl_avltree_oset.h: New file.
27431         * lib/gl_avltree_oset.c: New file.
27432         * lib/gl_rbtree_oset.h: New file.
27433         * lib/gl_rbtree_oset.c: New file.
27434         * lib/gl_anytree_oset.h: New file.
27435
27436 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
27437
27438         * m4/mkancesdirs.m4: New file.
27439         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
27440         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
27441         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
27442         it.
27443
27444 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
27445
27446         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
27447         * lib/mkancesdirs.h: New files.
27448         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
27449         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
27450         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
27451         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
27452         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
27453         callers changed.  Revamp internals significantly, by not
27454         attempting to create directories that are temporarily more
27455         permissive than the final results.  Do not attempt to use
27456         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
27457         This removes some race conditions, fixes some bugs, and simplifies
27458         things.  Use new dirchownmod function to do owner and mode changes.
27459         * lib/mkdir-p.h: Likewise.
27460         * lib/modechange.c (octal_to_mode): New function.
27461         (struct mode_change): New member mentioned.
27462         (make_node_op_equals): New arg mentioned.  All callers changed.
27463         (mode_compile): Keep track of which mode bits the user has explicitly
27464         mentioned.
27465         (mode_adjust): New arg DIR, so that we implement the X op correctly.
27466         New arg PMODE_BITS, to keep track of which mode bits the user
27467         mentioned; it treats S_ISUID and S_ISGID speciall.
27468         All callers changed.
27469         * lib/modechange.h: Likewise.
27470
27471 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
27472
27473         * MODULES.html.sh: Add mkancestors.
27474         * modules/mkancesdirs: New module.
27475         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
27476         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
27477         The chdir-safer and afs files are now orphans; I'll remove them
27478         unless someone speaks up.
27479         Add lib/dirchownmod.c, lib/dirchownmod.h.
27480         (Depends-on): Remove alloca, chown, save-cwd, dirname.
27481         Add lchown, mkancesdirs.
27482         (Maintainer): Add self.
27483
27484 2006-07-15  Karl Berry  <karl@gnu.org>
27485
27486         * gnulib-tool: help message wording/arrangement.
27487
27488 2006-07-14  Simon Josefsson  <jas@extundo.com>
27489
27490         * doc/gnulib.texi (Libtool and Windows): New section.
27491
27492 2006-07-12  Simon Josefsson  <jas@extundo.com>
27493
27494         * modules/gendocs (License): Fix license, approved by Karl.
27495
27496 2006-07-12  Eric Blake  <ebb9@byu.net>
27497
27498         * MODULES.html.sh: Add gendocs.
27499
27500 2006-07-11  Eric Blake  <ebb9@byu.net>
27501
27502         * modules/fdl: New module, to install doc/fdl.texi.
27503         * MODULES.html.sh: Add new section for documentation modules.
27504         * gnulib-tool: Avoid space-tab.
27505         (--doc-base): New option, to manage files from doc.
27506
27507 2006-07-11  Eric Blake  <ebb9@byu.net>
27508
27509         * m4/absolute-header.m4: Fix comments to match recent change.
27510
27511 2006-07-11  Eric Blake  <ebb9@byu.net>
27512
27513         * gnulib-tool: List --doc-base before --tests-base.
27514
27515 2006-07-11  Derek R. Price  <derek@ximbiot.com>
27516
27517         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
27518
27519 2006-07-11  Bruno Haible  <bruno@clisp.org>
27520
27521         * README: Mention where to put documentation.
27522
27523 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27524
27525         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
27526
27527 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
27528
27529         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
27530         to stdint.m4.
27531
27532 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
27533
27534         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
27535         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
27536         "no/such/file/stdint.h" when there is no such file, so that
27537         the resulting C code can be parsed by dodgy compilers.
27538         Problems reported by Bob Proulx.
27539
27540 2006-07-10  Derek R. Price  <derek@ximbiot.com>
27541
27542         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
27543         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
27544         macros into the GNU _D_EXACT_NAMLEN.
27545         * lib/savedir.c:  Likewise.
27546         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
27547
27548 2006-07-10  Derek R. Price  <derek@ximbiot.com>
27549         and Paul Eggert  <eggert@cs.ucla.edu>
27550
27551         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
27552         * m4/savedir.m4:
27553         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
27554         macros into the GNU _D_EXACT_NAMLEN.
27555
27556 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
27557
27558         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
27559         around the absolute name, to work around a problem with the HP-UX
27560         11.23 native C compiler, reported by Bob Proulx.
27561
27562 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
27563
27564         * doc/maintain.texi, make-stds.texi: Sync from
27565         <http://savannah.gnu.org/projects/gnustandards>.
27566
27567 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
27568
27569         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
27570
27571 2006-07-09  Jim Meyering  <jim@meyering.net>
27572
27573         * m4/glob.m4: Remove a doubled word in a comment.
27574
27575 2006-07-09  Jim Meyering  <jim@meyering.net>
27576
27577         * lib/argp-pv.c: Remove a doubled word in a comment.
27578         * lib/check-version.c (check_version): Likewise.
27579         * lib/javacomp.c (compile_java_class): Likewise.
27580
27581 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
27582
27583         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
27584         for the benefit of people using Autoconf 2.60.  If you want to
27585         support older Autoconf versions you can copy m4/onceonly_2_57.m4
27586         (or m4/onceonly.m4, if pre-2.57) manually.
27587
27588 2006-07-08  Jim Meyering  <jim@meyering.net>
27589
27590         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
27591         comment.
27592         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
27593         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
27594         comment.
27595
27596 2006-07-08  Jim Meyering  <jim@meyering.net>
27597
27598         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
27599
27600 2006-07-07  Simon Josefsson  <jas@extundo.com>
27601
27602         * tests/test-crc.c: Change expected crc value, the test vector
27603         were probably computed using the old broken crc.c?
27604
27605 2006-07-06  Simon Josefsson  <jas@extundo.com>
27606
27607         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
27608         now the canonical place for the M4 file).
27609
27610         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
27611         from the sys_socket dependency now.
27612
27613         * modules/inet_pton (Files): Ditto.
27614
27615         * modules/inet_ntop (Files): Ditto.
27616
27617 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
27618
27619         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
27620         not gl_PREREQ_GETUSERSHELL.
27621
27622 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27623
27624         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
27625         with only one argument, for Autoconf 2.60.
27626         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
27627         expand to nothing, so add a shell command to avoid syntax error.
27628         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
27629
27630 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27631
27632         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
27633
27634 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
27635
27636         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
27637         no longer needed.  Check for isblank decl.
27638         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
27639         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
27640         of existence.
27641
27642 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
27643
27644         * lib/getloadavg.c: Use __VMS, not VMS.
27645         * lib/getopt.c: Likewise.
27646         * lib/getpagesize.h: Likewise.
27647         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
27648         and probably does not work.
27649
27650 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
27651
27652         * lib/.cppi-disable: Add wcwidth.
27653         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
27654         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
27655         (ISGRAPH): Remove.  All uses changed to isgraph.
27656         (FOLD) [!defined _LIBC]: Remove special case.
27657         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
27658         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
27659         HAVE_ISBLANK.
27660         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
27661         case.
27662
27663 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
27664
27665         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
27666         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
27667         brackets.  Other minor changes to suppress some compiler
27668         warnings.
27669
27670 2006-07-06  Derek R. Price  <derek@ximbiot.com>
27671         and Paul Eggert  <eggert@cs.ucla.edu>
27672
27673         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
27674         of invoking obsolescent AC_HEADER_DIRENT macro.
27675         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
27676         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
27677         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
27678         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
27679         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
27680         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
27681         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
27682         * m4/readdir.m4: Remove; no longer needed.
27683
27684 2006-07-06  Derek R. Price  <derek@ximbiot.com>
27685         and Paul Eggert  <eggert@cs.ucla.edu>
27686
27687         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
27688         Don't worry about this obsolete case any more.
27689         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
27690         directories.
27691         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
27692         worry about this obsolete case any more.
27693         * lib/fts.c: Likewise.
27694         * lib/getcwd.c: Likewise.
27695         * lib/glob.h: Likewise.
27696         * lib/savedir.c: Likewise.
27697
27698 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
27699
27700         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
27701         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
27702         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
27703         needed.
27704         All uses removed.
27705         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
27706         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
27707         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
27708         needed.
27709         * m4/getdate.m4 (gl_GETDATE): Likewise.
27710         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
27711         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
27712         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
27713         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
27714         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
27715         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
27716         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
27717         needed.
27718
27719 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
27720
27721         * lib/memcasecmp.c: Include <limits.h>.
27722         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
27723         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
27724         Don't assume isdigit succeeds only on '0' through '9'.
27725
27726 2006-07-05  Eric Blake  <ebb9@byu.net>
27727
27728         * modules/getaddrinfo (Depends-on): Add snprintf.
27729
27730 2006-07-05  Eric Blake  <ebb9@byu.net>
27731
27732         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
27733         to avoid 'header present but could not be compiled' on cygwin.
27734
27735 2006-07-05  Eric Blake  <ebb9@byu.net>
27736
27737         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
27738         missing from netdb.h.
27739         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
27740
27741 2006-07-05  Derek R. Price  <derek@ximbiot.com>
27742
27743         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
27744         no longer needed.
27745         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
27746         * m4/getdate.m4 (gl_GETDATE): Likewise.
27747         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
27748         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
27749         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
27750         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
27751         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
27752
27753 2006-07-05  Derek R. Price  <derek@ximbiot.com>
27754
27755         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
27756         All uses of is_space replaced by isspace.
27757         * lib/exit.h: Don't talk about STDC_HEADERS.
27758         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
27759         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
27760         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
27761         replaced by isprint etc.
27762         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
27763         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
27764         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
27765         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
27766         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
27767         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
27768
27769 2006-07-05  Bruno Haible  <bruno@clisp.org>
27770
27771         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
27772         the function exists, before testing against AIX.
27773         Reported by Martin Lambers <marlam@marlam.de>.
27774
27775 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
27776
27777         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
27778         From Mark D. Baushke.
27779
27780 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
27781
27782         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
27783         to the absolute name, not just one, to bypass Sun C 5.8's
27784         "warning: #include of /usr/include/... may be non-portable".
27785
27786 2006-07-04  Eric Blake  <ebb9@byu.net>
27787
27788         * modules/dirname-tests: New test module.
27789         * tests/test-dirname.c: New file, replacing dirname.c
27790         TEST_DIRNAME section that was recently deleted.
27791
27792 2006-07-04  Bruno Haible  <bruno@clisp.org>
27793
27794         Assume ANSI C header files and <ctype.h> functions.
27795         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
27796         (mbsnwidth): Use isprint, iscntrl instead.
27797
27798 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
27799
27800         Merge from coreutils.
27801         * MODULES.html.sh: Add xstrtold.
27802         * modules/xstrtold: New file.
27803         * modules/cycle-check (Files): Add lib/same-inode.h.
27804         * modules/dirname (Files): Add m4/double-slash-root.m4.
27805         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
27806         * modules/mkdir-p (Files): Add lib/same-inode.h.
27807         * modules/same (Files): Add lib/same-inode.h.
27808
27809 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
27810
27811         * m4/absolute-header.m4: Renamed from full-header-path.m4.
27812         This is to keep the terminology clean; POSIX talks about
27813         "absolute pathnames", not "full pathnames", but the GNU
27814         Coding Standards say to use "path" for something else;
27815         so use "absolute" to keep both sides happy.
27816         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
27817         Set gl_absolute_header, not gl_full_header_path.
27818         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
27819         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
27820         All uses changed.
27821
27822         Merge from coreutils.
27823
27824         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
27825
27826         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
27827         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
27828         want to require the building of c-strtod.o.
27829         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
27830         needs -lm directly.
27831         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
27832
27833         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
27834
27835         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
27836         --as-needed option if available.  Problem reported by Albert Chin in
27837         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
27838         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
27839         cc merely issues a bunch of annoying warnings for --as-needed
27840         (this problem was reported by Bob Proulx).  Also, try linking with
27841         -lm to detect a bug in binutils 2.16 (this problem was reported
27842         by Ralf Wildenhues).
27843
27844         2006-06-18  Jim Meyering  <jim@meyering.net>
27845
27846         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
27847         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
27848         macro.
27849         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
27850         also check for glibc-2.4's abort-inducing bug.
27851
27852         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
27853         Low-probability clean-up should be to use rmdir to get rid of
27854         the just-created directory, not unlink.
27855
27856         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
27857         configure fail, and request a bug report to inform us about it.
27858         Add a comment that, barring reports to the contrary, in 2007 we'll
27859         assume ftruncate is universally available.
27860
27861         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
27862
27863         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
27864
27865         2006-03-12  Jim Meyering  <jim@meyering.net>
27866
27867         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
27868         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
27869         * m4/same.m4 (gl_SAME): Likewise.
27870         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
27871
27872         2006-03-11  Eric Blake  <ebb9@byu.net>
27873
27874         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
27875         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
27876         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
27877         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
27878
27879 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
27880
27881         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
27882         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
27883         reported by Mark D. Baushke, one in
27884         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
27885
27886         Merge from coreutils.
27887
27888         * lib/.cppi-disable: Add stdint_.h.
27889         * lib/.cvsignore: Add stdint.h.
27890
27891         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
27892
27893         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
27894         both double and long double versions.
27895         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
27896         * lib/xstrtold.c: New file.
27897         * lib/xstrtod.h (xstrtold): New decl.
27898
27899         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
27900
27901         * lib/filemode.c (setst): Remove.
27902         (strmode): Rewrite to avoid setst.  This makes the code shorter,
27903         (arguably) clearer, and the generated code is a bit smaller on my
27904         Debian GNU/Linux stable x86 host.
27905
27906         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
27907
27908         * lib/filemode.c: Include "filemode.h" first, to test the interface.
27909         Assume that filemode.h includes sys/types.h and sys/stat.h.
27910         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
27911         (ftypelet): Reorder to put common cases first, for efficiency.
27912         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
27913         to do 'M'.
27914         (strmode): Renamed from mode_string, and now stores 12 bytes instead
27915         of 10, for compatibility with FreeBSD.  All callers changed.
27916         (filemodestring): Now stores 12 bytes instead of 10, and sets file
27917         types that can't be deduced solely from st_mode.  First arg is now a
27918         const pointer.
27919         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
27920         (strmode): Renamed from mode_string.
27921         (filemodestring): New decl.
27922         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
27923         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
27924         needed.
27925         (S_ISPORT, S_ISWHT): New macros, if not already defined.
27926
27927         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
27928
27929         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
27930         fsusage.h now does that.  Include fsusage.h first, to test interface.
27931         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
27932         at most one method (the old code could have generated decls that
27933         didn't conform to C89, not that this was ever exercised).
27934         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
27935
27936         2006-03-19  Jim Meyering  <jim@meyering.net>
27937
27938         Work even in a chroot where d_ino values for entries in "/"
27939         don't match the stat.st_ino values for the same names.
27940         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
27941         number, iterate through all entries again, using lstat instead.
27942         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
27943         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
27944
27945         * lib/getcwd.c (__getcwd): Clarify a comment.
27946         Use memcpy in place of a call to strcpy.
27947
27948         2006-03-12  Jim Meyering  <jim@meyering.net>
27949
27950         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
27951         matches that of the current directory (which we're about to chdir ".."
27952         out of), then save the dev-ino of the parent, instead.
27953
27954         * lib/same-inode.h (SAME_INODE): New file/macro.
27955         * lib/chdir-safer.c (SAME_INODE): Remove definition.
27956         Include "same-inode.h", instead.
27957         * lib/same.c: Likewise.
27958         * lib/cycle-check.h: Include "same-inode.h".
27959         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
27960         * lib/cycle-check.c (SAME_INODE): Remove definition.
27961         * lib/root-dev-ino.h: Include "same-inode.h".
27962
27963         2006-03-11  Eric Blake  <ebb9@byu.net>
27964
27965         * lib/same.c (same_name): s/base_name/last_component/
27966         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
27967         * lib/filenamecat.c (file_name_concat): Likewise.
27968
27969         2006-03-11  Eric Blake  <ebb9@byu.net>,
27970                     Paul Eggert  <eggert@cs.ucla.edu>
27971
27972         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
27973         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
27974         drive prefix.
27975         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
27976         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
27977         (last_component): New method.
27978         * lib/dirname.c (dir_len): Determine when drive letters need a
27979         subsequent slash.  Preserve // when it is special.
27980         (dir_name): Don't append dot when drive letter is absolute.
27981         [TEST_DIRNAME]: Move into a full-blown gnulib test.
27982         * lib/basename.c (base_name): New semantics - malloc the result.
27983         Preserve // when it is special.  Preserve relative files that look
27984         like drive letters.
27985         (base_len): Preserve // when it is special.
27986         (last_component): New method, similar to old base_name semantics.
27987         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
27988         base_name.  Strip redundant slashes from ///.
27989
27990 2006-07-03  Jim Meyering  <jim@meyering.net>
27991
27992         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
27993         macro is used before the first cycle_check call.
27994
27995 2006-07-03  Eric Blake  <ebb9@byu.net>
27996
27997         * modules/dirname (Depends-on): Add xstrndup.
27998
27999 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
28000
28001         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
28002         test cases, so that config.log is a bit easier to follow.
28003
28004 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
28005
28006         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
28007         both are 64 bits, since this seems to be the tradition, and this
28008         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
28009         we ever run into a host that prefers long long to long in this
28010         case, we'll need another configure-time test.  Problem reported by
28011         Jim Meyering.
28012
28013 2006-07-02  Eric Blake  <ebb9@byu.net>
28014
28015         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
28016
28017 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
28018
28019         * modules/inttypes (Depends-on): No longer depends on stdint.
28020         * modules/stdint (Description): Say more about assumptions.
28021         Say that the fast types might differ.  Say macros are used.
28022         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
28023         (Makefile.am): Revise list of substituted symbols to match
28024         new stdint.m4.
28025         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
28026         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
28027         * tests/test-stdint.c (verify_same_types)
28028         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
28029         the code conforms to C99/C89.
28030         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
28031         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
28032
28033 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
28034
28035         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
28036         but fix a bug, by requiring at least 64 bits.
28037         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
28038         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
28039         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
28040         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
28041
28042         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
28043         changes.  Make 2.59 a prerequisite.  Check and substitute for
28044         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
28045         inttypes.h.  Do not use special include files; just use the
28046         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
28047         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
28048         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
28049         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
28050         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
28051         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
28052         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
28053         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
28054         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
28055         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
28056         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
28057         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
28058         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
28059         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
28060         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
28061         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
28062         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
28063         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
28064         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
28065         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
28066         WINT_MAX.  Check for C99 conformance more strictly, by detecting
28067         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
28068         not check for things that C99 does not require, e.g., int8_t.  If
28069         a test isn't needed unless <stdint.h> isn't working, and is
28070         unlikely to be needed for any other reason, then don't do it
28071         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
28072         size_t, since we assume C89 freestanding at least.  Do not check
28073         for sig_atomic_t, wchar_t, or wint_t, since the code now does
28074         the right thing even if the types are not defined.  Instead use:
28075         (gl_STDINT_TYPE_PROPERTIES): New macro.
28076         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
28077         testing whether <sys/types.h> clashes, as Autoconf does this for
28078         us now.  All uses removed.
28079         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
28080         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
28081         (gl_CHECK_TYPE_SAME):
28082         Remove; no longer needed.
28083         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
28084         exists, since we'll return 0 anyway in that case.
28085         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
28086
28087 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
28088
28089         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
28090         possible collision with system files.
28091         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
28092         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
28093         WCHAR_MIN and WCHAR_MAX in this case.
28094         (<stddef.h>): Do not include; no longer needed.
28095         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
28096         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
28097         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
28098         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
28099         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
28100         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
28101         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
28102         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
28103         !defined(__c99))]: Include in this case too, since it's harmless
28104         now.
28105         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
28106         dangerous to do so.
28107         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
28108         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
28109         (_STDINT_MIN, _STDINT_MAX): New macros.
28110         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
28111         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
28112         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
28113         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
28114         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
28115         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
28116         macros, not typedefs; this simplifies things quite a bit.
28117         Use long int for all types narrower than int64_t.
28118         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
28119         Define in terms of long long int or int64_t or long int,
28120         not int64_t or int32_t.  This saves some compile-time testing.
28121         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
28122         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
28123         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
28124         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
28125         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
28126         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
28127         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
28128         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
28129         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
28130         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
28131         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
28132         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
28133         undef any previous version and define our own version, for
28134         simplicity and consistency with the new macros for types.
28135         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
28136         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
28137         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
28138         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
28139         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
28140         @WINT_T_SUFFIX@ to keep things simple here.
28141         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
28142         Simplify by assuming typical 8/16/32/64 host, since we're
28143         already doing that elsewhere anyway.
28144         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
28145         and assume long long int is 64 bits if available.  This
28146         speeds up 'configure'.
28147
28148 2006-07-01  Eric Blake  <ebb9@byu.net>
28149
28150         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
28151         Reported by Andreas Buening.
28152
28153 2006-07-01  Eric Blake  <ebb9@byu.net>
28154
28155         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
28156
28157 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
28158
28159         * lib/getaddrinfo.c: fixed typo
28160
28161 2006-06-29  Jim Meyering  <jim@meyering.net>
28162
28163         * modules/strftime (Maintainer): Add my name, since with the
28164         FPRINTFTIME changes strftime.c has forked from glibc.
28165
28166 2006-06-29  Eric Blake  <ebb9@byu.net>
28167
28168         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
28169
28170 2006-06-29  Eric Blake  <ebb9@byu.net>
28171
28172         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
28173
28174 2006-06-29  Eric Blake  <ebb9@byu.net>
28175
28176         * lib/stat_.h: New file.
28177
28178 2006-06-29  Eric Blake  <ebb9@byu.net>
28179
28180         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
28181         unused static function.
28182
28183 2006-06-29  Eric Blake  <ebb9@byu.net>
28184
28185         * doc/functions.texi (Function Portability): Document missing lstat
28186         on mingw.
28187
28188 2006-06-29  Eric Blake  <ebb9@byu.net>
28189
28190         * MODULES.html.sh: Add sys_stat.
28191         * modules/sys_stat: New module.
28192         * modules/mkstemp (Depends-on): Add sys_stat.
28193
28194 2006-06-29  Derek R. Price  <derek@ximbiot.com>
28195
28196         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
28197
28198 2006-06-29  Derek R. Price  <derek@ximbiot.com>
28199
28200         * m4/c-bs-a.m4: Removed.
28201
28202 2006-06-29  Derek R. Price  <derek@ximbiot.com>
28203
28204         * lib/strftime.c: Assume strftime() exists.
28205
28206 2006-06-29  Derek Price  <derek@ximbiot.com>
28207
28208         * modules/c-bs-a: Removed - \a is C89.
28209         * MODULES.html.sh: Remove c-bs-a.
28210
28211 2006-06-29  Bruno Haible  <bruno@clisp.org>
28212
28213         * modules/wcwidth (License): Change to LGPL.
28214
28215 2006-06-28  Simon Josefsson  <jas@extundo.com>
28216
28217         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
28218         on _WIN32.
28219
28220         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
28221         getnameinfo.
28222
28223 2006-06-28  Simon Josefsson  <jas@extundo.com>
28224
28225         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
28226
28227 2006-06-28  Simon Josefsson  <jas@extundo.com>
28228
28229         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
28230         functions there.  It will succeed on Windows XP, but on Windows
28231         2000 and (presumably) earlier, it will fail, and use the internal
28232         re-implementation.
28233         (use_win32_p): New function.
28234         (getaddrinfo): Use strtoul on servname, to support numeric ports.
28235         Support AI_NUMERICSERV to disable getservbyname.
28236         (getnameinfo): New function, only supports
28237         NI_NUMERICHOST|NI_NUMERICSERV for now.
28238
28239         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
28240         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
28241         getnameinfo.
28242
28243 2006-06-28  Eric Blake  <ebb9@byu.net>
28244
28245         * modules/wcwidth: New file.
28246         * modules/mbchar (Depends-on): Add wcwidth.
28247         * modules/mbswidth (Depends-on): Add wcwidth.
28248         * MODULES.html.sh: Add wcwidth.
28249
28250 2006-06-28  Eric Blake  <ebb9@byu.net>
28251
28252         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
28253         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
28254
28255 2006-06-28  Eric Blake  <ebb9@byu.net>
28256
28257         * lib/xvasprintf.h: Fix comments.
28258
28259 2006-06-28  Eric Blake  <ebb9@byu.net>
28260
28261         * lib/mbchar.h (wcwidth): Include wcwidth.h.
28262         * lib/mbswidth.c (wcwidth): Move from here...
28263         * lib/wcwidth.h: ...to this new file.
28264
28265 2006-06-28  Derek R. Price  <derek@ximbiot.com>
28266
28267         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
28268
28269         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
28270         it's obsolete.
28271         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
28272
28273 2006-06-28  Derek R. Price  <derek@ximbiot.com>
28274
28275         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
28276         Autoconf 2.60 says this stuff was obsolete.
28277
28278 2006-06-28  Bruno Haible  <bruno@clisp.org>
28279
28280         * modules/wcwidth (Files): Add m4/wchar_t.m4.
28281
28282 2006-06-28  Bruno Haible  <bruno@clisp.org>
28283
28284         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
28285         gt_TYPE_WCHAR_T.
28286
28287 2006-06-28  Bruno Haible  <bruno@clisp.org>
28288
28289         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
28290         declaration for wcwidth.
28291         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
28292
28293 2006-06-28  Bruno Haible  <bruno@clisp.org>
28294
28295         * lib/mkdtemp.c [MINGW]: Include <io.h>.
28296         (mkdir): Define using _mkdir.
28297
28298 2006-06-28  Bruno Haible  <bruno@clisp.org>
28299
28300         * lib/getaddrinfo.h: Fix POSIX URL.
28301         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
28302         _WIN32.
28303         (use_win32_p): Make static.
28304         (getaddrinfo): Reject service name if it is empty or does not consist
28305         solely of decimal digits, or if its value is > 65535.
28306         (getnameinfo): Remove useless casts.
28307
28308 2006-06-27  Simon Josefsson  <jas@extundo.com>
28309
28310         * modules/sys_select: New file, suggested by Bruno Haible, Paul
28311         Eggert and Martin Lambers.
28312
28313 2006-06-27  Simon Josefsson  <jas@extundo.com>
28314
28315         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
28316         Eggert and Martin Lambers.
28317
28318 2006-06-27  Bruno Haible  <bruno@clisp.org>
28319
28320         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
28321         result to 0, not to empty.
28322         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
28323
28324 2006-06-27  Bruno Haible  <bruno@clisp.org>
28325
28326         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
28327
28328 2006-06-26  Simon Josefsson  <jas@extundo.com>
28329
28330         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
28331         present.
28332
28333 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
28334
28335         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
28336         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
28337         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
28338
28339 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
28340
28341         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
28342
28343 2006-06-26  Bruno Haible  <bruno@clisp.org>
28344
28345         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
28346
28347 2006-06-26  Bruno Haible  <bruno@clisp.org>
28348
28349         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
28350
28351 2006-06-26  Bruno Haible  <bruno@clisp.org>
28352
28353         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
28354         SGI C compiler in pre-C99 mode.
28355         Suggested by Mark D. Baushke and Larry Jones.
28356
28357 2006-06-26  Bruno Haible  <bruno@clisp.org>
28358
28359         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
28360         WCHAR_MAX.
28361         Reported by Mark D. Baushke and Larry Jones.
28362
28363 2006-06-26  Bruno Haible  <bruno@clisp.org>
28364
28365         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
28366         in pre-C99 mode.
28367         Suggested by Mark D. Baushke and Larry Jones.
28368
28369 2006-06-23  Simon Josefsson  <jas@extundo.com>
28370             Bruno Haible  <bruno@clisp.org>
28371
28372         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
28373         Emit mostlyclean-local rule.
28374         (func_emit_tests_Makefile_am): Likewise.
28375         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
28376
28377 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
28378
28379         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
28380
28381 2006-06-23  Bruno Haible  <bruno@clisp.org>
28382
28383         * tests/test-stdint.c: Update to match ISO C 99 Technical
28384         Corrigendum 1.
28385
28386 2006-06-23  Bruno Haible  <bruno@clisp.org>
28387
28388         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
28389
28390 2006-06-23  Bruno Haible  <bruno@clisp.org>
28391
28392         * lib/stdint_.h: Treat IRIX like OpenBSD.
28393
28394 2006-06-23  Bruno Haible  <bruno@clisp.org>
28395
28396         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
28397         ISO C 99 Technical Corrigendum 1.
28398
28399 2006-06-22  Simon Josefsson  <jas@extundo.com>
28400
28401         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
28402         MinGW.
28403
28404 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
28405
28406         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
28407         needed.  Some compiler complained about some of them.  Problem reported
28408         by Larry Jones in
28409         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
28410
28411 2006-06-21  Simon Josefsson  <jas@extundo.com>
28412
28413         * tests/test-getaddrinfo.c: New file.
28414
28415         * modules/getaddrinfo-tests: New file.
28416
28417         * MODULES.html.sh: Add inet_pton.
28418
28419         * modules/inet_pton: New file.
28420
28421 2006-06-21  Simon Josefsson  <jas@extundo.com>
28422
28423         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
28424         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
28425         of using the (limited) gnulib implementation on Windows XP.
28426
28427         * m4/inet_pton.m4: New file.
28428
28429 2006-06-21  Simon Josefsson  <jas@extundo.com>
28430
28431         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
28432         variable.
28433
28434         * lib/socket_.h: Don't define WINVER.
28435
28436         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
28437         slightly modified to work in gnulib.
28438
28439 2006-06-21  Simon Josefsson  <jas@extundo.com>
28440
28441         * doc/gnulib.texi (Windows sockets): Add.
28442
28443 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
28444
28445         * lib/read-file.c (fread_file): Start with buffer allocation of
28446         0 bytes rather than 1 byte; this simplifies the code.
28447         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
28448         code to free buffer and save/restore errno.
28449         (internal_read_file): Remove unused local.
28450
28451 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
28452
28453         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
28454         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
28455         Problem reported by Denis Excoffier in
28456         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
28457
28458 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
28459
28460         * modules/sys_socket, modules/socklen: Include sys/types since
28461         FreeBSD 4.x's sys/socket.h needs it.
28462
28463 2006-06-19  Simon Josefsson  <jas@extundo.com>
28464
28465         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
28466
28467 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
28468
28469         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
28470
28471 2006-06-19  Bruno Haible  <bruno@clisp.org>
28472
28473         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
28474         and FULL_PATH_INTTYPES_H in angle brackets.
28475         Reported by Mark D. Baushke <mdb@gnu.org>.
28476
28477 2006-06-17  Eric Blake  <ebb9@byu.net>
28478
28479         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
28480         errno.
28481
28482 2006-06-17  Bruno Haible  <bruno@clisp.org>
28483
28484         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
28485         <sys/inttypes.h>.
28486
28487 2006-06-17  Bruno Haible  <bruno@clisp.org>
28488
28489         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
28490         whether errno is declared. Assume <errno.h> declares errno.
28491
28492 2006-06-17  Bruno Haible  <bruno@clisp.org>
28493
28494         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
28495
28496 2006-06-17  Bruno Haible  <bruno@clisp.org>
28497
28498         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
28499         problem on Solaris 2.5.1.
28500
28501 2006-06-16  Eric Blake  <ebb9@byu.net>
28502
28503         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
28504         * lib/unicodeio.c [!defined errno]: Likewise.
28505         * lib/strtol.c [!defined errno]: Likewise.
28506         * lib/strtod.c [!defined errno]: Likewise.
28507
28508 2006-06-15  Eric Blake  <ebb9@byu.net>
28509
28510         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
28511
28512 2006-06-15  Eric Blake  <ebb9@byu.net>
28513
28514         * config/srclist.txt (ssize_t.m4): Lose sync.
28515
28516 2006-06-15  Bruno Haible  <bruno@clisp.org>
28517
28518         * modules/stdint (Files): Include m4/full-header-path.m4,
28519         m4/size_max.m4, m4/wchar_t.m4.
28520         (Makefile.am): Many more substitutions.
28521         * modules/stdint-tests: New file.
28522         * tests/test-stdint.c: New file.
28523
28524 2006-06-15  Bruno Haible  <bruno@clisp.org>
28525
28526         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
28527         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
28528         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
28529         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
28530         gl_CHECK_TYPE_SAME): New macros.
28531
28532 2006-06-15  Bruno Haible  <bruno@clisp.org>
28533
28534         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
28535
28536 2006-06-15  Bruno Haible  <bruno@clisp.org>
28537
28538         * lib/stdint_.h: Rewritten to be fully auto-configured.
28539         Fixes bug on HP-UX/IA64.
28540
28541 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
28542
28543         * lib/getdate.y (__attribute__): Don't define if already defined.
28544         Problem reported by Larry Jones.
28545         * lib/utimens.c (__attribute__): Likewise.
28546
28547 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
28548
28549         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
28550         reported by Andreas Schwab.
28551
28552 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28553             Bruno Haible  <bruno@clisp.org>
28554
28555         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
28556         check for the declaration of strnlen and a run test that exposes the
28557         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
28558         rpl_strndup.
28559
28560 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28561             Bruno Haible  <bruno@clisp.org>
28562
28563         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
28564
28565 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28566
28567         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
28568         compile test, for Tru64 4.0D.
28569
28570 2006-05-28  Karl Berry  <karl@gnu.org>
28571
28572         * config/srclist.txt (printf-args.c): lose sync.
28573
28574 2006-05-26  Martin Lambers  <marlam@marlam.de>
28575
28576         * lib/getpass.c: Updates the test for the native W32 API, and adds
28577         missing includes, thus fixing compilation warnings.
28578
28579 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
28580
28581         * lib/exclude.c (exclude_fnmatch): New function.
28582         (excluded_file_name): Call exclude_fnmatch.
28583         * lib/exclude.h (excluded_file_name): New prototype
28584
28585 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
28586
28587         * lib/tempname.c (small_open, large_open): New macros.
28588         (__open, __open64) [!_LIBC]: Remove.
28589         (__gen_tempname): Use small_open and large_open instead of __open
28590         and __open64.  This fixes a portability bug on HP-UX 11.11i
28591         reported by Simon Wing-Tang in
28592         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
28593
28594 2006-05-24  Bruno Haible  <bruno@clisp.org>
28595
28596         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
28597         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
28598         Reported by Thorsten Maerz <torte@netztorte.de> via
28599         Aaron Stone <aaron@serendipity.cx>.
28600
28601 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
28602
28603         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
28604         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
28605         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
28606         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
28607         not really conditional on the cache.
28608         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
28609
28610 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
28611
28612         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
28613         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
28614         (my_usleep): Don't mishandle maximum value.
28615
28616 2006-05-19  Jim Meyering  <jim@meyering.net>
28617
28618         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
28619
28620 2006-05-17  Bruno Haible  <bruno@clisp.org>
28621
28622         Cygwin portability.
28623         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
28624
28625 2006-05-17  Bruno Haible  <bruno@clisp.org>
28626
28627         * lib/stdint_.h: Fix recognition of Cygwin.
28628
28629 2006-05-15  Bruno Haible  <bruno@clisp.org>
28630
28631         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
28632         on libtool patch by Ralf Wildenhues.
28633
28634 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
28635
28636         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
28637         test for C99 conformance; (bool) 0.5 is an integer constant
28638         expression, but (bool) -0.5 is not.  Problem reported by Fedor
28639         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
28640
28641 2006-05-11  Simon Josefsson  <jas@extundo.com>
28642
28643         * m4/xvasprintf.m4: Fix obvious typo.
28644
28645 2006-05-11  Jim Meyering  <jim@meyering.net>
28646
28647         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
28648         James Lemley.
28649
28650 2006-05-10  Simon Josefsson  <jas@extundo.com>
28651
28652         * lib/md4.c: Typo fix, update copyright years.
28653         (K1, K2): Don't use L because it turn computations into 64-bit on
28654         64-bit platforms.
28655
28656 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
28657
28658         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
28659         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
28660         unwanted sign propagation, e.g., on hosts with 64-bit int.
28661         There still are some problems with reeelly weird theoretical hosts
28662         (e.g., 33-bit int) but it's not worth worrying about now.
28663         * lib/sha1.c (rol): Likewise.
28664         (K1, K2, K3, K4): Remove unnecessary L suffix.
28665
28666 2006-05-10  Bruno Haible  <bruno@clisp.org>
28667
28668         * lib/des.c: Cast to avoid warnings.
28669
28670 2006-05-09  Bruno Haible  <bruno@clisp.org>
28671
28672         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
28673         (Depends-on): Depend also on xsize, stdarg.
28674         (configure.ac): Add gl_XVASPRINTF.
28675
28676 2006-05-09  Bruno Haible  <bruno@clisp.org>
28677
28678         * m4/xvasprintf.m4: New file.
28679
28680 2006-05-09  Bruno Haible  <bruno@clisp.org>
28681
28682         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
28683         (EOVERFLOW): Define fallback value.
28684         (xstrcat): New function.
28685         (xvasprintf): Recognize the special case of a string concatenation.
28686
28687 2006-05-08  Eric Blake  <ebb9@byu.net>
28688
28689         * gnulib-tool (func_version): Base copyright year on CVS date.
28690         (func_emit_copyright_notice): New function.
28691         (func_emit_lib_Makefile_am): Use it.
28692         (func_emit_tests_Makefile_am): Likewise.
28693         (func_import): Likewise.
28694
28695 2006-05-08  Bruno Haible  <bruno@clisp.org>
28696
28697         * modules/stdarg: New file.
28698         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
28699
28700 2006-05-08  Bruno Haible  <bruno@clisp.org>
28701
28702         * m4/stdarg.m4: New file, from GNU gettext.
28703
28704 2006-05-08  Bruno Haible  <bruno@clisp.org>
28705
28706         * config/srclist.txt (build-aux/config.rpath): different from latest
28707         release.
28708
28709 2006-05-08  Bruno Haible  <bruno@clisp.org>
28710
28711         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
28712
28713 2006-05-05  Jim Meyering  <jim@meyering.net>
28714
28715         * m4/warning.m4: New file, derived from bison's file by the same name.
28716
28717 2006-05-03  Bruno Haible  <bruno@clisp.org>
28718
28719         * lib/stdint_.h: Shorter URL.
28720         * lib/inttypes.h: Likewise.
28721
28722 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
28723
28724         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
28725
28726 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
28727
28728         * lib/verify.h: Document the internals better.  Most of this change
28729         was written by Bruno Haible.
28730
28731 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
28732
28733         * doc/verify.texi: New file, partly based on a proposal by
28734         Bruno Haible.
28735
28736 2006-05-02  Bruno Haible  <bruno@clisp.org>
28737
28738         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
28739         test from here...
28740         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
28741
28742 2006-04-29  Bruno Haible  <bruno@clisp.org>
28743
28744         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
28745         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
28746
28747 2006-04-29  Bruno Haible  <bruno@clisp.org>
28748
28749         * gnulib-tool: Make --update option actually work.
28750
28751 2006-04-29  Bruno Haible  <bruno@clisp.org>
28752
28753         * doc/gcd.texi: New file.
28754         * doc/gnulib.texi: Include it.
28755
28756 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
28757
28758         * lib/getdate.y (get_date): When adding relative date, start with the
28759         initial time, not with the result of the first mktime call.
28760
28761 2006-04-25  Bruno Haible  <bruno@clisp.org>
28762
28763         * gnulib-tool (func_import): Output the include directives in three
28764         blocks, sorted separately.
28765         Reported by Ben Pfaff <blp@cs.stanford.edu>.
28766
28767 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
28768
28769         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
28770         to define main with arguments, for C++.  Reported by Eric Blake.
28771         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
28772         Prefer 'int main ()' to 'int main (void)', for C++.
28773         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
28774         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
28775         for 'main', for C99 and C++.
28776
28777 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
28778
28779         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
28780         Don't assume that exit status -1 is valid.
28781         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
28782         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
28783         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
28784         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
28785         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
28786         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
28787         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
28788         functions can be used without declaring them, or that you can
28789         exit with status -1.
28790         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
28791
28792 2006-04-24  Karl Berry  <karl@gnu.org>
28793
28794         * config/srclist.txt (longdouble.m4): sync lost.
28795
28796 2006-04-24  Eric Blake  <ebb9@byu.net>
28797
28798         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
28799
28800 2006-04-24  Bruno Haible  <bruno@clisp.org>
28801
28802         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
28803         poll() implementation in AIX.
28804         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
28805
28806 2006-04-24  Bruno Haible  <bruno@clisp.org>
28807
28808         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
28809         assigned exactly once.
28810
28811 2006-04-23  Claudio Fontana  <claudio@gnu.org>
28812             Bruno Haible  <bruno@clisp.org>
28813
28814         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
28815         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
28816         for AM_CPPFLAGS.
28817
28818 2006-04-23  Bruno Haible  <bruno@clisp.org>
28819
28820         * modules/copy-file: Depend on unistd.
28821         * modules/execute: Likewise.
28822         * modules/fatal-signal: Likewise.
28823         * modules/findprog: Likewise.
28824         * modules/mkdtemp : Likewise.
28825         * modules/pipe: Likewise.
28826         * modules/wait-process: Likewise.
28827
28828 2006-04-23  Bruno Haible  <bruno@clisp.org>
28829
28830         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
28831         condition was already detected.
28832         Reported by Ben Pfaff <blp@cs.stanford.edu>.
28833
28834 2006-04-23  Bruno Haible  <bruno@clisp.org>
28835
28836         * lib/copy-file.c: Include <unistd.h> unconditionally.
28837         * lib/execute.c: Likewise.
28838         * lib/fatal-signal.c: Likewise.
28839         * lib/findprog.c: Likewise.
28840         * lib/mkdtemp.c: Likewise.
28841         * lib/pipe.h: Likewise.
28842         * lib/pipe.c: Likewise.
28843         * lib/wait-process.h: Likewise.
28844
28845 2006-04-23  Bruno Haible  <bruno@clisp.org>
28846
28847         * gnulib-tool (func_usage): Fix --import description. Document
28848         --update.
28849         (func_import): Create temporary file in a temporary directory, if
28850         --dry-run is specified. Silence errors from 'grep' when there are no
28851         m4 files in $m4dir.
28852         (func_create_testdir): Silence errors from 'grep' when there are no
28853         m4 files in $m4dir.
28854         Reported by Karl Berry <karl@freefriends.org>.
28855
28856 2006-04-20  Bruno Haible  <bruno@clisp.org>
28857
28858         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
28859         one argument, so that the code will be portable to Autoconf 2.60.
28860         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
28861         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
28862         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
28863
28864 2006-04-19  Derek Price  <derek@ximbiot.com>
28865             Eric Blake  <ebb9@byu.net>
28866
28867         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
28868         rather than "/full/path.h".  Update comment to match.  Shorten &
28869         generalize m4_translit call via AS_TR_CPP.
28870
28871 2006-04-19  Derek Price  <derek@ximbiot.com>
28872             Eric Blake  <ebb9@byu.net>
28873
28874         * lib/inttypes.h: Correct grammar in comment.
28875
28876 2006-04-18  Derek Price  <derek@ximbiot.com>
28877             Paul Eggert  <eggert@cs.ucla.edu>
28878
28879         * modules/inttypes: New file.
28880         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
28881
28882 2006-04-18  Derek Price  <derek@ximbiot.com>
28883             Paul Eggert  <eggert@cs.ucla.edu>
28884
28885         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
28886         New files.
28887
28888 2006-04-18  Derek Price  <derek@ximbiot.com>
28889             Paul Eggert  <eggert@cs.ucla.edu>
28890
28891         * lib/inttypes.h: New file.
28892         * lib/strtoimax.c: Assume <inttypes.h>.
28893
28894 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
28895
28896         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
28897         isn't mounted.  Problem reported by Kir Kolyshkin.
28898
28899 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
28900
28901         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
28902         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
28903         Derek R. Price.
28904         * lib/regex.h (RE_DUP_MAX): Update comment to match current
28905         implementation.
28906
28907 2006-04-12  Eric Blake  <ebb9@byu.net>
28908
28909         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
28910         is now done automatically by the corresponding Autoconf macro.
28911
28912 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
28913
28914         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
28915         time_r.h.
28916
28917 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
28918
28919         Merge regex changes from libc, removing some of our
28920         POSIX-conformance changes that were rejected and redoing them in a
28921         less-intrusive way.
28922
28923         * lib/regcomp.c (re_compile_internal, init_dfa):
28924         Length arg is now size_t, not Idx.  All uses changed.
28925         (peek_token): Forward decl now says internal_function.
28926         (__re_error_msgid, __re_error_msgid_idx):
28927         Now static rather than extern with attribute_hidden.
28928         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
28929         For some reason libc prefers K&R style defns for external functions.
28930         (regerror) [!defined _LIBC]: Likewise.
28931         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
28932         (seek_collating_symbol_entry, lookup_collation_sequence_value):
28933         (build_range_exp, build_collating_symbol):
28934         Use K&R-style defn.
28935         (re_compile_fastmap): Use '\0' to memset, not 0.
28936         (utf8_sb_map): Make the calculations more obvious.
28937         (init_dfa, parse_bracket_exp, build_charclass_op):
28938         Call calloc and cast result, as glibc does.
28939         (init_word_char, fetch_token, peek_token, peek_token_bracket):
28940         (build_range_exp, build_collating_symbol):
28941         Now internal functions.
28942
28943         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
28944
28945         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
28946         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
28947         Don't depend on VMS; depend on __VMS instead, for POSIX
28948         namespace cleanness.
28949         (regoff_t): Define to ssize_t, not long int.
28950
28951         Remove the REG_ macros named below.  Instead, make the old names
28952         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
28953         __USE_GNU_REGEX.
28954         (REG_BACKSLASH_ESCAPE_IN_LISTS):
28955         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
28956         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
28957         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
28958         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
28959         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
28960         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
28961         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
28962         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
28963         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
28964         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
28965         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
28966         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
28967         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
28968         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
28969         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
28970         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
28971         (REG_NREGS):
28972         Remove.  All uses replaced by the old RE_* names.
28973         (RE_BACKSLASH_ESCAPE_IN_LISTS):
28974         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
28975         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
28976         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
28977         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
28978         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
28979         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
28980         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
28981         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
28982         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
28983         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
28984         Don't bother having these macros be independent of each others'
28985         values, since they no longer exist in the POSIX name space.
28986
28987         Rename the following member names back to their old names,
28988         unless !__USE_GNU_REGEX.  All uses changed back.
28989         (buffer): Renamed from re_buffer.
28990         (allocated): Renamed from re_allocated.
28991         (used): Renamed from re_used.
28992         (syntax): Renamed from re_syntax.
28993         (fastmap): Renamed from re_fastmap.
28994         (translate): Renamed from re_translate.
28995         (can_be_null): Renamed from re_can_be_null.
28996         (regs_allocated): Renamed from re_regs_allocated.
28997         (fastmap_accurate): Renamed from re_fastmap_accurate.
28998         (no_sub): Renamed from re_no_sub.
28999         (not_bol): Renamed from re_not_bol.
29000         (not_eol): Renamed from re_not_eol.
29001         (newline_anchor): Renamed from re_newline_anchor.
29002         (num_regs): Renamed from rm_num_regs.
29003         (start): Renamed from rm_start.
29004         (end): Renamed from rm_end.
29005
29006         (free_state): Move up a bit.
29007
29008         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
29009         #define to be empty.
29010         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
29011         when that is what is intended.
29012         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
29013         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
29014         (MAX): New macro.
29015         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
29016         All uses changed back to re_malloc, etc.  It's now the caller's
29017         responsibility to check for overflow; all callers changed.
29018         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
29019         (re_x2nrealloc): Remove.
29020         (free_state): Remove decl.
29021
29022         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
29023         (re_set_registers, re_exec):
29024         Use K&R-style defn.
29025
29026         2006-01-31  Roland McGrath  <roland@redhat.com>
29027
29028         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
29029         Reported by Mike Frysinger <vapier@gentoo.org>.
29030
29031         2006-01-15  Andreas Jaeger  <aj@suse.de>
29032
29033         [BZ #1950]
29034         * lib/regex_internal.c (re_string_reconstruct): Adjust for
29035         build_wcs_upper_buffer change.
29036         (build_wcs_upper_buffer): Change return type.
29037
29038         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
29039
29040         * lib/regex_internal.h: Include <stdint.h> if available.
29041
29042         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
29043
29044         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
29045
29046         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
29047
29048         * lib/regcomp.c: Adjust for changed secondary hash function.
29049
29050         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
29051
29052         * lib/regex.h: Pretty printing.
29053         Clean up namespace a bit.
29054
29055         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
29056
29057         * lib/regexec.c (update_cur_sifted_state, check_arrival,
29058         check_arrival_add_next_nodes): Avoid using uninitialized variable.
29059
29060         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
29061                     Ulrich Drepper  <drepper@redhat.com>
29062
29063         [BZ #1302]
29064         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
29065         changed.
29066         (bitset_word_t): Renamed from bitset_word.  All uses changed.
29067
29068         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
29069
29070         [BZ #281]
29071         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
29072         * lib/regcomp.c: Remove unnecessary uses of
29073         unsigned RE_TRANSLATE_TYPE.
29074         * lib/regex_internal.h: Likewise.
29075         * lib/regex_internal.c: Likewise.
29076         * lib/regexec.c: Likewise.
29077         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
29078
29079         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
29080
29081         * lib/regexec.c (find_recover_state): Remove unnecessary
29082         initialization.
29083         (transit_state_bkref): Make DFA a const pointer.
29084         (get_subexp): Likewise.
29085         (check_arrival): Likewise.
29086         (update_cur_sifted_state): Likewise.
29087         (re_search_internal): Likewise.
29088         (prune_impossible_nodes): Likewise.
29089         (acquire_init_state_context): Likewise.
29090         (proceed_next_node): Likewise.
29091         (set_regs): Likewise.
29092         (free_fail_stack_return): Likewise.
29093         (check_arrival_expand_ecl): Mark DFA parameter as const.
29094         (check_arrival_expand_ecl_sub): Likewise.
29095         (check_subexp_limits): Likewise.
29096         (sub_epsilon_src_nodes):  Likewise.
29097         (add_epsilon_src_nodes):  Likewise.
29098         (merge_state_array): Likewise.
29099         (update_regs): Likewise.
29100         (build_trtable): Likewise.
29101         (sift_states_backward): Mark MCTX parameter as const.
29102         (build_sifted_states): Likewise.
29103         (update_cur_sifted_state): Likewise.
29104         (sift_states_mkref): Likewise.
29105         (check_arrival_expand_ecl): Mark eclosure as const.
29106         (check_dst_limits_calc_pos_1): Likewise.
29107         * lib/regex_internal.h (re_match_context_t): Make dfa a const
29108         pointer.
29109
29110         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
29111
29112         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
29113         (transit_state_sb): Likewise.
29114         (transit_state_mb): Likewise.
29115         (sift_states_iter_mb): Likewise.
29116         (check_arrival_add_next_nodes): Likewise.
29117         (check_node_accept_bytes): Change first parameter to pointer-to-const.
29118         [_LIBC] (re_search_2_stub): Use mempcpy.
29119
29120         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
29121         mbrtowc for very simple UTF-8 case.
29122
29123         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
29124         a pointer-to-const.
29125         (re_acquire_state_context): Likewise.
29126         * lib/regex_internal.h: Adjust prototypes.
29127
29128         * lib/regex.c: Prevent using C++ compilers.
29129
29130         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
29131         (re_acquire_state_context): Likewise.
29132
29133 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
29134
29135         * modules/regex (Depends-on): Add ssize_t.
29136
29137 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
29138
29139         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
29140         translation table.
29141
29142 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
29143
29144         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
29145
29146 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
29147             Bruno Haible  <bruno@clisp.org>
29148
29149         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
29150         <sys/types.h> and <inttypes.h>.
29151
29152 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29153
29154         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
29155         `__error_t_defined', so argp.h will not typedef the former.
29156
29157 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
29158
29159         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
29160         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
29161         glibc names.  Even if glibc is changed to conform to POSIX, the
29162         traditional names will be available anyway, since regex depends on
29163         the extensions module.  Also, fix a longstanding typo in the
29164         implementation of Spencer ERE test #75 from grep 2.3.  Problems
29165         reported by Emanuele Giaquinta.  Also, change sense of cached
29166         variable, so that the message makes sense.
29167
29168 2006-03-24  Simon Josefsson  <jas@extundo.com>
29169
29170         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
29171         including some doc fixes.
29172         (base64_encode_alloc): Fix +1 bug on allocation failures.
29173
29174 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29175
29176         * lib/base64.c (base64_encode): Do not read past end of array with
29177         unsanitized input on systems with CHAR_BIT > 8.
29178
29179 2006-03-24  Eric Blake  <ebb9@byu.net>
29180
29181         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
29182
29183 2006-03-22  Karl Berry  <karl@gnu.org>
29184
29185         * config/srclist.txt (*setenv.[ch]): get from coreutils.
29186         * config/srclistvars.sh (COREUTILS): new var.
29187
29188 2006-03-17  Jim Meyering  <jim@meyering.net>
29189
29190         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
29191         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
29192
29193 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
29194
29195         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
29196         no longer needs it.  Instead, check that regoff_t is as least
29197         as wide as ptrdiff_t.
29198
29199         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
29200         so that our regex.h stays compatible with the installed regex.
29201         This is helpful for installers who configure --without-included-regex.
29202         Problem reported by Emanuele Giaquinta.
29203
29204 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
29205
29206         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
29207         Typedef to long int, not to off_, as POSIX will likely change
29208         in that direction.
29209
29210 2006-03-15  Eric Blake  <ebb9@byu.net>
29211
29212         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
29213
29214 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
29215
29216         * lib/argp-help.c (validate_uparams): Fix typo
29217         * lib/argp-parse.c (argp_default_options): Consistently begin help
29218         messages with a lowercase letter.
29219
29220 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
29221
29222         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
29223         overrun buffers and shouldn't be used (much as gets shouldn't be
29224         used).
29225         * lib/time_r.c (asctime_r, ctime_r): Likewise.
29226
29227 2006-03-08  Simon Josefsson  <jas@extundo.com>
29228
29229         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
29230         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
29231
29232 2006-03-08  Simon Josefsson  <jas@extundo.com>
29233
29234         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
29235         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
29236
29237 2006-03-08  Simon Josefsson  <jas@extundo.com>
29238
29239         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
29240         signal that configure disabled the device.
29241
29242 2006-03-08  Simon Josefsson  <jas@extundo.com>
29243
29244         * build-aux/maint.mk: Fix refresh-po, to handle no translated
29245         languages.
29246
29247 2006-03-07  Simon Josefsson  <jas@extundo.com>
29248
29249         * modules/getopt (Depends-on): Add unistd.
29250
29251         * modules/unistd: New file.
29252
29253 2006-03-07  Simon Josefsson  <jas@extundo.com>
29254
29255         * modules/gc-random: New file.
29256
29257 2006-03-07  Simon Josefsson  <jas@extundo.com>
29258
29259         * m4/unistd_h.m4: New file.
29260
29261 2006-03-07  Simon Josefsson  <jas@extundo.com>
29262
29263         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
29264         test to be side-effect free by storing the result in the cache
29265         variable gl_cv_lib_readline, and moving the assignment of
29266         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
29267         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
29268
29269 2006-03-07  Simon Josefsson  <jas@extundo.com>
29270
29271         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
29272         error on missing devices (the functions will return an error).
29273
29274         * m4/gc.m4: Move random stuff to gc-random.m4
29275
29276 2006-03-07  Simon Josefsson  <jas@extundo.com>
29277
29278         * lib/unistd_.h: New file.
29279
29280 2006-03-07  Simon Josefsson  <jas@extundo.com>
29281
29282         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
29283
29284 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
29285
29286         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
29287         Problem reported by Juan Manuel Guerrero.
29288
29289 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
29290
29291         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
29292         the unistd module.
29293         * lib/getlogin_r.c: Likewise.
29294         * lib/getlogin_r.h: Likewise.
29295         * lib/glob.c: Likewise.
29296         * lib/pagealign_alloc.c: Likewise.
29297         * lib/unistd_.h: Remove; no longer needed.
29298
29299 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
29300
29301         * MODULES.html.sh (Support for systems lacking POSIX:2001):
29302         Add unistd.
29303         * modules/c-stack (Depends-on): Add unistd.
29304         * modules/getlogin_r: Likewise.
29305         * modules/glob: Likewise.
29306         * modules/pagealign_alloc: Likewise.
29307         * modules/unistd (Files): Remove lib/unistd_.h.
29308         (EXTRA_DIST): Remove.
29309         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
29310         need unistd_.h.
29311         (MOSTLYCLEANFILES): Remove unistd.h-t.
29312
29313 2006-03-03  Simon Josefsson  <jas@extundo.com>
29314
29315         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
29316
29317 2006-03-03  Simon Josefsson  <jas@extundo.com>
29318
29319         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
29320         libidn and bison.
29321
29322 2006-03-03  Simon Josefsson  <jas@extundo.com>
29323
29324         * build-aux/maint.mk: Add indent target.
29325
29326 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
29327
29328         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
29329         our replacement poll.h in any case, to avoid a differing
29330         declaration from a system header.  Seen on AIX.
29331
29332 2006-03-01  Simon Josefsson  <jas@extundo.com>
29333
29334         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
29335         <kasal@ucw.cz>.
29336
29337 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
29338
29339         * modules/gettime (Depends-on): Add extensions module.
29340         * modules/nanosleep (Depends-on): Likewise.
29341         * modules/settime (Depends-on): Likewise.
29342
29343 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
29344
29345         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
29346         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
29347         pedantically.
29348         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
29349         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
29350
29351         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
29352         not "==".  Reported by Ralf Wildenhues.
29353
29354 2006-03-01  Karl Berry  <karl@gnu.org>
29355
29356         * doc/Copyright/request-*: new files, synced from gnuorg.
29357
29358 2006-03-01  Karl Berry  <karl@gnu.org>
29359
29360         * config/srclist.txt (Copyright/*): new entries.
29361
29362 2006-02-28  Simon Josefsson  <jas@extundo.com>
29363
29364         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
29365
29366 2006-02-27  Simon Josefsson  <jas@extundo.com>
29367
29368         * lib/base64.h: Indent #define's.  From Jim Meyering
29369         <jim@meyering.net>.
29370
29371 2006-02-27  Jim Meyering  <jim@meyering.net>
29372
29373         Revert the change of 2006-02-24, so these files can continue
29374         to be sync'd from gettext.
29375         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
29376         of `config.h'.
29377
29378 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
29379
29380         * modules/intprops: New file.
29381         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
29382         Add intprops.
29383         * modules/getloadavg (Files): Remove lib/intprops.h.
29384         (Depends-on): Add intprops.
29385         * modules/human: Likewise.
29386         * modules/inttostr: Likewise.
29387         * modules/openat: Likewise.
29388         * modules/sig2str: Likewise.
29389         * modules/userspec: Likewise.
29390         * modules/utimecmp: Likewise.
29391         * modules/xnanosleep: Likewise.
29392         * modules/xstrtol: Likewise.
29393
29394 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
29395
29396         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
29397         * modules/lock-tests (TESTS): Use $(EXEEXT).
29398         * modules/tls-tests: Likewise.
29399         * modules/argp-tests: Likewise.
29400         (check_PROGRAMS): New var, replacing...
29401         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
29402
29403 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29404
29405         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
29406         `config.h'.
29407
29408 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
29409
29410         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
29411
29412 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29413
29414         Sync from coreutils.
29415         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
29416         gl_CHDIR_SAFER.
29417
29418 2006-02-22  Jim Meyering  <jim@meyering.net>
29419
29420         Sync from coreutils.
29421         * m4/chdir-safer.m4: New file.
29422
29423 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
29424
29425         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
29426         AT_FDCWD exceeds INT_MAX.
29427         * lib/openat.h (AT_FDCWD): Likewise.
29428
29429 2006-02-17  Eric Blake  <address@hidden>
29430
29431         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
29432
29433 2006-02-16  Simon Josefsson  <jas@extundo.com>
29434
29435         * modules/getaddrinfo (Depends-on): Add sys_socket.
29436
29437 2006-02-15  Simon Josefsson  <jas@extundo.com>
29438
29439         * build-aux/maint.mk: Add dsyntax-check rule.
29440
29441 2006-02-15  Eric Blake  <ebb9@byu.net>
29442
29443         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
29444         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
29445         'present but cannot compile' warnings on cygwin.
29446         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
29447         use ws2tcpip.h if sys/socket.h works.
29448         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
29449         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
29450
29451 2006-02-14  Simon Josefsson  <jas@extundo.com>
29452
29453         * modules/maintainer-makefile (Files): Rename.
29454
29455         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
29456         and (the local) Makefile.cfg to maint-cfg.mk.
29457
29458         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
29459         to the latter.
29460
29461         * modules/maintainer-makefile: New module.
29462
29463         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
29464         severaly stripped to make it possible to build it up from scratch
29465         with reliable tests.
29466
29467         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
29468         fixes to permit overriding the default actions when configure and
29469         makefile are not available.
29470
29471 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
29472
29473         Sync from coreutils.
29474         * modules/lstat (Depends-on): Don't depend on xalloc.
29475         (License): Change from GPL to LGPL, since this is now simply a
29476         replacement for a libc function.
29477
29478 2006-02-14  Jim Meyering  <jim@meyering.net>
29479
29480         Sync from coreutils.
29481
29482         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
29483         failure on deficient systems, and simplify gnulib lgpl dependencies.
29484         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
29485         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
29486
29487         * lib/xalloc-die.c: Remove unused definition of N_.
29488
29489 2006-02-14  Jim Meyering  <jim@meyering.net>
29490
29491         Sync from coreutils.
29492         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
29493         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
29494         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
29495         double-quote uses of that variable, to accommodate the rare case in
29496         which getmntent is available in none of the libraries checked.  This
29497         happens at least on FreeBSD 5.0.
29498
29499 2006-02-13  Simon Josefsson  <jas@extundo.com>
29500
29501         * gnulib-tool (Usage): Fix --import, from
29502         karl@freefriends.org (Karl Berry).
29503
29504 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
29505
29506         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
29507
29508 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
29509
29510         * lib/argp-namefrob.h: Restore changes accidentally lost during the
29511         "autoupdate" on 2005-12-12.
29512
29513 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
29514
29515         * modules/closeout (Depends-on): Remove atexit.
29516
29517 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
29518
29519         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
29520         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
29521
29522 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
29523
29524         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
29525         __EXTENSIONS__ if this causes compilation to fail.  Problem
29526         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
29527         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
29528
29529 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
29530
29531         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
29532         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
29533         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
29534         All uses changed.
29535
29536 2006-01-26  Simon Josefsson  <jas@extundo.com>
29537
29538         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
29539         prototype is visible on mingw32.
29540
29541         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
29542         for mingw32.
29543
29544         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
29545         mingw32).
29546
29547 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
29548
29549         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
29550         attempt to open for write; this always fails, at least on POSIX
29551         hosts.  This reinstates the 2006-01-09 change, which was
29552         inadvertently removed.
29553
29554 2006-01-26  Bruno Haible  <bruno@clisp.org>
29555
29556         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
29557         Reported by Paul Eggert.
29558
29559 2006-01-26  Bruno Haible  <bruno@clisp.org>
29560             Paul Eggert  <eggert@cs.ucla.edu>
29561
29562         * lib/stdbool_.h (_Bool)
29563         [(! (defined __cplusplus || defined __BEOS__)
29564           && !defined __GNUC__
29565           && !(defined __HP_cc || defined __xlc__
29566                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
29567                || defined __sgi))]:
29568         #define to signed char in these cases too; this simplifies
29569         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
29570         etc., separately) and makes it more conservative.
29571
29572 2006-01-25  Simon Josefsson  <jas@extundo.com>
29573
29574         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
29575         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
29576         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
29577
29578 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
29579
29580         * lib/argp-namefrob.h: Bugfix. Remove stray #
29581
29582 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
29583
29584         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
29585         so that we test the test.
29586         Check for yet another HP-UX cc bug involving *bool |= bool.
29587
29588 2006-01-25  Karl Berry  <karl@gnu.org>
29589
29590         * config/srclist.txt (vasnprintf.c): sync lost.
29591
29592 2006-01-25  Jim Meyering  <jim@meyering.net>
29593
29594         Sync from the stable (b5) branch of coreutils:
29595
29596         * lib/fts.c (fts_children): Don't let close() clobber errno from
29597         failed fchdir().
29598
29599         * lib/fts.c (fts_stat): When following a symlink-to-directory,
29600         don't necessarily interpret stat-fails+lstat-succeeds as indicating
29601         a dangling symlink.  That can also happen at least for ELOOP.
29602         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
29603         FYI, this bug predates the inclusion of fts.c in coreutils.
29604
29605         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
29606         in their own block, so pre-c99 compilers don't object.
29607
29608         Avoid the double-free (first in fts_read, second in fts_close) that
29609         would occur when an `active' directory is made inaccessible (e.g.,
29610         via chmod a-x) during a traversal.
29611         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
29612         before returning.  Reproduce this failure by
29613         mkdir -p a/b; cd a; chmod a-x . b
29614         Reported by Stavros Passas.
29615
29616 2006-01-25  Jim Meyering  <jim@meyering.net>
29617
29618         * lib/fileblocks.c: Remove more useless parentheses.
29619         * lib/readutmp.h: Likewise.
29620
29621 2006-01-25  Bruno Haible  <bruno@clisp.org>
29622
29623         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
29624         warnings.
29625         Reported by Paul Eggert.
29626
29627 2006-01-25  Bruno Haible  <bruno@clisp.org>
29628
29629         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
29630         rid of a trap command. For Solaris sh.
29631         Reported by Mark D. Baushke <mdb@gnu.org>.
29632
29633 2006-01-24  Simon Josefsson  <jas@extundo.com>
29634
29635         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
29636         Bruno.
29637
29638 2006-01-24  Karl Berry  <karl@gnu.org>
29639
29640         * config/srclist.txt (argp-namefrob.h): sync lost.
29641
29642 2006-01-24  Jim Meyering  <jim@meyering.net>
29643
29644         * modules/openat (Files): Add lib/intprops.h.
29645         From Mark D. Baushke.
29646
29647 2006-01-24  Jim Meyering  <jim@meyering.net>
29648
29649         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
29650         Reported by Mark D. Baushke.
29651
29652 2006-01-24  Jim Meyering  <jim@meyering.net>
29653
29654         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
29655
29656 2006-01-24  Bruno Haible  <bruno@clisp.org>
29657
29658         * modules/strnlen (Maintainer): Change from glibc to all.
29659
29660 2006-01-24  Bruno Haible  <bruno@clisp.org>
29661
29662         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
29663         Patch by Paul Eggert.
29664
29665 2006-01-24  Bruno Haible  <bruno@clisp.org>
29666
29667         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
29668         already has it.
29669         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
29670         2005-11-26.
29671
29672         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
29673         'signed char' to avoid problems with the built-in _Bool type.
29674         Reported by Paul Eggert on 2005-11-26.
29675
29676 2006-01-24  Bruno Haible  <bruno@clisp.org>
29677
29678         * gnulib-tool (func_import): Avoid constructing complicated sed
29679         expressions inside backquote.
29680         Report and solution by Mark D. Baushke <mdb@gnu.org>.
29681
29682 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
29683
29684         These changes imported from libc.
29685         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
29686         test and two separate function calls.
29687         * lib/strndup.c (__strndup): Add libc_hidden_def.
29688
29689 2006-01-23  Simon Josefsson  <jas@extundo.com>
29690
29691         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
29692         Remove the test_*_SOURCES variable: automake infers it by default.
29693         * modules/tls-tests: Likewise.
29694
29695 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
29696
29697         Work around porting bugs reported by Dieter in
29698         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
29699         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
29700         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
29701         Include "getopt.h" first, to check interface.
29702         (getenv): Declare only if defined HAVE_DECL_GETENV &&
29703         !HAVE_DECL_GETENV.
29704         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
29705         (__strndup): Revert to K&R-style function dfns, the glibc style.
29706         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
29707         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
29708         Include strnlen.h first, to get prototype properly.
29709         (strnlen): Renamed from __strnlen.
29710         Remove weak alias.
29711
29712 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
29713
29714         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
29715
29716 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
29717
29718         * config/srclist.txt: Adjust to reflect glibc reorganization.
29719         This affects only comments.
29720
29721 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
29722
29723          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
29724          Reported by Bruce Korb <bkorb@gnu.org>.
29725
29726 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
29727
29728         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
29729         to pacify gcc -Wswitch-default.
29730
29731 2006-01-22  Bruno Haible  <bruno@clisp.org>
29732
29733         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
29734         temporary buffer for sprintf, take into account the precision also
29735         for 'd', 'i', 'u', 'o', 'x', 'X'.
29736
29737 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
29738
29739         * modules/argp-tests: New module
29740         * tests/test-argp.c: New file
29741         * tests/test-argp-2.sh: New file
29742
29743 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
29744
29745         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
29746         (__argp_base_name): Removed
29747         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
29748         typo.
29749         (__argp_base_name): Provide macro definition or extern declaration
29750         depending on the configuration
29751
29752 2006-01-20  Simon Josefsson  <jas@extundo.com>
29753
29754         * modules/inet_ntop (Depends-on): Depend on sys_socket.
29755
29756 2006-01-20  Simon Josefsson  <jas@extundo.com>
29757
29758         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
29759
29760 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
29761
29762         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
29763         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
29764         Suggested by Bruno Haible.
29765
29766 2006-01-20  Karl Berry  <karl@gnu.org>
29767
29768         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
29769         until changes propagate, I guess.
29770
29771 2006-01-19  Simon Josefsson  <jas@extundo.com>
29772
29773         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
29774
29775 2006-01-19  Simon Josefsson  <jas@extundo.com>
29776
29777         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
29778
29779 2006-01-19  Simon Josefsson  <jas@extundo.com>
29780
29781         * gnulib-tool: Set check_PROGRAMS.
29782
29783         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
29784         modules/des-tests, modules/gc-arcfour-tests,
29785         modules/gc-arctwo-tests, modules/gc-des-tests,
29786         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
29787         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
29788         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
29789         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
29790         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
29791         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
29792         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
29793         test_*_SOURCES.
29794
29795 2006-01-18  Simon Josefsson  <jas@extundo.com>
29796
29797         * modules/socklen (Depends-on): Depend on sys_socket.
29798
29799 2006-01-18  Simon Josefsson  <jas@extundo.com>
29800
29801         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
29802         modules/des-tests, modules/gc-arcfour-tests,
29803         modules/gc-arctwo-tests, modules/gc-des-tests,
29804         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
29805         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
29806         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
29807         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
29808         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
29809         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
29810         $(EXEEXT) to automake TESTS variable, for mingw32.
29811
29812 2006-01-17  Simon Josefsson  <jas@extundo.com>
29813
29814         * modules/socklen (Include): Need sys/socket.h.
29815
29816 2006-01-17  Bruno Haible  <bruno@clisp.org>
29817
29818         * modules/ssize_t (Include): Add <sys/types.h>.
29819
29820 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
29821
29822         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
29823         it's not portable and it doesn't work with cross-compiles.
29824         Problem reported by Bruno Haible.  Fix missing-$ typo in
29825         'test "gl_cv_ignore_unused_libraries" ...' that prevented
29826         -zignore from being used with Sun's C compiler.
29827
29828 2006-01-12  Simon Josefsson  <jas@extundo.com>
29829
29830         * lib/base64.c: Fix warning, reported by Bruno Haible
29831         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
29832
29833 2006-01-12  Bruno Haible  <bruno@clisp.org>
29834
29835         * modules/ldd: New file.
29836         * build-aux/ldd.sh.in: New file.
29837         * MODULES.html.sh (Support for building libraries and executables): Add
29838         ldd.
29839
29840 2006-01-12  Bruno Haible  <bruno@clisp.org>
29841
29842         * m4/ldd.m4: New file.
29843
29844 2006-01-12  Bruno Haible  <bruno@clisp.org>
29845
29846         * gnulib-tool (func_import, func_create_testdir): Don't go into an
29847         endless loop while replacing $auxdir with build-aux.
29848
29849 2006-01-11  Simon Josefsson  <jas@extundo.com>
29850
29851         * lib/stdint_.h (SIZE_MAX): Add missing (.
29852
29853 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
29854
29855         Sync from coreutils.
29856         * lib/md5.c: Fix commentary typos.
29857         (alignof, UNALIGNED_P): No need for a GCC-specific version.
29858         * lib/md5.h (__attribute__): Remove; unused.
29859         * lib/sha1.c: Fix commentary to match md5 better.
29860         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
29861         so that we don't need to worry about alignment.  All uses changed.
29862         This merges the 2005-10-28 md5 change into sha1.
29863
29864 2006-01-11  Jim Meyering  <jim@meyering.net>
29865
29866         Sync from coreutils.
29867         * lib/md5.c (OP): Fix spacing.
29868
29869 2006-01-11  Bruno Haible  <bruno@clisp.org>
29870
29871         Ensure automatic ordering between gl_LOCK and gl_ARGP.
29872         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
29873         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
29874
29875 2006-01-11  Bruno Haible  <bruno@clisp.org>
29876
29877         Ensure automatic ordering between gl_LOCK and gl_ARGP.
29878         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
29879         the "early" section as well.
29880
29881 2006-01-11  Bruno Haible  <bruno@clisp.org>
29882
29883         Avoid "ar: no archive members specified" error on MacOS X.
29884         * gnulib-tool (func_modules_add_dummy): New function.
29885         (func_import, func_create_testdir): Invoke it.
29886
29887 2006-01-11  Bruno Haible  <bruno@clisp.org>
29888
29889         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
29890         with $auxdir in AC_CONFIG_FILES statements.
29891
29892 2006-01-11  Bruno Haible  <bruno@clisp.org>
29893
29894         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
29895         Initialize also noinst_HEADERS to empty.
29896
29897 2006-01-11  Bruno Haible  <bruno@clisp.org>
29898
29899         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
29900         variables.
29901         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
29902         autoreconf.
29903
29904 2006-01-11  Bruno Haible  <bruno@clisp.org>
29905
29906         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
29907         overridable by the user.
29908         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
29909
29910 2006-01-10  Simon Josefsson  <jas@extundo.com>
29911
29912         * modules/sys_socket: New file.
29913
29914 2006-01-10  Simon Josefsson  <jas@extundo.com>
29915
29916         * m4/sys_socket_h.m4: New file.
29917
29918 2006-01-10  Simon Josefsson  <jas@extundo.com>
29919
29920         * lib/socket_.h: New file.
29921
29922 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
29923
29924         * modules/readutmp (Maintainer): Add myself.
29925
29926 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
29927
29928         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
29929         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
29930         People who are still concerned with buggy memcmp implementations
29931         can invoke gl_FUNC_MEMCMP themselves.
29932
29933 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
29934
29935         * lib/regex_internal.h (BITSET_WORD_BITS):
29936         Work around a bug in 64-bit PGC (before version 6.1-2), where the
29937         preprocessor mishandles large unsigned values as if they were signed.
29938         Problem reported by Claudio Fontana in
29939         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
29940
29941 2006-01-10  Jim Meyering  <jim@meyering.net>
29942
29943         Avoid the double-free (first in fts_read, second in fts_close) that
29944         would occur when an `active' directory is made inaccessible (e.g.,
29945         via chmod a-x) during a traversal.
29946         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
29947         before returning.  Reproduce this failure by
29948         mkdir -p a/b; cd a; chmod a-x . b
29949         Reported by Stavros Passas.
29950
29951         Sync from coreutils.
29952         * lib/sha1.c: Tweak grammar in a comment.
29953
29954 2006-01-10  Jim Meyering  <jim@meyering.net>
29955
29956         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
29957         Patch by Joerg Sonnenberger.
29958
29959 2006-01-10  Bruno Haible  <bruno@clisp.org>
29960
29961         * modules/readutmp: Depend on module free.
29962         * modules/strtok_r: Depend on module restrict.
29963
29964 2006-01-10  Bruno Haible  <bruno@clisp.org>
29965
29966         * modules/gettext (configure.ac): Add an invocation of
29967         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
29968
29969 2006-01-10  Bruno Haible  <bruno@clisp.org>
29970
29971         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
29972         Reported by Werner Lemberg <wl@gnu.org>.
29973
29974 2006-01-10  Bruno Haible  <bruno@clisp.org>
29975
29976         * lib/localcharset.c: Update from GNU gettext.
29977
29978 2006-01-10  Bruno Haible  <bruno@clisp.org>
29979
29980         * lib/argp.h (__const): Remove macro. Use const instead.
29981         * lib/argp-fmtstream.h (__const): Likewise.
29982         * lib/glob_.h (__const): Remove macro.
29983         * lib/glob-libc.h: Use const instead of __const.
29984
29985 2006-01-10  Bruno Haible  <bruno@clisp.org>
29986
29987         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
29988         variable.
29989         Needed to avoid an automake error regarding the 'gettext' module.
29990
29991 2006-01-09  Simon Josefsson  <jas@extundo.com>
29992
29993         * modules/inet_ntop (Depends-on): Add restrict.
29994
29995 2006-01-09  Simon Josefsson  <jas@extundo.com>
29996
29997         * modules/gc-rijndael-tests (License): Put under LGPL.
29998
29999         * modules/gc-des-tests (License): Likewise.
30000
30001         * modules/gc-arcfour-tests (License): Likewise.
30002
30003         * modules/gc-arctwo-tests (License): Likewise.
30004
30005         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
30006
30007         * modules/gc-hmac-sha1-tests (Files): Likewise.
30008
30009         * modules/gc-hmac-md5-tests (License): Likewise.
30010
30011         * modules/gc-sha1-tests (License): Likewise.
30012
30013         * modules/gc-md5-tests (License): Likewise.
30014
30015         * modules/gc-md4-tests (License): Likewise.
30016
30017         * modules/gc-md2-tests (License): Likewise.
30018
30019         * modules/gc-tests (License): Likewise.
30020
30021         * modules/des-tests (License): Likewise.
30022
30023         * modules/md4-tests (License): Likewise.
30024
30025         * modules/md2-tests (License): Likewise.
30026
30027 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
30028
30029         Sync from coreutils:
30030
30031         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
30032         * modules/lib-ignore: New file.
30033         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
30034         chdir-safer.m4, lchmod.m4.
30035         * modules/openat: Add mkdirat.c, openat-priv.h.
30036
30037 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
30038
30039         Sync from coreutils.
30040         * m4/lib-ignore.m4: New file.
30041         * m4/lchmod.m4: New file.
30042
30043 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
30044
30045         Sync from coreutils.
30046         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
30047         for write access: POSIX says that must fail.
30048         * lib/fts.c (diropen): Likewise.
30049         * lib/save-cwd.c (save_cwd): Likewise.
30050         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
30051         well, for minor improvements on hosts that lack O_DIRECTORY.
30052         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
30053         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
30054         Fall back on chown if open failed with EACCES.
30055
30056         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
30057         Report an error at compile-time if only a 1-second nominal clock
30058         resolution is found.
30059
30060         * lib/lchmod.h: New file.
30061         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
30062         (make_dir_parents): Use lchown rather than chown, and
30063         lchmod rather than chmod.
30064
30065         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
30066         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
30067         "proc" reported by n0dalus.
30068
30069         * lib/mountlist.c: Include <limits.h>.
30070         (dev_from_mount_options)
30071         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
30072         New function.  It no longer assumes "dev=" has the System V meaning
30073         on Linux (since it doesn't).  It also parses "dev=" more carefully.
30074         (read_file_system_list)
30075         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
30076         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
30077         dev= in that case.
30078
30079         * lib/posixtm.h (PDS_PRE_2000): New macro.
30080         * lib/posixtm.c (year): Arg is now syntax_bits rather than
30081         allow_century.  All usages changed.  Reject dates outside the range
30082         1969-1999 if PDS_PRE_2000 is used.
30083
30084 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
30085
30086         Sync from coreutils.
30087         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
30088         (Time of day items): Mention the possibility of leap seconds.
30089         Problem reported by Dr. David Alan Gilbert.
30090
30091 2006-01-09  Jim Meyering  <jim@meyering.net>
30092
30093         Sync from coreutils.
30094
30095         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
30096
30097         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
30098
30099         * lib/modechange.c (mode_compile): Reject an invalid mode string
30100         that starts with an octal digit.  From Andreas Gruenbacher.
30101
30102         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
30103         and dup to open_safer and dup_safer, respectively.
30104         (openat_permissive): Fix typo in comment.
30105
30106         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
30107         "gettext.h"; either no longer needed or are guaranteed by openat.h.
30108         (_): Remove; no longer needed.
30109         (openat): Renamed from rpl_openat; no need for rpl_openat
30110         since openat.h renames openat for us.
30111         Replace most of the body with a call to openat_permissive,
30112         to avoid duplicate code.
30113         Port to (probably hypothetical) environments were mode_t is
30114         wider than int.
30115         (openat_permissive): Require mode arg, so that we can check
30116         types better.  Put it just after flags.  Change cwd failure
30117         indicator from pointer-to-bool to pointer-to-errno-value.
30118         All callers changed.
30119         Invoke openat_save_fail and/or openat_restore_fail if
30120         cwd_errno is null, so that openat can call us.
30121         (openat_permissive, fdopendir, fstatat, unlinkat):
30122         Simplify errno handling to avoid some duplicate code,
30123         as it's OK to set errno on success.
30124         * lib/openat.h: Revamp code so that function macros depend on
30125         __OPENAT_PREFIX only, not also on AT_FDCWD.
30126         (openat_ro): Remove.  Caller changed to use openat_permissive.
30127         (openat_permissive): Now a macro, if not a function.
30128         (openat_restore_fail, openat_save_fail): Now always functions,
30129         since mkdirat needs them even if __OPENAT_PREFIX is defined.
30130
30131         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
30132         and openat.c.
30133         * lib/mkdirat.c: Include openat-priv.h.
30134         Remove definitions of macros defined therein.
30135         * lib/openat.c: Likewise.
30136
30137         * lib/mkdirat.c (mkdirat): New file and function.
30138         * lib/openat.h (mkdirat): Declare.
30139
30140         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
30141
30142         * lib/openat.h (openat_permissive): Declare.
30143         (openat_ro): Define.
30144
30145         * lib/openat.c (EXPECTED_ERRNO): New macro.
30146         (openat_permissive): New function -- used in remove.c rewrite.
30147         (all functions): Set errno just before returning, only if there
30148         was an actual failure.
30149         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
30150
30151         Emulate openat-family functions using Linux's procfs, if possible.
30152         Idea and some code based on Ulrich Drepper's glibc changes.
30153
30154         * lib/openat.c: (BUILD_PROC_NAME): New macro.
30155         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
30156         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
30157         before falling back on save_cwd and restore_cwd.
30158         (fdopendir, fstatat, unlinkat): Likewise.
30159
30160         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
30161         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
30162
30163         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
30164         as second argument to va_arg.  Otherwise, some versions of gcc
30165         warn that `if this code is reached, the program will abort'.
30166
30167 2006-01-09  Jim Meyering  <jim@meyering.net>
30168
30169         Sync from coreutils.
30170         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
30171         Require openat-priv.h.
30172
30173 2006-01-09  Bruno Haible  <bruno@clisp.org>
30174
30175         * modules/strnlen (Include): Use strnlen.h.
30176
30177 2006-01-09  Bruno Haible  <bruno@clisp.org>
30178
30179         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
30180
30181 2006-01-09  Bruno Haible  <bruno@clisp.org>
30182
30183         * lib/sysexit_.h (EX_OK): New macro.
30184         Suggested by Martin Lambers <marlam@marlam.de>.
30185
30186 2006-01-09  Bruno Haible  <bruno@clisp.org>
30187
30188         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
30189         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
30190
30191 2006-01-09  Bruno Haible  <bruno@clisp.org>
30192
30193         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
30194         numbers.
30195
30196 2006-01-09  Bruno Haible  <bruno@clisp.org>
30197
30198         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
30199         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
30200         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
30201         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
30202
30203 2006-01-09  Bruno Haible  <bruno@clisp.org>
30204
30205         * build-aux/javacomp.sh.in: New file, moved from lib/.
30206         * modules/javacomp-script (Files): Update.
30207         (configure.ac): Add AC_CONFIG_FILES invocation.
30208         (EXTRA_DIST): Remove variable.
30209
30210         * build-aux/javaexec.sh.in: New file, moved from lib/.
30211         * modules/javaexec (Files): Update.
30212         (configure.ac): Add AC_CONFIG_FILES invocation.
30213         (EXTRA_DIST): Remove javaexec.sh.in.
30214
30215         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
30216         * modules/csharpcomp-script (Files): Update.
30217         (configure.ac): Add AC_CONFIG_FILES invocation.
30218         (EXTRA_DIST): Remove variable.
30219
30220         * build-aux/csharpexec.sh.in: New file, moved from lib/.
30221         * modules/csharpexec (Files): Update.
30222         (configure.ac): Add AC_CONFIG_FILES invocation.
30223         (EXTRA_DIST): Remove csharpexec.sh.in.
30224
30225 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
30226
30227         Sync from coreutils.
30228
30229         Add POSIX ACL support
30230         * lib/acl.h (copy_acl, set_acl): Add declarations.
30231         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
30232         systems other than Linux.
30233         (chmod_or_fchmod): New function: use fchmod when possible,
30234         and chmod otherwise.
30235         (file_has_acl): Add a POSIX ACL implementation, with a
30236         Linux-specific subcase.
30237         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
30238         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
30239         acls are unsupported.
30240         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
30241         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
30242         are unsupported.
30243
30244 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
30245
30246         Sync from coreutils.
30247         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
30248
30249 2006-01-07  Bruno Haible  <bruno@clisp.org>
30250
30251         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
30252         gl_EARLY.
30253
30254 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
30255
30256         * lib/strftime.c (tzname): Don't declare if it is already #defined.
30257         Problem reported for Mingw by Mark Junker.
30258
30259 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
30260
30261         * README: Gnulib normally doesn't generate a tarball.
30262
30263 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
30264
30265         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
30266         long int, not int, for nanosecond counts, so that people who are
30267         used to POSIX struct timespec won't be surprised.  Reported by Jim
30268         Meyering.
30269
30270 2005-12-28  Bruno Haible  <bruno@clisp.org>
30271
30272         * build-aux/config.rpath: Update from GNU gettext.
30273
30274 2005-12-16  Jim Meyering  <jim@meyering.net>
30275
30276         * modules/fprintftime: New module.
30277         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
30278
30279 2005-12-16  Jim Meyering  <jim@meyering.net>
30280
30281         * m4/fprintftime.m4: New file.
30282
30283 2005-12-16  Jim Meyering  <jim@meyering.net>
30284
30285         * lib/fprintftime.c, lib/fprintftime.h: New files.
30286
30287 2005-12-15  Simon Josefsson  <jas@extundo.com>
30288
30289         * modules/socklen (configure.ac): Fix M4 macro name, to align with
30290         new m4/socklen.m4.
30291
30292 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
30293
30294         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
30295         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
30296
30297 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
30298
30299         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
30300         * lib/argp-help.c (fill_in_uparams): Check if the constructed
30301         struct uparams is valid. Fall back to the default values if it is
30302         not.
30303
30304 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
30305
30306         * modules/argp (Files): Add argp-pin.c
30307         (Depends-on): dirname
30308         (lib_SOURCES): Add argp-pin.c
30309
30310 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
30311
30312         * m4/argp.m4:  Check if program_invocation_name and
30313         program_invocation_short_name are declared and define appropriate
30314         macros if they are not.
30315
30316 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
30317
30318         * lib/argp-help.c (__argp_base_name): New function
30319         (__argp_short_program_name): Rewrite using __argp_base_name
30320         * lib/argp-namefrob.h: Define program_invocation_name and
30321         program_invocation_short_name if requested
30322         (__argp_base_name): Add prototype
30323         * lib/argp-parse.c (argp_def): Use gettext wrappers
30324         (argp_default_parser): Use __argp_base_name
30325         * lib/argp-pin.c: New file. Defines program_invocation_name and
30326         program_invocation_short_name on systems that lack them.
30327
30328 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
30329
30330         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
30331         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
30332         porting problem reported by Georg Schwarz in
30333         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
30334
30335 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
30336
30337         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
30338         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
30339         porting problem reported by Georg Schwarz in
30340         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
30341
30342 2005-12-05  Bruno Haible  <bruno@clisp.org>
30343
30344         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
30345         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
30346         Reported by Mark Junker <mjscod@gmx.de>.
30347
30348 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
30349
30350         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
30351         Use implementation from Albert Chin, with some
30352         comments/corrections by Stepan Kasal and myself.
30353
30354 2005-12-02  Bruno Haible  <bruno@clisp.org>
30355
30356         * gnulib-tool (func_import): Accept GPLed build tool modules when
30357         --lgpl is given.
30358         * modules/csharpcomp-script: New file.
30359         * modules/csharpcomp: Depend on it.
30360         * modules/javacomp-script: New file.
30361         * modules/javacomp: Depend on it.
30362         Suggested by Simon Josefsson.
30363
30364 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
30365
30366         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
30367         statement, to work around an HP-UX 10.20 compiler bug reported by
30368         Peter O'Gorman.
30369
30370 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
30371
30372         * modules/savedir (Depends-on): Add openat.
30373
30374 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
30375
30376         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
30377         (uintmax_t) [defined uintmax_t]: Do not declare.
30378         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
30379         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
30380         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
30381         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
30382         sake of portability to weird hosts that C allows (though we don't
30383         know of any practical examples).
30384
30385         * lib/savedir.h (fdsavedir): New decl.
30386         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
30387         contains most of the former guts of savedir.
30388         (savedir): Use savedirstream.
30389         Include "openat.h".
30390
30391 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
30392
30393         * modules/obstack (Files): Add m4/ulonglong.m4.
30394         Problem reported by Davide Angelocola.
30395
30396 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
30397
30398         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
30399         coreutils no longer futzes with rounding modes.
30400
30401 2005-11-14  Jim Meyering  <jim@meyering.net>
30402
30403         * lib/mkstemp-safer.c: Include <config.h>, required for possible
30404         replacement of mkstemp.
30405
30406 2005-11-10  Simon Josefsson  <jas@extundo.com>
30407
30408         * lib/readline.c: Remove EOL.
30409
30410 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
30411
30412         * modules/gethrxtime (Depends-on): Add gettime.
30413
30414 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
30415
30416         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
30417         or gettimeofday; no longer needed.
30418
30419 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
30420
30421         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
30422         time business.
30423         (gethrxtime) [! (HAVE_NANOUPTIME
30424         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
30425         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
30426         our own approximation.
30427
30428 2005-11-08  Eric Blake  <ebb9@byu.net>
30429
30430         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
30431
30432 2005-11-08  Eric Blake  <ebb9@byu.net>
30433
30434         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
30435
30436 2005-11-04  Bruno Haible  <bruno@clisp.org>
30437
30438         * gnulib-tool: Implement --update mode.
30439
30440 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
30441
30442         Fix porting problem reported by Theodoros V. Kalamatianos.
30443         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
30444         Don't assume that futimes failing means we must fail.
30445
30446 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
30447
30448         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
30449         variables to suggest the intended function of the PATH_MAX check.
30450
30451 2005-10-30  Kean Johnston  <jkj@sco.com>
30452
30453         Trivial changes to support SCO systems.
30454         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
30455         as PATH_MAX.
30456         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
30457         where __ptr is null when no I/O is pending.
30458
30459 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
30460
30461         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
30462         leave errno alone.  Problem reported by Dmitry V. Levin.
30463
30464 2005-10-28  Simon Josefsson  <jas@extundo.com>
30465
30466         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
30467         Test more.
30468
30469         * tests/test-gc-md2.c, tests/test-md2.c: New files.
30470
30471         * modules/md2, modules/md2-tests: New files.
30472
30473 2005-10-28  Simon Josefsson  <jas@extundo.com>
30474
30475         * m4/inet_ntop.m4: More tests.
30476
30477         * m4/gc-md2.m4, md2.m4: New file.
30478
30479 2005-10-28  Simon Josefsson  <jas@extundo.com>
30480
30481         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
30482         "restrict" keywords, as per POSIX.  Protect the function
30483         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
30484         Don't use K&R prototypes.  Check the sprintf return values.
30485         Re-define EAFNOSUPPORT if not present.  Indent.
30486
30487         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
30488         suggested by Bruno Haible <bruno@clisp.org>.
30489
30490         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
30491
30492         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
30493
30494         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
30495         libgcrypt).
30496
30497         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
30498
30499         * lib/md2.h, lib/md2.c: New files.
30500
30501 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
30502
30503         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
30504         errno alone.  Problem reported by Frederic Jolliton.
30505
30506 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
30507
30508         * modules/verify (License): Change from GPL to LGPL.  This is a
30509         tiny module and there are apparently near-equivalents that are
30510         under the BSD license.
30511
30512 2005-10-24  Simon Josefsson  <jas@extundo.com>
30513
30514         * modules/sha1: Relicense to LGPL.
30515
30516 2005-10-24  Simon Josefsson  <jas@extundo.com>
30517
30518         * lib/md4.h: Shrink buffer size, now that we changed the type.
30519
30520 2005-10-23  Simon Josefsson  <jas@extundo.com>
30521
30522         * gnulib-tool (func_import): Fix --tests-base.
30523
30524 2005-10-22  Simon Josefsson  <jas@extundo.com>
30525
30526         * modules/arcfour (Depends-on): Need stdint.
30527
30528 2005-10-22  Simon Josefsson  <jas@extundo.com>
30529
30530         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
30531         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
30532
30533 2005-10-22  Simon Josefsson  <jas@extundo.com>
30534
30535         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
30536         suggested by Bruno Haible <bruno@clisp.org>.
30537
30538 2005-10-22  Simon Josefsson  <jas@extundo.com>
30539
30540         * lib/crc.h: Include stddef.h, for size_t.
30541
30542 2005-10-22  Simon Josefsson  <jas@extundo.com>
30543
30544         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
30545         arcfour_context struct (simplify test vector testing in GNU
30546         Shishi).
30547
30548 2005-10-21  Simon Josefsson  <jas@extundo.com>
30549
30550         * modules/des, modules/des-tests: New files.
30551
30552         * modules/gc-des, modules/gc-des-tests: New files.
30553
30554         * tests/test-des.c, tests/test-gc-des.c: New file.
30555
30556 2005-10-21  Simon Josefsson  <jas@extundo.com>
30557
30558         * modules/arctwo, modules/arctwo-tests: New files.
30559
30560         * tests/test-arctwo.c: New file.
30561
30562         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
30563
30564         * tests/test-gc-arctwo.c: New file.
30565
30566 2005-10-21  Simon Josefsson  <jas@extundo.com>
30567
30568         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
30569         Bruno Haible <bruno@clisp.org>.
30570
30571         * m4/gc-des.m4: New file.
30572
30573 2005-10-21  Simon Josefsson  <jas@extundo.com>
30574
30575         * m4/arctwo.m4: New file.
30576
30577         * m4/gc-arctwo.m4: New file.
30578
30579 2005-10-21  Simon Josefsson  <jas@extundo.com>
30580
30581         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
30582         block.
30583
30584 2005-10-21  Simon Josefsson  <jas@extundo.com>
30585
30586         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
30587         <bruno@clisp.org>.
30588
30589         * lib/hmac-sha1.c (hmac_sha1): Likewise.
30590
30591         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
30592         Bruno Haible <bruno@clisp.org>.
30593
30594         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
30595         <bruno@clisp.org>.
30596
30597 2005-10-21  Simon Josefsson  <jas@extundo.com>
30598
30599         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
30600
30601 2005-10-21  Simon Josefsson  <jas@extundo.com>
30602
30603         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
30604
30605 2005-10-21  Simon Josefsson  <jas@extundo.com>
30606
30607         * lib/des.h, lib/des.c: New files.
30608
30609         * lib/gc-gnulib.c: Support DES.c
30610
30611 2005-10-21  Simon Josefsson  <jas@extundo.com>
30612
30613         * lib/arctwo.h, lib/arctwo.c: New files.
30614
30615         * lib/gc-gnulib.c: Support ARCTWO.
30616
30617 2005-10-21  Simon Josefsson  <jas@extundo.com>
30618
30619         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
30620         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
30621
30622 2005-10-21  Simon Josefsson  <jas@extundo.com>
30623
30624         * gnulib-tool (func_import, func_create_testdir): Define automake
30625         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
30626         Makefile.am snippet),
30627         suggested by Bruno Haible <bruno@clisp.org>.
30628
30629         * modules/gc (Makefile.am): Use it.
30630
30631 2005-10-21  Bruno Haible  <bruno@clisp.org>
30632
30633         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
30634         patch.
30635
30636 2005-10-19  Simon Josefsson  <jas@extundo.com>
30637
30638         * tests/test-gc-rijndael.c: New file.
30639
30640         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
30641
30642 2005-10-19  Simon Josefsson  <jas@extundo.com>
30643
30644         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
30645         interface too.
30646
30647 2005-10-19  Simon Josefsson  <jas@extundo.com>
30648
30649         * tests/test-gc-arcfour.c: New file.
30650
30651         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
30652
30653 2005-10-19  Simon Josefsson  <jas@extundo.com>
30654
30655         * modules/gc-md4, modules/gc-md4-tests: New file.
30656
30657         * tests/test-gc-md4.c: New file.
30658
30659 2005-10-19  Simon Josefsson  <jas@extundo.com>
30660
30661         * m4/gc-md4.m4: New file.
30662
30663 2005-10-19  Simon Josefsson  <jas@extundo.com>
30664
30665         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
30666         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
30667         <kasal@ucw.cz>.
30668
30669 2005-10-19  Simon Josefsson  <jas@extundo.com>
30670
30671         * m4/gc-arcfour.m4: New file.
30672
30673         * m4/gc-rijndael.m4: New file.
30674
30675 2005-10-19  Simon Josefsson  <jas@extundo.com>
30676
30677         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
30678
30679 2005-10-19  Simon Josefsson  <jas@extundo.com>
30680
30681         * lib/gc-gnulib.c: Support ARCFOUR.
30682
30683 2005-10-19  Simon Josefsson  <jas@extundo.com>
30684
30685         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
30686         support.
30687
30688         * lib/gc.h: Add ECB enum type.
30689
30690         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
30691
30692 2005-10-18  Simon Josefsson  <jas@extundo.com>
30693
30694         * tests/test-md5.c: New file.
30695
30696         * modules/md5-tests: New file.
30697
30698 2005-10-18  Simon Josefsson  <jas@extundo.com>
30699
30700         * tests/test-md4.c: New file.
30701
30702         * modules/md4, modules/md4-tests: New files.
30703
30704 2005-10-18  Simon Josefsson  <jas@extundo.com>
30705
30706         * m4/md4.m4: New file.
30707
30708 2005-10-18  Simon Josefsson  <jas@extundo.com>
30709
30710         * lib/md4.h, lib/md4.c: New files, based on md5.?.
30711
30712 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
30713
30714         * gnulib-tool (func_create_testdir): Omit the second check whether
30715         BUILT_SOURCES in nonempty.
30716
30717 2005-10-17  Simon Josefsson  <jas@extundo.com>
30718
30719         * tests/test-rijndael.c: New file.
30720
30721 2005-10-17  Simon Josefsson  <jas@extundo.com>
30722
30723         * modules/sha1: Depend on stdint instead of md5.
30724
30725         * modules/md5: Depend on stdint, remove uint32_t.
30726
30727 2005-10-17  Simon Josefsson  <jas@extundo.com>
30728
30729         * modules/gc-sha1-tests: New file.
30730
30731         * tests/test-gc-sha1.c: New file.
30732
30733 2005-10-17  Simon Josefsson  <jas@extundo.com>
30734
30735         * m4/md5.m4: Remove call to uint32_t.m4.
30736
30737 2005-10-17  Simon Josefsson  <jas@extundo.com>
30738
30739         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
30740
30741         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
30742         md5.h.
30743
30744         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
30745
30746         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
30747
30748 2005-10-17  Simon Josefsson  <jas@extundo.com>
30749
30750         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
30751
30752 2005-10-17  Simon Josefsson  <jas@extundo.com>
30753
30754         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
30755
30756 2005-10-17  Simon Josefsson  <jas@extundo.com>
30757
30758         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
30759
30760         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
30761
30762 2005-10-17  Bruno Haible  <bruno@clisp.org>
30763
30764         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
30765         that it can also be used in a test.
30766
30767 2005-10-16  Bruno Haible  <bruno@clisp.org>
30768
30769         * gnulib-tool (func_emit_tests_Makefile_am): Also define
30770         TESTS_ENVIRONMENT, so that individual tests can augment it.
30771
30772         * gnulib-tool (func_create_testdir): Use an intermediate target for
30773         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
30774         macros, like $(ALLOCA_H), which cannot be passed through the command
30775         line.
30776
30777 2005-10-15  Simon Josefsson  <jas@extundo.com>
30778
30779         * modules/rijndael-tests: New file.
30780
30781         * modules/rijndael: New file.
30782
30783 2005-10-15  Simon Josefsson  <jas@extundo.com>
30784
30785         * m4/rijndael.m4: New file.
30786
30787 2005-10-15  Simon Josefsson  <jas@extundo.com>
30788
30789         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
30790
30791         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
30792
30793 2005-10-14  Simon Josefsson  <jas@extundo.com>
30794
30795         * tests/test-arcfour.c: New file.
30796
30797         * modules/arcfour, modules/arcfour-tests: New files.
30798
30799 2005-10-14  Simon Josefsson  <jas@extundo.com>
30800
30801         * m4/arcfour.m4: New file.
30802
30803 2005-10-14  Simon Josefsson  <jas@extundo.com>
30804
30805         * lib/arcfour.h, lib/arcfour.c: New files.
30806
30807 2005-10-14  Roland McGrath  <roland@redhat.com>
30808
30809         Import from libc.  [BZ #1331]
30810         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
30811         macro argument.
30812         Reported by Matej Vela <vela@debian.org>.
30813
30814 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
30815
30816         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
30817         include <wchar.h>; no longer needed.
30818
30819 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
30820
30821         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
30822
30823 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
30824         and  Ulrich Drepper  <drepper@redhat.com>
30825
30826         Import from libc.
30827         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
30828         instead of inline stream orientation test and two separate
30829         function calls.  Pay no attention to USE_IN_LIBIO.
30830
30831 2005-10-13  Simon Josefsson  <jas@extundo.com>
30832
30833         * modules/gc-hmac-md5-tests: New file.
30834
30835         * tests/test-gc-hmac-sha1.c: New file.
30836
30837         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
30838
30839         * modules/gc-hmac-md5-tests: New file.
30840
30841         * tests/test-gc-md5.c: New file.
30842
30843         * modules/gc-md5-tests: New file.
30844
30845 2005-10-13  Simon Josefsson  <jas@extundo.com>
30846
30847         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
30848         Move memory allocation outside of loop.
30849
30850 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
30851
30852         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
30853         intermediate directory is in a read-only file system.  Problem
30854         reported by Eric Blake.
30855
30856 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
30857
30858         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
30859
30860 2005-10-12  Simon Josefsson  <jas@extundo.com>
30861
30862         * tests/test-hmac-sha1.c: New file.
30863
30864         * modules/hmac-sha1-tests: New file.
30865
30866         * modules/hmac-sha1: New file.
30867
30868 2005-10-12  Simon Josefsson  <jas@extundo.com>
30869
30870         * modules/gc-sha1: New file.
30871
30872 2005-10-12  Simon Josefsson  <jas@extundo.com>
30873
30874         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
30875
30876         * tests/test-gc-pbkdf2-sha1.c: New file.
30877
30878 2005-10-12  Simon Josefsson  <jas@extundo.com>
30879
30880         * modules/gc-md5, modules/gc-hmac-md5: New files.
30881
30882         * modules/gc (Files): Remove md5, memxor and hmac files.
30883
30884 2005-10-12  Simon Josefsson  <jas@extundo.com>
30885
30886         * m4/gc-pbkdf2-sha1.m4: New file.
30887
30888         * m4/gc-hmac-sha1.m4: New file.
30889
30890         * m4/gc-sha1: New file.
30891
30892         * m4/hmac-sha1.m4: New file.
30893
30894 2005-10-12  Simon Josefsson  <jas@extundo.com>
30895
30896         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
30897
30898         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
30899
30900 2005-10-12  Simon Josefsson  <jas@extundo.com>
30901
30902         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
30903         suggested by Bruno Haible <bruno@clisp.org>.
30904
30905 2005-10-12  Simon Josefsson  <jas@extundo.com>
30906
30907         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
30908
30909 2005-10-12  Simon Josefsson  <jas@extundo.com>
30910
30911         * lib/gc-pbkdf2-sha1.c: New file.
30912
30913         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
30914
30915 2005-10-12  Simon Josefsson  <jas@extundo.com>
30916
30917         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
30918
30919         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
30920
30921 2005-10-12  Simon Josefsson  <jas@extundo.com>
30922
30923         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
30924         GC_USE_HMAC_MD5, respectively.
30925
30926         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
30927         (gc_md5): Fix typo.
30928
30929         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
30930
30931         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
30932
30933         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
30934
30935 2005-10-12  Bruno Haible  <bruno@clisp.org>
30936
30937         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
30938         Reported by Stepan Kasal <kasal@ucw.cz>.
30939
30940 2005-10-11  Simon Josefsson  <jas@extundo.com>
30941
30942         * tests/test-crc.c: New file.
30943
30944         * modules/crc, modules/crc-tests: New files.
30945
30946 2005-10-11  Simon Josefsson  <jas@extundo.com>
30947
30948         * m4/crc.m4: New file.
30949
30950 2005-10-11  Simon Josefsson  <jas@extundo.com>
30951
30952         * lib/gc.h: Add gc_hash and gc_hash_buffer.
30953
30954         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
30955
30956         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
30957
30958 2005-10-11  Simon Josefsson  <jas@extundo.com>
30959
30960         * lib/crc.h, lib/crc.c: New files.
30961
30962         * lib/gc.h (gc_hash_buffer): Add doc.
30963
30964 2005-10-11  Bruno Haible  <bruno@clisp.org>
30965
30966         * modules/c-strcasestr: New file.
30967         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
30968
30969 2005-10-11  Bruno Haible  <bruno@clisp.org>
30970
30971         * modules/c-strcase: New file.
30972         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
30973
30974 2005-10-11  Bruno Haible  <bruno@clisp.org>
30975
30976         * lib/strcasecmp.c: Include limits.h.
30977         (strcasecmp): Avoid integer overflow on exotic platforms.
30978         * lib/strncasecmp.c: Include limits.h.
30979         (strncasecmp): Avoid integer overflow on exotic platforms.
30980         Reported by Paul Eggert.
30981
30982 2005-10-11  Bruno Haible  <bruno@clisp.org>
30983
30984         * lib/c-strcasestr.h: New file, from GNU gettext.
30985         * lib/c-strcasestr.c: New file, from GNU gettext.
30986
30987 2005-10-11  Bruno Haible  <bruno@clisp.org>
30988
30989         * lib/c-strcase.h: New file, from GNU gettext.
30990         * lib/c-strcasecmp.c: New file, from GNU gettext.
30991         * lib/c-strncasecmp.c: New file, from GNU gettext.
30992
30993 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
30994
30995         * modules/mempcpy (License): GPL -> LGPL.
30996         * modules/strchrnul (License): Likewise.
30997         * modules/sysexits (License): Likewise.
30998
30999 2005-10-08  Simon Josefsson  <jas@extundo.com>
31000
31001         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
31002
31003 2005-10-07  Simon Josefsson  <jas@extundo.com>
31004
31005         * m4/memxor.m4: Remove gl_C_RESTRICT call.
31006
31007 2005-10-06  Simon Josefsson  <jas@extundo.com>
31008
31009         * tests/test-hmac-md5.c: New file.
31010
31011         * modules/hmac-md5-tests: New file.
31012
31013         * modules/hmac-md5: New file.
31014
31015 2005-10-06  Simon Josefsson  <jas@extundo.com>
31016
31017         * m4/hmac-md5.m4: New file.
31018
31019         * m4/memxor.m4: Require gl_C_RESTRICT.
31020
31021 2005-10-06  Simon Josefsson  <jas@extundo.com>
31022
31023         * lib/memxor.c (memxor): Avoid casts and warnings.
31024
31025 2005-10-06  Simon Josefsson  <jas@extundo.com>
31026
31027         * lib/hmac-md5.c: New file.
31028
31029         * lib/hmac.h: New file.
31030
31031 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
31032
31033         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
31034         promotes to int, not unsigned int, to catch the AIX 5.3
31035         compiler bug.
31036
31037 2005-10-05  Simon Josefsson  <jas@extundo.com>
31038
31039         * modules/memxor: New file.
31040
31041         * modules/iconv (Files): Move config.rpath to havelib, it is used
31042         there.
31043
31044         * modules/havelib (Files): Add config.rpath.
31045
31046 2005-10-05  Simon Josefsson  <jas@extundo.com>
31047
31048         * m4/memxor.m4: New file.
31049
31050 2005-10-05  Simon Josefsson  <jas@extundo.com>
31051
31052         * lib/memxor.c (memxor): Fix compiler error.
31053
31054         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
31055         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
31056
31057         * lib/memxor.h, lib/memxor.c: New files.
31058
31059         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
31060         we assume all systems have it, suggested by Jim Meyering
31061         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
31062         any systems lack sys/socket.h; mingw32 is known to lack it, but we
31063         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
31064         same reasons.
31065
31066 2005-10-05  Simon Josefsson  <jas@extundo.com>
31067
31068         * config/srclist.txt: Add glibc bug 1423 for md5.h.
31069
31070 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
31071
31072         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
31073         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
31074         needed, since the source code now assumes these .h files.
31075
31076 2005-10-05  Derek Price  <derek@ximbiot.com>
31077
31078         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
31079
31080 2005-10-05  Bruno Haible  <bruno@clisp.org>
31081
31082         * modules/stdint (License): Change to LGPL.
31083
31084 2005-10-04  Simon Josefsson  <jas@extundo.com>
31085
31086         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
31087         D. Baushke" <mdb@gnu.org>.
31088
31089 2005-10-04  Bruno Haible  <bruno@clisp.org>
31090
31091         * lib/verify.h (verify_true): Provide alternative definition for C++.
31092
31093 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
31094
31095         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
31096         (SSIZE_MAX): New macro, if not already defined.
31097         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
31098         than 2 GiB.
31099
31100 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
31101
31102         Sync from coreutils.
31103         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
31104         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
31105         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
31106         ULLONG_MAX doesn't work with 2.7.2.1.
31107
31108 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
31109
31110         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
31111         From Ben Pfaff.
31112
31113         * modules/exclude (Depends-on): Depend on verify.
31114         * modules/strtoimax (Depends-on): Likewise.
31115         * modules/utimecmp (Depends-on): Likewise.
31116
31117 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
31118
31119         * lib/exclude.c: Include verify.h.
31120         (verify): Remove.  All callers changed to use verify.h's version.
31121         * lib/strtoimax.c: Likewise.
31122         * lib/utimecmp.c: Likewis.e
31123
31124         Sync from coreutils.
31125         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
31126         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
31127         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
31128         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
31129         bother returning ENOSYS if settimeofday or stime fails; just let
31130         them return whatever errno they want to return.
31131         * lib/utimens.c: Include unistd.h, for dup2.
31132         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
31133         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
31134
31135 2005-10-02  Jim Meyering  <jim@meyering.net>
31136
31137         Sync from coreutils.
31138         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
31139         from glibc-2.2.5 that fails for read-only files.
31140
31141 2005-10-02  Jim Meyering  <jim@meyering.net>
31142
31143         Sync from coreutils.
31144         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
31145         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
31146         `#if HAVE_CONFIG_H'.
31147         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
31148         Remove AT_FDCWD test.
31149         Do not consume the fd unless successful.
31150         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
31151         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
31152         block, so that we don't even try to compile it if settimeofday is
31153         available.  This works around a compilation failure on OSF1 V5.1,
31154         due to stime requiring a `long int*' while tv_sec is `int'.
31155
31156 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
31157
31158         Sync from coreutils.
31159         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
31160         against `yes', rather than just testing for nonempty.
31161
31162 2005-10-01  Simon Josefsson  <jas@extundo.com>
31163
31164         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
31165         and Darwin.
31166
31167         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
31168         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
31169         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
31170         freeaddrinfo and gai_strerror are declared by the POSIX headers.
31171         Check if struct addrinfo is declared.
31172
31173 2005-10-01  Simon Josefsson  <jas@extundo.com>
31174
31175         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
31176         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
31177         AI_* and EAI_* definitions.  Protect function declarations.
31178
31179 2005-10-01  Jim Meyering  <jim@meyering.net>
31180
31181         Sync from coreutils.
31182
31183         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
31184         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
31185         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
31186         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
31187         in the inet and nsl libraries.  Required on Solaris 5.7.
31188
31189 2005-10-01  Jim Meyering  <jim@meyering.net>
31190
31191         Sync from coreutils.
31192         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
31193         in the inet and nsl libraries.  Required on Solaris 5.7.
31194
31195 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
31196
31197         * lib/getdelim.c (getdelim): Remove unused variables.
31198
31199 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
31200
31201         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
31202         so that the code works even with ancient cpp.  Portability problem
31203         with GCC 2.7.2.1 reported by Thomas M.Ott.
31204
31205 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
31206
31207         * modules/regex (Depends-on): Add strcase.
31208
31209         * modules/gethostname (Licence): Change from GPL to LGPL, since
31210         gethostname.c is a trivial implementation of a standard library
31211         function.
31212         * modules/poll (License): Change from GPL to LGPL, since it's
31213         derived from LGPL code.
31214
31215 2005-09-27  Jim Meyering  <jim@meyering.net>
31216
31217         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
31218         HAVE_CONFIG_H.
31219
31220         * lib/intprops.h (signed_type_or_expr__): Define.
31221         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
31222         for unsigned types.
31223
31224 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
31225
31226         * lib/verify.h (verify_expr): Remove, replacing with:
31227         (verify_true): New macro that returns true instead of void.
31228         (verify_type__): Remove.
31229         (verify): Use verify_true rather than verify_type__.
31230
31231 2005-09-26  Bruno Haible  <bruno@clisp.org>
31232
31233         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
31234         is necessary.
31235         (lib_SOURCES): Remove mbchar.c.
31236         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
31237         (Files): Add m4/mbrtowc.m4.
31238         * modules/mbiter: Likewise.
31239         * modules/mbuiter: Likewise.
31240
31241 2005-09-26  Bruno Haible  <bruno@clisp.org>
31242
31243         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
31244         compile mbchar.c if they are not both present.
31245         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
31246         * m4/mbiter.m4 (gl_MBITER): Likewise.
31247         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
31248         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
31249         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
31250
31251 2005-09-25  Jim Meyering  <jim@meyering.net>
31252
31253         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
31254         also uses socklen_t.
31255
31256 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
31257
31258         * lib/utimens.c (ENOSYS): Define if not already defined.
31259         (futimens): Support having a null PATH if the file descriptor
31260         is nonnegative.
31261
31262         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
31263         Remove.
31264         (__attribute): Define to empty unless GCC 3.1 or later.
31265         This works around a core dump on OpenBSD 3.4, which has GCC
31266         2.95.3, which dumps core when given __attribute__(()).  It also
31267         simplifies other tests, since we really don't want to bother with
31268         worrying about which ancient version of GCC supported what.
31269         Original problem reported by Yoann Vandoorselaere, with part of
31270         the fix suggested by Derek Price.
31271
31272 2005-09-24  Jim Meyering  <jim@meyering.net>
31273
31274         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
31275         so we can once again use a positive bitfield width of 1 -- now we
31276         don't have to explain why we were using a bitfield width of 2.
31277
31278 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
31279
31280         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
31281         and similarly for the other external symbols.  Problem reported
31282         by James Gallager.
31283
31284         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
31285         bug reported by Jim Meyering.
31286
31287         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
31288         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
31289         not needed, since socklen is a prerequisite module.
31290
31291 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
31292
31293         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
31294         Problem reported by Eric Blake.
31295         (getaddrinfo): Initialize se so that it's not garbage.
31296         Redo internal storage allocation so that it doesn't make unportable
31297         assumptions about alignment.
31298         Fix a memory leak.
31299
31300         * lib/utimens.c (futimens): Use futimesat if available.
31301         Prefer it to futimes since it doesn't have the futimes bug.
31302
31303         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
31304         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
31305         Instead, declare a function that returns a pointer to an array,
31306         and use verify_type__ to declare the size of the array.
31307         Problem and germ of a solution reported by Bruno Haible.
31308         (verify_type__): Use 2, not 1, for bitfield size, to avoid
31309         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
31310
31311 2005-09-23  Jim Meyering  <jim@meyering.net>
31312
31313         Sync from coreutils.
31314         Correct build failure (socklen_t not defined) on at least
31315         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
31316         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
31317
31318 2005-09-23  Jim Meyering  <jim@meyering.net>
31319
31320         * modules/getaddrinfo (Depends-on): Add socklen.
31321
31322 2005-09-23  Bruno Haible  <bruno@clisp.org>
31323
31324         * tests/test-verify.c: New file.
31325
31326 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
31327
31328         Sync from coreutils.
31329
31330         * modules/argmatch (Depends-on): Add verify.
31331         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
31332         unistd-safer.
31333         * modules/save-cwd (Depends-on): Likewise.
31334
31335         * modules/openat (Files): Add lib/openat-die.c.
31336         (Depends-on): Remove error, exitfail.
31337         Add dirname.
31338
31339         * modules/verify: New file.
31340         * MODULES.html.sh (Diagnostics <assert.h>): New section,
31341         with "verify" module.
31342
31343 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
31344
31345         Sync from coreutils.
31346
31347         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
31348         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
31349         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
31350         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
31351         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
31352         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
31353         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
31354         Don't bother checking for string.h, stdlib.h, unistd.h.
31355         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
31356         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
31357         module's job.
31358         * m4/jm-macros.m4 (gl_MACROS): Likewise.
31359         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
31360
31361         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
31362         (gl_GETDATE): Use it.
31363
31364         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
31365
31366 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
31367
31368         Sync from coreutils.
31369
31370         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
31371         stat-time.h.
31372         * lib/argmatch.h: Include verify.h
31373         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
31374         (ARGMATCH_ASSERT): Remove; unused.
31375         * lib/canonicalize.c: Assume STDC_HEADERS.
31376         * lib/exclude.c: Include "strcase.h".
31377         * lib/regex_internal.h [!defined _LIBC]: Likewise.
31378         * lib/getusershell.c: Include stdio--.h rather than stdio.h
31379         and stdio-safer.h.
31380         (getusershell): Call fopen, not fopen_safer.
31381         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
31382         Do not include unistd-safer.h.
31383         (save_cwd): Don't call fd_safer; no longer needed
31384         now that we include fcntl--.h.
31385
31386         * lib/getdate.y (relative_time): New type.
31387         (RELATIVE_TIME_0): New constant.
31388         (parser_control): Use relative_time instead of doing it ourselves.
31389         (%union): Add new relative_time rel member.
31390         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
31391         Now typeless.
31392         (relunit, relunit_snumber): Now of type rel.
31393         (zone, rel, relunit, get_date): Adjust to above changes.
31394
31395         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
31396         Do not include unistd-safer.h.
31397         (getloadavg): Don't call fd_safer; no longer needed
31398         now that we include fcntl--.h.
31399
31400         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
31401         (make_dir_parents): Treat ENOSYS like EEXIST.
31402
31403         Improve quality of diagnostics on restore_cwd failure.
31404         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
31405         (make_dir_parents): Last arg is now int * (for errno), not bool *.
31406         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
31407         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
31408         each time through the loop.  Do not diagnose restore_cwd failure;
31409         that is the caller's job (and perhaps the caller does not care).
31410
31411         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
31412         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
31413         If the file already exists but is not a directory, don't bother
31414         to try to make its parents.
31415         Close potential file descriptor leak if we can't chdir("/") (!).
31416         Don't always return true if chdir($PWD) fails; return true only
31417         if the requested action was done successfully (except for the
31418         chdir($PWD)).
31419         Don't log final directory unless we actually made it.
31420         Refactor to avoid duplicate code to fix up permissions.
31421         Don't attempt to fix up parent permissions if chdir($PWD) fails.
31422
31423         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
31424         to make it a bit faster and (I hope) clearer.
31425         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
31426         Fix bug in formats like %2N.
31427
31428         * lib/verify.h: New file.
31429
31430 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
31431
31432         Sync from coreutils.
31433         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
31434
31435 2005-09-22  Jim Meyering  <jim@meyering.net>
31436
31437         Sync from coreutils.
31438
31439         * m4/lstat.m4 (gl_FUNC_LSTAT):
31440         Use AC_LIBSOURCES to require lstat.c and lstat.h.
31441         Remove obsolete comment.
31442         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
31443         * m4/xstrtod.m4: Likewise.
31444
31445         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
31446
31447 2005-09-22  Jim Meyering  <jim@meyering.net>
31448
31449         Sync from coreutils.
31450
31451         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
31452
31453         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
31454         the .tm_year member, since otherwise gcc-4.0 would now warn about
31455         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
31456
31457         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
31458         order to avoid an unsuppressible warning from gcc on 64-bit systems.
31459
31460         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
31461         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
31462         when run in a time zone for which daylight savings time is in effect
31463         for the starting date.
31464
31465         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
31466         stop us from restricting permissions of just-created absolute-named
31467         directories.
31468         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
31469         to restore initial working directory.
31470         * lib/mkdir-p.c (make_dir_parents): New parameter:
31471         different_working_dir, to tell caller if/when we change the working
31472         directory and are unable to return to the initial one.
31473         * lib/mkdir-p.h (make_dir_parents): Update prototype.
31474         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
31475         `return false'.  This fixes a bug introduced on 2004-07-30.
31476
31477         * lib/openat.c (fdopendir): Be sure to close the supplied
31478         file descriptor before returning.  This makes our replacement
31479         implementation a little closer to Solaris's, where fdopendir
31480         ties the file descriptor to the returned DIR* pointer.
31481         * lib/openat.c (unlinkat): New function.
31482         * lib/openat.h (unlinkat): Add prototype.
31483         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
31484         (openat_restore_fail): Rename from openat_restore_die.
31485         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
31486
31487         Provide an alternative to exiting immediately upon save_cwd or
31488         restore_cwd failure.  Now, an application can arrange e.g.,
31489         to perform a longjump in that case.
31490         * lib/openat.c: Include dirname.h.
31491         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
31492         (rpl_openat, fdopendir, fstatat): Call openat_save_die
31493         and openat_restore_die rather than calling error directly.
31494         Don't include "error.h" or "exitfail.h"; they're no longer needed.
31495
31496         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
31497         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
31498         define.
31499
31500         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
31501         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
31502                             int utc, int nanoseconds);
31503         Background:
31504         date should not have to allocate a megabyte of virtual memory to
31505         handle a format argument like +%1048575T.  When implemented with
31506         strftime, it must allocate such a buffer, use strftime to fill it
31507         in, print it, then free it.
31508         With fprintftime, it simply prints everything and exits.
31509         With no need for memory allocation, that's one fewer way to fail.
31510         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
31511         optional field width, not before, so we accept %9:z, not %:9z.
31512         (my_strftime): Be sure to use L_('x') for literals.
31513
31514         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
31515         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
31516         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
31517         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
31518         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
31519         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
31520         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
31521         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
31522         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
31523         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
31524         * lib/xgethostname.c, lib/xreadlink.c:
31525         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
31526
31527         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
31528         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
31529         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
31530         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
31531         and don't include <sys/file.h>).
31532
31533 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
31534
31535         Sync from coreutils.
31536
31537         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
31538         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
31539         [!LDAV_DONE]: Avoid unused variable warning.
31540
31541 2005-09-21  Bruno Haible  <bruno@clisp.org>
31542
31543         * lib/unicodeio.h (unicode_to_mb): New declaration.
31544
31545 2005-09-20  Derek Price  <derek@ximbiot.com>
31546
31547         * lib/getaddrinfo.c: Don't include <netdb.h> included from
31548         getaddrinfo.h.
31549
31550 2005-09-20  Bruno Haible  <bruno@clisp.org>
31551
31552         * gnulib-tool: Remove trailing slashes from the values specified for
31553         --source-base, --m4-base, --tests-base, --aux-dir.
31554         Suggested by Simon Josefsson <jas@extundo.com>.
31555
31556 2005-09-20  Bruno Haible  <bruno@clisp.org>
31557
31558         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
31559         func_modules_to_filelist, func_import, func_create_testdir): Make all
31560         sorting results locale-independent, so that gnulib-cache.m4 doesn't
31561         change when gnulib-tool is invoked in a different locale.
31562
31563 2005-09-19  Simon Josefsson  <jas@extundo.com>
31564
31565         * m4/socklen.m4: Fix typo.
31566
31567 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31568
31569         Use a consistent style for including <config.h>.
31570         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
31571         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
31572         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
31573         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
31574         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
31575         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
31576         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
31577         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
31578         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
31579         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
31580         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
31581         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
31582         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
31583         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
31584         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
31585         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
31586         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
31587         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
31588         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
31589         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
31590         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
31591         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
31592         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
31593         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
31594         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
31595         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
31596         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
31597         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
31598         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
31599         lib/xstrtoumax.c, lib/yesno.c:
31600         Standardize inclusion of config.h.
31601         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
31602         lib/inttostr.h:  Removed inclusion of config.h from header files.
31603         * lib/inttostr.c:  Adjusted in-tree users.
31604         * lib/timespec.h: Remove superfluous warning to include config.h.
31605         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
31606         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
31607         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
31608         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
31609         config.h with HAVE_CONFIG_H.
31610
31611 2005-09-19  Jim Meyering  <jim@meyering.net>
31612
31613         * modules/pathmax (License): Change to LGPL.
31614
31615 2005-09-19  Derek Price  <derek@ximbiot.com>
31616
31617         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
31618
31619 2005-09-19  Bruno Haible  <bruno@clisp.org>
31620
31621         * gnulib-tool (import): Provide default for --tests-base.
31622
31623 2005-09-19  Bruno Haible  <bruno@clisp.org>
31624
31625         * doc/quote.texi: New file, extracted from gnulib.texi.
31626         * doc/ctime.texi: New file, extracted from gnulib.texi.
31627         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
31628         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
31629         * doc/gnulib.texi: Include them.
31630
31631 2005-09-18  Bruno Haible  <bruno@clisp.org>
31632
31633         Portability fix.
31634         * gnulib-tool (func_readlink): New function.
31635         (func_ln_if_changed): Use it.
31636
31637 2005-09-18  Bruno Haible  <bruno@clisp.org>
31638
31639         * gnulib-tool: Support --with-tests also with --import.
31640         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
31641         (func_import): Use variables $testsbase and $inctests. Emit a
31642         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
31643         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
31644         SUBDIRS += $testsdir.
31645         (func_create_testdir): Update.
31646
31647 2005-09-18  Bruno Haible  <bruno@clisp.org>
31648
31649         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
31650         instead of $dry_run.
31651         (func_cp_if_changed, func_mv_if_changed): Remove functions.
31652         (func_ln_if_changed): Don't handle dry-run here.
31653         (func_import): In dry-run mode, detect more precisely which actions
31654         would be performed, and don't use "...ing" verbs.
31655
31656 2005-09-18  Bruno Haible  <bruno@clisp.org>
31657
31658         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
31659         (func_import): Use join on two temporary files instead of three nested
31660         loops, in order to determine which files are new or old.
31661
31662 2005-09-18  Bruno Haible  <bruno@clisp.org>
31663
31664         * gnulib-tool (func_import): Comment out code that spits out the
31665         new files with --dry-run.
31666
31667 2005-09-18  Bruno Haible  <bruno@clisp.org>
31668
31669         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
31670
31671 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
31672
31673         * lib/stat-time.h: New file.
31674         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
31675         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
31676         in a different way.
31677         (timespec_cmp): New function.
31678         * lib/utimecmp.c: Include stat-time.h.
31679         (SYSCALL_RESOLUTION): Depend on whether various struct stat
31680         members exist, not on the obsolescent ST_MTIM_NSEC.
31681         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
31682
31683 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
31684
31685         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
31686
31687 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
31688
31689         * MODULES.html.sh (File system functions): Add stat-time.
31690         * modules/stat-time: New file.
31691         * modules/timespec (Files): Remove m4/st_mtim.m4; this
31692         is now done in a different way, by the stat-time module.
31693         * modules/utimecmp (Depends-on): Add stat-time.
31694
31695 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
31696
31697         * m4/st_mtim.m4: Remove.  Superseded by...
31698         * m4/stat-time.m4: New file.
31699         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
31700         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
31701
31702 2005-09-15  Derek Price  <derek@ximbiot.com>
31703
31704         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
31705
31706 2005-09-15  Derek Price  <derek@ximbiot.com>
31707
31708         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
31709         * lib/regex_internal.c: Ditto, using this...
31710         (__GNUC_PREREQ): ...new macro.
31711         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
31712         using...
31713         (__GNUC_PREREQ): ...this new macro.
31714
31715         * lib/strstr.h: Include string.h. Define strstr as a macro here.
31716
31717 2005-09-15  Derek Price  <derek@ximbiot.com>
31718             Paul Eggert  <eggert@cs.ucla.edu>
31719
31720         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
31721         changes, consolidating in...
31722         * lib/regex_internal.h: ...this file.
31723
31724 2005-09-13  Jim Meyering  <jim@meyering.net>
31725
31726         * lib/canon-host.c: Filter through gnu indent and reword comments
31727         slightly.
31728         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
31729
31730 2005-09-13  Derek Price  <derek@ximbiot.com>
31731
31732         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
31733         failure.
31734         Reported by Jim Meyering  <jim@meyering.net>.
31735
31736 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
31737
31738         * lib/base64.c: Typo.
31739         (base64_encode): Put b64str in initialized data section.
31740
31741 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
31742
31743         Merge glibc and coreutils changes into gnulib, plus a few
31744         extra fixes.
31745         * lib/md5.c: Use #error rather than a string.
31746         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
31747         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
31748         (__attribute__): Define to empty for non recent-GCC.
31749         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
31750         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
31751         Renamed from their non-__ counterparts, with new macros replacing
31752         them if not _LIBC.  Add __THROW attribute.
31753         (rol): Remove.
31754         (struct md5_ctx): Align buffer if using GCC.
31755         * lib/sha1.h (struct sha1_ctx): Likewise.
31756         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
31757         The old name was backwards.
31758         (NOTSWAP): Remove; not used.
31759         (rol): New macro, moved here from md5.h.
31760         (sha1_process_block): Remove a FIXME that doesn't make sense.
31761
31762 2005-09-12  Derek Price  <derek@ximbiot.com>
31763
31764         Return usable errors from canon-host.
31765         * lib/canon-host.h: New file.
31766         * lib/canon-host.c (canon_host): Wrap...
31767         (canon_host_r): ...this new function, which now relies exclusively on
31768         getaddrinfo.
31769         (ch_strerror): New function.
31770         (last_cherror): New global.
31771         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
31772         interface.
31773         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
31774         void *.
31775         (freeaddrinfo): Free ai->ai_canonname when set.
31776
31777 2005-09-12  Derek Price  <derek@ximbiot.com>
31778
31779         Make canon-host require getaddrinfo.
31780         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
31781         AC_LIBSOURCE canon-host.h.  Call...
31782         (gl_PREREQ_CANON_HOST): ...this new function, which requires
31783         gl_GETADDRINFO.
31784         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
31785
31786 2005-09-12  Derek Price  <derek@ximbiot.com>
31787
31788         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
31789         LGPL.
31790         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
31791
31792 2005-09-12  Derek Price  <derek@ximbiot.com>
31793
31794         * lib/gai_strerror.c: Include config.h when available.  Include
31795         getaddrinfo.h before other headers to test interface.
31796         Reported by Larry Jones <lawrence.jones@ugs.com>.
31797
31798 2005-09-12  Derek Price  <derek@ximbiot.com>
31799             Paul Eggert  <eggert@cs.ucla.edu>
31800
31801         * modules/glob (Files): Add glob-libc.h.
31802
31803 2005-09-12  Derek Price  <derek@ximbiot.com>
31804             Paul Eggert  <eggert@cs.ucla.edu>
31805
31806         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
31807         glob_.h, glob-libc.h.
31808         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
31809
31810 2005-09-12  Derek Price  <derek@ximbiot.com>
31811             Paul Eggert  <eggert@cs.ucla.edu>
31812
31813         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
31814         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
31815         protecting things that should be done only in gnulib contexts.
31816         * lib/glob_.h: New file, containing only the glob things needed for
31817         gnulib.
31818         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
31819         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
31820         (glob, globfree, glob_pattern_p): Now defined simply in terms of
31821         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
31822         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
31823         and to respect the namespace rules better.
31824
31825 2005-09-08  Simon Josefsson  <jas@extundo.com>
31826
31827         * modules/socklen: New file.
31828
31829 2005-09-08  Simon Josefsson  <jas@extundo.com>
31830
31831         * m4/socklen.m4: New file.
31832
31833 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
31834
31835         * modules/utimens (Files): Add m4/utimbuf.m4, since
31836         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
31837         Reported by Sergey Poznyakoff.
31838
31839 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
31840
31841         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
31842         definitions, since that's the preferred style in glibc.
31843         Fix a minor spacing issue, and update copyright notice to match
31844         glibc's.
31845
31846 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
31847
31848         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
31849
31850 2005-09-06  Simon Josefsson  <jas@extundo.com>
31851
31852         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
31853         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
31854
31855 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
31856
31857         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
31858         warning.
31859
31860 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
31861
31862         * config/srclist.txt: Add glibc bug 1302.
31863
31864 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
31865
31866         Change bitset word type from unsigned int to unsigned long int,
31867         as this has better performance on typical 64-bit hosts.
31868         Port bitset code to hosts with unusual word sizes.
31869         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
31870         (build_collating_symbol):
31871         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
31872         argument is a bitset.  This is merely a style issue, but it makes
31873         it clearer that an entire array is expected.
31874         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
31875         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
31876         Port to the case where bitset_word is not the same as unsigned int.
31877         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
31878         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
31879         Likewise.
31880         * lib/regexec.c (check_dst_limits_calc_pos_1,
31881         check_subexp_matching_top):
31882         (build_trtable, group_nodes_into_DFAstates):
31883         Likewise.
31884         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
31885         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
31886         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
31887         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
31888         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
31889         * lib/regcomp.c (optimize_subexps, lower_subexp):
31890         Work even if bitset_word has holes in its bitwise representation.
31891         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
31892         * lib/regexec.c (check_dst_limits_calc_pos_1,
31893         check_subexp_matching_top):
31894         Likewise.
31895         * lib/regex_internal.c (re_string_reconstruct):
31896         Don't assume UCHAR_MAX == 255.
31897         * lib/regex_internal.h (bitset_set_all): Likewise.
31898         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
31899         All uses changed.
31900         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
31901         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
31902         All uses changed.
31903         (BITSET_WORD_MAX): New macro.
31904         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
31905         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
31906         (bitset_empty, bitset_copy):
31907         Prefer sizeof (bitset) to multiplying it out ourselves.
31908         (bitset_not_merge): Remove; unused.
31909         (bitset_contain): Return bool, not unsigned int with one bit on.
31910         All callers changed.
31911         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
31912         alignment than re_node_set; do this by defining a new internal
31913         type struct dests_alloc and using it to allocate memory.
31914
31915 2005-09-05  Bruno Haible  <bruno@clisp.org>
31916
31917         * gnulib-tool (func_import): Fix comparison in handling of symbolic
31918         links.
31919
31920 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
31921
31922         * modules/size_max (Makefile.am): Add size_max.h
31923
31924 2005-09-04  Derek Price  <derek@ximbiot.com>
31925
31926         * gnulib-tool (func_import): Fix reversed $symbolic logic.
31927
31928 2005-09-03  Simon Josefsson  <jas@extundo.com>
31929
31930         * gnulib-tool: Fix typo.
31931
31932 2005-09-03  Simon Josefsson  <jas@extundo.com>
31933
31934         * config/srclist.txt: Add glibc bug 1293.
31935
31936 2005-09-03  Derek Price  <derek@ximbiot.com>
31937
31938         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
31939         From Larry Jones <lawrence.jones@ugs.com>.
31940
31941 2005-09-02  Simon Josefsson  <jas@extundo.com>
31942
31943         * modules/socklen: New file.
31944
31945 2005-09-02  Simon Josefsson  <jas@extundo.com>
31946
31947         * modules/havelib: New module.
31948
31949         * modules/gettext, modules/iconv, modules/lock, modules/readline:
31950         Use havelib.
31951
31952 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
31953
31954         Check for arithmetic overflow when calculating sizes, to prevent
31955         some buffer-overflow issues.  These patches are conservative, in the
31956         sense that when I couldn't determine whether an overflow was possible,
31957         I inserted a run-time check.
31958         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
31959         macros.
31960         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
31961         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
31962         (re_xnrealloc, re_x2nrealloc): New inline functions.
31963         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
31964         parse_bracket_exp):
31965         (build_equiv_class, build_charclass): Check for arithmetic overflow
31966         in size expression calculations.
31967         * lib/regex_internal.c (re_string_realloc_buffers):
31968         (build_wcs_upper_buffer, re_node_set_add_intersect):
31969         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
31970         (re_dfa_add_node, register_state): Likewise.
31971         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
31972         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
31973         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
31974         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
31975
31976 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
31977
31978         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
31979         m4/ulonglong.m4.  Problem reported by Martin Lambers.
31980
31981 2005-09-02  Bruno Haible  <bruno@clisp.org>
31982
31983         Support for lib vs. lib64 distinction on biarch platforms.
31984         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
31985         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
31986         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
31987
31988 2005-09-02  Bruno Haible  <bruno@clisp.org>
31989
31990         * gnulib-tool (import): In the other first-use case, provide defaults
31991         as well.
31992
31993 2005-09-02  Bruno Haible  <bruno@clisp.org>
31994
31995         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
31996         patches not yet found in the latest gettext release.
31997
31998 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
31999
32000         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
32001         to avoid a collision with bits/local_lim.h in glibc.
32002         All uses changed.  Problem reported by Dmitry V. Levin in
32003         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
32004
32005         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
32006         bugs in int versus size_t comparisons.
32007         (re_string_context_at): Fix bug where the code assumed that
32008         Idx is signed.
32009
32010         Use bool where appropriate.
32011         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
32012         All callers changed.
32013         (calc_eclosure_iter): Likewise, for ROOT arg.
32014         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
32015         (build_charclass_op): Likewise, for NON_MATCH arg.
32016         * lib/regex_internal.c (re_string_allocate, re_string_construct):
32017         (re_string_construct_common): Likewise, for ICASE arg.
32018         * lib/regexec.c (re_search_2_stub, re_search_stub):
32019         Likewise, for RET_LEN arg.
32020         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
32021         (set_regs): Likewise, for FL_BACKTRACK arg.
32022         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
32023         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
32024         (calc_eclosure_iter, parse_bracket_exp):
32025         Use bool for internal variables that are booleans.
32026         * lib/regexec.c (re_search_internal, check_matching,
32027         proceed_next_node):
32028         (set_regs, build_sifted_states, sift_states_bkref):
32029         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
32030         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
32031         (find_collation_sequence_value):
32032         Likewise.
32033         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
32034         (re_node_set_compare):
32035         Return bool, not int. All callers changed.
32036         * lib/regexec.c (check_halt_node_context, check_dst_limits):
32037         (build_trtable, check_node_accept): Likewise.
32038         * lib/regex_internal.h: Include stdbool.h.
32039
32040         Fix bugs uncovered when converting to bool.
32041         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
32042         failure instead of charging ahead blindly.
32043         * lib/regex_internal.c (register_state): Likewise.
32044         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
32045         for freeing internal storage.
32046         (group_nodes_into_DFA_states): Use unsigned int, not int, for
32047         bitset pieces used as boolean, to avoid undefined behavior
32048         on hosts that do int overflow checking.
32049
32050 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
32051
32052         * config/srclist.txt: Add glibc bugs 1285-1287.
32053
32054 2005-09-01  Jim Meyering  <jim@meyering.net>
32055
32056         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
32057         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
32058         Require gl_STAT_MACROS, too.
32059
32060 2005-09-01  Bruno Haible  <bruno@clisp.org>
32061
32062         * gnulib-tool (import): In the first-use case, provide defaults.
32063
32064 2005-09-01  Bruno Haible  <bruno@clisp.org>
32065
32066         * gnulib-tool (func_import): Remove the .tmp files.
32067
32068 2005-09-01  Bruno Haible  <bruno@clisp.org>
32069
32070         * gnulib-tool (func_import): Fix handling of symbolic links.
32071
32072 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
32073
32074         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
32075         old glibc regex code mishandles strings longer than 2**31 bytes.
32076         This patch fixes this when the regex code is used in gnulib
32077         (i.e., outside glibc).
32078
32079         This patch should not affect the use of the regex code inside
32080         glibc.  No doubt this problem also needs to be handled for glibc
32081         as well, but the result will be an incompatible change to the
32082         glibc ABI, and the old ABI will have to be supported too.  That
32083         can be the the subject for another patch.
32084
32085         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
32086         governing whether the rest of this patch is active.  By default,
32087         the macro is disabled and the patch has no effect.
32088         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
32089         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
32090         (struct re_pattern_buffer, re_search, re_search_2, re_match):
32091         (re_match_2, re_set_registers): Use the new types.
32092         * lib/regex_internal.h (Idx, re_hashval_t): New types.
32093         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
32094         New macros.
32095         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
32096         (re_string_context_at, bin_tree_t, re_dfastate_t):
32097         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
32098         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
32099         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
32100         (re_string_char_size_at, re_string_wchar_at):
32101         (re_string_elem_size_at):
32102         Use the new types and macros to port to 64-bit hosts.
32103         Use unsigned types for internal values, so that the code
32104         mostly works even for arrays larger than SSIZE_MAX.
32105         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
32106         (search_duplicated_node, calc_eclosure_iter, fetch_number):
32107         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
32108         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
32109         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
32110         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
32111         (calc_inveclosure, parse_dup_op, build_range_exp):
32112         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
32113         (fetch_number, create_token_tree, mark_opt_subexp):
32114         Likewise.
32115         * lib/regex_internal.c (re_string_construct_common,
32116         create_ci_newstate):
32117         (create_cd_newstate, re_string_allocate, re_string_construct):
32118         (re_string_realloc_buffers, build_wcs_upper_buffer):
32119         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
32120         (re_string_reconstruct, re_string_peek_byte_case):
32121         (re_string_fetch_byte_case, re_string_context_at):
32122         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
32123         (re_node_set_init_copy, re_node_set_add_intersect):
32124         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
32125         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
32126         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
32127         (re_acquire_state, re_acquire_state_context, register_state):
32128         Likewise.
32129         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
32130         search_cur_bkref_entry):
32131         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
32132         (re_search_internal, re_search_2_stub, re_search_stub)
32133         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
32134         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
32135         (update_cur_sifted_state, check_dst_limits):
32136         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
32137         (check_subexp_limits, sift_states_bkref, merge_state_array):
32138         (check_subexp_matching_top, get_subexp, get_subexp_sub):
32139         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
32140         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
32141         (expand_bkref_cache, check_node_accept_bytes):
32142         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
32143         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
32144         (acquire_init_state_context, check_halt_node_context):
32145         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
32146         (sift_states_backward, clean_state_log_if_needed):
32147         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
32148         (find_recover_state, transit_state_sb, transit_state_mb):
32149         (transit_state_bkref, build_trtable, match_ctx_clean):
32150         Likewise.
32151         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
32152         to work around an assumption that REG_MISSING is negative.
32153
32154         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
32155         (seek_collating_symbol_entry) [defined _LIBC]:
32156         (lookup_collation_sequence_value) [defined _LIBC]:
32157         (build_range_exp, build_collating_symbol) [defined _LIBC]:
32158         Use prototypes rather than old-style function definitions.
32159         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
32160         (transit_state_sb) [0]:
32161         (find_collation_sequence_value) [defined _LIBC]: Likewise.
32162
32163         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
32164         rm_eo.
32165
32166         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
32167         (optimize_subexps, lower_subexp):
32168         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
32169         since the signed shift might overflow.  Use 1u<<31 instead.
32170         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
32171         Likewise.
32172         * lib/regexec.c (check_dst_limits_calc_pos_1,
32173         check_subexp_matching_top): Likewise.
32174
32175         * lib/regcomp.c (optimize_subexps, lower_subexp):
32176         Use CHAR_BIT rather than 8, for clarity.
32177         * lib/regexec.c (check_dst_limits_calc_pos_1):
32178         (check_subexp_matching_top): Likewise.
32179         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
32180         have to worry about portability issues when shifting it left.
32181         Remove no-longer-needed test for table_size > 0.
32182         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
32183         in a word, as the resulting behavior is undefined.
32184         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
32185         in one case, a <= should have been an <, and in another case the
32186         whole test was missing.
32187         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
32188         the standard name CHAR_BIT.
32189         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
32190         this is not true on one's complement and signed-magnitude hosts.
32191
32192         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
32193         next_last_offset.
32194         (struct re_dfa_t): Remove unused member states_alloc.
32195         * lib/regcomp.c (init_dfa): Don't initialize unused members.
32196
32197 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
32198
32199         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
32200         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
32201         and large-file glibc and in 32-bit large-file Solaris.
32202
32203 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
32204
32205         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
32206         lengths fit in regoff_t; this isn't true if regoff_t is the same
32207         width as size_t.
32208         * lib/regex.c (re_search_internal): 5th arg is LAST_START
32209         (= START + RANGE) instead of RANGE.  This avoids overflow
32210         problems when regoff_t is the same width as size_t.
32211         All callers changed.
32212         (re_search_2_stub): Check for overflow when adding the
32213         sizes of the two strings.
32214         (re_search_stub): Check for overflow when adding START
32215         to RANGE; if it occurs, substitute the extreme value.
32216
32217 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
32218
32219         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
32220
32221 2005-08-31  Jim Meyering  <jim@meyering.net>
32222
32223         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
32224         a pointer-to-const.
32225         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
32226         (register_state): Likewise.
32227         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
32228         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
32229         (group_nodes_into_DFAstates): Likewise.
32230
32231 2005-08-31  Jim Meyering  <jim@meyering.net>
32232
32233         * check-module: Add a FIXME comment.
32234
32235 2005-08-31  Eric Blake  <ebb9@byu.net>
32236
32237         * modules/unistd-safer (Files): Add unistd--.h.
32238         * modules/stdio-safer (Files): Add stdio--.h.
32239
32240 2005-08-31  Derek Price  <derek@ximbiot.com>
32241
32242         * lib/getdelim.c (getdelim): Return EOF on EOF.
32243         Reported by Larry Jones <lawrence.jones@ugs.com>.
32244
32245 2005-08-31  Bruno Haible  <bruno@clisp.org>
32246
32247         Avoid unnecessary diffs in the generated lib/Makefile.am.
32248         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
32249         the generated files.
32250         (func_import): Don't set cmd.
32251
32252 2005-08-31  Bruno Haible  <bruno@clisp.org>
32253
32254         * lib/strstr.c: Include <stddef.h>, for NULL.
32255         * lib/strcasestr.c: Likewise.
32256         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
32257
32258 2005-08-31  Bruno Haible  <bruno@clisp.org>
32259
32260         * gnulib-tool: New option --macro-prefix.
32261         (func_import): Use macro_prefix.
32262         (import): Handle option --macro-prefix.
32263
32264 2005-08-31  Bruno Haible  <bruno@clisp.org>
32265
32266         * gnulib-tool (import): Rename most ac_* variables to cached_*.
32267         Also use new variables cached_lgpl, cached_libtool.
32268
32269 2005-08-31  Bruno Haible  <bruno@clisp.org>
32270
32271         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
32272         always instantiating them.
32273
32274 2005-08-31  Bruno Haible  <bruno@clisp.org>
32275
32276         * gnulib-tool (func_import): Read the previous cached settings
32277         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
32278         earlier added by gnulib but are now dropped. Warn when a gnulib file
32279         overwrites a non-gnulib file.
32280
32281 2005-08-31  Bruno Haible  <bruno@clisp.org>
32282
32283         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
32284         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
32285         projects that don't keep autogenerated files in CVS. Put into
32286         actioncmd only the specified modules, not the transitive closure.
32287
32288 2005-08-31  Bruno Haible  <bruno@clisp.org>
32289
32290         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
32291         Create directories that shall be filled.
32292         (import): Don't look for gl_* macros in configure.ac. Recurse across
32293         all directories containing a gnulib-cache.m4 files, if meaningful.
32294
32295 2005-08-31  Bruno Haible  <bruno@clisp.org>
32296
32297         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
32298         (import): Set seen_libtool when we see gl_LIBTOOL.
32299
32300 2005-08-31  Bruno Haible  <bruno@clisp.org>
32301
32302         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
32303         declaration macro definitions from generated gnulib.m4.
32304
32305 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
32306
32307         * lib/iconvme.h: Add prototype for iconv_alloc.
32308
32309 2005-08-29  Simon Josefsson  <jas@extundo.com>
32310
32311         * lib/iconvme.c: Fix errno.
32312
32313 2005-08-29  Bruno Haible  <bruno@clisp.org>
32314
32315         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
32316         that it works when the directory contains spaces.
32317
32318 2005-08-29  Bruno Haible  <bruno@clisp.org>
32319
32320         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
32321
32322 2005-08-29  Bruno Haible  <bruno@clisp.org>
32323
32324         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
32325         Emit more advice.
32326
32327 2005-08-29  Bruno Haible  <bruno@clisp.org>
32328         and Stepan Kasal  <kasal@ucw.cz>
32329
32330         * check-module: If more parameters are given, check each of them
32331         separately; add more exceptions, as noted by Jim Meyering.
32332         (check_module): New procedure.
32333         (%exempt_header): Now contains all exceptions.
32334
32335 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
32336
32337         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
32338
32339 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
32340
32341         * lib/iconvme.c: Split iconv_string into iconv_alloc.
32342
32343 2005-08-28  Bruno Haible  <bruno@clisp.org>
32344
32345         * m4/gnulib-tool.m4: New file.
32346
32347 2005-08-27  Jim Meyering  <jim@meyering.net>
32348
32349         * modules/unistd-safer (Files): Add pipe-safer.c.
32350         * modules/fcntl-safer (Files): Add creat-safer.c.
32351
32352 2005-08-27  Jim Meyering  <jim@meyering.net>
32353
32354         * m4/stdlib-safer.m4: New file.  From coreutils.
32355         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
32356         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
32357         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
32358         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
32359         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
32360
32361 2005-08-27  Jim Meyering  <jim@meyering.net>
32362
32363         * lib/fopen-safer.c: Merge minor changes from coreutils.
32364         * lib/dup-safer.c: Likewise.
32365         * lib/fd-safer.c: Likewise.
32366
32367         Merge from coreutils.
32368         * lib/stdio--.h: New file.
32369         * lib/stdlib--.h: New file.
32370         * lib/mkstemp-safer.c: New file.
32371
32372         GNU tar needs these.
32373         * lib/pipe-safer.c: New file.
32374         * lib/creat-safer.c: New file.
32375         * lib/fcntl--.h (creat): Define to creat_safer.
32376         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
32377         * lib/unistd--.h (pipe): Define to pipe_safer.
32378         * lib/unistd-safer.h: Declare pipe_safer.
32379
32380 2005-08-26  Simon Josefsson  <jas@extundo.com>
32381
32382         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
32383         Haible <bruno@clisp.org>.
32384
32385 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
32386
32387         * lib/regex_internal.h: Remove all references to
32388         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
32389         or better.
32390         (bitset_not, bitset_merge, bitset_not_merge):
32391         (bitset_mask, re_string_allocate, re_string_construct):
32392         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
32393         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
32394         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
32395         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
32396         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
32397         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
32398         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
32399         (re_acquire_state_context):
32400         Remove unnecessary forward decls.
32401         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
32402         Put __attribute at function definition,
32403         now that the function decl has been removed.
32404         * lib/regex_internal.c (re_string_peek_byte_case):
32405         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
32406         Likewise.
32407
32408 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
32409
32410         * m4/regex.m4: Add AC_PREREQ(2.50).
32411         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
32412
32413 2005-08-25  Simon Josefsson  <jas@extundo.com>
32414
32415         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
32416         __fsetlocking.
32417
32418 2005-08-25  Simon Josefsson  <jas@extundo.com>
32419
32420         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
32421         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
32422         GLIBC specific code.
32423
32424 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
32425
32426         Make regex safe for g++.  This fixes one real bug (an "err"
32427         that should have been "*err").  g++ problem reported by
32428         Sam Steingold.
32429         * lib/regex_internal.h (re_calloc): New macro, consistent with
32430         re_malloc etc.  All callers of calloc changed to use re_calloc.
32431         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
32432         not int.  All callers changed.
32433         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
32434         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
32435         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
32436         (find_recover_state): Change "err" to "*err"; this fixes what
32437         appears to be a real bug.
32438         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
32439         versus int.
32440
32441 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
32442
32443         * modules/regex (Depends-on): Add malloc, since the code
32444         assumes that !malloc(0) means failure.
32445
32446 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
32447
32448         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
32449
32450         alloca modernization/simplification for regex.
32451         * lib/regex.c: Remove portability cruft for alloca.  This no longer
32452         needs to be at the start of the file, and can be moved into
32453         regex_internal.h and simplified.
32454         * lib/regex_internal.h: Include <alloca.h>.
32455         (__libc_use_alloca) [!defined _LIBC]: New macro.
32456         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
32457         now works outside glibc.
32458
32459 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
32460
32461         * config/srclist.txt: Add glibc bugs 1241, 1245.
32462
32463 2005-08-25  Jim Meyering  <jim@meyering.net>
32464
32465         * lib/open-safer.c: Include <config.h>.
32466         Otherwise, we'd lose LARGEFILE support in any file using
32467         e.g. "fcntl--.h"
32468
32469 2005-08-25  Bruno Haible  <bruno@clisp.org>
32470
32471         * m4/minmax.m4: Require autoconf 2.52.
32472         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
32473         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
32474         alternatives of translit over the alphabet.
32475         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
32476
32477 2005-08-24  Simon Josefsson  <jas@extundo.com>
32478
32479         * tests/test-getpass.c: New file.
32480
32481 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
32482
32483         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
32484         for GNU regex features.
32485
32486 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
32487
32488         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
32489         * lib/regex.h (regerror): Likewise.
32490
32491         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
32492         requires this.  (The code never needed it.)
32493
32494         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
32495         All uses of recently-renamed identifiers changed to use the new,
32496         POSIX-compliant names.  The code will build and run just fine
32497         without these changes, but it's better to eat our own dog food
32498         and use the standard-conforming names.
32499
32500         * lib/regex.h: Fix a multitude of POSIX name space violations.
32501         These changes have an effect only for programs that define
32502         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
32503         do not change anything for programs compiled in the normal way.
32504         Also, there is no effect on the ABI.
32505
32506         (_REGEX_SOURCE): New macro.
32507         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
32508         defined and _GNU_SOURCE is not; this fixes a name space violation.
32509
32510         Rename the following macros to obey POSIX requirements.
32511         The old names are still visible as macros if _REGEX_SOURCE is defined.
32512         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
32513         RE_BACKSLASH_ESCAPE_IN_LISTS.
32514         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
32515         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
32516         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
32517         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
32518         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
32519         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
32520         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
32521         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
32522         (REG_INTERVALS): renamed from RE_INTERVALS.
32523         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
32524         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
32525         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
32526         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
32527         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
32528         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
32529         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
32530         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
32531         RE_UNMATCHED_RIGHT_PAREN_ORD.
32532         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
32533         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
32534         (REG_DEBUG): renamed from RE_DEBUG.
32535         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
32536         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
32537         unusual, since we can't clash with the POSIX REG_ICASE.
32538         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
32539         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
32540         (REG_NO_SUB): renamed from RE_NO_SUB.
32541         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
32542         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
32543         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
32544         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
32545         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
32546         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
32547         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
32548         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
32549         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
32550         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
32551         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
32552         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
32553         RE_SYNTAX_POSIX_MINIMAL_BASIC.
32554         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
32555         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
32556         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
32557         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
32558         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
32559         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
32560         (REG_FIXED): Renamed from REGS_FIXED.
32561         (REG_NREGS): Renamed from RE_NREGS.
32562
32563         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
32564         of other REG_* macros, since POSIX says the user is allowed to
32565         #undef these macros selectively.
32566
32567         (reg_errcode_t): Update comment stating what other tables need
32568         to be consistent.
32569
32570         Rename the following enum values to obey POSIX requirements.
32571         The old names are still visible as macros.
32572         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
32573         is not defined, since GNU is supposed to be a superset of POSIX as
32574         much as possible, and since we want reg_errcode_t to be a signed
32575         type for implementation consistency.
32576         (_REG_NOERROR): Renamed from REG_NOERROR.
32577         (_REG_NOMATCH): Renamed from REG_NOMATCH.
32578         (_REG_BADPAT): Renamed from REG_BADPAT.
32579         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
32580         (_REG_ECTYPE): Renamed from REG_ECTYPE.
32581         (_REG_EESCAPE): Renamed from REG_EESCAPE.
32582         (_REG_ESUBREG): Renamed from REG_ESUBREG.
32583         (_REG_EBRACK): Renamed from REG_EBRACK.
32584         (_REG_EPAREN): Renamed from REG_EPAREN.
32585         (_REG_EBRACE): Renamed from REG_EBRACE.
32586         (_REG_BADBR): Renamed from REG_BADBR.
32587         (_REG_ERANGE): Renamed from REG_ERANGE.
32588         (_REG_ESPACE): Renamed from REG_ESPACE.
32589         (_REG_BADRPT): Renamed from REG_BADRPT.
32590         (_REG_EEND): Renamed from REG_EEND.
32591         (_REG_ESIZE): Renamed from REG_ESIZE.
32592         (_REG_ERPAREN): Renamed from REG_ERPAREN.
32593         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
32594         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
32595         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
32596         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
32597
32598         (_REG_RE_NAME, _REG_RM_NAME): New macros.
32599         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
32600         changed.  But support the old name if the new one is not defined
32601         and if _REGEX_SOURCE.
32602
32603         Change the following member names in struct re_pattern_buffer.
32604         The old names are still supported if !_REGEX_SOURCE.
32605         The new names are always supported, regardless of _REGEX_SOURCE.
32606         (re_buffer): Renamed from buffer.
32607         (re_allocated): Renamed from allocated.
32608         (re_used): Renamed from used.
32609         (re_syntax): Renamed from syntax.
32610         (re_fastmap): Renamed from fastmap.
32611         (re_translate): Renamed from translate.
32612         (re_can_be_null): Renamed from can_be_null.
32613         (re_regs_allocated): Renamed from regs_allocated.
32614         (re_fastmap_accurate): Renamed from fastmap_accurate.
32615         (re_no_sub): Renamed from no_sub.
32616         (re_not_bol): Renamed from not_bol.
32617         (re_not_eol): Renamed from not_eol.
32618         (re_newline_anchor): Renamed from newline_anchor.
32619
32620         Change the following member names in struct re_registers.
32621         The old names are still supported if !_REGEX_SOURCE.
32622         The new names are always supported, regardless of _REGEX_SOURCE.
32623         (rm_num_regs): Renamed from num_regs.
32624         (rm_start): Renamed from start.
32625         (rm_end): Renamed from end.
32626
32627         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
32628         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
32629         Prepend __ to parameter names.
32630
32631         Undo yesterday's changes.
32632
32633 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
32634
32635         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
32636         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
32637         lib/regex.c.
32638
32639 2005-08-24  Jim Meyering  <jim@meyering.net>
32640
32641         Sync from coreutils.
32642         * m4/fcntl-safer.m4: New file.
32643
32644         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
32645         and object files for this module.
32646
32647 2005-08-24  Jim Meyering  <jim@meyering.net>
32648
32649         Sync from coreutils.
32650         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
32651
32652 2005-08-24  Jim Meyering  <jim@meyering.net>
32653
32654         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
32655         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
32656
32657 2005-08-24  Jim Meyering  <jim@meyering.net>
32658
32659         * modules/fcntl-safer: New module.
32660         * modules/fts (Depends-on): Add fcntl-safer.
32661         * MODULES.html.sh (File descriptor based Input/Output):
32662         Add fcntl-safer.
32663
32664 2005-08-24  Bruno Haible  <bruno@clisp.org>
32665
32666         Support for unit test modules.
32667         * modules/README: Mention tests modules.
32668         * modules/TEMPLATE-TESTS: New file.
32669         * gnulib-tool: New options --extract-tests-module, --with-tests and
32670         --tests-base (unused for the moment).
32671         (testsbase, inctests): New variables.
32672         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
32673         (func_verify_module): Exclude TEMPLATE-TESTS.
32674         (func_verify_nontests_module, func_verify_tests_module): New functions.
32675         (func_get_dependencies): Add implicit dependency for tests modules.
32676         (func_get_tests_module): New function.
32677         (func_modules_transitive_closure): When --with-tests was specified,
32678         include the unit tests as well, unless explicitly avoided.
32679         (func_emit_lib_Makefile_am): Ignore the tests modules here.
32680         (func_emit_tests_Makefile_am): New function.
32681         (func_create_testdir): When --with-tests was specified, emit a
32682         tests/ directory.
32683         * MODULES.html.sh (Future developments): Update.
32684
32685 2005-08-24  Bruno Haible  <bruno@clisp.org>
32686
32687         * modules/tls-tests: New file.
32688         * tests/test-tls.c: New file, from GNU gettext.
32689
32690 2005-08-24  Bruno Haible  <bruno@clisp.org>
32691
32692         * modules/lock-tests: New file.
32693         * tests/test-lock.c: New file, from GNU gettext.
32694
32695 2005-08-24  Bruno Haible  <bruno@clisp.org>
32696
32697         * lib/lock.h: Add multiple inclusion guard.
32698         * lib/tls.h: Add multiple inclusion guard.
32699
32700 2005-08-24  Bruno Haible  <bruno@clisp.org>
32701
32702         * gnulib-tool: Add support for the --aux-dir option to
32703         --create-testdir, --create-megatestdir, --test, --megatest.
32704         (func_create_testdir, func_create_megatestdir): Optionally emit a
32705         AC_CONFIG_AUX_DIR directive.
32706         (create-testdir, create-megatestdir, test, megatest): Provide a
32707         default value for $auxdir.
32708
32709 2005-08-24  Bruno Haible  <bruno@clisp.org>
32710
32711         * gnulib-tool (import): Use compound statement instead of subshell
32712         where possible.
32713
32714 2005-08-24  Bruno Haible  <bruno@clisp.org>
32715
32716         * gnulib-tool (import): Change --aux-dir default to "build-aux".
32717
32718 2005-08-24  Bruno Haible  <bruno@clisp.org>
32719
32720         * gnulib-tool (func_version): Update.
32721
32722 2005-08-24  Bruno Haible  <bruno@clisp.org>
32723
32724         * gnulib-tool (func_import, func_create_testdir,
32725         func_create_megatestdir): Quote all autoconf macro arguments.
32726
32727 2005-08-24  Bruno Haible  <bruno@clisp.org>
32728
32729         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
32730         option --force, because --force causes the aclocal.m4 of each
32731         subdirectory to be newer than the corresponding config.h.in.
32732
32733 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
32734
32735         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
32736         All contents moved to gl_REGEX.
32737         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
32738         assume that it does.
32739
32740 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
32741
32742         * lib/regex.h (REG_NOSYS)
32743         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
32744         Define, since POSIX requires it as of 2001.
32745         (_REG_ENOSYS)
32746         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
32747         New private symbol, used to keep the enum signed in all cases.
32748         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
32749         Youngman in
32750         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
32751
32752         * lib/regex_internal.c (re_string_skip_chars, register_state):
32753         (calc_state_hash):
32754         Remove forward decls; no longer needed now that we use prototypes.
32755         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
32756         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
32757         (clean_state_log_if_needed): Likewise.
32758
32759 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
32760
32761         * config/srclist.txt: Add glibc bugs 1231-1233.
32762
32763 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
32764
32765         Fix problems reported by Sam Steingold in
32766         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
32767         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
32768         assumed that reg_errcode_t is a signed type, which is not
32769         necessarily true if _XOPEN_SOURCE is not defined.
32770         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
32771         since some compilers warn about it otherwise.
32772
32773 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
32774
32775         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
32776         (init_word_char, create_initial_state, duplicate_node_closure):
32777         (fetch_token, peek_token_bracket, build_range_exp):
32778         (build_collating_symbol): Remove forward decls; no longer needed
32779         now that we use prototypes.
32780
32781         * lib/regcomp.c:
32782         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
32783         (re_compile_fastmap_iter, regcomp, regerror, regfree):
32784         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
32785         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
32786         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
32787         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
32788         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
32789         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
32790         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
32791         (build_range_exp, build_collating_symbol, parse_bracket_exp):
32792         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
32793         (build_charclass, build_charclass_op, fetch_number, create_tree):
32794         (create_token_tree, mark_opt_subexp, duplicate_tree):
32795         Use prototypes rather than old-style definitions.
32796
32797         * lib/regex_internal.c:
32798         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
32799         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
32800         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
32801         (re_string_reconstruct, re_string_peek_byte_case):
32802         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
32803         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
32804         (re_node_set_init_copy, re_node_set_add_intersect):
32805         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
32806         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
32807         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
32808         (re_acquire_state, re_acquire_state_context, register_state):
32809         (create_ci_newstate, create_cd_newstate, free_state):
32810         Likewise.
32811         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
32812         re_search_2):
32813         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
32814         (re_search_internal, prune_impossible_nodes):
32815         (acquire_init_state_context, check_matching, static):
32816         (check_halt_node_context, check_halt_state_context, proceed_next_node):
32817         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
32818         (update_regs, sift_states_backward, build_sifted_states):
32819         (clean_state_log_if_needed, merge_state_array):
32820         (update_cur_sifted_state, add_epsilon_src_nodes):
32821         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
32822         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
32823         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
32824         (find_recover_state, check_subexp_matching_top, transit_state_mb):
32825         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
32826         (check_arrival, check_arrival_add_next_nodes):
32827         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
32828         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
32829         (check_node_accept_bytes, check_node_accept, extend_buffers):
32830         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
32831         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
32832         (sift_ctx_init):
32833         Likewise.
32834
32835         * lib/regex_internal.h:
32836         (re_string_allocate, re_string_construct, re_string_reconstruct):
32837         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
32838         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
32839         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
32840         (re_string_context_at, re_string_peek_byte_case):
32841         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
32842         is defined, since we now use prototypes always.
32843
32844         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
32845         C89 or better.  All uses removed.
32846
32847 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
32848
32849         * config/srclist.txt: Add glibc bugs 1220-1227.
32850
32851 2005-08-20  Jim Meyering  <jim@meyering.net>
32852
32853         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
32854         of unused local, dfa.
32855
32856 2005-08-20  Bruno Haible  <bruno@clisp.org>
32857
32858         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
32859
32860 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
32861
32862         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
32863         (re_node_set_insert_last, re_dfa_add_node):
32864         Rename local variables to avoid GCC shadowing warnings.
32865
32866 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
32867
32868         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
32869         [defined lint]: Suppress bogus uninitialized-variable warnings.
32870
32871         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
32872         and let the caller return REG_ESPACE if out of space.  This
32873         removes an uninitialied-variable warning with GCC 4.0.1, and also
32874         avoids taking the address of a local variable.  All callers
32875         changed.
32876
32877 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
32878
32879         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
32880         $LIBCSRC/posix/regexec.c.
32881         Add glibc bug 1217 for regcomp.c.
32882
32883 2005-08-19  Jim Meyering  <jim@meyering.net>
32884
32885         * lib/regexec.c (proceed_next_node): Redo local variables to
32886         avoid GCC shadowing warnings.
32887
32888 2005-08-18  Bruno Haible  <bruno@clisp.org>
32889
32890         * lib/strstr.c (strstr): Fix return value in multibyte case.
32891         * lib/strcasestr.c (strcasestr): Likewise.
32892
32893 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
32894
32895         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
32896
32897 2005-08-17  Jim Meyering  <jim@meyering.net>
32898
32899         Make the %s format (seconds since the epoch) work for a negative
32900         number and when used with a zero-padded field width, e.g. %015s.
32901
32902         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
32903         label so that it precedes the code to set `digits'.  Otherwise,
32904         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
32905         print `00-22'.  Now, it prints `-0022', as it should.
32906
32907 2005-08-17  Bruno Haible  <bruno@clisp.org>
32908
32909         * modules/strstr (Files): Add m4/mbrtowc.m4.
32910         (Depends-on): Add mbuiter.
32911
32912 2005-08-17  Bruno Haible  <bruno@clisp.org>
32913
32914         * modules/strcasestr: New file.
32915         * MODULES.html.sh (String handling, based on ANSI C 89): Add
32916         strcasestr.
32917
32918 2005-08-17  Bruno Haible  <bruno@clisp.org>
32919
32920         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
32921
32922 2005-08-17  Bruno Haible  <bruno@clisp.org>
32923
32924         * modules/mbuiter: New file.
32925         * MODULES.html.sh (Extended multibyte and wide character utilities):
32926         Add mbuiter.
32927
32928 2005-08-17  Bruno Haible  <bruno@clisp.org>
32929
32930         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
32931         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
32932
32933 2005-08-17  Bruno Haible  <bruno@clisp.org>
32934
32935         * m4/strcasestr.m4: New file.
32936
32937 2005-08-17  Bruno Haible  <bruno@clisp.org>
32938
32939         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
32940         * lib/strstr.c: Completely rewritten, with multibyte locale support.
32941
32942 2005-08-17  Bruno Haible  <bruno@clisp.org>
32943
32944         * lib/strcasestr.h: New file.
32945         * lib/strcasestr.c: New file.
32946
32947 2005-08-17  Bruno Haible  <bruno@clisp.org>
32948
32949         * lib/strcasecmp.c: Use mbuiter.h.
32950
32951 2005-08-17  Bruno Haible  <bruno@clisp.org>
32952
32953         * lib/mbuiter.h: New file.
32954
32955 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
32956
32957         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
32958         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
32959         and gl_GETOPT are both invoked via different paths (as happens
32960         with GNU tar CVS because it uses both argp and getopt), the former
32961         wins.
32962
32963 2005-08-16  Bruno Haible  <bruno@clisp.org>
32964
32965         * modules/tls: New file.
32966         * MODULES.html.sh (Multithreading): Add tls.
32967
32968 2005-08-16  Bruno Haible  <bruno@clisp.org>
32969
32970         * modules/strnlen1: New file.
32971         * MODULES.html.sh (String handling): Add strnlen1.
32972
32973 2005-08-16  Bruno Haible  <bruno@clisp.org>
32974
32975         * modules/strcase (Files): Add m4/mbrtowc.m4.
32976         (Depends-on): Add strnlen1, mbchar.
32977
32978 2005-08-16  Bruno Haible  <bruno@clisp.org>
32979
32980         * modules/mbiter: New file.
32981         * MODULES.html.sh (Extended multibyte and wide character utilities):
32982         Add mbiter.
32983
32984 2005-08-16  Bruno Haible  <bruno@clisp.org>
32985
32986         * modules/mbfile: New file.
32987         * MODULES.html.sh (Extended multibyte and wide character utilities):
32988         Add mbfile.
32989
32990 2005-08-16  Bruno Haible  <bruno@clisp.org>
32991
32992         * modules/mbchar: New file.
32993         * MODULES.html.sh (Extended multibyte and wide character utilities):
32994         New section.
32995
32996 2005-08-16  Bruno Haible  <bruno@clisp.org>
32997
32998         * m4/tls.m4: New file, from GNU gettext.
32999
33000 2005-08-16  Bruno Haible  <bruno@clisp.org>
33001
33002         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
33003         always.
33004         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
33005
33006 2005-08-16  Bruno Haible  <bruno@clisp.org>
33007
33008         * m4/mbiter.m4: New file.
33009
33010 2005-08-16  Bruno Haible  <bruno@clisp.org>
33011
33012         * m4/mbfile.m4: New file.
33013
33014 2005-08-16  Bruno Haible  <bruno@clisp.org>
33015
33016         * m4/mbchar.m4: New file.
33017
33018 2005-08-16  Bruno Haible  <bruno@clisp.org>
33019
33020         * lib/tls.h: New file, from GNU gettext.
33021         * lib/tls.c: New file, from GNU gettext.
33022
33023 2005-08-16  Bruno Haible  <bruno@clisp.org>
33024
33025         * lib/strnlen1.h: New file.
33026         * lib/strnlen1.c: New file.
33027
33028 2005-08-16  Bruno Haible  <bruno@clisp.org>
33029
33030         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
33031         (mbi_init): Update.
33032         (mbi_avail, mbi_advance): Let the iteration end before the terminating
33033         NUL byte, not after it.
33034
33035 2005-08-16  Bruno Haible  <bruno@clisp.org>
33036
33037         * lib/strcase.h (strcasecmp): Add note in comments.
33038         * lib/strncasecmp.c: Use code from strcasecmp.c.
33039         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
33040         (strcasecmp): Work correctly in multibyte locales.
33041
33042 2005-08-16  Bruno Haible  <bruno@clisp.org>
33043
33044         * lib/mbiter.h: New file.
33045
33046 2005-08-16  Bruno Haible  <bruno@clisp.org>
33047
33048         * lib/mbfile.h: New file.
33049
33050 2005-08-16  Bruno Haible  <bruno@clisp.org>
33051
33052         * lib/mbchar.h: New file.
33053         * lib/mbchar.c: New file.
33054
33055 2005-08-16  Bruno Haible  <bruno@clisp.org>
33056
33057         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
33058         the valid ones. Makes the comparison operations transitive:
33059         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
33060         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
33061
33062 2005-08-15  Simon Josefsson  <jas@extundo.com>
33063
33064         * modules/ssize_t (License): Change to 'unlimited'.
33065
33066         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
33067
33068 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
33069
33070         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
33071         Add comments for each pending glibc patch.
33072
33073 2005-08-15  Bruno Haible  <bruno@clisp.org>
33074
33075         * lib/regex.h (__restrict_arr): Don't define to __restrict if
33076         __cplusplus is defined.
33077
33078 2005-08-14  Jim Meyering  <jim@meyering.net>
33079
33080         Sync from coreutils.
33081
33082         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
33083         Use the hash-table-based cycle-detection code not just when
33084         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
33085         Reported by James Youngman in
33086         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
33087         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
33088         FTS_TIGHT_CYCLE_CHECK.
33089         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
33090         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
33091         once again.
33092         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
33093         * lib/fts.c (fd_safer): Remove decl.
33094         Include fcntl--.h rather than unistd-safer.h
33095         (fts_safe_changedir): Don't call fd_safer; no longer needed
33096         now that we include fcntl--.h.
33097
33098 2005-08-12  Simon Josefsson  <jas@extundo.com>
33099
33100         * modules/getndelim2: Use ssize_t module.
33101         * modules/getnline: Likewise.
33102         * modules/safe-read: Likewise.
33103         * modules/xreadlink: Likewise.
33104
33105         * modules/ssize_t: New file.
33106
33107 2005-08-12  Simon Josefsson  <jas@extundo.com>
33108
33109         * m4/readline.m4: Look for termcap, curses or ncurses if required.
33110
33111 2005-08-12  Simon Josefsson  <jas@extundo.com>
33112
33113         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
33114         ssize_t.
33115
33116 2005-08-12  Simon Josefsson  <jas@extundo.com>
33117
33118         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
33119         readline, getdelim and check_version.
33120         (Support for systems lacking ISO C 99: Sizes of integer types):
33121         Add size_max.
33122
33123 2005-08-12  Bruno Haible  <bruno@clisp.org>
33124
33125         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
33126
33127 2005-08-11  Simon Josefsson  <jas@extundo.com>
33128
33129         * modules/readline: New file.
33130
33131         * modules/strnlen (Files): Add strnlen.h.
33132
33133 2005-08-11  Simon Josefsson  <jas@extundo.com>
33134
33135         * m4/readline.m4: New file.
33136
33137 2005-08-11  Simon Josefsson  <jas@extundo.com>
33138
33139         * lib/readline.h, readline.c: New file.
33140
33141 2005-08-11  Simon Josefsson  <jas@extundo.com>
33142
33143         * doc/gnulib.texi (Initial import, Finishing touches): Mention
33144         gl_AVOID.
33145
33146 2005-08-11  Bruno Haible  <bruno@clisp.org>
33147
33148         * lib/strnlen.h (strnlen): Change parameter name to match comment.
33149
33150 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
33151
33152         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
33153
33154 2005-08-10  Simon Josefsson  <jas@extundo.com>
33155
33156         * tests/test-iconvme.c: New file.
33157
33158 2005-08-10  Simon Josefsson  <jas@extundo.com>
33159
33160         * m4/strnlen.m4: New file.
33161
33162         * m4/strndup.m4: Don't check for strnlen declaration, done in
33163         strnlen.m4.
33164
33165 2005-08-10  Simon Josefsson  <jas@extundo.com>
33166
33167         * lib/strndup.c: Use strnlen.h.
33168
33169         * lib/strnlen.h: New file.
33170
33171 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
33172
33173         * README: Typos.
33174
33175 2005-08-02  Simon Josefsson  <jas@extundo.com>
33176
33177         * modules/readline: New file.
33178
33179 2005-08-02  Simon Josefsson  <jas@extundo.com>
33180
33181         * modules/getdelim: New file.
33182
33183         * modules/getline: Rewrite, don't use getndelim2.
33184
33185 2005-08-02  Simon Josefsson  <jas@extundo.com>
33186
33187         * m4/getline.m4: Separate out getdelim stuff into separate module.
33188
33189         * m4/getdelim.m4: New file.
33190
33191 2005-08-02  Simon Josefsson  <jas@extundo.com>
33192
33193         * lib/getline.h, getline.c: Rewrite.
33194
33195         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
33196
33197 2005-07-31  Bruno Haible  <bruno@clisp.org>
33198
33199         * lib/lock.h (gl_lock_initializer): New macro.
33200         (gl_lock_define_initialized): Use it.
33201         (gl_rwlock_initializer): New macro.
33202         (gl_rwlock_define_initialized): Use it.
33203         (gl_recursive_lock_initializer): New macro.
33204         (gl_recursive_lock_define_initialized): Use it.
33205
33206 2005-07-30  Karl Berry  <karl@gnu.org>
33207
33208         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
33209         Report from Ben Pfaff, regarding getopt.
33210
33211 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
33212
33213         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
33214         normal way.
33215         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
33216         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
33217         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
33218         (gl_GETOPT): Use the new macros.  Most of the implementation
33219         is moved to the new macros.  This is for programs like Emacs
33220         that don't want all the functionality of gl_GETOPT.
33221
33222 2005-07-26  Bruno Haible  <bruno@clisp.org>
33223
33224         * m4/lock.m4: Update from GNU gettext.
33225
33226 2005-07-26  Bruno Haible  <bruno@clisp.org>
33227
33228         * lib/lock.h: Update from GNU gettext.
33229         * lib/lock.c: Update from GNU gettext.
33230
33231 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
33232
33233         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
33234         obsolescent AC_TRY_RUN.  Include the default includes files, for
33235         'exit'.
33236
33237 2005-07-24  Bruno Haible  <bruno@clisp.org>
33238
33239         * modules/visibility: New file.
33240         * MODULES.html.sh (Misc): Add visibility.
33241
33242 2005-07-24  Bruno Haible  <bruno@clisp.org>
33243
33244         * m4/visibility.m4: New file.
33245
33246 2005-07-24  Bruno Haible  <bruno@clisp.org>
33247
33248         * doc/visibility.texi: New file.
33249
33250 2005-07-22  Bruno Haible  <bruno@clisp.org>
33251
33252         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
33253         $(ALLOCA_H), redundant through BUILT_SOURCES.
33254         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
33255         redundant through BUILT_SOURCES.
33256         * modules/byteswap (Makefile.am): Remove explicit dependency on
33257         $(BYTESWAP_H), redundant through BUILT_SOURCES.
33258         * modules/fnmatch (Makefile.am): Remove explicit dependency on
33259         $(FNMATCH_H), redundant through BUILT_SOURCES.
33260         * modules/getopt (Makefile.am): Remove explicit dependency on
33261         $(GETOPT_H), redundant through BUILT_SOURCES.
33262         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
33263         redundant through BUILT_SOURCES.
33264         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
33265         redundant through BUILT_SOURCES.
33266         * modules/stdbool (Makefile.am): Remove explicit dependency on
33267         $(STDBOOL_H), redundant through BUILT_SOURCES.
33268         * modules/stdint (Makefile.am): Remove explicit dependency on
33269         $(STDINT_H), redundant through BUILT_SOURCES.
33270         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
33271         Remove explicit dependency on $(SYSEXITS_H).
33272         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
33273
33274 2005-07-18  Simon Josefsson  <jas@extundo.com>
33275
33276         * lib/check-version.c (check_version): Accept identical versions too.
33277
33278 2005-07-18  Bruno Haible  <bruno@clisp.org>
33279
33280         * modules/lock: New file.
33281         * MODULES.html.sh (Multithreading): New section.
33282
33283 2005-07-18  Bruno Haible  <bruno@clisp.org>
33284
33285         * m4/lock.m4: New file, from GNU gettext.
33286
33287 2005-07-18  Bruno Haible  <bruno@clisp.org>
33288
33289         * lib/lock.h: New file, from GNU gettext.
33290         * lib/lock.c: New file, from GNU gettext.
33291
33292 2005-07-18  Bruno Haible  <bruno@clisp.org>
33293
33294         * lib/lock.h (gl_once_t): New type.
33295         (gl_once_define, gl_once): New macros.
33296         * lib/lock.c (fresh_once): New variable.
33297         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
33298         functions.
33299
33300 2005-07-16  Simon Josefsson  <jas@extundo.com>
33301
33302         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
33303         workaround, suggested by Bruno.
33304
33305 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
33306
33307         * modules/xalloc (Depends-on): Add xalloc-die.
33308         * modules/xvasprintf (Depends-on): Add xalloc-die.
33309
33310 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
33311
33312         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
33313         with a minor change.
33314
33315 2005-07-15  Bruno Haible  <bruno@clisp.org>
33316
33317         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
33318         When using lib/poll.c, define poll as rpl_poll.
33319
33320 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
33321
33322         * modules/argp (Depends-on): Remove unlocked-io.
33323
33324 2005-07-14  Derek Price  <derek@ximbiot.com>
33325
33326         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
33327         for glob symlink bug.
33328
33329 2005-07-14  Bruno Haible  <bruno@clisp.org>
33330
33331         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
33332         Instead, test for *_unlocked function declarations directly.
33333
33334 2005-07-11  Simon Josefsson  <jas@extundo.com>
33335
33336         * modules/size_max: New file.
33337
33338         * modules/xsize: Depend on size_max module for size_max.m4.
33339
33340 2005-07-11  Simon Josefsson  <jas@extundo.com>
33341
33342         * lib/size_max.h: New file.
33343
33344 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
33345
33346         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
33347         copyright symbol and the year.
33348         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
33349         (version_etc_va): Use parameterized copyright notice.
33350         Reword to conform to the current GNU coding standards.
33351
33352 2005-07-11  Karl Berry  <karl@gnu.org>
33353
33354         * doc/gnulib.texi (Quoting): new node.
33355         (Initial import): more info, from Patrice.
33356
33357 2005-07-11  Bruno Haible  <bruno@clisp.org>
33358
33359         * gnulib-tool (func_usage): Document option --avoid.
33360         (Command line options): Handle --avoid.
33361         (func_acceptable): New function.
33362         (func_modules_transitive_closure): Use it.
33363
33364 2005-07-11  Bruno Haible  <bruno@clisp.org>
33365
33366         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
33367         Reported by Jim Meyering.
33368
33369 2005-07-10  Bruno Haible  <bruno@clisp.org>
33370
33371         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
33372         Needed when size_t is smaller than 'unsigned int'.
33373         Reported by Paul Eggert.
33374
33375 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
33376
33377         * modules/argp (Depends-on): Add unlocked-io
33378
33379 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
33380
33381         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
33382         block of defines.
33383
33384 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
33385
33386         * config/srclist.txt: Comment out regcomp.c, since we have a porting
33387         fix now.
33388
33389 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
33390         and Paul Eggert  <eggert@cs.ucla.edu>
33391
33392         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
33393         in wint_t, not wchar_t.  Remove now-unnecessary cast.
33394
33395 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
33396
33397         * modules/regex (Files): Add lib/regex_internal.c,
33398         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
33399         (Depends-on): Add extensions.
33400         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
33401
33402 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
33403
33404         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
33405         pathconf.
33406         * m4/same.m4 (gl_SAME): Likewise.
33407         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
33408
33409         * m4/regex.m4: Adjust to new libc regex implementation.
33410         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
33411         all the .c and .h parts of (the new) regex.
33412         Quote the m4 stuff better.
33413         Check for RE_ICASE bug of old gnulib.
33414         Check for REG_STARTEND of recent libc.
33415         Rename local variables from jm_* to gl_*.
33416         Quote operand of "test -f".
33417         Say "recent enough" version of libc, not "version 2".
33418         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
33419         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
33420         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
33421         Remove check for btowc, isascii.
33422         Require AM_LANGINFO_CODESET.
33423
33424 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
33425
33426         * lib/regex.c, regex.h: Sync from libc.
33427         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
33428         * lib/regexec.c:
33429         New files, synced from libc, except that regex_internal.h
33430         currently has a small porting fix.
33431
33432 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
33433
33434         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
33435         regex_internal.c, regexec.c.
33436         Add regex_internal.h too, but as a comment, since the libc version
33437         is currently broken in gnulib mode.
33438
33439 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
33440
33441         Support programs like Emacs that use gnulib but not gettext.
33442         * MODULES.html.sh (Internationalization functions): Add gettext-h.
33443         * modules/gettext-h: New file.
33444         * modules/gettext (Files): Remove lib/gettext.h.
33445         (Depends-on): Add gettext-h.
33446         (Makefile.am): Remove lib_SOURCES.
33447         * modules/argmatch, modules/c-stack, modules/closeout:
33448         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
33449         * modules/execute, modules/file-type, modules/getaddrinfo:
33450         * modules/getopt, modules/human, modules/javacomp:
33451         * modules/javaexec, modules/mkdir-p, modules/obstack:
33452         * modules/openat, modules/pagealign_alloc, modules/pipe:
33453         * modules/quotearg, modules/regex, modules/rpmatch:
33454         * modules/unicodeio, modules/userspec, modules/version-etc:
33455         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
33456         * modules/xsetenv:
33457         Depend on gettext-h, not gettext.
33458
33459 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
33460
33461         * gnulib-tool (func_import): Add support for 'public domain' license.
33462         * modules/alloca, modules/atexit, modules/memmove:
33463         Now public domain, not GPL.
33464         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
33465         * modules/realloc, modules/strerror, modules/strtod:
33466         Now LGPL, not GPL.
33467
33468 2005-07-05  Bruno Haible  <bruno@clisp.org>
33469
33470         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
33471         autoconf CVS. Needed for mingw.
33472
33473 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
33474
33475         Remove the dependency of the strftime module on the tzset module.
33476         * modules/strftime (Depends-on): Remove dependency on tzset.
33477
33478 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
33479
33480         Remove the dependency of the strftime module on the tzset module.
33481         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
33482         gl_FUNC_TZSET_CLOBBER.
33483
33484 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
33485
33486         Remove the dependency of the strftime module on the tzset module.
33487         * lib/strftime.c (my_strftime)
33488         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
33489         Copy the input structure, to work around some of the bug with
33490         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
33491         Solaris releases, you should also use the tzset module, but we won't
33492         require it as a dependency any more since we don't want LGPLed code
33493         to depend on GPLed code.
33494
33495 2005-07-02  Jim Meyering  <jim@meyering.net>
33496
33497         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
33498         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
33499         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
33500         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
33501
33502 2005-07-02  Jim Meyering  <jim@meyering.net>
33503
33504         * lib/backupfile.c (backup_args): Change a `0' to NULL.
33505
33506 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
33507
33508         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
33509         declares only 'struct timespec;' (!).
33510
33511 2005-07-01  Jim Meyering  <jim@meyering.net>
33512
33513         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
33514         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
33515         * lib/save-cwd.c, tempname.c:
33516         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
33517         and don't include <sys/file.h>).
33518
33519 2005-06-29  Jim Meyering  <jim@meyering.net>
33520
33521         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
33522         type name.  Use the variable name instead.
33523         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
33524         Likewise.
33525
33526 2005-06-28  Simon Josefsson  <jas@extundo.com>
33527
33528         * modules/check-version (Files): Add check-version.m4.
33529
33530 2005-06-28  Simon Josefsson  <jas@extundo.com>
33531
33532         * m4/check-version.m4: New file, suggested by Jim Meyering
33533         <jim@meyering.net>.
33534
33535 2005-06-28  Simon Josefsson  <jas@extundo.com>
33536
33537         * lib/check-version.h, lib/check-version.c: New files.
33538
33539 2005-06-28  Simon Josefsson  <jas@extundo.com>
33540
33541         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
33542         collision with global variable.  Better indentation.  Don't
33543         increment buffer pointer beyond buffer end.  Based on comments
33544         from Paul Eggert <eggert@cs.ucla.edu>.
33545
33546         * lib/base64.h: Indent.
33547
33548 2005-06-28  Simon Josefsson  <jas@extundo.com>
33549
33550         * doc/gnulib.texi (Library version handling): New section.
33551
33552 2005-06-28  Jim Meyering  <jim@meyering.net>
33553
33554         * check-module (find_included_lib_files): Hard-code another
33555         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
33556         but modules/fts-lgpl (correctly) does not list those files.
33557
33558         * modules/canonicalize (Files): Add lib/pathmax.h.
33559
33560 2005-06-25  Simon Josefsson  <jas@extundo.com>
33561
33562         * modules/check-version: New file.
33563
33564 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
33565
33566         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
33567         initializer of struct addrinfo, as an indication that we don't
33568         care how many members the structure has.
33569
33570 2005-06-24  Derek Price  <derek@ximbiot.com>
33571         and Bruno Haible  <bruno@clisp.org>
33572
33573         Remove stat module & update lstat.
33574         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
33575         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
33576         * m4/stat.m4: Remove this file.
33577
33578 2005-06-24  Derek Price  <derek@ximbiot.com>
33579         and Bruno Haible  <bruno@clisp.org>
33580
33581         Remove stat module & update lstat.
33582         * lib/stat.c: Remove this file...
33583         (slash_aware_lstat): ...moving this content and its support...
33584         * lib/lstat.c (rpl_lstat): ...into here.
33585         * lib/lstat.h: New file.
33586
33587 2005-06-24  Derek Price  <derek@ximbiot.com>
33588         and Bruno Haible  <bruno@clisp.org>
33589
33590         Remove stat module & update lstat.
33591         * config/srclist.txt (libc sources): Remove stat.
33592
33593 2005-06-24  Derek Price  <derek@ximbiot.com>
33594         and Bruno Haible  <bruno@clisp.org>
33595
33596         Remove stat module & update lstat.
33597         * MODULES.html.sh (stat): Remove.
33598         * MODULES.html: Regenerated.
33599         * modules/lstat (Description): Correct function name.
33600         (Files): Add "lstat.h".
33601         (Depends-on): Remove stat, add xalloc, stat-macros.
33602         * modules/stat: Remove this file.
33603         (Include): Add "lstat.h", remove <sys/stat.h>.
33604
33605 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
33606
33607         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
33608         (ranged_convert): Don't save conversion in a temporary struct.
33609         This causes a warning with GCC 4.0.0, and anyway in the typical
33610         case it's not worth the extra 100 bytes or so of code.
33611         (ranged_convert, __mktime_internal): When calling a function via a
33612         pointer P, use P () rather than (*P) (), as we now assume C89 or
33613         better.
33614
33615 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
33616
33617         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
33618         "who -r" failed to give output.  Problem reported by Tim Waugh.
33619
33620         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
33621         (xcalloc): Use it to avoid needless tests.
33622         Problem reported by Jim Meyering.
33623
33624 2005-06-20  Derek Price  <derek@ximbiot.com>
33625
33626         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
33627         unnecessary for Autoconfs > 2.59c.
33628
33629 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
33630
33631         * lib/argp.h (__option_is_short): Check upper limit of
33632         __key. Isprint() requires its argument to have the value
33633         of an unsigned char or EOF.
33634
33635 2005-06-16  Jim Meyering  <jim@meyering.net>
33636
33637         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
33638         when either N or S is zero.
33639
33640 2005-06-16  Derek Price  <derek@ximbiot.com>
33641
33642         * m4/bison.m4: Declare YACC & YFLAGS precious.
33643
33644 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
33645
33646         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
33647         multibyte string or pattern, fall back on unibyte matching.
33648         Problem reported by James Youngman.
33649
33650 2005-06-08  Bruno Haible  <bruno@clisp.org>
33651
33652         * modules/csharpcomp: New file.
33653         * MODULES.html.sh (C#): Add csharpcomp.
33654
33655 2005-06-08  Bruno Haible  <bruno@clisp.org>
33656
33657         * m4/csharpcomp.m4: New file, from GNU gettext.
33658
33659 2005-06-08  Bruno Haible  <bruno@clisp.org>
33660
33661         * lib/csharpcomp.h: New file, from GNU gettext.
33662         * lib/csharpcomp.c: New file, from GNU gettext.
33663         * lib/csharpcomp.sh.in: New file, from GNU gettext.
33664
33665 2005-06-08  Bruno Haible  <bruno@clisp.org>
33666
33667         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
33668         warning on mingw.
33669
33670 2005-06-07  Derek Price  <derek@ximbiot.com>
33671
33672         Sync from CVS.
33673         * lib/glob_.h: Indent nested #ifdef.
33674
33675 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
33676
33677         Sync from coreutils.
33678         Use "file name" when talking about file names, instead of "filename"
33679         or "path", as per the GNU coding standards.
33680         * lib/mkdir-p.c: Renamed from makepath.c.
33681         (make_dir_parents): Renamed from make_path.  All callers changed.
33682         * lib/mkdir-p.h: Likewise.  All includers changed.
33683         * lib/filenamecat.c: Renamed from path-concat.c.
33684         (file_name_concat): Renamed from path_concat.  All callers changed.
33685         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
33686         * lib/filenamecat.h: Likewise.  All includers changed.
33687         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
33688         in comments or local variable names.
33689         * lib/basename.c: Likewise.
33690         * lib/canonicalize.c, canonicalize.h: Likewise.
33691         * lib/dirname.c, dirname.h: Likewise.
33692         * lib/euidaccess.c: Likewise.
33693         * lib/exclude.c: Likewise
33694         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
33695         * lib/fsusage.c, fsuage.h: Likewise.
33696         * lib/fts.c, fts_.h: Likewise.
33697         * lib/getcwd.c: Likewise.
33698         * lib/getloadavg.c: Likewise.
33699         * lib/mkstemp.c: Likewise.
33700         * lib/mountlist.c, mountlist.h: Likewise.
33701         * lib/openat.c, openat.h: Likewise.
33702         * lib/readlink-stub.c: Likewise.
33703         * lib/readutmp.c, readutmp.h: Likewise.
33704         * lib/rename.c: Likewise.
33705         * lib/rmdir.c: Likewise.
33706         * lib/same.c: Likewise.
33707         * lib/savedir.c: Likewise.
33708         * lib/stripslash.c: Likewise.
33709         * lib/tempname.c: Likewise.
33710         * lib/xreadlink.c: Likewise.
33711         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
33712         All uses changed.
33713         * lib/exclude.h: Likewise.
33714
33715         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
33716         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
33717         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
33718         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
33719         * lib/pathmax.h: Include <limits.h> unconditionally, since other
33720         files have been getting away with it for years (MORE/BSD 4.3
33721         is extinct now).
33722         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
33723         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
33724
33725         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
33726         Define to 256, not 255, as per modern POSIX.
33727
33728 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
33729
33730         Sync from coreutils.
33731         Use "file name" when talking about file names, instead of "filename"
33732         or "path", as per the GNU coding standards.
33733         * MODULES.html.sh: mkdir-p renamed from makepath.
33734         filenamecat renamed from path-concat.
33735         * modules/filenamecat: Renamed from modules/path-concat.
33736         (Files): filenamecat.h and filenamecat.c renamed from
33737         path-concat.h and path-concat.c.
33738         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
33739         (Include): filenamecat.h, not path-concat.h.
33740         * modules/mkdir-p: Renamed from modules/makepath.
33741         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
33742         makepath.c.
33743         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
33744         (Include): mkdir-p.h, not makepath.h.
33745
33746 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
33747
33748         Sync from coreutils.
33749         * m4/mkdir-p.m4: Renamed from makepath.m4.
33750         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
33751         Rename files from makepath.c to mkdir-p.c, and from
33752         makepath.h to mkdir-p.h.
33753         * m4/filenamecat.m4: Renamed from path-concat.m4.
33754         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
33755         Rename files from path-concat.c to filenamecat.c,
33756         and from path-concat.h to filenamecat.h.
33757         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
33758         "file name" in local variables or comments.
33759         * m4/rename.m4: Likewise.
33760
33761 2005-06-01  Bruno Haible  <bruno@clisp.org>
33762
33763         * modules/csharpexec: New file.
33764         * MODULES.html.sh (C#): New section.
33765
33766 2005-06-01  Bruno Haible  <bruno@clisp.org>
33767
33768         * m4/csharp.m4: New file, from GNU gettext.
33769         * m4/csharpexec.m4: New file, from GNU gettext.
33770
33771 2005-06-01  Bruno Haible  <bruno@clisp.org>
33772
33773         * lib/csharpexec.h: New file, from GNU gettext.
33774         * lib/csharpexec.c: New file, from GNU gettext.
33775         * lib/csharpexec.sh.in: New file, from GNU gettext.
33776
33777 2005-05-31  Derek Price  <derek@ximbiot.com>
33778             Paul Eggert  <eggert@cs.ucla.edu>
33779
33780         Sync from cvs.
33781         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
33782
33783 2005-05-31  Derek Price  <derek@ximbiot.com>
33784             Paul Eggert  <eggert@cs.ucla.edu>
33785
33786         Sync from cvs.
33787         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
33788
33789 2005-05-29  Derek Price  <derek@ximbiot.com>
33790
33791         * config/srclist.txt (glob_.h, glob.c): Add these files.
33792
33793 2005-05-29  Derek Price  <derek@ximbiot.com>
33794
33795         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
33796         * modules/glob: New file.
33797         * modules/getlogin_r: Add link to POSIX spec in description.
33798
33799 2005-05-29  Derek Price  <derek@ximbiot.com>
33800             Paul Eggert  <eggert@cs.ucla.edu>
33801
33802         * m4/glob.m4: New file.
33803
33804 2005-05-29  Derek Price  <derek@ximbiot.com>
33805             Paul Eggert  <eggert@cs.ucla.edu>
33806
33807         * lib/glob_.h, lib/glob.c: New files.
33808
33809 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
33810
33811         * modules/fts (Files): Remove m4/inttypes-pri.m4.
33812         * modules/fts-lgpl (Depends-on): Remove gettext.
33813
33814 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
33815
33816         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
33817         and don't require gt_INTTYPES_PRI.
33818
33819 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
33820
33821         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
33822
33823         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
33824         the configuration hassle isn't worth it.
33825         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
33826         (LONGEST_MODIFIER, PRIuMAX): Remove.
33827
33828 2005-05-27  Bruno Haible  <bruno@clisp.org>
33829
33830         * lib/getlogin_r.h: Remove second include of <stddef.h>.
33831
33832 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
33833
33834         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
33835         _POSIX_PTHREAD_SEMANTICS for Solaris.
33836
33837 2005-05-25  Derek Price  <derek@ximbiot.com>
33838
33839         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
33840
33841 2005-05-25  Derek Price  <derek@ximbiot.com>
33842             Paul Eggert  <eggert@cs.ucla.edu>
33843
33844         * modules/getlogin_r, m4/getlogin_r.m4: New files.
33845         * lib/getlogin_r.c, getlogin_r.h: New files.
33846
33847 2005-05-25  Bruno Haible  <bruno@clisp.org>
33848             Derek Price  <derek@ximbiot.com>
33849
33850         * lib/getlogin_r.h: Simplify API documentation.
33851
33852 2005-05-23  Derek Price  <derek@ximbiot.com>
33853
33854         * modules/minmax (Files): Add m4/minmax.m4.
33855         (configure.ac): Add gl_MINMAX.
33856
33857 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
33858
33859         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
33860         so that unistd-safer.h (GPL'ed code) need not be included.
33861
33862 2005-05-22  Bruno Haible  <bruno@clisp.org>
33863
33864         * m4/minmax.m4: New file.
33865         Based on a patch by Derek Price <derek@ximbiot.com>.
33866
33867 2005-05-22  Bruno Haible  <bruno@clisp.org>
33868
33869         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
33870         (INT64_MIN): Fix definition.
33871         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
33872
33873         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
33874         NEED_SIGNED_INT_TYPES.
33875
33876         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
33877         HAVE_SYSTEM_INTTYPES.
33878
33879 2005-05-22  Bruno Haible  <bruno@clisp.org>
33880
33881         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
33882         Also include <sys/param.h> if it defines MIN, MAX.
33883         Based on a patch by Derek Price <derek@ximbiot.com>.
33884
33885 2005-05-21  Jim Meyering  <jim@meyering.net>
33886
33887         * modules/fts (Files): Add m4/inttypes-pri.m4.
33888         (Depends-on): Add lstat and remove gettext.  Alphabetize.
33889
33890 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
33891
33892         New fts module.
33893         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
33894         (setup_dir, free_dir): New functions.
33895         (enter_dir, leave_dir): Define trivial
33896         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
33897         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
33898         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
33899         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
33900         Move to fts-cycle.c.
33901         (fts_open): Use setup_dir.
33902         (fts_close): Use free_dir.
33903         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
33904         This adds a label and some gotos, but the alternatives were messier.
33905         Check for memory allocation failure when entering a dir.
33906         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
33907         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
33908         (FTS): New member fts_cycle, that is a union that contains the
33909         old active_dir_ht and cycle_state.  All uses changed to mention
33910         fts_cycle.ht and fts_cycle.state.
33911         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
33912         fts.c, with the following changes:
33913         (setup_dir, free_dir): New functions.
33914         (enter_dir): Now returns bool.  Return true if successful, false
33915         if memory exhausted.  All callers changed.
33916         Do not bother partly cleaning up on
33917         memory allocation failure; that is free_dir's job.
33918         However, free ad if hash_insert fails, to avoid memory leak.
33919         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
33920         fts->fts_options to see which union member to use.
33921
33922 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
33923
33924         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
33925         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
33926
33927 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
33928
33929         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
33930
33931 2005-05-20  Jim Meyering  <jim@meyering.net>
33932
33933         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
33934         Now a macro, to pacify GCC.
33935
33936 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
33937
33938         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
33939         of -1.
33940
33941 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
33942
33943         * lib/chown.c (rpl_chown): Return -1 on failure.
33944
33945 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
33946
33947         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
33948         Don't check for stddef.h.
33949         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
33950         don't use its results.
33951         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
33952         since we include them unconditionally.  Don't require
33953         AM_STDBOOL_H, since stdbool is a prerequisite.
33954         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
33955         since we assume C89 or better.
33956         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
33957         as we don't use their results.
33958         Don't check for fchdir, memmove, memset, strrchr, as we use
33959         them unconditionally.
33960         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
33961         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
33962
33963 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
33964
33965         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
33966         Include <stddef.h> unconditionally, since we assume C89 now.
33967         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
33968         * lib/fts.c: Include fts_.h first, to check interface.
33969         Do not include intprops.h; no longer needed.
33970         Include cycle-check.h and hash.h, since fts_.h no longer does.
33971         Remove unnecessary casts of closedir to void.
33972         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
33973         decide whether to decrement nlinks.
33974         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
33975         (FTS): Use struct hash_table * instead of Hash_table, so that
33976         we no longer need to include hash.h here.
33977
33978 2005-05-18  Jim Meyering  <jim@meyering.net>
33979
33980         * modules/dirfd (License): Change to LGPL.  Most of the code
33981         is already in the public domain.
33982
33983 2005-05-18  Jim Meyering  <jim@meyering.net>
33984
33985         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
33986         Reported by Yoann Vandoorselaere.
33987
33988 2005-05-17  Jim Meyering  <jim@meyering.net>
33989
33990         * m4/fts.m4: New file, from coreutils.
33991
33992 2005-05-17  Jim Meyering  <jim@meyering.net>
33993
33994         * lib/fts.c, lib/fts_.h: New files, from coreutils.
33995
33996 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
33997
33998         Sync from coreutils.
33999         * m4/unlinkdir.m4: New file.
34000
34001 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
34002
34003         Sync from coreutils.
34004         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
34005         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
34006         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
34007         White space changes only.
34008         * lib/makepath.c (make_path): Port to hosts where leading "//" is
34009         special.
34010         * lib/yesno.c: Include getline.h, not ctype.h.
34011         (yesno): Don't remove leading white space; POSIX doesn't allow it.
34012         Use getline to remove arbitrary restriction on response length.
34013
34014 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
34015
34016         * config/srclist-update: Spell out "Street" in FSF postal
34017         mail address; this is the style the FSF seems to prefer.
34018
34019         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
34020         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
34021         this updates FSF postal mail address.
34022
34023         Sync from coreutils.
34024         * modules/unlinkdir: New file.
34025         * modules/yesno (Depends-on): Add getline.
34026         * MODULES.html.sh (File system functions): Add unlinkdir.
34027
34028 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
34029
34030         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
34031         lib/strsep.h:
34032         Change the initial comment to refer to GPL, not LGPL.
34033         gnulib-tool will change it to LGPL as needed.
34034
34035         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
34036         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
34037         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
34038         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
34039         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
34040         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
34041         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
34042         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
34043         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
34044         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
34045         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
34046         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
34047         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
34048         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
34049         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
34050         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
34051         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
34052         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
34053         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
34054         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
34055         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
34056         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
34057         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
34058         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
34059         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
34060         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
34061         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
34062         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
34063         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
34064         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
34065         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
34066         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
34067         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
34068         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
34069         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
34070         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
34071         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
34072         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
34073         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
34074         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
34075         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
34076         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
34077         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
34078         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
34079         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
34080         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
34081         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
34082         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
34083         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
34084         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
34085         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
34086         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
34087         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
34088         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
34089         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
34090         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
34091         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
34092         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
34093         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
34094         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
34095         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
34096         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
34097         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
34098         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
34099         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
34100         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
34101         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
34102         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
34103         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
34104         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
34105         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
34106         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
34107         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
34108         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
34109         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
34110         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
34111         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
34112         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
34113         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
34114         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
34115         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
34116         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
34117         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
34118         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
34119         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
34120         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
34121         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
34122         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
34123         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
34124         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
34125         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
34126         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
34127         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
34128         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
34129         lib/yesno.c, lib/yesno.h:
34130         Update FSF postal mail address.
34131
34132 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
34133
34134         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
34135         tests/test-memmem.c, tests/test-stpncpy.c:
34136         Update FSF postal mail address.
34137
34138 2005-05-13  Bruno Haible  <bruno@clisp.org>
34139
34140         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
34141         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
34142         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
34143         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
34144         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
34145         Add support for 64-bit integers in the MSVC compiler.
34146
34147 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
34148
34149         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
34150
34151 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
34152
34153         * gnulib-tool (func_import): Sort and uniquify recommended includes.
34154
34155 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
34156
34157         * doc/getdate.texi (General date syntax): Don't say that date
34158         date --iso-8601=ns generates acceptable dates; it doesn't yet.
34159         Problem reported by Nic Ferrier.
34160
34161 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
34162
34163         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
34164         specified in ai_socktype. Fix invalid ai_protocol
34165         check. ai_protocol is usually set to 0 or depending on
34166         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
34167         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
34168         ai_socktype / ai_protocol in the returned addrinfo structure.
34169
34170 2005-05-10  Simon Josefsson  <jas@extundo.com>
34171
34172         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
34173         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
34174
34175 2005-05-10  Karl Berry  <karl@gnu.org>
34176
34177         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
34178         (from http://www.gnu.org/licenses).
34179         * doc/COPYING.LIB: also rename to COPYING.LESSER.
34180         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
34181         fdl.texi suffices.
34182
34183 2005-05-10  Karl Berry  <karl@gnu.org>
34184
34185         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
34186         (COPYING.DOC): remove.
34187
34188         * config/srclist-update: new FSF address.
34189
34190 2005-05-10  Derek Price  <derek@ximbiot.com>
34191
34192         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
34193         possible.
34194
34195 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
34196             Bruno Haible  <bruno@clisp.org>
34197
34198         * modules/inet_ntop: New file.
34199         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
34200         inet_ntop.
34201
34202 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
34203             Bruno Haible  <bruno@clisp.org>
34204
34205         * m4/inet_ntop.m4: New file.
34206
34207 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
34208             Bruno Haible  <bruno@clisp.org>
34209
34210         * lib/inet_ntop.h: New file.
34211         * lib/inet_ntop.c: New file, from glibc with modifications.
34212
34213 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
34214
34215         * modules/time_r (License): Change to LGPL.
34216         * modules/extensions (License): Change to LGPL.  Actually,
34217         the license is more permissive than that, but currently gnulib-tool
34218         doesn't know how to handle more-permissive licenses.
34219
34220         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
34221         Problem reported by Dave Love.
34222
34223 2005-05-08  Jim Meyering  <jim@meyering.net>
34224
34225         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
34226         blank.
34227
34228 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
34229
34230         * modules/argmatch (Depends-on): Add stdbool.
34231         * modules/backupfile (Depends-on): Likewise.
34232         * modules/chdir-long (Depends-on): Likewise.
34233         * modules/closeout (Depends-on): Likewise.
34234         * modules/cycle-check (Depends-on): Likewise.
34235         * modules/dirname (Depends-on): Likewise.
34236         * modules/fnmatch (Depends-on): Likewise.
34237         * modules/fsusage (Depends-on): Likewise.
34238         * modules/fwriteerror (Depends-on): Likewise.
34239         * modules/getcwd (Depends-on): Likewise.
34240         * modules/getloadavg (Depends-on): Likewise.
34241         * modules/hard-locale (Depends-on): Likewise.
34242         * modules/makepath (Depends-on): Likewise.
34243         * modules/mountlist (Depends-on): Likewise.
34244         * modules/nanosleep (Depends-on): Likewise.
34245         * modules/posixtm (Depends-on): Likewise.
34246         * modules/quotearg (Depends-on): Likewise.
34247         * modules/readtokens (Depends-on): Likewise.
34248         * modules/readtokens0 (Depends-on): Likewise.
34249         * modules/readutmp (Depends-on): Likewise.
34250         * modules/save-cwd (Depends-on): Likewise.
34251         * modules/strftime (Depends-on): Likewise.
34252         * modules/userspec (Depends-on): Likewise.
34253         * modules/utimecmp (Depends-on): Likewise.
34254         * modules/xgetcwd (Depends-on): Likewise.
34255         * modules/xnanosleep (Depends-on): Likewise.
34256         * modules/xstrtod (Depends-on): Likewise.
34257         * modules/yesno (Depends-on): Likewise.
34258
34259 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
34260
34261         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
34262         needless checks.
34263
34264 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
34265
34266         Merge from coreutils.  Among other things,
34267         add bulletproofing for cases where stdin, stdout, or stderr are closed.
34268         * lib/fd-safer.c: New file.
34269         * lib/fcntl-safer.h, open-safer.c: Remove.
34270         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
34271         * lib/dup-safer.c: Include unistd-safer.h first.
34272         Don't include errno.h.
34273         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
34274         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
34275         * lib/file-type.c: Rely on file-type.h change.
34276         * lib/getloadavg.c: Include unistd-safer.h.
34277         (getloadavg): Use safer open.
34278         * lib/getusershell.c: Include "stdio-safer.h".
34279         (getusershell): Use safer fopen.
34280         * lib/long-options.c (long_options): Use NULL rather than 0.
34281         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
34282         'free'.
34283         * lib/modechange.c: Likewise.
34284         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
34285         (MODE_DONE): New constant.
34286         (struct mode_change): Remove 'next' member.
34287         (make_node_op_equals): New function; like the old one of the
34288         same name, except it allocates an array.
34289         (mode_compile, mode_create_from_ref): Use it.
34290         (mode_compile): Allocate result as an array, not a linked list.
34291         Parse octal string ourself, so that we catch mistakes like "+0".
34292         (mode_adjust): Arg is an array, not a linked list.
34293         * lib/modechange.c: Include stat-macros.h, xalloc.h.
34294         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
34295         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
34296         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
34297         Remove.  This is now stat-macros.h's job.
34298         (talloc): Remove.  All callers replaced by xalloc, so that
34299         our invokers don't have to worry about reporting memory failures.
34300         (make_node_op_equals): Remove.
34301         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
34302         New constants.
34303         (struct mode_change): Moved here from modechange.h.
34304         (mode_append_entry): Remove.
34305         (mode_compile): Remove MASKED_OPS arg, since it encouraged
34306         apps to have incorrect behavior.  Use simpler algorithm for head
34307         and tail.  Don't futz with umask; that's now the job of mode_adjust.
34308         Detect more invalid usages rather than having somewhat-random behavior.
34309         Don't insert an "a=" action, as that leads to incorrect behavior.
34310         (mode_compile, mode_create_from_ref): Return NULL on error instead
34311         of an enum, since now there's only one way to have an error.  All
34312         callers changed.
34313         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
34314         at the correct time.  Simplify calculation of "+u" and its ilk.
34315         Don't mishandle "+X".
34316         (mode_free): Remove "register" and localize decls.
34317         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
34318         (struct mode_change): Move to modechange.c; callers don't
34319         need to see this stuff.
34320         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
34321         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
34322         (mode_change, mode_adjust): Reflect the new signatures noted above.
34323         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
34324         that might redefine system include files.
34325         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
34326         (my_usleep): Use NULL rather than (void *) 0.
34327         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
34328         Use siginterrupt to specify that system calls should be interrupted.
34329         (rpl_nanosleep): Move initialization of suspended closer to call of
34330         my_usleep.
34331         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
34332         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
34333         (desirable_utmp_entry): New function.
34334         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
34335         using x2nrealloc, to simplify logic.
34336         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
34337         size calculation.  Do not assume utmp file is a regular file.
34338         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
34339         (READ_UTMP_CHECK_PIDS): New constant.
34340         * lib/save-cwd.c: Include unistd-safer.h.
34341         (save_cwd): Use fd_safer.
34342         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
34343         [!_LIBC] Include "stat-macros.h" instead.
34344         * lib/unistd-safer.h (fd_safer): New decl.
34345
34346 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
34347
34348         * modules/getloadavg (Depends-on): Add unistd-safer.
34349         * modules/getusershell (Depends-on): Add stdio-safer.
34350         * modules/lstat (Depends-on): Remove xalloc.
34351         * modules/mkstemp (Depends-on): Add stat-macros.
34352         * modules/modechange (Depends-on): Remove xstrtol.
34353         Add stat-macros, xalloc.
34354         * modules/save-cwd (Depends-on): Add unistd-safer.
34355         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
34356         * modules/unistd-safer (Files): Add lib/fd-safer.c
34357         (Makefile.am): Remove lib_SOURCES.
34358
34359         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
34360         Remove fcntl-safer; unistd-safer supersedes it.
34361
34362 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
34363
34364         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
34365         AC_HEADER_STAT.
34366         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
34367         (gl_PREREQ_CHOWN): Remove.
34368         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
34369         it.  Don't require AC_HEADER_STAT.
34370         (gl_PREREQ_LSTAT): Remove.
34371         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
34372         Don't require AC_HEADER_STAT.
34373         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
34374         (gl_PREREQ_RMDIR): Remove.
34375         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
34376         mention stat-macros.h or AC_HEADER_STAT, since we'll make
34377         the stat-macros module a prerequisite.
34378         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
34379         * m4/filemode.m4 (gl_FILEMODE): Likewise.
34380         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
34381         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
34382         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
34383         variable names.
34384         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
34385         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
34386         variable prefixes.
34387         * m4/fcntl-safer.m4: Remove.
34388         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
34389         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
34390         Invoke gl_PREREQ_FD_SAFER.
34391         (gl_PREREQ_FD_SAFER): New macro.
34392         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
34393         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
34394         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
34395         Remove duplicate call to AC_LIBOBJ(readutmp).
34396         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
34397
34398         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
34399         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
34400
34401 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
34402
34403         * MODULES.html.sh (Misc): Add byteswap.
34404
34405 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
34406
34407         * modules/getcwd (Depends-on): Add extensions.
34408         * modules/openat (Depends-on): Likewise.
34409
34410 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
34411
34412         * modules/byteswap: New file.
34413
34414 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
34415
34416         * m4/byteswap.m4: New file.
34417
34418 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
34419
34420         * lib/byteswap_.h: New file.
34421
34422 2005-04-25  Karl Berry  <karl@gnu.org>
34423
34424         * m4/gettext.m4: Update from GNU gettext 0.14.4.
34425
34426 2005-04-25  Albert Chin  <china@thewrittenword.com>
34427
34428         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
34429         Toolkit C bug.
34430
34431 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
34432
34433         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
34434         (func_ln_if_changed) Remove forcibly for no error message
34435         in case file does not exist.
34436
34437 2005-04-19  Simon Josefsson  <jas@extundo.com>
34438
34439         * gnulib-tool (Options): Make --symlink mean --symbolic.
34440
34441 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
34442
34443         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
34444
34445 2005-04-16  Simon Josefsson  <jas@extundo.com>
34446
34447         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
34448
34449 2005-04-15  Simon Josefsson  <jas@extundo.com>
34450
34451         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
34452
34453 2005-04-15  Simon Josefsson  <jas@extundo.com>
34454
34455         * gnulib-tool: Rename --symlink to --symbolic.
34456
34457 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
34458
34459         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
34460         symbolic links to files instead of copying/moving.  Add --aux-dir,
34461         specifying directory relative --dir where auxiliary build tools
34462         are placed.
34463
34464 2005-04-14  Bruno Haible  <bruno@clisp.org>
34465
34466         * modules/allocsa (License): Change to LGPL.
34467         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
34468
34469 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
34470
34471         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
34472         that "UTC +1 second" continues to work.  Problem reported
34473         by Dmitry V. Levin.
34474         (relunit_snumber): New rule.
34475         (relunit): Use it.
34476
34477 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
34478
34479         * lib/getdate.y (universal_time_zone_table): New constant.
34480         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
34481         universal_time_zone_table.
34482         (lookup_zone): Prefer universal_time_zone_table to
34483         local_time_zone_table, so that "GMT" time stamps are allowed in
34484         London during the summer.  Problem reported by Ian Abbott.
34485
34486 2005-04-12  Jim Meyering  <jim@meyering.net>
34487
34488         * lib/human.c (humblock): Set *options even when returning due to
34489         xstrtoumax conversion failure.  Thanks to a used-uninitialized
34490         warning from gcc-4.
34491
34492 2005-04-09  Jim Meyering  <jim@meyering.net>
34493
34494         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
34495         -Wuninitialized: initialize tm0.tm_year.
34496
34497 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
34498
34499         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
34500         count, since there's no maximum.  All uses changed.
34501         Add member dsts_seen.
34502         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
34503         not being INT_MAX.
34504         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
34505         Use pc_rels_seen to decide whther a date is absolute.
34506
34507         * lib/getdate.y (number): Don't overwrite year.
34508         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
34509         check.
34510
34511 2005-04-02  Simon Josefsson  <jas@extundo.com>
34512
34513         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
34514         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
34515
34516 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
34517
34518         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
34519         where no absolute path name can be longer than PATH_MAX.
34520
34521 2005-03-27  Jim Meyering  <jim@meyering.net>
34522
34523         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
34524
34525 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
34526
34527         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
34528         "one's complement" -> "ones' complement" in comment, as per Knuth.
34529         "value of type" -> "type or expression" in comment.
34530         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
34531
34532 2005-03-26  Jim Meyering  <jim@meyering.net>
34533
34534         Comment nits.
34535         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
34536         Correct typos: s/or/of/.
34537
34538 2005-03-26  Jim Meyering  <jim@meyering.net>
34539
34540         * modules/check-include-files: Move to ../ and rename to...
34541         * check-module: ...this.
34542
34543 2005-03-25  Jim Meyering  <jim@meyering.net>
34544
34545         * modules/xvasprintf (Files): Add xalloc.h.
34546
34547 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
34548
34549         * modules/gettext (Files): config/config.rpath ->
34550         build-aux/config.rpath
34551         * modules/iconv (Files): Likewise.
34552         Problem reported by Oskar Liljeblad.
34553
34554 2005-03-23  Jim Meyering  <jim@meyering.net>
34555
34556         * modules/check-include-files: New script to check for
34557         missing dependencies, multiple includes, etc.
34558
34559         * modules/c-strtold (Depends-on): Add xalloc.
34560         * modules/c-strtod (Depends-on): Add xalloc.
34561         * modules/hash (Depends-on): Add xalloc.
34562         (Files): Remove lib/xalloc.h.
34563
34564         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
34565         * modules/userspec (Files): Add lib/inttostr.h.
34566
34567 2005-03-23  Jim Meyering  <jim@meyering.net>
34568
34569         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
34570
34571 2005-03-22  Jim Meyering  <jim@meyering.net>
34572
34573         * modules/stat-macros: New module.
34574         * modules/canonicalize, modules/euidaccess, modules/file-type,
34575         * modules/filemode, modules/lchown, modules/makepath,
34576         * modules/rmdir, modules/stat: Depend on new stat-macros module
34577         rather than listing lib/stat-macros.h manually.
34578         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
34579
34580 2005-03-22  Jim Meyering  <jim@meyering.net>
34581
34582         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
34583
34584 2005-03-22  Bruno Haible  <bruno@clisp.org>
34585
34586         * config/srclist.txt: Replace target directory 'config' with
34587         'build-aux'.
34588         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
34589         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
34590         ../build-aux/.
34591
34592 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
34593
34594         * modules/chdir-long (Depends-on): Add mempcpy.
34595
34596         * modules/acl, modules/backupfile, modules/c-strtod,
34597         modules/c-strtold, modules/canon-host, modules/canonicalize,
34598         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
34599         modules/exclude, modules/exitfail, modules/file-type,
34600         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
34601         modules/getdate, modules/getline, modules/getpagesize,
34602         modules/getpass, modules/getugroups, modules/group-member,
34603         modules/hard-locale, modules/hash, modules/human, modules/idcache,
34604         modules/inttostr, modules/long-options, modules/makepath,
34605         modules/md5, modules/memcasecmp, modules/memcoll,
34606         modules/modechange, modules/mountlist, modules/path-concat,
34607         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
34608         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
34609         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
34610         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
34611         modules/strftime, modules/strndup, modules/strverscmp,
34612         modules/timespec, modules/unlocked-io, modules/userspec,
34613         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
34614         modules/yesno:
34615         Remove lib_SOURCES line from Makefile.am section, as this is now
34616         done automatically by the corresponding Autoconf macro.
34617
34618 2005-03-21  Jim Meyering  <jim@meyering.net>
34619
34620         Changes imported from coreutils.
34621
34622         * lib/cycle-check.c: Don't include xalloc.h.
34623
34624         * lib/path-concat.c: Don't include assert.h.
34625         (path_concat): Remove assertion that would have triggered
34626         for ABASE starting with more than one slash.
34627         Reported by Andreas Schwab.
34628
34629         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
34630         properly when ABASE is an absolute file name.
34631         Correct the description of this function.
34632         Include <assert.h>.
34633         Add an assertion and a test driver.
34634         This fixes a bug introduced on 2004-07-02.
34635         Andreas Schwab reported the resulting failure of cp --parents:
34636         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
34637
34638 2005-03-21  Jim Meyering  <jim@meyering.net>
34639
34640         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
34641         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
34642
34643 2005-03-21  Jim Meyering  <jim@meyering.net>
34644         and  Paul Eggert  <eggert@cs.ucla.edu>
34645
34646         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
34647         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
34648         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
34649         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
34650         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
34651         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
34652         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
34653         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
34654         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
34655         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
34656         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
34657         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
34658         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
34659         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
34660         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
34661         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
34662         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
34663         for these modules.
34664
34665 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
34666
34667         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
34668         (which shouldn't happen), generate nothing instead of returning 0
34669         immediately, so that nstrftime (NULL, ...) doesn't return 0.
34670
34671 2005-03-16  Bruno Haible  <bruno@clisp.org>
34672
34673         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
34674         HAVE_LONGLONG_64BIT.
34675
34676 2005-03-16  Bruno Haible  <bruno@clisp.org>
34677
34678         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
34679         HAVE_LONGLONG_64BIT.
34680
34681 2005-03-16  Bruno Haible  <bruno@clisp.org>
34682
34683         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
34684         HAVE_LONGLONG_64BIT.
34685
34686 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
34687
34688         * lib/strftime.c (my_strftime): Prepend space to format so that we can
34689         reliably distinguish strftime failure from empty output on POSIX
34690         hosts.
34691
34692 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
34693
34694         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
34695         (iconv_string): Don't guess a size-zero buffer, as that might cause
34696         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
34697         result would be 'too large', where 'too large' is (heuristically)
34698         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
34699         overflow concerns.  This will prevent some unwanted malloc failures
34700         when the inputs are very large.
34701
34702 2005-03-15  Karl Berry  <karl@gnu.org>
34703
34704         * config/srclist.txt (config.rpath): from gettext.
34705         * config/config.rpath: update.
34706
34707 2005-03-15  Bruno Haible  <bruno@clisp.org>
34708
34709         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
34710         to 'negate'.
34711
34712         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
34713         variable.
34714
34715         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
34716         results.
34717
34718 2005-03-14  Simon Josefsson  <jas@extundo.com>
34719
34720         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
34721         <fx@gnu.org>.
34722
34723 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
34724
34725         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
34726         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
34727         intprops.h.
34728         * lib/strtol.c: Likewise.
34729
34730 2005-03-14  Jim Meyering  <jim@meyering.net>
34731
34732         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
34733         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
34734         to be nonzero so that we (and caller) can detect the difference
34735         between a valid zero-length expansion and an error return, even
34736         when the underlying strftime fails before writing anything into
34737         that location.
34738
34739 2005-03-14  Bruno Haible  <bruno@clisp.org>
34740
34741         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
34742         Update from GNU gettext 0.14.3.
34743
34744 2005-03-10  Jim Meyering  <jim@meyering.net>
34745
34746         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
34747
34748 2005-03-10  Jim Meyering  <jim@meyering.net>
34749
34750         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
34751         so that this module works on systems without fchdir.
34752
34753 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
34754
34755         Factor int-properties macros into a single file, except for
34756         glibc-related files.
34757         * lib/intprops.h: New file.
34758         * lib/getloadavg.c: Include it instead of limits.h.
34759         (INT_STRLEN_BOUND): Remove.
34760         * lib/human.c: Include intprops.h.
34761         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
34762         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
34763         302/1000.
34764         * lib/inttostr.h: Include intprops.h instead of limits.h.
34765         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
34766         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
34767         for consistency with intprops.h.
34768         (time_t_is_integer, twos_complement_arithmetic): Use them.
34769         * lib/sig2str.h: Include <signal.h>, intprops.h.
34770         (INT_STRLEN_BOUND): Remove.
34771         * lib/strftime.c (TYPE_SIGNED): Remove.
34772         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
34773         * lib/strtol.c: Adjust comments to match intprops.h.
34774         * lib/userspec.c: Include intprops.h.
34775         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
34776         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
34777         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
34778         instead of rolling our own expressions.
34779         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
34780
34781         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
34782         instead of int.
34783         (my_strftime): Do not mishandle years close to INT_MAX, by doing
34784         the right thing even if adding 1900 would overflow.  Similarly
34785         for tm_mon + 1 and tm_yday + 1.
34786         Make %Y always equivalent to %C%y, and similarly for %G and %g.
34787         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
34788         (DO_SIGNED_NUMBER): New macro.
34789         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
34790
34791 2005-03-07  Bruno Haible  <bruno@clisp.org>
34792
34793         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
34794
34795 2005-03-07  Bruno Haible  <bruno@clisp.org>
34796
34797         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
34798
34799 2005-03-04  Derek R. Price  <derek@ximbiot.com>
34800
34801         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
34802         (func_import): Only replace files via --import when they have actually
34803         changed.
34804
34805 2005-03-03  Derek R. Price  <derek@ximbiot.com>
34806
34807         * m4/mmap-anon.m4: New file.
34808         * m4/pagealign_alloc.m4: New file.
34809
34810 2005-03-03  Derek R. Price  <derek@ximbiot.com>
34811             Bruno Haible  <bruno@clisp.org>
34812
34813         * modules/pagealign_alloc: New file.
34814         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
34815
34816 2005-03-03  Derek R. Price  <derek@ximbiot.com>
34817             Bruno Haible  <bruno@clisp.org>
34818
34819         * lib/pagealign_alloc.h: New file.
34820         * lib/pagealign_alloc.c: New file.
34821
34822 2005-03-03  Bruno Haible  <bruno@clisp.org>
34823
34824         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
34825         Use an all-permissive copyright notice, recommended by RMS.
34826
34827 2005-03-02  Bruno Haible  <bruno@clisp.org>
34828
34829         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
34830         of AIX, the replacement has to be done only after <string.h> is
34831         included, therefore not in config.h. stpncpy.h does the replacement,
34832         and stpncpy.c uses it.
34833
34834 2005-03-02  Bruno Haible  <bruno@clisp.org>
34835
34836         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
34837         stpncpy.c uses it.
34838
34839 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
34840
34841         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
34842         The workaround isn't strictly needed for POSIX conformance, and
34843         it's too much of a pain to configure and maintain.  We'll ask
34844         people to fix their kernels instead.
34845         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
34846         (NANOSLEEP_BUG_WORKAROUND): Remove.
34847         (xnanosleep): Remove the workaround.
34848
34849 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
34850
34851         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
34852         Reported by Derek Price.
34853         (Include): Add "timespec.h".
34854
34855         * modules/xnanosleep (Depends-on): Remove gethrxtime.
34856
34857 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
34858
34859         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
34860         to detect nanosleep bug.
34861
34862 2005-03-01  Bruno Haible  <bruno@clisp.org>
34863
34864         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
34865
34866 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
34867
34868         * modules/gethrxtime: New file.
34869         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
34870         (Depends-on): Add gethrxtime.
34871         (configure.ac): Add gl_XNANOSLEEP.
34872         (Makefile.am): Remove lib_SOURCES line.
34873
34874 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
34875
34876         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
34877         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
34878
34879 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
34880
34881         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
34882         * lib/timespec.h (gettime): Return void, since it always
34883         succeeds now.  All uses changed.
34884         * lib/gettime.c (gettime) Likewise.
34885         [HAVE_NANOTIME]: Prefer nanotime.
34886         Assume gettimeofday succeeds, as POSIX requires.
34887         Assime time () succeeds, since other code already does.
34888         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
34889         (timespec_subtract): Remove.
34890         (NANOSLEEP_BUG_WORKAROUND): New constant.
34891         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
34892         things considerably.  Use it only on GNU/Linux hosts, since the
34893         workaround shouldn't be needed elsewhere.
34894
34895 2005-02-24  Bruno Haible  <bruno@clisp.org>
34896
34897         * modules/gettext (Files): Add m4/glibc2.m4.
34898
34899 2005-02-24  Bruno Haible  <bruno@clisp.org>
34900
34901         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
34902         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
34903         * m4/progtest.m4:
34904         Update from GNU gettext 0.14.2.
34905         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
34906
34907 2005-02-24  Bruno Haible  <bruno@clisp.org>
34908
34909         * lib/localcharset.c: Update from GNU gettext 0.14.2.
34910         * lib/config.charset: Update from GNU gettext 0.14.2.
34911
34912 2005-02-24  Bruno Haible  <bruno@clisp.org>
34913
34914         * lib/gettext.h: Update from GNU gettext 0.14.2.
34915
34916 2005-02-23  Simon Josefsson  <jas@extundo.com>
34917
34918         * m4/iconvme.m4: New file.
34919
34920 2005-02-23  Jim Meyering  <jim@meyering.net>
34921
34922         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
34923         change.
34924         Thanks to Bruno Haible for catching it.
34925
34926 2005-02-22  Simon Josefsson  <jas@extundo.com>
34927
34928         * modules/iconvme: New file.
34929
34930         * MODULES.html.sh: Add iconvme.
34931
34932 2005-02-22  Simon Josefsson  <jas@extundo.com>
34933
34934         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
34935
34936 2005-02-22  Simon Josefsson  <jas@extundo.com>
34937
34938         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
34939
34940 2005-02-22  Jim Meyering  <jim@meyering.net>
34941
34942         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
34943         s/ifndef/ifdef/.
34944
34945 2005-02-20  Neil Conway  <neilc@samurai.com>
34946
34947         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
34948         returned by OSX/Darwin if the specified buffer is not large
34949         enough for the hostname.
34950
34951 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
34952
34953         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
34954         pass it to _help, otherwise the latter coredumps trying to
34955         dereference state.root_argp.
34956
34957 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
34958
34959         * modules/chdir-long (Depends-on): Add memrchr.
34960         * modules/memrchr (Files): Add lib/memrchr.h.
34961         (Include): "memrchr.h".
34962
34963 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
34964
34965         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
34966
34967 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
34968
34969         * lib/memrchr.h: New file.
34970         * lib/chdir-long.c: Include it.
34971         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
34972         Don't bother including stddef.h.
34973
34974 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
34975
34976         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
34977         inclusion.
34978         Include <sys/types.h>, for dev_t.
34979         (ME_DUMMY, ME_REMOTE): Move from here....
34980         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
34981         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
34982         Dmitry V. Levin.
34983         Include mountlist.h first, to test the interface.
34984
34985 2005-01-29  Bruno Haible  <bruno@clisp.org>
34986
34987         * lib/progname.c (program_name): Initialize.
34988         Needed when linking statically on MacOS X.
34989
34990 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
34991
34992         Sync from coreutils.
34993         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
34994         (Depends-on): Add c-strtod.
34995         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
34996
34997 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
34998
34999         Sync from coreutils.
35000         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
35001
35002         Remove files that are specific to coreutils.
35003         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
35004
35005 2005-01-28  Bruno Haible  <bruno@clisp.org>
35006
35007         * modules/javacomp: New file.
35008         * MODULES.html.sh (Java): Add javacomp.
35009
35010 2005-01-28  Bruno Haible  <bruno@clisp.org>
35011
35012         * m4/javacomp.m4: New file, from GNU gettext.
35013
35014 2005-01-28  Bruno Haible  <bruno@clisp.org>
35015
35016         * lib/javacomp.sh.in: New file, from GNU gettext.
35017         * lib/javacomp.h: New file, from GNU gettext.
35018         * lib/javacomp.c: New file, from GNU gettext.
35019
35020 2005-01-26  Simon Josefsson  <jas@extundo.com>
35021
35022         * lib/gai_strerror.c: Use GPL in header.
35023
35024 2005-01-26  Bruno Haible  <bruno@clisp.org>
35025
35026         * modules/javaexec: New file.
35027         * MODULES.html.sh (Java): Add javaexec.
35028
35029 2005-01-26  Bruno Haible  <bruno@clisp.org>
35030
35031         * m4/javaexec.m4: New file, from GNU gettext.
35032
35033 2005-01-26  Bruno Haible  <bruno@clisp.org>
35034
35035         * lib/javaexec.sh.in: New file, from GNU gettext.
35036         * lib/javaexec.h: New file, from GNU gettext.
35037         * lib/javaexec.c: New file, from GNU gettext.
35038
35039 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
35040
35041         * modules/lchown (Depends-on): Remove lchown.h
35042
35043 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
35044
35045         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
35046         must be defined if the header file was not found, in order
35047         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
35048
35049 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
35050
35051         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
35052         initializers for struct pentry_state.
35053         (__argp_error): Check return value of __asprintf
35054         (__argp_failure): Translate error message
35055
35056         * lib/argp-parse.c: Removed braces around the expansion of N_()
35057
35058 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
35059
35060         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
35061         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
35062         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
35063         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
35064         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
35065         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
35066         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
35067         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
35068         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
35069         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
35070         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
35071         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
35072         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
35073         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
35074         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
35075         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
35076         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
35077         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
35078         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
35079         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
35080         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
35081         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
35082         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
35083         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
35084         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
35085         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
35086         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
35087         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
35088         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
35089         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
35090         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
35091         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
35092         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
35093         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
35094         xstrtol.m4, xstrtoumax.m4, yesno.m4:
35095         Use an all-permissive copyright notice, recommended by RMS.
35096
35097 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
35098
35099         * modules/chdir-long (Depends-on): Remove mempcpy.
35100
35101 2005-01-21  Jim Meyering  <jim@meyering.net>
35102
35103         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
35104         same value as for Solaris 9.
35105
35106         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
35107         component length.  This included changing the parameter to be
35108         of type `char *' rather than `char const *'.
35109         * lib/chdir-long.h (chdir_long): Update prototype.
35110
35111         * lib/openat.c (fdopendir, fstatat): New functions.
35112         * lib/openat.h: Include headers required for use of DIR and struct
35113         stat.
35114         [AT_SYMLINK_NOFOLLOW]: Define.
35115         (fdopendir, fstatat): Add prototypes.
35116
35117 2005-01-21  Bruno Haible  <bruno@clisp.org>
35118
35119         * modules/classpath: New file.
35120         * MODULES.html.sh (Java): Add classpath.
35121
35122 2005-01-21  Bruno Haible  <bruno@clisp.org>
35123
35124         * lib/classpath.h: New file, from GNU gettext.
35125         * lib/classpath.c: New file, from GNU gettext.
35126
35127 2005-01-20  Simon Josefsson  <jas@extundo.com>
35128
35129         * modules/version-etc-fsf: New file.
35130
35131 2005-01-20  Simon Josefsson  <jas@extundo.com>
35132
35133         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
35134         * lib/version-etc.c: Remove version_etc_copyright.
35135         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
35136         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
35137
35138 2005-01-20  Simon Josefsson  <jas@extundo.com>
35139
35140         * lib/base64.h (isbase64): Add.
35141
35142         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
35143         using a unsigned prototype, don't inline.
35144         (base64_decode): Use it.
35145
35146 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
35147
35148         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
35149         it.
35150
35151 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
35152
35153         * lib/save-cwd.c (save_cwd): Remove code to support the case
35154         where fchdir is missing or flaky.
35155
35156 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
35157
35158         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
35159
35160 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
35161
35162         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
35163         AC_LIBSOURCES now does this.
35164         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
35165         with new ullong_max module.
35166
35167 2005-01-19  Bruno Haible  <bruno@clisp.org>
35168
35169         * modules/sh-quote: New file.
35170         * MODULES.html.sh (Executing programs): Add sh-quote.
35171
35172 2005-01-19  Bruno Haible  <bruno@clisp.org>
35173
35174         * lib/sh-quote.h: New file, from GNU gettext.
35175         * lib/sh-quote.c: New file, from GNU gettext.
35176
35177 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
35178
35179         Merge from coreutils.
35180         * m4/ullong_max.m4: New file.
35181         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
35182         (gl_MACROS): Assume localeconv exists.
35183
35184 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
35185
35186         Merge changes from coreutils, as described below in several
35187         changelogs dated today.
35188
35189         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
35190         (O_DIRECTORY): Remove; not needed here, since "." must be
35191         a directory.  All uses removed.
35192         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
35193         universal on Suns, and we also need to test for IRIX.
35194         Revamp code to use 'if' rather than '#if'.
35195         Avoid unnecessary comparison of cwd->desc to 0.
35196
35197         * lib/utimens.c (futimens): Robustify the previous patch, by checking
35198         for known valid error numbers rather than observed invalid ones.
35199
35200 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
35201
35202         * modules/ullong_max: New file.
35203
35204         * modules/chdir-long, modules/openat: New files.
35205         * modules/save-cwd (Depends-on): Depend on chdir-long.
35206         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
35207
35208 2005-01-18  Jim Meyering  <jim@meyering.net>
35209
35210         Merge from coreutils.
35211         * m4/chdir-long.m4, m4/openat.m4: New files.
35212         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
35213         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
35214         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
35215         is sane and DOES follow symlinks.  Besides, testing 20 different
35216         systems found no broken chown implementations.
35217         Prompted by a change in rsync's copy of this macro.
35218         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
35219
35220         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
35221
35222         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
35223         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
35224         NULL-means-set-to-current-time semantics.
35225         Remove temporary file immediately, rather than waiting
35226         for configure's at-exit trap code to do it.
35227
35228 2005-01-18  Jim Meyering  <jim@meyering.net>
35229
35230         * lib/version-etc.c (version_etc_copyright): Update copyright date.
35231
35232         * lib/utimens.c (futimens): Account for the fact that futimes
35233         can also fail with errno == ENOSYS or errno == ENOENT.
35234         Patch from Dmitry V. Levin.
35235
35236         Change the name of the robust chdir function from chdir to chdir_long.
35237         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
35238         (restore_cwd): Use chdir_long, not chdir.
35239         * lib/chdir-long.c: Renamed from chdir.c.
35240         * lib/chdir-long.h: Renamed from chdir.h.
35241         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
35242         Hurd.
35243
35244 2005-01-18  Bruno Haible  <bruno@clisp.org>
35245
35246         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
35247         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
35248         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
35249         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
35250         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
35251         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
35252         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
35253         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
35254         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
35255         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
35256         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
35257         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
35258         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
35259         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
35260         Use an all-permissive copyright notice, recommended by RMS.
35261
35262 2005-01-18  Bob Proulx  <bob@proulx.com>
35263
35264         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
35265         simplify offsetof() macro construct to avoid compile failure with
35266         native HP-UX 11.0 ANSI C compiler.
35267
35268 2005-01-17  Bruno Haible  <bruno@clisp.org>
35269
35270         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
35271         redundant because stpncpy.m4 takes care of it.
35272
35273 2005-01-17  Bruno Haible  <bruno@clisp.org>
35274
35275         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
35276
35277 2005-01-17  Bruno Haible  <bruno@clisp.org>
35278
35279         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
35280         used.
35281
35282 2005-01-17  Bruno Haible  <bruno@clisp.org>
35283
35284         * lib/fwriteerror.h (fwriteerror): Change specification to include
35285         fclose.
35286         * lib/fwriteerror.c: Include <stdbool.h>.
35287         (fwriteerror): At the end, close the file stream. Record whether
35288         stdout was already closed.
35289
35290 2005-01-17  Bruno Haible  <bruno@clisp.org>
35291
35292         * lib/execute.c (environ): Declare if needed.
35293         * lib/pipe.c (environ): Likewise.
35294         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
35295
35296 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
35297
35298         * modules/argp: Depend on vsnprintf
35299
35300 2005-01-10  Jim Meyering  <jim@meyering.net>
35301
35302         * modules/closeout (Depends-on): Add atexit.
35303
35304 2005-01-06  Bruno Haible  <bruno@clisp.org>
35305
35306         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
35307
35308 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
35309
35310         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
35311         definitions to be after all include files, to avoid collisions.
35312         Problem reported by Bob Proulx.
35313
35314 2005-01-04  Jim Meyering  <jim@meyering.net>
35315
35316         Changes imported from coreutils.
35317         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
35318         as the mkstemp template, use a temporary directory and an
35319         8.3-friendly template to avoid trouble on systems like DJGPP.
35320         Reported by Juan M. Guerrero via Stepan Kasal.
35321         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
35322         close. Remove the temporary directory right away, rather than waiting
35323         for configure's at-exit trap code to do it.
35324         Suggestion from Stepan Kasal.
35325
35326 2005-01-01  Simon Josefsson  <jas@extundo.com>
35327
35328         * gnulib-tool: Print #include directives when --import'ing.
35329
35330 2004-12-28  Simon Josefsson  <jas@extundo.com>
35331
35332         * tests/test-base64.c: Include required header files.  Remove
35333         unused variables.
35334
35335 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
35336
35337         * modules/error (Depends-on): Remove gettext.
35338
35339 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
35340
35341         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
35342         not needed.  This removes a dependency on the gettext module.
35343         [defined _LIBC]: Do not include <libintl.h>; not needed.
35344
35345 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
35346
35347         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
35348         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
35349
35350 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
35351
35352         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
35353         HAVE_DECL_STRTOLD.
35354
35355 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
35356
35357         * modules/getdate (Depends-on): Remove alloca-opt.
35358
35359 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
35360
35361         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
35362
35363 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
35364
35365         * lib/argp-parse.c: Include <stddef.h>.
35366         (alignof, alignto): New macros.
35367         (parser_init): Don't assume that void * is aligned sufficiently
35368         for struct option.
35369
35370         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
35371         need to extend the stack.
35372         (YYINITDEPTH): New macro, so that the initial stack isn't overly
35373         large.
35374
35375 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
35376
35377         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
35378
35379 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
35380
35381         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
35382         (2004-10-24) change.  Apparently this was a false alarm.
35383
35384         * modules/getdate: Depend on alloca-opt, not alloca.
35385
35386 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
35387
35388         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
35389         Remove now-obsolete comment about AIX.
35390         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
35391         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
35392         (YYMAXDEPTH): New macro.
35393
35394 2004-12-18  Simon Josefsson  <jas@extundo.com>
35395
35396         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
35397
35398 2004-12-18  Bruno Haible  <bruno@clisp.org>
35399
35400         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
35401
35402 2004-12-18  Bruno Haible  <bruno@clisp.org>
35403
35404         * lib/fatal-signal.c (fatal_signals): Make non-const.
35405         (init_fatal_signals): New function.
35406         (uninstall_handlers, install_handlers): Ignore signals that were set to
35407         SIG_IGN.
35408         (at_fatal_signal): Call init_fatal_signals.
35409         (init_fatal_signal_set): Likewise. Ignore signals that were set to
35410         SIG_IGN.
35411         Reported by Paul Eggert.
35412
35413 2004-12-18  Bruno Haible  <bruno@clisp.org>
35414
35415         * doc/alloca.texi: New file.
35416         * doc/alloca-opt.texi: New file.
35417
35418 2004-12-17  Jim Meyering  <jim@meyering.net>
35419
35420         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
35421         Otherwise, install-sh could exit with improper exit status when
35422         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
35423
35424 2004-12-16  Simon Josefsson  <jas@extundo.com>
35425
35426         * tests/test-base64.c: Add license.
35427
35428 2004-12-15  Stepan Kasal  <address@hidden>
35429
35430         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
35431
35432 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
35433
35434         * modules/getcwd (Files): Add m4/d-ino.m4.
35435         Suggested by Mark D. Baushke.
35436
35437 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
35438
35439         * lib/getdate.y (textint): New member "negative".
35440         (time_zone_hhmm): New function.
35441         Expect 14 shift-reduce conflicts, not 13.
35442         (o_colon_minutes): New rule.
35443         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
35444         (yylex): Set the "negative" member of signed numbers.
35445
35446 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
35447
35448         * doc/getdate.texi (Time of day items, Time zone items):
35449         Describe new formats +00:00, UTC+00:00.
35450
35451 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
35452
35453         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
35454         spurious "-l"s.  Problem reported by Stepan Kasal.
35455
35456 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
35457
35458         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
35459         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
35460
35461 2004-12-04  Simon Josefsson  <jas@extundo.com>
35462
35463         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
35464         Vandoorselaere <yoann@prelude-ids.org>.
35465
35466 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
35467
35468         Changes imported from coreutils.
35469         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
35470         exist.
35471         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
35472
35473 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
35474
35475         Changes imported from coreutils.
35476         * lib/hard-locale.c: Assume <locale.h> exists.
35477         Include "strdup.h".
35478         (GLIBC_VERSION): New macro.
35479         (hard_locale): Assume setlocale exists.
35480         Rewrite to avoid #ifdef.
35481         Use strdup rather than malloc + strcpy.
35482         * lib/human.c: Assume <locale.h> exists.
35483         (human_readable): Assume localeconv exists.
35484
35485 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
35486
35487         * modules/hard-locale (Depends-on): Add strdup.
35488
35489 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
35490
35491         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
35492         convert T2, not T.  (Imported from libc.)
35493
35494 2004-11-30  Simon Josefsson  <jas@extundo.com>
35495
35496         * modules/restrict (License): Change to LGPL.
35497
35498 2004-11-30  Simon Josefsson  <jas@extundo.com>
35499
35500         * m4/restrict.m4: Add copyright and copying conditions.
35501
35502 2004-11-30  Simon Josefsson  <jas@extundo.com>
35503
35504         * m4/base64.m4: New file.
35505
35506 2004-11-30  Simon Josefsson  <jas@extundo.com>
35507
35508         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
35509         base64.
35510
35511         * tests/test-base64.c: New file.
35512
35513         * modules/base64: New file.
35514
35515 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
35516
35517         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
35518         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
35519
35520         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
35521
35522 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
35523
35524         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
35525         (__getcwd.c): Don't restore errno; glibc doesn't.
35526         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
35527         first, falling back to our code only if its results look suspicious.
35528         Ensure that the resulting buffer is only as large as necessary.
35529
35530         * lib/readutmp.c: Include readutmp.h first.
35531         Include <errno.h>, since readutmp.h no longer does that.
35532         * lib/readutmp.h: Don't include <errno.h>,
35533         <sys/param.h>, <time.h>; not needed to establish interface.
35534         (errno): Remove decl.
35535         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
35536         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
35537         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
35538
35539 2004-11-28  Simon Josefsson  <jas@extundo.com>
35540
35541         * lib/base64.h, base64.c: New file.
35542
35543 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
35544
35545         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
35546
35547 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
35548
35549         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
35550         (Depends-on): Remove pathmax, same.  Add mempcpy.
35551         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
35552         (Makefile.am): Append getcwd.h to lib_SOURCES.
35553         (Include): Add getcwd.h.
35554         (Maintainer): Change from Jim Meyering to "all, glibc",
35555         since getdate now uses intended-for-glibc code.
35556         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
35557         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
35558
35559 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
35560
35561         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
35562         HP's ANSI C compiler.
35563         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
35564         Declaring int functions causes warnings on some modern systems and
35565         shouldn't be needed to compile on ancient ones.
35566         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
35567         defined.
35568
35569         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
35570         with the following changes.
35571         (__set_errno): Parenthesize properly.
35572         Include <stdbool.h>.
35573         (MIN, MAX, MATCHING_INO): New macros.
35574         (__getcwd): Define with prototype, not K&R form.
35575         Use heuristics to allocate default buffer on stack if possible.
35576         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
35577         behavior, and to avoid the PATH_MAX limit when computing
35578         ../../../../...
35579         Use MATCHING_INO to compare inode number to file.
35580         Check for arithmetic overflow in size calculations.
35581         Fix bug in reallocation of dot array that caused getcwd to fail
35582         on directories nested deeper than 75.
35583         Be more careful about saving errno on error.
35584         Do not use realloc; use only free+malloc, as this is a bit
35585         more flexible and avoids a needless copy operation.
35586         Do not inspect st_dev and st_ino for symbolic links; POSIX
35587         doesn't specify the latter.
35588         Check for closedir errors.
35589         Avoid needless casts.
35590         Use "#ifdef weak_alias" around weak_alias, to be like other
35591         glibc code.
35592         The following changes to getcwd.c have effect only when used in
35593         gnulib; they have no effect inside glibc proper.
35594         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
35595         as alloca isn't used.
35596         (alloca, __alloca): Likewise.
35597         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
35598         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
35599         unconditionally, as gnulib assumes C89 or better.
35600         Do not include <sys/param.h>.
35601         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
35602         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
35603         better.
35604         (NULL) [!defined NULL]: Remove; we assume C89 or better.
35605         Include <dirent.h> in a way that is compatible with modern Autoconf.
35606         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
35607         New macros, if not already defined.
35608         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
35609         Use "_LIBC", not "defined _LIBC", for consistency.
35610         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
35611         a mempcpy module.
35612         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
35613         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
35614         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
35615         credit only to Jim Meyering and adjust the copyright dates.
35616         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
35617         <stdlib.h>, <unistd.h>, "pathmax.h".
35618         Instead, include "xgetcwd.h" (first) and "getcwd.h".
35619         (INITIAL_BUFFER_SIZE): Remove.
35620         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
35621
35622 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
35623
35624         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
35625         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
35626         Use the _ONCE methods, for efficiency.
35627         Check for fcntl.h.  In test program, include <errno.h>
35628         and <fcntl.h> if available.  Remove old K&R cruft from
35629         test program.  Check for common errors in GNU/Linux,
35630         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
35631         don't do AC_LIBOBJ, as that's getcwd.m4's job.
35632         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
35633         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
35634         name accordingly.
35635         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
35636         accommodate new getcwd.c.
35637         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
35638         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
35639         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
35640         that's all we need now.
35641
35642 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
35643
35644         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
35645         argp-parse.c depends on getopt internals, that means we should
35646         always use our getopt, to be on the safe side.
35647         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
35648         order not to spoil the result of an eventual previous invocation
35649         of gl_GETOPT_SUBSTITUTE.
35650
35651 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
35652
35653         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
35654         redefinition warnings. To avoid them, include the defines
35655         in `#if !defined __need_getopt ... #endif'. The only place
35656         where __getopt_argv_const is used is in definitions
35657         of getopt_long and getopt_long_only below, which are as well
35658         protected by `#ifndef __need_getopt'.
35659         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
35660         __need_getopt after including <stdio.h> and <unistd.h> These
35661         headers might have defined it.
35662
35663 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
35664
35665         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
35666
35667 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
35668
35669         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
35670         (futimens): New function, which uses futimes if available.
35671         (futimens, utimens): Support timespec==NULL, with same semantics
35672         as utime and utimens.
35673         * lib/utimens.h (futimens): New decl.
35674
35675 2004-11-23  Jim Meyering  <jim@meyering.net>
35676
35677         * lib/getopt_.h: Remove trailing blanks.
35678
35679 2004-11-23  Jim Meyering  <jim@meyering.net>
35680
35681         * lib/__fpending.c: Add comment.
35682
35683 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
35684
35685         * modules/canonicalize (Depends-on): Add xreadlink.
35686         Problem reported by James Youngman.
35687
35688 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
35689
35690         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
35691         New macros.
35692         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
35693         optopt): Use them instead of invoking ## directly; otherwise, the
35694         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
35695
35696 2004-11-19  Bruno Haible  <bruno@clisp.org>
35697
35698         * lib/strtok_r.c: Move comments from here...
35699         * lib/strtok_r.h: ... to here.
35700
35701 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
35702
35703         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
35704         implementations that mishandle size_t overflow.
35705
35706 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
35707
35708         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
35709         might fail.  Problem reported by Yoann Vandoorselaere.
35710         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
35711         implementations that mishandle size_t overflow.
35712
35713 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
35714
35715         * modules/canon-host (Depends-on): Add strdup.
35716
35717 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
35718
35719         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
35720
35721 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
35722
35723         * lib/canon-host.c: Include "strdup.h".
35724         (canon_host): Use getaddrinfo if available, so that IPv6 works.
35725         Use strdup instead of malloc/strcpy to duplicate strings.
35726
35727         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
35728         (human_space_before_unit): New constant.
35729         * lib/human.c (human_readable): Support it.
35730
35731         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
35732         (xgetcwd): Set errno correctly when failing.
35733         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
35734         the failure is actually due to a PATH_MAX problem.
35735
35736         Further getopt changes to make it more likely that glibc will
35737         buy the changes back.
35738         * lib/getopt.c (POSIXLY_CORRECT): New constant.
35739         (getopt): Use it, so to preserve glibc semantic
35740         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
35741         when compiling for libc.
35742         * lib/getopt_.h (__getopt_argv_const): Bring it back.
35743         (getopt_long, getopt_long_only): Use it.
35744
35745         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
35746         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
35747         (getopt): Argv is now char * const *, as per standard.
35748         (_getopt_internal_r, _getopt_internal): Argv is now char **,
35749         not char *__getopt_argv_const *.
35750         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
35751         _getopt_long_only_r): Likewise.
35752         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
35753         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
35754         _getopt_long_r, _getopt_long_only_r): Likewise.
35755         * lib/getopt_.h (__getopt_argv_const): Remove.
35756         (getopt): Argv is now char * const *, as per standard.
35757
35758         * lib/getdate.y (tORDINAL): New token.
35759         (day, relunit): Allow it for relative times.
35760         (relative_time_table): Use tORDINAL for ordinals.
35761
35762 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
35763
35764         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
35765         Document that "second" isn't allowed as an ordinal number.
35766
35767 2004-11-16  Jim Meyering  <jim@meyering.net>
35768
35769         * modules/closeout (Depends-on): Add fpending.
35770
35771 2004-11-15  Jim Meyering  <jim@meyering.net>
35772
35773         * lib/closeout.c: Include "__fpending.h" once again.
35774         Include <stdbool.h>.
35775         (close_stdout): Don't fail just because stdout was closed initially,
35776         since some programs don't write to stdout in the normal course of
35777         operation (other than --version and --help), and we don't want this
35778         function to make e.g. `touch file >&-' fail.
35779         But do fail if it was closed and someone has tried to write to it.
35780         E.g., `printf foo >&-' must fail.
35781
35782 2004-11-13  Jim Meyering  <jim@meyering.net>
35783
35784         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
35785
35786 2004-11-12  Simon Josefsson  <jas@extundo.com>
35787
35788         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
35789         small doc fix is still pending.
35790
35791 2004-11-11  Simon Josefsson  <jas@extundo.com>
35792
35793         * modules/strtok_r: New file.
35794
35795         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
35796         strtok_r.
35797
35798 2004-11-11  Simon Josefsson  <jas@extundo.com>
35799
35800         * m4/strtok_r.m4: New file.
35801
35802         * m4/getopt.m4: Replace opterr.
35803
35804 2004-11-11  Simon Josefsson  <jas@extundo.com>
35805
35806         * lib/strtok_r.h, strtok_r.c: New file.
35807
35808 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
35809
35810         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
35811         of replacing opterr, getopt, etc.  This should handle the
35812         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
35813
35814 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
35815
35816         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
35817         we can stop lying to compilers about the constness of argv when we
35818         are compiled outside glibc.
35819         (getopt, getopt_long, getopt_long_only): Use it.
35820         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
35821         _getopt_internal, getopt): Likewise.
35822         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
35823         _getopt_long_only_r): Likewise.
35824         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
35825         _getopt_long_r, _getopt_long_only_r): Likewise.
35826
35827         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
35828         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
35829         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
35830         the other external symbols.
35831         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
35832         declaration, since the above renaming now works around collisions.
35833
35834 2004-11-11  Jim Meyering  <jim@meyering.net>
35835
35836         * lib/linebreak.c: Remove trailing blanks.
35837         * lib/alloca_.h: Likewise.
35838         * lib/acosl.c: Likewise.
35839         * lib/euidaccess.c: Likewise.
35840         * lib/allocsa.h: Likewise.
35841
35842 2004-11-10  Simon Josefsson  <jas@extundo.com>
35843
35844         * m4/getaddrinfo.m4: New file.
35845
35846 2004-11-10  Simon Josefsson  <jas@extundo.com>
35847
35848         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
35849
35850 2004-11-10  Simon Josefsson  <jas@extundo.com>
35851
35852         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
35853         getaddrinfo.
35854
35855         * modules/getaddrinfo: New file.
35856
35857 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
35858
35859         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
35860
35861 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
35862
35863         * lib/mktime.c (SHR): New macro, which is a portable
35864         substitute for >> that should work even on Crays.
35865         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
35866         Problem reported by Mark D. Baushke in
35867         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
35868         * lib/getdate.y (SHR): Likewise.
35869         (tm_diff): Use it.
35870         * lib/strftime.c (SHR): Likewise.
35871         (tm_diff): Use it.
35872         * lib/quotearg.c (struct quoting_options): Use unsigned int for
35873         quote_these_too, so that right shifts are well defined.  All uses
35874         changed.
35875
35876 2004-11-10  Jim Meyering  <jim@meyering.net>
35877
35878         Ensure that no close failure goes unreported.
35879         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
35880         return early when it seems there's nothing to flush.
35881         Don't include __fpending.h.
35882
35883 2004-11-10  Jim Meyering  <jim@meyering.net>
35884
35885         * modules/closeout (Depends-on): Remove fpending.
35886
35887 2004-11-10  Jim Meyering  <jim@meyering.net>
35888
35889         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
35890
35891 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
35892
35893         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
35894         gl_FUNC_STRFTIME.
35895         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
35896         and AC_REQUIRE when possible, to avoid duplicate checks.
35897         Check for <wchar.h>.
35898
35899 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
35900
35901         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
35902
35903 2004-11-09  Bruno Haible  <bruno@clisp.org>
35904
35905         * m4/sockpfaf.m4: New file.
35906
35907 2004-11-05  Bruno Haible  <bruno@clisp.org>
35908
35909         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
35910         Reported by Mark D. Baushke <mdb@cvshome.org>.
35911
35912 2004-11-04  Bruno Haible  <bruno@clisp.org>
35913
35914         2004-09-11  Bruno Haible  <bruno@clisp.org>
35915                 * allocsa.valgrind: New file.
35916         2004-02-06  Bruno Haible  <bruno@clisp.org>
35917                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
35918                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
35919                 Reported by Christopher Seip <chris.seip@hp.com>.
35920
35921 2004-11-04  Bruno Haible  <bruno@clisp.org>
35922
35923         * modules/allocsa (Files): Add lib/allocsa.valgrind.
35924         (Makefile.am): Distribute it.
35925
35926 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
35927
35928         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
35929         with errno == ERANGE if the buffer is too small.
35930         Problem reported by Mark D. Baushke.
35931
35932 2004-11-03  Albert Chin  <china@thewrittenword.com>
35933             Paul Eggert  <eggert@cs.ucla.edu>
35934
35935         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
35936         equivalent, substitute $ac_type for equivalent type rather than
35937         blindly using uint32_t *always* which won't work if uint32_t is not
35938         available.  Define _UINT32_T to work around typedef of uint32_t if
35939         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
35940         2.5.1.
35941
35942 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
35943
35944         * m4/jm-macros.m4: Sync from coreutils.
35945         (gl_MACROS): Check for mbrlen, for pathchk.
35946         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
35947
35948 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
35949
35950         * lib/xreadlink.c (MAXSIZE): New macro.
35951         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
35952         size does not exceed MAXSIZE.  Avoid cast.
35953         As suggested by Mark D. Baushke in
35954         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
35955         if readlink fails with buffer size just under MAXSIZE, try again
35956         with MAXSIZE.
35957
35958 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
35959
35960         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
35961
35962 2004-11-02  Derek R. Price  <derek@ximbiot.com>
35963         and  Paul Eggert  <eggert@cs.ucla.edu>
35964
35965         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
35966         (get_date): Overparenthesize to avoid GCC warning.
35967
35968 2004-11-02  Bruno Haible  <bruno@clisp.org>
35969
35970         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
35971         returns void.
35972
35973 2004-11-02  Bruno Haible  <bruno@clisp.org>
35974
35975         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
35976         function returns void.
35977
35978 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
35979
35980         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
35981         fflush_unlocked, flockfile, funlockfile, funlockfile,
35982         fputs_unlocked, putc_unlocked.
35983
35984 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
35985
35986         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
35987         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
35988         already declared.
35989
35990 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
35991
35992         * modules/getdate (Files): Add doc/getdate.texi.
35993         (Depends-on): Add setenv, xalloc.
35994
35995 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
35996
35997         * lib/getdate.y: Add support for TZ="foo" within a date string.
35998         Fix some bugs near time_t boundaries.  Reject dates with
35999         out-of-range components, e.g., "Sept 31".
36000         Include <stdlib.h>, "setenv.h", "xalloc.h".
36001         (ISDIGIT_LOCALE): Remove; unused.
36002         Note that the TZ and time functions used here are not reentrant.
36003         (mktime_ok, get_tz): New functions.
36004         (TZBUFSIZE): New constant.
36005         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
36006         This requires that we sometimes generate our own TZ="XXX..." setting.
36007
36008 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
36009
36010         * doc/getdate.texi: New file, from coreutils with modifications for
36011         the new TZ parsing.
36012
36013 2004-10-27  Derek R. Price  <derek@ximbiot.com>
36014
36015         * lib/mktime.c (not_equal_tm): Remove redundant check.
36016
36017 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
36018
36019         * modules/regex (lib_SOURCES): Add regex.c.
36020         Reported by James Youngman in
36021         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
36022
36023 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
36024
36025         * lib/getdate.y: Use Bison 1.875 features, and some minor
36026         code cleanups.  This change does not affect semantics.
36027         Don't include <stdlib.h>; no longer needed.
36028         Don't include unlocked-io.h; only the "#if TEST" code uses
36029         stdio, and performance isn't crucial there.
36030         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
36031         Bison 1.875 features as described below.
36032         All uses of "PC." replaced by "pc->".
36033         (YYSTYPE): Add a forward declaration.
36034         (yylex, yyerror): Use full prototypes in forward decls.
36035         Use "%pure-parser" rather than obsolescent "%pure_parser".
36036         Use %parse-param and %lex-param instead of obsolescent
36037         YYPARSE_PARAM and YYLEX_PARAM.
36038         (meridian_table, month_and_day_table, time_units_table,
36039         relative_time_table, time_zone_table, military_table,
36040         lookup_zone, lookup_word, get_date):
36041         Use NULL instead of 0 where appropriate.
36042         (to_hour): Avoid abort (), to avoid a dependency on
36043         stdlib.h.
36044         (yyerror, yylex): Now accepts parser_control * arg.
36045         (main) [TEST]: Use '\0' rather than 0 for char.
36046
36047 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
36048
36049         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
36050
36051 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
36052
36053         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
36054         It's now the caller's responsibility to handle the case where
36055         !HAVE_GETPAGESIZE && !defined getpagesize.
36056
36057         * lib/mktime.c (leapyear): Arg is long int, not int.
36058
36059 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
36060
36061         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
36062
36063 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
36064
36065         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
36066         missing.  Problem reported by James Youngman.
36067
36068 2004-10-16  Simon Josefsson  <jas@extundo.com>
36069
36070         * gnulib-tool: Fix comments.  Fix parse problem.
36071         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
36072
36073 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
36074
36075         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
36076         implementation of getopt_long.  Problem reported by Alexander Taler in:
36077         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
36078
36079 2004-10-15  Bruno Haible  <bruno@clisp.org>
36080
36081         * gnulib-tool: Untabify. Initialize supplied_libname.
36082         (func_usage): More homogenous output.
36083         (func_modules_transitive_closure, func_modules_to_filelist,
36084         func_emit_lib_Makefile_am): New functions.
36085         (func_import): New function, extracted from big case statement. Use
36086         func_get_license, func_modules_transitive_closure,
36087         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
36088         opt_lgpl. Don't use test -a, as it's not portable.
36089         (func_create_testdir): Use func_modules_transitive_closure,
36090         func_modules_to_filelist, func_emit_lib_Makefile_am.
36091
36092 2004-10-15  Bruno Haible  <bruno@clisp.org>
36093
36094         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
36095
36096 2004-10-15  Bruno Haible  <bruno@clisp.org>
36097
36098         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
36099         the portions belonging to each module.
36100         Suggested by Derek Robert Price <derek@ximbiot.com>.
36101
36102 2004-10-12  Simon Josefsson  <jas@extundo.com>
36103
36104         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
36105         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
36106         to real functions.
36107
36108 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
36109
36110         * modules/vsnprintf: New file.
36111
36112 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
36113
36114         * m4/vsnprintf.m4: New file.
36115
36116 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
36117
36118         * lib/vsnprintf.h: New file.
36119         * lib/vsnprintf.c: New file.
36120
36121 2004-10-11  Bruno Haible  <bruno@clisp.org>
36122
36123         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
36124         vsnprintf.
36125
36126 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
36127
36128         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
36129
36130 2004-10-07  Bruno Haible  <bruno@clisp.org>
36131
36132         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
36133         fits into the provided buffer.
36134
36135 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
36136
36137         * lib/diacrit.c, diacrit.h: Add GPL notice.
36138
36139         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
36140         notice.
36141         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
36142         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
36143         This avoids a potential constant-folding bug.
36144
36145 2004-10-05  Bruno Haible  <bruno@clisp.org>
36146
36147         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
36148         for the declaration of strsep.
36149
36150 2004-10-05  Bruno Haible  <bruno@clisp.org>
36151
36152         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
36153
36154 2004-10-04  Simon Josefsson  <jas@extundo.com>
36155
36156         * modules/memmem: New file.
36157         * tests/test-memmem.c: New file.
36158         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
36159
36160 2004-10-04  Simon Josefsson  <jas@extundo.com>
36161
36162         * m4/memmem.m4: New file.
36163
36164 2004-10-04  Simon Josefsson  <jas@extundo.com>
36165
36166         * lib/memmem.h: New file.
36167         * lib/memmem.c: New file, taken from glibc.
36168
36169 2004-10-04  Simon Josefsson  <jas@extundo.com>
36170
36171         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
36172         '#ifdef USE_UNLOCKED_IO'.
36173
36174 2004-10-04  Simon Josefsson  <jas@extundo.com>
36175
36176         * config/srclist.txt: Add memmem from glibc.
36177
36178 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
36179
36180         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
36181
36182         * modules/argmatch, modules/argp, modules/closeout, modules/error,
36183         modules/exclude, modules/getdate, modules/getline,
36184         modules/getndelim2, modules/getpass, modules/getpass-gnu,
36185         modules/getusershell, modules/linebuffer, modules/md5,
36186         modules/mountlist, modules/posixtm, modules/readtokens,
36187         modules/readutmp, modules/regex, modules/sha1,
36188         modules/version-etc, modules/yesno:
36189         Remove dependency on unlocked-io.
36190
36191 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
36192
36193         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
36194
36195         * m4/unlocked-io.m4: Add copyright notice.
36196         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
36197
36198 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
36199
36200         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
36201         * lib/xmalloc.c (xmemdup): Likewise.
36202         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
36203         XFREE): Remove these long-obsolescent macros.
36204         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
36205         * lib/xstrdup.c: Remove.
36206
36207         * lib/regex.c (re_comp): Cast gettext return value to char *,
36208         Problem reported by Martin Neitzel via Mark D. Baushke.
36209
36210 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
36211
36212         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
36213         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
36214         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
36215         regex.c, sha1.c, version-etc.c, yesno.c:
36216         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
36217         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
36218         the includer's responsibility.
36219
36220         Sync from coreutils.
36221
36222         * lib/modechange.c (mode_compile): Don't decrement a pointer that
36223         points to the start of a string, as the C Standard says the
36224         resulting behavior is undefined.
36225
36226         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
36227         simple -> simple_backups, numbered_existing ->
36228         numbered_existing_backups, numbered -> numbered_backups
36229         to avoid shadowing problems.  All uses changed.
36230         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
36231         * lib/backupfile.c (check_extension, numbered_backup):
36232         Rename locals to avoid shadowing 'basename'.
36233         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
36234         once.
36235
36236         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
36237         * lib/.cvsignore: Add getopt.h.
36238
36239 2004-10-04  Bruno Haible  <bruno@clisp.org>
36240
36241         * modules/README: New file.
36242         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
36243         not a module.
36244
36245 2004-10-02  Jim Meyering  <jim@meyering.net>
36246
36247         * lib/dirfd.h, getpagesize.h: Add copyright notice.
36248
36249 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
36250
36251         * modules/strsep: New file.
36252
36253 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
36254
36255         * m4/strsep.m4: New file.
36256
36257 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
36258
36259         * lib/strsep.h: New file.
36260         * lib/strsep.c: New file.
36261
36262 2004-10-01  Simon Josefsson  <jas@extundo.com>
36263
36264         * lib/snprintf.c (snprintf): Handle size==0.
36265
36266 2004-10-01  Simon Josefsson  <jas@extundo.com>
36267             Bruno Haible  <bruno@clisp.org>
36268
36269         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
36270         (snprintf): Declare 'args'.
36271
36272 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
36273
36274         * lib/snprintf.c: Remove comments as to why each header is needed.
36275
36276 2004-10-01  Bruno Haible  <bruno@clisp.org>
36277
36278         * MODULES.html.sh: Add strsep.
36279
36280 2004-09-30  Simon Josefsson  <jas@extundo.com>
36281
36282         * modules/snprintf: New file.
36283
36284 2004-09-30  Simon Josefsson  <jas@extundo.com>
36285
36286         * m4/snprintf.m4: New file.
36287
36288 2004-09-30  Simon Josefsson  <jas@extundo.com>
36289
36290         * lib/snprintf.h, lib/snprintf.c: New files.
36291
36292 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
36293
36294         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
36295         (hol_entry_help): Never translate an empty string.
36296         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
36297         * lib/argp.h (OPTION_NO_TRANS): New option.
36298
36299 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
36300
36301         * modules/argp (Maintainer): Replace Simon Josefsson
36302         by Sergey Poznyakoff.
36303
36304 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
36305
36306         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
36307         changes merged back into glibc.
36308
36309 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
36310
36311         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
36312
36313 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
36314
36315         * lib/xvasprintf.c: Include xalloc.h.
36316         (xvasprintf): Use xalloc_die, not xmalloc_die.
36317
36318 2004-09-29  Bruno Haible  <bruno@clisp.org>
36319
36320         * modules/alloca-opt: New file, derived from modules/alloca.
36321         * modules/allocsa: Depend on alloca-opt instead of alloca.
36322         * modules/setenv: Likewise.
36323         * modules/vasnprintf: Likewise.
36324         * MODULES.html.sh: Add alloca-opt.
36325
36326 2004-09-28  Simon Josefsson  <jas@extundo.com>
36327
36328         * gnulib-tool: New parameter --lgpl, to asseert that modules are
36329         LGPL, and to replace license template from GPL to LGPL.
36330
36331 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
36332
36333         * modules/dummy: Change license to LGPL.
36334
36335 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
36336
36337         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
36338
36339 2004-09-24  Simon Josefsson  <jas@extundo.com>
36340
36341         * modules/minmax (License): Change from GPL to LGPL.
36342
36343 2004-09-23  Simon Josefsson  <jas@extundo.com>
36344
36345         * gnulib-tool (--import): Typo.
36346
36347 2004-09-23  Simon Josefsson  <jas@extundo.com>
36348
36349         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
36350
36351 2004-09-22  Bruno Haible  <bruno@clisp.org>
36352
36353         * modules/*: Add 'License' field.
36354         * gnulib-tool: Accept --extract-license option.
36355         (func_get_license): New function.
36356
36357 2004-09-21  Bruno Haible  <bruno@clisp.org>
36358
36359         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
36360         Reported by Simon Josefsson.
36361
36362 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
36363
36364         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
36365         gl_AC_TYPE_LONG_LONG.
36366
36367 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
36368
36369         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
36370
36371 2004-09-18  Simon Josefsson  <jas@extundo.com>
36372         and  Paul Eggert  <eggert@cs.ucla.edu>
36373
36374         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
36375         calls with autoreconf.  Define GL_LIB.
36376
36377 2004-09-14  Karl Berry  <karl@gnu.org>
36378
36379         * config/srclist.txt: unsync setenv.c, sigh.
36380
36381 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
36382
36383         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
36384         Problem reported by Bruno Haible in:
36385         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
36386
36387 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
36388
36389         * config/srclist.txt: Comment out argp-pvh.c.
36390
36391 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
36392
36393         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
36394         in case some system header has #define'd it.  Problem reported by
36395         Soeren D. Schulze in
36396         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
36397
36398 2004-09-09  Karl Berry  <karl@gnu.org>
36399
36400         * regex.[ch]: delete from the root.  These were supposed to be
36401                 synced with emacs cvs, but this has not happened for about
36402                 a year, and anyway nothing else uses emacs regex.[ch].
36403                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
36404                 lib/regex[.ch] is untouched.
36405
36406 2004-09-09  Bruno Haible  <bruno@clisp.org>
36407
36408         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
36409
36410 2004-09-09  Bruno Haible  <bruno@clisp.org>
36411
36412         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
36413         modifications.
36414         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
36415
36416 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
36417
36418         * modules/xvasprintf: New file.
36419         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
36420
36421 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
36422
36423         * lib/xvasprintf.h: New file.
36424         * lib/xvasprintf.c: New file.
36425         * lib/xasprintf.c: New file.
36426
36427 2004-09-08  Bruno Haible  <bruno@clisp.org>
36428
36429         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
36430
36431 2004-09-08  Bruno Haible  <bruno@clisp.org>
36432
36433         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
36434         length is > INT_MAX.
36435         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
36436         more.
36437
36438 2004-09-08  Bruno Haible  <bruno@clisp.org>
36439
36440         * lib/stdint_.h: New file, taken from GNU clisp.
36441
36442 2004-09-08  Bruno Haible  <bruno@clisp.org>
36443             Oskar Liljeblad  <oskar@osk.mine.nu>
36444
36445         * modules/stdint: New file.
36446         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
36447
36448 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
36449
36450         Import from coreutils.
36451         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
36452         strings on unbounded length.  alloca's performance benefits aren't
36453         that important here.
36454         (V_STRDUP): Remove.
36455         (parse_with_separator): New function, with most of the internals
36456         of the old parse_user_spec.  Allow user to omit both user and group,
36457         for compatibility with FreeBSD.
36458         Clone only the user name, not the entire spec.
36459         Do not set *uid, *gid unless entirely successful.
36460         Avoid memory leak in some failing cases.
36461         Fix regression for USER.GROUP reported by Dmitry V. Levin in
36462         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
36463         (parse_user_spec): Rewrite to use parse_with_separator.
36464
36465 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
36466
36467         * modules/userspec: Don't depend on alloca.
36468
36469 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
36470
36471         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
36472
36473 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
36474
36475         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
36476         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
36477         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
36478
36479 2004-08-16  Simon Josefsson  <jas@extundo.com>
36480
36481         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
36482         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
36483         Add --dry-run for --import.
36484         Let user provided command line parameters override configure.ac
36485         settings.
36486
36487 2004-08-12  Simon Josefsson  <jas@extundo.com>
36488
36489         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
36490         as discussed with Paul Eggert in threads rooted at
36491         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
36492         and
36493         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
36494         Before, the test was empty, and relied on ELIDE_CODE in source
36495         code.)
36496         (gl_PREREQ_GETOPT): New macro.
36497         (gl_GETOPT): Use them.
36498
36499 2004-08-12  Simon Josefsson  <jas@extundo.com>
36500
36501         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
36502         * lib/getopt_.h: Renamed from getopt.h.
36503
36504 2004-08-12  Simon Josefsson  <jas@extundo.com>
36505
36506         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
36507         Change default library name from libfoo to libgnu.
36508         Now, if you have a configure.ac that says:
36509                 gl_SOURCE_BASE(gl)
36510                 gl_M4_BASE(gl/m4)
36511                 gl_MODULES(error getopt etcetera)
36512                 gl_INIT
36513         you can import all you need by running:
36514                 ../gnulib/gnulib-tool --import
36515
36516         * modules/getopt (Files): Rename getopt.h to getopt_.h.
36517         (Makefile.am): Rewrite, use logic from argz.
36518         (Include): Use <getopt.h> instead of "getopt.h".
36519
36520 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
36521
36522         * modules/argp (Files): Add m4/unlocked-io.m4.
36523         (Depends-on): Add extensions.
36524
36525 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
36526
36527         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
36528         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
36529         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
36530         Check for program_invocation_name, program_invocation_short_name,
36531         flockfile, funlockfile, features.h, _getopt_long_only_r.
36532
36533 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
36534
36535         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
36536         its complicated substitute.
36537         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
36538         and program_invocation_name.
36539         (__argp_basename) [!_LIBC]: Remove; the only use was
36540         replaced by its body.
36541         (__argp_short_program_name): Change condition from
36542         !defined __argp_short_program_name to
36543         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
36544         to match argp-namefrob.h.
36545         (__argp_failure): Don't assume strerror_r returns char *.
36546         * lib/argp-parse.c (N_): Define unconditionally.
36547         (argp_default_options): Fill out initializers with 0 to avoid
36548         gcc warnings.
36549
36550 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
36551
36552         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
36553         getopt1.c.
36554
36555 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
36556
36557         Merge from coreutils.
36558
36559         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
36560
36561         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
36562         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
36563
36564 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
36565
36566         Merge from coreutils.
36567
36568         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
36569         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
36570         for Reliant Unix 5.43.
36571
36572         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
36573         (union fooround): Use uintmax_t, not long int.
36574         The rest is a merge from libc:
36575         [defined _LIBC]: Include <shlib-compat.h>.
36576         (_obstack) [defined _LIBC]: Remove after 2.3.4.
36577
36578         * lib/settime.c (settime): Recode to avoid warning with
36579         Sun Forte C 6U2.
36580
36581         * lib/strverscmp.c: Convert to UTF-8.
36582
36583 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
36584
36585         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
36586         m4/uintmax_t.m4.
36587
36588 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
36589
36590         * modules/xalloc-die: New file.
36591         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
36592
36593         * modules/md5 (Files): Add m4/uint32_t.m4.
36594         * modules/sha1: Renamed from modules/sha.
36595         (Files):
36596         Rename lib/sha.h to lib/sha1.h.
36597         Rename lib/sha.c to lib/sha1.c.
36598         Rename m4/sha.m4 to m4/sha1.m4.
36599         (lib_SOURCES): Likewise.
36600         (configure.ac): Rename gl_SHA to gl_SHA1.
36601         (Include): sha.h -> sha1.h.
36602
36603 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
36604
36605         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
36606         * m4/sha1.m4: Renamed from sha.m4.
36607         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
36608
36609 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
36610
36611         * lib/obstack.h (obstack_empty_p):
36612         Don't assume that chunk->contents is suitably aligned.
36613         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
36614         Likewise. Problem reported by Benno in
36615         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
36616
36617         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
36618         readable.  This could be improved further but it'd take some work.
36619
36620 2004-08-08  Simon Josefsson  <jas@extundo.com>
36621
36622         * modules/xgethostname (Depends-on): Remove exit and error (not
36623         used).
36624
36625         * modules/getpass-gnu: Add getpass.h.
36626         (Depends-on): Add stdbool.
36627         * modules/getpass: Add getpass.h.
36628
36629 2004-08-08  Simon Josefsson  <jas@extundo.com>
36630
36631         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
36632         Check getpass declaration.
36633
36634 2004-08-08  Simon Josefsson  <jas@extundo.com>
36635
36636         * lib/xgethostname.c: Don't include error.h (not used).
36637
36638         * lib/getpass.h: Add.
36639         * lib/getpass.c: Include getpass.h first.
36640
36641 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
36642
36643         * lib/xalloc-die.c: New file.
36644         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
36645         All uses removed.
36646         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
36647         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
36648         xalloc-die.c.
36649         (_, N_, xalloc_die): Move to xalloc-die.c.
36650         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
36651         so that we needn't mess with xalloc_msg_memory_exhausted.
36652
36653         * lib/sha1.h: Renamed from sha.h.
36654         (SHA1_H): Renamed from _SHA_H.
36655         (sha1_ctx): Renamed from sha_ctx.
36656         (sha1_init_ctx): Renamed from sha_init_ctx.
36657         (sha1_process_block): Renamed from sha_process_block.
36658         (sha1_process_bytes): Renamed from sha_process_bytes.
36659         (sha1_finish_ctx): Renamed from sha_finish_ctx.
36660         (sha1_read_ctx): Renamed from sha_read_ctx.
36661         (sha1_stream): Renamed from sha_stream.
36662         (sha1_buffer): Renamed from sha_buffer.
36663         * lib/sha1.c: Likewise; renamed from sha.c.
36664         Do not include <sys/types.h>.
36665         Include <stddef.h> rather than <stdlib.h>.
36666
36667 2004-08-08  Bruno Haible  <bruno@clisp.org>
36668
36669         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
36670         FILESYSTEM_PREFIX_LEN.
36671         * lib/progreloc.c: Likewise.
36672         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
36673
36674 2004-08-06  Simon Josefsson  <jas@extundo.com>
36675
36676         * modules/progname (Depends-on): Don't depend on stdbool.
36677
36678 2004-08-06  Simon Josefsson  <jas@extundo.com>
36679
36680         * modules/getsubopt: New file.
36681         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
36682         getsubopt.
36683
36684 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
36685
36686         More merge from coreutils.
36687
36688         * m4/utimens.m4, m4/utimecmp.m4: New files.
36689         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
36690         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
36691         prereq.m4, sha.m4: Import changes from coreutils.
36692
36693 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
36694
36695         More merge from coreutils.
36696         * modules/raise, modules/readtokens0, modules/utimens:
36697         * modules/utimecmp, module/xnanosleep: New files.
36698         * modules/strftime: Add lib/strftime.h.
36699         Change include from <time.h> to "strftime.h".
36700         * modules/yesno: Add lib/yesno.h.
36701         * modules/backupfile: Remove lib/addext.c.
36702         * modules/euidaccess: Add stat-macros.h.
36703         * modules/canonicalize, modules/euidaccess,
36704         modules/filemode, modules/lchown, modules/makepath,
36705         modules/rmdir, modules/stat: Likewise.
36706
36707 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
36708
36709         Merge from tar.
36710         * lib/argp-help.c (make_hol, hol_append): Don't assume that
36711         SIZE_MAX is a valid preprocessor constant.
36712         (__argp_basename): Change from "#ifndef _LIBC"
36713         to "#ifndef __argp_short_program_name", so that
36714         we don't compile these functions for tar.
36715
36716         More merges from coreutils.
36717         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
36718         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
36719         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
36720         * lib/addext.c: Remove; no longer needed.
36721         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
36722         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
36723         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
36724         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
36725         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
36726         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
36727         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
36728         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
36729         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
36730         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
36731         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
36732         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
36733         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
36734         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
36735         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
36736         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
36737         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
36738         Import changes from coreutils.
36739
36740 2004-08-05  Simon Josefsson  <jas@extundo.com>
36741
36742         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
36743
36744 2004-08-05  Simon Josefsson  <jas@extundo.com>
36745
36746         * m4/getsubopt.m4: New file.
36747
36748 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
36749
36750         Merge from coreutils.
36751
36752         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
36753         * m4/getcwd-path-max.m4: New files.
36754
36755         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
36756         FILESYSTEM_PREFIX_LEN ->
36757         FILE_SYSTEM_PREFIX_LEN.
36758         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
36759         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
36760         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
36761         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
36762
36763         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
36764         prerequisite modules now handle the DOS stuff.
36765         Don't check for unistd.h.
36766
36767 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
36768
36769         Merge from coreutils.
36770
36771         * lib/.gdb-history: Remove; this doesn't belong here.
36772
36773         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
36774         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
36775         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
36776         * lib/getcwd.c: New files.
36777
36778         * lib/dirname.h: Include <stdbool.h>.
36779         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
36780         for consistency with POSIX terminology.  All uses changed.
36781         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
36782         (strip_trailing_slashes): Use bool for booleans.
36783         * lib/stripslash.c (strip_trailing_slashes): Likewise.
36784
36785         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
36786         sometimes returns a positive errno value even when it succeeds.
36787         (print_errno_message) [!LIBC]: Fall back on strerror if
36788         __strerror_r fails.
36789
36790         * lib/path-concat.c (mempcpy): Don't define if a system header defines
36791         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
36792         (longest_relative_suffix): New function.
36793         (path_concat): Use it.  Assume first argument is not NULL.
36794         Port to DOS.  Omit redundant separators.
36795         Report an error instead of returning NULL.
36796         Use mempcpy instead of memcpy.
36797         (xpath_concat): Remove: not declared or used.
36798
36799         * lib/same.h: Include <stdbool.h>
36800         (same_name): Return bool, not int.
36801         * lib/same.c (same_name): Likewise.
36802         (errno): Don't declare; we assume C89 or better now.
36803
36804         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
36805         if not already defined.
36806
36807         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
36808         * lib/dup-safer.c (errno): Likewise.
36809
36810 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
36811
36812         Merge from coreutils.
36813         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
36814         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
36815         * modules/path-concat: Don't depend on strdup.
36816
36817 2004-08-03  Simon Josefsson  <jas@extundo.com>
36818
36819         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
36820         * lib/progname.h: Don't include stdbool.h.
36821
36822 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
36823
36824         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
36825         * MODULES.html.sh (func_all_modules): Remove fatal.
36826
36827 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
36828
36829         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
36830
36831 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
36832
36833         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
36834         working.
36835
36836 2004-08-02  Simon Josefsson  <jas@extundo.com>
36837
36838         * lib/getsubopt.h: New file, with comments from Bruno Haible.
36839         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
36840         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
36841
36842 2004-08-01  Simon Josefsson  <jas@extundo.com>
36843
36844         * lib/xgetdomainname.c: Include stdlib.h, for free().
36845
36846 2004-07-19  Bruno Haible  <bruno@clisp.org>
36847
36848         * MODULES.html.sh (func_all_modules): Add dummy.
36849
36850 2004-07-16  Simon Josefsson  <jas@extundo.com>
36851
36852         * modules/dummy: New file.
36853
36854 2004-07-16  Simon Josefsson  <jas@extundo.com>
36855
36856         * lib/dummy.c: New file.
36857
36858 2004-07-16  Bruno Haible  <bruno@clisp.org>
36859
36860         * lib/backupfile.h: Add extern "C" for C++.
36861         * lib/closeout.h: Likewise.
36862         * lib/copy-file.h: Likewise.
36863         * lib/findprog.h: Likewise.
36864         * lib/full-write.h: Likewise.
36865         * lib/pathname.h: Likewise.
36866         * lib/progname.h: Likewise.
36867         * lib/stpcpy.h: Likewise.
36868         * lib/stpncpy.h: Likewise.
36869         * lib/strcase.h: Likewise.
36870         * lib/strstr.h: Likewise.
36871         * lib/xalloc.h: Likewise.
36872
36873         * lib/mbswidth.h: Add extern "C" for C++.
36874         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
36875
36876 2004-07-13  Robert Millan  <robertmh@gnu.org>
36877
36878         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
36879
36880 2004-07-09  Simon Josefsson  <jas@extundo.com>
36881
36882         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
36883         failed without this.)
36884
36885 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
36886
36887         * modules/chown (Files): Add lib/fchown-stub.c, since
36888         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
36889
36890 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
36891
36892         * lib/fchown-stub.c: New file.
36893
36894 2004-06-24  Jim Meyering  <jim@meyering.net>
36895
36896         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
36897
36898 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
36899
36900         * modules/argz: Omit "#include".
36901
36902         * MODULES.html.sh (func_all_modules): Add calloc, to match
36903         2004-06-01 addition of calloc module.
36904
36905 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
36906
36907         * m4/argz.m4: New file, which is autoupdated from libtool.
36908
36909 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
36910
36911         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
36912         libtool.
36913
36914 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
36915
36916         * config/srclist-update: Don't insist on "USA." before the
36917         close-comment, as libtool omits the period and puts the */ on a
36918         separate line.
36919         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
36920         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
36921
36922 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
36923
36924         * modules/argz: New file.
36925         * MODULES.html.sh (func_all_modules): Add argz.
36926
36927 2004-06-12  Jim Meyering  <jim@meyering.net>
36928         and  Paul Eggert  <eggert@cs.ucla.edu>
36929
36930         * modules/hash (Files): Add lib/xalloc.h.
36931         * modules/pipe (Depends-on): Add wait-process.
36932         * modules/stat (Depends-on): Add xalloc.
36933         * modules/userspec (Files): Add lib/userspec.h.
36934         * modules/xstrto
36935
36936         Upgrade from gettext-0.13.
36937         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
36938         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
36939         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
36940
36941 2004-06-10  Jim Meyering  <jim@meyering.net>
36942
36943         * lib/calloc.c: New file.
36944
36945 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
36946
36947         * lib/getdate.y (yylex): Allow space between sign and number.
36948         Problem reported by Dan Jacobson.
36949
36950 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
36951
36952         Merge from coreutils CVS.
36953
36954         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
36955         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
36956         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
36957         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
36958         xstrtol.m4: Fix copyright date and/or serial number.
36959
36960         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
36961         See if we need an fchown replacement.
36962         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
36963         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
36964         and use the replacement function if we detect either defect.
36965
36966         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
36967         gl_UTIMECMP.
36968
36969 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
36970         and  Jim Meyering  <jim@meyering.net>
36971
36972         Merge from coreutils CVS.
36973
36974         * lib/stat-macros.h: New file, with contents from file-type.h
36975         and coreutils' system.h.
36976         * lib/file-type.c: Include "stat-macros.h".
36977         * lib/file-type.h (file_type): Move all macro definitions to new file,
36978         stat-macros.h.
36979
36980         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
36981         Wrap old code with this conditional.
36982         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
36983         function that does not dereference symlinks.
36984         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
36985
36986         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
36987         dependency problems.
36988         (xreadlink): Accept new arg SIZE, for efficiency.
36989         All decls and uses changed.
36990         * lib/xreadlink.h: Include <stddef.h>, for size_t.
36991
36992         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
36993         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
36994
36995         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
36996         sysexits.h.
36997
36998 2004-06-01  Jim Meyering  <jim@meyering.net>
36999
37000         * m4/calloc.m4: New file.
37001
37002 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
37003
37004         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
37005         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
37006         Also, fix a typo in a diagnostic.
37007
37008 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
37009
37010         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
37011         or AC_FUNC_REALLOC.
37012
37013 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
37014
37015         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
37016         macros to be defined.
37017         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
37018         the allocator returns NULL because the requested size is zero.
37019
37020 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
37021
37022         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
37023         var.  Add comment explaining why libc still defines it.  This
37024         merges the following patch from glibc:
37025         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
37026
37027 2004-05-20  Andreas Schwab  <schwab@suse.de>
37028
37029         * m4/free.m4: Replace free if it not known to work, not the other
37030         way round.
37031
37032 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
37033
37034         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
37035         present in glibc since revision 1.1 of this file.
37036         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
37037         obstack_alignment_mask, obstack_alloc, obstack_base,
37038         obstack_blank, obstack_blank_fast, obstack_chunk_size,
37039         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
37040         obstack_grow0, obstack_init, obstack_int_grow,
37041         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
37042         obstack_next_free, obstack_object_size, obstack_ptr_grow,
37043         obstack_ptr_grow_fast, obstack_room): Remove declarations of
37044         nonexistent functions.
37045
37046 2004-05-18  Karl Berry  <karl@gnu.org>
37047
37048         * config/srclist.txt: break link for vasnprintf.c.
37049
37050 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
37051
37052         Port obstack to the AS/400, where pointers are 16 bytes wide and
37053         you cannot cast an integer to a valid pointer.  This patch is
37054         currently waiting to be integrated into glibc; see
37055         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
37056
37057         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
37058         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
37059         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
37060         (struct obstack): temp member is now a union of a pointer and
37061         an integer, instead of an integer.  All integer uses changed.
37062         This does not affect the physical layout of struct obstack,
37063         except on hosts (like the AS/400) where the size or alignment of
37064         void * is greater than that of ptrdiff_t.
37065         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
37066         __STDC__)]: Store temporary in pointer member of union, not
37067         integer member.
37068         * lib/obstack.c: Include <stddef.h>, for offsetof.
37069         (struct fooalign): Remove; it doesn't need a name.
37070         (union fooround): Change double to long double, and add void *.
37071         (DEFAULT_ALIGNMENT): Use offsetof to compute.
37072         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
37073         not a macro.  Hence the values are always int; so remove all
37074         casts-to-int in uses.
37075
37076 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
37077
37078         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
37079         we can get this patch merged into glibc.
37080
37081 2004-05-17  Derek R. Price  <derek@ximbiot.com>
37082             Paul Eggert  <eggert@cs.ucla.edu>
37083
37084         * m4/argp: Depend on alloca.
37085
37086 2004-05-17  Derek R. Price  <derek@ximbiot.com>
37087             Paul Eggert  <eggert@cs.ucla.edu>
37088
37089         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
37090         freecoding.
37091
37092 2004-05-17  Bruno Haible  <bruno@clisp.org>
37093
37094         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
37095         precision that consists of a '.' followed by an empty digit string.
37096         Patch by Tor Lillqvist <tml@iki.fi>.
37097
37098 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
37099
37100         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
37101         for backward compatibility with older code.  We need our own
37102         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
37103         it under some other name, and our alloca.h will define it.
37104
37105 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
37106             Derek Price  <derek@ximbiot.com>
37107
37108         * lib/alloca.c: Include <alloca.h>, to get our interface.
37109         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
37110         include <alloca.h> first.  Use C89 prototype for alloca; this
37111         requires including <stddef.h> for size_t.  Use extern "C" if C++.
37112         Use #elif for simplicity, since we can assume C89 now.
37113         Don't try to source the system alloca.h since it will not be found
37114         and to prevent recursively including its replacement.
37115         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
37116         * lib/regex.c: Likewise.
37117
37118 2004-05-16  Derek Price  <derek@ximbiot.com>
37119             Paul Eggert  <eggert@cs.ucla.edu>
37120
37121         getline cleanup.  This changes the getndelim2 API: both order of
37122         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
37123         no delimiter).
37124
37125         * lib/getline.c: Don't include stddef.h or stdio.h, since our
37126         interface does that.
37127         (getline): Always use getdelim, so that we don't have two
37128         copies of this code.
37129         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
37130         if available.
37131         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
37132         (GETNDELIM2_MAXIMUM): New macro.
37133         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
37134         instead of the old practice of delim2==0.  All callers changed.
37135         Return -1 on overflow, instead of returning junk.
37136         Do not set *linesize unless allocation succeeds.
37137         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
37138         that we include sys/types.h.
37139         * lib/getnline.h: Likewise.
37140         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
37141         (getndelim2): Reorder arguments.
37142         * lib/getnline.c (getnline, getndelim):
37143         Don't discard the NMAX argument.
37144         (getnline): Invoke getndelim, to avoid code duplication.
37145         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
37146         of (size_t) -1 by callers of the getnline family.
37147
37148 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
37149
37150         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
37151         Check for gettimeofday.
37152         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
37153         Check for settimeofday, stime.
37154
37155 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
37156
37157         * lib/nanosleep.c (suspended): Change its type from int to
37158         sig_atomic_t volatile.
37159         (first_call): Make it private to rpl_nanosleep, and have it
37160         be zero initially as that's a bit faster.
37161         (my_usleep): Round up fractional times instead of truncating them,
37162         as this is the usual meaning for 'sleep'.
37163
37164         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
37165         doesn't work.
37166         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
37167         (ENOSYS): Define if not defined.
37168         (settime): Fall back on stime if it exists and settimeofday fails.
37169         But don't bother with fallbacks if a method fails with errno == EPERM.
37170
37171 2004-05-11  Jim Meyering  <jim@meyering.net>
37172
37173         Prior to this change, the save_cwd caller required read access to the
37174         current directory on most systems (ones with the fchdir function).
37175
37176         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
37177         fails, try write-only, and finally, resort to using xgetcwd.
37178
37179 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
37180
37181         * lib/obstack.c, obstack.h: Import changes from libc.
37182
37183 2004-04-28  Bruno Haible  <bruno@clisp.org>
37184
37185         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
37186         also implicitly appends .exe to executables.
37187         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
37188         accepts Windows pathnames.
37189         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
37190         Treat Cygwin like Windows, since it now accepts Windows pathnames.
37191         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
37192         Treat Cygwin like Windows, since it now accepts Windows pathnames.
37193         Reported by Derek Robert Price <derek@ximbiot.com>.
37194
37195 2004-04-21  Karl Berry  <karl@gnu.org>
37196
37197         * config/srclist.txt (localcharset.c): break sync.
37198
37199 2004-04-20  Paul Eggert  <eggert@twinsun.com>
37200
37201         * m4/host-os.m4: Add a copyright notice.
37202
37203 2004-04-20  Jim Meyering  <jim@meyering.net>
37204
37205         Change UTILS_ to gl_ in AC_DEFINE'd names.
37206         Change utils_- and jm_-prefixed variables, too.
37207         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
37208         UTILS_FUNC_MKDIR_TRAILING_SLASH.
37209         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
37210
37211         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
37212         Don't emit trailing blanks.
37213         Also rename jm_-prefixed variables to have gl_ prefix.
37214
37215         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
37216         Also rename jm_-prefixed variables to have gl_ prefix.
37217
37218         * m4/jm-macros.m4: Reflect the renamings.
37219         * m4/prereq.m4: Likewise.
37220
37221 2004-04-20  Jim Meyering  <jim@meyering.net>
37222
37223         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
37224         memory.
37225
37226 2004-04-20  Jim Meyering  <jim@meyering.net>
37227             Bruno Haible  <bruno@clisp.org>
37228
37229         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
37230         memory when realloc fails.
37231
37232 2004-04-19  Jim Meyering  <jim@meyering.net>
37233
37234         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
37235         now that readutmp.c may call `free (0)'.
37236
37237 2004-04-19  Bruno Haible  <bruno@clisp.org>
37238
37239         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
37240         * m4/inttypes_h.m4: Likewise.
37241         * m4/stdint_h.m4: Likewise.
37242         * m4/intmax_t.m4: Likewise.
37243         * m4/uintmax_t.m4: Likewise.
37244
37245 2004-04-18  Jim Meyering  <jim@meyering.net>
37246
37247         * m4/prereq.m4: Don't forbid jm_ prefix.
37248
37249         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
37250         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
37251         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
37252         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
37253         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
37254         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
37255         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
37256         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
37257         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
37258         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
37259         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
37260         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
37261         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
37262         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
37263         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
37264         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
37265         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
37266         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
37267         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
37268
37269 2004-04-18  Jim Meyering  <jim@meyering.net>
37270
37271         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
37272         failure, don't leak memory and do call END_UTMP_ENT.
37273
37274 2004-04-16  Jim Meyering  <jim@meyering.net>
37275
37276         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
37277         coreutils' stat program.
37278         (gl_PREREQ): Don't require jm_PREREQ_STAT.
37279
37280 2004-04-11  Paul Eggert  <eggert@twinsun.com>
37281
37282         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
37283         C89.
37284         (CHAR_BIT): Remove, since we assume C89.
37285         Include <stdint.h> if available, as per current Autoconf CVS advice.
37286
37287 2004-03-31  Jim Meyering  <jim@meyering.net>
37288
37289         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
37290         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
37291         * m4/xalloc.m4: Likewise.
37292
37293 2004-03-30  Paul Eggert  <eggert@twinsun.com>
37294
37295         Merge from coreutils.
37296
37297         * m4/inttostr.m4: New file.
37298         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
37299         Require AM_STDBOOL_H and gl_TIMESPEC instead.
37300         Require gl_CLOCK_TIME.
37301         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
37302
37303 2004-03-30  Paul Eggert  <eggert@twinsun.com>
37304
37305         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
37306         not bool, to be more consistent with Unix conventions.
37307         Suggested by Bruno Haible.
37308
37309         Merge from coreutils.
37310
37311         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
37312         * lib/umaxtostr.c: New files.
37313
37314         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
37315         the usual <time.h> dance.
37316         (get_date): Change signature to support fractional time stamps.
37317         All callers changed.
37318         * lib/getdate.y: Include "getdate.h" first, as we can now
37319         assume C89 and don't need to worry about 'const'.
37320         Similarly, include "unlocked-io.h" near start, not in middle.
37321         Include <limits.h>.
37322         (textint.value): Use long int rather than int.
37323         (textint.digits): Use size_t rather than int.
37324         (BILLION, LOG10_BILLION): New constants.
37325         (parser_control): New member rel_ns.  Members day_ordinal,
37326         time_zone, month, day, hour, minutes, rel_year, rel_month,
37327         rel_day, rel_hour, rel_minutes, rel_seconds
37328         are now long int, not int.  Member seconds is now struct timespec,
37329         not int.  New member timespec_seen.  Members dates_seen, days_seen,
37330         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
37331         not int.
37332         (%union.intval): Now long int, not int.
37333         New member timespec.
37334         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
37335         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
37336         (spec): Now is a timespec or an item list.
37337         (timespec, items): New nonterminals.
37338         (time, rel, relunit, number, get_date):
37339         Add support for fractional seconds.
37340         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
37341         (gmtime, localtime, mktime): Remove decls; not needed with C89.
37342         (to_hour): First arg is now long int, not int.
37343         (to_year): Returns long int, not int.
37344         Don't treat year -70 like 70.
37345         (tm_diff): Returns long int, not int.
37346         (lookup_word): Use bool instead of int when appropriate.
37347         (yylex): Use size_t for count, not int.
37348         Detect overflow when parsing large integer constants.
37349         Add support for fractions.
37350         (get_date): Make pointers 'const' if possible.
37351         Use more-portable code to detect integer overflow.
37352         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
37353         Don't use ctime; it's not reliable if the year has >4 digits.
37354
37355         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
37356         This is for compatibility with BSD.
37357
37358         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
37359         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
37360         From coreutils' system.h.
37361
37362         * lib/userspec.c: Don't include "posixver.h".
37363         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
37364         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
37365         compatible extension.  Simplify code by removing a boolean int
37366         that was always nonzero if a string was nonnull.
37367
37368 2004-03-30  Jim Meyering  <jim@meyering.net>
37369
37370         Merge from coreutils.
37371
37372         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
37373         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
37374         on some systems one must include <grp.h> before it.
37375         Reported by Christian Krackowizer.
37376
37377 2004-03-30  Jim Meyering  <jim@meyering.net>
37378
37379         Merge from coreutils.
37380
37381         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
37382
37383         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
37384         an empty input stream.
37385
37386         * lib/readtokens.c: Include <stdbool.h>.
37387         (readtoken): Use `size_t' rather than int/long.
37388         All callers adjusted.
37389         Use `bool' rather than `int' where appropriate.
37390         Use memset rather than an explicit loop.
37391         Use x2nrealloc rather than xrealloc.
37392         Allow the use of `\0' as a delimiter.
37393         (readtokens): Likewise.
37394         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
37395
37396 2004-03-30  Jim Meyering  <jim@meyering.net>
37397
37398         * m4/realloc.m4: Remove file, since now it does no more than
37399         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
37400         the `configure.ac' section of module/realloc.
37401         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
37402
37403 2004-03-30  Bruno Haible  <bruno@clisp.org>
37404
37405         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
37406         nonnull.
37407
37408 2004-03-29  Paul Eggert  <eggert@twinsun.com>
37409
37410         Merge changes to getloadavg.c from coreutils and Emacs.
37411
37412         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
37413         Define to an expression, not to the empty string.
37414         Include cloexec.h and xalloc.h.
37415         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
37416         Use set_cloexec_flag rather than rolling our own.
37417         * lib/cloexec.c, lib/cloexec.h: New files.
37418
37419 2004-03-29  Paul Eggert  <eggert@twinsun.com>
37420
37421         * m4/cloexec.m4: New file.
37422
37423 2004-03-18  Paul Eggert  <eggert@twinsun.com>
37424
37425         * lib/getopt.h: Sync with libc CVS.
37426
37427 2004-03-18  Paul Eggert  <eggert@twinsun.com>
37428             Bruno Haible  <bruno@clisp.org>
37429
37430         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
37431         mbswidth.
37432
37433 2004-03-18  Paul Eggert  <eggert@twinsun.com>
37434             Bruno Haible  <bruno@clisp.org>
37435
37436         * lib/mbswidth.h: Include <wchar.h> only if
37437         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
37438         <wchar.h>.
37439         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
37440
37441 2004-03-09  Paul Eggert  <eggert@twinsun.com>
37442
37443         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
37444         Sync with libc CVS.
37445         * lib/getopt_int.h: New file, also synced from libc.
37446
37447 2004-03-09  Paul Eggert  <eggert@twinsun.com>
37448
37449         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
37450         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
37451         Bring back getopt.c, getopt.h, getopt1.c.
37452
37453 2004-03-07  Paul Eggert  <eggert@twinsun.com>
37454
37455         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
37456         All uses changed.  Check for sa_sigaction member; this fixes
37457         a bug first reported by Jason Andrade in
37458         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
37459
37460 2004-03-07  Paul Eggert  <eggert@twinsun.com>
37461
37462         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
37463         '#if' expressions.  Unlike the code it replaces, it does not
37464         depend on (defined _SC_PAGESIZE).  However, it does depend on
37465         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
37466         first reported by Jason Andrade in
37467         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
37468
37469 2004-02-25  Simon Josefsson  <jas@extundo.com>
37470
37471         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
37472
37473 2004-02-25  Simon Josefsson  <jas@extundo.com>
37474
37475         * lib/strdup.h: New file.
37476         * lib/strdup.c: Include it.
37477         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
37478         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
37479
37480 2004-02-23  Karl Berry  <karl@gnu.org>
37481
37482         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
37483         (from fencepost.gnu.org:/gd/gnuorg).
37484
37485 2004-02-23  Karl Berry  <karl@gnu.org>
37486
37487         * config/srclistvars.sh (GNUORG) [karl]: redefine.
37488         * config/srclist.txt: add maintain/standards documents.
37489
37490 2004-02-18  Bruno Haible  <bruno@clisp.org>
37491
37492         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
37493         Reported by Derek Robert Price <derek@ximbiot.com>.
37494
37495 2004-02-16  Karl Berry  <karl@gnu.org>
37496
37497         * config/mkinstalldirs, install-sh: update from automake.
37498
37499 2004-02-06  Karl Berry  <karl@gnu.org>
37500
37501         * m4/po.m4: update from gettext 0.14.1.
37502
37503 2004-02-06  Karl Berry  <karl@gnu.org>
37504
37505         * lib/config.charset: update from gettext 0.14.1.
37506
37507 2004-02-05  Paul Eggert  <eggert@twinsun.com>
37508
37509         Add comments and code, prompted by suggestions from Bruno Haible
37510         for sh-quote.
37511         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
37512         describing the enum quoting_style values.
37513         * lib/quotearg.c (quotearg_alloc): New function.
37514         (quotearg_buffer_restyled): Treat lone { and } as special.
37515         Treat = as special.  Work around bug with older shells
37516         that "see" a '\' that is really the 2nd byte of a multibyte char.
37517         Quote empty string with shell_quoting_style.
37518
37519 2004-02-03  Bruno Haible  <bruno@clisp.org>
37520
37521         * m4/pipe.m4: New file, from GNU gettext.
37522
37523 2004-02-03  Bruno Haible  <bruno@clisp.org>
37524
37525         * lib/pipe.h: New file, from GNU gettext.
37526         * lib/pipe.c: New file, from GNU gettext.
37527
37528 2004-01-27  Bruno Haible  <bruno@clisp.org>
37529
37530         * m4/execute.m4: New file, from GNU gettext.
37531
37532 2004-01-27  Bruno Haible  <bruno@clisp.org>
37533
37534         * lib/execute.h: New file, from GNU gettext.
37535         * lib/execute.c: New file, from GNU gettext.
37536         * lib/w32spawn.h: New file, from GNU gettext.
37537
37538 2004-01-24  Paul Eggert  <eggert@twinsun.com>
37539
37540         Merge from diffutils.
37541
37542         * lib/file-type.c (file_type): Add typed memory objects.
37543         * lib/file-type.h (S_TYPEISTMO): New macro.
37544
37545         * lib/c-stack.h (c_stack_action): Remove argv argument.
37546         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
37547         (die): Don't calculate message unless segv_action returns.
37548         (get_stack_location, min_address_from_argv, max_address_from_argv,
37549         volatile stack_base, volatile_stack_size): Remove.
37550         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
37551         that every segmentation violation is a stack overflow.  (Ouch!)
37552         See Debian bug 136249 (still outstanding) for more info about why
37553         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
37554
37555 2004-01-24  Paul Eggert  <eggert@twinsun.com>
37556
37557         Exit-status fix from coreutils.
37558
37559         Use exit_failure consistently in place of EXIT_FAILURE,
37560         so that program exit statuses are consistent on failure.
37561
37562         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
37563         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
37564         * lib/argmatch.h: Comment fix to match the above.
37565         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
37566         Now a macro referring to exit_failure, instead of a separate
37567         variable.  Include "exitfail.h" to get it.
37568         * lib/xstrtol.h: Include "exitfail.h".
37569         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
37570
37571         * lib/long-options.c (parse_long_options): Use prototype
37572         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
37573         for clarity.
37574
37575 2004-01-21  Jim Meyering  <jim@meyering.net>
37576
37577         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
37578         so as not to conflict with a different-sized __mktime_internal
37579         function in GNU libc.
37580         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
37581         Problem building statically-linked `ls' reported by Michael Brunnbauer.
37582
37583 2004-01-20  Karl Berry  <karl@gnu.org>
37584
37585         * config/config.guess: update from config.
37586
37587         * config/srclistvars.sh: GNUWWWLICENSES for karl.
37588
37589 2004-01-20  Bruno Haible  <bruno@clisp.org>
37590
37591         Safer stack allocation.
37592         * lib/setenv.c: Include allocsa.h.
37593         (alloca): Remove fallback definition.
37594         (freea): Remove macro.
37595         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
37596         instead of freea.
37597
37598 2004-01-20  Bruno Haible  <bruno@clisp.org>
37599
37600         * m4/eealloc.m4: New file, from GNU gettext.
37601
37602 2004-01-20  Bruno Haible  <bruno@clisp.org>
37603
37604         * m4/allocsa.m4: New file, from GNU gettext.
37605
37606 2004-01-20  Bruno Haible  <bruno@clisp.org>
37607
37608         * lib/xallocsa.h: New file, from GNU gettext.
37609         * lib/xallocsa.c: New file, from GNU gettext.
37610
37611 2004-01-20  Bruno Haible  <bruno@clisp.org>
37612
37613         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
37614
37615 2004-01-20  Bruno Haible  <bruno@clisp.org>
37616
37617         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
37618         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
37619         specially.
37620
37621 2004-01-20  Bruno Haible  <bruno@clisp.org>
37622
37623         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
37624         patch.
37625
37626 2004-01-20  Bruno Haible  <bruno@clisp.org>
37627
37628         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
37629
37630 2004-01-20  Bruno Haible  <bruno@clisp.org>
37631
37632         * lib/eealloc.h: New file.
37633
37634 2004-01-20  Bruno Haible  <bruno@clisp.org>
37635
37636         * lib/binary-io.h: Avoid warnings on Cygwin.
37637
37638 2004-01-20  Bruno Haible  <bruno@clisp.org>
37639
37640         * lib/allocsa.h: New file, from GNU gettext.
37641         * lib/allocsa.c: New file, from GNU gettext.
37642
37643 2004-01-18  Karl Berry  <karl@gnu.org>
37644
37645         * doc/gpl.texi, doc/lgpl.texi: new files.
37646
37647 2004-01-18  Karl Berry  <karl@gnu.org>
37648
37649         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
37650         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
37651
37652 2004-01-15  Paul Eggert  <eggert@twinsun.com>
37653
37654         Merge from coreutils.
37655
37656         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
37657         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
37658         (gl_DEFAULT_POSIX2_VERSION): Move
37659         the documentation from 'configure' into 'config.hin',
37660         so that 'configure --help' isn't burdened by it and
37661         we don't have to worry about its formatting there.
37662         Reword the documentation so that it's more succinct
37663         and can be run together into a single paragraph.
37664         * m4/same.m4 (gl_SAME): Check for pathconf.
37665
37666 2004-01-15  Paul Eggert  <eggert@twinsun.com>
37667
37668         Merge from coreutils.
37669
37670         * lib/posixver.c: Include posixver.h.
37671
37672         * lib/same.c: Include <stdbool.h>, <limits.h>.
37673         (_POSIX_NAME_MAX): Define if not defined.
37674         (MIN): New macro.
37675         (same_name): If file names are silently truncated, report
37676         that the file names are the same if they are the same after
37677         the silent truncation.
37678
37679         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
37680         conversion function.
37681         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
37682         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
37683         longer needed.
37684
37685 2004-01-15  Jim Meyering  <jim@meyering.net>
37686
37687         Merge from coreutils.
37688
37689         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
37690         if no library is required.
37691         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
37692         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
37693         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
37694         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
37695         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
37696         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
37697         value, $ac_cv_search_crypt, if it's "none required".
37698         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
37699         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
37700         not gl_FUNC_GETLOADAVG.
37701         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
37702         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
37703
37704 2004-01-15  Jim Meyering  <jim@meyering.net>
37705
37706         Merge from coreutils.
37707
37708         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
37709         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
37710         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
37711
37712         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
37713         optional configure-time default.
37714
37715         * lib/version-etc.c (version_etc_copyright): Update copyright date.
37716
37717         * lib/xreadlink.c (xreadlink): Correct outdated comment.
37718
37719 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
37720
37721         Merge from coreutils.
37722
37723         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
37724         value, $ac_cv_search_nanosleep, if it's "none required".
37725
37726 2004-01-14  Paul Eggert  <eggert@twinsun.com>
37727
37728         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
37729         with like-named macro in fnmatch.c.
37730         (EXT): Use an internal constant instead.
37731
37732         Merge fnmatch patches from glibc.
37733         * lib/fnmatch.c (mbsinit): Remove define.
37734         Add libc_hidden_ver (__fnmatch, fnmatch).
37735         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
37736         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
37737
37738 2004-01-14  Karl Berry  <karl@gnu.org>
37739
37740         * config/install-sh: update from automake.
37741
37742 2004-01-13  Karl Berry  <karl@gnu.org>
37743
37744         * config/install-sh: update from automake.
37745
37746 2004-01-09  Karl Berry  <karl@gnu.org>
37747
37748         * config/install-sh: update from automake.
37749
37750 2004-01-05  Karl Berry  <karl@gnu.org>
37751
37752         * config/config.{sub,guess}: update from config.
37753
37754 2003-12-31  Karl Berry  <karl@gnu.org>
37755
37756         * config/depcomp: update from automake.
37757
37758 2003-12-14  Karl Berry  <karl@gnu.org>
37759
37760         * lib/config.charset: update from gettext-runtime.
37761
37762 2003-12-03  Paul Eggert  <eggert@twinsun.com>
37763
37764         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
37765         Bug reported by Alfred M. Szmidt.
37766
37767 2003-12-03  Bruno Haible  <bruno@clisp.org>
37768
37769         * m4/gettext.m4: Upgrade from gettext-0.13.
37770         * m4/po.m4: Upgrade from gettext-0.13.
37771         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
37772         * m4/intmax.m4: New file, from gettext-0.13.
37773         * m4/printf-posix.m4: New file, from gettext-0.13.
37774
37775 2003-11-29  Karl Berry  <karl@gnu.org>
37776
37777         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
37778
37779 2003-11-25  Paul Eggert  <eggert@twinsun.com>
37780             Bruno Haible  <bruno@clisp.org>
37781
37782         * lib/printf-parse.h: Don't include sys/types.h.
37783         (ARG_NONE): New macro.
37784         (char_directive): Change type of *arg_index fields to size_t.
37785         * lib/printf-parse.c: Don't include sys/types.h.
37786         (SSIZE_MAX): Remove macro.
37787         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
37788         Remove unnecessary overflow check.
37789         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
37790         fields.
37791
37792 2003-11-25  Bruno Haible  <bruno@clisp.org>
37793
37794         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
37795
37796 2003-11-25  Bruno Haible  <bruno@clisp.org>
37797
37798         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
37799         gt_TYPE_SSIZE_T.
37800
37801 2003-11-24  Paul Eggert  <eggert@twinsun.com>
37802
37803         * modules/alloca: Remove dependency on xalloc.
37804
37805 2003-11-24  Paul Eggert  <eggert@twinsun.com>
37806
37807         * lib/alloca.c: Remove dependency on xalloc module.
37808         (xalloc_die): Remove.
37809         (memory_full) [!defined emacs]: New macro.
37810         [!defined emacs]: Don't include xalloc.h.
37811         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
37812         address arithmetic overflows.  Change datatypes a bit to avoid
37813         unnecessary casts.
37814
37815 2003-11-22  Jim Meyering  <jim@meyering.net>
37816
37817         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
37818         s/size/size_t/.
37819
37820 2003-11-21  Karl Berry  <karl@gnu.org>
37821
37822         * config/config.{sub,guess}: update from config.
37823
37824 2003-11-18  Karl Berry  <karl@gnu.org>
37825
37826         * config/config.{sub,guess}: update from config.
37827
37828         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
37829
37830 2003-11-17  Paul Eggert  <eggert@twinsun.com>
37831
37832         * README: Mention that S+T cannot overflow if S is the size of
37833         an existing object and T is sufficiently small.
37834
37835 2003-11-17  Jim Meyering  <jim@meyering.net>
37836
37837         On systems without utime and without a utimes function capable of
37838         dealing with a NULL struct utimbuf* argument, this utime replacement
37839         could -- in unusual circumstances -- leak a file descriptor.
37840         * lib/utime.c: Include <unistd.h> and <errno.h>.
37841         (utime_null): Be sure to close `fd' and to preserve errno.
37842         Reported by Geoff Collyer via Arnold Robbins.
37843
37844 2003-11-17  Bruno Haible  <bruno@clisp.org>
37845
37846         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
37847         (Depends-on): Add xsize.
37848
37849 2003-11-17  Bruno Haible  <bruno@clisp.org>
37850
37851         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
37852
37853 2003-11-17  Bruno Haible  <bruno@clisp.org>
37854
37855         * lib/vasnprintf.c (alloca): Remove fallback definition.
37856         (freea): Remove definition.
37857         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
37858         Reported by Paul Eggert.
37859
37860 2003-11-16  Paul Eggert  <eggert@twinsun.com>
37861             Bruno Haible  <bruno@clisp.org>
37862
37863         Protect against address arithmetic overflow.
37864         * lib/printf-args.h: Include stddef.h.
37865         (arguments): Change type of field 'count' to size_t.
37866         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
37867         'unsigned int' where appropriate.
37868         * lib/printf-parse.h: Include sys/types.h.
37869         (char_directive): Change type of *arg_index fields to ssize_t.
37870         (char_directives): Change type of fields 'count', max_*_length to
37871         size_t.
37872         * lib/printf-parse.c: Include sys/types.h and xsize.h.
37873         (SSIZE_MAX): Define fallback value.
37874         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
37875         instead of 'int' where appropriate. Check a_allocated, d_allocated
37876         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
37877         * lib/vasnprintf.c: Include xsize.h.
37878         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
37879         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
37880         overflow. Avoid wraparound when converting a width or precision from
37881         decimal to binary.
37882
37883 2003-11-16  Bruno Haible  <bruno@clisp.org>
37884
37885         Update from GNU gettext.
37886         * lib/printf-parse.c: Generalize to it can be compiled for wide
37887         strings.
37888         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
37889         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
37890         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
37891         SNPRINTF): New macros.
37892         Don't include <alloca.h> if the file is used inside libintl.
37893         (local_wcslen): New function, for Solaris 2.5.1.
37894         (VASNPRINTF): Use it instead of wcslen.
37895
37896 2003-11-16  Bruno Haible  <bruno@clisp.org>
37897
37898         * lib/xsize.h (xmax): New function.
37899         (xsum, xsum3, xsum4): Declare as "pure" functions.
37900
37901 2003-11-12  Paul Eggert  <eggert@twinsun.com>
37902
37903         * modules/xalloc (Files): Undo latest change, since xalloc.h
37904         no longer needs SIZE_MAX or PTRDIFF_MAX.
37905
37906 2003-11-12  Paul Eggert  <eggert@twinsun.com>
37907
37908         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
37909         gl_PTRDIFF_MAX.
37910
37911 2003-11-12  Paul Eggert  <eggert@twinsun.com>
37912
37913         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
37914         "return", to pacify some unknown compiler.  Problem reported
37915         by Joerg Schilling.
37916
37917 2003-11-12  Paul Eggert  <eggert@twinsun.com>
37918
37919         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
37920         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
37921         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
37922         heuristic is just as accurate as far as we know, and it removes a
37923         dependency on size_max.m4 and ptrdiff_max.m4.
37924
37925 2003-11-11  Bruno Haible  <bruno@clisp.org>
37926
37927         * modules/xsize (Files): Add m4/size_max.m4.
37928         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
37929
37930 2003-11-11  Bruno Haible  <bruno@clisp.org>
37931
37932         * m4/size_max.m4: New file.
37933         * m4/ptrdiff_max.m4: New file.
37934         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
37935         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
37936         (gl_XALLOC): Invoke it.
37937
37938 2003-11-11  Bruno Haible  <bruno@clisp.org>
37939
37940         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
37941         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
37942         defined.
37943
37944 2003-11-10  Paul Eggert  <eggert@twinsun.com>
37945
37946         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
37947         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
37948         rejected some allocations of exactly SIZE_MAX - 2 bytes.
37949         From Bruno Haible.
37950         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
37951         not (size_t) -1, since it's defined here.
37952
37953 2003-11-09  Karl Berry  <karl@gnu.org>
37954
37955         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
37956
37957 2003-11-06  Paul Eggert  <eggert@twinsun.com>
37958
37959         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
37960         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
37961         Reject sizes of exactly SIZE_MAX bytes.
37962         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
37963         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
37964
37965 2003-11-05  Bruno Haible  <bruno@clisp.org>
37966
37967         * lib/xsize.h: Include limits.h, to avoid a possible collision with
37968         SIZE_MAX defined in <limits.h> on Solaris.
37969
37970 2003-11-04  Jim Meyering  <jim@meyering.net>
37971
37972         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
37973         variable names, rather than @VAR@.
37974         * modules/poll: Likewise.
37975
37976 2003-11-04  Bruno Haible  <bruno@clisp.org>
37977
37978         * modules/xsize: New file.
37979         * modules/linebreak: Depend on xsize.
37980         * MODULES.html.sh (func_all_modules): Add xsize.
37981
37982 2003-11-04  Bruno Haible  <bruno@clisp.org>
37983
37984         * m4/xsize.m4: New file.
37985
37986 2003-11-04  Bruno Haible  <bruno@clisp.org>
37987
37988         * lib/xsize.h: New file.
37989         * lib/linebreak.c: Include xsize.h.
37990         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
37991         argument for overflow.
37992         Suggested by Paul Eggert.
37993
37994 2003-11-03  Karl Berry  <karl@gnu.org>
37995
37996         * config/config.{guess,sub}: update from config.
37997
37998 2003-11-03  Jim Meyering  <jim@meyering.net>
37999
38000         * modules/userspec (lib_SOURCES): Add userspec.h.
38001         (Include): Add "userspec.h".
38002         Improve description.
38003
38004 2003-11-03  Jim Meyering  <jim@meyering.net>
38005
38006         * lib/userspec.c: Include "userspec.h".
38007         * lib/userspec.h: New file.
38008
38009 2003-11-03  Bruno Haible  <bruno@clisp.org>
38010
38011         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
38012
38013 2003-11-03  Bruno Haible  <bruno@clisp.org>
38014
38015         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
38016         available, to avoid (extremely rare) race condition.
38017         Suggested by Paul Eggert.
38018
38019 2003-11-02  Karl Berry  <karl@gnu.org>
38020
38021         * config/srclist.txt (vasprintf.c): sync broken, sigh.
38022
38023 2003-10-31  Paul Eggert  <eggert@twinsun.com>
38024
38025         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
38026         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
38027         (read_filesystem_list): Set and use me_type_malloced.
38028         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
38029         whatever the type happens to be), for brevity and consistency.
38030         Check for size calculation overflow on Alphas running OSF/1.
38031
38032 2003-10-31  Jim Meyering  <jim@meyering.net>
38033
38034         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
38035
38036         * lib/linebuffer.c: Include <string.h> for declaration of memset.
38037
38038 2003-10-30  Paul Eggert  <eggert@twinsun.com>
38039             Bruno Haible  <bruno@clisp.org>
38040
38041         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
38042         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
38043
38044 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
38045
38046         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
38047         netbsd*-gnu*.  Suggested by Robert Millan.
38048
38049 2003-10-29  Paul Eggert  <eggert@twinsun.com>
38050
38051         * modules/group-member: Depend on stdbool.
38052
38053 2003-10-29  Paul Eggert  <eggert@twinsun.com>
38054
38055         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
38056
38057 2003-10-29  Paul Eggert  <eggert@twinsun.com>
38058
38059         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
38060         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
38061         after the 'gnu' in these cases.  This fixes some bugs in the
38062         previous change, and is based on suggestions by Robert Millan.
38063
38064 2003-10-29  Paul Eggert  <eggert@twinsun.com>
38065
38066         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
38067         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
38068         no longer needed.
38069         * lib/quotearg.c (quotearg_n_options): Use it.
38070         * lib/group-member.c: Include <stdbool.h>.
38071         (free_group_info): Arg is now const *; don't free arg.
38072         (get_group_info): Now returns bool and accepts struct group_info *,
38073         rather than returning a malloc'ed struct group_info *.
38074         All uses changed.  Check for overflow in internal size calculation.
38075
38076         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
38077         rather than xmalloc/xrealloc.
38078         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
38079         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
38080         conformance bug: the old code used a pointer after freeing the
38081         storage that it addressed.
38082         * lib/hash.c (hash_initialize): Simplify the code by using
38083         xalloc_oversized rather than doing it by hand.
38084         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
38085         the buffer preserved.  Use free and xmalloc instead.
38086         * lib/quotearg.c (quotearg_n_options): Likewise.
38087         Use a simpler test for size overflow.  Don't use xalloc_oversized
38088         because unsigned int might be wider than size_t (!); this suggests
38089         that we should switch from unsigned int to size_t for slot numbers.
38090
38091 2003-10-28  Paul Eggert  <eggert@twinsun.com>
38092
38093         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
38094         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
38095         NetBSD kernels.  Requested by Richard Stallman.
38096
38097 2003-10-27  Paul Eggert  <eggert@twinsun.com>
38098
38099         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
38100         to allocate the returned structure.  Do not allocate a subarray,
38101         as x2nrealloc will do that.
38102         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
38103         instead of xnrealloc.
38104         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
38105
38106 2003-10-27  Bruno Haible  <bruno@clisp.org>
38107
38108         * lib/stdbool_.h: Better support for BeOS.
38109
38110 2003-10-26  Paul Eggert  <eggert@twinsun.com>
38111
38112         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
38113         now uses inline.
38114
38115 2003-10-26  Paul Eggert  <eggert@twinsun.com>
38116
38117         * lib/xalloc.h (xalloc_oversized): New static inline function, for
38118         callers that want to do their own size-overflow checking.  Include
38119         <stdbool.h>, since xalloc_oversized returns bool.
38120         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
38121         to use xalloc_oversized.
38122
38123         Add two functions x2realloc, x2nrealloc, for programs that grow
38124         arrays dynamically by doubling their sizes.
38125         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
38126         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
38127         New functions.
38128
38129         Port to C99 semantics for 'inline' of external functions.
38130         Bug reported by Bruno Haible.
38131         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
38132         with the old contents of xnmalloc.
38133         (xnmalloc, xmalloc): Use it.
38134         (xnrealloc_inline): New static inline function,
38135         with the old contents of xnrealloc.
38136         (xnrealloc, xrealloc): Use it.
38137
38138         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
38139         that.
38140
38141 2003-10-26  Karl Berry  <karl@gnu.org>
38142
38143         * config/srclist.txt (COPYING.DOC): no longer available from
38144         /gd/gnuorg; don't know where the ultimate source is.
38145
38146 2003-10-25  Paul Eggert  <eggert@twinsun.com>
38147
38148         Fix several address-calculation bugs in the hash modules,
38149         plus some minor code cleanup.
38150
38151         * lib/hash.h: Include <stdbool.h>, for bool.
38152         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
38153         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
38154         hash_get_n_entries, hash_get_max_bucket_length,
38155         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
38156         hash_rehash): Use size_t rather than unsigned.
38157         * lib/hash.c (struct hash_table, hash_get_n_buckets,
38158         hash_get_n_buckets_used, hash_get_n_entries,
38159         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
38160         hash_get_entries, hash_do_for_each, hash_string, is_prime,
38161         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
38162         Likewise.
38163         (SIZE_MAX): Define if not defined.
38164         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
38165         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
38166         hash_print):
38167         Use const * when possible.
38168         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
38169         (check_tuning): Fix bug: if tuning parameters were very close to
38170         0 or 1, rounding errors could have caused subscript violations.
38171         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
38172         (hash_initialize): Add 'fail:' label
38173         to free table and return NULL, and use it to simplify code.
38174         Use calloc rather than clearing the storage ourself.
38175         (hash_initialize, hash_rehash): Check for arithmetic overflow in
38176         buffer size calculations.
38177         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
38178         Include <stddef.h>, for size_t.
38179         * lib/hash-pjw.c (hash_pjw): Likewise.
38180         Switch to method described by Bruno Haible.
38181         Include <limits.h>, for CHAR_BIT.
38182         (SIZE_BITS): New macro.
38183
38184 2003-10-23  Paul Eggert  <eggert@twinsun.com>
38185
38186         * m4/getline.m4 (AM_FUNC_GETLINE):
38187         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
38188         hosts.  Problem reported by Derek Robert Price in
38189         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
38190         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
38191         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
38192
38193 2003-10-21  Paul Eggert  <eggert@twinsun.com>
38194
38195         * lib/getndelim2.c (getndelim2): When size calculation overflows,
38196         ceiling the allocation at NMAX bytes rather than silently
38197         discarding input bytes before NMAX is reached.  This makes
38198         a difference only if NMAX exceeds SIZE_MAX / 2.
38199
38200         * lib/obstack.c: Merge from glibc.
38201         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
38202         Add libc_hidden_def (_obstack_newchunk).
38203         (_obstack_free) [! defined _LIBC]: Remove.
38204         [defined _LIBC]: Make a strong alias from obstack_free, rather than
38205         a clone of the function body.
38206         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
38207         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
38208
38209         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
38210         glibc.
38211         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
38212         arg to memcpy.
38213
38214         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
38215         (obstack_ptr_grow_fast, obstack_int_grow_fast):
38216         Don't use lvalue casts, as GCC plans to remove support for them
38217         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
38218         was also present in the non-GCC version, indicating that this
38219         code had always been buggy and had never been widely used.
38220         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
38221         Use the fast variant of each macro, rather than copying the
38222         definiens of the fast variant; that way, we'll be more likely to
38223         catch future bugs in the fast variants.
38224
38225 2003-10-20  Bruno Haible  <bruno@clisp.org>
38226
38227         * modules/wait-process: New file.
38228         * MODULES.html.sh (func_all_modules): Add wait-process.
38229
38230 2003-10-20  Bruno Haible  <bruno@clisp.org>
38231
38232         * m4/wait-process.m4: New file.
38233
38234 2003-10-20  Bruno Haible  <bruno@clisp.org>
38235
38236         * lib/wait-process.h: New file, from GNU gettext.
38237         * lib/wait-process.c: New file, from GNU gettext.
38238
38239 2003-10-19  Jim Meyering  <jim@meyering.net>
38240
38241         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
38242         HPUX 10.20.
38243
38244 2003-10-18  Karl Berry  <karl@gnu.org>
38245
38246         * config/config.guess: update from config.
38247
38248 2003-10-16  Paul Eggert  <eggert@twinsun.com>
38249
38250         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
38251         (getgroups): First arg is int, not size_t.
38252         Don't let 'free' mangle errno.
38253
38254 2003-10-16  Paul Eggert  <eggert@twinsun.com>
38255
38256         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
38257
38258 2003-10-16  Karl Berry  <karl@gnu.org>
38259
38260         * config/config.{guess,sub}: update from config.
38261
38262 2003-10-16  Jim Meyering  <jim@meyering.net>
38263
38264         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
38265         memcpy.
38266
38267 2003-10-15  Paul Eggert  <eggert@twinsun.com>
38268
38269         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
38270         (SIZE_MAX): Remove.
38271         (new_exclude, add_exclude_file): Initial size no longer needs to
38272         be a power of 2.
38273         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
38274         our own address arithmetic overflow checking.
38275
38276         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
38277         (fnmatch): Do not alloca more than 2000 wide characters;
38278         instead, use malloc for large buffers.
38279         Check for address arithmetic overflow, and return -1
38280         with errno set to ENOMEM in that case.
38281         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
38282         (NEW_PATTERN): Do not alloca more than 8000 bytes;
38283         instead, return -1.  Check for address arithmetic overflow.
38284
38285 2003-10-14  Paul Eggert  <eggert@twinsun.com>
38286
38287         Handle invalid suffixes and overflow independently, so that
38288         callers can treat them independently as needed.  Fix some bugs in
38289         suffix handling, e.g., "100k@" was not diagnosed as an invalid
38290         suffix for a human-readable blocksize.  The major caller-visible
38291         change is the addition of a new
38292         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
38293         that both overflow and suffix chars were found.
38294
38295         * lib/human.c (humblock): Don't check separately for invalid suffix
38296         char; that is xstrtoumax's job (now that its bug is fixed).
38297         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
38298         INTMAX_MAX]: New macros.
38299         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
38300         TYPE_MAXIMUM): New macros.
38301         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
38302         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
38303         if overflow occurs, as it's what __strtol does and it's more useful
38304         in practice.
38305         (__xstrtol): If __strtol reports some error other than ERANGE,
38306         reflect it to the caller as LONGINT_INVALID.  If it reports
38307         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
38308         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
38309         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
38310         value.
38311         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
38312         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
38313         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
38314         [defined UINTMAX_MAX]: New macros.
38315
38316 2003-10-14  Bruno Haible  <bruno@clisp.org>
38317
38318         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
38319
38320 2003-10-14  Bruno Haible  <bruno@clisp.org>
38321
38322         * m4/sig_atomic_t: New file, from GNU gettext.
38323         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
38324
38325 2003-10-14  Bruno Haible  <bruno@clisp.org>
38326
38327         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
38328         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
38329         Also use volatile where needed.
38330
38331 2003-10-12  Paul Eggert  <eggert@twinsun.com>
38332
38333         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
38334         Change maintainer from Bruno Haible to 'all'.
38335
38336 2003-10-12  Paul Eggert  <eggert@twinsun.com>
38337
38338         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
38339
38340 2003-10-12  Paul Eggert  <eggert@twinsun.com>
38341
38342         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
38343         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
38344         and define in terms of the other primitives.
38345         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
38346         (SIZE_MAX): Define if not already defined.
38347         (array_size_overflow): New function.
38348         (xalloc_die): Abort instead of exiting if 'error' returns.
38349         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
38350         (xmalloc, xrealloc): Use them.
38351         (xcalloc): Check for address arithmetic overflow.
38352         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
38353         a bit faster than strcpy.
38354
38355 2003-10-10  Simon Josefsson  <jas@extundo.com>
38356
38357         * modules/argp (Depends-on): Add restrict and strcase.
38358
38359 2003-10-10  Simon Josefsson  <jas@extundo.com>
38360
38361         * m4/argp.m4: Add AC_C_INLINE.
38362
38363 2003-10-08  Paul Eggert  <eggert@twinsun.com>
38364
38365         Merge getpass from libc, plus a few fixes.
38366
38367         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
38368         Include <stdbool.h>.
38369         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
38370         __fsetlocking to empty.
38371         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
38372         do include <bits/libc-lock.h>.
38373         Do not include <fcntl.h>; not needed.
38374         [_LIBC]: Include <wchar.h>.
38375         (NOTCANCEL_MODE): New macro.
38376         (flockfile, funlockfile) [_LIBC]: New macros.
38377         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
38378         [!_LIBC]: New macros.
38379         (call_fclose): New function.
38380         (getpass): Use it.  Save tty stream separately; this simplifies the
38381         code and makes it more reliable if stdin happens to equal stdout.
38382         Invoke __fsetlocking on tty.
38383         Handle thread cancellation if needed.
38384         Namespace cleanup (use __tcgetattr, __getline).
38385         Use bool for Booleans.
38386         [USE_IN_LIBIO]: Handle wide streams.
38387         [!_LIBC]: Unconditionally do the fseek, since we don't know what
38388         stream might go where.
38389
38390         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
38391         doesn't have to include <stdio.h> before us.
38392         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
38393         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
38394         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
38395         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
38396         if not declared, so that we can use getpass.c code from libc without
38397         rewriting it.
38398         (flockfile, ftrylockfile, funlockfile): New macros.
38399
38400 2003-10-08  Paul Eggert  <eggert@twinsun.com>
38401
38402         * modules/getpass: Depend on stdbool.
38403
38404 2003-10-08  Paul Eggert  <eggert@twinsun.com>
38405
38406         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
38407
38408 2003-10-07  Karl Berry  <karl@gnu.org>
38409
38410         * config/config.{guess,sub}: update from config.
38411
38412 2003-10-06  Jim Meyering  <jim@meyering.net>
38413             Bruno Haible  <bruno@clisp.org>
38414
38415         This lets translators provide better translations for the
38416         "Written by ..." part of --version output.
38417         * lib/version-etc.h: Include stdarg.h.
38418         (version_etc_copyright): Declare as readonly.
38419         (version_etc): Make this function variadic with a NULL-terminated list
38420         of author name strings.
38421         (version_etc_va): New declaration.
38422         * lib/version-etc.c: Include stdarg.h, stdlib.h.
38423         (version_etc_copyright): Declare as readonly.
38424         (version_etc_va): New function. Provide a different translatable string
38425         for each possible number of authors < 10. Abbreviate when there are 10
38426         authors or more.
38427         (version_etc): Make this function variadic. Call version_etc_va.
38428         Suggestion from Gary V. Vaughan.
38429
38430         * lib/long-options.h (parse_long_options): Change prototype: the
38431         authors string is moved to the end and becomes variadic.
38432         * lib/long-options.c: Include stdarg.h.
38433         (parse_long_options): Make this function variadic, too.
38434         Call version_etc_va, not version_etc.
38435
38436 2003-10-06  Bruno Haible  <bruno@clisp.org>
38437
38438         * modules/version-etc-2: Remove file.
38439         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
38440
38441 2003-10-06  Bruno Haible  <bruno@clisp.org>
38442
38443         * modules/fatal-signal: New file.
38444         * MODULES.html.sh (func_all_modules): Add fatal-signal.
38445
38446 2003-10-06  Bruno Haible  <bruno@clisp.org>
38447
38448         * m4/fatal-signal.m4: New file.
38449         * m4/signalblocking.m4: New file, from GNU gettext.
38450
38451 2003-10-06  Bruno Haible  <bruno@clisp.org>
38452
38453         * lib/version-etc-2.h: Remove file.
38454         * lib/version-etc-2.c: Remove file.
38455
38456 2003-10-06  Bruno Haible  <bruno@clisp.org>
38457
38458         * lib/fatal-signal.h: New file, from GNU gettext.
38459         * lib/fatal-signal.c: New file, from GNU gettext.
38460
38461 2003-10-05  Paul Eggert  <eggert@twinsun.com>
38462
38463         * README: Rework advice for preventing empty .o files.
38464         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
38465         not <sys/types.h>.
38466
38467 2003-10-04  Karl Berry  <karl@gnu.org>
38468
38469         * lib/argp*: update from libc.
38470
38471 2003-10-04  Karl Berry  <karl@gnu.org>
38472
38473         * config/config.{guess,sub}: update from config.
38474
38475 2003-10-02  Bruno Haible  <bruno@clisp.org>
38476
38477         * modules/lchown (Include): Add lchown.h.
38478         * modules/time_r (Include): Use "..." syntax.
38479         * modules/xgetdomainname (Include): Add xgetdomainname.h.
38480
38481 2003-10-01  Simon Josefsson  <jas@extundo.com>
38482
38483         * MODULES.html.sh (func_all_modules): Move gethostname from section
38484         'based on' to section 'lacking' POSIX:2001.
38485
38486 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
38487
38488         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
38489         to output mode on the same stream.
38490
38491 2003-09-29  Paul Eggert  <eggert@twinsun.com>
38492
38493         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
38494         Fix arg typo in previous patch.
38495
38496 2003-09-28  Jim Meyering  <jim@meyering.net>
38497
38498         * lib/error.c: Correct cpp indentation.
38499
38500 2003-09-27  Paul Eggert  <eggert@twinsun.com>
38501
38502         * modules/free: New file.
38503
38504 2003-09-27  Paul Eggert  <eggert@twinsun.com>
38505
38506         * m4/free.m4: New file.
38507
38508 2003-09-27  Paul Eggert  <eggert@twinsun.com>
38509
38510         * lib/minmax.h (MIN, MAX)
38511         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
38512         Omit the special code that used __typeof__, since we worry that
38513         it could be more trouble than it's worth.  See:
38514         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
38515         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
38516
38517         * lib/free.c: New file.
38518
38519 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
38520
38521         Trivial fixes to Makefile.am parts of module listings.
38522         * modules/strstr: Append strstr.h to lib_SOURCES.
38523         * modules/strcase: Likewise, for strcase.h.
38524
38525 2003-09-27  Karl Berry  <karl@gnu.org>
38526
38527         * config/mkinstalldirs: update from automake.
38528
38529 2003-09-26  Paul Eggert  <eggert@twinsun.com>
38530
38531         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
38532         (error_tail): Do not loop, reallocating temporary buffer, since
38533         the output cannot contain more wide characters than the input
38534         contains bytes, the size must be big enough already.  This avoids
38535         one potential size overflow calculation.  Check for size overflow
38536         when calculating temporary buffer size.  Free temporary buffer
38537         when done, if it was allocated with malloc; this plugs a memory
38538         leak.  Remove casts from void * to pointers, that are no longer
38539         needed now that we're assuming C89 or better.
38540
38541         Merge error changes from glibc.
38542
38543         * lib/error.c, error.h: Update copyright notice header to match glibc.
38544         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
38545         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
38546         Disable cancellation while printing error.
38547         * lib/error.h: Prepend __ to parameter names.
38548
38549 2003-09-26  Jim Meyering  <jim@meyering.net>
38550
38551         * lib/error.c (error_tail): Move some declarations
38552         into inner scope where the local variables are used.
38553
38554 2003-09-26  Bruno Haible  <bruno@clisp.org>
38555
38556         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
38557         stpncpy().
38558         Don't define stpncpy through config.h; it's now done through stpncpy.h.
38559
38560 2003-09-26  Bruno Haible  <bruno@clisp.org>
38561
38562         * lib/stpncpy.h (gnu_stpncpy): New declaration.
38563         (stpncpy): Define as alias for gnu_stpncpy.
38564         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
38565
38566 2003-09-25  Simon Josefsson  <jas@extundo.com>
38567
38568         * lib/xgetdomainname.h: New file.
38569         * lib/xgetdomainname.c: New file.
38570
38571 2003-09-25  Simon Josefsson  <jas@extundo.com>
38572             Bruno Haible  <bruno@clisp.org>
38573
38574         * modules/getdomainname: New file.
38575         * modules/xgetdomainname: New file.
38576         * MODULES.html.sh (func_all_modules): Add getdomainname,
38577         xgetdomainname.
38578
38579 2003-09-25  Simon Josefsson  <jas@extundo.com>
38580             Bruno Haible  <bruno@clisp.org>
38581
38582         * m4/getdomainname.m4: New file.
38583
38584 2003-09-25  Simon Josefsson  <jas@extundo.com>
38585             Bruno Haible  <bruno@clisp.org>
38586
38587         * lib/getdomainname.h: New file.
38588         * lib/getdomainname.c: New file.
38589
38590 2003-09-25  Karl Berry  <karl@gnu.org>
38591
38592         * lib/argp-fmtstream.c, argp-help.c: update from libc.
38593
38594 2003-09-25  Karl Berry  <karl@gnu.org>
38595
38596         * config/install-sh: update from automake.
38597
38598 2003-09-25  Bruno Haible  <bruno@clisp.org>
38599
38600         * modules/version-etc-2: New file, from modules/version-etc with
38601         modifications.
38602         * MODULES.html.sh (func_all_modules): Add version-etc-2.
38603
38604 2003-09-25  Bruno Haible  <bruno@clisp.org>
38605
38606         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
38607         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
38608
38609 2003-09-24  Simon Josefsson  <jas@extundo.com>
38610
38611         * modules/xgethostname: Add xgethostname.h.
38612
38613 2003-09-24  Paul Eggert  <eggert@twinsun.com>
38614
38615         * lib/linebuffer.c (freebuffer): Don't free the argument, just
38616         the buffer associated with the argument.  Bug reported by
38617         Simon Josefsson.
38618
38619 2003-09-24  Paul Eggert  <eggert@twinsun.com>
38620
38621         * README: Document assumptions that 'int' is at least 32 bits
38622         wide, that integer arithmetic is 2's complement without overflow,
38623         that there are no holes in integer values, that adding sizes of
38624         two nonoverlapping objects can't overflow, and that all-bits-zero
38625         yields scalar zero.  Fix spelling and capitalization typos.
38626
38627 2003-09-19  Karl Berry  <karl@gnu.org>
38628
38629         * lib/argp.h: update from libc.
38630
38631 2003-09-17  Paul Eggert  <eggert@twinsun.com>
38632
38633         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
38634         to avoid spurious warnings like "AC_RUN_IFELSE was called before
38635         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
38636
38637 2003-09-17  Paul Eggert  <eggert@twinsun.com>
38638
38639         * gnulib-tool: Use "test -h", not "test -L", for portability
38640         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
38641         (tags_regexp): Remove, since \| doesn't conform to POSIX.
38642         (sed_extract_prog): Issue s commands one-by-one, rather than
38643         using \| in one s command.
38644
38645 2003-09-16  Paul Eggert  <eggert@twinsun.com>
38646
38647         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
38648         input error, instead of returning NULL the next time we are called
38649         (and therefore losing track of errno).
38650
38651 2003-09-16  Bruno Haible  <bruno@clisp.org>
38652
38653         * gnulib-tool (func_create_testdir): Warn about duplicated
38654         dependencies.
38655
38656 2003-09-15  Paul Eggert  <eggert@twinsun.com>
38657
38658         * modules/argmatch, modules/fatal, modules/obstack,
38659         modules/xalloc, modules/xgethostname: Sort dependencies by
38660         importance, not alphabetically.
38661
38662 2003-09-15  Paul Eggert  <eggert@twinsun.com>
38663
38664         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
38665         fails, so that the caller gets the proper errno.
38666
38667         * lib/readutmp.c (read_utmp): Likewise.
38668         Check for fstat error.  Close stream and free storage
38669         when failing.
38670
38671 2003-09-14  Karl Berry  <karl@gnu.org>
38672
38673         * config/srclist.txt (strdup.c): disable for c89 changes.
38674
38675 2003-09-14  Jim Meyering  <jim@meyering.net>
38676
38677         * lib/getloadavg.c: Correct cpp indentation.
38678         * lib/strdup.c: Likewise.
38679         * lib/vasnprintf.c: Likewise.
38680
38681 2003-09-14  Bruno Haible  <bruno@clisp.org>
38682
38683         * modules/fwriteerror: New file.
38684         * MODULES.html.sh (func_all_modules): Add fwriteerror.
38685
38686 2003-09-14  Bruno Haible  <bruno@clisp.org>
38687
38688         * lib/fwriteerror.h: New file.
38689         * lib/fwriteerror.c: New file.
38690
38691 2003-09-12  Paul Eggert  <eggert@twinsun.com>
38692
38693         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
38694         modules/xgethostname, modules/xalloc: Depend on exit.
38695
38696 2003-09-12  Paul Eggert  <eggert@twinsun.com>
38697
38698         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
38699
38700         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
38701         and AC_MINIX, too, so that their extensions are available.
38702
38703         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
38704         This macro has been superseded by gl_BACKUPFILE.
38705
38706         More patches to assume C89 or better.
38707
38708         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
38709
38710         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
38711         unconditionally.
38712         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
38713         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
38714         Include <string.h>, <stdlib.h> unconditionally.
38715         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
38716         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
38717         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
38718         headers or for string.h.
38719         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
38720         or strtoul.
38721
38722         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
38723         headers.
38724         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
38725         * m4/userspec.m4 (gl_USERSPEC): Likewise.
38726         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
38727         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
38728         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
38729         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
38730         memcpy, memset.
38731         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
38732         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
38733         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
38734         strtol.
38735         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
38736         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
38737         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
38738         strtoul.
38739
38740 2003-09-12  Paul Eggert  <eggert@twinsun.com>
38741
38742         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
38743         * lib/obstack.c [!defined _LIBC]: Likewise.
38744         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
38745         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
38746         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
38747
38748         More changes to assume C89 or better.
38749
38750         * lib/error.c (error_tail): Assume vprintf.
38751
38752         * lib/argmatch.c (getenv): Remove decl.
38753         * lib/progreloc.c (get_full_program_name): Define via prototype.
38754         * lib/setenv.c (clearenv): Likewise.
38755         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
38756         needed.
38757         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
38758         (malloc, memcpy): Remove decls.
38759         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
38760         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
38761         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
38762         (memcpy): Remove macro.
38763         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
38764         (__P): Remove.  All uses removed.
38765         (PTR): Remove.  All uses changed to void *.
38766         (CHAR_BIT, NULL): Remove.
38767         (spaces, zeros, memset_space, memset_zero)
38768         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
38769         Remove.
38770         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
38771         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
38772         Define with prototype.
38773         Remove now-unnecessary prototype decl.
38774         (extra_args_spec): Assume ANSI C.  All uses changed.
38775         (extra_args_spec_iso): Remove.
38776         (my_strftime, emacs_strftimeu): Define via prototype.
38777         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
38778         unconditionally.
38779         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
38780         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
38781         (strtoul, strtol): Remove decls.
38782         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
38783         LONG_MAX): Remove.
38784         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
38785         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
38786         (LOCALE_PARAM_PROTO): New macro.
38787         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
38788         (INTERNAL (strtol), strtol): Define with a prototype.
38789         (PARAMS): Remove.  All uses removed.
38790         * lib/tempname.c: Include <string.h> unconditionally.
38791         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
38792         * lib/xgethostname.c (main): Define with a prototype.
38793         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
38794         Include <stdlib.h> unconditionally.
38795         (calloc, malloc, realloc, free): Remove decls.
38796         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
38797         Include <stdlib.h> unconditionally.  Sort include file names.
38798         (strtod): Remove.
38799         (xstrtod): Define with a prototype.
38800         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
38801         (strtol, strtoul): Remove decls.
38802
38803 2003-09-11  Paul Eggert  <eggert@twinsun.com>
38804
38805         More patches to assume C89 or better.
38806         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
38807         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
38808         string.h, memchr, STDC_HEADERS.
38809
38810 2003-09-11  Paul Eggert  <eggert@twinsun.com>
38811
38812         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
38813         Include <stdlib.h>, <string.h> unconditionally.
38814         Remove now-unnecessary cast to char *.
38815         * lib/strnlen.c: Include <string.h> unconditionally.
38816         * lib/yesno.c (yesno): Define with a prototype.
38817
38818 2003-09-11  Bruno Haible  <bruno@clisp.org>
38819
38820         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
38821
38822 2003-09-10  Jim Meyering  <jim@meyering.net>
38823
38824         * lib/error.c: Correct indentation of cpp directives.
38825
38826 2003-09-10  Bruno Haible  <bruno@clisp.org>
38827
38828         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
38829         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
38830         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
38831         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
38832         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
38833         <stdlib.h> and <string.h> checks.
38834         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
38835         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
38836
38837 2003-09-10  Bruno Haible  <bruno@clisp.org>
38838
38839         * lib/strcspn.c: Include <string.h> unconditionally.
38840         * lib/strpbrk.c: Include <string.h> unconditionally.
38841         * lib/strstr.c: Include <string.h> unconditionally.
38842         * lib/unicodeio.c: Include <string.h> unconditionally.
38843         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
38844         * lib/unsetenv.c: Likewise.
38845         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
38846         * lib/yesno.c: Include <stdlib.h> unconditionally.
38847         (rpmatch): Add prototype.
38848
38849 2003-09-09  Paul Eggert  <eggert@twinsun.com>
38850
38851         More patches to assume C89 or better.
38852         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
38853         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
38854         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
38855         or for string.h.
38856         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
38857         stdlib.h.
38858         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
38859         C headers.
38860         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
38861         string.h.
38862         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
38863         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
38864         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
38865         or for string.h.
38866         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
38867         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
38868         C headers.
38869         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
38870         memcpy.
38871         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
38872         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
38873         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
38874         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
38875         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
38876         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
38877         string.h, free.
38878         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
38879         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
38880         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
38881         C headers, or for string.h.
38882         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
38883         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
38884         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
38885         headers, memory.h, stdlib.h, string.h, strings.h.
38886         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
38887         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
38888         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
38889         strchr.
38890         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
38891         headers, memory.h, string.h.
38892         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
38893         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
38894         free.
38895         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
38896         headers.
38897         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
38898         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
38899         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
38900         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
38901         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
38902
38903 2003-09-09  Paul Eggert  <eggert@twinsun.com>
38904
38905         More K&R removal.
38906
38907         * lib/acosl.c (main): Use a prototype.
38908         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
38909         tanl.c: Likewise.
38910
38911         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
38912
38913         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
38914         (getopt, etopt_long, getopt_long_only, _getopt_internal)
38915         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
38916         with a prototype.
38917         * lib/getopt.c (const): Remove macro.
38918         Include <string.h> unconditionally.
38919         (my_index): Remove; all uses changed to strchr.
38920         (strlen): Remove decl.
38921         (exchange): Remove forward decl; no longer needed.
38922         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
38923         Define with prototype.
38924         * lib/getopt1.c (const): Remove macro.
38925         (getopt_long, getopt_long_only, main): Define with prototype.
38926
38927         * lib/getugroups.c: Include <string.h> unconditionally.
38928
38929         * lib/getusershell.c: Include <stdlib.h> unconditionally.
38930         (getusershell, setusershell, endusershell, readname, main):
38931         Define with prototypes.
38932
38933         * lib/group-member.c: Include group-member.h first.
38934         Include <stdlib.h> unconditionally.
38935
38936         * lib/hard-locale.c: Include hard-locale.h first.
38937         Include <stdlib.h>, <string.h> unconditionally.
38938
38939         * lib/hash.c (free, malloc): Remove decls.
38940         Include <stdlib.h> unconditionally.
38941
38942         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
38943         (getenv): Do not declare.
38944
38945         * lib/idcache.c: Include <string.h> unconditionally.
38946
38947         * lib/long-options.c: Include long-options.h first, to test interface.
38948         Include <stdlib.h> unconditionally.
38949
38950         * lib/makepath.c: Include makepath.h first, to test interface.
38951         Include <stdlib.h> and <string.h> unconditionally.
38952
38953         * lib/linebuffer.c: Include <stdlib.h>.
38954         (free): Remove decl.
38955
38956         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
38957         stddef.h. rpl_malloc returns void *, not char *.
38958         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
38959         prototype.
38960
38961         * lib/md5.h: Include <limits.h> unconditionally.
38962         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
38963         (__P): Remove; all uses removed.
38964         * lib/md5.c: Include "md5.h" first.
38965         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
38966         md5_buffer, md5_process_bytes, md5_process_block):
38967         Define with prototypes.
38968         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
38969         * lib/sha.c: Include "sha.h" first.
38970         Include <stdlib.h>, <string.h> unconditionally.
38971
38972         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
38973         * lib/memcmp.c (__ptr_t): Likewise.
38974         * lib/memrchr.c (__ptr_t): Likewise.
38975         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
38976         Include <string.h> unconditionally.
38977         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
38978         * lib/memchr.c: Include <stdlib.h> unconditionally.
38979         * lib/memchr.c (LONG_MAX): Remove.
38980         * lib/memrchr.c (LONG_MAX): Likewise.
38981         * lib/memchr.c (__memchr): Define via a prototype.
38982         * lib/memrchr.c (__memrchr): Likewise.
38983         * lib/memcmp.c (__P): Remove, and remove all uses.
38984         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
38985         Remove forward decls; no longer needed.
38986         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
38987         Use types required by C89 in prototype.
38988
38989         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
38990         * lib/savedir.c: Likewise.
38991         * lib/mkdir.c (free): Remove decl.
38992         * lib/rmdir.c (rmdir): Define with a prototype.
38993         * lib/savedir.c: Include savedir.h first, to test interface.
38994
38995         * lib/mktime.c (STDC_HEADERS): Remove.
38996         Include <stdlib.h>, <string.h> unconditionally.
38997
38998         * lib/modechange.c: Include <stdlib.h> unconditionally.
38999         (malloc): Remove decl.
39000
39001         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
39002         (free): Remove decl.
39003
39004         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
39005         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
39006         (This type really should be intptr_t, but that's a C99ism.)
39007         (_obstack_memcpy): Remove: all uses changed to memcpy.
39008         Include <string.h> unconditionally.
39009         (struct obstack): Assume __STDC__ for types of members
39010         chunkfun, freefun, extra_arg.
39011         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
39012         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
39013         obstack_begin, obstack_specify_allocation,
39014         obstack_specify_allocation_with_arg, obstack_chunkfun,
39015         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
39016         Remove unprototyped decls and the macros that use them.
39017         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
39018         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
39019         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
39020         (defined __STDC__ && __STDC__)]:
39021         Remove nonprototyped code.
39022         Include <stdlib.h> unconditionally.
39023         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
39024         _obstack_allocated_p, _obstack_free, obstack_free,
39025         _obstack_memory_used, print_and_abort):
39026         Define using prototypes.
39027         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
39028         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
39029         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
39030         obstack_next_free, obstack_object_size, obstack_room) [0]:
39031         Remove unused, unprototyped code.
39032
39033         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
39034
39035         * lib/physmem.c (physmem_total, physmem_available, main): Define
39036         with prototypes.
39037
39038         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
39039         (main): Define with a prototype.
39040
39041         * lib/posixver.c (getenv): Remove decl.
39042
39043         * lib/putenv.c (malloc): Returns void *, not char *.
39044         Include <string.h> unconditionally.
39045         (strchr, memcpy, NULL): Do not define.
39046
39047         * lib/readtokens.c: Include readtokens.h first, to test interface.
39048         Include <stdlib.h>, <string.h> unconditionally.
39049         (init_tokenbuffer): Define with a prototype.
39050
39051         * lib/regex.c (PARAMS): Remove.  All uses removed.
39052         All uses of _RE_ARGS removed, too.
39053         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
39054         unconditionally.
39055         (bzero): Assume memset exists.
39056         (memcmp, memcpy, NULL): Remove.
39057         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
39058         char, or assignments to local vars of type signed char.
39059         (init_syntax_once, PREFIX(extract_number_and_incr),
39060         PREFIX(print_partial_compiled_pattern),
39061         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
39062         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
39063         PREFIX(regex_grow_registers), PREFIX(regex_compile),
39064         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
39065         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
39066         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
39067         wcs_compile_range, byte_compile_range, truncate_wchar,
39068         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
39069         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
39070         count_mbs_length, wcs_re_match_2_internal,
39071         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
39072         PREFIX(alt_match_null_string_p),
39073         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
39074         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
39075         regfree, PREFIX(extract_number)): Define with prototype.  Remove
39076         now-unnecessary declaration, if any.
39077         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
39078         regcomp, regexec):
39079         Remove now-unnecessary casts among pointer types.
39080         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
39081
39082         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
39083         (free): Remove decl.
39084
39085         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
39086
39087         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
39088         (free): Remove decl.
39089
39090         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
39091         * lib/xgetcwd.c: Likewise.
39092
39093         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
39094         (free): Remove decl.
39095
39096         * lib/strchrnul.c (strchrnul): Define with a prototype.
39097         Fix bug: c_in was not converted to char before searching.
39098
39099         The following changes are not K&R related:
39100
39101         * lib/group-member.h: Include <sys/types.h>, so that this file is
39102         self-contained.
39103         * lib/makepath.h: Likewise.
39104
39105         * lib/getusershell.c (readname, default_index, line_size, readname):
39106         Use size_t, not int, for sizes.
39107         (readname): If the size overflows, report an error instead of
39108         looping forever.
39109
39110 2003-09-09  Paul Eggert  <eggert@twinsun.com>
39111
39112         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
39113         libc.
39114
39115 2003-09-09  Paul Eggert  <eggert@twinsun.com>
39116
39117         * README: New section: portability guidelines.
39118
39119 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
39120
39121         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
39122         C89 spec.
39123
39124 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
39125
39126         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
39127
39128 2003-09-08  Paul Eggert  <eggert@twinsun.com>
39129
39130         Assume C89 or better; remove K&R cruft.
39131         A few of these changes were first proposed by Derek Robert Price
39132         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
39133
39134         * lib/addext.c: Include <string.h> unconditionally.
39135         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
39136         Don't declare getenv or malloc.
39137
39138         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
39139         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
39140         (NULL): Remove.
39141         (find_stack_direction, alloca): Use prototypes.
39142
39143         * lib/atexit.c (atexit): Define using a prototype.
39144
39145         * lib/basename.c, dirname.c, stripslash.c:
39146         Include <string.h> unconditionally.
39147
39148         * lib/bcopy.c: Include <stddef.h>.
39149         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
39150
39151         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
39152
39153         * lib/error.h (error, error_at_line, error_print_progname)
39154         [! (defined (__STDC__) && __STDC__)]: Remove decls.
39155         * lib/error.c: Include error.h first, to check interface.
39156         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
39157         (VA_START): Remove; all uses changeed to va_start.
39158         (exit, strerror): Remove decls.
39159         (error_print_progname): Prototype uncondionally.
39160         Don't include <errno.h>; no longer needed.
39161         (private_strerror): Remove.
39162         (error_tail): Always define.
39163         (error, error_at_line): Assume C89 or better; always use prototypes.
39164         * lib/fatal.c: Include "fatal.h" first, to test interface.
39165         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
39166         (VA_START): Remove; all uses changed to va_start.
39167         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
39168         this case.
39169         (exit): Remove decl.
39170         (fatal): Prototype unconditionally.  Assume va_start works.
39171         Abort at end, to pacify gcc.
39172
39173         * lib/euidaccess.c (main): Define with a prototype.
39174
39175         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
39176
39177         * lib/exitfail.c: Include <stdlib.h> unconditionally.
39178
39179         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
39180         prototypes.
39181         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
39182         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
39183         (getenv): Remove decl.
39184         (fnmatch): Define using a prototype.
39185         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
39186         (FCT): Define using a prototype.
39187
39188         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
39189
39190         * lib/gethostname.c: Include <stddef.h>.
39191         (gethostname): Define with prototype.  Length is size_t, not int.
39192
39193 2003-09-08  Paul Eggert  <eggert@twinsun.com>
39194
39195         Assume C89 or better; remove K&R cruft.
39196         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
39197         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
39198         string.h, getenv, malloc.
39199         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
39200         headers.
39201         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
39202         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
39203         do not check for strerror.
39204         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
39205         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
39206         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
39207         do not check for doprnt or vprintf.
39208         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
39209         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
39210
39211 2003-09-08  Paul Eggert  <eggert@twinsun.com>
39212
39213         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
39214         getversion.c should have been removed then, but was accidentally
39215         preserved.
39216
39217         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
39218         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
39219
39220 2003-09-08  Karl Berry  <karl@gnu.org>
39221
39222         * config/config.sub, config.guess, srclistvars.sh: update from savannah
39223                 config, forget about prep.
39224
39225         * config/depcomp, missing: update from automake.
39226
39227 2003-09-07  Paul Eggert  <eggert@twinsun.com>
39228
39229         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
39230         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
39231
39232 2003-09-07  Paul Eggert  <eggert@twinsun.com>
39233
39234         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
39235         copy_tm_result.  Bug reported by Simon Josefsson in
39236         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
39237
39238 2003-09-06  Paul Eggert  <eggert@twinsun.com>
39239
39240         * m4/time_r.m4: New file.
39241         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
39242         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
39243         is. Check for timegm declaration.
39244         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
39245         Do not check for gmtime_r.
39246         Replace mktime if __mktime_internal does not exist and if mktime
39247         hasn't been replaced already.
39248
39249 2003-09-06  Paul Eggert  <eggert@twinsun.com>
39250
39251         * lib/time_r.c, lib/time_r.h: New files.
39252
39253         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
39254         __localtime_r.
39255         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
39256         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
39257
39258         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
39259         __gmtime_r.
39260         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
39261         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
39262         Include <time_r.h>.
39263
39264         * lib/timegm.c: Switch to glibc implementation, with the following
39265         changes:
39266         [defined HAVE_CONFIG_H]: Include <config.h>.
39267         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
39268         (__mktime_internal) [!defined _LIBC]: New decl.
39269         (__gmtime_r) [!defined _LIBC]: New macro and function.
39270         (timegm): Use a prototype, since gnulib assumes C89.
39271         Do not bother declaring tmp to be const, as it's not really usefu.
39272         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
39273         (timegm): Declare only if HAVE_DECL_TIMEGM.
39274
39275 2003-09-06  Paul Eggert  <eggert@twinsun.com>
39276
39277         * MODULES.html.sh (func_all_modules): Add time_r.
39278         * modules/time_r: New file.
39279         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
39280         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
39281
39282 2003-09-03  Paul Eggert  <eggert@twinsun.com>
39283
39284         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
39285         Bug reported by Lute Kamstra in
39286         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
39287
39288         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
39289         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
39290         course with correspondingly smaller numbers for tomorrow and
39291         yesterday.  From Tadayoshi Funaba.  Originally installed into
39292         sh-utils on 1999-08-07, but the patch got lost (I guess during the
39293         coreutils merge?).
39294
39295 2003-08-31  Simon Josefsson  <jas@extundo.com>
39296
39297         * modules/timegm: New file.
39298         * MODULES.html.sh (func_all_modules): Add timegm.
39299
39300 2003-08-31  Simon Josefsson  <jas@extundo.com>
39301
39302         * m4/timegm.m4: New file.
39303
39304 2003-08-31  Simon Josefsson  <jas@extundo.com>
39305
39306         * lib/timegm.h: New file.
39307         * lib/timegm.c: New file.  Based on
39308         wget-1.8.2/src/http.c:mktime_from_utc.
39309
39310 2003-08-31  Karl Berry  <karl@gnu.org>
39311
39312         * lib/argp.h: update from libc.
39313
39314 2003-08-28  Bruno Haible  <bruno@clisp.org>
39315
39316         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
39317         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
39318         followed by '#define fnmatch fnmatch_posix' gives an error.
39319
39320 2003-08-28  Bruno Haible  <bruno@clisp.org>
39321
39322         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
39323         warning on QNX, which defines O_BINARY to 000000.
39324
39325 2003-08-27  Jim Meyering  <jim@meyering.net>
39326
39327         * m4/mkstemp.m4: Require that the system mkstemp be able to create
39328         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
39329         would fail after 32.  Reported by Danny Levinson.  Details here:
39330         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
39331
39332 2003-08-24  Bruno Haible  <bruno@clisp.org>
39333
39334         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
39335         MSVC7 <stdio.h> is included later.
39336
39337 2003-08-22  Simon Josefsson  <jas@extundo.com>
39338
39339         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
39340
39341 2003-08-20  Karl Berry  <karl@gnu.org>
39342
39343         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
39344
39345 2003-08-20  Bruno Haible  <bruno@clisp.org>
39346
39347         * modules/progname: New file.
39348         * MODULES.html.sh (func_all_modules): Add progname.
39349
39350 2003-08-20  Bruno Haible  <bruno@clisp.org>
39351
39352         * lib/progname.h: New file, from GNU gettext.
39353         * lib/progname.c: New file, from GNU gettext.
39354         * lib/progreloc.c: New file, from GNU gettext.
39355
39356 2003-08-19  Jim Meyering  <jim@meyering.net>
39357
39358         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
39359         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
39360
39361 2003-08-19  Bruno Haible  <bruno@clisp.org>
39362
39363         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
39364         more.
39365
39366 2003-08-19  Bruno Haible  <bruno@clisp.org>
39367
39368         * lib/xstrdup.c: Assume <string.h> exists.
39369
39370 2003-08-18  Paul Eggert  <eggert@twinsun.com>
39371
39372         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
39373         in makefile rules.
39374
39375 2003-08-18  Jim Meyering  <jim@meyering.net>
39376
39377         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
39378         * m4/lib-ld.m4: Likewise.
39379
39380 2003-08-18  Jim Meyering  <jim@meyering.net>
39381
39382         * lib/setenv.h: Indent nested cpp directive.
39383         * lib/vasnprintf.c: Remove trailing blanks.
39384
39385 2003-08-17  Simon Josefsson  <jas@extundo.com>
39386
39387         * modules/xstrndup: New file.
39388         * MODULES.html.sh (func_all_modules): Add xstrndup.
39389
39390 2003-08-17  Simon Josefsson  <jas@extundo.com>
39391
39392         * modules/argp: Fix autoconf macro name. Add more dependencies.
39393
39394 2003-08-17  Simon Josefsson  <jas@extundo.com>
39395
39396         * m4/xstrndup.m4: New file.
39397
39398 2003-08-17  Simon Josefsson  <jas@extundo.com>
39399
39400         * m4/argp.m4: New file.
39401
39402 2003-08-17  Simon Josefsson  <jas@extundo.com>
39403             Bruno Haible  <bruno@clisp.org>
39404
39405         * lib/xstrndup.h: New file.
39406         * lib/xstrndup.c: New file.
39407
39408 2003-08-17  Bruno Haible  <bruno@clisp.org>
39409
39410         * modules/strndup (Files, Include): Add lib/strndup.h.
39411
39412 2003-08-17  Bruno Haible  <bruno@clisp.org>
39413
39414         * modules/euidaccess (Files): Add lib/euidaccess.h.
39415
39416 2003-08-17  Bruno Haible  <bruno@clisp.org>
39417
39418         * lib/strndup.h: New file.
39419
39420 2003-08-17  Bruno Haible  <bruno@clisp.org>
39421
39422         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
39423         like AC_GNU_SOURCE.
39424         * modules/extensions (configure.ac): Comment out the invocation of
39425         gl_USE_SYSTEM_EXTENSIONS.
39426
39427 2003-08-16  Paul Eggert  <eggert@twinsun.com>
39428
39429         Merges from coreutils, etc.
39430         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
39431         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
39432         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
39433         fixing a typo.
39434         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
39435         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
39436
39437 2003-08-16  Paul Eggert  <eggert@twinsun.com>
39438
39439         Document merge from coreutils.
39440         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
39441         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
39442         * modules/utime: Add m4/utimes-null.m4.
39443
39444 2003-08-16  Paul Eggert  <eggert@twinsun.com>
39445
39446         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
39447         space, undoing this 2003-08-12 change:
39448         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
39449
39450 2003-08-16  Paul Eggert  <eggert@twinsun.com>
39451
39452         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
39453         strtoul.c from libc, undoing this 2003-08-12 change:
39454         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
39455
39456 2003-08-16  Jim Meyering  <jim@meyering.net>
39457
39458         Merges from coreutils.
39459         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
39460         prefix.  Adjust cache variables similarly.  Create 500 rather than
39461         just 300 files, to exercise bug on Darwin6.5, too.
39462         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
39463         $missing_dir.
39464         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
39465         AM_SYS_POSIX_TERMIOS.
39466         Reported by mkc@mathdogs.com.
39467         Also change use of $am_cv_sys_posix_termios
39468         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
39469         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
39470         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
39471         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
39472         in /proc/mounts until it finds one with matching device number.  This
39473         is unnecessary when the FILE argument *is* a mount point.  No stat call
39474         is necessary in that case.  So, disable the statvfs-testing code on
39475         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
39476         as RedHat bug# 84846.
39477         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
39478         to 1MB, so as not to render systems with no stack size limit (e.g.,
39479         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
39480         Include <unistd.h>.  On some systems,
39481         it is required for the definition of _SC_PAGESIZE.
39482
39483 2003-08-16  Jim Meyering  <jim@meyering.net>
39484
39485         Merge from coreutils.
39486         * lib/xstrtoimax.c: #else #if -> #elif.
39487         * lib/xstrtoumax.c: Likewise.
39488
39489 2003-08-16  Jim Meyering  <jim@meyering.net>
39490
39491         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
39492         * m4/utimes.m4: Removed.
39493         * m4/utimes-null.m4: Renamed from utimes.m4.
39494
39495         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
39496         to 1MB, so as not to render systems with no stack size limit (e.g.,
39497         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
39498         Include <unistd.h>.  On some systems,
39499         it is required for the definition of _SC_PAGESIZE.
39500
39501 2003-08-16  Jim Meyering  <jim@meyering.net>
39502         and Paul Eggert  <eggert@cs.ucla.edu>
39503
39504         Merges from coreutils, etc.
39505
39506         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
39507         using the latest version from cvs.  This avoids problems with #line
39508         directives using a vendor (Sun) compiler.
39509         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
39510         Don't set GETGROUPS_LIB here; now it's
39511         done via getgroups.m4's wrapper function.
39512         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
39513         rather than just in sh-util/configure.in, so that the
39514         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
39515         same.
39516         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
39517         AC_FUNC_GETLOADAVG where to find getloadavg.c.
39518         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
39519         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
39520         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
39521         Remove code that is now done by the newly-required macros.
39522         Append $(EXEEXT) to DF_PROG.
39523         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
39524         Do not invoke or require the following here,
39525         since prereq.m4 or some gnulib .m4 now does this for us:
39526         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
39527         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
39528         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
39529         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
39530         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
39531         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
39532         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
39533         AC_FUNC_OBSTACK.
39534         Do not replace the following functions, as this is now the job
39535         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
39536         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
39537         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
39538         atexit getpass, strdup, getpagesize.
39539         Replace 'raise'.
39540         Do not check for the following functions, as this is now the job
39541         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
39542         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
39543         setregid.
39544         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
39545         Check for sys/sysctl.h.
39546         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
39547         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
39548         of checking for ssize_t ourselves.
39549
39550         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
39551         Require every macro that gnulib/modules/* suggests for us.
39552         (jm_PREREQ_ADDEXT): New macro.
39553         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
39554         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
39555
39556         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
39557         (gl_PHYSMEM): Use it.
39558         Also check for `table' function.
39559         Check for new headers and functions.
39560         Add check for sys/sysmp.h.
39561         With suggestions from Kaveh Ghazi.
39562         Ignore headers that are present but cannot be compiled.  This
39563         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
39564         C 5.4.
39565
39566 2003-08-15  Paul Eggert  <eggert@twinsun.com>
39567
39568         Document merge from coreutils.
39569         * modules/userspec: Depend on posixver.
39570         * modules/strftime: Depend on tzset.
39571
39572 2003-08-15  Paul Eggert  <eggert@twinsun.com>
39573
39574         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
39575         rather than tab, after '#' in shell-script copyright notices.
39576         Suggested by Bruno Haible.
39577
39578 2003-08-15  Paul Eggert  <eggert@twinsun.com>
39579
39580         * config/srclist-update: Use three spaces, rather than tab, after '#'
39581         in shell-script copyright notices.  Suggested by Bruno Haible.
39582         Remove unnecessary parenthesization in regular expression.
39583
39584 2003-08-15  Jim Meyering  <jim@meyering.net>
39585
39586         Merge from coreutils.
39587         * lib/xgethostname.c: Include <stdlib.h>.
39588         (xghostname): Don't exit for anything other than memory-related
39589         failure; just return NULL.
39590         * lib/userspec.c: Include "posixver.h".
39591         (parse_user_spec): Accept `.' as a separator only
39592         in pre-POSIX-200112 mode.
39593         * lib/strtoimax.c: Use #elif rather than #else #if.
39594         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
39595         Remove function, now that we can rely on a working tzset function.
39596         [!_LIBC]: Ensure that the required autoconf test has been run.
39597         [!defined _NL_CURRENT && HAVE_STRFTIME]:
39598         Use underlying_strftime for %r.
39599         * lib/sha.c: Merge in some clean-up and optimization changes from
39600         glibc.
39601         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
39602         Ensure that it is a multiple of 64.
39603         Rearrange loop exit tests so as to avoid performing an
39604         additional fread after encountering an error or EOF.
39605         * lib/realloc.c: Update copyright date.
39606
39607 2003-08-15  Jim Meyering  <jim@meyering.net>
39608         and Paul Eggert  <eggert@twinsun.com>
39609
39610         Merge from coreutils.
39611         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
39612         member but strut utmpx does not.  Needed for AIX 4.3.3.
39613         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
39614
39615 2003-08-15  Jim Meyering  <jim@meyering.net>
39616         and Paul Eggert  <eggert@cs.ucla.edu>
39617
39618         Merges from coreutils, etc.
39619         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
39620         Require gl_FUNC_TZSET_CLOBBER.
39621         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
39622         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
39623         members.
39624
39625 2003-08-14  Paul Eggert  <eggert@twinsun.com>
39626
39627         Help the merge from coreutils.
39628         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
39629         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
39630         * m4/tzset.m4: Use it too.
39631
39632 2003-08-14  Paul Eggert  <eggert@twinsun.com>
39633
39634         * modules/tzset: New file.
39635
39636 2003-08-14  Jim Meyering  <jim@meyering.net>
39637
39638         Merges from coreutils.
39639         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
39640         variable names, rather than @FNMATCH_H@.
39641         * modules/alloca: Likewise for $(ALLOCA_H).
39642
39643         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
39644         the three copies of the literal target, `fnmatch.h'.
39645         * modules/alloca (alloca.h): Likewise.
39646
39647 2003-08-14  Jim Meyering  <jim@meyering.net>
39648
39649         Merge from coreutils.
39650         * m4/tzset.m4: New file.
39651         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
39652         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
39653         otherwise, AIX 5.1 systems would end up using the latter.
39654         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
39655         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
39656         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
39657         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
39658
39659 2003-08-14  Jim Meyering  <jim@meyering.net>
39660
39661         Merge from coreutils.
39662         * lib/obstack.h: Whitespace changes.
39663         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
39664         and xcalloc return values.
39665         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
39666         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
39667         hang on OSF/1 5.1 for DIR on both local and remote file systems.
39668         Reported by (and fix confirmed by) Nelson H. F. Beebe.
39669         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
39670         error from mntctl.
39671         Use mntctl's return value to drive the entry-processing loop, since
39672         we can't rely on the value of the vmt_length member in the last
39673         entry.  On some systems doing so could result in exhausting
39674         virtual memory.  Based in part on a patch from Mike Jetzer.
39675
39676 2003-08-14  Jim Meyering  <jim@meyering.net>
39677         and Paul Eggert  <eggert@twinsun.com>
39678
39679         Merges from coreutils, plus other fixes.
39680         * lib/physmem.c: Merge in portability changes from gcc/libiberty
39681         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
39682         for credits and details.  Thanks to Kaveh Ghazi for helping
39683         to keep these files in sync.
39684         (ARRAY_SIZE): Define it.
39685         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
39686         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
39687         (memcasecmp): Don't assume size_t fits in unsigned int.
39688         Remove casts and duplicate code.
39689         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
39690         (memcpy): Remove definition.
39691         Merge in some clean-up and optimization changes from glibc.
39692         [BLOCKSIZE]: Move definition to top of file.
39693         Ensure that it is a multiple of 64.
39694         Rearrange loop exit tests so as to avoid performing an
39695         additional fread after encountering an error or EOF.
39696         * lib/md5.h (md5_uintptr): Define.
39697         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
39698         return to the initial working directory.  Preserve errno
39699         for caller.
39700         * lib/idcache.c: Include "xalloc.h".
39701         (xmalloc, xrealloc): Remove decls.
39702         (getuser): Remove casts no longer required in C89.
39703         * lib/human.c: Include stdio.h, for sprintf.
39704         * lib/group-member.c: Include "xalloc.h".
39705         (xmalloc, xrealloc): Remove decls.
39706         (get_group_info): Remove casts no longer required in C89.
39707         * lib/getusershell.c (readname): Remove casts no longer required in
39708         C89.
39709         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
39710         * lib/getline.c: Whitespace fix, from coreutils.
39711
39712 2003-08-13  Paul Eggert  <eggert@twinsun.com>
39713
39714         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
39715         Check for isascii.
39716
39717         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
39718         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
39719         Undo previous (whitespace-only) change.
39720
39721 2003-08-13  Paul Eggert  <eggert@twinsun.com>
39722
39723         * lib/exclude.c: Include <ctype.h>
39724         (IN_CTYPE_DOMAIN): New macro.
39725         (is_space): New fn.
39726         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
39727         and empty lines.
39728
39729         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
39730         Undo previous (whitespace-only) change.
39731
39732 2003-08-13  Paul Eggert  <eggert@twinsun.com>
39733
39734         * config/srclist-update: Change update back to the old behavior,
39735         leaving whitespace alone.  Use one 'sed' command rather than a
39736         pipeline.
39737         (fixlicense): Now a variable, not a function.
39738         (remove_trailing_blanks): Remove.
39739         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
39740         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
39741         Undo previous (whitespace-only) change.
39742
39743 2003-08-12  Paul Eggert  <eggert@twinsun.com>
39744
39745         Merge from coreutils.
39746         * modules/euidaccess: Add lib_SOURCES, include for new
39747         file euidaccess.h
39748
39749 2003-08-12  Paul Eggert  <eggert@twinsun.com>
39750
39751         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
39752         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
39753         Normalize leading white space and remove trailing white space.
39754
39755         Merge from coreutils
39756         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
39757
39758         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
39759         0.12.1.  These files are now being upgraded automatically by
39760         ../config/srclist-update.
39761
39762 2003-08-12  Paul Eggert  <eggert@twinsun.com>
39763
39764         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
39765         Normalize leading white space and remove trailing white space.
39766         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
39767         notice, as per ../config/srclist-update.
39768
39769         Merge from coreutils.
39770         * lib/euidaccess.h: New file.
39771         * lib/euidaccess.c: Include it.
39772         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
39773         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
39774         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
39775
39776 2003-08-12  Paul Eggert  <eggert@twinsun.com>
39777
39778         * config/srclist-update: Add copyright notice.
39779         (remove_id_lines, remove_trailing_blanks): New constants.
39780         (fixfile): Use them to normalize spacing a bit in copied files.
39781         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
39782         Normalize leading white space and remove trailing white space.
39783
39784         * config/texinfo.tex: Sync with texinfo.
39785
39786         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
39787         strtoul.c from libc, to merge coreutils whitespace changes.
39788
39789         * config/srclist.txt: Get the following m4 files from gettext:
39790         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
39791         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
39792         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
39793         wint_t.m4.
39794
39795 2003-08-12  Karl Berry  <karl@gnu.org>
39796
39797         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
39798         been made.
39799
39800 2003-08-11  Paul Eggert  <eggert@twinsun.com>
39801
39802         * modules/gnu-source, m4/gnu-source.m4:
39803         Remove; we're assuming Autoconf 2.54 or later now.
39804         Suggested by Bruno Haible.
39805         * MODULES.html.sh (func_all_modules): Remove gnu-source.
39806
39807 2003-08-11  Bruno Haible  <bruno@clisp.org>
39808
39809         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
39810
39811 2003-08-11  Bruno Haible  <bruno@clisp.org>
39812
39813         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
39814         (vasnprintf): Use it instead of wcslen.
39815
39816 2003-08-11  Bruno Haible  <bruno@clisp.org>
39817
39818         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
39819         value to ensure that _Bool promotes to int. Use #define for _Bool when
39820         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
39821
39822 2003-08-10  Karl Berry  <karl@gnu.org>
39823
39824         * lib/regex.h: update from libc (whitespace fix).
39825
39826 2003-08-09  Paul Eggert  <eggert@twinsun.com>
39827
39828         Merge some files from coreutils.  These changes were
39829         originally made by Jim Meyering.
39830         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
39831         many older Unixes require this.
39832         * lib/alloca.c (alloca): Remove cast to argument of free;
39833         no longer needed in C89.
39834         * lib/alloca_.h, regex.h: Fix white space to match
39835         what GNU indent does.
39836
39837 2003-08-09  Paul Eggert  <eggert@twinsun.com>
39838
39839         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
39840         apparently Emacs's Unicode mode got confused before my 2003-08-05
39841         checkin.
39842
39843 2003-08-08  Paul Eggert  <eggert@twinsun.com>
39844
39845         * m4/extensions.m4: New file.
39846         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
39847         Require gl_USE_SYSTEM_EXTENSIONS.
39848         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
39849         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
39850
39851 2003-08-08  Paul Eggert  <eggert@twinsun.com>
39852
39853         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
39854         * modules/extensions, modules/gnu-source: New files.
39855         * modules/timespec, modules/unlocked-io: Depend on extensions.
39856
39857 2003-08-07  Paul Eggert  <eggert@twinsun.com>
39858
39859         * modules/restrict: New file.
39860         * MODULES.html.sh (func_all_modules): Add restrict.
39861         * modules/regex: Depend on restrict.
39862
39863 2003-08-07  Paul Eggert  <eggert@twinsun.com>
39864
39865         * m4/restrict.m4: New file.
39866         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
39867
39868 2003-08-07  Bruno Haible  <bruno@clisp.org>
39869
39870         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
39871         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
39872
39873 2003-08-07  Bruno Haible  <bruno@clisp.org>
39874
39875         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
39876         makes the module 'getndelim2' compatible with the module 'getline'.
39877
39878 2003-08-05  Paul Eggert  <eggert@twinsun.com>
39879
39880         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
39881         byte with "\201" to avoid glitches when editing that source file
39882         with multi-gnome-terminal.
39883
39884 2003-08-05  Paul Eggert  <eggert@twinsun.com>
39885
39886         * lib/bumpalloc.h: Remove.
39887
39888 2003-08-05  Paul Eggert  <eggert@twinsun.com>
39889
39890         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
39891         * modules/bumpalloc: Remove.
39892
39893 2003-08-04  Paul Eggert  <eggert@twinsun.com>
39894
39895         * lib/getloadavg.c: Change copyright notice and spacing to conform to
39896         GNU coding style.
39897
39898         Merge from coreutils.
39899         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
39900         1. From glibc.
39901         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
39902         from Karl Berry, implemented by Jim Meyering.
39903         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
39904         from Dmitry V. Levin.
39905         Remove anachronistic cast of xrealloc.
39906         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
39907         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
39908         type. Otherwise, it wouldn't compile with at least /bin/cc on
39909         ymp-cray-unicos9.0.2.X.
39910         Combine two mostly-identical uses of alloca into one.
39911         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
39912
39913 2003-08-04  Dave Love  <d.love@dl.ac.uk>
39914
39915         [From Emacs.]
39916
39917         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
39918         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
39919         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
39920         obsolete NLIST_NAME_UNION.
39921         [__GNU__]: Undef BSD and FSCALE.
39922         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
39923
39924 2003-08-03  Paul Eggert  <eggert@twinsun.com>
39925
39926         * lib/stdbool_.h (_Bool): Make it signed char, instead of
39927         an enum type, so that it's guaranteed to promote to int.  See:
39928         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
39929
39930 2003-08-03  Karl Berry  <karl@gnu.org>
39931
39932         * config/depcomp: update from automake.
39933
39934 2003-07-31  Paul Eggert  <eggert@twinsun.com>
39935
39936         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
39937         (strerror): Don't assume that a printable int fits in 14 bytes.
39938
39939 2003-07-31  Bruno Haible  <bruno@clisp.org>
39940
39941         * modules/getpass-gnu: New file.
39942         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
39943
39944 2003-07-31  Bruno Haible  <bruno@clisp.org>
39945
39946         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
39947
39948 2003-07-24  Karl Berry  <karl@gnu.org>
39949
39950         * config/missing: update from automake.
39951
39952 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
39953             Bruno Haible  <bruno@clisp.org>
39954
39955         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
39956         * lib/getline.c (getline, getdelim): Likewise.
39957         Remove _GNU_SOURCE define; now it's defined in config.h through
39958         m4/getline.m4.
39959
39960 2003-07-23  Karl Berry  <karl@gnu.org>
39961
39962         * config/config.sub: update from prep.
39963
39964 2003-07-22  Paul Eggert  <eggert@twinsun.com>
39965
39966         * modules/xalloc (Depends-on): Add exitfail.
39967         * modules/xmemcoll: Likewise.
39968
39969 2003-07-22  Paul Eggert  <eggert@twinsun.com>
39970
39971         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
39972         over-parenthesization in macros.
39973
39974         Sync with coreutils.
39975
39976         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
39977         required by C99.
39978
39979         Use `exit_failure' for xalloc and xmemcoll instead of their own
39980         private exit-failure variables.
39981         * lib/xalloc.h (xalloc_exit_failure): Remove.
39982         * lib/xmalloc.c: Likewise.  Include exitfail.h.
39983         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
39984         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
39985         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
39986         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
39987
39988 2003-07-20  Jim Meyering  <jim@meyering.net>
39989
39990         * modules/closeout (Depends-on): Add exitfail.
39991         Suggestion from Bruno Haible.
39992
39993 2003-07-19  Karl Berry  <karl@gnu.org>
39994
39995         * config/config.sub: update from prep.
39996
39997 2003-07-18  Paul Eggert  <eggert@twinsun.com>
39998
39999         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
40000         Remove.
40001         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
40002         to test that it can stand by itself.  Include "exitfail.h".
40003         Clients should set exit_failure instead.
40004         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
40005
40006 2003-07-18  Bruno Haible  <bruno@clisp.org>
40007
40008         * modules/getndelim2: New file.
40009         * modules/getline: Share files with module getndelim2.
40010         * modules/getnline: Depend on getndelim2 instead of sharing files with
40011         it. Add getnline.c to lib_SOURCES.
40012         * MODULES.html.sh (func_all_modules): Add getndelim2.
40013
40014 2003-07-18  Bruno Haible  <bruno@clisp.org>
40015
40016         * m4/getndelim2.m4: New file.
40017         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
40018         invoke gl_PREREQ_GETNDELIM2.
40019         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
40020         gl_PREREQ_GETNDELIM2.
40021         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
40022         gl_GETNDELIM2.
40023
40024 2003-07-18  Bruno Haible  <bruno@clisp.org>
40025
40026         * lib/getndelim2.h: New file.
40027         * lib/getndelim2.c: Make into a module of its own. Include config.h,
40028         getndelim2.h.
40029         (getndelim2): Make non-static. Change return type to ssize_t.
40030         * lib/getline.h: Change argument names.
40031         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
40032         * lib/getnline.c: Include getndelim2.h.
40033
40034 2003-07-18  Andreas Schwab  <schwab@suse.de>
40035
40036         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
40037
40038 2003-07-17  Karl Berry  <karl@gnu.org>
40039
40040         * config/config.sub: update from prep.
40041
40042 2003-07-17  Bruno Haible  <bruno@clisp.org>
40043
40044         * modules/getnline: New file.
40045         * modules/getline: Add lib/getndelim2.c to source file list.
40046         * MODULES.html.sh (func_all_modules): Add getnline.
40047
40048 2003-07-17  Bruno Haible  <bruno@clisp.org>
40049
40050         * m4/getnline.m4: New file.
40051
40052 2003-07-17  Bruno Haible  <bruno@clisp.org>
40053
40054         * m4/Makefile.am.in: Remove file.
40055         * m4/Makefile.am: Remove file.
40056         * m4/Makefile.in: Remove file.
40057
40058 2003-07-17  Bruno Haible  <bruno@clisp.org>
40059
40060         * lib/getnline.h: New file.
40061         * lib/getnline.c: New file.
40062         * lib/getndelim2.c: New file, extracted from getline.c.
40063         (getndelim2): Renamed from getdelim2, with added nmax argument.
40064         * lib/getline.c: Include getndelim2.c.
40065         (getdelim2): Moved out to getndelim2.c.
40066         (getline, getdelim): Update.
40067
40068 2003-07-17  Bruno Haible  <bruno@clisp.org>
40069
40070         * lib/Makefile.am: Remove file.
40071         * lib/Makefile.in: Remove file.
40072
40073 2003-07-17  Bruno Haible  <bruno@clisp.org>
40074
40075         * configure.in: Remove file.
40076         * Makefile.in: Remove file.
40077
40078 2003-07-17  Bruno Haible  <bruno@clisp.org>
40079
40080         * MODULES.html.sh: Put the </BODY> right before </HTML>.
40081
40082 2003-07-16  Karl Berry  <karl@gnu.org>
40083
40084         * config/srclist-update: was running fixlicense twice, which caused
40085                 texinfo.tex to be nullified for some reason.  Simplify,
40086                 $gplsrc is no longer needed as far as I can see?
40087
40088 2003-07-16  Jim Meyering  <jim@meyering.net>
40089
40090         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
40091
40092 2003-07-15  Paul Eggert  <eggert@twinsun.com>
40093
40094         * config/srclist.txt: Get the following files from gettext-runtime/intl
40095         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
40096         ref-del.sin.  From Bruno Haible.
40097         * config/srclist-update (fixfile): Change grep pattern again, since the
40098         previous fix didn't work (there was another trailing $).  Use
40099         '[$]' to escape the $s.
40100
40101 2003-07-15  Karl Berry  <karl@gnu.org>
40102
40103         * lib/vasnprintf.c: update from gettext.
40104
40105 2003-07-15  Karl Berry  <karl@gnu.org>
40106
40107         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
40108         gets expanded when surrounded by '$'.
40109
40110 2003-07-15  Jim Meyering  <jim@meyering.net>
40111
40112         * modules/save-cwd: Don't depend on error.  From Derek Price.
40113
40114 2003-07-15  Jim Meyering  <jim@meyering.net>
40115
40116         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
40117
40118 2003-07-14  Simon Josefsson  <jas@extundo.com>
40119
40120         * modules/mempcpy: New file.
40121         * MODULES.html.sh (func_all_modules): Add mempcpy.
40122
40123 2003-07-14  Simon Josefsson  <jas@extundo.com>
40124
40125         * m4/mempcpy.m4: New file.
40126
40127 2003-07-14  Simon Josefsson  <jas@extundo.com>
40128
40129         * lib/mempcpy.h: New file.
40130         * lib/mempcpy.c: New file.
40131
40132 2003-07-14  Paul Eggert  <eggert@twinsun.com>
40133
40134         * modules/getdate, modules/posixtm: Depend on mktime.
40135
40136 2003-07-14  Paul Eggert  <eggert@twinsun.com>
40137
40138         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
40139         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
40140         unicodeio.c, unicodeio.h, unlocked-io.h:
40141         Switch from LGPL to GPL.
40142
40143 2003-07-14  Paul Eggert  <eggert@twinsun.com>
40144
40145         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
40146         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
40147         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
40148         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
40149         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
40150         updated automatically by ../config/srclist-update.  This changes
40151         their license from LPGL to GPL.
40152
40153 2003-07-14  Paul Eggert  <eggert@twinsun.com>
40154
40155         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
40156         assumed to refer to the root of the most recent stable gettext version.
40157         * config/srclistvars.sh: Add defaults for eggert.
40158         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
40159         Match "This program" as well as "The program".  This is needed
40160         for gettext.
40161
40162 2003-07-14  Jim Meyering  <jim@meyering.net>
40163
40164         Don't emit diagnostics.  Let callers do that.
40165         * lib/save-cwd.c: Don't include "error.h".
40166         (save_cwd): Don't call error.  Ensure that errno is valid
40167         when returning nonzero.
40168
40169         * lib/save-cwd.h (restore_cwd): Update prototype.
40170         * lib/save-cwd.c (restore_cwd): Remove two parameters.
40171         Simplify.  Don't call error upon failure.  Let callers do that.
40172         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
40173         when auditing is enabled.  But don't bother updating the #if.
40174
40175 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
40176
40177         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
40178         it breaks C++ compilation.
40179         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
40180
40181 2003-07-10  Simon Josefsson  <jas@extundo.com>
40182
40183         * modules/strchrnul (Makefile.am): Add strchrnul.h.
40184
40185 2003-07-10  Jim Meyering  <jim@meyering.net>
40186
40187         * m4/clock_time.m4: Remove trailing blank.
40188         * m4/intmax_t.m4: Likewise.
40189
40190 2003-07-10  Jim Meyering  <jim@meyering.net>
40191
40192         * lib/vasnprintf.c: Remove trailing blanks.
40193         Make cpp indentation consistent.
40194
40195 2003-07-09  Paul Eggert  <eggert@twinsun.com>
40196
40197         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
40198         posixver.c, strftime.c, strnlen.c, strverscmp.c:
40199         Switch from LGPL to GPL.
40200
40201 2003-07-09  Paul Eggert  <eggert@twinsun.com>
40202
40203         * config/srclist.txt: Sort sublists.  Add
40204         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
40205         that differ from gnulib for one reason or another; we'd like this list
40206         to be smaller but for now let's document what we have.
40207
40208 2003-07-08  Paul Eggert  <eggert@twinsun.com>
40209
40210         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
40211         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
40212         and sweeter "eval x=$x".
40213         * config/srclist.txt: Get lib/argp* from glibc.
40214
40215 2003-07-07  Paul Eggert  <eggert@twinsun.com>
40216
40217         * lib/mktime.c: Fix some boundary cases and remove need for floating
40218         point.
40219
40220         Issue a compile-time diagnostic if time_t is floating point, or if
40221         two's complement arithmetic is not in effect, or if arithmetic
40222         right shift does not propagate the sign.  These assumptions were
40223         all in the original code but they weren't checked.
40224
40225         (TIME_T_MIDPOINT, verify): New macros.
40226         (__isleap): Remove; it has integer overflow problems.
40227         (leapyear): New function, without those problems.
40228         (ydhms_tm_diff): Remove; splitting into two parts.
40229         (ydhms_diff): New function, containing the arithmetic part of
40230         the old ydhms_tm_diff function.  Issue a compile-time
40231         diagnostic if we are not using C99 integer division.
40232         Avoid casts when possible.
40233         (guess_time_tm): New function, containing the checking part of
40234         the old ydhms_tm_diff function.  Return the new value, rather than
40235         the difference between it and the old.  Accept a new argument T
40236         so that *T specifies the old value.  Check for overflow in the result.
40237
40238         (__mktime_internal): Use a time_t offset, not a long int offset.
40239         This undoes the 2003-06-04 change, which is no longer needed now
40240         that we have better overflow checking.
40241         (localtime_offset): Likewise.
40242
40243         (__mktime_internal): Avoid harmful overflow on hosts where time_t
40244         and long are 64-bit but int is only 32-bit.
40245         (ydhms_diff): Use long int to store year1 and yday1.
40246         Issue a compile-time diagnostic if long int is not wide enough.
40247
40248         (__mktime_internal): Use long int to store adjusted year and yday.
40249         Use plain C rather than preprocessor commands, if that doesn't
40250         affect efficiency.
40251         Check for overflow (and try to repair) after each probe
40252         rather than checking only at the very end.  This avoids some bugs
40253         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
40254         does not equal GMT offset at maximum time).
40255         Use integer to check for overflow rather than floating point; this
40256         is more portable to non-IEEE hosts, and is a tad faster.
40257         When we detect that we are oscillating between two values,
40258         don't check whether tm_isdst has the requested value, since
40259         we already know the answer.  When tm_isdst has the wrong value,
40260         use a different heuristic to find the right one, based on the
40261         extreme values actually observed in practice in tz2003a,
40262         rather than the (overly optimistic) "previous 3 calendar quarters".
40263
40264         (not_equal_tm, print_tm, check_result): Use "const T" rather than
40265         "T const" to accommodate glibc style.
40266         (check_result): Use less-confusing report format.  "long" -> "long int.
40267         (main): Likewise.
40268         Don't loop if the iteration overflows time_t.
40269         Allow a negative step in the iteration.
40270
40271 2003-07-06  Karl Berry  <karl@gnu.org>
40272
40273         * config/depcomp: update from automake.
40274         * config/config.sub: update from prep.
40275
40276 2003-07-03  Karl Berry  <karl@gnu.org>
40277
40278         * config/config.guess: update from prep.
40279
40280 2003-07-01  Paul Eggert  <eggert@twinsun.com>
40281
40282         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
40283         xreadlink.c now includes it unconditionally.
40284
40285 2003-07-01  Paul Eggert  <eggert@twinsun.com>
40286
40287         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
40288         having it depend on HAVE_SYS_TYPES_H.
40289
40290 2003-07-01  Bruno Haible  <bruno@clisp.org>
40291
40292         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
40293         <sys/types.h> should be sufficient.
40294         Reported by Paul Eggert.
40295
40296 2003-06-26  Karl Berry  <karl@gnu.org>
40297
40298         * config/depcomp: update from automake.
40299
40300 2003-06-26  Bruno Haible  <bruno@clisp.org>
40301
40302         * modules/human: Depend on module stdbool.
40303
40304 2003-06-25  Bruno Haible  <bruno@clisp.org>
40305
40306         * modules/readlink: New file.
40307         * modules/xreadlink: Depend on it.
40308         * MODULES.html.sh (func_all_modules): Add readlink.
40309
40310 2003-06-25  Bruno Haible  <bruno@clisp.org>
40311
40312         * m4/readlink.m4: New file.
40313
40314 2003-06-25  Bruno Haible  <bruno@clisp.org>
40315
40316         * lib/readlink.c: New file.
40317
40318 2003-06-22  Karl Berry  <karl@gnu.org>
40319
40320         * config/srclist.txt: update mkinstalldirs from automake.
40321         * config/mkinstalldirs: update.
40322
40323 2003-06-22  Bruno Haible  <bruno@clisp.org>
40324
40325         Portability to mingw32.
40326         * m4/ssize_t.m4: New file, from GNU gettext.
40327         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
40328         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
40329
40330 2003-06-22  Bruno Haible  <bruno@clisp.org>
40331
40332         * modules/safe-read: Add m4/ssize_t.m4.
40333         * modules/xreadlink: Add m4/ssize_t.m4.
40334
40335 2003-06-20  Bruno Haible  <bruno@clisp.org>
40336
40337         Assume C89, so PARAMS isn't needed.
40338         * lib/unicodeio.h (PARAMS): Remove.
40339         * lib/unicodeio.c: Don't use PARAMS.
40340
40341 2003-06-18  Karl Berry  <karl@gnu.org>
40342
40343         * config/config.{guess,sub}: update from prep.
40344
40345 2003-06-18  Jim Meyering  <jim@meyering.net>
40346
40347         Merge changes from coreutils.
40348         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
40349         Remove explicit declarations of xmalloc and realloc.
40350         Include xalloc.h.
40351         (read_utmp): Remove anachronistic cast of xmalloc.
40352
40353 2003-06-17  Paul Eggert  <eggert@twinsun.com>
40354
40355         Assume C89, so PARAMS isn't needed.
40356         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
40357         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
40358         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
40359         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
40360         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
40361         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
40362         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
40363         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
40364         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
40365         lib/xstrtod.h, lib/xstrtol.h: Likewise.
40366         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
40367         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
40368         no longer needed. Anyway, config.h should always be included before any
40369         other file.
40370
40371 2003-06-11  Simon Josefsson  <jas@extundo.com>
40372
40373         * modules/sysexits: New file.
40374         * MODULES.html.sh (func_all_modules): Add sysexits.
40375
40376 2003-06-11  Simon Josefsson  <jas@extundo.com>
40377
40378         * lib/sysexit_.h: New file.
40379
40380 2003-06-11  Derek Price  <derek@ximbiot.com>
40381
40382         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
40383         necessary.
40384
40385 2003-06-11  Bruno Haible  <bruno@clisp.org>
40386
40387         * m4/sysexits.m4: New file.
40388
40389 2003-06-10  Simon Josefsson  <jas@extundo.com>
40390
40391         * lib/argp.h: New file, from glibc.
40392         * lib/argp-ba.c: New file, from glibc.
40393         * lib/argp-eexst.c: New file, from glibc.
40394         * lib/argp-fmtstream.c: New file, from glibc.
40395         * lib/argp-fmtstream.h: New file, from glibc.
40396         * lib/argp-fs-xinl.c: New file, from glibc.
40397         * lib/argp-help.c: New file, from glibc.
40398         * lib/argp-namefrob.h: New file, from glibc.
40399         * lib/argp-parse.c: New file, from glibc.
40400         * lib/argp-pv.c: New file, from glibc.
40401         * lib/argp-pvh.c: New file, from glibc.
40402         * lib/argp-xinl.c: New file, from glibc.
40403
40404 2003-06-10  Simon Josefsson  <jas@extundo.com>
40405
40406         * modules/strchrnul: New file.
40407
40408 2003-06-10  Simon Josefsson  <jas@extundo.com>
40409
40410         * modules/argp: New file.
40411
40412 2003-06-10  Simon Josefsson  <jas@extundo.com>
40413
40414         * m4/strchrnul.m4: New file.
40415
40416 2003-06-10  Simon Josefsson  <jas@extundo.com>
40417
40418         * lib/strchrnul.h: New file.
40419         * lib/strchrnul.c: New file.
40420
40421 2003-06-10  Bruno Haible  <bruno@clisp.org>
40422
40423         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
40424
40425 2003-06-07  Karl Berry  <karl@gnu.org>
40426
40427         * config/config.{guess,sub}: update from prep.
40428
40429 2003-06-07  Jim Meyering  <jim@meyering.net>
40430
40431         * modules/strtod: Use $(...) notation, not @...@ for
40432         AC_REPLACE'd variables.
40433         * modules/localcharset: Likewise.
40434
40435 2003-06-07  Jim Meyering  <jim@meyering.net>
40436
40437         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
40438         in place of my name in the copyright comment.
40439         Remove definition and uses of __P.
40440
40441         From coreutils.
40442         * lib/stat.c: Don't declare xmalloc explicitly.
40443         Instead, include "xalloc.h".
40444         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
40445         xrealloc, and xcalloc return values.
40446         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
40447         Improve comment.
40448         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
40449
40450 2003-06-07  Bruno Haible  <bruno@clisp.org>
40451
40452         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
40453         avoid AC_CONFIG_LINKS.
40454         * modules/fnmatch (Makefile.am): Use explicit creation rule for
40455         fnmatch.h, to avoid AC_CONFIG_LINKS.
40456         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
40457
40458 2003-06-07  Bruno Haible  <bruno@clisp.org>
40459
40460         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
40461         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
40462         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
40463         directory.
40464         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
40465         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
40466         directory.
40467
40468 2003-06-06  Jim Meyering  <jim@meyering.net>
40469
40470         Merge from coreutils.
40471         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
40472         Consolidate declarations and initializations of *_base* locals.
40473
40474         Merge from coreutils.
40475         This avoids a core dump on systems without GNU putenv,
40476         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
40477         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
40478         (unsetenv): New static function, from GNU libc.
40479         (rpl_putenv): Use it.
40480
40481         * lib/modechange.c: Remove trailing blanks.
40482
40483         Merge from coreutils.
40484         * lib/fsusage.c: Remove declaration of statfs.
40485         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
40486
40487         * lib/posixtm.c: Include <stdbool.h> unconditionally.
40488
40489 2003-06-06  Jim Meyering  <jim@meyering.net>
40490
40491         * lib/stdbool_.h: Renamed from stdbool.h.in.
40492
40493 2003-06-06  Jim Meyering  <jim@meyering.net>
40494             Bruno Haible  <bruno@clisp.org>
40495
40496         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
40497         Adjust Makefile.am snippet not to redirect directly to target.
40498         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
40499
40500 2003-06-05  Paul Eggert  <eggert@twinsun.com>
40501
40502         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
40503         mismatch, look in future quarters as well as past.  This fixes a
40504         bug when processing fall-backwards gaps immediately after a long
40505         period of daylight-saving time.
40506
40507         * lib/mktime.c: Assume freestanding C89 or better.
40508         (HAVE_LIMITS_H): Remove.  Assume it's 1.
40509         (__P): Remove; not used.
40510         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
40511         (mktime, not_equal_tm, print_tm, check_result,
40512         main): Use prototypes.  Use const * where appropriate.
40513         (main): Fix typo in testing code that uncovered by above changes.
40514         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
40515
40516 2003-06-04  Paul Eggert  <eggert@twinsun.com>
40517
40518         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
40519         locale.h, localeconv.  This merges changes from coreutils.
40520
40521         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
40522         It can be removed after the next Autoconf is released.
40523         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
40524         needed.
40525
40526 2003-06-04  Paul Eggert  <eggert@twinsun.com>
40527
40528         * lib/mktime.c: Fix Debian bug 177940
40529         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
40530         (localtime_offset): Now long int, not time_t, because we want it
40531         to be guaranteed to be signed.  All uses changed.
40532         (__mktime_internal): If overflow would occur when adding offset,
40533         don't add it.
40534
40535         Merge 'human' changes from coreutils.  Rewrite to support
40536         locale-specific notations like thousands separators.
40537         * lib/human.c: Simplify authorship notice.
40538         Include human.h immediately after config.h.
40539         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
40540         <limits.h>: Do not include, since human.h does.
40541         (SIZE_MAX, UINTMAX_MAX): New macros.
40542         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
40543         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
40544         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
40545         (power_letter): Renamed from suffixes.
40546         (generate_suffix_backwards): Remove.
40547         (adjust_value): Now takes int style (because of human.h changes)
40548         and long double value (for greater precision on some platforms).
40549         (group_number): New function.
40550         (human_readable): Use it.  Use integer options, not enum.
40551         Put the options before the sizes in the arg list.
40552         Support all the new options.
40553         The old human_readable function has been removed;
40554         use inttostr.h instead.
40555         (human_readable, default_block_size, humblock):
40556         Use uintmax_t, not int, for block sizes.
40557         (human_readable_inexact, block_size_types): Remove.
40558         (block_size_opts): New constant.
40559         (human_options): Renamed from human_block_size, with new signature
40560         that allows block sizes up to UINTMAX_MAX.  All callers changed.
40561         * lib/human.h: Add copyright and authorship notice.
40562         Include <limits.h> and <stdbool.h> unconditionally.
40563         (PARAMS): Remove.  All uses removed.
40564         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
40565         (enum human_inexact_style): Remove tag; now a nameless enum.
40566         (human_floor, human_ceiling, human_round_to_even): Now have
40567         values 2, 0, 1 rather than -1, 1, 0.
40568         (human_group_digits, human_suppress_point_zero, human_autoscale,
40569         human_base_1024, human_SI, human_B): New constants.
40570         (human_readable_inexact, human_block_size): Remove.
40571         (human_readable): Size args are now uintmax_t, not int.
40572         (human_options): New decl.
40573
40574         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
40575         unnecessary now that we assume C89 or better.  This change
40576         imported from coreutils.
40577
40578         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
40579         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
40580         in the 2003-05-30 sync from glibc.
40581
40582         .h files should stand alone, but we shouldn't include <sys/types.h>
40583         if we can get away with just <stddef.h>.
40584
40585         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
40586         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
40587         rather than <sys/types.h>, as we merely need size_t.
40588         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
40589         to get size_t.
40590         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
40591         Include <stdio.h>, to get FILE.
40592         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
40593         memcasecmp.h has included <stddef.h> and all we need is size_t.
40594         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
40595         our interface, instead of including <sys/types.h>
40596
40597 2003-06-04  Paul Eggert  <eggert@twinsun.com>
40598
40599         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
40600         now, as glibc mktime is buggy on non-glibc systems.
40601
40602 2003-06-03  Karl Berry  <karl@gnu.org>
40603
40604         * config/config.sub: update from prep.
40605
40606 2003-06-02  Paul Eggert  <eggert@twinsun.com>
40607
40608         [from coreutils]
40609         Fix some minor time-related bugs with POSIX time arguments.
40610         Some valid time stamps were being rejected (notably -1, and
40611         time stamps before 1900 on 64-bit hosts).  And some invalid
40612         time stamps were being accepted, e.g. September 31.
40613
40614         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
40615         that we can return (time_t) -1 successfully.
40616         * lib/posixtm.c: Likewise.
40617         [HAVE_STDBOOL_H]: Include <stdbool.h>.
40618         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
40619         (t): Remove static var.
40620         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
40621         of static var.  All uses changed.
40622         (year): Do not reject years before 1900; they can occur with
40623         64-bit time_t.
40624         (posix_time_parse): Do not check for out-of-range components;
40625         that is now the caller's responsibility, since our checks were
40626         only approximations.
40627         (posixtime): Use mktime to check for out-of-range components,
40628         since it knows them exactly.
40629         If mktime returns (time_t) -1, check whether an error actually occurred
40630         by invoking localtime on -1.
40631         (main) [TEST_POSIXTIME]: Check for input data errors, and report
40632         posixtime failures better.
40633         Improve the test data (in comments only).
40634
40635 2003-06-02  Karl Berry  <karl@gnu.org>
40636
40637         * config/mkinstalldirs (version): new variable.
40638         (--version): new option.
40639         (usage): improve message.
40640
40641 2003-05-30  Karl Berry  <karl@gnu.org>
40642
40643         * lib/mktime.c: update from libc.
40644
40645 2003-05-30  Bruno Haible  <bruno@clisp.org>
40646
40647         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
40648         * config/config.rpath: Upgrade to gettext-0.12.1.
40649
40650 2003-05-30  Bruno Haible  <bruno@clisp.org>
40651
40652         * m4/gettext.m4: Upgrade to gettext-0.12.1.
40653         * m4/nls.m4: New file, from gettext-0.12.1.
40654         * m4/po.m4: New file, from gettext-0.12.1.
40655         * m4/progtest.m4: Upgrade to gettext-0.12.1.
40656
40657 2003-05-30  Bruno Haible  <bruno@clisp.org>
40658
40659         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
40660         * lib/localcharset.h: Likewise.
40661         * lib/localcharset.c: Likewise.
40662
40663 2003-05-29  Karl Berry  <karl@gnu.org>
40664
40665         * config/config.rpath: update from gettext.
40666
40667 2003-05-28  Paul Eggert  <eggert@twinsun.com>
40668
40669         Assume the headers required for C89 freestanding compilers.
40670         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
40671         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
40672         * m4/human.m4 (gl_HUMAN): Likewise.
40673         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
40674         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
40675         * m4/userspec.m4 (gl_USERSPEC): Likewise.
40676         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
40677         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
40678         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
40679
40680 2003-05-28  Paul Eggert  <eggert@twinsun.com>
40681
40682         Assume the headers required for C89 freestanding compilers.
40683         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
40684         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
40685         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
40686         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
40687         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
40688         define, since <limits.h> is guaranteed to do that.
40689         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
40690         * lib/exclude.c: Include <stdbool.h> unconditionally.
40691         * lib/tempname.c: Include <stddef.h> unconditionally.
40692         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
40693         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
40694         <stddef.h> does that.
40695         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
40696         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
40697         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
40698         needed.
40699         * lib/xstrtol.c: Likewise.
40700         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
40701         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
40702
40703         * lib/addext.c (addext): Use assignment rather than cast, to avoid
40704         warnings on some platforms.
40705
40706         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
40707         arbitrarily.
40708
40709 2003-05-26  Jim Meyering  <jim@meyering.net>
40710
40711         Merge in a change from coreutils:
40712         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
40713         that is guaranteed to be `no'.  Use `no_such_member' to indicate
40714         that condition, rather than `-1' which is slightly misleading.
40715         Change the name of the cache variable to have the gl_ prefix.
40716         Prompted by a patch from Richard Dawe for DJGPP.
40717
40718 2003-05-24  Karl Berry  <karl@gnu.org>
40719
40720         * config/config.guess: update from prep.
40721
40722 2003-05-22  Karl Berry  <karl@gnu.org>
40723
40724         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
40725
40726 2003-05-20  Karl Berry  <karl@gnu.org>
40727
40728         * config/config.guess: update from prep.
40729
40730 2003-05-18  Karl Berry  <karl@gnu.org>
40731
40732         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
40733         might actually be set by the user.
40734
40735         * config/depcomp, install-sh, mdate-sh: update from automake.
40736
40737 2003-05-17  Bruno Haible  <bruno@clisp.org>
40738
40739         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
40740         invalid expansion for AC_EGREP_CPP.
40741         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
40742         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
40743         Suggested by Akim Demaille <akim@epita.fr> in
40744         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
40745
40746 2003-05-12  Jim Meyering  <jim@meyering.net>
40747
40748         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
40749         the space-padded-by-default conversion specifiers, %e, %k, %l.
40750
40751 2003-05-12  Bruno Haible  <bruno@clisp.org>
40752
40753         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
40754         the string is longer than 4 KB.
40755
40756 2003-05-11  Karl Berry  <karl@gnu.org>
40757
40758         * config/config.{guess,sub}: update from prep.
40759
40760 2003-05-09  Bruno Haible  <bruno@clisp.org>
40761
40762         * modules/error: Add m4/strerror_r.m4 to file list.
40763
40764 2003-05-03  Bruno Haible  <bruno@clisp.org>
40765
40766         Upgrade to Unicode-4.0.
40767         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
40768         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
40769         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
40770         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
40771         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
40772         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
40773         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
40774         Change width of U+E0100..U+E01EF from 1 to 0.
40775
40776 2003-04-25  Jim Meyering  <jim@meyering.net>
40777
40778         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
40779         of type size_t, not int.
40780
40781 2003-04-25  Bruno Haible  <bruno@clisp.org>
40782
40783         * lib/copy-file.c: Include <stddef.h>, for size_t.
40784
40785 2003-04-21  Paul Eggert  <eggert@twinsun.com>
40786
40787         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
40788         code which expansion is under static control.  Patch imported from
40789         Akim Demaille's patch to Bison; see
40790         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
40791
40792 2003-04-14  Bruno Haible  <bruno@clisp.org>
40793
40794         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
40795
40796 2003-04-11  Jim Meyering  <jim@meyering.net>
40797
40798         Merge changes from Coreutils.
40799
40800         2003-03-22  Jim Meyering  <jim@meyering.net>
40801
40802         * lib/strftime.c (widen): Cast alloca return value to proper type.
40803
40804         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
40805
40806         From GNU libc.
40807         * lib/strftime.c (my_strftime): Handle very large width
40808         specifications for numeric values correctly.  Improve checks for
40809         overflow.
40810
40811         2003-01-19  Jim Meyering  <jim@meyering.net>
40812
40813         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
40814         definitions.
40815         (nl_get_alt_digit) [! defined my_strftime]: Define.
40816         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
40817         _nl_get_alt_digit and _nl_get_walt_digit.
40818
40819         * lib/strftime.c (my_strftime): Merge in locale-related changes from
40820         libc. These changes have no effect outside of _LIBC.
40821
40822 2003-04-10  Bruno Haible  <bruno@clisp.org>
40823
40824         * modules/findprog: New file.
40825         * MODULES.html.sh (func_all_modules): Add it.
40826
40827 2003-04-10  Bruno Haible  <bruno@clisp.org>
40828
40829         * m4/findprog.m4: New file.
40830         * m4/eaccess.m4: New file.
40831
40832 2003-04-10  Bruno Haible  <bruno@clisp.org>
40833
40834         * lib/findprog.h: New file, from GNU gettext.
40835         * lib/findprog.c: New file, from GNU gettext.
40836
40837 2003-04-05  Jim Meyering  <jim@meyering.net>
40838
40839         Merge changes from Coreutils.
40840
40841         * lib/exclude.h (PARAMS): Remove definition and uses.
40842         * lib/exclude.c: Remove uses of `PARAMS'.
40843
40844         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
40845         Add test-cases for DOS filenames. Declare program_name.
40846         (main): Set up program_name.  Patch by Rich Dawe.
40847
40848         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
40849         error from mntctl.
40850         Use mntctl's return value to drive the entry-processing loop, since
40851         we can't rely on the value of the vmt_length member in the last
40852         entry.  On some systems doing so could result in exhausting
40853         virtual memory.  Based in part on a patch from Mike Jetzer.
40854
40855 2003-04-04  Bruno Haible  <bruno@clisp.org>
40856
40857         * modules/linebreak: New file.
40858         * MODULES.html.sh (func_all_modules): Add it.
40859
40860 2003-04-04  Bruno Haible  <bruno@clisp.org>
40861
40862         * m4/linebreak.m4: New file.
40863
40864 2003-04-04  Bruno Haible  <bruno@clisp.org>
40865
40866         * lib/linebreak.h: New file, from GNU gettext.
40867         * lib/linebreak.c: New file, from GNU gettext with slight
40868         modifications.
40869         * lib/lbrkprop.h: New file, from GNU gettext.
40870
40871 2003-04-03  Bruno Haible  <bruno@clisp.org>
40872
40873         * modules/utf8-ucs4: New file.
40874         * modules/utf16-ucs4: New file.
40875         * modules/ucs4-utf8: New file.
40876         * modules/ucs4-utf16: New file.
40877         * MODULES.html.sh (func_all_modules): Add them.
40878
40879 2003-04-03  Bruno Haible  <bruno@clisp.org>
40880
40881         * m4/utf-ucs4.m4: New file.
40882         * m4/ucs4-utf.m4: New file.
40883
40884 2003-04-03  Bruno Haible  <bruno@clisp.org>
40885
40886         * lib/utf8-ucs4.h: New file, from GNU gettext.
40887         * lib/utf16-ucs4.h: New file, from GNU gettext.
40888         * lib/ucs4-utf8.h: New file, from GNU gettext.
40889         * lib/ucs4-utf16.h: New file, from GNU gettext.
40890
40891 2003-04-02  Bruno Haible  <bruno@clisp.org>
40892
40893         * modules/binary-io: New file.
40894         * MODULES.html.sh (func_all_modules): Add it.
40895
40896 2003-04-02  Bruno Haible  <bruno@clisp.org>
40897
40898         * lib/binary-io.h: New file, from GNU gettext.
40899
40900 2003-04-01  Bruno Haible  <bruno@clisp.org>
40901
40902         * modules/pathname: New file.
40903         * MODULES.html.sh (func_all_modules): Add it.
40904
40905 2003-04-01  Bruno Haible  <bruno@clisp.org>
40906
40907         * lib/pathname.h: New file, from GNU gettext.
40908         * lib/concatpath.c: New file, from GNU gettext.
40909
40910 2003-03-30  Bruno Haible  <bruno@clisp.org>
40911
40912         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
40913
40914 2003-03-30  Bruno Haible  <bruno@clisp.org>
40915
40916         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
40917         function chown() doesn't exist.
40918
40919 2003-03-28  Bruno Haible  <bruno@clisp.org>
40920
40921         * modules/copy-file: New file.
40922         * MODULES.html.sh (func_all_modules): Add it.
40923
40924 2003-03-28  Bruno Haible  <bruno@clisp.org>
40925
40926         * m4/copy-file.m4: New file.
40927
40928 2003-03-28  Bruno Haible  <bruno@clisp.org>
40929
40930         * lib/copy-file.h: New file, from GNU gettext.
40931         * lib/copy-file.c: New file, from GNU gettext.
40932
40933 2003-03-18  Jim Meyering  <jim@meyering.net>
40934
40935         * lib/quote.c (quote_n): Fix typo in comment.
40936
40937 2003-03-18  Bruno Haible  <bruno@clisp.org>
40938
40939         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
40940         checking.
40941         * m4/onceonly_2_57.m4: Likewise.
40942
40943 2003-03-17  Bruno Haible  <bruno@clisp.org>
40944
40945         * m4/onceonly.m4: Require autoconf 2.54 or newer.
40946         (m4_quote): Remove macro.
40947         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
40948
40949 2003-03-14  Jim Meyering  <jim@meyering.net>
40950
40951         Merge changes from Coreutils.
40952         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
40953         to be const, in order to avoid warnings.
40954         (obstack_room): Likewise.
40955         (obstack_empty_p): Likewise.
40956
40957 2003-03-14  Bruno Haible  <bruno@clisp.org>
40958
40959         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
40960         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
40961
40962 2003-03-13  Paul Eggert  <eggert@twinsun.com>
40963
40964         Merge changes from Bison.
40965         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
40966         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
40967         when compiling Bison 1.875's `bitset bset = obstack_alloc
40968         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
40969         * lib/hash.c: Include <stdbool.h> unconditionally.
40970
40971 2003-03-13  Paul Eggert  <eggert@twinsun.com>
40972
40973         * m4/onceonly.m4 (m4_quote): New macro.
40974         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
40975         Quote AC_FOREACH variable-expansions properly.
40976
40977 2003-03-13  Paul Eggert  <eggert@twinsun.com>
40978
40979         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
40980
40981 2003-03-09  Paul Eggert  <eggert@twinsun.com>
40982
40983         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
40984         Reported by Bruce Becker; see:
40985         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
40986
40987 2003-03-03  Paul Eggert  <eggert@twinsun.com>
40988             Bruno Haible  <bruno@clisp.org>
40989
40990         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
40991         Reported by John Hughes, see
40992         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
40993
40994 2003-02-20  Bruno Haible  <bruno@clisp.org>
40995
40996         * MODULES.html.sh (func_all_modules): Add poll.
40997
40998 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
40999
41000         * modules/poll: New file.
41001
41002 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
41003
41004         * lib/poll_.h: New file.
41005         * lib/poll.c: New file.
41006
41007 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
41008
41009         * m4/poll.m4: New file.
41010
41011 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
41012
41013         * modules/mathl: New file.
41014
41015 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
41016
41017         * lib/mathl.h: New file.
41018         * lib/acosl.c: New file.
41019         * lib/asinl.c: New file.
41020         * lib/atanl.c: New file.
41021         * lib/ceill.c: New file.
41022         * lib/cosl.c: New file.
41023         * lib/expl.c: New file.
41024         * lib/floorl.c: New file.
41025         * lib/frexpl.c: New file.
41026         * lib/ldexpl.c: New file.
41027         * lib/logl.c: New file.
41028         * lib/sincosl.c: New file.
41029         * lib/sinl.c: New file.
41030         * lib/sqrtl.c: New file.
41031         * lib/tanl.c: New file.
41032         * lib/trigl.c: New file.
41033         * lib/trigl.h: New file.
41034
41035 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
41036
41037         * m4/mathl.m4: New file.
41038
41039 2003-02-18  Bruno Haible  <bruno@clisp.org>
41040
41041         * MODULES.html.sh (func_all_modules): Add mathl.
41042
41043 2003-02-17  Bruno Haible  <bruno@clisp.org>
41044
41045         * modules/mkdtemp: New module.
41046         * MODULES.html.sh (func_all_modules): Add it.
41047
41048 2003-02-17  Bruno Haible  <bruno@clisp.org>
41049
41050         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
41051
41052 2003-02-17  Bruno Haible  <bruno@clisp.org>
41053
41054         * lib/mkdtemp.h: New file, from GNU gettext.
41055         * lib/mkdtemp.c: New file, from GNU gettext.
41056
41057 2003-02-02  Jim Meyering  <jim@meyering.net>
41058
41059         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
41060         e.g. glibc-2.2.93.
41061
41062 2003-01-31  Bruno Haible  <bruno@clisp.org>
41063
41064         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
41065         'rpl_rename'.
41066         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
41067         'rpl_strnlen'.
41068         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
41069         'rpl_strtod'.
41070         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
41071         'rpl_utime'.
41072
41073 2003-01-31  Bruno Haible  <bruno@clisp.org>
41074
41075         * lib/rename.c: #undef rename before defining rpl_rename.
41076         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
41077
41078 2003-01-30  Bruno Haible  <bruno@clisp.org>
41079
41080         * modules/vasnprintf, modules/vasprintf: New modules.
41081         * MODULES.html.sh (func_all_modules): Add them.
41082
41083 2003-01-30  Bruno Haible  <bruno@clisp.org>
41084
41085         * m4/signed.m4: New file, from GNU gettext.
41086         * m4/longdouble.m4: New file, from GNU gettext.
41087         * m4/wchar_t.m4: New file, from GNU gettext.
41088         * m4/wint_t.m4: New file, from GNU gettext.
41089         * m4/vasnprintf.m4: New file.
41090         * m4/vasprintf.m4: New file.
41091
41092 2003-01-30  Bruno Haible  <bruno@clisp.org>
41093
41094         * lib/printf-args.h: New file, from GNU gettext.
41095         * lib/printf-args.c: New file, from GNU gettext.
41096         * lib/printf-parse.h: New file, from GNU gettext.
41097         * lib/printf-parse.c: New file, from GNU gettext.
41098         * lib/vasnprintf.h: New file, from GNU gettext.
41099         * lib/vasnprintf.c: New file, from GNU gettext.
41100         * lib/asnprintf.c: New file, from GNU gettext.
41101         * lib/vasprintf.h: New file, from GNU gettext with modifications.
41102         * lib/vasprintf.c: New file, from GNU gettext.
41103         * lib/asprintf.c: New file, from GNU gettext.
41104
41105 2003-01-29  Bruno Haible  <bruno@clisp.org>
41106
41107         * modules/stpncpy: New module.
41108         * MODULES.html.sh (func_all_modules): Add it.
41109
41110 2003-01-29  Bruno Haible  <bruno@clisp.org>
41111
41112         * m4/stpncpy.m4: New file.
41113
41114 2003-01-29  Bruno Haible  <bruno@clisp.org>
41115
41116         * lib/stpncpy.h: New file, from GNU gettext with modifications.
41117         * lib/stpncpy.c: New file, from GNU gettext with modifications.
41118
41119 2003-01-28  Bruno Haible  <bruno@clisp.org>
41120
41121         * modules/c-ctype: New module.
41122         * MODULES.html.sh (func_all_modules): Add it.
41123
41124 2003-01-28  Bruno Haible  <bruno@clisp.org>
41125
41126         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
41127         Paul Eggert.
41128         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
41129         Paul Eggert.
41130
41131 2003-01-27  Bruno Haible  <bruno@clisp.org>
41132
41133         * modules/xsetenv: New module.
41134         * MODULES.html.sh (func_all_modules): Add it.
41135
41136 2003-01-27  Bruno Haible  <bruno@clisp.org>
41137
41138         * lib/xsetenv.h: New file, from GNU gettext.
41139         * lib/xsetenv.c: New file, from GNU gettext.
41140
41141 2003-01-23  Jim Meyering  <jim@meyering.net>
41142
41143         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
41144         from working on systems without dirfd (at least Irix and OSF1/Tru64).
41145
41146 2003-01-23  Bruno Haible  <bruno@clisp.org>
41147
41148         * modules/minmax: New module.
41149         * MODULES.html.sh (func_all_modules): Add it.
41150
41151 2003-01-23  Bruno Haible  <bruno@clisp.org>
41152
41153         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
41154         Eggert.
41155
41156 2003-01-22  Bruno Haible  <bruno@clisp.org>
41157
41158         * modules/exit: New module.
41159         * MODULES.html.sh (func_all_modules): Add it.
41160
41161 2003-01-22  Bruno Haible  <bruno@clisp.org>
41162
41163         * lib/exit.h: New file, from GNU gettext.
41164
41165 2003-01-19  Bruno Haible  <bruno@clisp.org>
41166
41167         * gnulib-tool: Recognize option --extract-maintainer.
41168         (func_get_maintainer): New function.
41169         * modules/*: Add Maintainer entry.
41170
41171 2003-01-16  Jim Meyering  <jim@meyering.net>
41172
41173         * m4/regex.m4: The `regex' struct is both input and output.
41174         Initialize it before each use.  Patch by Tim Waugh.
41175
41176 2003-01-16  Bruno Haible  <bruno@clisp.org>
41177
41178         * MODULES.html.sh: Add a table of contents. Add the module name as
41179         leftmost column. Add hyperlinks.
41180
41181 2003-01-15  Bruno Haible  <bruno@clisp.org>
41182
41183         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
41184
41185 2003-01-15  Bruno Haible  <bruno@clisp.org>
41186
41187         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
41188         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
41189         suffix.
41190
41191 2003-01-15  Bruno Haible  <bruno@clisp.org>
41192
41193         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
41194
41195 2003-01-15  Bruno Haible  <bruno@clisp.org>
41196
41197         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
41198         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
41199
41200 2003-01-14  Jim Meyering  <jim@meyering.net>
41201
41202         * lib/same.c (same_name): Tweak a comment.
41203
41204 2003-01-14  Bruno Haible  <bruno@clisp.org>
41205
41206         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
41207         when a string comparison is sufficient.
41208
41209 2003-01-14  Bruno Haible  <bruno@clisp.org>
41210
41211         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
41212         'unsigned int'.
41213
41214 2003-01-14  Bruno Haible  <bruno@clisp.org>
41215
41216         * lib/hash-pjw.c: Add comment about low quality of this function.
41217
41218 2003-01-13  Bruno Haible  <bruno@clisp.org>
41219
41220         * modules/stpcpy: Distribute lib/stpcpy.h.
41221         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
41222
41223 2003-01-13  Bruno Haible  <bruno@clisp.org>
41224
41225         * modules/*: Add a description.
41226         * modules/strpbrk: Fix Makefile.am snippet.
41227         * modules/strtoimax: Fix dependencies.
41228         * modules/strtoumax: Likewise.
41229
41230 2003-01-13  Bruno Haible  <bruno@clisp.org>
41231
41232         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
41233         * modules/alloca (Makefile.am): All object files depend on alloca.h.
41234         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
41235
41236 2003-01-13  Bruno Haible  <bruno@clisp.org>
41237
41238         * gnulib-tool (func_create_testdir): Store config/* files in the main
41239         directory.
41240         * config.rpath: Move to ...
41241         * config/config.rpath: ... here.
41242         * modules/gettext: Contains config/config.rpath, not config.rpath.
41243         * modules/iconv: Likewise.
41244
41245 2003-01-12  Paul Eggert  <eggert@twinsun.com>
41246
41247         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
41248         to avoid collisions with libcurses and libreadline.
41249
41250         * m4/getstr.m4: Remove.
41251         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
41252
41253 2003-01-12  Paul Eggert  <eggert@twinsun.com>
41254
41255         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
41256         to avoid collisions with libcurses and libreadline.
41257
41258         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
41259         * lib/getstr.h, getstr.c: Remove.
41260         * lib/getline.c: Include "getline.h", to check interface.
41261         Move body of old getstr.c here: this defines MIN_CHUNK and
41262         declares getdelim2, which is renamed from getstr.
41263         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
41264
41265         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
41266         All uses changed.
41267         * lib/linebuffer.h: Likewise.
41268         (readline): Remove backward-compatibility macro.
41269
41270 2003-01-12  Paul Eggert  <eggert@twinsun.com>
41271
41272         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
41273         to avoid collisions with libcurses and libreadline.
41274         * getstr: Remove.
41275         * MODULES.html.sh: Remove getstr.
41276         * modules/getline: Depend on unlocked-io, not getstr.
41277
41278 2003-01-12  Jim Meyering  <jim@meyering.net>
41279
41280         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
41281
41282 2003-01-10  Bruno Haible  <bruno@clisp.org>
41283
41284         * modules/alloca: Change Makefile.am requirements. Simplify Include
41285         requirements. Add lib/alloca_.h to file list.
41286
41287 2003-01-10  Bruno Haible  <bruno@clisp.org>
41288
41289         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
41290
41291 2003-01-10  Bruno Haible  <bruno@clisp.org>
41292
41293         * lib/alloca_.h: New file.
41294         * lib/getdate.y: Unconditionally include alloca.h.
41295         * lib/makepath.c: Likewise.
41296         * lib/setenv.c: Likewise.
41297         * lib/userspec.c: Likewise.
41298
41299 2003-01-09  Karl Berry  <karl@gnu.org>
41300
41301         * MODULES.html.sh: include `dirname $0` in PATH, to find
41302         gnulib-tool.
41303
41304 2003-01-09  Bruno Haible  <bruno@clisp.org>
41305
41306         * modules/stdbool: Change configure.ac, Makefile.am requirements.
41307         Simplify Include requirements. Add lib/stdbool.h.in to file list.
41308
41309 2003-01-09  Bruno Haible  <bruno@clisp.org>
41310
41311         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
41312
41313 2003-01-09  Bruno Haible  <bruno@clisp.org>
41314
41315         * lib/stdbool.h.in: New file.
41316
41317 2003-01-09  Bruno Haible  <bruno@clisp.org>
41318
41319         * gnulib-tool (func_all_modules): Ignore files ending in ~.
41320         * MODULES.html.sh: Likewise.
41321
41322 2003-01-08  Jim Meyering  <jim@meyering.net>
41323
41324         * lib/full-write.c: Undefine and define-away `const' after inclusion
41325         of errno.h, not before.  Suggestion from Bruno Haible.
41326
41327 2003-01-08  Bruno Haible  <bruno@clisp.org>
41328
41329         * modules/full-read: Depend on full-write.
41330
41331 2003-01-08  Bruno Haible  <bruno@clisp.org>
41332
41333         * lib/safe-read.c: Include specification header first, to ensure its
41334         selfcontainedness.
41335         * lib/full-write.c: Likewise.
41336
41337 2003-01-07  Jim Meyering  <jim@meyering.net>
41338
41339         * lib/full-write.c: Rework so that it may serve to define full_read,
41340         too.
41341         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
41342
41343 2003-01-07  Bruno Haible  <bruno@clisp.org>
41344
41345         * lib/strtoimax.c: Include <stdint.h> as an alternative to
41346         <inttypes.h>.
41347         * lib/xstrtol.h: Likewise.
41348         * lib/xstrtoimax.c: Likewise.
41349         * lib/xstrtoumax.c: Likewise.
41350         * lib/human.h: Likewise.
41351
41352         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
41353         on systems that have <inttypes.h> but not <stdint.h>.
41354
41355 2003-01-07  Bruno Haible  <bruno@clisp.org>
41356
41357         * MODULES.html.sh: Add copyright notice.
41358         (missed_files): Omit CVS directory entries.
41359         (func_module): Make it work with sed-3.02.
41360         * MODULES.txt: Remove file.
41361
41362 2003-01-06  Jim Meyering  <jim@meyering.net>
41363
41364         * lib/version-etc.c: Update year in translatable copyright string.
41365
41366 2003-01-03  Karl Berry  <karl@gnu.org>
41367
41368         * config/config.{guess,sub}: update from prep.
41369
41370 2003-01-02  Karl Berry  <karl@gnu.org>
41371
41372         * doc/COPYING.DOC: belatedly updated to 1.2.
41373
41374 2003-01-01  Karl Berry  <karl@gnu.org>
41375
41376         * gnulib-tool (func_verify_module): report module name $module in
41377         error message, not $1.
41378         * gnulib-tool (create-testdir): don't complain if destdir couldn't
41379         be created, only if it doesn't exist.
41380         * gnulib-tool (last_checkin_date): don't expand the $Date here.
41381
41382 2002-12-31  Paul Eggert  <eggert@twinsun.com>
41383
41384         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
41385
41386 2002-12-31  Paul Eggert  <eggert@twinsun.com>
41387
41388         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
41389         memcmp if strcoll doesn't work.
41390
41391 2002-12-31  Bruno Haible  <bruno@clisp.org>
41392
41393         * lib/utime.c (utime_null): No need to call ftruncate if the file was
41394         nonempty.
41395
41396 2002-12-31  Bruno Haible  <bruno@clisp.org>
41397
41398         * lib/memcoll.c (STRCOLL): New macro.
41399         (memcoll): Use it.
41400
41401 2002-12-31  Bruno Haible  <bruno@clisp.org>
41402
41403         * lib/localcharset.h: New file.
41404         * lib/localcharset.c: Include it.
41405         * lib/unicodeio.c: Likewise.
41406
41407 2002-12-31  Bruno Haible  <bruno@clisp.org>
41408
41409         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
41410         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
41411
41412 2002-12-31  Bruno Haible  <bruno@clisp.org>
41413
41414         * lib/getline.h: Include <stddef.h>, for size_t.
41415
41416         * lib/unicodeio.h: Include <stddef.h>, for size_t.
41417         * lib/unicodeio.c: Don't include <stddef.h>.
41418
41419 2002-12-31  Bruno Haible  <bruno@clisp.org>
41420
41421         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
41422         HAVE_TM_ZONE.
41423
41424 2002-12-24  Karl Berry  <karl@gnu.org>
41425
41426         * config/config.guess: update from prep.
41427
41428 2002-12-24  Bruno Haible  <bruno@clisp.org>
41429
41430         General infrasructure.
41431         * m4/README: Rewritten.
41432         * m4/onceonly.m4: New file.
41433         * m4/onceonly_2_57.m4: New file.
41434
41435         Module atexit.
41436         * m4/atexit.m4: New file.
41437
41438         Module strtod.
41439         * m4/strtod.m4: New file.
41440
41441         Module strtol.
41442         * m4/strtol.m4: New file.
41443
41444         Module strtoul.
41445         * m4/strtoul.m4: New file.
41446
41447         Module memchr.
41448         * m4/memchr.m4: New file.
41449
41450         Module memcmp.
41451         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
41452         (jm_FUNC_MEMCMP): Invoke it.
41453
41454         Module memcpy.
41455         * m4/memcpy.m4: New file.
41456
41457         Module memmove.
41458         * m4/memmove.m4: New file.
41459
41460         Module memset.
41461         * m4/memset.m4: New file.
41462
41463         Module strcspn.
41464         * m4/strcspn.m4: New file.
41465
41466         Module strpbrk.
41467         * m4/strpbrk.m4: New file.
41468
41469         Module strstr.
41470         * m4/strstr.m4: New file.
41471
41472         Module strerror.
41473         * m4/strerror.m4: New file.
41474
41475         Module mktime.
41476         * m4/mktime.m4: Renamed from jm-mktime.m4.
41477         (gl_PREREQ_MKTIME): New macro.
41478         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
41479
41480         Module malloc.
41481         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
41482         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
41483         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
41484
41485         Module realloc.
41486         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
41487         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
41488         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
41489
41490         Module strftime.
41491         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
41492         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
41493         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
41494         gl_TM_GMTOFF.
41495         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
41496
41497         Module xalloc.
41498         * m4/xalloc.m4: New file.
41499
41500         Module alloca.
41501         * m4/alloca.m4: New file.
41502
41503         Module putenv.
41504         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
41505         (jm_FUNC_PUTENV): Invoke it.
41506
41507         Module setenv.
41508         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
41509         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
41510         when invoked twice.
41511         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
41512         gt_FUNC_SETENV.
41513
41514         Module memrchr.
41515         * m4/memrchr.m4: New file.
41516
41517         Module stpcpy.
41518         * m4/stpcpy.m4: New file.
41519
41520         Module strcase.
41521         * m4/strcase.m4: New file.
41522
41523         Module strdup.
41524         * m4/strdup.m4: New file.
41525
41526         Module strnlen.
41527         * m4/strnlen.m4: New file.
41528
41529         Module strndup.
41530         * m4/strndup.m4: New file.
41531
41532         Module xstrtod.
41533         * m4/xstrtod.m4: New file.
41534
41535         Module xstrtol.
41536         * m4/xstrtol.m4: New file.
41537
41538         Module getdate.
41539         * m4/getdate.m4: New file.
41540
41541         Module unlocked-io.
41542         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
41543         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
41544         * m4/jm-glibc-io.m4n: Remove file.
41545
41546         Module long-options.
41547         * m4/long-options.m4: New file.
41548
41549         Module md5.
41550         * m4/md5.m4: New file.
41551
41552         Module sha.
41553         * m4/sha.m4: New file.
41554
41555         Module getstr.
41556         * m4/getstr.m4: New file.
41557
41558         Module getline.
41559         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
41560         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
41561         <sys/types.h>, for size_t. Use the function name gnu_getline, not
41562         simply getline. Infoke gl_PREREQ_GETLINE.
41563
41564         Module obstack.
41565         * m4/obstack.m4: New file.
41566
41567         Module hash.
41568         * m4/hash.m4: New file.
41569
41570         Module readtokens.
41571         * m4/readtokens.m4: New file.
41572
41573         Module strverscmp.
41574         * m4/strverscmp.m4: New file.
41575
41576         Module stdbool.
41577         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
41578         OSF/1.
41579
41580         Module strtoll.
41581         * m4/strtoll.m4: New file.
41582
41583         Module strtoull.
41584         * m4/strtoull.m4: New file.
41585
41586         Module strtoimax.
41587         * m4/strtoimax.m4: New file.
41588
41589         Module strtoumax.
41590         * m4/strtoumax.m4: New file.
41591
41592         Module xstrtoimax.
41593         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
41594         jm_AC_PREREQ_XSTRTOIMAX.
41595         Moved the strtol prerequisites to strtol.m4.
41596         Moved the strtoll prerequisites to strtoll.m4.
41597         Moved the strtoimax prerequisites to strtoimax.m4.
41598
41599         Module xstrtoumax.
41600         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
41601         jm_AC_PREREQ_XSTRTOUMAX.
41602         Moved the strtoul prerequisites to strtoul.m4.
41603         Moved the strtoull prerequisites to strtoull.m4.
41604         Moved the strtoumax prerequisites to strtoumax.m4.
41605
41606         Module chown.
41607         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
41608         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
41609
41610         Module dup2.
41611         * m4/dup2.m4: New file.
41612
41613         Module ftruncate.
41614         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
41615         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
41616
41617         Module getgroups.
41618         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
41619         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
41620
41621         Module gettimeofday.
41622         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
41623         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
41624         gl_PREREQ_GETTIMEOFDAY.
41625
41626         Module mkdir.
41627         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
41628         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
41629
41630         Module mkstemp.
41631         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
41632         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
41633         jm_AC_TYPE_UINTMAX_T.
41634         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
41635
41636         Module stat.
41637         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
41638         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
41639
41640         Module lstat.
41641         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
41642         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
41643
41644         Module timespec.
41645         * m4/timespec.m4 (gl_TIMESPEC): New macro.
41646         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
41647         * m4/st_mtim.m4: Indentation.
41648
41649         Module nanosleep.
41650         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
41651         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
41652         gl_PREREQ_NANOSLEEP.
41653
41654         Module regex.
41655         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
41656         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
41657         (gl_REGEX): New macro.
41658
41659         Module rename.
41660         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
41661         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
41662
41663         Module rmdir.
41664         * m4/rmdir.m4: New file.
41665
41666         Module utime.
41667         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
41668         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
41669         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
41670
41671         Module dirname.
41672         * m4/dirname.m4: New file.
41673
41674         Module getopt.
41675         * m4/getopt.m4: New file.
41676
41677         Module unistd-safer.
41678         * m4/unistd-safer.m4: New file.
41679
41680         Module fnmatch.
41681         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
41682         declaration.
41683         (gl_PREREQ_FNMATCH_EXTRA): New macro.
41684         (gl_FUNC_FNMATCH_POSIX): New macro.
41685         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
41686         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
41687         simply fnmatch.
41688
41689         Module exclude.
41690         * m4/exclude.m4: New file.
41691
41692         Module human.
41693         * m4/human.m4: New file.
41694
41695         Module acl.
41696         * m4/acl.m4: Nop.
41697
41698         Module backupfile.
41699         * m4/backupfile.m4: New file.
41700         * m4/d-ino.m4: Indentation.
41701
41702         Module fsusage.
41703         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
41704         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
41705         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
41706
41707         Module dirfd.
41708         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
41709         requirements.
41710
41711         Module euidaccess.
41712         * m4/euidaccess.m4: New file.
41713
41714         Module file-type.
41715         * m4/file-type.m4: New file.
41716
41717         Module fileblocks.
41718         * m4/fileblocks.m4: New file.
41719
41720         Module filemode.
41721         * m4/filemode.m4: New file.
41722
41723         Module isdir.
41724         * m4/isdir.m4: New file.
41725
41726         Module lchown.
41727         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
41728         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
41729
41730         Module makepath.
41731         * m4/makepath.m4: New file.
41732
41733         Module modechange.
41734         * m4/modechange.m4: New file.
41735
41736         Module mountlist.
41737         * m4/mountlist.m4: New file.
41738         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
41739         Indentation.
41740
41741         Module path-concat.
41742         * m4/path-concat.m4: New file.
41743
41744         Module pathmax.
41745         * m4/pathmax.m4: New file.
41746
41747         Module same.
41748         * m4/same.m4: New file.
41749
41750         Module save-cwd.
41751         * m4/save-cwd.m4: New file.
41752
41753         Module savedir.
41754         * m4/savedir.m4: New file.
41755
41756         Module xgetcwd.
41757         * m4/xgetcwd.m4: New file.
41758         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
41759
41760         Module xreadlink.
41761         * m4/xreadlink.m4: New file.
41762
41763         Module safe-read.
41764         * m4/safe-read.m4: New file.
41765
41766         Module safe-write.
41767         * m4/safe-write.m4: New file.
41768
41769         Module closeout.
41770         * m4/closeout.m4: New file.
41771
41772         Module stdio-safer.
41773         * m4/stdio-safer.m4: New file.
41774
41775         Module getpass.
41776         * m4/getpass.m4: New file.
41777
41778         Module getugroups.
41779         * m4/getugroups.m4: New file.
41780
41781         Module group-member.
41782         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
41783         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
41784
41785         Module idcache.
41786         * m4/idcache.m4: New file.
41787
41788         Module userspec.
41789         * m4/userspec.m4: New file.
41790
41791         Module gettime.
41792         * m4/clock_time.m4: New file.
41793         * m4/gettime.m4: New file.
41794
41795         Module settime.
41796         * m4/settime.m4: New file.
41797
41798         Module posixtm.
41799         * m4/posixtm.m4: New file.
41800
41801         Module gethostname.
41802         * m4/gethostname.m4: New file.
41803
41804         Module canon-host.
41805         * m4/canon-host.m4: New file.
41806
41807         Module gettext.
41808         * m4/codeset.m4: New file, from gettext-0.11.5.
41809         * m4/gettext.m4: New file, from gettext-0.11.5.
41810         * m4/glibc21.m4: New file, from gettext-0.11.5.
41811         * m4/iconv.m4: New file, from gettext-0.11.5.
41812         * m4/intdiv0.m4: New file, from gettext-0.11.5.
41813         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
41814         * m4/inttypes.m4: New file, from gettext-0.11.5.
41815         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
41816         * m4/isc-posix.m4: New file, from gettext-0.11.5.
41817         * m4/lcmessage.m4: New file, from gettext-0.11.5.
41818         * m4/lib-ld.m4: New file, from gettext-0.11.5.
41819         * m4/lib-link.m4: New file, from gettext-0.11.5.
41820         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
41821         * m4/progtest.m4: New file, from gettext-0.11.5.
41822         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
41823         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
41824         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
41825
41826         Module localcharset.
41827         * m4/localcharset.m4: New file.
41828
41829         Module hard-locale.
41830         * m4/hard-locale.m4: New file.
41831
41832         Module mbswidth.
41833         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
41834         onceonly macros.
41835         * m4/mbrtowc.m4: Add comment.
41836
41837         Module memcasecmp.
41838         * m4/memcasecmp.m4: New file.
41839
41840         Module memcoll.
41841         * m4/memcoll.m4: New file.
41842
41843         Module unicodeio.
41844         * m4/unicodeio.m4: New file.
41845
41846         Module rpmatch.
41847         * m4/rpmatch.m4: New file.
41848
41849         Module yesno.
41850         * m4/yesno.m4: New file.
41851
41852         Module exitfail.
41853         * m4/exitfail.m4: New file.
41854
41855         Module c-stack.
41856         * m4/c-stack.m4 (gl_C_STACK): New macro.
41857         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
41858
41859         Module error.
41860         * m4/error.m4 (gl_ERROR): New macro.
41861         (jm_PREREQ_ERROR): Use onceonly macros.
41862
41863         Module fatal.
41864         * m4/fatal.m4: New file.
41865
41866         Module getloadavg.
41867         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
41868         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
41869
41870         Module getpagesize.
41871         * m4/getpagesize.m4: New file.
41872
41873         Module getusershell.
41874         * m4/getusershell.m4: New file.
41875
41876         Module physmem.
41877         * m4/physmem.m4: New file.
41878
41879         Module posixver.
41880         * m4/posixver.m4: New file.
41881
41882         Module quotearg.
41883         * m4/quotearg.m4: New file.
41884
41885         Module quote.
41886         * m4/quote.m4: New file.
41887
41888         Module readutmp.
41889         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
41890
41891         Module sig2str.
41892         * m4/sig2str.m4: New file.
41893
41894         Other.
41895         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
41896         ulonglong.m4.
41897         * m4/intmax_t.m4: New file.
41898         * m4/d-type.m4: Indentation.
41899         * m4/jm-macros.m4: Update.
41900         * m4/prereq.m4 (jm_PREREQ): Update.
41901         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
41902         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
41903         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
41904         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
41905         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
41906         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
41907         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
41908         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
41909         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
41910         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
41911         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
41912         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
41913         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
41914         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
41915         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
41916         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
41917         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
41918         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
41919         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
41920
41921 2002-12-24  Bruno Haible  <bruno@clisp.org>
41922
41923         * MODULES.txt: Update according to m4/ changes.
41924
41925         Module gettext.
41926         * config.rpath: New file, from gettext-0.11.5.
41927
41928         * modules/*: New module descriptions.
41929         * gnulib-tool: New file.
41930         * MODULES.html.sh: New file.
41931
41932 2002-12-21  Karl Berry  <karl@gnu.org>
41933
41934         * doc/fdl.texi: update to version 1.2.
41935
41936 2002-12-19  Karl Berry  <karl@gnu.org>
41937
41938         * config/config.guess: update from prep.
41939
41940 2002-12-18  Bruno Haible  <bruno@clisp.org>
41941
41942         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
41943         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
41944
41945 2002-12-17  Bruno Haible  <bruno@clisp.org>
41946
41947         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
41948         stdlib.h, string.h.
41949
41950 2002-12-17  Bruno Haible  <bruno@clisp.org>
41951
41952         * lib/canon-host.c (strdup): Remove unused declaration.
41953
41954         * lib/fsusage.c: Include full_read.h.
41955         (get_fs_usage): Use full_read instead of safe_read.
41956
41957         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
41958
41959 2002-12-12  Karl Berry  <karl@gnu.org>
41960
41961         * config/config.guess: update from prep.
41962
41963 2002-12-11  Bruno Haible  <bruno@clisp.org>
41964
41965         * m4/setenv.m4: New file, from gettext-0.11.5.
41966
41967 2002-12-11  Bruno Haible  <bruno@clisp.org>
41968
41969         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
41970         not unsetenv().
41971         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
41972         modifications:
41973
41974         2002-12-11  Bruno Haible  <bruno@clisp.org>
41975
41976                 * setenv.c (alloca): Fall back to malloc.
41977                 (freea): New macro.
41978                 (setenv): Use freea() to free memory allocated with alloca().
41979
41980         2002-11-13  Bruno Haible  <bruno@clisp.org>
41981
41982                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
41983                 function declarations.
41984                 * unsetenv.c (unsetenv): Likewise.
41985
41986         2002-03-04  Bruno Haible  <bruno@clisp.org>
41987
41988                 Portability to AIX 4.3.3.
41989                 * unsetenv.c: New file, extracted from setenv.c.
41990                 * setenv.c: Move the unsetenv() function to unsetenv.c.
41991
41992         2001-12-20  Bruno Haible  <bruno@clisp.org>
41993
41994                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
41995                 use malloc instead. For SunOS 4.
41996
41997         2001-12-11  Bruno Haible  <bruno@clisp.org>
41998
41999                 * setenv.c: Declare alloca.
42000                 (compar_fn_t): New typedef.
42001                 (KNOWN_VALUE, STORE_VALUE): Use it.
42002
42003         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
42004         setenv.h.
42005
42006 2002-12-10  Paul Eggert  <eggert@twinsun.com>
42007
42008         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
42009         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
42010         Choose values that are less likely to collide with system fnmatch
42011         options.
42012         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
42013         defined (e.g., a pure POSIX system).
42014         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
42015         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
42016
42017 2002-12-06  Paul Eggert  <eggert@twinsun.com>
42018
42019         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
42020         a pain in practice to deal with generated m4 files.  This change
42021         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
42022
42023         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
42024         and jm-glibc-io.m4, as they are no longer a special case.
42025         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
42026         kludge and the auto-generation stuff.  Check only whether the
42027         functions are declared, not whether they exist, since older hosts
42028         that don't declare the functions can't use the optimization anyway.
42029
42030 2002-12-06  Jim Meyering  <jim@meyering.net>
42031
42032         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
42033
42034         Merge in changes from libc's misc/error.c, in preparation
42035         for the merge of gnulib's changes back into libc.
42036
42037         * lib/error.c (_): Define only if not already defined.
42038         Move definition to follow all #include directives.
42039         Include unlocked-io.h only if !_LIBC.
42040         [_LIBC]: Include <libio/libioP.h>.
42041         [USE_IN_LIBIO]: Include <libio/iolibio.h>
42042         (fflush): Tweak definition to use INTUSE.
42043         (putc): Define.
42044
42045 2002-12-05  Paul Eggert  <eggert@twinsun.com>
42046
42047         * lib/alloca.c [defined emacs]: Include "lisp.h".
42048         (xalloc_die) [defined emacs]: New macro.
42049         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
42050         [! defined emacs]: Include <xalloc.h>.
42051         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
42052         (pointer): Typedef to POINTER_TYPE *.
42053         (malloc): Remove decl; we now always use xmalloc.
42054         (alloca): Use old-style definition, since Emacs needs this.
42055         Check for arithmetic overflow when computing combined size.
42056
42057 2002-12-04  Paul Eggert  <eggert@twinsun.com>
42058
42059         Do not generate unlocked-io.h automatically, since it's easier to
42060         maintain it by hand.
42061
42062         * lib/unlocked-io.h: New file, from GNU diffutils,
42063         but with proper copyright notice and attribution.
42064         * lib/gen-uio: Remove.
42065         * lib/Makefile.am: Add copyright notice.
42066         (libfetish_a_SOURCES): Add unlocked-io.h.
42067         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
42068         (DISTCLEANFILES, io_functions): Remove macros.
42069         (EXTRA_DIST): Remove gen_uio.
42070         (unlocked-io.h): Remove rule.
42071
42072 2002-12-04  Jim Meyering  <jim@meyering.net>
42073
42074         Reflect the fact that stat.c and lstat.c are no longer generated.
42075         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
42076         (DISTCLEANFILES): Likewise.
42077         (EXTRA_DIST): Likewise.
42078         (all_local): Don't depend on stat.c or lstat.c.
42079         (stat.c, lstat.c): Remove rules.
42080         (EXTRA_DIST): Remove xstat.in.
42081
42082         * lib/xstat.in: Remove file.  Contents moved into stat.c.
42083         * lib/stat.c: New file.  Contents mostly from xstat.in.
42084         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
42085         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
42086
42087         * lib/safe-read.c: Rework so that it may serve to define safe_write,
42088         too.
42089         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
42090
42091 2002-12-03  Jim Meyering  <jim@meyering.net>
42092
42093         * lib/safe-read.c, safe-write.c: Change variable names and comments,
42094         but not semantics, to minimize the differences between these two files.
42095         (safe_read): Change comment to mention SAFE_READ_ERROR.
42096
42097         * lib/safe-read.c (IS_EINTR): Define.
42098         (safe_read): Use IS_EINTR in place of in-function cpp directives.
42099
42100 2002-12-02  Jim Meyering  <jim@meyering.net>
42101
42102         * lib/safe-read.c (EINTR): Define.
42103         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
42104         (INT_MAX): Provide fallback.
42105         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
42106
42107         * lib/safe-read.h (SAFE_READ_ERROR): Define.
42108
42109 2002-12-02  Bruno Haible  <bruno@clisp.org>
42110
42111         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
42112         Define, taken from safe-read.c.
42113         (INT_MAX): Provide fallback.
42114         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
42115         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
42116
42117         * lib/safe-read.c (EINTR): Remove definition.
42118         (safe_read): Don't use EINTR if it is absent.
42119
42120 2002-12-01  Jim Meyering  <jim@meyering.net>
42121
42122         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
42123         zero.
42124         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
42125
42126 2002-11-27  Paul Eggert  <eggert@twinsun.com>
42127
42128         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
42129         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
42130         with `if (! (value < limit)) abort ();', for readability.
42131
42132 2002-11-26  Karl Berry  <karl@gnu.org>
42133
42134         * lib/strdup.c: copy from libc again, with jim's ok.
42135         * lib/.cppi-disable: re-add strdup.c
42136
42137 2002-11-25  Karl Berry  <karl@gnu.org>
42138
42139         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
42140         instead of "strtol.c".
42141
42142 2002-11-25  Karl Berry  <karl@gnu.org>
42143
42144         * config/install-sh: update from automake for variable quoting, $0 in
42145         error msgs, etc.
42146
42147         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
42148         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
42149         entry.
42150
42151 2002-11-25  Jim Meyering  <jim@meyering.net>
42152
42153         * lib/mktime.c: Sync from libc, now that it has the latest fix.
42154
42155 2002-11-24  Karl Berry  <karl@gnu.org>
42156
42157         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
42158         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
42159
42160 2002-11-24  Jim Meyering  <jim@meyering.net>
42161
42162         Update from coreutils:
42163
42164         * lib/mktime.c: Merge in changes from libc.
42165
42166         Avoid a link-time failure on some Linux systems.
42167         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
42168         (otherwise).
42169         (__mon_yday): Declare with the STATIC attribute.
42170         (__mktime_internal): Likewise.
42171         Based on a report from Greg Schafer.
42172
42173 2002-11-23  Jim Meyering  <jim@meyering.net>
42174
42175         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
42176         Use `unsigned', not `int', as type of index.
42177
42178         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
42179
42180         * lib/fsusage.c: Remove unneeded parentheses around operands of
42181         `defined'.
42182
42183 2002-11-22  Paul Eggert  <eggert@twinsun.com>
42184
42185         * lib/quotearg.h: Allow multiple inclusion by surrounding with
42186         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
42187         so that we can be included first.
42188         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
42189         * lib/quotearg.c: Include quotearg.h immediately after config.h.
42190         No need to include stddef.h or sys/types.h any more.
42191         Surround local include files with "", not "<>".
42192         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
42193         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
42194         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
42195         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
42196         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
42197         (ISPRINT): Remove; no longer needed now that we assume C89.
42198
42199         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
42200         Preserve errno.
42201
42202         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
42203         quotearg_char): Use SIZE_MAX rather than
42204         (size_t) -1 when we are talking about "infinity".
42205
42206         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
42207
42208 2002-11-22  Paul Eggert  <eggert@twinsun.com>
42209
42210         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
42211         hint that one should use `if (! x) abort ();' rather than `assert
42212         (x);', and anyway it's one less thing to worry about configuring.
42213         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
42214         hash_rehash, hash_insert): Use abort rather than assert.
42215
42216 2002-11-22  Bruno Haible  <bruno@clisp.org>
42217
42218         * lib/safe-read.h: Assume C89. Add comments.
42219         (safe_read): Change return type to size_t.
42220         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
42221         byte counts > SSIZE_MAX correctly.
42222         * lib/safe-write.h: New file.
42223         * lib/safe-write.c: New file.
42224         * lib/full-read.h: New file.
42225         * lib/full-read.c: New file.
42226         * lib/full-write.h: Assume C89. Add comments.
42227         * lib/full-write.c: Include safe-write.h.
42228         (full_write): Rewritten to use safe_write.
42229         Suggested by Jim Meyering and Paul Eggert.
42230
42231 2002-11-21  Jim Meyering  <jim@meyering.net>
42232
42233         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
42234
42235         Merge in changes from the coreutils.
42236
42237         2002-09-25  Paul Eggert  <eggert@twinsun.com>
42238         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
42239         <stdint.h>.
42240         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
42241         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
42242         int.  Work more efficiently if X is the same width as uintmax_t.
42243         Do not compare X to -1, to avoid bogus compiler warning.
42244         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
42245         Don't assume that f_frsize and f_bsize are the same type.
42246
42247         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
42248         warning on FreeBSD.
42249
42250         * lib/makepath.c (make_path): Restore umask *before* creating the final
42251         component.
42252         (make_path): Minor reformatting.
42253
42254         * lib/xmalloc.c: Adjust to work with new autoconf macros,
42255         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
42256         HAVE_MALLOC/HAVE_REALLOC.
42257
42258         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
42259         dummy ones.  At least on GNU/Linux systems, `auto' means something
42260         else.
42261         From Michael Stone.
42262
42263 2002-11-21  Bruno Haible  <bruno@clisp.org>
42264
42265         Remove case insensitive option matching.
42266         * lib/argmatch.h (argcasematch): Remove declaration.
42267         (ARGCASEMATCH): Remove macro.
42268         (__xargmatch_internal): Remove case_sensitive argument.
42269         (XARGMATCH): Update.
42270         (XARGCASEMATCH): Remove macro.
42271         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
42272         case_sensitive argument.
42273         (argcasematch): Remove function.
42274         (__xargmatch_internal): Remove case_sensitive argument.
42275         (main): Use XARGMATCH instead of XARGCASEMATCH.
42276
42277         * lib/xmalloc.c: Change compile-time error message. Add comment about
42278         required autoconf version.
42279
42280 2002-11-20  Paul Eggert  <eggert@twinsun.com>
42281
42282         Merge argmatch cleanups from Bison.  Assume C89.
42283
42284         * lib/argmatch.c: Include config.h here, not in argmatch.h.
42285         Include stdlib.h, for EXIT_FAILURE.
42286         Always include <string.h>, since we assume C89.
42287         (EXIT_FAILURE): Remove pre-C89 bug workaround.
42288         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
42289         Include <stddef.h> instead, since it's all we need for size_t.
42290         (PARAMS): Remove.  All uses removed.
42291         (ARRAY_CARDINALITY): Do not bother to #undef.
42292         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
42293         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
42294         Remove unnecessary parentheses.
42295         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
42296         Insert necessary parentheses.
42297         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
42298         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
42299
42300 2002-11-19  Bruno Haible  <bruno@clisp.org>
42301
42302         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
42303         * lib/mbswidth.h: Include <stddef.h>, for size_t.
42304
42305         * lib/mbswidth.h (PARAMS): Remove macro.
42306         (mbswidth, mbsnwidth): Use ANSI C function declarations.
42307         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
42308
42309         * lib/gcd.h (PARAMS): Remove macro.
42310         (gcd): Use ANSI C function declarations.
42311         * lib/gcd.c (gcd): Likewise.
42312
42313 2002-11-15  Bruno Haible  <bruno@clisp.org>
42314
42315         * lib/strcspn.c: Include <stddef.h>.
42316         (strcspn): Use ANSI C function declaration. Change return type to
42317         size_t. Use NULL.
42318         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
42319         (strpbrk): Use NULL.
42320         * lib/strpbrk.h (PARAMS): Remove macro.
42321         (strpbrk): Use ANSI C function declaration.
42322         * lib/strstr.c: Don't include <sys/types.h>.
42323         * lib/strstr.h (PARAMS): Remove macro.
42324         (strstr): Use ANSI C function declarations.
42325
42326 2002-11-14  Karl Berry  <karl@gnu.org>
42327
42328         * config/mkinstalldirs: `do' on separate line, instead of
42329         `for var; do'.
42330
42331 2002-11-06  Bruno Haible  <bruno@clisp.org>
42332
42333         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
42334         * lib/gcd.c (gcd): Likewise.
42335
42336 2002-11-05  Bruno Haible  <bruno@clisp.org>
42337
42338         * lib/gcd.h: New file, from gettext-0.11.5.
42339         * lib/gcd.c: New file, from gettext-0.11.5.
42340
42341 2002-11-05  Bruno Haible  <bruno@clisp.org>
42342
42343         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
42344         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
42345         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
42346         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
42347
42348         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
42349         <libintl.h>.
42350         * lib/makepath.c: Include gettext.h instead of <locale.h> and
42351         <libintl.h>.
42352
42353         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
42354         * lib/human.c: Include gettext.h instead of <libintl.h>.
42355         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
42356         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
42357         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
42358         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
42359         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
42360         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
42361         (textdomain): Remove definition.
42362         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
42363
42364         * lib/long-options.c: Remove include of <libintl.h> and definition of
42365         _.
42366         * lib/same.c: Remove include of <libintl.h> and definition of _.
42367
42368 2002-11-04  Owen Taylor  <otaylor@redhat.com>
42369
42370         * lib/config.charset: A few additions for Solaris.
42371
42372 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
42373
42374         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
42375         * lib/localcharset.c (locale_charset): Declare as extern "C".
42376
42377 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
42378
42379         * lib/config.charset: msdos in uk_UA uses CP1125.
42380
42381 2002-11-04  Bruno Haible  <bruno@clisp.org>
42382
42383         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
42384         * lib/strcase.h: New file, from GNU gettext-0.11.5.
42385         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
42386         * lib/strstr.h: New file, from GNU gettext-0.11.5.
42387         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
42388
42389 2002-11-04  Bruno Haible  <bruno@clisp.org>
42390
42391         * lib/localcharset.c (locale_charset): Don't return an empty string.
42392
42393 2002-11-04  Bruno Haible  <bruno@clisp.org>
42394
42395         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
42396         aliases.
42397
42398 2002-11-04  Bruno Haible  <bruno@clisp.org>
42399
42400         * lib/config.charset: Update for newest glibc. Add canonical names
42401         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
42402
42403 2002-11-04  Bruno Haible  <bruno@clisp.org>
42404
42405         * lib/config.charset: Add support for NetBSD.
42406
42407 2002-11-04  Bruno Haible  <bruno@clisp.org>
42408
42409         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
42410
42411 2002-11-01  Bruno Haible  <bruno@clisp.org>
42412
42413         * configure.in: Add AC_CONFIG_AUX_DIR call.
42414         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
42415         test/Makefile.
42416         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
42417
42418 2002-09-28  Karl Berry  <karl@gnu.org>
42419
42420         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
42421         installed automake until the next release, since changes have been
42422         made.
42423
42424 2002-09-25  Karl Berry  <karl@gnu.org>
42425
42426         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
42427         * lib/getopt*: copy from libc/posix.
42428         * lib/gettext.h: copy from gettext.
42429         * lib/.cppi-disable: add strdup.c, gettext.h.
42430
42431 2002-09-25  Karl Berry  <karl@gnu.org>
42432
42433         * config/srclist.txt: enable gettext.h check.
42434         * config/config.{guess,sub}: update from prep.
42435         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
42436                 from automake 1.6.3.
42437         See srclist*.
42438
42439 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
42440
42441         * regex.c (PATFETCH): Remove the translating fetch.
42442         (PATFETCH_RAW): Rename to PATFETCH.
42443         (set_image_of_range): New fun.
42444         (SET_RANGE_TABLE_WORK_AREA): Use it.
42445         (regex_compile): Don't translate the pattern chars so eagerly.
42446         Only do it when inserting an `exactn' bytecode or when handling
42447         a char-range.
42448         (mutually_exclusive_p): Avoid empty statement.
42449
42450 2002-07-06  Jim Meyering  <meyering@lucent.com>
42451
42452         * m4/README: Don't mention Makefile.am.in.
42453         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
42454
42455 2002-07-01  Jim Meyering  <meyering@lucent.com>
42456
42457         * lib/c-stack.c: Include sys/time.h.
42458         From Volker Borchert.
42459
42460 2002-06-26  Paul Eggert  <eggert@twinsun.com>
42461
42462         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
42463
42464 2002-06-26  Paul Eggert  <eggert@twinsun.com>
42465
42466         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
42467         New macro.  Use it uniformly instead of
42468         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
42469         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
42470         reported by Vin Shelton.
42471
42472 2002-06-22  Paul Eggert  <eggert@twinsun.com>
42473
42474         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
42475         Do not assume SA_SIGINFO behavior.
42476         Bug reported by Jim Meyering on NetBSD 1.5.2.
42477
42478 2002-06-22  Jim Meyering  <meyering@lucent.com>
42479
42480         * m4/c-stack.m4: New file, from diffutils-2.8.2.
42481         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
42482
42483         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
42484         now that configure.ac uses AC_GNU_SOURCE.
42485         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
42486         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
42487
42488         Update to latest tools.  Suggestions from Paul Eggert.
42489         * m4/stdbool.m4: New file, from diffutils-2.8.2.
42490         * m4/gnu-source.m4: Update from diffutils-2.8.2.
42491         * m4/fnmatch.m4: Likewise.
42492         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
42493         to AC_HEADER_STDBOOL
42494
42495 2002-06-22  Jim Meyering  <meyering@lucent.com>
42496
42497         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
42498         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
42499
42500 2002-06-22  Jim Meyering  <meyering@lucent.com>
42501
42502         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
42503
42504         * lib/exitfail.c, exitfail.h: Likewise.
42505         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
42506
42507         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
42508         of fnmatch.h.
42509         (EXTRA_DIST): Add fnmatch_loop.c.
42510         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
42511
42512         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
42513         * lib/fnmatch.c: Update from diffutils-2.8.2.
42514         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
42515         * lib/fnmatch.h: Remove file.
42516
42517 2002-06-21  Jim Meyering  <meyering@lucent.com>
42518
42519         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
42520         * m4/mbrtowc.m4: Likewise.
42521
42522         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
42523         * m4/mbswidth.m4: Reflect name change:
42524         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
42525         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
42526
42527         * m4/lib-link.m4: Update from gettext-0.11.2.
42528         * m4/gettext.m4: Likewise.
42529
42530         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
42531         From Alfred M. Szmidt.
42532
42533 2002-06-18  Paul Eggert  <eggert@twinsun.com>
42534
42535         * lib/file-type.h: Report an error if neither S_ISREG nor
42536         S_IFREG is defined, instead of using a test specific to glibc
42537         2.2.  This should be safe, since POSIX requires S_ISREG and
42538         Unix Version 7 had S_IFREG.  We don't need to check for
42539         <sys/types.h> since we don't use any symbols that it defines.
42540
42541 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
42542
42543         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
42544         $@-t, so that each temporary file name is unique and valid in the first
42545         8 characters, for operation under DOS.
42546
42547 2002-06-15  Paul Eggert  <eggert@twinsun.com>
42548
42549         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
42550
42551 2002-06-15  Jim Meyering  <meyering@lucent.com>
42552
42553         Work even with DJGPP 2.03, which lacks support for symlinks.
42554         From Richard Dawe.
42555         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
42556         is defined.
42557         * lib/lchown.c (S_ISLNK): Likewise.
42558
42559 2002-06-15  Jim Meyering  <meyering@lucent.com>
42560
42561         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
42562         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
42563         have been included before this file.
42564
42565 2002-06-14  Jim Meyering  <meyering@lucent.com>
42566
42567         * lib/file-type.h: Use the version from diffutils-2.8.2.
42568         * lib/file-type.c: Likewise.
42569
42570 2002-06-07  Jim Meyering  <meyering@lucent.com>
42571
42572         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
42573         They're needed at least for NetBSD 1.5.2.
42574         ($statxfs_includes): Include those same headers.
42575         ($statxfs_includes): Include sys/vfs.h if available.
42576         ($statxfs_includes): Likewise for sys/statvfs.h.
42577         Check for the following members in both structs statfs and statvfs:
42578         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
42579
42580 2002-06-01  Jim Meyering  <meyering@lucent.com>
42581
42582         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
42583         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
42584
42585 2002-05-28  Jim Meyering  <meyering@lucent.com>
42586
42587         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
42588         Reported by Volker Borchert.
42589
42590 2002-05-27  Jim Meyering  <meyering@lucent.com>
42591
42592         Fix a problem seen only on nonconforming systems whereby ls.c's
42593         use of localtime, and then of gettimeofday would cause trouble:
42594         the localtime call used to initialize rpl_gettimeofday's save
42595         mechanism would clobber ls's current local time information so
42596         that in any long listing the first file would always be listed
42597         with date 1970-01-01.  Analysis by Volker Borchert.
42598
42599         * lib/gettimeofday.c (localtime): Undefine.
42600         (rpl_localtime): New function.
42601
42602 2002-05-27  Jim Meyering  <meyering@lucent.com>
42603
42604         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
42605         localtime.
42606
42607         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
42608         use the replacement function; it wouldn't resolve at link time.
42609         Reported by Volker Borchert.
42610
42611 2002-05-22  Jim Meyering  <meyering@lucent.com>
42612
42613         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
42614         file-type.h.
42615         * lib/file-type.h: New file.
42616         * lib/file-type.c (file_type): New file/function.  Extracted from
42617         diffutils.
42618
42619 2002-04-30  Jim Meyering  <meyering@lucent.com>
42620
42621         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
42622
42623 2002-04-29  Paul Eggert  <eggert@twinsun.com>
42624
42625         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
42626
42627 2002-04-29  Paul Eggert  <eggert@twinsun.com>
42628
42629         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
42630         Do not check for alloca.h (no longer used) or stdbool.h (was never
42631         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
42632
42633 2002-04-29  Paul Eggert  <eggert@twinsun.com>
42634
42635         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
42636
42637 2002-04-29  Jim Meyering  <meyering@lucent.com>
42638
42639         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
42640         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
42641         Use AC_FUNC_STRNLEN here instead.
42642
42643         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
42644         With autoconf-2.53a, it's part of AC_PROG_CC.
42645
42646 2002-04-28  Paul Eggert  <eggert@twinsun.com>
42647
42648         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
42649         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
42650
42651 2002-04-28  Paul Eggert  <eggert@twinsun.com>
42652
42653         * lib/sig2str.h, lib/sig2str.c: New files.
42654         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
42655
42656 2002-04-28  Paul Eggert  <eggert@twinsun.com>
42657
42658         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
42659         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
42660         of 127, since 64 is the largest conceivable number for ancient
42661         nonstandard hosts.
42662         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
42663
42664 2002-04-28  Jim Meyering  <meyering@lucent.com>
42665
42666         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
42667
42668 2002-04-24  Jim Meyering  <meyering@lucent.com>
42669
42670         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
42671         (jm_PREREQ): Use it.
42672
42673         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
42674         mach/mach.h fcntl.h.
42675         Check for this function: setlocale.
42676
42677 2002-04-24  Jim Meyering  <meyering@lucent.com>
42678
42679         * lib/gettext.h: New file, from Gettext.
42680         * lib/Makefile.am (INCLUDES): Remove -I../intl.
42681         (libfetish_a_SOURCES): Add gettext.h.
42682
42683 2002-04-16  Jim Meyering  <meyering@lucent.com>
42684
42685         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
42686         ut_pid, ut_id, ut_exit.
42687
42688 2002-04-16  Jim Meyering  <meyering@lucent.com>
42689
42690         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
42691         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
42692         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
42693
42694 2002-04-12  Jim Meyering  <meyering@lucent.com>
42695
42696         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
42697         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
42698         existence of the getmntinfo function.  Needed for Darwin 5.3.
42699
42700         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
42701         This is necessary at least on Darwin 5.3.
42702
42703         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
42704         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
42705         strnlen.o in the library, and that makes some versions of ranlib
42706         object.
42707
42708 2002-04-12  Jim Meyering  <meyering@lucent.com>
42709
42710         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
42711
42712 2002-04-09  Jim Meyering  <meyering@lucent.com>
42713
42714         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
42715         to be more precise.  Rather than saying we're checking whether the
42716         function `works', say what we're testing.
42717         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
42718         Reported by Bruno Haible.
42719
42720 2002-03-10  Jim Meyering  <meyering@lucent.com>
42721
42722         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
42723         Suggestion from Santiago Vila.
42724
42725 2002-03-08  Jim Meyering  <meyering@lucent.com>
42726
42727         * lib/rename.c: Mention that this wrapper is needed also on
42728         mips-dec-ultrix4.4 systems.
42729
42730 2002-03-02  Jim Meyering  <meyering@lucent.com>
42731
42732         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
42733         not HAVE_CLOCK_SETTIME.
42734
42735 2002-02-27  Paul Eggert  <eggert@twinsun.com>
42736
42737         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
42738         Check for clock_settime.
42739
42740 2002-02-27  Paul Eggert  <eggert@twinsun.com>
42741
42742         * lib/nanosleep.h: Rename to....
42743         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
42744
42745         * lib/gettime.c: New file.
42746         * lib/settime.c: New file.
42747         * lib/stime.c: Remove.
42748
42749         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
42750         timespec.h.  Remove nanosleep.h.
42751
42752 2002-02-25  Paul Eggert  <eggert@twinsun.com>
42753
42754         * m4/acl.m4: New file.
42755         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
42756         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
42757
42758 2002-02-25  Paul Eggert  <eggert@twinsun.com>
42759
42760         * lib/acl.c, lib/acl.h: New files.
42761         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
42762
42763 2002-02-24  Jim Meyering  <meyering@lucent.com>
42764
42765         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
42766         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
42767         cause trouble.  Reported by Nelson Beebe.
42768
42769 2002-02-23  Paul Eggert  <eggert@twinsun.com>
42770
42771         * lib/path-concat.c (xpath_concat): Reorder code to pacify
42772         compilers that don't know that xalloc_die never returns.
42773
42774 2002-02-20  Jim Meyering  <meyering@lucent.com>
42775
42776         * lib/getdate.c: Regenerate using bison-1.33.
42777
42778 2002-02-17  Jim Meyering  <meyering@lucent.com>
42779
42780         * config/config.guess (main): Don't use `head -1'; it's no longer
42781         portable. Use `sed 1q' instead.
42782
42783 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
42784
42785         * m4/codeset.m4: Upgrade to gettext-0.11.
42786         * m4/gettext.m4: Upgrade to gettext-0.11.
42787         * m4/glibc21.m4: Upgrade to gettext-0.11.
42788         * m4/iconv.m4: Upgrade to gettext-0.11.
42789         * m4/isc-posix.m4: Upgrade to gettext-0.11.
42790         * m4/lcmessage.m4: Upgrade to gettext-0.11.
42791         * m4/lib-ld.m4: New file, from gettext-0.11.
42792         * m4/lib-link.m4: New file, from gettext-0.11.
42793         * m4/lib-prefix.m4: New file, from gettext-0.11.
42794         * m4/progtest.m4: Upgrade to gettext-0.11.
42795
42796 2002-02-15  Paul Eggert  <eggert@twinsun.com>
42797
42798         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
42799         (jm_PREREQ): Use it.
42800
42801 2002-02-15  Paul Eggert  <eggert@twinsun.com>
42802
42803         * lib/posixver.c, lib/posixver.h: New files.
42804         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
42805
42806 2002-02-02  Paul Eggert  <eggert@twinsun.com>
42807             Bruno Haible  <bruno@clisp.org>
42808
42809         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
42810         (fwrite_success_callback): New declaration.
42811         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
42812         print_unicode_char. Call failure callback instead of error.
42813         (fwrite_success_callback): New function.
42814         (exit_failure_callback): New function.
42815         (fallback_failure_callback): New function.
42816         (print_unicode_char): Call unicode_to_mb.
42817
42818 2002-01-26  Jim Meyering  <meyering@lucent.com>
42819
42820         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
42821         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
42822
42823 2002-01-26  Jim Meyering  <meyering@lucent.com>
42824
42825         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
42826
42827 2002-01-22  Paul Eggert  <eggert@twinsun.com>
42828
42829         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
42830
42831 2002-01-22  Jim Meyering  <meyering@lucent.com>
42832
42833         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
42834         Otherwise, some versions of automake would omit the rule that makes
42835         Makefile from Makefile.in.
42836
42837 2002-01-21  Paul Eggert  <eggert@twinsun.com>
42838
42839         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
42840         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
42841         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
42842         (memcoll): Set errno to zero if there is no error.
42843
42844         * lib/quotearg.c (quotearg_buffer_restyled):
42845         Fix bug with quoting buffers containing NUL when backslashing escapes.
42846         This bug was exposed by the other changes in this patch.
42847         (quotearg_n_options): New arg ARGSIZE.
42848         All callers changed.
42849         (quoting_options_from_style): New function.
42850         (quotearg_n_style): Use it.
42851         (quotearg_n_style_mem): New function.
42852
42853         * lib/quotearg.h (quotearg_n_style_mem): New function.
42854
42855 2002-01-19  Jim Meyering  <meyering@lucent.com>
42856
42857         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
42858         Remove useless quotes: DF_PROG="df".
42859         * m4/strnlen.m4: New file.
42860
42861 2002-01-16  Paul Eggert  <eggert@twinsun.com>
42862
42863         * lib/backupfile.c (ISDIGIT): Comment fix.
42864         * lib/getdate.y (ISDIGIT): Likewise.
42865         * lib/posixtm.c (ISDIGIT, year): Likewise.
42866         * lib/strverscmp.c (ISDIGIT): Likewise.
42867         * lib/userspec.c (ISDIGIT): Likewise.
42868
42869 2002-01-16  Jim Meyering  <meyering@lucent.com>
42870
42871         * lib/getdate.y: Add three semicolons, each just before a closing
42872         brace. Bison (as of version 1.31) no longer papers over that mistake.
42873
42874 2002-01-05  Jim Meyering  <meyering@lucent.com>
42875
42876         * lib/version-etc.c (version_etc_copyright): Update copyright year.
42877
42878 2001-12-19  Paul Eggert  <eggert@twinsun.com>
42879
42880         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
42881         not silently exit merely because the output buffer happens to
42882         have nothing pending.
42883
42884 2001-12-18  Paul Eggert  <eggert@twinsun.com>
42885
42886         See the big note in ../ChangeLog.
42887         * lib/human.c (suffixes): Prefer K to k for 1024.
42888         (generate_suffix_backwards): New function.
42889         (human_readable_inexact): Use it.
42890         * lib/xstrtol.c (__xstrtol): If there is no number but there
42891         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
42892         Accept 'K' as well as 'k'.
42893
42894 2001-12-15  Jim Meyering  <meyering@lucent.com>
42895
42896         * lib/regex.h (__restrict_arr): Update from libc.
42897
42898         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
42899         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
42900         (STREQ): Define.
42901
42902 2001-12-14  Jim Meyering  <meyering@lucent.com>
42903
42904         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
42905         Suggestion from Bruno Haible.
42906
42907 2001-12-10  Jim Meyering  <meyering@lucent.com>
42908
42909         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
42910         xrealloc, Instead, include "xalloc.h".
42911         (initbuffer): Don't cast xmalloc return value to char*.
42912         (readline): Reword comment.
42913         Don't cast xrealloc return value to char*
42914         Return NULL, not 0.
42915
42916 2001-12-09  Jim Meyering  <meyering@lucent.com>
42917
42918         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
42919         about `signed and unsigned type in conditional expression'.
42920         * lib/posixtm.c (posix_time_parse): Likewise.
42921
42922         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
42923
42924         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
42925         to avoid a pedantic warning.
42926
42927         * lib/getstr.c: Don't include assert.h.
42928         (getstr): Remove warning-evoking assertions.
42929         Return -1 if offset parameter is out of bounds.
42930         Change the type of a local from int to size_t.
42931
42932         * lib/strftime.c (my_strftime_localtime_r): Include this function
42933         definition in the `#if ! HAVE_TM_GMTOFF' block.
42934
42935         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
42936         Include xalloc.h instead.
42937
42938 2001-12-02  Jim Meyering  <meyering@lucent.com>
42939
42940         * lib/tempname.c: Don't declare getenv, thus reverting the change of
42941         2001-11-18.  It's no longer necessary, now that stdlib.h is always
42942         included.
42943
42944         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
42945         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
42946
42947 2001-11-30  Akim Demaille  <akim@epita.fr>
42948
42949         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
42950         before being defined.
42951
42952 2001-11-27  Paul Eggert  <eggert@twinsun.com>
42953
42954         * lib/quotearg.h (quotearg_n, quotearg_n_style):
42955         First arg is int, not unsigned.
42956         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
42957         (SIZE_MAX, UINT_MAX): New macros.
42958         (quotearg_n_options): Abort if N is negative.
42959         Avoid overflow check on hosts where size_t is 64 bits and int
42960         is 32 bits, as overflow is impossible there.
42961         Fix off-by-one typo that caused unnecessary reallocation.
42962
42963 2001-11-27  Jim Meyering  <meyering@lucent.com>
42964
42965         * lib/tempname.c: Merge with version from libc.
42966         * lib/regex.c: Likewise.
42967
42968         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
42969         systems for which STDC_HEADERS is 0, it was not included, resulting in
42970         a warning about an integer-to-pointer conversion problem with getenv.
42971         Reported by Volker Borchert.
42972
42973 2001-11-26  Jim Meyering  <meyering@lucent.com>
42974
42975         * lib/gtod.h: Remove file.
42976         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
42977         * lib/gettimeofday.c: Don't include gtod.h.
42978         (GTOD_init): Remove function.
42979         (rpl_gettimeofday): Do its job here instead, rather than aborting.
42980         Suggestion from Volker Borchert.
42981
42982 2001-11-23  Jim Meyering  <meyering@lucent.com>
42983
42984         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
42985         it.
42986         * lib/hash.c (struct hash_table): Define it here instead.
42987
42988 2001-11-22  Jim Meyering  <meyering@lucent.com>
42989
42990         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
42991
42992 2001-11-20  Jim Meyering  <meyering@lucent.com>
42993
42994         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
42995         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
42996
42997 2001-11-19  Jim Meyering  <meyering@lucent.com>
42998
42999         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
43000         directory.  Use "conftestXXXXXX" as the template.
43001         Suggestion from Paul Eggert.
43002
43003         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
43004         immediately, so the test doesn't mistakenly hit the max-open-files
43005         limit.
43006
43007 2001-11-18  Paul Eggert  <eggert@twinsun.com>
43008
43009         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
43010         (TEMPORARIES): New macro.
43011         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
43012         removes an artificial limitation (e.g. HP-UX 10.20, where
43013         TMP_MAX is 17576).
43014
43015 2001-11-18  Jim Meyering  <meyering@lucent.com>
43016
43017         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
43018
43019 2001-11-18  Jim Meyering  <meyering@lucent.com>
43020
43021         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
43022         on SunOS 4.
43023
43024         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
43025         files will be created before anything else.
43026
43027 2001-11-17  Paul Eggert  <eggert@twinsun.com>
43028
43029         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
43030         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
43031
43032 2001-11-17  Jim Meyering  <meyering@lucent.com>
43033
43034         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
43035         Prompted by a report from Bob Proulx.
43036
43037         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
43038         Instead, require UTILS_FUNC_MKSTEMP.
43039
43040 2001-11-17  Jim Meyering  <meyering@lucent.com>
43041
43042         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
43043         Now, that's done as part of AC_FUNC_STRTOD.
43044
43045 2001-11-17  Jim Meyering  <meyering@lucent.com>
43046
43047         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
43048         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
43049         rather than group writable.  Patch by Juan F. Codagnone.
43050
43051         * lib/readtokens.c: Remove explicit declarations of xmalloc and
43052         xrealloc, Instead, include "xalloc.h".
43053
43054         * lib/mountlist.c: Include unlocked-io.h after all system headers.
43055         Remove explicit declarations of xmalloc, xrealloc,
43056         and xstrdup.  Instead, include "xalloc.h".
43057
43058         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
43059         unlocked-io.h.
43060         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
43061         Likewise.
43062         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
43063
43064         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
43065         Reported by Padraig Brady.
43066
43067         * lib/mkstemp.c: #undef mkstemp.
43068         Include config.h.
43069         (rpl_mkstemp): Rename from mkstemp.
43070         Protoize.
43071
43072 2001-11-16  Jim Meyering  <meyering@lucent.com>
43073
43074         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
43075         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
43076         determine the amount of total physical memory, use pstat_getstatic.
43077         HPUX-11 doesn't define _SC_PHYS_PAGES.
43078         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
43079         If sysconf couldn't be used to determine the amount of available
43080         physical memory, use both pstat_getstatic and pstat_getdynamic.
43081         Based on a patch from Bob Proulx.
43082
43083 2001-11-10  Jim Meyering  <meyering@lucent.com>
43084
43085         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
43086         (jm_PREREQ): Use it.
43087
43088 2001-11-09  Jim Meyering  <meyering@lucent.com>
43089
43090         * m4/jm-macros.m4: Require autoconf-2.52f.
43091         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
43092         Use these AC_-prefixed names, not the AM_-prefixed ones.
43093
43094         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
43095
43096 2001-11-05  Jim Meyering  <meyering@lucent.com>
43097
43098         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
43099
43100 2001-11-04  Jim Meyering  <meyering@lucent.com>
43101
43102         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
43103         $DEFS.
43104
43105 2001-11-03  Jim Meyering  <meyering@lucent.com>
43106
43107         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
43108         of AC_DEFUN.
43109
43110         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
43111         know the name of the variable in the macro definition.
43112
43113 2001-11-03  Jim Meyering  <meyering@lucent.com>
43114
43115         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
43116         in argmatch_to_argument call.
43117
43118         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
43119         argument.
43120
43121         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
43122         e.g., a fault due to an attempt to free a NULL pointer.
43123
43124 2001-11-01  Jim Meyering  <meyering@lucent.com>
43125
43126         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
43127         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
43128
43129 2001-11-01  Jim Meyering  <meyering@lucent.com>
43130
43131         * lib/dirfd.c, lib/dirfd.h: New files.
43132         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
43133
43134         * lib/hash.c (hash_print) [TESTING]: Clean up.
43135
43136 2001-10-22  Paul Eggert  <eggert@twinsun.com>
43137
43138         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
43139         to avoid a warning if -Wall.
43140
43141 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
43142
43143         * README: New file
43144         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
43145         (per RMS's instructions, this is now the canonical source)
43146         * lgpl/, gpl/: New directories.
43147
43148 2001-10-21  Paul Eggert  <eggert@twinsun.com>
43149
43150         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
43151
43152 2001-10-21  Jim Meyering  <meyering@lucent.com>
43153
43154         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
43155         this code would end up calling gettext even in packages built
43156         with --disable-nls.
43157         * lib/getopt.c (_): Likewise.
43158         * lib/regex.c (_): Likewise.
43159
43160 2001-10-20  Paul Eggert  <eggert@twinsun.com>
43161
43162         * m4/error.m4 (jm_PREREQ_ERROR):
43163         Do not invoke AC_CHECK_FUNCS with strerror_r, as
43164         AC_FUNC_STRERROR_R does that.
43165         Check for strerror declaration.
43166
43167         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
43168         are supposed to have them these days.
43169         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
43170         Merge changes from latest Autoconf CVS.
43171         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
43172         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
43173         POSIX decided to standardize on the int flavor of strerror_r.
43174
43175 2001-10-20  Paul Eggert  <eggert@twinsun.com>
43176
43177         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
43178         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
43179         Use strerror_r that is only a macro, even if it is not a function.
43180         (strerror): Check for HAVE_DECL_STRERROR before declaring.
43181         (private_strerror): Use prototypes, not old-style function definition.
43182         (print_errno_message): New function.
43183         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
43184         char*-flavored one.
43185         (error_tail, error, error_at_line): Use it.
43186
43187 2001-10-11  Jim Meyering  <meyering@lucent.com>
43188
43189         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
43190         and quote_n (1, ... to avoid clobbering a buffer.
43191
43192 2001-10-05  Jim Meyering  <meyering@lucent.com>
43193
43194         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
43195         hash-pjw.h.
43196         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
43197         * lib/hash-pjw.h: New file.
43198
43199 2001-09-30  Jim Meyering  <meyering@lucent.com>
43200
43201         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
43202         `struct fsstat' has the `f_fstypename' member.
43203         Use that to define FS_TYPE, which is now used to make
43204         the getfsstat link test tighter.
43205
43206 2001-09-30  Jim Meyering  <meyering@lucent.com>
43207
43208         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
43209         Include <sys/ucred.h>, for Apple Darwin.
43210         Include sys/mount.h and sys/fs_types.h only if available.
43211         (FS_TYPE): Define.
43212         (read_filesystem_list): Use FS_TYPE.
43213
43214 2001-09-29  Paul Eggert  <eggert@twinsun.com>
43215
43216         * lib/exclude.c (excluded_filename): 0 -> false, since it's
43217         a boolean context.
43218
43219 2001-09-29  Jim Meyering  <meyering@lucent.com>
43220
43221         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
43222         [one-argument getmntent function]): Include stdio.h before mntent.h.
43223         SunOS 4.1.x needs it for the declaration of `FILE'.
43224         Patch by Volker Borchert.
43225
43226         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
43227         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
43228         sys/fs_types.h, and make the link-test for getfsstat guard #include
43229         directives with appropriate #if HAVE_*_H tests so that we can
43230         detect getfsstat on Apple Darwin1.3.7 systems.
43231         Reported by Nelson Beebe.
43232         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
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         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
43241         Check for strtoul and strtoumax,
43242         as those declarations are made even in the signed case.
43243         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
43244         Likewise, for strtol and strtoimax.
43245
43246 2001-09-28  Paul Eggert  <eggert@twinsun.com>
43247
43248         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
43249         #defines strtoimax.  Also treat the other strto* functions
43250         like strtoimax.
43251
43252         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
43253         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
43254         (strtoimax, strtoumax): Do not declare if already defined as a macro.
43255
43256 2001-09-26  Jim Meyering  <meyering@lucent.com>
43257
43258         Most macros in unlocked-io.h had the wrong number of arguments.
43259         * lib/gen-uio: New script.
43260         (USE_UNLOCKED_IO): Define to 1 if not already defined.
43261         * lib/unlocked-io.hin: Remove file.
43262         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
43263         rather than trying to embed it here.
43264         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
43265         Reported by Padraig Brady.
43266
43267 2001-09-25  Volker Borchert  <bt@teknon.de>
43268
43269         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
43270         `result'.
43271
43272 2001-09-24  Jim Meyering  <meyering@lucent.com>
43273
43274         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
43275
43276 2001-09-23  Jim Meyering  <meyering@lucent.com>
43277
43278         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
43279         instead of the mere test for existence of mntent.h.  The latter
43280         would get a false-positive on AIX 3.4 systems.
43281         In the outer getmntent if-block, don't die if neither of the getmntent
43282         tests succeeds.  Instead, just fall through and continue with the
43283         remaining tests.
43284
43285 2001-09-23  Jim Meyering  <meyering@lucent.com>
43286
43287         * lib/mountlist.c: Remove useless parentheses in #if directives.
43288         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
43289         the deprecated MOUNTED symbol is no longer defined in mntent.h.
43290
43291 2001-09-22  Jim Meyering  <meyering@lucent.com>
43292
43293         * m4/gettext.m4: New file.  From gettext.
43294         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
43295         * m4/progtest.m4: Likewise
43296         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
43297         * m4/glibc21.m4: Likewise.
43298
43299         * m4/libintl.m4: Remove.  No longer used.
43300
43301 2001-09-22  Jim Meyering  <meyering@lucent.com>
43302
43303         * lib/localcharset.c: Update from latest gettext.
43304         * lib/config.charset: Likewise.
43305
43306 2001-09-20  Jim Meyering  <meyering@lucent.com>
43307
43308         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
43309         strtoimax.
43310         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
43311         strtoumax.
43312
43313 2001-09-20  Jim Meyering  <meyering@lucent.com>
43314
43315         * lib/xstrtol.c (strtoimax): Guard declaration with
43316         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
43317         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
43318         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
43319         (strtoumax): Likewise, for completeness (it wasn't necessary).
43320
43321 2001-09-17  Paul Eggert  <eggert@twinsun.com>
43322
43323         * lib/strtoimax.c (HAVE_LONG_LONG):
43324         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
43325         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
43326         to work around bug in IBM C compiler.
43327
43328 2001-09-17  Jim Meyering  <meyering@lucent.com>
43329
43330         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
43331         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
43332         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
43333         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
43334         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
43335         whenever the right hand side need not be expanded by the shell.
43336
43337 2001-09-16  Paul Eggert  <eggert@twinsun.com>
43338
43339         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
43340         library.  It's not correct, as some older glibcs are buggy.
43341         fnmatch wasn't fixed until glibc 2.2.
43342
43343         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
43344         special shell magic here.
43345
43346 2001-09-16  Jim Meyering  <meyering@lucent.com>
43347
43348         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
43349         * m4/jm-macros.m4: Require it.
43350
43351 2001-09-16  Jim Meyering  <meyering@lucent.com>
43352
43353         * lib/mkdir.c: New file.
43354
43355 2001-09-15  Jim Meyering  <meyering@lucent.com>
43356
43357         * m4/jm-macros.m4: Check for help2man.
43358
43359 2001-09-11  Jim Meyering  <meyering@lucent.com>
43360
43361         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
43362         The body, by Paul Eggert, was moved here from configure.in.
43363         * m4/jm-macros.m4: Require UTILS_HOST_OS.
43364
43365 2001-09-04  Paul Eggert  <eggert@twinsun.com>
43366
43367         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
43368         (jm_PREREQ): Use it.
43369
43370 2001-09-04  Paul Eggert  <eggert@twinsun.com>
43371
43372         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
43373         Use ssize_t, not int, to store result of readlink.
43374         Check for ssize_t overflow as well as size_t overflow,
43375         as POSIX says the result of readlink is implementation-defined
43376         when ssize_t overflows.
43377         Remove unnecessary cast to char*.
43378         Use free+malloc instead of realloc, as the storage doesn't need
43379         to be preserved and it's clearer and can be more efficient that way.
43380         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
43381         * lib/xreadlink.h (xreadlink): Update prototype.
43382
43383 2001-09-04  Paul Eggert  <eggert@twinsun.com>
43384
43385         * lib/xgetcwd.c: Revert some of the previous change; intead,
43386         fix the HAVE_GETCWD_NULL code to behave more like the
43387         !HAVE_GETCWD_NULL code used to.
43388
43389         Include "xalloc.h".
43390         (xgetcwd): Do not return NULL when memory is exhausted; instead,
43391         invoke xalloc_die.
43392
43393 2001-09-03  Paul Eggert  <eggert@twinsun.com>
43394
43395         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
43396         sys/param.h, as pathmax.h includes them.
43397
43398 2001-09-03  Paul Eggert  <eggert@twinsun.com>
43399
43400         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
43401         (jm_PREREQ_XGETCWD): New macro.
43402
43403         * m4/getcwd.m4: New file.
43404
43405 2001-09-03  Paul Eggert  <eggert@twinsun.com>
43406
43407         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
43408         like the HAVE_GETCWD_NULL code.
43409         Include pathmax.h if not HAVE_GETCWD.
43410         Do not include xalloc.h.
43411         (INITIAL_BUFFER_SIZE): New symbol.
43412         Do not use xmalloc / xrealloc, since the caller is responsible for
43413         handling errors.  Preserve errno around `free' during failure.
43414         Do not overrun buffer when using getwd.
43415
43416 2001-09-03  Paul Eggert  <eggert@twinsun.com>
43417
43418         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
43419         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
43420         getcwd (NULL, 0).
43421
43422 2001-09-03  Paul Eggert  <eggert@twinsun.com>
43423
43424         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
43425         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
43426         spotted by Jim Meyering.
43427
43428 2001-09-03  Jim Meyering  <meyering@lucent.com>
43429
43430         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
43431         failure.
43432
43433 2001-09-02  Jim Meyering  <meyering@lucent.com>
43434
43435         * lib/error.c: Update from GNU libc.
43436
43437 2001-09-01  Jim Meyering  <meyering@lucent.com>
43438
43439         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
43440         Used by df.
43441
43442 2001-09-01  Jim Meyering  <meyering@lucent.com>
43443
43444         * lib/xreadlink.c: New file.
43445         * lib/xreadlink.h: New file.
43446         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
43447         xreadlink.h.
43448
43449         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
43450         doesn't conflict with sparc Solaris 7's definition in
43451         /usr/include/sys/int_types.h.
43452
43453         * lib/exclude.c: Use `""', not `<>' to #include non-system header
43454         files.
43455         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
43456         and strncasecmp as r-values.  Unixware didn't have declarations.
43457
43458 2001-08-31  Paul Eggert  <eggert@twinsun.com>
43459
43460         * lib/xstrtol.h: Add copyright notice.
43461         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
43462         LONGINT_INVALID_SUFFIX_CHAR.
43463
43464 2001-08-31  Paul Eggert  <eggert@twinsun.com>
43465
43466         * lib/xstrtol.c (strtoimax): New decl.
43467
43468 2001-08-31  Paul Eggert  <eggert@twinsun.com>
43469
43470         * lib/xgetcwd.c: Don't include pathmax.h.
43471         Include stdlib.h and unistd.h if available.
43472         Include xalloc.h.
43473         (xmalloc, xstrdup, free): Remove decls.
43474         (xgetcwd): Don't assume sizes fit in unsigned.
43475         Check for overflow when computing sizes.
43476         Simplify reallocation code.
43477
43478 2001-08-31  Paul Eggert  <eggert@twinsun.com>
43479
43480         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
43481         a directory's st_size can have an arbitrary value, so the old
43482         usage could waste an arbitrary amount of memory.  All uses
43483         changed.
43484         * lib/savedir.h: Update prototype.
43485
43486 2001-08-31  Paul Eggert  <eggert@twinsun.com>
43487
43488         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
43489
43490         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
43491         old strtoimax.c.
43492
43493         Also, make the following further changes to make this file's
43494         configuration more similar to that of strtol.c:
43495         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
43496         (strtoumax, uintmax_t, strtoull, strtol): Remove.
43497         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
43498         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
43499         changed to signed values.
43500
43501         And make the following changes as well:
43502         Fix copyright notice, as 1999 was missing.
43503         (verify): New macro.
43504         (strtoimax): Check sizes at compile-time, not run-time.
43505         Prefer strtol to strtoll if both work.
43506         (main): Remove; it was not that useful and was a pain to maintain.
43507
43508         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
43509
43510 2001-08-31  Jim Meyering  <meyering@lucent.com>
43511
43512         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
43513         Use an initial, malloc'd, buffer of length 128 rather than
43514         a statically allocated one of length 1024.
43515
43516 2001-08-30  Paul Eggert  <eggert@twinsun.com>
43517
43518         Simplify code, partly by assuming autoconf 2.52 semantics.
43519
43520         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
43521
43522         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
43523         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
43524         All uses removed.
43525         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
43526         Move AC_REQUIRE to next-to-top level, to avoid confusion.
43527         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
43528         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
43529         jm_AC_HEADER_INTTYPES_H.
43530         * m4/jm-macros.m4 (jm_MACROS): Likewise.
43531
43532         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
43533
43534         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
43535         Quote first arg of AC_DEFUN.
43536         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
43537         since they are needed to parse the include file even if we need
43538         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
43539         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
43540         but with opposite signedness.
43541
43542 2001-08-30  Paul Eggert  <eggert@twinsun.com>
43543
43544         Merge 'exclude' changes from tar 1.13.22.
43545         This fixes one or two unlikely storage allocation overflow bugs,
43546         but doesn't change user-visible behavior otherwise.
43547
43548 2001-08-30  Paul Eggert  <eggert@twinsun.com>
43549
43550         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
43551         (jm_PREREQ_EXCLUDE): New macro.
43552
43553 2001-08-30  Paul Eggert  <eggert@twinsun.com>
43554
43555         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
43556         tm to be declared.
43557
43558 2001-08-30  Paul Eggert  <eggert@twinsun.com>
43559
43560         * lib/hash.c: Remove '2001' from copyright notice.
43561
43562 2001-08-30  Paul Eggert  <eggert@twinsun.com>
43563
43564         * lib/full-write.h: New file.
43565         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
43566         * lib/full-write.c: Correct credits, as cccp.c no longer
43567         exists and anyway it was so heavily changed from the old cccp
43568         code as to be unrecognizable.  Include full-write.h.
43569         (full_write) Return size_t, with short writes meaning failure.
43570         All callers changed.  This fixes a bug with large buffers
43571         on 64-bit hosts.
43572         * lib/utime.c: Include full-write.h.
43573
43574 2001-08-30  Paul Eggert  <eggert@twinsun.com>
43575
43576         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
43577         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
43578         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
43579         Include if available.
43580         (<xalloc.h>): Include
43581         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
43582         (verify): New macro.  Use it to verify that EXCLUDE macros do not
43583         collide with FNM macros.
43584         (struct patopts): New struct.
43585         (struct exclude): Use it, as exclude patterns now come with options.
43586         (new_exclude): Support above changes.
43587         (new_exclude, add_exclude_file):
43588         Initial size must now be a power of two to simplify overflow checking.
43589         (free_exclude, fnmatch_no_wildcards): New function.
43590         (excluded_filename): No longer requires options arg, as the options
43591         are determined by add_exclude.  Now returns bool, not int.
43592         (excluded_filename, add_exclude):
43593         Add support for the fancy new exclusion options.
43594         (add_exclude, add_exclude_file): Now takes int options arg.
43595         Check for arithmetic overflow when computing sizes.
43596         (add_exclude_file): xrealloc might modify errno, so don't
43597         realloc until after errno might be used.
43598
43599         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
43600         New macros.
43601         (free_exclude): New decl.
43602         (add_exclude, add_exclude_file): Now takes int options arg.
43603         (excluded_filename): No longer requires options arg, as the options
43604         are determined by add_exclude.  Now returns bool, not int.
43605
43606 2001-08-30  Paul Eggert  <eggert@twinsun.com>
43607
43608         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
43609
43610 2001-08-27  Jim Meyering  <meyering@lucent.com>
43611
43612         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
43613
43614         * lib/version-etc.c (N_): Remove definition.
43615         Revert most of last change.
43616         Instead, simply don't mark the `Copyright...' string for translation.
43617         Based on advice from Paul Eggert.
43618
43619         * lib/strtoxmax.c: Tweak comment.
43620
43621 2001-08-26  Jim Meyering  <meyering@lucent.com>
43622
43623         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
43624
43625         * m4/xstrtoimax.m4: New file.
43626         * m4/xstrtoumax.m4: Add comments explaining why we
43627         AC_REPLACE_FUNCS(strtol).
43628
43629 2001-08-26  Jim Meyering  <meyering@lucent.com>
43630
43631         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
43632         of copyright with `%s' so translators don't get an untranslated
43633         message in 2002.
43634         (COPYRIGHT_YEAR): Define.
43635         (version_etc): Use fprintf rather than fputs.
43636         Suggestion from Ulrich Drepper.
43637
43638         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
43639
43640         * lib/strtoll.c: New file, from GNU libc.
43641         * lib/xstrtoimax.c: New file.
43642
43643         * lib/xstrtol.h: Add xstrtoimax.
43644         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
43645         * lib/strtoimax.c: New file.  Likewise, but first define
43646         STRTOUXMAX_SIGNED.
43647
43648         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
43649         ...
43650         * lib/strtoxmax.c: ... then renamed to this.
43651
43652 2001-08-18  Paul Eggert  <eggert@twinsun.com>
43653
43654         * m4/inttypes.m4: Add AC_PREREQ(2.13).
43655         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
43656         (jm_AC_TYPE_INTMAX_T): New macro.
43657         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
43658
43659         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
43660
43661         * m4/longlong.m4: Renamed from ulonglong.m4.
43662         * m4/inttypes.m4: Renamed from inttypes_h.m4.
43663         * m4/uintmax_t.m4: Removed.
43664
43665 2001-08-13  Paul Eggert  <eggert@twinsun.com>
43666
43667         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
43668         Port to Solaris 8, where 'sed' requires a space after the 'r'
43669         command, and where sh dislikes "$/".  Clean up the spacing a bit.
43670         Redirect output to $tmp just once.
43671
43672 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
43673
43674         * lib/addext.c (<errno.h>): Include.
43675         (errno): Declare if not defined.
43676         (addext): Work correctly when pathconf returns -1 and leaves
43677         errno alone because there is no limit.  Also, work even if
43678         pathconf returns a value greater than SIZE_MAX.
43679
43680 2001-08-12  Jim Meyering  <meyering@lucent.com>
43681
43682         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
43683         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
43684         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
43685         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
43686         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
43687         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
43688         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
43689         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
43690         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
43691         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
43692         utime.m4, utimes.m4, xstrtoumax.m4:
43693         Quote the first argument in each use of AC_DEFUN.
43694
43695 2001-08-12  Jim Meyering  <meyering@lucent.com>
43696
43697         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
43698         Simply `return getcwd (NULL, 0);'.
43699         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
43700         Use 1300 as initial value for length, not PATH_MAX.
43701
43702         * lib/pathmax.h: Clean up cpp syntax.
43703
43704 2001-08-12  Jim Meyering  <meyering@lucent.com>
43705
43706         * lib/gettimeofday.c: New file.
43707         * lib/gtod.h: New file.
43708         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
43709
43710 2001-08-05  Jim Meyering  <meyering@lucent.com>
43711
43712         * m4/jm-macros.m4: Require autoconf-2.52.
43713
43714 2001-08-04  Jim Meyering  <meyering@lucent.com>
43715
43716         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
43717         stmt, to get in sync with glibc.
43718
43719 2001-08-03  Paul Eggert  <eggert@twinsun.com>
43720
43721         The following changes are from gettext 0.10.39 as maintained by
43722         Bruno Haible.
43723
43724         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
43725         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
43726         with inverted sense.  All uses changed.
43727
43728         * lib/mbswidth.c: Don't include <limits.h>.
43729         Include <stdlib.h> and <string.h> unconditionally.
43730         (iswcntrl, mbsinit, ISCNTRL): New macros.
43731         (mbsnwidth): Use K&R style function declarations.
43732         Don't bother checking for MB_LEN_MAX == 1, since the compiler
43733         can optimize it when MB_CUR_MAX == 1.
43734         The width of control characters is zero, not 1.
43735
43736 2001-08-03  Paul Eggert  <eggert@twinsun.com>
43737
43738         The following changes are from gettext 0.10.39 as maintained by
43739         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
43740
43741         * m4/codeset.m4: Upgrade to serial AM1.
43742         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
43743         all uses changed.  Quote first arg of AC_DEFUN.
43744         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
43745
43746         * m4/iconv.m4: Upgrade to serial AM2.
43747         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
43748         Add --with-libconv-prefix.
43749         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
43750         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
43751         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
43752         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
43753         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
43754
43755         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
43756         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
43757         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
43758         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
43759         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
43760         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
43761         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
43762         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
43763         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
43764
43765         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
43766         string.h any more.
43767
43768         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
43769         not the default value.
43770
43771         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
43772         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
43773         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
43774         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
43775         Also check for iswcntrl, used for wcwidth fallback.
43776         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
43777         to Autoconf 2.13.
43778
43779 2001-08-03  Jim Meyering  <meyering@lucent.com>
43780
43781         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
43782         as it was in the original.  Reported by Paul Eggert.
43783
43784 2001-07-16  Jim Meyering  <meyering@lucent.com>
43785
43786         * m4/gettimeofday.m4: New file.
43787         Prompted by a report from Bernhard Baehr.
43788
43789 2001-07-15  Jim Meyering  <meyering@lucent.com>
43790
43791         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
43792         stuff. Now it's in ../Makefile.cfg.
43793
43794 2001-07-15  Jim Meyering  <meyering@lucent.com>
43795
43796         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
43797         (BUILT_SOURCES): Add unlocked-io.h.
43798         (io_functions): Define.
43799         (unlocked-io.h): New rule.
43800         (DISTCLEANFILES): Add unlocked-io.h.
43801         (all-local): Depend on unlocked-io.h, to ensure it is created.
43802
43803         * lib/unlocked-io.hin: New file
43804
43805         * lib/regex.c: Update from glibc.
43806
43807 2001-07-05  Jim Meyering  <meyering@lucent.com>
43808
43809         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
43810         recommendation.
43811         (libfetish_a_SOURCES): Put all .h files here instead.
43812         Remove a thus-exposed (better checks in automake) duplicate and
43813         two unnecessary .h files.
43814
43815 2001-07-04  Jim Meyering  <meyering@lucent.com>
43816
43817         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
43818         that generates jm-glibc-io.m4 so that it doesn't trigger any make
43819         distcheck failure.
43820
43821 2001-07-02  Jim Meyering  <meyering@lucent.com>
43822
43823         The following changes were prompted by suggestions from Bruno Haible.
43824
43825         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
43826         is now generated.
43827         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
43828         definition of EXTRA_DIST.
43829         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
43830         ensure that the generated file is created/updated whenever the list
43831         of $(unlocked_functions) is changed.
43832         (jm-glibc-io.m4): New rule.
43833         (unlocked-io.h): New rule -- currently unused.
43834
43835 2001-06-24  Jim Meyering  <meyering@lucent.com>
43836
43837         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
43838         unmatched right bracket, rather than kludging it with an extra,
43839         falsely-matching quote in a comment.  Patch by Akim Demaille.
43840
43841 2001-06-11  Jim Meyering  <meyering@lucent.com>
43842
43843         * lib/regex.c: Update from GNU libc.
43844
43845 2001-05-27  Jim Meyering  <meyering@lucent.com>
43846
43847         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
43848         Check for ut_type in struct utmp.
43849
43850 2001-05-27  Jim Meyering  <meyering@lucent.com>
43851
43852         * lib/readutmp.h (UT_TYPE): Define.
43853
43854 2001-05-24  Jim Meyering  <meyering@lucent.com>
43855
43856         * lib/argmatch.c: Include "quote.h".
43857         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
43858         quote function.  Reported by Göran Uddeborg.
43859
43860 2001-05-22  Jim Meyering  <meyering@lucent.com>
43861
43862         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
43863         now that we use the package-supplied version unconditionally.
43864         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
43865
43866 2001-05-21  Jim Meyering  <meyering@lucent.com>
43867
43868         * m4/regex.m4: Change a couple backticks to single quotes to avoid
43869         shell syntax errors.
43870
43871 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
43872
43873         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
43874
43875 2001-05-20  Paul Eggert  <eggert@twinsun.com>
43876
43877         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
43878         Don't bother to check library strftime, since
43879         we'll be using our own my_strftime function anyway.
43880         Define my_strftime instead of strftime.
43881
43882 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
43883
43884         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
43885         which is not yet declared.
43886
43887 2001-05-15  Jim Meyering  <meyering@lucent.com>
43888
43889         * m4/regex.m4: Use proper quoting so brackets appear in the test
43890         program.
43891         Reported by, and with help from, Bruno Haible.
43892
43893 2001-05-13  Jim Meyering  <meyering@lucent.com>
43894
43895         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
43896         undefined.
43897
43898 2001-05-11  Paul Eggert  <eggert@twinsun.com>
43899
43900         dirname code cleanup.  base_name now behaves more compatibly
43901         with POSIX basename when given file names that have trailing
43902         slashes, and similarly for dir_name.  Add new primitives
43903         base_len and dir_len.  Put the directory-name-related decls
43904         into dirname.h.
43905
43906         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
43907         * lib/backupfile.c (base_name): Likewise.
43908         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
43909         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
43910         * lib/makepath.c (strip_trailing_slashes): Likewise.
43911         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
43912         ISSLASH): Likewise.
43913         * lib/rename.c (strip_trailing_slashes): Likewise.
43914         * lib/same.c (base_name): Likewise.
43915         * lib/stripslash.c (ISSLASH): Likewise.
43916
43917         * lib/addext.c: Include <dirname.h> after size_t is defined.
43918         * lib/backupfile.c: Likewise.
43919
43920         * lib/addext.c (addext): Use base_len to trim redundant
43921         trailing slashes instead of doing it ourselves.
43922         But do not trim the last slash if it is not redundant.
43923
43924         * lib/backupfile.c (find_backup_file_name,
43925         max_backup_version): Use base_len instead of rolling it ourselves.
43926         Handle the case of "" and (on DOS) "C:" correctly.
43927
43928         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
43929         needed. Include <string.h>, <dirname.h>.
43930         (base_name): Allow file names ending in slashes, other than names
43931         that are all slashes.  In this case, return the basename followed
43932         by the slashes.  This is more general, and can be used in places
43933         where the original base_name purposely had an assertion failure.
43934         (base_len): New function.
43935
43936         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
43937         Do not include <assert.h>; no longer needed.
43938         Include xalloc.h.
43939         (memrchr): Remove decl.
43940         (dir_name_r): Remove.
43941         (dir_len): Renamed from dirlen.  All callers changed.
43942         Rewrite in terms of base_name, for simplicity and consistency.
43943         (dir_name): Never return NULL.  All callers changed.
43944         Do not include <stdlib.h> in test program; no longer needed.
43945         return 0; is fine for test program.
43946
43947         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
43948         New macros.
43949         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
43950
43951         * lib/path-concat.c (path_concat): Use base_len to compute
43952         base length, not strlen; this means we cannot rely on memcpy
43953         to null-terminate.
43954
43955         * lib/same.c (STREQ): Remove.
43956         (same_name): Handle the case where the basename ends in trailing '/'.
43957
43958         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
43959         a slash was stripped.  Do not strip the last slash after a
43960         file system prefix.
43961
43962 2001-05-11  Paul Eggert  <eggert@twinsun.com>
43963
43964         * lib/Makefile.am (libfetish_a_SOURCES):
43965         Add strftime.c, since we now compile it on all hosts.
43966
43967         * lib/strftime.c (my_strftime):
43968         Define to nstrftime if emacs, but only if my_strftime is not defined.
43969         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
43970         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
43971         Add one more extra argument: a nanoseconds value.
43972         All uses changed.
43973         (ns): New macro.
43974         (my_strftime function): Add %N format.
43975         (emacs_strftimeu): Renamed from emacs_strftime,
43976         with extra ut argument.
43977
43978 2001-05-09  Paul Eggert  <eggert@twinsun.com>
43979
43980         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
43981
43982 2001-04-21  Jim Meyering  <meyering@lucent.com>
43983
43984         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
43985         doesn't interfere.
43986
43987 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
43988
43989         * m4/ftruncate.m4: Check for chsize.
43990         Link with ftruncate.o unconditionally if ftruncate is missing.
43991         This was required when cross-compiling to i586-mingw32msvc.
43992
43993 2001-04-08  Jim Meyering  <meyering@lucent.com>
43994
43995         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
43996         recomputed; that's necessary when the offset spans a DST transition.
43997         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
43998
43999 2001-04-02  Jim Meyering  <meyering@lucent.com>
44000
44001         * lib/regex.h, regex.c: Update from GNU libc.
44002
44003 2001-03-24  Jim Meyering  <meyering@lucent.com>
44004
44005         * m4/jm-macros.m4: Require autoconf-2.49d.
44006
44007 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
44008
44009         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
44010
44011 2001-03-19  Paul Eggert  <eggert@twinsun.com>
44012
44013         * lib/version-etc.c (version_etc_copyright): Update to 2001.
44014
44015 2001-03-17  Jim Meyering  <meyering@lucent.com>
44016
44017         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
44018         now that the version in autoconf is equivalent.
44019         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
44020
44021         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
44022         Suggestion from Akim Demaille.
44023
44024         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
44025         (jm_PREREQ_TEMPNAME): New function.
44026
44027 2001-03-16  Paul Eggert  <eggert@twinsun.com>
44028
44029         * lib/tempname.c (uint64_t): Define to uintmax_t if
44030         not defined, and if UINT64_MAX is not defined.
44031         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
44032         Reported by John David Anglin.
44033
44034 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
44035
44036         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
44037         resolve alias if codeset is empty.
44038         * lib/config.charset (BeOS): Use wildcard syntax.
44039
44040 2001-03-13  Jim Meyering  <meyering@lucent.com>
44041
44042         * lib/path-concat.c (path_concat)
44043         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
44044         concatenating e.g., `C:' and `foo'.
44045         From Bruno Haible.
44046
44047 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
44048
44049         * lib/localcharset.c (locale_charset): Don't use
44050         setlocale(LC_CTYPE,NULL). Don't return NULL.
44051         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
44052
44053 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
44054
44055         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
44056         support for DOS/DJGPP.
44057
44058 2001-03-01  Paul Eggert  <eggert@twinsun.com>
44059
44060         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
44061         lacks mkstemp.  Compile our own tempname.c if we compile our own
44062         mkstemp.c, as mkstemp relies on tempname.
44063
44064 2001-03-01  Jim Meyering  <meyering@lucent.com>
44065
44066         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
44067         AH_VERBATIM really does output its argument verbatim.
44068
44069 2001-02-28  Paul Eggert  <eggert@twinsun.com>
44070
44071         * lib/Makefile.am (libfetish_a_SOURCES):
44072         Add dup-safer.c, fopen-safer.c.
44073         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
44074
44075         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
44076         * lib/unistd-safer.h: New files.
44077
44078 2001-02-25  Paul Eggert  <eggert@twinsun.com>
44079
44080         The mkstemp replacement is taken from glibc 2.2.2, with some
44081         portability fixes for use outside glibc, as follows:
44082
44083         * lib/tempname.c (struct_stat64): New macro.
44084         (direxists, __gen_tempname): Use it.
44085         This avoids a portability problem with Solaris 8.
44086
44087         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
44088         (<stddef.h>, <stdint.h>, <string.h>):
44089         Include only if STDC_HEADERS || _LIBC.
44090         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
44091         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
44092         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
44093         (__set_errno): Define this macro if <errno.h> doesn't.
44094         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
44095         Define these macros if <stdio.h> doesn't.
44096         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
44097         Define these macros if <sys/stat.h>
44098         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
44099         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
44100         __xstat64): Define if not _LIBC.
44101         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
44102         (__gen_tempname): Invoke gettimeofday only if
44103         HAVE_GETTIMEOFDAY || _LIBC;
44104         otherwise, fall back on plain "time".
44105         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
44106
44107         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
44108
44109         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
44110
44111 2001-02-18  Paul Eggert  <eggert@twinsun.com>
44112
44113         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
44114
44115 2001-02-17  Paul Eggert  <eggert@twinsun.com>
44116
44117         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
44118         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
44119         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
44120         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
44121
44122 2001-02-17  Paul Eggert  <eggert@twinsun.com>
44123
44124         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
44125         Remove workaround macros for hosts that have mbrtowc but not
44126         mbstate_t, as we now insist on proper declarations for both
44127         before using mbrtowc.
44128
44129 2001-02-17  Jim Meyering  <meyering@lucent.com>
44130
44131         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
44132         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
44133         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
44134         UnixWare 7.1.1.
44135
44136         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
44137         rather than AC_CACHE_VAL.
44138
44139 2001-02-17  Jim Meyering  <meyering@lucent.com>
44140
44141         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
44142         around included file name.
44143
44144         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
44145
44146         * lib/strftime.c: Update from GNU libc (the only changes were to
44147         comments).
44148
44149 2001-02-17  Jim Meyering  <meyering@lucent.com>
44150
44151         * lib/regex.c: Update from libc.
44152
44153 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
44154
44155         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
44156         clash.
44157
44158 2001-02-16  Paul Eggert  <eggert@twinsun.com>
44159
44160         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
44161         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
44162         Reported by Mark Hounschell via Paul Eggert.
44163
44164 2001-02-07  Jim Meyering  <meyering@lucent.com>
44165
44166         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
44167
44168 2001-02-05  Jim Meyering  <meyering@lucent.com>
44169
44170         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
44171         it includes the patch required for `large file' support with at least
44172         HP-UX's 10.20 /bin/cc.
44173
44174 2001-02-03  Jim Meyering  <meyering@lucent.com>
44175
44176         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
44177         AS_IF, now that it works once again (mysteriously).
44178         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
44179
44180 2001-01-30  Jim Meyering  <meyering@lucent.com>
44181
44182         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
44183         * m4/chown.m4: Rename conftestchown to conftest.chown.
44184         * m4/rename.m4: s/conftestdir/conftest.d1/ and
44185         s/conftestdir2/conftest.d2/.
44186         * m4/utimes.m4: s/conftestdata/conftest.data/
44187         Inspired by Pavel Roskin's change in autoconf.
44188
44189 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
44190
44191         * lib/config.charset: Update for FreeBSD 4.2.
44192
44193 2001-01-27  Jim Meyering  <meyering@lucent.com>
44194
44195         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
44196         a use of AS_IF.
44197         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
44198
44199 2001-01-26  Jim Meyering  <meyering@lucent.com>
44200
44201         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
44202         quotearg.c includes it.
44203
44204 2001-01-26  Jim Meyering  <meyering@lucent.com>
44205
44206         * lib/quotearg.c: Include stddef.h.
44207         * lib/quote.c: Include stddef.h.
44208         Reported by Axel Kittenberger.
44209
44210         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
44211         line in double quotes so that it evokes a better diagnostic.
44212         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
44213         Reported by Axel Kittenberger.
44214
44215 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
44216
44217         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
44218         as if it was a `charset'.
44219
44220 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
44221
44222         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
44223         has const.
44224
44225 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
44226
44227         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
44228         to avoid a warning.  Add back 'const' to inptr.
44229
44230 2001-01-20  Jim Meyering  <meyering@lucent.com>
44231
44232         Be sure that headers are checked before used in code compiled
44233         for the type checks.
44234         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
44235         In place of that, invoke jm_CHECK_ALL_TYPES.
44236         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
44237         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
44238         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
44239         The check for ssize_t was mistakenly run before the test for unistd.h.
44240
44241         The configure-time check for stdbool.h was missing.
44242         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
44243         (jm_PREREQ_HASH): New function.
44244
44245 2001-01-17  Jim Meyering  <meyering@lucent.com>
44246
44247         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
44248         for autoconf-2.49c.
44249         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
44250
44251 2001-01-16  Jim Meyering  <meyering@lucent.com>
44252
44253         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
44254         From Bruno Haible.
44255
44256 2001-01-14  Jim Meyering  <meyering@lucent.com>
44257
44258         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
44259         foo and bar.  Create conftestdir/ in the script, not in the C code.
44260         Remove directories in the script, not in the C code.
44261         Remove conftestdir{,2} before trying to create the directory.
44262         Make the entire configure script fail if the mkdir fails.
44263
44264 2001-01-14  Jim Meyering  <meyering@lucent.com>
44265
44266         * lib/rename.c: New file.  From Volker Borchert.
44267         Include stdlib.h, string.h or strings.h, and xalloc.h.
44268         Use strip_trailing_slashes rather than open-coding it.
44269
44270 2001-01-03  Paul Eggert  <eggert@twinsun.com>
44271
44272         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
44273
44274 2001-01-03  Jim Meyering  <meyering@lucent.com>
44275
44276         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
44277         of local `inptr' to avoid warning with some system declarations of
44278         iconv.
44279
44280 2001-01-02  Volker Borchert  <bt@teknon.de>
44281
44282         * m4/rename.m4: New file.
44283         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
44284
44285 2001-01-01  Jim Meyering  <meyering@lucent.com>
44286
44287         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
44288         even on systems with utmpx.h.  It's necessary for the declaration of
44289         utmp's ut_user member.  Reported by Andreas Jaeger.
44290
44291         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
44292         available. They are required for the declarations of getgrgid and
44293         getpwuid resp.
44294         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
44295         Reported by Andreas Jaeger.
44296
44297 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
44298
44299         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
44300         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
44301         so `make install' also works in VPATH builds.
44302
44303 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
44304
44305         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
44306         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
44307         can be used in subdirectories.
44308
44309 2000-12-29  Paul Eggert  <eggert@twinsun.com>
44310
44311         * lib/modechange.c: Do not assume that mode_t uses the
44312         traditional octal encoding.  E.g. "chmod 1 FOO" should set
44313         the other-execute bit of FOO even if S_IXOTH != 1.
44314
44315         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
44316         WOTH, XOTH, ALLM): New macros.
44317         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
44318          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
44319         Use them.
44320         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
44321         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
44322         (mode_compile):
44323         No need to use uintmax_t; unsigned long is long enough.
44324         Don't bother to get suffix since we don't use it.
44325
44326 2000-12-26  Jim Meyering  <meyering@lucent.com>
44327
44328         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
44329         better with autoheader.
44330
44331 2000-12-24  Jim Meyering  <meyering@lucent.com>
44332
44333         * lib/hash.c (is_prime): Return explicit boolean values.
44334         (hash_get_first): Return NULL to appease Irix5.6's 89.
44335         Reported by Nelson Beebe.
44336
44337 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
44338
44339         * lib/localcharset.c (locale_charset): Add support for Win32.
44340
44341 2000-12-18  Paul Eggert  <eggert@twinsun.com>
44342
44343         * lib/physmem.h, lib/physmem.c: New files.
44344
44345         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
44346         (noinst_HEADERS): Add physmem.h.
44347
44348         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
44349         't' for compatibility with Solaris 8 sort.
44350
44351 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
44352
44353         * lib/config.charset: Add support for BeOS.
44354
44355 2000-12-17  Jim Meyering  <meyering@lucent.com>
44356
44357         * m4/dos.m4 (jm_AC_DOS): New file and macro.
44358         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
44359
44360 2000-12-16  Jim Meyering  <meyering@lucent.com>
44361
44362         This bug had a serious impact on chown: `chown N:M FILE' (for integer
44363         N and M) would have treated it like `chown N:N FILE'.
44364
44365         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
44366
44367 2000-12-16  Jim Meyering  <meyering@lucent.com>
44368
44369         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
44370         SHELLS_FILE to a file name that's useful on djgpp systems.
44371         Include stdlib.h.
44372         (ADDITIONAL_DEFAULT_SHELLS): Define.
44373         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
44374         Based mostly on a patch from Prashant TR.
44375
44376 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
44377
44378         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
44379         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
44380         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
44381
44382 2000-12-08  Andreas Schwab  <schwab@suse.de>
44383
44384         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
44385         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
44386
44387 2000-12-07  Jim Meyering  <meyering@lucent.com>
44388
44389         * lib/stripslash.c (ISSLASH): Define.
44390         (strip_trailing_slashes): Use ISSLASH rather than comparing against
44391         `/'.
44392         From Prashant TR.
44393
44394         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
44395         (dir_name_r): Declare this function as static.
44396         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
44397         manifest itself on a name containing a mix of slashes and
44398         backslashes.
44399         Make this function work with names starting with a DOS-style
44400         drive letter and colon prefix.
44401         (dir_name): Append `.' if necessary.
44402         Based mostly on patches from Prashant TR and Eli Zaretskii.
44403
44404         * lib/dirname.h (dir_name_r): Remove prototype.
44405
44406 2000-12-06  Paul Eggert  <eggert@twinsun.com>
44407
44408         * m4/off_t-format.m4: Remove this file.
44409         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
44410
44411 2000-12-06  Jim Meyering  <meyering@lucent.com>
44412
44413         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
44414         replacement strtoull, we may well need the replacement strtoul, too.
44415         Check for declarations of strtoul and strtoull.
44416         Check for strtol.  Mainly as a cue to cause automake to include
44417         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
44418         Check for limits.h -- strtol.c needs it.
44419
44420 2000-12-05  Jim Meyering  <meyering@lucent.com>
44421
44422         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
44423
44424 2000-12-04  Jim Meyering  <meyering@lucent.com>
44425
44426         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
44427         Also include memory.h, stdlib.h, unistd.h if appropriate.
44428         Reported by Andreas Jaeger (conflicting declaration of malloc).
44429
44430 2000-12-02  Jim Meyering  <meyering@lucent.com>
44431
44432         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
44433         * m4/jm-macros.m4 (jm_MACROS): require it.
44434
44435 2000-12-02  Jim Meyering  <meyering@lucent.com>
44436
44437         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
44438
44439 2000-12-01  Paul Eggert  <eggert@twinsun.com>
44440
44441         * lib/memrchr.c: Include <config.h> before any system include file.
44442
44443 2000-11-30  Jim Meyering  <meyering@lucent.com>
44444
44445         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
44446
44447 2000-11-30  Jim Meyering  <meyering@lucent.com>
44448
44449         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
44450
44451 2000-11-29  Paul Eggert  <eggert@twinsun.com>
44452
44453         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
44454
44455 2000-11-26  Jim Meyering  <meyering@lucent.com>
44456
44457         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
44458
44459 2000-11-22  Paul Eggert  <eggert@twinsun.com>
44460
44461         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
44462         size of (size_t) -1; it's not portable.
44463
44464 2000-11-17  Jim Meyering  <meyering@lucent.com>
44465
44466         * lib/strstr.c: Update from GNU libc.
44467
44468 2000-11-17  Akim Demaille  <akim@epita.fr>
44469
44470         * lib/obstack.h: Formatting changes.
44471         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
44472         prevent type checking.
44473         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
44474         cast the value to (void *): assigning a `foo *' to a `void *'
44475         variable is valid.
44476         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
44477
44478 2000-11-16  Jim Meyering  <meyering@lucent.com>
44479
44480         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
44481
44482 2000-11-11  Jim Meyering  <meyering@lucent.com>
44483
44484         * lib/error.c: Add a couple #includes, merging from GNU libc version.
44485
44486 2000-11-10  Jim Meyering  <meyering@lucent.com>
44487
44488         * lib/obstack.h: Update from GNU libc.
44489         * lib/obstack.c: Likewise.
44490
44491 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
44492
44493         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
44494
44495 2000-11-06  Paul Eggert  <eggert@twinsun.com>
44496
44497         * lib/getusershell.c (setusershell): Use rewind rather than
44498         fseek/fseeko, to avoid configuration hassles with fseeko.
44499         Don't bother opening SHELLS_FILE if shellstream is NULL;
44500         it's not necessary.
44501
44502 2000-11-05  Jim Meyering  <meyering@lucent.com>
44503
44504         * lib/makepath.h (make_dir): Declare.
44505         * lib/makepath.c (make_dir): Remove `static' attribute.
44506         Tweak a comment.
44507
44508 2000-11-04  Jim Meyering  <meyering@lucent.com>
44509
44510         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
44511
44512 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
44513
44514         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
44515         last one in a bucket, advance to the next bucket.
44516
44517 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
44518
44519         * lib/fnmatch.c: Do not comment out all the code if we are using
44520         the GNU C library, because in some cases we are replacing buggy
44521         code in the GNU C library itself.
44522
44523 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
44524
44525         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
44526         (regex_compile): Catch bogus \(\1\).
44527
44528 2000-10-30  Paul Eggert  <eggert@twinsun.com>
44529
44530         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
44531         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
44532         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
44533
44534 2000-10-30  Paul Eggert  <eggert@twinsun.com>
44535
44536         * lib/error.h, getline.h, modechange.h:
44537         Remove "2000" from Copyright line, as the file hasn't been
44538         changed this year other than in the copyright notice.
44539
44540         * lib/xalloc.h: Add "2000" to Copyright line, as this file
44541         was changed this year.
44542
44543 2000-10-29  Jim Meyering  <meyering@lucent.com>
44544
44545         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
44546         renaming.
44547         * m4/ls-mntd-fs.m4: Likewise
44548
44549 2000-10-29  Jim Meyering  <meyering@lucent.com>
44550
44551         * lib/xstat.in: Fix grammar in comment.
44552
44553 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
44554
44555         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
44556         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
44557         doesn't define __restrict_arr.
44558
44559 2000-10-28  Jim Meyering  <meyering@lucent.com>
44560
44561         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
44562         (jm_PREREQ_MEMCHR): New function.
44563
44564 2000-10-28  Jim Meyering  <meyering@lucent.com>
44565
44566         * lib/memchr.c: Update from libc.
44567         Adjust for portability:
44568         [HAVE_STDLIB_H]: Include stdlib.h.
44569         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
44570         Undef __memchr, too.
44571         [!weak_alias]: Define __memchr to memchr.
44572
44573         * lib/regex.c: Update from libc.
44574         * lib/regex.h: Likewise.
44575         * lib/getopt1.c: Likewise.
44576         * lib/memcmp.c: Likewise.
44577
44578         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
44579         Avoid using fseek, when possible -- it's broken by design.
44580         Patch by Ulrich Drepper.
44581
44582 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
44583
44584         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
44585         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
44586         Giving in to popular pressure to shut up the compiler with casts.
44587
44588 2000-10-26  Jim Meyering  <meyering@lucent.com>
44589
44590         * lib/strftime.c: Update from libc.
44591
44592 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
44593
44594         * regex.c: More `unsigned char' -> `re_char' changes.
44595         Also change several `int' into `re_wchar_t'.
44596         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
44597         (PUSH_FAILURE_POINTER): Don't cast any more.
44598         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
44599         We want GCC to complain, since this piece of code makes
44600         re_match non-reentrant, which *should* be fixed.
44601         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
44602         (EXTEND_BUFFER): Use RETALLOC.
44603         (SET_LIST_BIT): Don't cast.
44604         (re_wchar_t): New type.
44605         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
44606         that those two functions will always properly return.
44607         (IMMEDIATE_QUIT_CHECK): Cast to void.
44608         (analyse_first): Use recursion rather than an explicit stack.
44609         (re_compile_fastmap): Can't fail anymore.
44610         (re_search_2): Don't check re_compile_fastmap for failure.
44611         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
44612         Now also sets the new value (passed in a new argument).
44613         (re_match_2_internal): Use it.
44614         Also, use a new var `reg' of type size_t when looping through regs
44615         rather than reuse the inappropriate `mcnt'.
44616
44617 2000-10-25  Jim Meyering  <meyering@lucent.com>
44618
44619         * lib/obstack.c: Update from libc.
44620
44621 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
44622
44623         * regex.c (regex_compile): Change the way of handling a range from
44624         a char less than 256 to a char not less than 256.
44625
44626 2000-10-24  Andrew Innes  <andrewi@gnu.org>
44627
44628         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
44629         NT-Emacs only.
44630         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
44631         so that re_search functions only quit when callers expect them to.
44632
44633 2000-10-23  Jim Meyering  <meyering@lucent.com>
44634
44635         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
44636         wrong.  That set_locale call must not have any side effects.
44637         From Paul Eggert.
44638
44639 2000-10-22  Jim Meyering  <meyering@lucent.com>
44640
44641         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
44642         [CYCLIC]: Remove now-unused definition.
44643
44644         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
44645         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
44646         Suggestion from Ulrich Drepper.
44647
44648 2000-10-21  Jim Meyering  <meyering@lucent.com>
44649
44650         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
44651         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
44652         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
44653
44654 2000-10-21  Jim Meyering  <meyering@lucent.com>
44655
44656         * lib/dirname.c (memrchr): Declare if necessary.
44657         (dir_name): Remove the restriction that there be no
44658         trailing slashes.  Now, this code skips past them, effectively
44659         ignoring them.
44660         [TEST_DIRNAME] (main): New unit tests.
44661
44662         * lib/memrchr.c: New file from GNU libc.
44663         Undef __memrchr, too.
44664         [!weak_alias]: Define __memrchr to memrchr.
44665         Guard weak_alias use with `#ifdef weak_alias'.
44666
44667 2000-10-21  Jim Meyering  <meyering@lucent.com>
44668
44669         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
44670         (dir_name): Use dir_name_r.
44671         * lib/dirname.h (dir_name_r): Declare it.
44672
44673 2000-10-17  Jim Meyering  <meyering@lucent.com>
44674
44675         * lib/quote.h (PARAMS): Define and use.
44676         Reported by Akim Demaille.
44677
44678         * lib/getopt.c: Update from libc.
44679
44680 2000-10-16  Jim Meyering  <meyering@lucent.com>
44681
44682         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
44683         setlocale.
44684         From Jan Fedak.
44685
44686 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
44687
44688         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
44689
44690 2000-09-25  Jim Meyering  <meyering@lucent.com>
44691
44692         * lib/md5.h (rol): Define (from GnuPG).
44693
44694         * lib/sha.c: Give credit (GnuPG) where due.
44695         (M): Use rol rather than open-coding it.
44696         Add a FIXME comment.
44697
44698 2000-09-21  Jim Meyering  <meyering@lucent.com>
44699
44700         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
44701         Reported by Michael Stone.
44702
44703 2000-09-20  Jim Meyering  <meyering@lucent.com>
44704
44705         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
44706         (noinst_HEADERS): Add sha.h.
44707         Based on code from Scott G. Miller and from GnuPG.
44708
44709 2000-09-18  Jim Meyering  <meyering@lucent.com>
44710
44711         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
44712         LIBS. Otherwise, everyone ends up linking with -lelf for some
44713         configurations.
44714         Reported by Mike Stone.
44715
44716 2000-09-15  Jim Meyering  <meyering@lucent.com>
44717
44718         * lib/regex.c: Update from libc.
44719
44720 2000-09-10  Jim Meyering  <meyering@lucent.com>
44721
44722         * lib/getopt.c (_getopt_internal): Update from glibc.
44723
44724 2000-09-09  Jim Meyering  <meyering@lucent.com>
44725
44726         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
44727         think it should be used as a general replacement for isascii.
44728         * lib/fnmatch.c: Likewise.
44729         * lib/mbswidth.c: Likewise
44730         * lib/regex.c: Likewise.
44731
44732         Don't use atoi.
44733         * lib/userspec.c: Include sys/param.h and limits.h.
44734         Include xstrtol.h.
44735         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
44736         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
44737         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
44738         UID, GID.  Check range.
44739
44740 2000-09-06  Jim Meyering  <meyering@lucent.com>
44741
44742         * lib/getopt.c (_getopt_internal): Update from glibc.
44743
44744 2000-08-30  Jim Meyering  <meyering@lucent.com>
44745
44746         * lib/strftime.c: Merge in changes from GNU libc.
44747
44748 2000-08-26  Jim Meyering  <meyering@lucent.com>
44749
44750         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
44751         * m4/fpending.m4: New file.
44752
44753 2000-08-26  Jim Meyering  <meyering@lucent.com>
44754
44755         * lib/closeout.c: Include "__fpending.h".
44756         (close_stdout_status): Return right away if there's nothing to flush.
44757
44758         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
44759         * lib/__fpending.c: New file.
44760         * lib/__fpending.h: New file.
44761
44762 2000-08-20  Jim Meyering  <meyering@lucent.com>
44763
44764         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
44765         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
44766         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
44767
44768 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
44769
44770         Improve fileutils installation on systems where running
44771         programs (like install) can't be unlinked.
44772         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
44773         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
44774
44775 2000-08-07  Paul Eggert  <eggert@twinsun.com>
44776
44777         Standardize on "memory exhausted" instead of "Memory exhausted"
44778         or "virtual memory exhausted".
44779         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
44780         "virtual memory exhausted".
44781         * lib/same.c (same_name): Invoke xalloc_die instead of printing
44782         our own message.
44783         * lib/userspec.c (parse_user_spec): Likewise.
44784         * lib/bumpalloc.h: comment fix
44785         * lib/same.c, userspec.c: Include xalloc.h.
44786
44787         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
44788         not char *const and pointing to a constant array.
44789         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
44790         (xrealloc): Comment fix.
44791
44792         * lib/userspec.c (parse_user_spec):
44793         Don't translate a message until just before returning,
44794         to avoid unnecessary translation.
44795
44796 2000-08-07  Jim Meyering  <meyering@lucent.com>
44797
44798         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
44799         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
44800         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
44801         getgroups.c, gethostname.c, getopt.h, group-member.c,
44802         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
44803         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
44804         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
44805         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
44806         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
44807         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
44808         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
44809         yesno.c: Back out Copyright date changes for each file with no change
44810         this year.  This eases coordination with other programs using the same
44811         source code modules.  From Paul Eggert.
44812
44813 2000-08-06  Paul Eggert  <eggert@twinsun.com>
44814
44815         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
44816         not char, for compatibility with glibc 2.1.3 strftime.c.
44817
44818 2000-08-03  Greg McGary  <greg@mcgary.org>
44819
44820         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
44821         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
44822         (EXTEND_BUFFER): Use them.
44823
44824 2000-08-01  Jim Meyering  <meyering@lucent.com>
44825
44826         * lib/dirname.c (ISSLASH): Define.
44827         (BACKSLASH_IS_PATH_SEPARATOR): Define.
44828         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
44829         both `\' and `/' may be use as path separators.
44830         Based on a patch from Prashant TR.
44831
44832 2000-07-31  Paul Eggert  <eggert@twinsun.com>
44833
44834         * lib/quotearg.c (quotearg_n_options): Don't make the initial
44835         slot vector a constant, since it might get modified.
44836
44837 2000-07-31  Jim Meyering  <meyering@lucent.com>
44838
44839         * lib/xmalloc.c: Use `virtual memory exhausted', not
44840         `Memory exhausted'.
44841         * lib/obstack.c (print_and_abort): Likewise.
44842
44843 2000-07-30  Paul Eggert  <eggert@twinsun.com>
44844
44845         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
44846         buffer, so that the caller can always quote one small
44847         component of a "memory exhausted" message in slot 0.
44848         From a suggestion by Jim Meyering.
44849
44850 2000-07-30  Jim Meyering  <meyering@lucent.com>
44851
44852         * lib/makepath.c (make_path): Quote the other instance, too.
44853
44854         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
44855         (STATIC_BUF_SIZE): Define.
44856         (quotearg_n_options): Use only statically allocated storage when
44857         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
44858         than STATIC_BUF_SIZE.
44859
44860 2000-07-29  Jim Meyering  <meyering@lucent.com>
44861
44862         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
44863         * lib/dirname.c (dir_name): Likewise.
44864
44865         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
44866         `/'.
44867
44868         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
44869         (dir_name): Assert that there are no trailing slashes.
44870
44871 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
44872
44873         * lib/mbswidth.h (mbswidth): Add a flags argument.
44874         (mbswidth): New declaration.
44875         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
44876         * lib/mbswidth.c (mbswidth): Add a flags argument.
44877         (mbsnwidth): New function.
44878
44879 2000-07-24  Jim Meyering  <meyering@lucent.com>
44880
44881         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
44882
44883 2000-07-23  Paul Eggert  <eggert@twinsun.com>
44884
44885         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
44886
44887 2000-07-23  Paul Eggert  <eggert@twinsun.com>
44888
44889         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
44890         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
44891         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
44892         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
44893         invoke multibyte primitives.
44894
44895 2000-07-23  Paul Eggert  <eggert@twinsun.com>
44896
44897         * lib/quotearg.c:
44898         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
44899         so that mbstate_t is always defined.
44900
44901         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
44902         be 1 in at least one GCC installation, and this configuration
44903         error is likely to be common.  Ignoring MB_LEN_MAX hurts
44904         performance on hosts that have mbrtowc but have only unibyte
44905         locales, but I assume these hosts are rare.
44906
44907 2000-07-23  Paul Eggert  <eggert@twinsun.com>
44908
44909         * lib/mbswidth.c (_XOPEN_SOURCE):
44910         Don't define; this causes problems on Solaris 7.
44911         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
44912
44913 2000-07-23  Jim Meyering  <meyering@lucent.com>
44914
44915         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
44916         too: getgrgid, getpwuid, getuid.
44917
44918 2000-07-23  Jim Meyering  <meyering@lucent.com>
44919
44920         * lib/basename.c (base_name): Add an assertion.
44921
44922 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
44923
44924         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
44925         shadow its mbsinit function.
44926
44927 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
44928
44929         * lib/mbswidth.h: New file.
44930         * lib/mbswidth.c: New file.
44931         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
44932         (noinst_HEADERS): Add mbswidth.h.
44933
44934 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
44935
44936         * lib/config.charset: Add support for FreeBSD. Improve support for
44937         HP-UX and IRIX 6.
44938
44939 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
44940
44941         * m4/mbswidth.m4: New file.
44942         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
44943
44944 2000-07-15  Jim Meyering  <meyering@lucent.com>
44945
44946         * lib/makepath.c: Include quote.h.
44947         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
44948         corresponding argument in a `quote (...)' call.
44949         Give better diagnostics.
44950
44951         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
44952         (noinst_HEADERS): Add quote.h.
44953
44954         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
44955         from tar's src/misc.c.
44956         * lib/quote.h: New file.  Prototypes for same.
44957
44958 2000-07-14  Paul Eggert  <eggert@twinsun.com>
44959
44960         From a suggestion by Bruno Haible.
44961         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
44962         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
44963         to decide whether to define the BeOS workaround macro;
44964         this adjusts to the change to AC_MBSTATE_T.
44965
44966 2000-07-14  Jim Meyering  <meyering@lucent.com>
44967
44968         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
44969         jm_AC_TYPE_UINTMAX_T.
44970
44971 2000-07-13  Paul Eggert  <eggert@twinsun.com>
44972
44973         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
44974
44975         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
44976         quotearg_buffer_restyled): Add support for
44977         clocale_quoting_style.  Undo previous change to
44978         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
44979         and "{RIGHT QUOTATION MARK}" msgids.
44980
44981 2000-07-10  Paul Eggert  <eggert@twinsun.com>
44982
44983         From a suggestion by Bruno Haible.
44984         * m4/mbstate_t.m4 (AC_MBSTATE_T):
44985         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
44986         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
44987         and mbstate_t, to a single-part test that simply defines mbstate_t.
44988         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
44989         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
44990
44991 2000-07-10  Jim Meyering  <meyering@lucent.com>
44992
44993         * m4/strerror_r.m4: Mirror the correction made in autoconf.
44994
44995         * m4/gnu-source.m4: Output to confdefs.h directly.
44996         Suggestion from Akim Demaille.
44997
44998 2000-07-09  Paul Eggert  <eggert@twinsun.com>
44999
45000         The old behavior of quoting `like this' doesn't look good with
45001         newer, ISO-style fonts.  See:
45002         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
45003
45004         Instead, quote "like this" by default.  Let the translator
45005         tailor the locale-specific quoting behavior by providing
45006         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
45007
45008         * lib/quotearg.c (N_): New macro.
45009         (gettext_default): New function.
45010         (quotearg_buffer_restyled): Use
45011         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
45012         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
45013
45014 2000-07-09  Jim Meyering  <meyering@lucent.com>
45015
45016         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
45017         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
45018
45019         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
45020         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
45021
45022 2000-07-09  Jim Meyering  <meyering@lucent.com>
45023
45024         * lib/Most files: Update copyright dates to include 2000.
45025
45026 2000-07-08  Jim Meyering  <meyering@lucent.com>
45027
45028         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
45029         if not defined.
45030         (xgethostname): Remove now-unnecessary #ifdef.
45031         Move declaration of `err' into loop where it's used.
45032
45033 2000-07-05  Paul Eggert  <eggert@twinsun.com>
45034         and Bruno Haible  <haible@clisp.cons.org>
45035
45036         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
45037         only if the test for an object-type mbstate_t fails.  This
45038         prevents us from mistakenly reporting that mbstate_t is a
45039         system object type after we "#define mbstate_t int" to work
45040         around its lack.
45041
45042 2000-07-05  Paul Eggert  <eggert@twinsun.com>
45043         and Bruno Haible  <haible@clisp.cons.org>
45044
45045         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
45046
45047 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
45048
45049         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
45050         to strerror_r.
45051         Include <ctype.h> for use of isalpha.
45052
45053 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
45054
45055         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
45056         by allocating a larger buffer. Test the gethostname return value for
45057         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
45058         returns an error and ENAMETOOLONG isn't defined.
45059
45060 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
45061
45062         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
45063         dimension.
45064
45065 2000-07-04  Jim Meyering  <meyering@lucent.com>
45066
45067         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
45068         of the deprecated AC_CHECKING.
45069
45070 2000-07-04  Jim Meyering  <meyering@lucent.com>
45071
45072         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
45073         Reported by Bruno Haible.
45074
45075 2000-07-04  Jim Meyering  <meyering@lucent.com>
45076
45077         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
45078         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
45079         lacks mbrtowc.
45080
45081 2000-07-03  Paul Eggert  <eggert@twinsun.com>
45082
45083         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
45084         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
45085
45086 2000-07-03  Paul Eggert  <eggert@twinsun.com>
45087         and Bruno Haible  <haible@clisp.cons.org>
45088
45089         * lib/quotearg.c (mbrtowc):
45090         Assign to *pwc, and return 1 only if result is nonzero.
45091         (iswprint): Use ISPRINT when substituting our own mbrtowc.
45092
45093 2000-07-03  Jim Meyering  <meyering@lucent.com>
45094
45095         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
45096
45097 2000-07-03  Jim Meyering  <meyering@lucent.com>
45098
45099         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
45100         This is necessary to get a definition of e.g., UTMP_FILE on
45101         HP-UX 10.20.
45102         From Bob Proulx.
45103
45104 2000-07-02  Jim Meyering  <meyering@lucent.com>
45105
45106         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
45107
45108         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
45109         AC_LIBOBJ(function_name).
45110         * m4/chown.m4: Likewise.
45111         * m4/fnmatch.m4: Likewise.
45112         * m4/ftruncate.m4: Likewise.
45113         * m4/getgroups.m4: Likewise.
45114         * m4/getline.m4: Likewise.
45115         * m4/group-member.m4: Likewise.
45116         * m4/jm-macros.m4: Likewise.
45117         * m4/lstat.m4: Likewise.
45118         * m4/malloc.m4: Likewise.
45119         * m4/memcmp.m4: Likewise.
45120         * m4/nanosleep.m4: Likewise.
45121         * m4/putenv.m4: Likewise.
45122         * m4/realloc.m4: Likewise.
45123         * m4/regex.m4: Likewise.
45124         * m4/stat.m4: Likewise.
45125         * m4/strftime.m4: Likewise.
45126
45127 2000-07-02  Jim Meyering  <meyering@lucent.com>
45128
45129         * lib/quotearg.c (mbstate_t): Don't define here.
45130
45131 2000-07-02  Jim Meyering  <meyering@lucent.com>
45132
45133         * lib/nanosleep.c (SIGCONT): Define if not already defined.
45134
45135 2000-07-01  Jim Meyering  <meyering@lucent.com>
45136
45137         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
45138
45139 2000-07-01  Jim Meyering  <meyering@lucent.com>
45140
45141         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
45142         problem.
45143
45144 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
45145
45146         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
45147         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
45148
45149 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
45150
45151         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
45152         per change in ../m4/ls-mntd-fs.m4.
45153         (read_filesystem_list): Ignore symbolic links.
45154
45155 2000-06-29  Jim Meyering  <meyering@lucent.com>
45156
45157         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
45158         for declaration of strcmp.
45159
45160         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
45161
45162         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
45163         Avoid warning by casting result to `char *' to remove `const'.
45164
45165 2000-06-28  Jim Meyering  <meyering@lucent.com>
45166
45167         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
45168         included by quotearg.c, for which we perform this test.  From
45169         Bruno Haible.
45170
45171 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
45172
45173         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
45174         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
45175         <utmpx.h> exists, put readutmp.o into LIBOBJS.
45176
45177 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
45178
45179         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
45180
45181 2000-06-26  Paul Eggert  <eggert@twinsun.com>
45182
45183         savedir now sets errno on failure and invokes xmalloc to get memory.
45184         Fix a couple of other minor bugs while we're at it.
45185
45186         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
45187         (NAMLEN): Remove macro.
45188         (malloc, realloc): Remove decls.
45189         (stpcpy): Likewise.
45190         ("xalloc.h"): Include.
45191         (NAME_SIZE_DEFAULT): New macro.
45192         (savedir): Use xmalloc / xrealloc to allocate memory.
45193         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
45194         Skip "" directory entries.
45195         Use strlen to calculate directory entry length, since the old method
45196         is rarely used these days and isn't worth supporting.
45197         Don't use a pointer after freeing it.
45198         Check for integer overflow when calculating allocation size.
45199         Use memcpy to copy entries, instead of stpcpy.
45200         Set errno properly when returning NULL.
45201         Check for readdir error.
45202
45203 2000-06-26  Jim Meyering  <meyering@lucent.com>
45204
45205         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
45206
45207 2000-06-25  Jim Meyering  <meyering@lucent.com>
45208
45209         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
45210         Linux header bug when _XOPEN_SOURCE is defined to 500.
45211
45212 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
45213
45214         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
45215         deficiency.
45216
45217 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
45218
45219         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
45220         Include xalloc.h.
45221         Don't include <stdlib.h>.  Don't declare malloc, realloc.
45222
45223 2000-06-24  Jim Meyering  <meyering@lucent.com>
45224
45225         * m4/strerror_r.m4: Revive this file -- to try out an experimental
45226         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
45227         for which strerror does return char*, but which lacks a conveniently
45228         accessible declaration of the function.  If the compile-test says
45229         strerror_r doesn't work, then resort to a `run'-test that works on
45230         BeOS and segfaults on DEC Unix.
45231
45232 2000-06-24  Jim Meyering  <meyering@lucent.com>
45233
45234         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
45235
45236 2000-06-23  Paul Eggert  <eggert@twinsun.com>
45237
45238         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
45239         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
45240
45241 2000-06-23  Paul Eggert  <eggert@twinsun.com>
45242
45243         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
45244         (mbrtowc, mbstate_t): Define substitutes if
45245         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
45246         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
45247         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
45248
45249 2000-06-23  Jim Meyering  <meyering@lucent.com>
45250
45251         * m4/afs.m4: Add missing AC_MSG_RESULT.
45252         Reported by Bruno Haible.
45253
45254         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
45255         Suggestion from Bruno Haible.
45256
45257 2000-06-23  Jim Meyering  <meyering@lucent.com>
45258
45259         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
45260
45261 2000-06-21  Jim Meyering  <meyering@lucent.com>
45262
45263         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
45264
45265 2000-06-21  Jim Meyering  <meyering@lucent.com>
45266
45267         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
45268         (noinst_HEADERS): Add getstr.h.
45269
45270         * lib/getline.c (getstr): Move into a separate file.
45271         * lib/getstr.c (getstr): New file, extracted from getline.c, with
45272         the following changes: new parameter, delim2; both delim[12]
45273         parameters have type `int', not `char'.  The latter would lose
45274         with 8-bit delimiters.
45275         * lib/getstr.h: New file.
45276
45277 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
45278
45279         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
45280         than 1024, return a memory chunk of least possible size, instead
45281         of size PATH_MAX + 2. In the loop, increment the size proportionally.
45282         Use free/xmalloc instead of xrealloc to avoid copying for very long
45283         paths.
45284
45285 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
45286
45287         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
45288         the empty string.
45289
45290 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
45291
45292         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
45293         address, not strdup.  Include <stdlib.h> and don't declare free().
45294
45295 2000-06-19  Jim Meyering  <meyering@lucent.com>
45296
45297         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
45298
45299 2000-06-18  Jim Meyering  <meyering@lucent.com>
45300
45301         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
45302
45303         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
45304         `checking whether...' message to be consistent with that of the
45305         lstat test.
45306
45307 2000-06-18  Jim Meyering  <meyering@lucent.com>
45308
45309         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
45310         Besides, these days every porting target provides a mkdir function.
45311
45312         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
45313         needed. (this snippet comes from src/system.h).
45314
45315 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
45316
45317         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
45318
45319 2000-06-15  Paul Eggert  <eggert@twinsun.com>
45320
45321         * lib/human.c (adjust_value): New function.
45322         (human_readable_inexact): Apply rounding style even when
45323         printing approximate values.
45324
45325 2000-06-14  Paul Eggert  <eggert@twinsun.com>
45326
45327         * lib/human.c (human_readable_inexact): Allow an input block
45328         size that is not a multiple of the output block size, and vice versa.
45329         Reported by Piergiorgio Sartor.
45330
45331 2000-06-14  Paul Eggert  <eggert@twinsun.com>
45332
45333         * lib/getdate.y (get_date): Apply relative times after time
45334         zone indicator, not before.  Reported by Todd A. Jacobs.
45335
45336 2000-06-13  Jim Meyering  <meyering@lucent.com>
45337
45338         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
45339
45340         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
45341
45342 2000-06-12  Paul Eggert  <eggert@twinsun.com>
45343
45344         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
45345
45346 2000-06-12  Jim Meyering  <meyering@lucent.com>
45347
45348         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
45349         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
45350         optional argument.
45351         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
45352         the optional argument, `lib'.
45353
45354 2000-06-08  Jim Meyering  <meyering@lucent.com>
45355
45356         * m4/largefile.m4: Remove file (now that it's part of autoconf).
45357
45358 2000-06-04  Paul Eggert  <eggert@twinsun.com>
45359
45360         Rewrite largefile configuration so that we don't need to run
45361         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
45362         AC_CANONICAL_HOST in configure.in -- jmm]
45363
45364         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
45365         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
45366         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
45367         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
45368         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
45369         All uses changed.
45370         Instead of inspecting the output of getconf, try to compile the
45371         test program without and with the macro definition.
45372         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
45373         for getconf.  Instead, check for the needed flags by compiling
45374         test programs.
45375
45376 2000-06-04  Paul Eggert  <eggert@twinsun.com>
45377
45378         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
45379
45380 2000-06-04  Jim Meyering  <meyering@lucent.com>
45381
45382         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
45383         SunOS 4.1.4 for which gid_t is an unsigned type.
45384
45385 2000-06-03  Jim Meyering  <meyering@lucent.com>
45386
45387         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
45388         now that autoconf requires that.
45389
45390         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
45391         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
45392         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
45393
45394 2000-06-03  Jim Meyering  <meyering@lucent.com>
45395
45396         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
45397
45398 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
45399
45400         * m4/glibc21.m4: New file.
45401         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
45402
45403 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
45404
45405         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
45406         newer, don't install charset.alias.
45407         * lib/config.charset: Change the Linux/glibc rules so they become empty
45408         on glibc-2.1 or newer.
45409
45410 2000-06-02  Jim Meyering  <meyering@lucent.com>
45411
45412         * lib/mountlist.c: Back out last change.  Instead, do this...
45413         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
45414         me_dummy member using the same `ignore'-testing code.
45415         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
45416         fs_type strings.
45417         From Mark D. Roth.
45418
45419 2000-05-29  Jim Meyering  <meyering@lucent.com>
45420
45421         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
45422         mounts with the `ignore' attribute.  Based on a patch from
45423         Mark D. Roth.
45424
45425 2000-05-28  Jim Meyering  <meyering@lucent.com>
45426
45427         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
45428         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
45429         * m4/stat.m4: Likewise.
45430         * m4/lstat.m4: Likewise.
45431         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
45432
45433         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
45434         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
45435
45436 2000-05-26  Jim Meyering  <meyering@lucent.com>
45437
45438         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
45439
45440 2000-05-24  Jim Meyering  <meyering@lucent.com>
45441
45442         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
45443         autoconf requires that.
45444         * m4/lib-check.m4: Likewise.
45445         * m4/jm-macros.m4: Likewise.
45446         * m4/strftime.m4: Likewise.
45447
45448         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
45449         AC_CHECK_DECLS, now that autoconf requires that.
45450
45451 2000-05-22  Jim Meyering  <meyering@lucent.com>
45452
45453         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
45454         * m4/lstat.m4: Likewise.
45455
45456 2000-05-22  Jim Meyering  <meyering@lucent.com>
45457
45458         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
45459
45460 2000-05-20  Jim Meyering  <meyering@lucent.com>
45461
45462         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
45463         (jm_PREREQ): Use it.
45464
45465 2000-05-18  Jim Meyering  <meyering@lucent.com>
45466
45467         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
45468         back, too, since it may have been modified by allocate_entry.
45469         (hash_delete): Rewrite to use neither the assignment operator
45470         nor the comma operator in an if-expression.
45471
45472 2000-05-15  Paul Eggert  <eggert@twinsun.com>
45473
45474         * lib/closeout.c:
45475         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
45476         Remove; no longer needed.
45477         "quotearg.h": Add include.
45478         (file_name): Do not bother to explicitly initialize to NULL; it's less
45479         efficient on some hosts.
45480         (close_stdout_status): Remove test as to whether stdout was already
45481         closed; it breaks for the case "echo x | sort >&-".
45482         Quote file name colons.
45483         Do not assume that _("write error") lacks format strings.
45484
45485 2000-05-15  Jim Meyering  <meyering@lucent.com>
45486
45487         * lib/version-etc.c (version_etc_copyright): Update the copyright
45488         string used in all --version output.
45489
45490 2000-05-14  Jim Meyering  <meyering@lucent.com>
45491
45492         * lib/closeout.c (close_stdout_set_file_name): New function.
45493         (close_stdout_status): Use new file-scoped global.
45494         Return right away if fstat says the stdout file descriptor is invalid.
45495         * lib/closeout.h (close_stdout_set_file_name): Declare.
45496
45497 2000-05-10  Jim Meyering  <meyering@lucent.com>
45498
45499         * lib/closeout.c [default_exit_status]: New file-scoped variable.
45500         (close_stdout_set_status): New function.
45501         * lib/closeout.h (close_stdout_set_status): Declare.
45502
45503 2000-05-09  Jim Meyering  <meyering@lucent.com>
45504
45505         * m4/gettext.m4: Rename this...
45506         * m4/libintl.m4: ...to this.
45507
45508 2000-05-08  Jim Meyering  <meyering@lucent.com>
45509
45510         * lib/long-options.c: Don't include closeout.h.
45511         (parse_long_options): Don't call close_stdout for --version.
45512
45513 2000-05-06  Paul Eggert  <eggert@twinsun.com>
45514
45515         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
45516         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
45517         2.1.3 bug.  This avoids a clash when files like regex.c define
45518         _GNU_SOURCE.
45519
45520 2000-05-06  Jim Meyering  <meyering@lucent.com>
45521
45522         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
45523         (AC_REPLACE_FUNCS): Add strnlen.
45524
45525         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
45526         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
45527
45528         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
45529         AC_SEARCH_LIBS call for nanosleep.
45530         (LIB_NANOSLEEP): Set and AC_SUBST.
45531
45532 2000-05-06  Jim Meyering  <meyering@lucent.com>
45533
45534         * lib/strnlen.c: Undefine __strnlen and strnlen.
45535         [!weak_alias]: Define __strnlen to strnlen.
45536
45537         * lib/atexit.c: New file, from libiberty.
45538
45539 2000-05-06  Jim Meyering  <meyering@lucent.com>
45540
45541         * lib/closeout.c (close_stdout_status): Also check for errors on the
45542         stderr stream.
45543
45544 2000-05-05  Jim Meyering  <meyering@lucent.com>
45545
45546         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
45547         AC_SEARCH_LIBS call for clock_gettime.
45548         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
45549
45550         * m4/search-libs.m4: Update from autoconf.
45551
45552         su doesn't work on Solaris 2.6.
45553         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
45554         <shadow.h>.  Reported by Dragos Harabor.
45555
45556 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
45557
45558         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
45559         memcpy instead of xmalloc, xrealloc, path_concat.
45560         (locale_charset): Treat empty environment variables as absent.
45561         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
45562
45563 2000-05-04  Jim Meyering  <meyering@lucent.com>
45564
45565         * lib/getopt.c: Update from glibc.
45566         * lib/obstack.c: Likewise.
45567         * lib/obstack.h: Likewise.
45568         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
45569         file
45570
45571         * lib/regex.h: Likewise.
45572         * lib/strndup.c: Likewise.
45573         * lib/strnlen.c: New file, from glibc.
45574
45575 2000-05-03  Jim Meyering  <meyering@lucent.com>
45576
45577         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
45578
45579 2000-05-02  Paul Eggert  <eggert@twinsun.com>
45580
45581         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
45582         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
45583         compile-time test, rather than inspecting host and OS, to
45584         decide whether to define _LARGEFILE_SOURCE.
45585
45586 2000-05-01  Jim Meyering  <meyering@lucent.com>
45587
45588         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
45589
45590         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
45591         Based on a patch from Bruno Haible.
45592
45593 2000-05-01  Jim Meyering  <meyering@lucent.com>
45594
45595         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
45596
45597 2000-04-29  Jim Meyering  <meyering@lucent.com>
45598
45599         * lib/path-concat.c: Declare strdup only if it's not defined.
45600         * lib/canon-host.c: Likewise.
45601
45602 2000-04-28  Jim Meyering  <meyering@lucent.com>
45603
45604         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
45605         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
45606         is included first, then limits.h is included by locale.h by libintl.h.
45607         From John David Anglin.
45608
45609 2000-04-25  Jim Meyering  <meyering@lucent.com>
45610
45611         * lib/makepath.c (S_IRWXUGO): Define.
45612         (make_path): Always perform explicit chmod if MODE specifies any
45613         of the `special' permission bits.  Prompted by a bug report against
45614         install from Mate Wierdl and Joost van Baal.
45615
45616 2000-04-18  Jim Meyering  <meyering@lucent.com>
45617
45618         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
45619         (jm_PREREQ): Use it.
45620
45621 2000-04-18  Jim Meyering  <meyering@lucent.com>
45622
45623         * lib/README: New file.
45624
45625         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
45626         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
45627
45628 2000-04-17  Jim Meyering  <meyering@lucent.com>
45629
45630         Get it right :-)
45631         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
45632         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
45633         Suggestion from Akim Demaille.
45634
45635 2000-04-17  Jim Meyering  <meyering@lucent.com>
45636
45637         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
45638         the definition of it to rpl_strftime also defined-away the system's
45639         declaration.
45640
45641 2000-04-15  Jim Meyering  <meyering@lucent.com>
45642
45643         Use `C' to denote so-called `contiguous' files, the same way
45644         that tar does.
45645         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
45646         (ftypelet): Use S_ISCTG.
45647         From Michael Deutschmann.
45648
45649 2000-04-14  Jim Meyering  <meyering@lucent.com>
45650
45651         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
45652         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
45653         clobbered.
45654
45655 2000-04-14  Jim Meyering  <meyering@lucent.com>
45656
45657         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
45658
45659 2000-04-13  Jim Meyering  <meyering@lucent.com>
45660
45661         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
45662         AH_VERBATIM to insert required #ifndef into config.h.in.
45663         Suggestion from Akim Demaille.
45664
45665 2000-04-12  Jim Meyering  <meyering@lucent.com>
45666
45667         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
45668         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
45669         Christian Krackowizer.
45670
45671         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
45672         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
45673         (AC_SYS_LARGEFILE): Require.
45674         (AM_C_PROTOTYPES): Require.
45675
45676 2000-04-08  Jim Meyering  <meyering@lucent.com>
45677
45678         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
45679         names don't conflict.  Reported by Eli Zaretskii.
45680
45681 2000-04-07  Jim Meyering  <meyering@lucent.com>
45682
45683         * lib/putenv.c: Move inclusion of errno.h so it follows that of
45684         sys/types.h, to work around system header problems on AIX 3.2.5.
45685         From Bruno Haible.
45686
45687 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
45688
45689         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
45690         bug.  Deal with the different error behavior of Irix iconv.
45691
45692 2000-04-05  Paul Eggert  <eggert@twinsun.com>
45693
45694         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
45695         IRIX if the installer said otherwise.
45696
45697 2000-04-05  Jim Meyering  <meyering@lucent.com>
45698
45699         Portability tweaks required for ultrix4.3.
45700         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
45701         (jm_CHECK_DECLS): Add getutent to the list of functions.
45702         (_jm_DECL_HEADERS): Add utmpx.h.
45703         From John David Anglin.
45704
45705         * m4/strftime.m4: Back out the 2000-04-02 change.
45706         Instead of that change, simply undefine putenv in the test program.
45707
45708 2000-04-05  Jim Meyering  <meyering@lucent.com>
45709
45710         Portability tweaks required for ultrix4.3.
45711         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
45712         getutent.
45713         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
45714         * lib/canon-host.c: Declare strdup.
45715         * lib/path-concat.c: Likewise.
45716         From John David Anglin.
45717
45718 2000-04-04  Jim Meyering  <meyering@lucent.com>
45719
45720         Be more DOS 8.3-friendly.
45721         * lib/ref-add.sin: Renamed from ref-add.sed.in.
45722         * lib/ref-del.sin: Renamed from ref-del.sed.in.
45723         * lib/Makefile.am: Reflect renaming.
45724         Reported by Eli Zaretskii.
45725
45726         Use a temporary file name that won't clash with `charset.alias'
45727         in the DOS 8.3 name space.
45728         * lib/Makefile.am (charset_tmp): Define.
45729         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
45730         (uninstall-local): Likewise.
45731         Reported by Eli Zaretskii.
45732
45733 2000-04-03  Jim Meyering  <meyering@lucent.com>
45734
45735         * m4/gettext.m4: Fix typo in comment.
45736
45737         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
45738         textutils/configure.in).  Suggestion from Paul Eggert.
45739         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
45740
45741 2000-04-02  Paul Eggert  <eggert@twinsun.com>
45742
45743         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
45744         variable in the shell rather than using putenv, which isn't
45745         portable.  This avoids the configure-time inter-test dependency
45746         on the potentially-renamed putenv function.
45747
45748 2000-03-30  Paul Eggert  <eggert@twinsun.com>
45749
45750         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
45751         before checking struct stat.st_blksize, so that
45752         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
45753
45754 2000-03-29  Paul Eggert  <eggert@twinsun.com>
45755
45756         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
45757         since strftime.c uses HAVE_STRFTIME to decide whether to use
45758         the underlying strftime.
45759
45760 2000-03-29  Paul Eggert  <eggert@twinsun.com>
45761
45762         * lib/time/strftime.c (my_strftime): Make sure we call the system
45763         strftime, not ourselves, when invoking the underlying strftime.
45764
45765 2000-03-24  Jim Meyering  <meyering@lucent.com>
45766
45767         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
45768         (charset_alias): Define.
45769         (install-exec-local): Factor out common code.
45770         (uninstall-local): Split lines longer than 80.
45771         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
45772         (SUFFIXES): Define.
45773         (.sed.in.sed): New rule.  Don't redirect directly to $@.
45774         (CLEANFILES): Add ref-add.sed and ref-del.sed.
45775
45776 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
45777
45778         * lib/config.charset: Output a line containing "Packages using this
45779         file".
45780         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
45781         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
45782         ref-del.sed): New rules.
45783
45784 2000-03-17  Jim Meyering  <meyering@lucent.com>
45785
45786         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
45787         Otherwise, include <strings.h>
45788
45789 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
45790
45791         * lib/unicodeio.c (utf8_wctomb): New function.
45792         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
45793         format instead of in UCS-4 with platform dependent endianness.
45794
45795 2000-03-10  Jim Meyering  <meyering@lucent.com>
45796
45797         * m4/lib-check.m4: Look for getspnam in -lgen, too.
45798         From Marco Franzen.
45799
45800 2000-03-07  Paul Eggert  <eggert@twinsun.com>
45801
45802         * lib/savedir.c (savedir): Work even if directory size is
45803         negative; this can happen with some screwy NFS configurations.
45804
45805 2000-03-06  Jim Meyering  <meyering@lucent.com>
45806
45807         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
45808         if it's NULL (because we ran out of memory).  From Bruno Haible.
45809
45810 2000-03-05  Jim Meyering  <meyering@lucent.com>
45811
45812         * lib/localcharset.c ("path-concat.h"): Include.
45813         (get_charset_aliases): Use path_concat instead of ANSI string
45814         concatenation.
45815
45816         * lib/unicodeio.h (PARAMS): Define.
45817         Use it to guard prototype.
45818
45819 2000-03-04  Jim Meyering  <meyering@lucent.com>
45820
45821         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
45822         for lib/localcharset.c.
45823
45824 2000-03-04  Jim Meyering  <meyering@lucent.com>
45825
45826         * lib/Makefile.am (install-exec-local): Create $(libdir) before
45827         installing into it.
45828         (uninstall-local): Uncomment this rule so `make distcheck' works
45829         once again.
45830
45831         * lib/unicodeio.c (<errno.h>): Include it.
45832         (errno): Declare if not defined.
45833
45834         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
45835
45836         * lib/config.charset: New version, incorporating remarks from a linux
45837         i18n mailing list.  From Bruno Haible.
45838
45839 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
45840
45841         * m4/codeset.m4: New file.
45842         * m4/iconv.m4: New file.
45843         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
45844
45845 2000-03-03  Jim Meyering  <meyering@lucent.com>
45846
45847         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
45848
45849 2000-03-02  Jim Meyering  <meyering@lucent.com>
45850
45851         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
45852         the messages come out on separate lines.
45853
45854         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
45855         rather than jm_CHECK_DECLARATIONS.
45856         * m4/decl.m4: Remove now-unused file.
45857
45858         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
45859         geteuid.
45860
45861 2000-03-02  Jim Meyering  <meyering@lucent.com>
45862
45863         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
45864
45865 2000-03-01  Jim Meyering  <meyering@lucent.com>
45866
45867         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
45868         * lib/unicodeio.c: Likewise.
45869
45870 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
45871
45872         * lib/config.charset: New file.
45873         * lib/localcharset.c: New file.
45874         * lib/unicodeio.h, lib/unicodeio.c: New files.
45875         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
45876         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
45877         (noinst_HEADERS): Add unicodeio.h.
45878         (all-local, install-exec-local, charset.alias): New targets.
45879
45880 2000-02-28  Paul Eggert  <eggert@twinsun.com>
45881
45882         * lib/quotearg.c (ALERT_CHAR): New macro.
45883         (quotearg_buffer_restyled): Use it.
45884
45885 2000-02-27  Jim Meyering  <meyering@lucent.com>
45886
45887         * m4/check-decl.m4: Add getenv to the list.
45888
45889 2000-02-27  Jim Meyering  <meyering@lucent.com>
45890
45891         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
45892         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
45893
45894         * lib/backupfile.c: Guard inclusion of stdlib.h with
45895         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
45896         Declare malloc if needed.
45897
45898         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
45899         `#ifndef HAVE_DECL..'
45900         now that autoconf always defines the HAVE_DECL_ symbols.
45901         * lib/human.c: Likewise.
45902         * lib/same.c: Likewise.
45903         * lib/strtoumax.c: Likewise.
45904
45905         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
45906         declaration check was not run.
45907         * lib/hash.c: Likewise.
45908         * lib/human.c: Likewise.
45909         * lib/same.c: Likewise.
45910         * lib/strtoumax.c: Likewise.
45911
45912         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
45913         `.', then first look up the entire `.'-containing string as a login
45914         name.
45915
45916 2000-02-23  Jim Meyering  <meyering@lucent.com>
45917
45918         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
45919         in place of my hack.
45920
45921 2000-02-18  Paul Eggert  <eggert@twinsun.com>
45922
45923         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
45924         (textint): New typedef.
45925         (parser_control): Member year changed from int to textint.
45926         All uses changed.
45927         (YYSTYPE): Removed; replaced by %union with int and textint members.
45928         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
45929         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
45930         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
45931         (tSNUMBER, tUNUMBER): Now of type <textintval>.
45932         (date, number, to_year): Use width of number in digits, not its value,
45933         to determine whether it's a 2-digit year, or a 2-digit time.
45934         (yylex): Store number of digits of numeric tokens.
45935         Reported by John Kendall.
45936
45937         (parser_control): Changed from struct parser_control to typedef (for
45938         consistency).  All uses changed.
45939
45940         (tID): Removed; not used.
45941         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
45942
45943 2000-02-14  Paul Eggert  <eggert@twinsun.com>
45944
45945         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
45946         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
45947
45948 2000-02-12  Jim Meyering  <meyering@lucent.com>
45949
45950         * lib/userspec.c (ISDIGIT): Define it.
45951         (isdigit): Remove definition.
45952         (is_number): Use ISDIGIT, not isdigit.
45953         <libintl.h>: Include.
45954         (_ and N_): Define.
45955         (parse_user_spec): Mark translatable strings.
45956
45957 2000-02-10  Jim Meyering  <meyering@lucent.com>
45958
45959         With these changes, nanosleep.[ch] are finally enough like the other
45960         lib/* replacement files to compile on a few more losing systems.
45961
45962         * lib/nanosleep.h: Don't include config.h.
45963         Remove prototype from declaration of nanosleep.
45964         (PARAMS): Remove now-unneeded definition.
45965         * lib/nanosleep.c: #undef nanosleep.
45966         (rpl_nanosleep): Rename from nanosleep.
45967
45968 2000-02-10  Jim Meyering  <meyering@lucent.com>
45969
45970         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
45971         gnu_nanosleep to rpl_nanosleep.
45972
45973 2000-02-09  Jim Meyering  <meyering@lucent.com>
45974
45975         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
45976         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
45977
45978 2000-02-08  Akim Demaille  <akim@epita.fr>
45979
45980         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
45981         `[' and `]' and remove uses of `changequote'.
45982         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
45983         (AC_SYS_LARGEFILE): Likewise.
45984         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
45985         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
45986         of changequote.
45987         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
45988         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
45989         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
45990         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
45991
45992 2000-02-05  Jim Meyering  <meyering@lucent.com>
45993
45994         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
45995         Remove explicit use of AC_HEADER_TIME.  It is required by
45996         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
45997         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
45998         in autoconf whereby the expansion of the latter ended up preceding
45999         the expansion of its prerequisite, AC_HEADER_TIME.
46000         Reported by Volker Borchert.
46001
46002 2000-02-03  Jim Meyering  <meyering@lucent.com>
46003
46004         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
46005
46006 2000-02-03  Jim Meyering  <meyering@lucent.com>
46007
46008         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
46009         rather than with `#if HAVE_UTMPNAME'.
46010
46011 2000-02-02  Jim Meyering  <meyering@lucent.com>
46012
46013         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
46014         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
46015         Reported by Eli Zaretskii.
46016
46017 2000-02-01  Jim Meyering  <meyering@lucent.com>
46018
46019         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
46020
46021 2000-01-31  Jim Meyering  <meyering@lucent.com>
46022
46023         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
46024         functions.  Add the time.h and sys/time.h headers along with the
46025         AC_REQUIRE'ment of AC_HEADER_TIME.
46026
46027 2000-01-31  Jim Meyering  <meyering@lucent.com>
46028
46029         * lib/nanosleep.h (nanosleep): Guard declaration with
46030         `#if ! HAVE_DECL_NANOSLEEP'.
46031         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
46032         the declaration in that vendor's sys/timers.h.
46033         Reported by Christian Krackowizer.
46034
46035         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
46036         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
46037         (ISPRINT): Likewise.
46038         Reported by Tom Tromey.
46039
46040 2000-01-30  Jim Meyering  <meyering@lucent.com>
46041
46042         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
46043
46044         * m4/prereq.m4 (utmp_includes): Define.
46045         Check for ut_user and ut_name members in both struct utmpx
46046         and struct utmp.
46047
46048 2000-01-30  Jim Meyering  <meyering@lucent.com>
46049
46050         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
46051         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
46052         header files where only utmpx.ut_user is declared.
46053
46054         * lib/readutmp.h (UT_USER): Define.
46055
46056 2000-01-29  Jim Meyering  <meyering@lucent.com>
46057
46058         * m4/lib-check.m4: New file containing library-related checks from
46059         fileutils and sh-utils (textutils had none).
46060
46061 2000-01-28  Jim Meyering  <meyering@lucent.com>
46062
46063         * m4/perl.m4: Change format of warning message to look more like that
46064         from the missing script.  Suggestion from François Pinard.
46065
46066 2000-01-25  Jim Meyering  <meyering@lucent.com>
46067
46068         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
46069         well as time.h in the compile check.
46070         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
46071         Fix typo in cross-compiling case: s/yes/no/.
46072
46073 2000-01-23  Jim Meyering  <meyering@lucent.com>
46074
46075         * m4/jm-macros.m4: Move df-related tests here from
46076         fileutils/configure.in
46077
46078         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
46079         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
46080
46081         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
46082         s/space/ac_fsusage_space/.
46083         (jm_FILE_SYSTEM_USAGE): Take two parameters.
46084
46085         * m4/ftruncate.m4: New file (derived from part of
46086         fileutils/configure.in).
46087         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
46088         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
46089
46090         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
46091         AC_SUBST these here, rather than just in sh-util/configure.in, so
46092         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
46093         all the same.
46094         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
46095         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
46096         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
46097         (AC_SUBST(POW_LIBM)): Likewise.
46098         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
46099
46100 2000-01-23  Jim Meyering  <meyering@lucent.com>
46101
46102         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
46103         obstack.c.
46104
46105 2000-01-22  Jim Meyering  <meyering@lucent.com>
46106
46107         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
46108
46109         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
46110
46111         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
46112         configure.in
46113         (AC_CHECK_HEADERS): Likewise for sh-utils.
46114         (AC_CHECK_HEADERS): Likewise for textutils.
46115         Merge the three lists of headers.
46116
46117         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
46118         from fileutils' configure.in.
46119
46120         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
46121         code. Moved tests into their own function (_jm_DECL_HEADERS) in
46122         check-decl.m4.
46123
46124         * m4/check-decl.m4: Use #if rather than #ifdef.
46125         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
46126         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
46127         (_jm_DECL_HEADERS): Define new function.
46128         (jm_CHECK_DECLARATIONS): Require it.
46129
46130 2000-01-22  Jim Meyering  <meyering@lucent.com>
46131
46132         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
46133         [! HAVE_DECL_STRTOULL]: Declare strtoull.
46134         Required for some AIX systems.  Reported by Christian Krackowizer.
46135         [TESTING] (main): New function.
46136
46137         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
46138         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
46139         letters.
46140
46141         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
46142         iswprint.
46143
46144         * lib/strverscmp.c (ISDIGIT): Define.
46145         (strverscmp): Use ISDIGIT, not isdigit.
46146
46147 2000-01-19  Jim Meyering  <meyering@lucent.com>
46148
46149         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
46150         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
46151         defines `struct timespec' in <sys/time.h>
46152
46153         * m4/c-bs-a.m4: Remove uses of changequote altogether.
46154         Thanks to Akim for explaining.
46155
46156 2000-01-17  Paul Eggert  <eggert@twinsun.com>
46157
46158         * lib/nanosleep.c (nanosleep):
46159         Don't use SA_INTERRUPT to decide whether to call sigaction, as
46160         POSIX.1 doesn't require SA_INTERRUPT and some systems
46161         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
46162         it's been part of POSIX.1 since day 1 (in 1988).
46163
46164 2000-01-17  Jim Meyering  <meyering@lucent.com>
46165
46166         * lib/interlock: Remove unused file.  Reported by François Pinard.
46167
46168 2000-01-16  Paul Eggert  <eggert@twinsun.com>
46169
46170         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
46171         alert, backslash, formfeed, and vertical tab unnecessarily in
46172         shell quoting style.
46173
46174 2000-01-16  Jim Meyering  <meyering@lucent.com>
46175
46176         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
46177         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
46178         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
46179         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
46180
46181 2000-01-16  Jim Meyering  <meyering@lucent.com>
46182
46183         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
46184         because the latter didn't work.
46185
46186 2000-01-15  Jim Meyering  <meyering@lucent.com>
46187
46188         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
46189         (AC_REPLACE_FUNCS): Add memcpy and memset.
46190         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
46191         Add strpbrk.
46192         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
46193
46194 2000-01-12  Jim Meyering  <meyering@lucent.com>
46195
46196         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
46197         (jm_PREREQ): Use it.
46198         (jm_PREREQ_READUTMP): New macro.
46199         (jm_PREREQ): Use it.
46200
46201 2000-01-11  Paul Eggert  <eggert@twinsun.com>
46202
46203         Quote multibyte characters correctly.
46204         * m4/c-bs-a.m4: New file.
46205         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
46206         (jm_PREREQ): Use it.
46207
46208 2000-01-11  Paul Eggert  <eggert@twinsun.com>
46209
46210         * m4/uintmax_t.m4: Port to autoconf 2.13.
46211
46212 2000-01-08  Jim Meyering  <meyering@ascend.com>
46213
46214         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
46215         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
46216
46217 2000-01-04  Jim Meyering  <meyering@ascend.com>
46218
46219         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
46220         jm_STRUCT_DIRENT_D_TYPE.
46221         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
46222         jm_STRUCT_DIRENT_D_INO.
46223         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
46224         jm_STRUCT_UTIMBUF.
46225         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
46226         renamings.
46227         * m4/utime.m4: Likewise.
46228
46229         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
46230         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
46231
46232 2000-01-03  Paul Eggert  <eggert@twinsun.com>
46233
46234         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
46235         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
46236
46237 2000-01-02  Jim Meyering  <meyering@ascend.com>
46238
46239         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
46240         remember if this is necessary.
46241
46242 1999-12-26  Jim Meyering  <meyering@ascend.com>
46243
46244         * m4/jm-macros.m4: Use it here.
46245         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
46246
46247 1999-12-23  Jim Meyering  <meyering@ascend.com>
46248
46249         * m4/jm-macros.m4: Check for clock_gettime (moved from
46250         fileutils/configure.in)
46251         Check for gettimeofday.
46252
46253 1999-12-20  Jim Meyering  <meyering@ascend.com>
46254
46255         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
46256         autoconf-2.14a-1999-12-20.
46257
46258 1999-12-19  Jim Meyering  <meyering@ascend.com>
46259
46260         * m4/lstat-slash.m4: New file.
46261         * m4/jm-macros.m4: Use the new macro:
46262         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
46263
46264 1999-12-07  Jim Meyering  <meyering@ascend.com>
46265
46266         * m4/perl.m4: Require that File::Compare be available, too.
46267         Too many systems seem to lack it.
46268
46269         * m4/strftime.m4: Add checks for most of the cpp macros tested in
46270         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
46271
46272 1999-11-18  Paul Eggert  <eggert@twinsun.com>
46273
46274         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
46275         problem with the QNX 4.25 shell, which doesn't propagate exit
46276         status of failed commands inside shell assignments.
46277
46278 1999-11-17  Jim Meyering  <meyering@ascend.com>
46279
46280         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
46281
46282 1999-11-07  Jim Meyering  <meyering@ascend.com>
46283
46284         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
46285
46286 1999-11-06  Jim Meyering  <meyering@ascend.com>
46287
46288         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
46289         * m4/jm-macros.m4 (jm_MACROS): Use it here.
46290
46291 1999-11-05  Jim Meyering  <meyering@ascend.com>
46292
46293         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
46294         configure.in of textutils, fileutils, and sh-utils into this one
46295         (shared between those packages) file.
46296         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
46297         AC_STRUCT_ST_BLKSIZE.
46298
46299 1999-11-03  Jim Meyering  <meyering@ascend.com>
46300
46301         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
46302         of AC_CHECK_TYPE checks includes unistd.h.
46303         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
46304         Suggestion from Akim Demaille.
46305
46306 1999-10-30  Jim Meyering  <meyering@ascend.com>
46307
46308         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
46309         m4-quoted string.
46310         * m4/ls-mntd-fs.m4: Likewise.
46311         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
46312         * m4/jm-winsz1.m4: Likewise.
46313
46314         * m4/const.m4: Remove file, since the fix made it into the experimental
46315         version of autoconf.
46316         * m4/mktime.m4: Likewise.
46317
46318         * m4/check-type.m4: Remove file, now that the latest version of
46319         AC_CHECK_TYPE takes a third arg to specify additional #includes.
46320
46321         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
46322         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
46323         AC_CHECK_TYPE.
46324
46325 1999-10-04  Jim Meyering  <meyering@ascend.com>
46326
46327         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
46328
46329 1999-09-22  Paul Eggert  <eggert@twinsun.com>
46330
46331         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
46332         2.95.1 bug with HP-UX 10.20.
46333
46334 1999-09-17  Jim Meyering  <meyering@ascend.com>
46335
46336         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
46337         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
46338         due to missing strdup (against sh-utils-2.0).
46339
46340 1999-08-29  Jim Meyering  <meyering@ascend.com>
46341
46342         * m4/jm-macros.m4: Require jm_BISON.
46343         * m4/bison.m4: New file.
46344
46345 1999-08-17  Paul Eggert  <eggert@twinsun.com>
46346
46347         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
46348         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
46349
46350 1999-08-05  Jim Meyering  <meyering@ascend.com>
46351
46352         * m4/getline.m4: Rename test file from conftestdata to conftest.data
46353         to avoid conflicts with `conftest' on 8+3 filesystems.
46354         Suggestion from Eli Zaretskii.
46355
46356 1999-08-04  Jim Meyering  <meyering@ascend.com>
46357
46358         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
46359         fileutils and sh-utils (textutils's getline test was inadequate).
46360         (AM_FUNC_GETLINE): Run this test.
46361         (AC_CHECK_FUNCS): Check for getdelim.
46362         Reported by Bob Proulx.
46363
46364 1999-08-02  Jim Meyering  <meyering@ascend.com>
46365
46366         * m4/jm-macros.m4: Add a comment.
46367
46368 1999-08-01  Paul Eggert  <eggert@twinsun.com>
46369
46370         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
46371         <inttypes.h> defines strtoumax as a macro (and not as a
46372         function).
46373
46374 1999-08-01  Paul Eggert  <eggert@twinsun.com>
46375
46376         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
46377         that we can shift, multiply and divide unsigned long long
46378         values; Ultrix cc can't do it.
46379
46380 1999-08-01  Paul Eggert  <eggert@twinsun.com>
46381
46382         * m4/mktime.m4: New file, which is a preview of what should appear
46383         in the next public autoconf release.
46384
46385 1999-08-01  Paul Eggert  <eggert@twinsun.com>
46386
46387         * m4/lfs.m4: Remove this file.
46388         * m4/largefile.m4: New file.  It contains the old contents of
46389         lfs.m4, except that all names with prefix AC_LFS have been
46390         changed to use the prefix AC_SYS_LARGEFILE instead, to be
46391         compatible with future autoconf versions.  Also, some minor m4
46392         quoting problems have been fixed.
46393
46394 1999-08-01  Paul Eggert  <eggert@twinsun.com>
46395
46396         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
46397         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
46398         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
46399         and simplify the shell code.
46400
46401 1999-08-01  Jim Meyering  <meyering@ascend.com>
46402
46403         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
46404         m4.
46405
46406 1999-07-20  Jim Meyering  <meyering@ascend.com>
46407
46408         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
46409
46410 1999-07-15  Jim Meyering  <meyering@ascend.com>
46411
46412         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
46413
46414 1999-05-22  Jim Meyering  <meyering@ascend.com>
46415
46416         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
46417
46418 1999-05-20  Jim Meyering  <meyering@ascend.com>
46419
46420         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
46421         Add a colon after each `then' in case $4 is empty.
46422
46423 1999-05-16  Jim Meyering  <meyering@ascend.com>
46424
46425         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
46426
46427 1999-05-10  Jim Meyering  <meyering@ascend.com>
46428
46429         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
46430
46431         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
46432         AC_FUNC_MKTIME.
46433
46434 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
46435
46436         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
46437
46438 1999-05-04  Paul Eggert  <eggert@twinsun.com>
46439
46440         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
46441         not CPPFLAGS, so that linking works correctly in IRIX.
46442
46443 1999-04-30  Paul Eggert  <eggert@twinsun.com>
46444
46445         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
46446
46447 1999-04-20  Paul Eggert  <eggert@twinsun.com>
46448
46449         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
46450         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
46451         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
46452         jm_AC_TYPE_UNSIGNED_LONG_LONG.
46453         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
46454
46455         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
46456
46457 1999-04-20  Jim Meyering  <meyering@ascend.com>
46458
46459         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
46460         AC_REPLACE xstroull if necessary.  From Paul Eggert.
46461         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
46462
46463 1999-04-18  Jim Meyering  <meyering@ascend.com>
46464
46465         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
46466         * m4/jm-macros.m4: Use it.
46467
46468 1999-04-06  Jim Meyering  <meyering@ascend.com>
46469
46470         * m4/strftime.m4: Remove test for %f.
46471
46472 1999-03-29  Jim Meyering  <meyering@ascend.com>
46473
46474         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
46475         superset of the AC_TYPE_* checks in the textutils, fileutils,
46476         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
46477         AC_TYPE_PID_T.
46478
46479 1999-03-28  Jim Meyering  <meyering@ascend.com>
46480
46481         * m4/jm-macros.m4: Define GNU_PACKAGE here.
46482         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
46483         replaced e.g., in the *.sh files of the sh-utils.
46484
46485 1999-03-20  Jim Meyering  <meyering@ascend.com>
46486
46487         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
46488         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
46489         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
46490
46491 1999-03-19  Jim Meyering  <meyering@ascend.com>
46492
46493         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
46494
46495 1999-03-12  Jim Meyering  <meyering@ascend.com>
46496
46497         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
46498
46499 1999-03-07  Jim Meyering  <meyering@ascend.com>
46500
46501         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
46502         declared.
46503
46504 1999-02-17  Jim Meyering  <meyering@ascend.com>
46505
46506         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
46507         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
46508
46509 1999-02-07  Jim Meyering  <meyering@ascend.com>
46510
46511         * m4/group-member.m4: New file -- extracted from sh-utils'
46512         configure.in.
46513
46514         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
46515         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
46516
46517 1999-02-06  Jim Meyering  <meyering@ascend.com>
46518
46519         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
46520         * m4/fnmatch.m4: Likewise.
46521         * m4/getgroups.m4: Likewise.
46522         * m4/lstat.m4: Likewise.
46523         * m4/malloc.m4: Likewise.
46524         * m4/putenv.m4: Likewise.
46525         * m4/realloc.m4: Likewise.
46526         * m4/regex.m4: Likewise.
46527         * m4/stat.m4: Likewise.
46528         * m4/strftime.m4: Likewise.
46529         Suggestion from Alain Magloire.
46530
46531         * m4/chown.m4: Use `.$ac_objext', not `.o'.
46532         * m4/fnmatch.m4: Likewise.
46533         * m4/getgroups.m4: Likewise.
46534         * m4/getline.m4: Likewise.
46535         * m4/lstat.m4: Likewise.
46536         * m4/malloc.m4: Likewise.
46537         * m4/memcmp.m4: Likewise.
46538         * m4/putenv.m4: Likewise.
46539         * m4/realloc.m4: Likewise.
46540         * m4/regex.m4: Likewise.
46541         * m4/stat.m4: Likewise.
46542         * m4/strftime.m4: Likewise.
46543         Suggestion from Alain Magloire.
46544
46545         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
46546         an argument.
46547
46548         * m4/regex.m4: Add a run-time Test for proper operation of
46549         re_compile_pattern.
46550
46551 1999-01-31  Jim Meyering  <meyering@ascend.com>
46552
46553         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
46554
46555 1999-01-30  Jim Meyering  <meyering@ascend.com>
46556
46557         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
46558
46559         * m4/jm-mktime.m4: Make this a wrapper around the official
46560         AM_FUNC_MKTIME rather than my private copy, now that the official one
46561         is up to date.
46562         * m4/mktime.m4: Remove file.
46563
46564         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
46565         * m4/uptime.m4: Likewise.
46566         * m4/uintmax_t.m4: Likewise.
46567
46568 1999-01-28  Jim Meyering  <meyering@ascend.com>
46569
46570         * m4/jm-macros.m4: Use jm_AFS.
46571         * m4/afs.m4: New file (from fileutils' configure.in).
46572
46573         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
46574         * m4/chown.m4: Likewise.
46575         * m4/d-ino.m4: Likewise.
46576         * m4/d-type.m4: Likewise.
46577         * m4/fnmatch.m4: Likewise.
46578         * m4/getgroups.m4: Likewise.
46579         * m4/gettext.m4: Likewise.
46580         * m4/jm-mktime.m4: Likewise.
46581         * m4/jm-winsz2.m4: Likewise.
46582         * m4/lcmessage.m4: Likewise.
46583         * m4/ls-mntd-fs.m4: Likewise.
46584         * m4/malloc.m4: Likewise.
46585         * m4/memcmp.m4: Likewise.
46586         * m4/putenv.m4: Likewise.
46587         * m4/realloc.m4: Likewise.
46588         * m4/st_mtim.m4: Likewise.
46589         * m4/strftime.m4: Likewise.
46590
46591 1999-01-16  Jim Meyering  <meyering@ascend.com>
46592
46593         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
46594         (ARGMATCH_DIE_DECL): Define.
46595
46596 1999-01-12  Jim Meyering  <meyering@ascend.com>
46597
46598         * m4/Makefile.am.in: Rewrite to avoid using fmt.
46599         Reported by Lars Hecking.
46600
46601 1999-01-10  Jim Meyering  <meyering@ascend.com>
46602
46603         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
46604         gross kludge.
46605         * m4/inttypes_h.m4: Likewise.
46606         * m4/lstat.m4: Likewise.
46607         * m4/malloc.m4: Likewise.
46608         * m4/readdir.m4: Likewise.
46609         * m4/realloc.m4: Likewise.
46610         * m4/st_dm_mode.m4: Likewise.
46611         * m4/stat.m4: Likewise.
46612         * m4/utimbuf.m4: Likewise.
46613         * m4/utimes.m4: Likewise.
46614
46615         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
46616         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
46617         comments in config.h.in are meaningful.
46618
46619         * m4/jm-macros.m4: Require autoconf-2.13 here.
46620
46621         * m4/regex.m4: By default, don't use the included regex.c on systems
46622         with glibc 2.  Suggestion from Uli Drepper.
46623
46624 1999-01-02  Jim Meyering  <meyering@ascend.com>
46625
46626         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
46627
46628 1998-12-18  Jim Meyering  <meyering@ascend.com>
46629
46630         * m4/Makefile.am.in (Makefile.am): Simplify rule.
46631         Based on a suggestion from Lars Hecking.
46632
46633 1998-11-16  Paul Eggert  <eggert@twinsun.com>
46634
46635         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
46636
46637 1998-11-16  Jim Meyering  <meyering@ascend.com>
46638
46639         * m4/lfs.m4: Double-quote the `uname...` expression.
46640
46641 1998-11-14  Jim Meyering  <meyering@ascend.com>
46642
46643         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
46644         * m4/stat.m4: Likewise.
46645
46646 1998-11-03  Jim Meyering  <meyering@ascend.com>
46647
46648         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
46649         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
46650
46651 1998-10-18  Jim Meyering  <meyering@ascend.com>
46652
46653         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
46654
46655 1998-10-17  Jim Meyering  <meyering@ascend.com>
46656
46657         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
46658         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
46659         calls for those previously hard-coded headers.  Instead, take a new
46660         parameter.
46661         (jm_CHECK_DECLARATIONS): Reflect interface change.
46662         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
46663         (jm_CHECK_DECL_LOCALTIME_R): New macro.
46664
46665         * m4/mktime.m4: Test for spring-forward gap before long-running test.
46666
46667 1998-10-14  Jim Meyering  <meyering@ascend.com>
46668
46669         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
46670         instead of "TZ=America/Vancouver".  From Paul Eggert.
46671
46672 1998-10-11  Jim Meyering  <meyering@ascend.com>
46673
46674         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
46675         This adds a test for a recently added compatibility fix for mktime.c.
46676         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
46677
46678 1998-09-27  Jim Meyering  <meyering@ascend.com>
46679
46680         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
46681
46682         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
46683         ../configure.in, including a change from Gordon Matzigkeit to allow
46684         cross-compiling for the Hurd.
46685
46686         * m4/glibc.m4: New file/macro to test for the GNU C Library
46687         versions 1 and 2.  From Gordon Matzigkeit.
46688         Indent.
46689
46690 1998-09-21  Jim Meyering  <meyering@ascend.com>
46691
46692         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
46693
46694 1998-08-18  Paul Eggert  <eggert@twinsun.com>
46695
46696         Port nanosecond-resolution times to UnixWare 2.1.2 and
46697         pedantic Solaris 2.6.
46698
46699         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
46700         AC_STRUCT_ST_MTIM.
46701         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
46702         Generate name of ns member, instead of just 1 or undef.
46703         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
46704
46705 1998-08-15  Jim Meyering  <meyering@ascend.com>
46706
46707         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
46708         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
46709         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
46710         instead of jm_TYPE_SSIZE_T.
46711
46712 1998-08-12  Jim Meyering  <meyering@ascend.com>
46713
46714         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
46715
46716 1998-08-02  Jim Meyering  <meyering@ascend.com>
46717
46718         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
46719         in acconfig.h manually.
46720
46721 1998-07-31  Paul Eggert  <eggert@twinsun.com>
46722
46723         * m4/st_mtim.m4: New file.
46724
46725 1998-07-28  Jim Meyering  <meyering@ascend.com>
46726
46727         * m4/utimes.m4: Undef stat.
46728
46729 1998-07-25  Jim Meyering  <meyering@ascend.com>
46730
46731         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
46732         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
46733
46734 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
46735
46736         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
46737         uid and gid actually remain unchanged.
46738
46739 1998-07-07  Jim Meyering  <meyering@ascend.com>
46740
46741         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
46742
46743 1998-07-04  Jim Meyering  <meyering@ascend.com>
46744
46745         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
46746         to prove that this macro can be used in packages without regex.c.
46747
46748 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
46749
46750         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
46751         is to be used.
46752
46753 1998-07-03  Jim Meyering  <meyering@ascend.com>
46754
46755         * m4/gettext.m4: Add -lintl if it's found to be necessary.
46756
46757         * m4/gettext.m4: New file -- from gettext-0.10.35.
46758         * m4/lcmessage.m4: Likewise.
46759         * m4/progtest.m4: Likewise.
46760
46761         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
46762         * m4/jm-macros.m4: Require the new macro.
46763
46764 1998-06-29  Jim Meyering  <meyering@ascend.com>
46765
46766         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
46767         for the definition of NGROUPS (used in a system header included
46768         by sys/mount.h).
46769
46770 1998-06-28  Jim Meyering  <meyering@ascend.com>
46771
46772         * m4/ls-mntd-fs.m4: New file.
46773         * m4/fstypename.m4: New file.
46774
46775         * m4/jm-macros.m4: Require the new macro.
46776         * m4/jm-glibc-io.m4: New file.
46777
46778 1998-05-19  Jim Meyering  <meyering@ascend.com>
46779
46780         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
46781         * m4/lchown.m4: New file.
46782
46783         * m4/Makefile.am.in: New file.
46784         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
46785
46786 1998-05-14  Jim Meyering  <meyering@ascend.com>
46787
46788         * m4/Makefile.am (EXTRA_DIST): Add them.
46789         * m4/jm-macros.m4: New file.
46790         * m4/utimbuf.m4: New file.
46791
46792 1998-05-12  Jim Meyering  <meyering@ascend.com>
46793
46794         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
46795
46796 1998-05-11  Jim Meyering  <meyering@ascend.com>
46797
46798         * m4/isc-posix.m4: New file.
46799
46800 1998-05-10  Jim Meyering  <meyering@ascend.com>
46801
46802         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
46803
46804 1998-05-09  Jim Meyering  <meyering@ascend.com>
46805
46806         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
46807         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
46808         with automake.
46809
46810         * m4/ssize_t.m4: New file.
46811         * m4/mktime.m4: Remove file -- the new automake has this now.
46812
46813 1998-04-26  Jim Meyering  <meyering@ascend.com>
46814
46815         * m4/assert.m4: New file.
46816         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
46817
46818 1998-04-05  Jim Meyering  <meyering@ascend.com>
46819
46820         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
46821         (jm_PREREQ): Use it here.
46822
46823 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
46824
46825         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
46826         in acconfig.h.
46827
46828 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
46829
46830         * m4/prereq.m4: New file.
46831         * m4/error.m4: New file.
46832         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
46833
46834 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
46835
46836         * m4/getline.m4: Don't set am_cv_func_working_getline before the
46837         cache-check for the same variable -- that defeated the purpose of
46838         the test; the test program was never run.  This was a problem only
46839         on systems with losing getline functions -- HP-UX 10.20 is one.
46840         Reported by Bjorn Helgaas.
46841
46842 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
46843
46844         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
46845
46846 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
46847
46848         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
46849
46850         * m4/const.m4: New file.  Use an initializer in this declaration
46851         typedef int charset[2]; const charset x;
46852         Reported by Bob Glickstein.
46853
46854 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
46855
46856         * m4/chown.m4: Fix reversed types on -1 args to chown.
46857         From Kaveh Ghazi.
46858
46859 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
46860
46861         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
46862         Add lseek and memchr.
46863
46864         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
46865         T.E.Dickey <dickey@clark.net> said that some older preprocessors
46866         have a 20-character limit on names.
46867
46868 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
46869
46870         * m4/inttypes_h.m4: New file.
46871         * m4/uintmax_t.m4: New file.
46872         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
46873
46874
46875         -----
46876
46877         Local Variables:
46878         coding: utf-8
46879         End:
46880
46881         Copyright (C) 1997-2008 Free Software Foundation, Inc.
46882
46883         Copying and distribution of this file, with or without
46884         modification, are permitted provided the copyright notice
46885         and this notice are preserved.